@reactfast/forms 0.1.14 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/forms.cjs +1 -1
- package/dist/forms.es.js +6 -7
- package/dist/forms.umd.js +4 -4
- package/package.json +1 -1
package/dist/forms.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(D,u){typeof exports=="object"&&typeof module<"u"?u(exports,require("react/jsx-runtime"),require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react","react-dom"],u):(D=typeof globalThis<"u"?globalThis:D||self,u(D.Forms={},D.jsxRuntime,D.React,D.ReactDOM))})(this,function(D,u,w,Ae){"use strict";var uw=Object.defineProperty;var fw=(D,u,w)=>u in D?uw(D,u,{enumerable:!0,configurable:!0,writable:!0,value:w}):D[u]=w;var H=(D,u,w)=>fw(D,typeof u!="symbol"?u+"":u,w);function Br(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const o=Br(w),at=Br(Ae);function na({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM8 4a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}))}const te=o.forwardRef(na);function oa({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M8 1.75a.75.75 0 0 1 .692.462l1.41 3.393 3.664.293a.75.75 0 0 1 .428 1.317l-2.791 2.39.853 3.575a.75.75 0 0 1-1.12.814L7.998 12.08l-3.135 1.915a.75.75 0 0 1-1.12-.814l.852-3.574-2.79-2.39a.75.75 0 0 1 .427-1.318l3.663-.293 1.41-3.393A.75.75 0 0 1 8 1.75Z",clipRule:"evenodd"}))}const aa=o.forwardRef(oa);function la({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,type:i="text",placeholder:s="Enter text",description:c,required:d,error:f,helper:p,leadingIcon:m,trailingIcon:h,pattern:v}=e,[b,g]=w.useState(!1),x=!!f,k=x?n.error:b?n.inputFocusBorder:n.inputBorder;let E="";if(v){const L=Array.isArray(v)?v:[v];for(const y of L){const M=typeof y=="object"&&(y!=null&&y.regex)?y.regex:y,C=typeof y=="object"&&(y!=null&&y.message)?y.message:"Invalid format";try{if(!(M instanceof RegExp?M:new RegExp(M)).test(String(t||""))){E=C;break}}catch{}}}return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,d&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!d&&!x&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),p&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:p}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:i,placeholder:s,value:t||"",onChange:r,onFocus:()=>g(!0),onBlur:()=>g(!1),readOnly:e.readOnly===!0,"aria-readonly":e.readOnly===!0?"true":"false","aria-invalid":x?"true":"false","aria-describedby":x?`${a}-error`:c?`${a}-description`:void 0,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:k,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:m?"2.5rem":"0.75rem",paddingRight:h||x?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),m&&!x&&u.jsx(m,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),h&&!x&&u.jsx(h,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"}),x&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-red-500"})]}),x||E?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:E||f}):c?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:c}):null]})}function ia({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,placeholder:i="Enter text",description:s,optional:c,error:d,rows:f=4}=e,[p,m]=w.useState(!1),h=!!d,v=h?n.error:p?n.inputFocusBorder:n.inputBorder;return u.jsxs("div",{children:[u.jsxs("div",{className:"mb-1 flex justify-between",children:[l&&u.jsx("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:l}),c&&!h&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),u.jsxs("div",{className:"relative mt-2",children:[u.jsx("textarea",{id:a,name:a,rows:f,placeholder:i,value:t||"",onChange:r,onFocus:()=>m(!0),onBlur:()=>m(!1),"aria-invalid":h?"true":"false","aria-describedby":h?`${a}-error`:s?`${a}-description`:void 0,style:{color:h?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:v,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",padding:"0.375rem 0.75rem"},className:"block w-full text-base placeholder-opacity-50 outline-none sm:text-sm/6"}),h&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5",style:{color:n.error}})]}),h?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:d}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:s}):null]})}function sa({field:e,value:t,onChange:r}){const{name:n,title:a,description:l,optional:i,error:s}=e,c=!!s;return u.jsxs("div",{children:[u.jsxs("div",{className:"flex justify-between",children:[a&&u.jsx("label",{htmlFor:n,className:"block text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),i&&!c&&u.jsx("span",{className:"text-sm/6 text-gray-500 dark:text-gray-400",children:"Optional"})]}),u.jsxs("div",{className:"mt-2 flex items-center space-x-3",children:[u.jsx("input",{id:n,name:n,type:"color",value:t||"#000000",onChange:r,"aria-invalid":c?"true":"false","aria-describedby":c?`${n}-error`:l?`${n}-description`:void 0,className:"h-10 w-10 cursor-pointer rounded-md border-0 p-0 shadow-none focus:ring-2 focus:ring-indigo-600"}),u.jsx("p",{className:"text-sm text-gray-900 dark:text-gray-200",children:t||"No Color Selected"})]}),c?u.jsx("p",{id:`${n}-error`,className:"mt-2 text-sm text-red-600 dark:text-red-400",children:s}):l?u.jsx("p",{id:`${n}-description`,className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:l}):null]})}function ca({field:e,value:t,onChange:r}){const{name:n,label:a,optional:l,description:i,error:s}=e,c=!!s;return u.jsxs("div",{children:[u.jsxs("div",{className:"flex items-center space-x-2",children:[u.jsx("input",{id:n,name:n,type:"checkbox",checked:!!t,onChange:r,"aria-invalid":c?"true":"false","aria-describedby":c?`${n}-error`:i?`${n}-description`:void 0,className:"h-4 w-4 rounded border-gray-300 text-primary focus:ring-primary"}),u.jsxs("label",{htmlFor:n,className:"text-sm text-gray-700 dark:text-white",children:[a||e.title||"Option",l&&!c&&u.jsx("span",{className:"ml-1 text-sm text-gray-500 dark:text-gray-400",children:"(Optional)"})]})]}),c?u.jsx("p",{id:`${n}-error`,className:"mt-1 text-sm text-red-600 dark:text-red-400",children:s}):i?u.jsx("p",{id:`${n}-description`,className:"mt-1 text-sm text-gray-500 dark:text-gray-400",children:i}):null]})}function da({field:e,value:t,onChange:r}){const{name:n,title:a,description:l,error:i}=e,s=!!i;return u.jsxs("div",{className:"flex items-center justify-between gap-3",children:[l?u.jsxs(u.Fragment,{children:[u.jsxs("span",{className:"flex grow flex-col",children:[u.jsx("label",{id:`${n}-label`,className:"text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),u.jsx("span",{id:`${n}-description`,className:"text-sm text-gray-500 dark:text-gray-400",children:l})]}),u.jsxs("label",{className:"relative inline-flex w-11 shrink-0 cursor-pointer items-center",children:[u.jsx("input",{id:n,name:n,type:"checkbox",checked:!!t,onChange:c=>r(c),"aria-labelledby":`${n}-label`,"aria-describedby":`${n}-description`,className:"peer sr-only"}),u.jsx("div",{className:"h-6 w-11 rounded-full bg-gray-200 transition-colors duration-200 ease-in-out peer-checked:bg-indigo-600 dark:bg-white/5 dark:peer-checked:bg-indigo-500"}),u.jsx("div",{className:"absolute left-0.5 top-0.5 h-5 w-5 rounded-full bg-white shadow-sm ring-1 ring-gray-900/5 transition-transform duration-200 ease-in-out peer-checked:translate-x-5"})]})]}):u.jsxs(u.Fragment,{children:[u.jsxs("label",{className:"relative inline-flex w-11 shrink-0 cursor-pointer items-center",children:[u.jsx("input",{id:n,name:n,type:"checkbox",checked:!!t,onChange:c=>r(c),"aria-labelledby":`${n}-label`,className:"peer sr-only"}),u.jsx("div",{className:"h-6 w-11 rounded-full bg-gray-200 transition-colors duration-200 ease-in-out peer-checked:bg-indigo-600 dark:bg-white/5 dark:peer-checked:bg-indigo-500"}),u.jsx("div",{className:"absolute left-0.5 top-0.5 h-5 w-5 rounded-full bg-white shadow-sm ring-1 ring-gray-900/5 transition-transform duration-200 ease-in-out peer-checked:translate-x-5"})]}),u.jsx("div",{className:"text-sm",children:u.jsx("label",{id:`${n}-label`,htmlFor:n,className:"cursor-pointer font-medium text-gray-900 dark:text-white",children:a})})]}),s&&u.jsx("p",{id:`${n}-error`,className:"mt-1 text-sm text-red-600 dark:text-red-400",children:i})]})}const ua={sm:"text-sm font-medium",md:"text-lg font-semibold",lg:"text-xl font-bold"};function fa({field:e}){const{title:t,size:r="md",dividerAbove:n=!1,dividerBelow:a=!1}=e;return u.jsxs("div",{className:"my-4",children:[n&&u.jsx("hr",{className:"mb-2 border-gray-300 dark:border-gray-600"}),u.jsx("h2",{className:`${ua[r]} text-gray-900 dark:text-white`,children:t}),a&&u.jsx("hr",{className:"mt-2 border-gray-300 dark:border-gray-600"})]})}const Ir=typeof document<"u"?w.useLayoutEffect:()=>{};var Wt;const ha=(Wt=w.useInsertionEffect)!==null&&Wt!==void 0?Wt:Ir;function ma(e){const t=w.useRef(null);return ha(()=>{t.current=e},[e]),w.useCallback((...r)=>{const n=t.current;return n==null?void 0:n(...r)},[])}const Ee=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},Oe=e=>e&&"window"in e&&e.window===e?e:Ee(e).defaultView||window;function wa(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function pa(e){return wa(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let va=!1;function Nt(){return va}function Rr(e,t){if(!Nt())return t&&e?e.contains(t):!1;if(!e||!t)return!1;let r=t;for(;r!==null;){if(r===e)return!0;r.tagName==="SLOT"&&r.assignedSlot?r=r.assignedSlot.parentNode:pa(r)?r=r.host:r=r.parentNode}return!1}const Tt=(e=document)=>{var t;if(!Nt())return e.activeElement;let r=e.activeElement;for(;r&&"shadowRoot"in r&&(!((t=r.shadowRoot)===null||t===void 0)&&t.activeElement);)r=r.shadowRoot.activeElement;return r};function Wr(e){return Nt()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}function lt(e){var t;if(typeof window>"u"||window.navigator==null)return!1;let r=(t=window.navigator.userAgentData)===null||t===void 0?void 0:t.brands;return Array.isArray(r)&&r.some(n=>e.test(n.brand))||e.test(window.navigator.userAgent)}function Pt(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function ve(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const Ht=ve(function(){return Pt(/^Mac/i)}),ga=ve(function(){return Pt(/^iPhone/i)}),ba=ve(function(){return Pt(/^iPad/i)||Ht()&&navigator.maxTouchPoints>1}),ka=ve(function(){return ga()||ba()});ve(function(){return Ht()||ka()}),ve(function(){return lt(/AppleWebKit/i)&&!Ea()});const Ea=ve(function(){return lt(/Chrome/i)}),xa=ve(function(){return lt(/Android/i)});ve(function(){return lt(/Firefox/i)});function Nr(){let e=w.useRef(new Map),t=w.useCallback((a,l,i,s)=>{let c=s!=null&&s.once?(...d)=>{e.current.delete(i),i(...d)}:i;e.current.set(i,{type:l,eventTarget:a,fn:c,options:s}),a.addEventListener(l,c,s)},[]),r=w.useCallback((a,l,i,s)=>{var c;let d=((c=e.current.get(i))===null||c===void 0?void 0:c.fn)||i;a.removeEventListener(l,d,s),e.current.delete(i)},[]),n=w.useCallback(()=>{e.current.forEach((a,l)=>{r(a.eventTarget,a.type,l,a.options)})},[r]);return w.useEffect(()=>n,[n]),{addGlobalListener:t,removeGlobalListener:r,removeAllGlobalListeners:n}}function ya(e){return e.pointerType===""&&e.isTrusted?!0:xa()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function Tr(e){let t=e;return t.nativeEvent=e,t.isDefaultPrevented=()=>t.defaultPrevented,t.isPropagationStopped=()=>t.cancelBubble,t.persist=()=>{},t}function La(e,t){Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t})}function Pr(e){let t=w.useRef({isFocused:!1,observer:null});Ir(()=>{const n=t.current;return()=>{n.observer&&(n.observer.disconnect(),n.observer=null)}},[]);let r=ma(n=>{e==null||e(n)});return w.useCallback(n=>{if(n.target instanceof HTMLButtonElement||n.target instanceof HTMLInputElement||n.target instanceof HTMLTextAreaElement||n.target instanceof HTMLSelectElement){t.current.isFocused=!0;let a=n.target,l=i=>{if(t.current.isFocused=!1,a.disabled){let s=Tr(i);r(s)}t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)};a.addEventListener("focusout",l,{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&a.disabled){var i;(i=t.current.observer)===null||i===void 0||i.disconnect();let s=a===document.activeElement?null:document.activeElement;a.dispatchEvent(new FocusEvent("blur",{relatedTarget:s})),a.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:s}))}}),t.current.observer.observe(a,{attributes:!0,attributeFilter:["disabled"]})}},[r])}let Ma=!1,qe=null,Vt=new Set,Ge=new Map,Fe=!1,Dt=!1;const Ca={Tab:!0,Escape:!0};function _t(e,t){for(let r of Vt)r(e,t)}function $a(e){return!(e.metaKey||!Ht()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function it(e){Fe=!0,$a(e)&&(qe="keyboard",_t("keyboard",e))}function ae(e){qe="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Fe=!0,_t("pointer",e))}function Hr(e){ya(e)&&(Fe=!0,qe="virtual")}function Vr(e){e.target===window||e.target===document||Ma||!e.isTrusted||(!Fe&&!Dt&&(qe="virtual",_t("virtual",e)),Fe=!1,Dt=!1)}function Dr(){Fe=!1,Dt=!0}function Zt(e){if(typeof window>"u"||typeof document>"u"||Ge.get(Oe(e)))return;const t=Oe(e),r=Ee(e);let n=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Fe=!0,n.apply(this,arguments)},r.addEventListener("keydown",it,!0),r.addEventListener("keyup",it,!0),r.addEventListener("click",Hr,!0),t.addEventListener("focus",Vr,!0),t.addEventListener("blur",Dr,!1),typeof PointerEvent<"u"?(r.addEventListener("pointerdown",ae,!0),r.addEventListener("pointermove",ae,!0),r.addEventListener("pointerup",ae,!0)):process.env.NODE_ENV==="test"&&(r.addEventListener("mousedown",ae,!0),r.addEventListener("mousemove",ae,!0),r.addEventListener("mouseup",ae,!0)),t.addEventListener("beforeunload",()=>{_r(e)},{once:!0}),Ge.set(t,{focus:n})}const _r=(e,t)=>{const r=Oe(e),n=Ee(e);t&&n.removeEventListener("DOMContentLoaded",t),Ge.has(r)&&(r.HTMLElement.prototype.focus=Ge.get(r).focus,n.removeEventListener("keydown",it,!0),n.removeEventListener("keyup",it,!0),n.removeEventListener("click",Hr,!0),r.removeEventListener("focus",Vr,!0),r.removeEventListener("blur",Dr,!1),typeof PointerEvent<"u"?(n.removeEventListener("pointerdown",ae,!0),n.removeEventListener("pointermove",ae,!0),n.removeEventListener("pointerup",ae,!0)):process.env.NODE_ENV==="test"&&(n.removeEventListener("mousedown",ae,!0),n.removeEventListener("mousemove",ae,!0),n.removeEventListener("mouseup",ae,!0)),Ge.delete(r))};function ja(e){const t=Ee(e);let r;return t.readyState!=="loading"?Zt(e):(r=()=>{Zt(e)},t.addEventListener("DOMContentLoaded",r)),()=>_r(e,r)}typeof document<"u"&&ja();function Zr(){return qe!=="pointer"}const Aa=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function Oa(e,t,r){let n=Ee(r==null?void 0:r.target);const a=typeof window<"u"?Oe(r==null?void 0:r.target).HTMLInputElement:HTMLInputElement,l=typeof window<"u"?Oe(r==null?void 0:r.target).HTMLTextAreaElement:HTMLTextAreaElement,i=typeof window<"u"?Oe(r==null?void 0:r.target).HTMLElement:HTMLElement,s=typeof window<"u"?Oe(r==null?void 0:r.target).KeyboardEvent:KeyboardEvent;return e=e||n.activeElement instanceof a&&!Aa.has(n.activeElement.type)||n.activeElement instanceof l||n.activeElement instanceof i&&n.activeElement.isContentEditable,!(e&&t==="keyboard"&&r instanceof s&&!Ca[r.key])}function Fa(e,t,r){Zt(),w.useEffect(()=>{let n=(a,l)=>{Oa(!!(r!=null&&r.isTextInput),a,l)&&e(Zr())};return Vt.add(n),()=>{Vt.delete(n)}},t)}function Sa(e){let{isDisabled:t,onFocus:r,onBlur:n,onFocusChange:a}=e;const l=w.useCallback(c=>{if(c.target===c.currentTarget)return n&&n(c),a&&a(!1),!0},[n,a]),i=Pr(l),s=w.useCallback(c=>{const d=Ee(c.target),f=d?Tt(d):Tt();c.target===c.currentTarget&&f===Wr(c.nativeEvent)&&(r&&r(c),a&&a(!0),i(c))},[a,r,i]);return{focusProps:{onFocus:!t&&(r||a||n)?s:void 0,onBlur:!t&&(n||a)?l:void 0}}}function Ba(e){let{isDisabled:t,onBlurWithin:r,onFocusWithin:n,onFocusWithinChange:a}=e,l=w.useRef({isFocusWithin:!1}),{addGlobalListener:i,removeAllGlobalListeners:s}=Nr(),c=w.useCallback(p=>{p.currentTarget.contains(p.target)&&l.current.isFocusWithin&&!p.currentTarget.contains(p.relatedTarget)&&(l.current.isFocusWithin=!1,s(),r&&r(p),a&&a(!1))},[r,a,l,s]),d=Pr(c),f=w.useCallback(p=>{if(!p.currentTarget.contains(p.target))return;const m=Ee(p.target),h=Tt(m);if(!l.current.isFocusWithin&&h===Wr(p.nativeEvent)){n&&n(p),a&&a(!0),l.current.isFocusWithin=!0,d(p);let v=p.currentTarget;i(m,"focus",b=>{if(l.current.isFocusWithin&&!Rr(v,b.target)){let g=new m.defaultView.FocusEvent("blur",{relatedTarget:b.target});La(g,v);let x=Tr(g);c(x)}},{capture:!0})}},[n,a,d,i,c]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:f,onBlur:c}}}let st=!1,ct=0;function Ut(){st=!0,setTimeout(()=>{st=!1},50)}function Ur(e){e.pointerType==="touch"&&Ut()}function Ia(){if(!(typeof document>"u"))return ct===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",Ur):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",Ut)),ct++,()=>{ct--,!(ct>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",Ur):process.env.NODE_ENV==="test"&&document.removeEventListener("touchend",Ut))}}function Ra(e){let{onHoverStart:t,onHoverChange:r,onHoverEnd:n,isDisabled:a}=e,[l,i]=w.useState(!1),s=w.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;w.useEffect(Ia,[]);let{addGlobalListener:c,removeAllGlobalListeners:d}=Nr(),{hoverProps:f,triggerHoverEnd:p}=w.useMemo(()=>{let m=(b,g)=>{if(s.pointerType=g,a||g==="touch"||s.isHovered||!b.currentTarget.contains(b.target))return;s.isHovered=!0;let x=b.currentTarget;s.target=x,c(Ee(b.target),"pointerover",k=>{s.isHovered&&s.target&&!Rr(s.target,k.target)&&h(k,k.pointerType)},{capture:!0}),t&&t({type:"hoverstart",target:x,pointerType:g}),r&&r(!0),i(!0)},h=(b,g)=>{let x=s.target;s.pointerType="",s.target=null,!(g==="touch"||!s.isHovered||!x)&&(s.isHovered=!1,d(),n&&n({type:"hoverend",target:x,pointerType:g}),r&&r(!1),i(!1))},v={};return typeof PointerEvent<"u"?(v.onPointerEnter=b=>{st&&b.pointerType==="mouse"||m(b,b.pointerType)},v.onPointerLeave=b=>{!a&&b.currentTarget.contains(b.target)&&h(b,b.pointerType)}):process.env.NODE_ENV==="test"&&(v.onTouchStart=()=>{s.ignoreEmulatedMouseEvents=!0},v.onMouseEnter=b=>{!s.ignoreEmulatedMouseEvents&&!st&&m(b,"mouse"),s.ignoreEmulatedMouseEvents=!1},v.onMouseLeave=b=>{!a&&b.currentTarget.contains(b.target)&&h(b,"mouse")}),{hoverProps:v,triggerHoverEnd:h}},[t,r,n,a,s,c,d]);return w.useEffect(()=>{a&&p({currentTarget:s.target},s.pointerType)},[a]),{hoverProps:f,isHovered:l}}function Wa(e={}){let{autoFocus:t=!1,isTextInput:r,within:n}=e,a=w.useRef({isFocused:!1,isFocusVisible:t||Zr()}),[l,i]=w.useState(!1),[s,c]=w.useState(()=>a.current.isFocused&&a.current.isFocusVisible),d=w.useCallback(()=>c(a.current.isFocused&&a.current.isFocusVisible),[]),f=w.useCallback(h=>{a.current.isFocused=h,i(h),d()},[d]);Fa(h=>{a.current.isFocusVisible=h,d()},[],{isTextInput:r});let{focusProps:p}=Sa({isDisabled:n,onFocusChange:f}),{focusWithinProps:m}=Ba({isDisabled:!n,onFocusWithinChange:f});return{isFocused:l,isFocusVisible:s,focusProps:n?m:p}}var Na=Object.defineProperty,Ta=(e,t,r)=>t in e?Na(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,qt=(e,t,r)=>(Ta(e,typeof t!="symbol"?t+"":t,r),r);let Pa=class{constructor(){qt(this,"current",this.detect()),qt(this,"handoffState","pending"),qt(this,"currentId",0)}set(t){this.current!==t&&(this.handoffState="pending",this.currentId=0,this.current=t)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return this.current==="server"}get isClient(){return this.current==="client"}detect(){return typeof window>"u"||typeof document>"u"?"server":"client"}handoff(){this.handoffState==="pending"&&(this.handoffState="complete")}get isHandoffComplete(){return this.handoffState==="complete"}},fe=new Pa;function dt(e){var t;return fe.isServer?null:e==null?document:(t=e==null?void 0:e.ownerDocument)!=null?t:document}function ut(e){var t,r;return fe.isServer?null:e==null?document:(r=(t=e==null?void 0:e.getRootNode)==null?void 0:t.call(e))!=null?r:document}function qr(e){var t,r;return(r=(t=ut(e))==null?void 0:t.activeElement)!=null?r:null}function Ha(e){return qr(e)===e}function Gr(e){typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e).catch(t=>setTimeout(()=>{throw t}))}function re(){let e=[],t={addEventListener(r,n,a,l){return r.addEventListener(n,a,l),t.add(()=>r.removeEventListener(n,a,l))},requestAnimationFrame(...r){let n=requestAnimationFrame(...r);return t.add(()=>cancelAnimationFrame(n))},nextFrame(...r){return t.requestAnimationFrame(()=>t.requestAnimationFrame(...r))},setTimeout(...r){let n=setTimeout(...r);return t.add(()=>clearTimeout(n))},microTask(...r){let n={current:!0};return Gr(()=>{n.current&&r[0]()}),t.add(()=>{n.current=!1})},style(r,n,a){let l=r.style.getPropertyValue(n);return Object.assign(r.style,{[n]:a}),this.add(()=>{Object.assign(r.style,{[n]:l})})},group(r){let n=re();return r(n),this.add(()=>n.dispose())},add(r){return e.includes(r)||e.push(r),()=>{let n=e.indexOf(r);if(n>=0)for(let a of e.splice(n,1))a()}},dispose(){for(let r of e.splice(0))r()}};return t}function Se(){let[e]=w.useState(re);return w.useEffect(()=>()=>e.dispose(),[e]),e}let q=(e,t)=>{fe.isServer?w.useEffect(e,t):w.useLayoutEffect(e,t)};function Be(e){let t=w.useRef(e);return q(()=>{t.current=e},[e]),t}let T=function(e){let t=Be(e);return w.useCallback((...r)=>t.current(...r),[t])};function Va(e){let t=e.width/2,r=e.height/2;return{top:e.clientY-r,right:e.clientX+t,bottom:e.clientY+r,left:e.clientX-t}}function Da(e,t){return!(!e||!t||e.right<t.left||e.left>t.right||e.bottom<t.top||e.top>t.bottom)}function _a({disabled:e=!1}={}){let t=w.useRef(null),[r,n]=w.useState(!1),a=Se(),l=T(()=>{t.current=null,n(!1),a.dispose()}),i=T(s=>{if(a.dispose(),t.current===null){t.current=s.currentTarget,n(!0);{let c=dt(s.currentTarget);a.addEventListener(c,"pointerup",l,!1),a.addEventListener(c,"pointermove",d=>{if(t.current){let f=Va(d);n(Da(f,t.current.getBoundingClientRect()))}},!1),a.addEventListener(c,"pointercancel",l,!1)}}});return{pressed:r,pressProps:e?{}:{onPointerDown:i,onPointerUp:l,onClick:l}}}function xe(e){return w.useMemo(()=>e,Object.values(e))}let Za=w.createContext(void 0);function Gt(){return w.useContext(Za)}function zt(...e){return Array.from(new Set(e.flatMap(t=>typeof t=="string"?t.split(" "):[]))).filter(Boolean).join(" ")}function le(e,t,...r){if(e in t){let a=t[e];return typeof a=="function"?a(...r):a}let n=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map(a=>`"${a}"`).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,le),n}var ft=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(ft||{}),ye=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(ye||{});function ne(){let e=qa();return w.useCallback(t=>Ua({mergeRefs:e,...t}),[e])}function Ua({ourProps:e,theirProps:t,slot:r,defaultTag:n,features:a,visible:l=!0,name:i,mergeRefs:s}){s=s??Ga;let c=zr(t,e);if(l)return ht(c,r,n,i,s);let d=a??0;if(d&2){let{static:f=!1,...p}=c;if(f)return ht(p,r,n,i,s)}if(d&1){let{unmount:f=!0,...p}=c;return le(f?0:1,{0(){return null},1(){return ht({...p,hidden:!0,style:{display:"none"}},r,n,i,s)}})}return ht(c,r,n,i,s)}function ht(e,t={},r,n,a){let{as:l=r,children:i,refName:s="ref",...c}=Kt(e,["unmount","static"]),d=e.ref!==void 0?{[s]:e.ref}:{},f=typeof i=="function"?i(t):i;"className"in c&&c.className&&typeof c.className=="function"&&(c.className=c.className(t)),c["aria-labelledby"]&&c["aria-labelledby"]===c.id&&(c["aria-labelledby"]=void 0);let p={};if(t){let m=!1,h=[];for(let[v,b]of Object.entries(t))typeof b=="boolean"&&(m=!0),b===!0&&h.push(v.replace(/([A-Z])/g,g=>`-${g.toLowerCase()}`));if(m){p["data-headlessui-state"]=h.join(" ");for(let v of h)p[`data-${v}`]=""}}if(ze(l)&&(Object.keys(Le(c)).length>0||Object.keys(Le(p)).length>0))if(!w.isValidElement(f)||Array.isArray(f)&&f.length>1||Ka(f)){if(Object.keys(Le(c)).length>0)throw new Error(['Passing props on "Fragment"!',"",`The current component <${n} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(Le(c)).concat(Object.keys(Le(p))).map(m=>` - ${m}`).join(`
|
|
1
|
+
(function(_,u){typeof exports=="object"&&typeof module<"u"?u(exports,require("react/jsx-runtime"),require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react","react-dom"],u):(_=typeof globalThis<"u"?globalThis:_||self,u(_.Forms={},_.jsxRuntime,_.React,_.ReactDOM))})(this,function(_,u,w,Ae){"use strict";var uw=Object.defineProperty;var fw=(_,u,w)=>u in _?uw(_,u,{enumerable:!0,configurable:!0,writable:!0,value:w}):_[u]=w;var H=(_,u,w)=>fw(_,typeof u!="symbol"?u+"":u,w);function Br(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const o=Br(w),at=Br(Ae);function na({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM8 4a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}))}const te=o.forwardRef(na);function oa({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M8 1.75a.75.75 0 0 1 .692.462l1.41 3.393 3.664.293a.75.75 0 0 1 .428 1.317l-2.791 2.39.853 3.575a.75.75 0 0 1-1.12.814L7.998 12.08l-3.135 1.915a.75.75 0 0 1-1.12-.814l.852-3.574-2.79-2.39a.75.75 0 0 1 .427-1.318l3.663-.293 1.41-3.393A.75.75 0 0 1 8 1.75Z",clipRule:"evenodd"}))}const aa=o.forwardRef(oa);function la({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,type:i="text",placeholder:s="Enter text",description:c,required:d,error:f,helper:p,leadingIcon:m,trailingIcon:h,pattern:v}=e,[b,g]=w.useState(!1),x=!!f,k=x?n.error:b?n.inputFocusBorder:n.inputBorder;let E="";if(v){const L=Array.isArray(v)?v:[v];for(const y of L){const M=typeof y=="object"&&(y!=null&&y.regex)?y.regex:y,C=typeof y=="object"&&(y!=null&&y.message)?y.message:"Invalid format";try{if(!(M instanceof RegExp?M:new RegExp(M)).test(String(t||""))){E=C;break}}catch{}}}return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,d&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!d&&!x&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),p&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:p}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:i,placeholder:s,value:t||"",onChange:r,onFocus:()=>g(!0),onBlur:()=>g(!1),readOnly:e.readOnly===!0,"aria-readonly":e.readOnly===!0?"true":"false","aria-invalid":x?"true":"false","aria-describedby":x?`${a}-error`:c?`${a}-description`:void 0,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:k,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:m?"2.5rem":"0.75rem",paddingRight:h||x?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),m&&!x&&u.jsx(m,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),h&&!x&&u.jsx(h,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"}),x&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-red-500"})]}),x||E?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:E||f}):c?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:c}):null]})}function ia({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,placeholder:i="Enter text",description:s,optional:c,error:d,rows:f=4}=e,[p,m]=w.useState(!1),h=!!d,v=h?n.error:p?n.inputFocusBorder:n.inputBorder;return u.jsxs("div",{children:[u.jsxs("div",{className:"mb-1 flex justify-between",children:[l&&u.jsx("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:l}),c&&!h&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),u.jsxs("div",{className:"relative mt-2",children:[u.jsx("textarea",{id:a,name:a,rows:f,placeholder:i,value:t||"",onChange:r,onFocus:()=>m(!0),onBlur:()=>m(!1),"aria-invalid":h?"true":"false","aria-describedby":h?`${a}-error`:s?`${a}-description`:void 0,style:{color:h?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:v,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",padding:"0.375rem 0.75rem"},className:"block w-full text-base placeholder-opacity-50 outline-none sm:text-sm/6"}),h&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5",style:{color:n.error}})]}),h?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:d}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:s}):null]})}function sa({field:e,value:t,onChange:r}){const{name:n,title:a,description:l,optional:i,error:s}=e,c=!!s;return u.jsxs("div",{children:[u.jsxs("div",{className:"flex justify-between",children:[a&&u.jsx("label",{htmlFor:n,className:"block text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),i&&!c&&u.jsx("span",{className:"text-sm/6 text-gray-500 dark:text-gray-400",children:"Optional"})]}),u.jsxs("div",{className:"mt-2 flex items-center space-x-3",children:[u.jsx("input",{id:n,name:n,type:"color",value:t||"#000000",onChange:r,"aria-invalid":c?"true":"false","aria-describedby":c?`${n}-error`:l?`${n}-description`:void 0,className:"h-10 w-10 cursor-pointer rounded-md border-0 p-0 shadow-none focus:ring-2 focus:ring-indigo-600"}),u.jsx("p",{className:"text-sm text-gray-900 dark:text-gray-200",children:t||"No Color Selected"})]}),c?u.jsx("p",{id:`${n}-error`,className:"mt-2 text-sm text-red-600 dark:text-red-400",children:s}):l?u.jsx("p",{id:`${n}-description`,className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:l}):null]})}function ca({field:e,value:t,onChange:r}){const{name:n,label:a,optional:l,description:i,error:s}=e,c=!!s;return u.jsxs("div",{children:[u.jsxs("div",{className:"flex items-center space-x-2",children:[u.jsx("input",{id:n,name:n,type:"checkbox",checked:!!t,onChange:r,"aria-invalid":c?"true":"false","aria-describedby":c?`${n}-error`:i?`${n}-description`:void 0,className:"h-4 w-4 rounded border-gray-300 text-primary focus:ring-primary"}),u.jsxs("label",{htmlFor:n,className:"text-sm text-gray-700 dark:text-white",children:[a||e.title||"Option",l&&!c&&u.jsx("span",{className:"ml-1 text-sm text-gray-500 dark:text-gray-400",children:"(Optional)"})]})]}),c?u.jsx("p",{id:`${n}-error`,className:"mt-1 text-sm text-red-600 dark:text-red-400",children:s}):i?u.jsx("p",{id:`${n}-description`,className:"mt-1 text-sm text-gray-500 dark:text-gray-400",children:i}):null]})}function da({field:e,value:t,onChange:r}){const{name:n,title:a,description:l,error:i}=e,s=!!i;return u.jsxs("div",{className:"flex items-center justify-between gap-3",children:[l?u.jsxs(u.Fragment,{children:[u.jsxs("span",{className:"flex grow flex-col",children:[u.jsx("label",{id:`${n}-label`,className:"text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),u.jsx("span",{id:`${n}-description`,className:"text-sm text-gray-500 dark:text-gray-400",children:l})]}),u.jsxs("label",{className:"relative inline-flex w-11 shrink-0 cursor-pointer items-center",children:[u.jsx("input",{id:n,name:n,type:"checkbox",checked:!!t,onChange:c=>r(c),"aria-labelledby":`${n}-label`,"aria-describedby":`${n}-description`,className:"peer sr-only"}),u.jsx("div",{className:"h-6 w-11 rounded-full bg-gray-200 transition-colors duration-200 ease-in-out peer-checked:bg-indigo-600 dark:bg-white/5 dark:peer-checked:bg-indigo-500"}),u.jsx("div",{className:"absolute left-0.5 top-0.5 h-5 w-5 rounded-full bg-white shadow-sm ring-1 ring-gray-900/5 transition-transform duration-200 ease-in-out peer-checked:translate-x-5"})]})]}):u.jsxs(u.Fragment,{children:[u.jsxs("label",{className:"relative inline-flex w-11 shrink-0 cursor-pointer items-center",children:[u.jsx("input",{id:n,name:n,type:"checkbox",checked:!!t,onChange:c=>r(c),"aria-labelledby":`${n}-label`,className:"peer sr-only"}),u.jsx("div",{className:"h-6 w-11 rounded-full bg-gray-200 transition-colors duration-200 ease-in-out peer-checked:bg-indigo-600 dark:bg-white/5 dark:peer-checked:bg-indigo-500"}),u.jsx("div",{className:"absolute left-0.5 top-0.5 h-5 w-5 rounded-full bg-white shadow-sm ring-1 ring-gray-900/5 transition-transform duration-200 ease-in-out peer-checked:translate-x-5"})]}),u.jsx("div",{className:"text-sm",children:u.jsx("label",{id:`${n}-label`,htmlFor:n,className:"cursor-pointer font-medium text-gray-900 dark:text-white",children:a})})]}),s&&u.jsx("p",{id:`${n}-error`,className:"mt-1 text-sm text-red-600 dark:text-red-400",children:i})]})}const ua={sm:"text-sm font-medium",md:"text-lg font-semibold",lg:"text-xl font-bold"};function fa({field:e}){const{title:t,size:r="md",dividerAbove:n=!1,dividerBelow:a=!1}=e;return u.jsxs("div",{className:"my-4",children:[n&&u.jsx("hr",{className:"mb-2 border-gray-300 dark:border-gray-600"}),u.jsx("h2",{className:`${ua[r]} text-gray-900 dark:text-white`,children:t}),a&&u.jsx("hr",{className:"mt-2 border-gray-300 dark:border-gray-600"})]})}const Ir=typeof document<"u"?w.useLayoutEffect:()=>{};var Wt;const ha=(Wt=w.useInsertionEffect)!==null&&Wt!==void 0?Wt:Ir;function ma(e){const t=w.useRef(null);return ha(()=>{t.current=e},[e]),w.useCallback((...r)=>{const n=t.current;return n==null?void 0:n(...r)},[])}const Ee=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},Oe=e=>e&&"window"in e&&e.window===e?e:Ee(e).defaultView||window;function wa(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function pa(e){return wa(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let va=!1;function Nt(){return va}function Rr(e,t){if(!Nt())return t&&e?e.contains(t):!1;if(!e||!t)return!1;let r=t;for(;r!==null;){if(r===e)return!0;r.tagName==="SLOT"&&r.assignedSlot?r=r.assignedSlot.parentNode:pa(r)?r=r.host:r=r.parentNode}return!1}const Tt=(e=document)=>{var t;if(!Nt())return e.activeElement;let r=e.activeElement;for(;r&&"shadowRoot"in r&&(!((t=r.shadowRoot)===null||t===void 0)&&t.activeElement);)r=r.shadowRoot.activeElement;return r};function Wr(e){return Nt()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}function lt(e){var t;if(typeof window>"u"||window.navigator==null)return!1;let r=(t=window.navigator.userAgentData)===null||t===void 0?void 0:t.brands;return Array.isArray(r)&&r.some(n=>e.test(n.brand))||e.test(window.navigator.userAgent)}function Pt(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function ve(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const Ht=ve(function(){return Pt(/^Mac/i)}),ga=ve(function(){return Pt(/^iPhone/i)}),ba=ve(function(){return Pt(/^iPad/i)||Ht()&&navigator.maxTouchPoints>1}),ka=ve(function(){return ga()||ba()});ve(function(){return Ht()||ka()}),ve(function(){return lt(/AppleWebKit/i)&&!Ea()});const Ea=ve(function(){return lt(/Chrome/i)}),xa=ve(function(){return lt(/Android/i)});ve(function(){return lt(/Firefox/i)});function Nr(){let e=w.useRef(new Map),t=w.useCallback((a,l,i,s)=>{let c=s!=null&&s.once?(...d)=>{e.current.delete(i),i(...d)}:i;e.current.set(i,{type:l,eventTarget:a,fn:c,options:s}),a.addEventListener(l,c,s)},[]),r=w.useCallback((a,l,i,s)=>{var c;let d=((c=e.current.get(i))===null||c===void 0?void 0:c.fn)||i;a.removeEventListener(l,d,s),e.current.delete(i)},[]),n=w.useCallback(()=>{e.current.forEach((a,l)=>{r(a.eventTarget,a.type,l,a.options)})},[r]);return w.useEffect(()=>n,[n]),{addGlobalListener:t,removeGlobalListener:r,removeAllGlobalListeners:n}}function ya(e){return e.pointerType===""&&e.isTrusted?!0:xa()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function Tr(e){let t=e;return t.nativeEvent=e,t.isDefaultPrevented=()=>t.defaultPrevented,t.isPropagationStopped=()=>t.cancelBubble,t.persist=()=>{},t}function La(e,t){Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t})}function Pr(e){let t=w.useRef({isFocused:!1,observer:null});Ir(()=>{const n=t.current;return()=>{n.observer&&(n.observer.disconnect(),n.observer=null)}},[]);let r=ma(n=>{e==null||e(n)});return w.useCallback(n=>{if(n.target instanceof HTMLButtonElement||n.target instanceof HTMLInputElement||n.target instanceof HTMLTextAreaElement||n.target instanceof HTMLSelectElement){t.current.isFocused=!0;let a=n.target,l=i=>{if(t.current.isFocused=!1,a.disabled){let s=Tr(i);r(s)}t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)};a.addEventListener("focusout",l,{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&a.disabled){var i;(i=t.current.observer)===null||i===void 0||i.disconnect();let s=a===document.activeElement?null:document.activeElement;a.dispatchEvent(new FocusEvent("blur",{relatedTarget:s})),a.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:s}))}}),t.current.observer.observe(a,{attributes:!0,attributeFilter:["disabled"]})}},[r])}let Ma=!1,qe=null,Vt=new Set,Ge=new Map,Fe=!1,_t=!1;const Ca={Tab:!0,Escape:!0};function Dt(e,t){for(let r of Vt)r(e,t)}function $a(e){return!(e.metaKey||!Ht()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function it(e){Fe=!0,$a(e)&&(qe="keyboard",Dt("keyboard",e))}function ae(e){qe="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Fe=!0,Dt("pointer",e))}function Hr(e){ya(e)&&(Fe=!0,qe="virtual")}function Vr(e){e.target===window||e.target===document||Ma||!e.isTrusted||(!Fe&&!_t&&(qe="virtual",Dt("virtual",e)),Fe=!1,_t=!1)}function _r(){Fe=!1,_t=!0}function Zt(e){if(typeof window>"u"||typeof document>"u"||Ge.get(Oe(e)))return;const t=Oe(e),r=Ee(e);let n=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Fe=!0,n.apply(this,arguments)},r.addEventListener("keydown",it,!0),r.addEventListener("keyup",it,!0),r.addEventListener("click",Hr,!0),t.addEventListener("focus",Vr,!0),t.addEventListener("blur",_r,!1),typeof PointerEvent<"u"?(r.addEventListener("pointerdown",ae,!0),r.addEventListener("pointermove",ae,!0),r.addEventListener("pointerup",ae,!0)):process.env.NODE_ENV==="test"&&(r.addEventListener("mousedown",ae,!0),r.addEventListener("mousemove",ae,!0),r.addEventListener("mouseup",ae,!0)),t.addEventListener("beforeunload",()=>{Dr(e)},{once:!0}),Ge.set(t,{focus:n})}const Dr=(e,t)=>{const r=Oe(e),n=Ee(e);t&&n.removeEventListener("DOMContentLoaded",t),Ge.has(r)&&(r.HTMLElement.prototype.focus=Ge.get(r).focus,n.removeEventListener("keydown",it,!0),n.removeEventListener("keyup",it,!0),n.removeEventListener("click",Hr,!0),r.removeEventListener("focus",Vr,!0),r.removeEventListener("blur",_r,!1),typeof PointerEvent<"u"?(n.removeEventListener("pointerdown",ae,!0),n.removeEventListener("pointermove",ae,!0),n.removeEventListener("pointerup",ae,!0)):process.env.NODE_ENV==="test"&&(n.removeEventListener("mousedown",ae,!0),n.removeEventListener("mousemove",ae,!0),n.removeEventListener("mouseup",ae,!0)),Ge.delete(r))};function ja(e){const t=Ee(e);let r;return t.readyState!=="loading"?Zt(e):(r=()=>{Zt(e)},t.addEventListener("DOMContentLoaded",r)),()=>Dr(e,r)}typeof document<"u"&&ja();function Zr(){return qe!=="pointer"}const Aa=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function Oa(e,t,r){let n=Ee(r==null?void 0:r.target);const a=typeof window<"u"?Oe(r==null?void 0:r.target).HTMLInputElement:HTMLInputElement,l=typeof window<"u"?Oe(r==null?void 0:r.target).HTMLTextAreaElement:HTMLTextAreaElement,i=typeof window<"u"?Oe(r==null?void 0:r.target).HTMLElement:HTMLElement,s=typeof window<"u"?Oe(r==null?void 0:r.target).KeyboardEvent:KeyboardEvent;return e=e||n.activeElement instanceof a&&!Aa.has(n.activeElement.type)||n.activeElement instanceof l||n.activeElement instanceof i&&n.activeElement.isContentEditable,!(e&&t==="keyboard"&&r instanceof s&&!Ca[r.key])}function Fa(e,t,r){Zt(),w.useEffect(()=>{let n=(a,l)=>{Oa(!!(r!=null&&r.isTextInput),a,l)&&e(Zr())};return Vt.add(n),()=>{Vt.delete(n)}},t)}function Sa(e){let{isDisabled:t,onFocus:r,onBlur:n,onFocusChange:a}=e;const l=w.useCallback(c=>{if(c.target===c.currentTarget)return n&&n(c),a&&a(!1),!0},[n,a]),i=Pr(l),s=w.useCallback(c=>{const d=Ee(c.target),f=d?Tt(d):Tt();c.target===c.currentTarget&&f===Wr(c.nativeEvent)&&(r&&r(c),a&&a(!0),i(c))},[a,r,i]);return{focusProps:{onFocus:!t&&(r||a||n)?s:void 0,onBlur:!t&&(n||a)?l:void 0}}}function Ba(e){let{isDisabled:t,onBlurWithin:r,onFocusWithin:n,onFocusWithinChange:a}=e,l=w.useRef({isFocusWithin:!1}),{addGlobalListener:i,removeAllGlobalListeners:s}=Nr(),c=w.useCallback(p=>{p.currentTarget.contains(p.target)&&l.current.isFocusWithin&&!p.currentTarget.contains(p.relatedTarget)&&(l.current.isFocusWithin=!1,s(),r&&r(p),a&&a(!1))},[r,a,l,s]),d=Pr(c),f=w.useCallback(p=>{if(!p.currentTarget.contains(p.target))return;const m=Ee(p.target),h=Tt(m);if(!l.current.isFocusWithin&&h===Wr(p.nativeEvent)){n&&n(p),a&&a(!0),l.current.isFocusWithin=!0,d(p);let v=p.currentTarget;i(m,"focus",b=>{if(l.current.isFocusWithin&&!Rr(v,b.target)){let g=new m.defaultView.FocusEvent("blur",{relatedTarget:b.target});La(g,v);let x=Tr(g);c(x)}},{capture:!0})}},[n,a,d,i,c]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:f,onBlur:c}}}let st=!1,ct=0;function Ut(){st=!0,setTimeout(()=>{st=!1},50)}function Ur(e){e.pointerType==="touch"&&Ut()}function Ia(){if(!(typeof document>"u"))return ct===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",Ur):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",Ut)),ct++,()=>{ct--,!(ct>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",Ur):process.env.NODE_ENV==="test"&&document.removeEventListener("touchend",Ut))}}function Ra(e){let{onHoverStart:t,onHoverChange:r,onHoverEnd:n,isDisabled:a}=e,[l,i]=w.useState(!1),s=w.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;w.useEffect(Ia,[]);let{addGlobalListener:c,removeAllGlobalListeners:d}=Nr(),{hoverProps:f,triggerHoverEnd:p}=w.useMemo(()=>{let m=(b,g)=>{if(s.pointerType=g,a||g==="touch"||s.isHovered||!b.currentTarget.contains(b.target))return;s.isHovered=!0;let x=b.currentTarget;s.target=x,c(Ee(b.target),"pointerover",k=>{s.isHovered&&s.target&&!Rr(s.target,k.target)&&h(k,k.pointerType)},{capture:!0}),t&&t({type:"hoverstart",target:x,pointerType:g}),r&&r(!0),i(!0)},h=(b,g)=>{let x=s.target;s.pointerType="",s.target=null,!(g==="touch"||!s.isHovered||!x)&&(s.isHovered=!1,d(),n&&n({type:"hoverend",target:x,pointerType:g}),r&&r(!1),i(!1))},v={};return typeof PointerEvent<"u"?(v.onPointerEnter=b=>{st&&b.pointerType==="mouse"||m(b,b.pointerType)},v.onPointerLeave=b=>{!a&&b.currentTarget.contains(b.target)&&h(b,b.pointerType)}):process.env.NODE_ENV==="test"&&(v.onTouchStart=()=>{s.ignoreEmulatedMouseEvents=!0},v.onMouseEnter=b=>{!s.ignoreEmulatedMouseEvents&&!st&&m(b,"mouse"),s.ignoreEmulatedMouseEvents=!1},v.onMouseLeave=b=>{!a&&b.currentTarget.contains(b.target)&&h(b,"mouse")}),{hoverProps:v,triggerHoverEnd:h}},[t,r,n,a,s,c,d]);return w.useEffect(()=>{a&&p({currentTarget:s.target},s.pointerType)},[a]),{hoverProps:f,isHovered:l}}function Wa(e={}){let{autoFocus:t=!1,isTextInput:r,within:n}=e,a=w.useRef({isFocused:!1,isFocusVisible:t||Zr()}),[l,i]=w.useState(!1),[s,c]=w.useState(()=>a.current.isFocused&&a.current.isFocusVisible),d=w.useCallback(()=>c(a.current.isFocused&&a.current.isFocusVisible),[]),f=w.useCallback(h=>{a.current.isFocused=h,i(h),d()},[d]);Fa(h=>{a.current.isFocusVisible=h,d()},[],{isTextInput:r});let{focusProps:p}=Sa({isDisabled:n,onFocusChange:f}),{focusWithinProps:m}=Ba({isDisabled:!n,onFocusWithinChange:f});return{isFocused:l,isFocusVisible:s,focusProps:n?m:p}}var Na=Object.defineProperty,Ta=(e,t,r)=>t in e?Na(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,qt=(e,t,r)=>(Ta(e,typeof t!="symbol"?t+"":t,r),r);let Pa=class{constructor(){qt(this,"current",this.detect()),qt(this,"handoffState","pending"),qt(this,"currentId",0)}set(t){this.current!==t&&(this.handoffState="pending",this.currentId=0,this.current=t)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return this.current==="server"}get isClient(){return this.current==="client"}detect(){return typeof window>"u"||typeof document>"u"?"server":"client"}handoff(){this.handoffState==="pending"&&(this.handoffState="complete")}get isHandoffComplete(){return this.handoffState==="complete"}},fe=new Pa;function dt(e){var t;return fe.isServer?null:e==null?document:(t=e==null?void 0:e.ownerDocument)!=null?t:document}function ut(e){var t,r;return fe.isServer?null:e==null?document:(r=(t=e==null?void 0:e.getRootNode)==null?void 0:t.call(e))!=null?r:document}function qr(e){var t,r;return(r=(t=ut(e))==null?void 0:t.activeElement)!=null?r:null}function Ha(e){return qr(e)===e}function Gr(e){typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e).catch(t=>setTimeout(()=>{throw t}))}function re(){let e=[],t={addEventListener(r,n,a,l){return r.addEventListener(n,a,l),t.add(()=>r.removeEventListener(n,a,l))},requestAnimationFrame(...r){let n=requestAnimationFrame(...r);return t.add(()=>cancelAnimationFrame(n))},nextFrame(...r){return t.requestAnimationFrame(()=>t.requestAnimationFrame(...r))},setTimeout(...r){let n=setTimeout(...r);return t.add(()=>clearTimeout(n))},microTask(...r){let n={current:!0};return Gr(()=>{n.current&&r[0]()}),t.add(()=>{n.current=!1})},style(r,n,a){let l=r.style.getPropertyValue(n);return Object.assign(r.style,{[n]:a}),this.add(()=>{Object.assign(r.style,{[n]:l})})},group(r){let n=re();return r(n),this.add(()=>n.dispose())},add(r){return e.includes(r)||e.push(r),()=>{let n=e.indexOf(r);if(n>=0)for(let a of e.splice(n,1))a()}},dispose(){for(let r of e.splice(0))r()}};return t}function Se(){let[e]=w.useState(re);return w.useEffect(()=>()=>e.dispose(),[e]),e}let q=(e,t)=>{fe.isServer?w.useEffect(e,t):w.useLayoutEffect(e,t)};function Be(e){let t=w.useRef(e);return q(()=>{t.current=e},[e]),t}let T=function(e){let t=Be(e);return w.useCallback((...r)=>t.current(...r),[t])};function Va(e){let t=e.width/2,r=e.height/2;return{top:e.clientY-r,right:e.clientX+t,bottom:e.clientY+r,left:e.clientX-t}}function _a(e,t){return!(!e||!t||e.right<t.left||e.left>t.right||e.bottom<t.top||e.top>t.bottom)}function Da({disabled:e=!1}={}){let t=w.useRef(null),[r,n]=w.useState(!1),a=Se(),l=T(()=>{t.current=null,n(!1),a.dispose()}),i=T(s=>{if(a.dispose(),t.current===null){t.current=s.currentTarget,n(!0);{let c=dt(s.currentTarget);a.addEventListener(c,"pointerup",l,!1),a.addEventListener(c,"pointermove",d=>{if(t.current){let f=Va(d);n(_a(f,t.current.getBoundingClientRect()))}},!1),a.addEventListener(c,"pointercancel",l,!1)}}});return{pressed:r,pressProps:e?{}:{onPointerDown:i,onPointerUp:l,onClick:l}}}function xe(e){return w.useMemo(()=>e,Object.values(e))}let Za=w.createContext(void 0);function Gt(){return w.useContext(Za)}function zt(...e){return Array.from(new Set(e.flatMap(t=>typeof t=="string"?t.split(" "):[]))).filter(Boolean).join(" ")}function le(e,t,...r){if(e in t){let a=t[e];return typeof a=="function"?a(...r):a}let n=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map(a=>`"${a}"`).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,le),n}var ft=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(ft||{}),ye=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(ye||{});function ne(){let e=qa();return w.useCallback(t=>Ua({mergeRefs:e,...t}),[e])}function Ua({ourProps:e,theirProps:t,slot:r,defaultTag:n,features:a,visible:l=!0,name:i,mergeRefs:s}){s=s??Ga;let c=zr(t,e);if(l)return ht(c,r,n,i,s);let d=a??0;if(d&2){let{static:f=!1,...p}=c;if(f)return ht(p,r,n,i,s)}if(d&1){let{unmount:f=!0,...p}=c;return le(f?0:1,{0(){return null},1(){return ht({...p,hidden:!0,style:{display:"none"}},r,n,i,s)}})}return ht(c,r,n,i,s)}function ht(e,t={},r,n,a){let{as:l=r,children:i,refName:s="ref",...c}=Kt(e,["unmount","static"]),d=e.ref!==void 0?{[s]:e.ref}:{},f=typeof i=="function"?i(t):i;"className"in c&&c.className&&typeof c.className=="function"&&(c.className=c.className(t)),c["aria-labelledby"]&&c["aria-labelledby"]===c.id&&(c["aria-labelledby"]=void 0);let p={};if(t){let m=!1,h=[];for(let[v,b]of Object.entries(t))typeof b=="boolean"&&(m=!0),b===!0&&h.push(v.replace(/([A-Z])/g,g=>`-${g.toLowerCase()}`));if(m){p["data-headlessui-state"]=h.join(" ");for(let v of h)p[`data-${v}`]=""}}if(ze(l)&&(Object.keys(Le(c)).length>0||Object.keys(Le(p)).length>0))if(!w.isValidElement(f)||Array.isArray(f)&&f.length>1||Ka(f)){if(Object.keys(Le(c)).length>0)throw new Error(['Passing props on "Fragment"!',"",`The current component <${n} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(Le(c)).concat(Object.keys(Le(p))).map(m=>` - ${m}`).join(`
|
|
2
2
|
`),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map(m=>` - ${m}`).join(`
|
|
3
3
|
`)].join(`
|
|
4
4
|
`))}else{let m=f.props,h=m==null?void 0:m.className,v=typeof h=="function"?(...x)=>zt(h(...x),c.className):zt(h,c.className),b=v?{className:v}:{},g=zr(f.props,Le(Kt(c,["ref"])));for(let x in p)x in g&&delete p[x];return w.cloneElement(f,Object.assign({},g,p,d,{ref:a(za(f),d.ref)},b))}return w.createElement(l,Object.assign({},Kt(c,["ref"]),!ze(l)&&d,!ze(l)&&p),f)}function qa(){let e=w.useRef([]),t=w.useCallback(r=>{for(let n of e.current)n!=null&&(typeof n=="function"?n(r):n.current=r)},[]);return(...r)=>{if(!r.every(n=>n==null))return e.current=r,t}}function Ga(...e){return e.every(t=>t==null)?void 0:t=>{for(let r of e)r!=null&&(typeof r=="function"?r(t):r.current=t)}}function zr(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={},r={};for(let n of e)for(let a in n)a.startsWith("on")&&typeof n[a]=="function"?(r[a]!=null||(r[a]=[]),r[a].push(n[a])):t[a]=n[a];if(t.disabled||t["aria-disabled"])for(let n in r)/^(on(?:Click|Pointer|Mouse|Key)(?:Down|Up|Press)?)$/.test(n)&&(r[n]=[a=>{var l;return(l=a==null?void 0:a.preventDefault)==null?void 0:l.call(a)}]);for(let n in r)Object.assign(t,{[n](a,...l){let i=r[n];for(let s of i){if((a instanceof Event||(a==null?void 0:a.nativeEvent)instanceof Event)&&a.defaultPrevented)return;s(a,...l)}}});return t}function Kr(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={},r={};for(let n of e)for(let a in n)a.startsWith("on")&&typeof n[a]=="function"?(r[a]!=null||(r[a]=[]),r[a].push(n[a])):t[a]=n[a];for(let n in r)Object.assign(t,{[n](...a){let l=r[n];for(let i of l)i==null||i(...a)}});return t}function J(e){var t;return Object.assign(w.forwardRef(e),{displayName:(t=e.displayName)!=null?t:e.name})}function Le(e){let t=Object.assign({},e);for(let r in t)t[r]===void 0&&delete t[r];return t}function Kt(e,t=[]){let r=Object.assign({},e);for(let n of t)n in r&&delete r[n];return r}function za(e){return w.version.split(".")[0]>="19"?e.props.ref:e.ref}function ze(e){return e===w.Fragment||e===Symbol.for("react.fragment")}function Ka(e){return ze(e.type)}function Xa(e,t,r){let[n,a]=w.useState(r),l=e!==void 0,i=w.useRef(l),s=w.useRef(!1),c=w.useRef(!1);return l&&!i.current&&!s.current?(s.current=!0,i.current=l,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")):!l&&i.current&&!c.current&&(c.current=!0,i.current=l,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")),[l?e:n,T(d=>(l||Ae.flushSync(()=>a(d)),t==null?void 0:t(d)))]}function Ya(e){let[t]=w.useState(e);return t}function Xr(e={},t=null,r=[]){for(let[n,a]of Object.entries(e))Qr(r,Yr(t,n),a);return r}function Yr(e,t){return e?e+"["+t+"]":t}function Qr(e,t,r){if(Array.isArray(r))for(let[n,a]of r.entries())Qr(e,Yr(t,n.toString()),a);else r instanceof Date?e.push([t,r.toISOString()]):typeof r=="boolean"?e.push([t,r?"1":"0"]):typeof r=="string"?e.push([t,r]):typeof r=="number"?e.push([t,`${r}`]):r==null?e.push([t,""]):Ja(r)&&!w.isValidElement(r)&&Xr(r,t,e)}function Qa(e){var t,r;let n=(t=e==null?void 0:e.form)!=null?t:e.closest("form");if(n){for(let a of n.elements)if(a!==e&&(a.tagName==="INPUT"&&a.type==="submit"||a.tagName==="BUTTON"&&a.type==="submit"||a.nodeName==="INPUT"&&a.type==="image")){a.click();return}(r=n.requestSubmit)==null||r.call(n)}}function Ja(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||Object.getPrototypeOf(t)===null}let el="span";var Xt=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(Xt||{});function tl(e,t){var r;let{features:n=1,...a}=e,l={ref:t,"aria-hidden":(n&2)===2?!0:(r=a["aria-hidden"])!=null?r:void 0,hidden:(n&4)===4?!0:void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(n&4)===4&&(n&2)!==2&&{display:"none"}}};return ne()({ourProps:l,theirProps:a,slot:{},defaultTag:el,name:"Hidden"})}let Jr=J(tl),rl=w.createContext(null);function nl({children:e}){let t=w.useContext(rl);if(!t)return w.createElement(w.Fragment,null,e);let{target:r}=t;return r?Ae.createPortal(w.createElement(w.Fragment,null,e),r):null}function ol({data:e,form:t,disabled:r,onReset:n,overrides:a}){let[l,i]=w.useState(null),s=Se();return w.useEffect(()=>{if(n&&l)return s.addEventListener(l,"reset",n)},[l,t,n]),w.createElement(nl,null,w.createElement(al,{setForm:i,formId:t}),Xr(e).map(([c,d])=>w.createElement(Jr,{features:Xt.Hidden,...Le({key:c,as:"input",type:"hidden",hidden:!0,readOnly:!0,form:t,disabled:r,name:c,value:d,...a})})))}function al({setForm:e,formId:t}){return w.useEffect(()=>{if(t){let r=document.getElementById(t);r&&e(r)}},[e,t]),t?null:w.createElement(Jr,{features:Xt.Hidden,as:"input",type:"hidden",hidden:!0,readOnly:!0,ref:r=>{if(!r)return;let n=r.closest("form");n&&e(n)}})}let ll=w.createContext(void 0);function en(){return w.useContext(ll)}function tn(e){return typeof e!="object"||e===null?!1:"nodeType"in e}function mt(e){return tn(e)&&"tagName"in e}function ge(e){return mt(e)&&"accessKey"in e}function Pe(e){return mt(e)&&"tabIndex"in e}function il(e){return mt(e)&&"style"in e}function sl(e){return ge(e)&&e.nodeName==="IFRAME"}function rn(e){return ge(e)&&e.nodeName==="INPUT"}function nn(e){return ge(e)&&e.nodeName==="LABEL"}function cl(e){return ge(e)&&e.nodeName==="FIELDSET"}function on(e){return ge(e)&&e.nodeName==="LEGEND"}function dl(e){return mt(e)?e.matches('a[href],audio[controls],button,details,embed,iframe,img[usemap],input:not([type="hidden"]),label,select,textarea,video[controls]'):!1}function an(e){let t=e.parentElement,r=null;for(;t&&!cl(t);)on(t)&&(r=t),t=t.parentElement;let n=(t==null?void 0:t.getAttribute("disabled"))==="";return n&&ul(r)?!1:n}function ul(e){if(!e)return!1;let t=e.previousElementSibling;for(;t!==null;){if(on(t))return!1;t=t.previousElementSibling}return!0}let ln=Symbol();function fl(e,t=!0){return Object.assign(e,{[ln]:t})}function ie(...e){let t=w.useRef(e);w.useEffect(()=>{t.current=e},[e]);let r=T(n=>{for(let a of t.current)a!=null&&(typeof a=="function"?a(n):a.current=n)});return e.every(n=>n==null||(n==null?void 0:n[ln]))?void 0:r}let Yt=w.createContext(null);Yt.displayName="DescriptionContext";function sn(){let e=w.useContext(Yt);if(e===null){let t=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,sn),t}return e}function hl(){var e,t;return(t=(e=w.useContext(Yt))==null?void 0:e.value)!=null?t:void 0}let ml="p";function wl(e,t){let r=w.useId(),n=Gt(),{id:a=`headlessui-description-${r}`,...l}=e,i=sn(),s=ie(t);q(()=>i.register(a),[a,i.register]);let c=xe({...i.slot,disabled:n||!1}),d={ref:s,...i.props,id:a};return ne()({ourProps:d,theirProps:l,slot:c,defaultTag:ml,name:i.name||"Description"})}let pl=J(wl);Object.assign(pl,{});var K=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(K||{});let wt=w.createContext(null);wt.displayName="LabelContext";function cn(){let e=w.useContext(wt);if(e===null){let t=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,cn),t}return e}function dn(e){var t,r,n;let a=(r=(t=w.useContext(wt))==null?void 0:t.value)!=null?r:void 0;return((n=e==null?void 0:e.length)!=null?n:0)>0?[a,...e].filter(Boolean).join(" "):a}function vl({inherit:e=!1}={}){let t=dn(),[r,n]=w.useState([]),a=e?[t,...r].filter(Boolean):r;return[a.length>0?a.join(" "):void 0,w.useMemo(()=>function(l){let i=T(c=>(n(d=>[...d,c]),()=>n(d=>{let f=d.slice(),p=f.indexOf(c);return p!==-1&&f.splice(p,1),f}))),s=w.useMemo(()=>({register:i,slot:l.slot,name:l.name,props:l.props,value:l.value}),[i,l.slot,l.name,l.props,l.value]);return w.createElement(wt.Provider,{value:s},l.children)},[n])]}let gl="label";function bl(e,t){var r;let n=w.useId(),a=cn(),l=en(),i=Gt(),{id:s=`headlessui-label-${n}`,htmlFor:c=l??((r=a.props)==null?void 0:r.htmlFor),passive:d=!1,...f}=e,p=ie(t);q(()=>a.register(s),[s,a.register]);let m=T(b=>{let g=b.currentTarget;if(!(b.target!==b.currentTarget&&dl(b.target))&&(nn(g)&&b.preventDefault(),a.props&&"onClick"in a.props&&typeof a.props.onClick=="function"&&a.props.onClick(b),nn(g))){let x=document.getElementById(g.htmlFor);if(x){let k=x.getAttribute("disabled");if(k==="true"||k==="")return;let E=x.getAttribute("aria-disabled");if(E==="true"||E==="")return;(rn(x)&&(x.type==="file"||x.type==="radio"||x.type==="checkbox")||x.role==="radio"||x.role==="checkbox"||x.role==="switch")&&x.click(),x.focus({preventScroll:!0})}}}),h=xe({...a.slot,disabled:i||!1}),v={ref:p,...a.props,id:s,htmlFor:c,onClick:m};return d&&("onClick"in v&&(delete v.htmlFor,delete v.onClick),"onClick"in f&&delete f.onClick),ne()({ourProps:v,theirProps:f,slot:h,defaultTag:c?gl:"div",name:a.name||"Label"})}let kl=J(bl),El=Object.assign(kl,{});function xl(e,t){return e!==null&&t!==null&&typeof e=="object"&&typeof t=="object"&&"id"in e&&"id"in t?e.id===t.id:e===t}function yl(e=xl){return w.useCallback((t,r)=>{if(typeof e=="string"){let n=e;return(t==null?void 0:t[n])===(r==null?void 0:r[n])}return e(t,r)},[e])}function un(e){if(e===null)return{width:0,height:0};let{width:t,height:r}=e.getBoundingClientRect();return{width:t,height:r}}function Ll(e,t,r=!1){let[n,a]=w.useState(()=>un(t));return q(()=>{if(!t||!e)return;let l=re();return l.requestAnimationFrame(function i(){l.requestAnimationFrame(i),a(s=>{let c=un(t);return c.width===s.width&&c.height===s.height?s:c})}),()=>{l.dispose()}},[t,e]),r?{width:`${n.width}px`,height:`${n.height}px`}:n}var fn=(e=>(e[e.Left=0]="Left",e[e.Right=2]="Right",e))(fn||{});function Ml(e){let t=w.useRef(null),r=T(a=>{t.current=a.pointerType,!an(a.currentTarget)&&a.pointerType==="mouse"&&a.button===fn.Left&&(a.preventDefault(),e(a))}),n=T(a=>{t.current!=="mouse"&&(an(a.currentTarget)||e(a))});return{onPointerDown:r,onClick:n}}let hn=class extends Map{constructor(t){super(),this.factory=t}get(t){let r=super.get(t);return r===void 0&&(r=this.factory(t),this.set(t,r)),r}};var Cl=Object.defineProperty,$l=(e,t,r)=>t in e?Cl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,jl=(e,t,r)=>($l(e,t+"",r),r),mn=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)},se=(e,t,r)=>(mn(e,t,"read from private field"),r?r.call(e):t.get(e)),Qt=(e,t,r)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,r)},wn=(e,t,r,n)=>(mn(e,t,"write to private field"),t.set(e,r),r),he,Ke,Xe;let pn=class{constructor(t){Qt(this,he,{}),Qt(this,Ke,new hn(()=>new Set)),Qt(this,Xe,new Set),jl(this,"disposables",re()),wn(this,he,t),fe.isServer&&this.disposables.microTask(()=>{this.dispose()})}dispose(){this.disposables.dispose()}get state(){return se(this,he)}subscribe(t,r){if(fe.isServer)return()=>{};let n={selector:t,callback:r,current:t(se(this,he))};return se(this,Xe).add(n),this.disposables.add(()=>{se(this,Xe).delete(n)})}on(t,r){return fe.isServer?()=>{}:(se(this,Ke).get(t).add(r),this.disposables.add(()=>{se(this,Ke).get(t).delete(r)}))}send(t){let r=this.reduce(se(this,he),t);if(r!==se(this,he)){wn(this,he,r);for(let n of se(this,Xe)){let a=n.selector(se(this,he));vn(n.current,a)||(n.current=a,n.callback(a))}for(let n of se(this,Ke).get(t.type))n(se(this,he),t)}}};he=new WeakMap,Ke=new WeakMap,Xe=new WeakMap;function vn(e,t){return Object.is(e,t)?!0:typeof e!="object"||e===null||typeof t!="object"||t===null?!1:Array.isArray(e)&&Array.isArray(t)?e.length!==t.length?!1:Jt(e[Symbol.iterator](),t[Symbol.iterator]()):e instanceof Map&&t instanceof Map||e instanceof Set&&t instanceof Set?e.size!==t.size?!1:Jt(e.entries(),t.entries()):gn(e)&&gn(t)?Jt(Object.entries(e)[Symbol.iterator](),Object.entries(t)[Symbol.iterator]()):!1}function Jt(e,t){do{let r=e.next(),n=t.next();if(r.done&&n.done)return!0;if(r.done||n.done||!Object.is(r.value,n.value))return!1}while(!0)}function gn(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||Object.getPrototypeOf(t)===null}function er(e){let[t,r]=e(),n=re();return(...a)=>{t(...a),n.dispose(),n.microTask(r)}}var Al=Object.defineProperty,Ol=(e,t,r)=>t in e?Al(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,bn=(e,t,r)=>(Ol(e,typeof t!="symbol"?t+"":t,r),r),kn=(e=>(e[e.Push=0]="Push",e[e.Pop=1]="Pop",e))(kn||{});let Fl={0(e,t){let r=t.id,n=e.stack,a=e.stack.indexOf(r);if(a!==-1){let l=e.stack.slice();return l.splice(a,1),l.push(r),n=l,{...e,stack:n}}return{...e,stack:[...e.stack,r]}},1(e,t){let r=t.id,n=e.stack.indexOf(r);if(n===-1)return e;let a=e.stack.slice();return a.splice(n,1),{...e,stack:a}}},Sl=class ta extends pn{constructor(){super(...arguments),bn(this,"actions",{push:t=>this.send({type:0,id:t}),pop:t=>this.send({type:1,id:t})}),bn(this,"selectors",{isTop:(t,r)=>t.stack[t.stack.length-1]===r,inStack:(t,r)=>t.stack.includes(r)})}static new(){return new ta({stack:[]})}reduce(t,r){return le(r.type,Fl,t,r)}};const tr=new hn(()=>Sl.new());var rr={exports:{}},nr={};/**
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
*
|
|
18
18
|
* This source code is licensed under the MIT license found in the
|
|
19
19
|
* LICENSE file in the root directory of this source tree.
|
|
20
|
-
*/var xn;function Il(){return xn||(xn=1,process.env.NODE_ENV!=="production"&&function(){function e(c,d){return c===d&&(c!==0||1/c===1/d)||c!==c&&d!==d}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=w,r=typeof Object.is=="function"?Object.is:e,n=t.useSyncExternalStore,a=t.useRef,l=t.useEffect,i=t.useMemo,s=t.useDebugValue;or.useSyncExternalStoreWithSelector=function(c,d,f,p,m){var h=a(null);if(h.current===null){var v={hasValue:!1,value:null};h.current=v}else v=h.current;h=i(function(){function g(y){if(!x){if(x=!0,k=y,y=p(y),m!==void 0&&v.hasValue){var M=v.value;if(m(M,y))return E=M}return E=y}if(M=E,r(k,y))return M;var C=p(y);return m!==void 0&&m(M,C)?(k=y,M):(k=y,E=C)}var x=!1,k,E,L=f===void 0?null:f;return[function(){return g(d())},L===null?void 0:function(){return g(L())}]},[d,f,p,m]);var b=n(c,h[0],h[1]);return l(function(){v.hasValue=!0,v.value=b},[b]),s(b),b},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),or}process.env.NODE_ENV==="production"?rr.exports=Bl():rr.exports=Il();var Rl=rr.exports;function ee(e,t,r=vn){return Rl.useSyncExternalStoreWithSelector(T(n=>e.subscribe(Wl,n)),T(()=>e.state),T(()=>e.state),T(t),r)}function Wl(e){return e}function yn(e,t){let r=w.useId(),n=tr.get(t),[a,l]=ee(n,w.useCallback(i=>[n.selectors.isTop(i,r),n.selectors.inStack(i,r)],[n,r]));return q(()=>{if(e)return n.actions.push(r),()=>n.actions.pop(r)},[n,e,r]),e?l?a:!0:!1}let ar=new Map,Ye=new Map;function Ln(e){var t;let r=(t=Ye.get(e))!=null?t:0;return Ye.set(e,r+1),r!==0?()=>Mn(e):(ar.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),e.setAttribute("aria-hidden","true"),e.inert=!0,()=>Mn(e))}function Mn(e){var t;let r=(t=Ye.get(e))!=null?t:1;if(r===1?Ye.delete(e):Ye.set(e,r-1),r!==1)return;let n=ar.get(e);n&&(n["aria-hidden"]===null?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",n["aria-hidden"]),e.inert=n.inert,ar.delete(e))}function Nl(e,{allowed:t,disallowed:r}={}){let n=yn(e,"inert-others");q(()=>{var a,l;if(!n)return;let i=re();for(let c of(a=r==null?void 0:r())!=null?a:[])c&&i.add(Ln(c));let s=(l=t==null?void 0:t())!=null?l:[];for(let c of s){if(!c)continue;let d=dt(c);if(!d)continue;let f=c.parentElement;for(;f&&f!==d.body;){for(let p of f.children)s.some(m=>p.contains(m))||i.add(Ln(p));f=f.parentElement}}return i.dispose},[n,t,r])}function Tl(e,t,r){let n=Be(a=>{let l=a.getBoundingClientRect();l.x===0&&l.y===0&&l.width===0&&l.height===0&&r()});w.useEffect(()=>{if(!e)return;let a=t===null?null:ge(t)?t:t.current;if(!a)return;let l=re();if(typeof ResizeObserver<"u"){let i=new ResizeObserver(()=>n.current(a));i.observe(a),l.add(()=>i.disconnect())}if(typeof IntersectionObserver<"u"){let i=new IntersectionObserver(()=>n.current(a));i.observe(a),l.add(()=>i.disconnect())}return()=>l.dispose()},[t,n,e])}let lr=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","details>summary","textarea:not([disabled])"].map(e=>`${e}:not([tabindex='-1'])`).join(","),Pl=["[data-autofocus]"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var ir=(e=>(e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll",e[e.AutoFocus=64]="AutoFocus",e))(ir||{}),Hl=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(Hl||{}),Vl=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(Vl||{});function Cn(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(lr)).sort((t,r)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(r.tabIndex||Number.MAX_SAFE_INTEGER)))}function Dl(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(Pl)).sort((t,r)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(r.tabIndex||Number.MAX_SAFE_INTEGER)))}var sr=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(sr||{});function $n(e,t=0){var r;return e===((r=dt(e))==null?void 0:r.body)?!1:le(t,{0(){return e.matches(lr)},1(){let n=e;for(;n!==null;){if(n.matches(lr))return!0;n=n.parentElement}return!1}})}var _l=(e=>(e[e.Keyboard=0]="Keyboard",e[e.Mouse=1]="Mouse",e))(_l||{});typeof window<"u"&&typeof document<"u"&&(document.addEventListener("keydown",e=>{e.metaKey||e.altKey||e.ctrlKey||(document.documentElement.dataset.headlessuiFocusVisible="")},!0),document.addEventListener("click",e=>{e.detail===1?delete document.documentElement.dataset.headlessuiFocusVisible:e.detail===0&&(document.documentElement.dataset.headlessuiFocusVisible="")},!0));let Zl=["textarea","input"].join(",");function Ul(e){var t,r;return(r=(t=e==null?void 0:e.matches)==null?void 0:t.call(e,Zl))!=null?r:!1}function jn(e,t=r=>r){return e.slice().sort((r,n)=>{let a=t(r),l=t(n);if(a===null||l===null)return 0;let i=a.compareDocumentPosition(l);return i&Node.DOCUMENT_POSITION_FOLLOWING?-1:i&Node.DOCUMENT_POSITION_PRECEDING?1:0})}function ql(e,t,r=e===null?document.body:ut(e)){return Gl(Cn(r),t,{relativeTo:e})}function Gl(e,t,{sorted:r=!0,relativeTo:n=null,skipElements:a=[]}={}){let l=Array.isArray(e)?e.length>0?ut(e[0]):document:ut(e),i=Array.isArray(e)?r?jn(e):e:t&64?Dl(e):Cn(e);a.length>0&&i.length>1&&(i=i.filter(h=>!a.some(v=>v!=null&&"current"in v?(v==null?void 0:v.current)===h:v===h))),n=n??(l==null?void 0:l.activeElement);let s=(()=>{if(t&5)return 1;if(t&10)return-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),c=(()=>{if(t&1)return 0;if(t&2)return Math.max(0,i.indexOf(n))-1;if(t&4)return Math.max(0,i.indexOf(n))+1;if(t&8)return i.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),d=t&32?{preventScroll:!0}:{},f=0,p=i.length,m;do{if(f>=p||f+p<=0)return 0;let h=c+f;if(t&16)h=(h+p)%p;else{if(h<0)return 3;if(h>=p)return 1}m=i[h],m==null||m.focus(d),f+=s}while(m!==qr(m));return t&6&&Ul(m)&&m.select(),2}function An(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function zl(){return/Android/gi.test(window.navigator.userAgent)}function On(){return An()||zl()}function He(e,t,r,n){let a=Be(r);w.useEffect(()=>{if(!e)return;function l(i){a.current(i)}return document.addEventListener(t,l,n),()=>document.removeEventListener(t,l,n)},[e,t,n])}function Kl(e,t,r,n){let a=Be(r);w.useEffect(()=>{if(!e)return;function l(i){a.current(i)}return window.addEventListener(t,l,n),()=>window.removeEventListener(t,l,n)},[e,t,n])}const Fn=30;function Xl(e,t,r){let n=Be(r),a=w.useCallback(function(s,c){if(s.defaultPrevented)return;let d=c(s);if(d===null||!d.getRootNode().contains(d)||!d.isConnected)return;let f=function p(m){return typeof m=="function"?p(m()):Array.isArray(m)||m instanceof Set?m:[m]}(t);for(let p of f)if(p!==null&&(p.contains(d)||s.composed&&s.composedPath().includes(p)))return;return!$n(d,sr.Loose)&&d.tabIndex!==-1&&s.preventDefault(),n.current(s,d)},[n,t]),l=w.useRef(null);He(e,"pointerdown",s=>{var c,d;On()||(l.current=((d=(c=s.composedPath)==null?void 0:c.call(s))==null?void 0:d[0])||s.target)},!0),He(e,"pointerup",s=>{if(On()||!l.current)return;let c=l.current;return l.current=null,a(s,()=>c)},!0);let i=w.useRef({x:0,y:0});He(e,"touchstart",s=>{i.current.x=s.touches[0].clientX,i.current.y=s.touches[0].clientY},!0),He(e,"touchend",s=>{let c={x:s.changedTouches[0].clientX,y:s.changedTouches[0].clientY};if(!(Math.abs(c.x-i.current.x)>=Fn||Math.abs(c.y-i.current.y)>=Fn))return a(s,()=>Pe(s.target)?s.target:null)},!0),Kl(e,"blur",s=>a(s,()=>sl(window.document.activeElement)?window.document.activeElement:null),!0)}function cr(...e){return w.useMemo(()=>dt(...e),[...e])}var Yl=(e=>(e[e.Ignore=0]="Ignore",e[e.Select=1]="Select",e[e.Close=2]="Close",e))(Yl||{});const pt={Ignore:{kind:0},Select:e=>({kind:1,target:e}),Close:{kind:2}},Ql=200,Sn=5;function Jl(e,{trigger:t,action:r,close:n,select:a}){let l=w.useRef(null),i=w.useRef(null),s=w.useRef(null);He(e&&t!==null,"pointerdown",c=>{tn(c==null?void 0:c.target)&&t!=null&&t.contains(c.target)&&(i.current=c.x,s.current=c.y,l.current=c.timeStamp)}),He(e&&t!==null,"pointerup",c=>{var d,f;let p=l.current;if(p===null||(l.current=null,!Pe(c.target))||Math.abs(c.x-((d=i.current)!=null?d:c.x))<Sn&&Math.abs(c.y-((f=s.current)!=null?f:c.y))<Sn)return;let m=r(c);switch(m.kind){case 0:return;case 1:{c.timeStamp-p>Ql&&(a(m.target),n());break}case 2:{n();break}}},{capture:!0})}function ei(e,t){return w.useMemo(()=>{var r;if(e.type)return e.type;let n=(r=e.as)!=null?r:"button";if(typeof n=="string"&&n.toLowerCase()==="button"||(t==null?void 0:t.tagName)==="BUTTON"&&!t.hasAttribute("type"))return"button"},[e.type,e.as,t])}function ti(e){return w.useSyncExternalStore(e.subscribe,e.getSnapshot,e.getSnapshot)}function ri(e,t){let r=e(),n=new Set;return{getSnapshot(){return r},subscribe(a){return n.add(a),()=>n.delete(a)},dispatch(a,...l){let i=t[a].call(r,...l);i&&(r=i,n.forEach(s=>s()))}}}function ni(){let e;return{before({doc:t}){var r;let n=t.documentElement,a=(r=t.defaultView)!=null?r:window;e=Math.max(0,a.innerWidth-n.clientWidth)},after({doc:t,d:r}){let n=t.documentElement,a=Math.max(0,n.clientWidth-n.offsetWidth),l=Math.max(0,e-a);r.style(n,"paddingRight",`${l}px`)}}}function oi(){return An()?{before({doc:e,d:t,meta:r}){function n(a){for(let l of r().containers)for(let i of l())if(i.contains(a))return!0;return!1}t.microTask(()=>{var a;if(window.getComputedStyle(e.documentElement).scrollBehavior!=="auto"){let s=re();s.style(e.documentElement,"scrollBehavior","auto"),t.add(()=>t.microTask(()=>s.dispose()))}let l=(a=window.scrollY)!=null?a:window.pageYOffset,i=null;t.addEventListener(e,"click",s=>{if(Pe(s.target))try{let c=s.target.closest("a");if(!c)return;let{hash:d}=new URL(c.href),f=e.querySelector(d);Pe(f)&&!n(f)&&(i=f)}catch{}},!0),t.group(s=>{t.addEventListener(e,"touchstart",c=>{if(s.dispose(),Pe(c.target)&&il(c.target))if(n(c.target)){let d=c.target;for(;d.parentElement&&n(d.parentElement);)d=d.parentElement;s.style(d,"overscrollBehavior","contain")}else s.style(c.target,"touchAction","none")})}),t.addEventListener(e,"touchmove",s=>{if(Pe(s.target)){if(rn(s.target))return;if(n(s.target)){let c=s.target;for(;c.parentElement&&c.dataset.headlessuiPortal!==""&&!(c.scrollHeight>c.clientHeight||c.scrollWidth>c.clientWidth);)c=c.parentElement;c.dataset.headlessuiPortal===""&&s.preventDefault()}else s.preventDefault()}},{passive:!1}),t.add(()=>{var s;let c=(s=window.scrollY)!=null?s:window.pageYOffset;l!==c&&window.scrollTo(0,l),i&&i.isConnected&&(i.scrollIntoView({block:"nearest"}),i=null)})})}}:{}}function ai(){return{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}}function Bn(e){let t={};for(let r of e)Object.assign(t,r(t));return t}let Ie=ri(()=>new Map,{PUSH(e,t){var r;let n=(r=this.get(e))!=null?r:{doc:e,count:0,d:re(),meta:new Set,computedMeta:{}};return n.count++,n.meta.add(t),n.computedMeta=Bn(n.meta),this.set(e,n),this},POP(e,t){let r=this.get(e);return r&&(r.count--,r.meta.delete(t),r.computedMeta=Bn(r.meta)),this},SCROLL_PREVENT(e){let t={doc:e.doc,d:e.d,meta(){return e.computedMeta}},r=[oi(),ni(),ai()];r.forEach(({before:n})=>n==null?void 0:n(t)),r.forEach(({after:n})=>n==null?void 0:n(t))},SCROLL_ALLOW({d:e}){e.dispose()},TEARDOWN({doc:e}){this.delete(e)}});Ie.subscribe(()=>{let e=Ie.getSnapshot(),t=new Map;for(let[r]of e)t.set(r,r.documentElement.style.overflow);for(let r of e.values()){let n=t.get(r.doc)==="hidden",a=r.count!==0;(a&&!n||!a&&n)&&Ie.dispatch(r.count>0?"SCROLL_PREVENT":"SCROLL_ALLOW",r),r.count===0&&Ie.dispatch("TEARDOWN",r)}});function li(e,t,r=()=>({containers:[]})){let n=ti(Ie),a=t?n.get(t):void 0,l=a?a.count>0:!1;return q(()=>{if(!(!t||!e))return Ie.dispatch("PUSH",t,r),()=>Ie.dispatch("POP",t,r)},[e,t]),l}function ii(e,t,r=()=>[document.body]){let n=yn(e,"scroll-lock");li(n,t,a=>{var l;return{containers:[...(l=a.containers)!=null?l:[],r]}})}function In(e){return[e.screenX,e.screenY]}function si(){let e=w.useRef([-1,-1]);return{wasMoved(t){let r=In(t);return e.current[0]===r[0]&&e.current[1]===r[1]?!1:(e.current=r,!0)},update(t){e.current=In(t)}}}function ci(e=0){let[t,r]=w.useState(e),n=w.useCallback(c=>r(c),[]),a=w.useCallback(c=>r(d=>d|c),[]),l=w.useCallback(c=>(t&c)===c,[t]),i=w.useCallback(c=>r(d=>d&~c),[]),s=w.useCallback(c=>r(d=>d^c),[]);return{flags:t,setFlag:n,addFlag:a,hasFlag:l,removeFlag:i,toggleFlag:s}}var Rn,Wn;typeof process<"u"&&typeof globalThis<"u"&&typeof Element<"u"&&((Rn=process==null?void 0:process.env)==null?void 0:Rn.NODE_ENV)==="test"&&typeof((Wn=Element==null?void 0:Element.prototype)==null?void 0:Wn.getAnimations)>"u"&&(Element.prototype.getAnimations=function(){return console.warn(["Headless UI has polyfilled `Element.prototype.getAnimations` for your tests.","Please install a proper polyfill e.g. `jsdom-testing-mocks`, to silence these warnings.","","Example usage:","```js","import { mockAnimationsApi } from 'jsdom-testing-mocks'","mockAnimationsApi()","```"].join(`
|
|
21
|
-
`)),[]});var di=(e=>(e[e.None=0]="None",e[e.Closed=1]="Closed",e[e.Enter=2]="Enter",e[e.Leave=4]="Leave",e))(di||{});function Nn(e){let t={};for(let r in e)e[r]===!0&&(t[`data-${r}`]="");return t}function Tn(e,t,r,n){let[a,l]=w.useState(r),{hasFlag:i,addFlag:s,removeFlag:c}=ci(e&&a?3:0),d=w.useRef(!1),f=w.useRef(!1),p=Se();return q(()=>{var m;if(e){if(r&&l(!0),!t){r&&s(3);return}return(m=n==null?void 0:n.start)==null||m.call(n,r),ui(t,{inFlight:d,prepare(){f.current?f.current=!1:f.current=d.current,d.current=!0,!f.current&&(r?(s(3),c(4)):(s(4),c(2)))},run(){f.current?r?(c(3),s(4)):(c(4),s(3)):r?c(1):s(1)},done(){var h;f.current&&mi(t)||(d.current=!1,c(7),r||l(!1),(h=n==null?void 0:n.end)==null||h.call(n,r))}})}},[e,r,t,p]),e?[a,{closed:i(1),enter:i(2),leave:i(4),transition:i(2)||i(4)}]:[r,{closed:void 0,enter:void 0,leave:void 0,transition:void 0}]}function ui(e,{prepare:t,run:r,done:n,inFlight:a}){let l=re();return hi(e,{prepare:t,inFlight:a}),l.nextFrame(()=>{r(),l.requestAnimationFrame(()=>{l.add(fi(e,n))})}),l.dispose}function fi(e,t){var r,n;let a=re();if(!e)return a.dispose;let l=!1;a.add(()=>{l=!0});let i=(n=(r=e.getAnimations)==null?void 0:r.call(e).filter(s=>s instanceof CSSTransition))!=null?n:[];return i.length===0?(t(),a.dispose):(Promise.allSettled(i.map(s=>s.finished)).then(()=>{l||t()}),a.dispose)}function hi(e,{inFlight:t,prepare:r}){if(t!=null&&t.current){r();return}let n=e.style.transition;e.style.transition="none",r(),e.offsetHeight,e.style.transition=n}function mi(e){var t,r;return((r=(t=e.getAnimations)==null?void 0:t.call(e))!=null?r:[]).some(n=>n instanceof CSSTransition&&n.playState!=="finished")}function vt(){return typeof window<"u"}function Ve(e){return Pn(e)?(e.nodeName||"").toLowerCase():"#document"}function oe(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function me(e){var t;return(t=(Pn(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Pn(e){return vt()?e instanceof Node||e instanceof oe(e).Node:!1}function X(e){return vt()?e instanceof Element||e instanceof oe(e).Element:!1}function we(e){return vt()?e instanceof HTMLElement||e instanceof oe(e).HTMLElement:!1}function Hn(e){return!vt()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof oe(e).ShadowRoot}const wi=new Set(["inline","contents"]);function Qe(e){const{overflow:t,overflowX:r,overflowY:n,display:a}=de(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!wi.has(a)}const pi=new Set(["table","td","th"]);function vi(e){return pi.has(Ve(e))}const gi=[":popover-open",":modal"];function gt(e){return gi.some(t=>{try{return e.matches(t)}catch{return!1}})}const bi=["transform","translate","scale","rotate","perspective"],ki=["transform","translate","scale","rotate","perspective","filter"],Ei=["paint","layout","strict","content"];function dr(e){const t=ur(),r=X(e)?de(e):e;return bi.some(n=>r[n]?r[n]!=="none":!1)||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||ki.some(n=>(r.willChange||"").includes(n))||Ei.some(n=>(r.contain||"").includes(n))}function xi(e){let t=Me(e);for(;we(t)&&!De(t);){if(dr(t))return t;if(gt(t))return null;t=Me(t)}return null}function ur(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const yi=new Set(["html","body","#document"]);function De(e){return yi.has(Ve(e))}function de(e){return oe(e).getComputedStyle(e)}function bt(e){return X(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Me(e){if(Ve(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Hn(e)&&e.host||me(e);return Hn(t)?t.host:t}function Vn(e){const t=Me(e);return De(t)?e.ownerDocument?e.ownerDocument.body:e.body:we(t)&&Qe(t)?t:Vn(t)}function Je(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const a=Vn(e),l=a===((n=e.ownerDocument)==null?void 0:n.body),i=oe(a);if(l){const s=fr(i);return t.concat(i,i.visualViewport||[],Qe(a)?a:[],s&&r?Je(s):[])}return t.concat(a,Je(a,[],r))}function fr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Li(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(t=>{let{brand:r,version:n}=t;return r+"/"+n}).join(" "):navigator.userAgent}const Re=Math.min,Y=Math.max,et=Math.round,kt=Math.floor,pe=e=>({x:e,y:e}),Mi={left:"right",right:"left",bottom:"top",top:"bottom"},Ci={start:"end",end:"start"};function Dn(e,t,r){return Y(e,Re(t,r))}function _e(e,t){return typeof e=="function"?e(t):e}function Ce(e){return e.split("-")[0]}function tt(e){return e.split("-")[1]}function _n(e){return e==="x"?"y":"x"}function Zn(e){return e==="y"?"height":"width"}const $i=new Set(["top","bottom"]);function be(e){return $i.has(Ce(e))?"y":"x"}function Un(e){return _n(be(e))}function ji(e,t,r){r===void 0&&(r=!1);const n=tt(e),a=Un(e),l=Zn(a);let i=a==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[l]>t.floating[l]&&(i=Et(i)),[i,Et(i)]}function Ai(e){const t=Et(e);return[hr(e),t,hr(t)]}function hr(e){return e.replace(/start|end/g,t=>Ci[t])}const qn=["left","right"],Gn=["right","left"],Oi=["top","bottom"],Fi=["bottom","top"];function Si(e,t,r){switch(e){case"top":case"bottom":return r?t?Gn:qn:t?qn:Gn;case"left":case"right":return t?Oi:Fi;default:return[]}}function Bi(e,t,r,n){const a=tt(e);let l=Si(Ce(e),r==="start",n);return a&&(l=l.map(i=>i+"-"+a),t&&(l=l.concat(l.map(hr)))),l}function Et(e){return e.replace(/left|right|bottom|top/g,t=>Mi[t])}function Ii(e){return{top:0,right:0,bottom:0,left:0,...e}}function Ri(e){return typeof e!="number"?Ii(e):{top:e,right:e,bottom:e,left:e}}function xt(e){const{x:t,y:r,width:n,height:a}=e;return{width:n,height:a,top:r,left:t,right:t+n,bottom:r+a,x:t,y:r}}function zn(e,t,r){let{reference:n,floating:a}=e;const l=be(t),i=Un(t),s=Zn(i),c=Ce(t),d=l==="y",f=n.x+n.width/2-a.width/2,p=n.y+n.height/2-a.height/2,m=n[s]/2-a[s]/2;let h;switch(c){case"top":h={x:f,y:n.y-a.height};break;case"bottom":h={x:f,y:n.y+n.height};break;case"right":h={x:n.x+n.width,y:p};break;case"left":h={x:n.x-a.width,y:p};break;default:h={x:n.x,y:n.y}}switch(tt(t)){case"start":h[i]-=m*(r&&d?-1:1);break;case"end":h[i]+=m*(r&&d?-1:1);break}return h}const Wi=async(e,t,r)=>{const{placement:n="bottom",strategy:a="absolute",middleware:l=[],platform:i}=r,s=l.filter(Boolean),c=await(i.isRTL==null?void 0:i.isRTL(t));let d=await i.getElementRects({reference:e,floating:t,strategy:a}),{x:f,y:p}=zn(d,n,c),m=n,h={},v=0;for(let b=0;b<s.length;b++){const{name:g,fn:x}=s[b],{x:k,y:E,data:L,reset:y}=await x({x:f,y:p,initialPlacement:n,placement:m,strategy:a,middlewareData:h,rects:d,platform:i,elements:{reference:e,floating:t}});f=k??f,p=E??p,h={...h,[g]:{...h[g],...L}},y&&v<=50&&(v++,typeof y=="object"&&(y.placement&&(m=y.placement),y.rects&&(d=y.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:a}):y.rects),{x:f,y:p}=zn(d,m,c)),b=-1)}return{x:f,y:p,placement:m,strategy:a,middlewareData:h}};async function yt(e,t){var r;t===void 0&&(t={});const{x:n,y:a,platform:l,rects:i,elements:s,strategy:c}=e,{boundary:d="clippingAncestors",rootBoundary:f="viewport",elementContext:p="floating",altBoundary:m=!1,padding:h=0}=_e(t,e),v=Ri(h),g=s[m?p==="floating"?"reference":"floating":p],x=xt(await l.getClippingRect({element:(r=await(l.isElement==null?void 0:l.isElement(g)))==null||r?g:g.contextElement||await(l.getDocumentElement==null?void 0:l.getDocumentElement(s.floating)),boundary:d,rootBoundary:f,strategy:c})),k=p==="floating"?{x:n,y:a,width:i.floating.width,height:i.floating.height}:i.reference,E=await(l.getOffsetParent==null?void 0:l.getOffsetParent(s.floating)),L=await(l.isElement==null?void 0:l.isElement(E))?await(l.getScale==null?void 0:l.getScale(E))||{x:1,y:1}:{x:1,y:1},y=xt(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:k,offsetParent:E,strategy:c}):k);return{top:(x.top-y.top+v.top)/L.y,bottom:(y.bottom-x.bottom+v.bottom)/L.y,left:(x.left-y.left+v.left)/L.x,right:(y.right-x.right+v.right)/L.x}}const Ni=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:a,middlewareData:l,rects:i,initialPlacement:s,platform:c,elements:d}=t,{mainAxis:f=!0,crossAxis:p=!0,fallbackPlacements:m,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:b=!0,...g}=_e(e,t);if((r=l.arrow)!=null&&r.alignmentOffset)return{};const x=Ce(a),k=be(s),E=Ce(s)===s,L=await(c.isRTL==null?void 0:c.isRTL(d.floating)),y=m||(E||!b?[Et(s)]:Ai(s)),M=v!=="none";!m&&M&&y.push(...Bi(s,b,v,L));const C=[s,...y],B=await yt(t,g),j=[];let $=((n=l.flip)==null?void 0:n.overflows)||[];if(f&&j.push(B[x]),p){const O=ji(a,i,L);j.push(B[O[0]],B[O[1]])}if($=[...$,{placement:a,overflows:j}],!j.every(O=>O<=0)){var A,W;const O=(((A=l.flip)==null?void 0:A.index)||0)+1,F=C[O];if(F&&(!(p==="alignment"?k!==be(F):!1)||$.every(I=>be(I.placement)===k?I.overflows[0]>0:!0)))return{data:{index:O,overflows:$},reset:{placement:F}};let P=(W=$.filter(Z=>Z.overflows[0]<=0).sort((Z,I)=>Z.overflows[1]-I.overflows[1])[0])==null?void 0:W.placement;if(!P)switch(h){case"bestFit":{var R;const Z=(R=$.filter(I=>{if(M){const N=be(I.placement);return N===k||N==="y"}return!0}).map(I=>[I.placement,I.overflows.filter(N=>N>0).reduce((N,U)=>N+U,0)]).sort((I,N)=>I[1]-N[1])[0])==null?void 0:R[0];Z&&(P=Z);break}case"initialPlacement":P=s;break}if(a!==P)return{reset:{placement:P}}}return{}}}},Ti=new Set(["left","top"]);async function Pi(e,t){const{placement:r,platform:n,elements:a}=e,l=await(n.isRTL==null?void 0:n.isRTL(a.floating)),i=Ce(r),s=tt(r),c=be(r)==="y",d=Ti.has(i)?-1:1,f=l&&c?-1:1,p=_e(t,e);let{mainAxis:m,crossAxis:h,alignmentAxis:v}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return s&&typeof v=="number"&&(h=s==="end"?v*-1:v),c?{x:h*f,y:m*d}:{x:m*d,y:h*f}}const Hi=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:a,y:l,placement:i,middlewareData:s}=t,c=await Pi(t,e);return i===((r=s.offset)==null?void 0:r.placement)&&(n=s.arrow)!=null&&n.alignmentOffset?{}:{x:a+c.x,y:l+c.y,data:{...c,placement:i}}}}},Vi=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:a}=t,{mainAxis:l=!0,crossAxis:i=!1,limiter:s={fn:g=>{let{x,y:k}=g;return{x,y:k}}},...c}=_e(e,t),d={x:r,y:n},f=await yt(t,c),p=be(Ce(a)),m=_n(p);let h=d[m],v=d[p];if(l){const g=m==="y"?"top":"left",x=m==="y"?"bottom":"right",k=h+f[g],E=h-f[x];h=Dn(k,h,E)}if(i){const g=p==="y"?"top":"left",x=p==="y"?"bottom":"right",k=v+f[g],E=v-f[x];v=Dn(k,v,E)}const b=s.fn({...t,[m]:h,[p]:v});return{...b,data:{x:b.x-r,y:b.y-n,enabled:{[m]:l,[p]:i}}}}}},Di=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:a,rects:l,platform:i,elements:s}=t,{apply:c=()=>{},...d}=_e(e,t),f=await yt(t,d),p=Ce(a),m=tt(a),h=be(a)==="y",{width:v,height:b}=l.floating;let g,x;p==="top"||p==="bottom"?(g=p,x=m===(await(i.isRTL==null?void 0:i.isRTL(s.floating))?"start":"end")?"left":"right"):(x=p,g=m==="end"?"top":"bottom");const k=b-f.top-f.bottom,E=v-f.left-f.right,L=Re(b-f[g],k),y=Re(v-f[x],E),M=!t.middlewareData.shift;let C=L,B=y;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(B=E),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(C=k),M&&!m){const $=Y(f.left,0),A=Y(f.right,0),W=Y(f.top,0),R=Y(f.bottom,0);h?B=v-2*($!==0||A!==0?$+A:Y(f.left,f.right)):C=b-2*(W!==0||R!==0?W+R:Y(f.top,f.bottom))}await c({...t,availableWidth:B,availableHeight:C});const j=await i.getDimensions(s.floating);return v!==j.width||b!==j.height?{reset:{rects:!0}}:{}}}};function Kn(e){const t=de(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const a=we(e),l=a?e.offsetWidth:r,i=a?e.offsetHeight:n,s=et(r)!==l||et(n)!==i;return s&&(r=l,n=i),{width:r,height:n,$:s}}function mr(e){return X(e)?e:e.contextElement}function Ze(e){const t=mr(e);if(!we(t))return pe(1);const r=t.getBoundingClientRect(),{width:n,height:a,$:l}=Kn(t);let i=(l?et(r.width):r.width)/n,s=(l?et(r.height):r.height)/a;return(!i||!Number.isFinite(i))&&(i=1),(!s||!Number.isFinite(s))&&(s=1),{x:i,y:s}}const _i=pe(0);function Xn(e){const t=oe(e);return!ur()||!t.visualViewport?_i:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Zi(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==oe(e)?!1:t}function We(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const a=e.getBoundingClientRect(),l=mr(e);let i=pe(1);t&&(n?X(n)&&(i=Ze(n)):i=Ze(e));const s=Zi(l,r,n)?Xn(l):pe(0);let c=(a.left+s.x)/i.x,d=(a.top+s.y)/i.y,f=a.width/i.x,p=a.height/i.y;if(l){const m=oe(l),h=n&&X(n)?oe(n):n;let v=m,b=fr(v);for(;b&&n&&h!==v;){const g=Ze(b),x=b.getBoundingClientRect(),k=de(b),E=x.left+(b.clientLeft+parseFloat(k.paddingLeft))*g.x,L=x.top+(b.clientTop+parseFloat(k.paddingTop))*g.y;c*=g.x,d*=g.y,f*=g.x,p*=g.y,c+=E,d+=L,v=oe(b),b=fr(v)}}return xt({width:f,height:p,x:c,y:d})}function Lt(e,t){const r=bt(e).scrollLeft;return t?t.left+r:We(me(e)).left+r}function Yn(e,t){const r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Lt(e,r),a=r.top+t.scrollTop;return{x:n,y:a}}function Ui(e){let{elements:t,rect:r,offsetParent:n,strategy:a}=e;const l=a==="fixed",i=me(n),s=t?gt(t.floating):!1;if(n===i||s&&l)return r;let c={scrollLeft:0,scrollTop:0},d=pe(1);const f=pe(0),p=we(n);if((p||!p&&!l)&&((Ve(n)!=="body"||Qe(i))&&(c=bt(n)),we(n))){const h=We(n);d=Ze(n),f.x=h.x+n.clientLeft,f.y=h.y+n.clientTop}const m=i&&!p&&!l?Yn(i,c):pe(0);return{width:r.width*d.x,height:r.height*d.y,x:r.x*d.x-c.scrollLeft*d.x+f.x+m.x,y:r.y*d.y-c.scrollTop*d.y+f.y+m.y}}function qi(e){return Array.from(e.getClientRects())}function Gi(e){const t=me(e),r=bt(e),n=e.ownerDocument.body,a=Y(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),l=Y(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let i=-r.scrollLeft+Lt(e);const s=-r.scrollTop;return de(n).direction==="rtl"&&(i+=Y(t.clientWidth,n.clientWidth)-a),{width:a,height:l,x:i,y:s}}const Qn=25;function zi(e,t){const r=oe(e),n=me(e),a=r.visualViewport;let l=n.clientWidth,i=n.clientHeight,s=0,c=0;if(a){l=a.width,i=a.height;const f=ur();(!f||f&&t==="fixed")&&(s=a.offsetLeft,c=a.offsetTop)}const d=Lt(n);if(d<=0){const f=n.ownerDocument,p=f.body,m=getComputedStyle(p),h=f.compatMode==="CSS1Compat"&&parseFloat(m.marginLeft)+parseFloat(m.marginRight)||0,v=Math.abs(n.clientWidth-p.clientWidth-h);v<=Qn&&(l-=v)}else d<=Qn&&(l+=d);return{width:l,height:i,x:s,y:c}}const Ki=new Set(["absolute","fixed"]);function Xi(e,t){const r=We(e,!0,t==="fixed"),n=r.top+e.clientTop,a=r.left+e.clientLeft,l=we(e)?Ze(e):pe(1),i=e.clientWidth*l.x,s=e.clientHeight*l.y,c=a*l.x,d=n*l.y;return{width:i,height:s,x:c,y:d}}function Jn(e,t,r){let n;if(t==="viewport")n=zi(e,r);else if(t==="document")n=Gi(me(e));else if(X(t))n=Xi(t,r);else{const a=Xn(e);n={x:t.x-a.x,y:t.y-a.y,width:t.width,height:t.height}}return xt(n)}function eo(e,t){const r=Me(e);return r===t||!X(r)||De(r)?!1:de(r).position==="fixed"||eo(r,t)}function Yi(e,t){const r=t.get(e);if(r)return r;let n=Je(e,[],!1).filter(s=>X(s)&&Ve(s)!=="body"),a=null;const l=de(e).position==="fixed";let i=l?Me(e):e;for(;X(i)&&!De(i);){const s=de(i),c=dr(i);!c&&s.position==="fixed"&&(a=null),(l?!c&&!a:!c&&s.position==="static"&&!!a&&Ki.has(a.position)||Qe(i)&&!c&&eo(e,i))?n=n.filter(f=>f!==i):a=s,i=Me(i)}return t.set(e,n),n}function Qi(e){let{element:t,boundary:r,rootBoundary:n,strategy:a}=e;const i=[...r==="clippingAncestors"?gt(t)?[]:Yi(t,this._c):[].concat(r),n],s=i[0],c=i.reduce((d,f)=>{const p=Jn(t,f,a);return d.top=Y(p.top,d.top),d.right=Re(p.right,d.right),d.bottom=Re(p.bottom,d.bottom),d.left=Y(p.left,d.left),d},Jn(t,s,a));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function Ji(e){const{width:t,height:r}=Kn(e);return{width:t,height:r}}function es(e,t,r){const n=we(t),a=me(t),l=r==="fixed",i=We(e,!0,l,t);let s={scrollLeft:0,scrollTop:0};const c=pe(0);function d(){c.x=Lt(a)}if(n||!n&&!l)if((Ve(t)!=="body"||Qe(a))&&(s=bt(t)),n){const h=We(t,!0,l,t);c.x=h.x+t.clientLeft,c.y=h.y+t.clientTop}else a&&d();l&&!n&&a&&d();const f=a&&!n&&!l?Yn(a,s):pe(0),p=i.left+s.scrollLeft-c.x-f.x,m=i.top+s.scrollTop-c.y-f.y;return{x:p,y:m,width:i.width,height:i.height}}function wr(e){return de(e).position==="static"}function to(e,t){if(!we(e)||de(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return me(e)===r&&(r=r.ownerDocument.body),r}function ro(e,t){const r=oe(e);if(gt(e))return r;if(!we(e)){let a=Me(e);for(;a&&!De(a);){if(X(a)&&!wr(a))return a;a=Me(a)}return r}let n=to(e,t);for(;n&&vi(n)&&wr(n);)n=to(n,t);return n&&De(n)&&wr(n)&&!dr(n)?r:n||xi(e)||r}const ts=async function(e){const t=this.getOffsetParent||ro,r=this.getDimensions,n=await r(e.floating);return{reference:es(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function rs(e){return de(e).direction==="rtl"}const ns={convertOffsetParentRelativeRectToViewportRelativeRect:Ui,getDocumentElement:me,getClippingRect:Qi,getOffsetParent:ro,getElementRects:ts,getClientRects:qi,getDimensions:Ji,getScale:Ze,isElement:X,isRTL:rs};function no(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function os(e,t){let r=null,n;const a=me(e);function l(){var s;clearTimeout(n),(s=r)==null||s.disconnect(),r=null}function i(s,c){s===void 0&&(s=!1),c===void 0&&(c=1),l();const d=e.getBoundingClientRect(),{left:f,top:p,width:m,height:h}=d;if(s||t(),!m||!h)return;const v=kt(p),b=kt(a.clientWidth-(f+m)),g=kt(a.clientHeight-(p+h)),x=kt(f),E={rootMargin:-v+"px "+-b+"px "+-g+"px "+-x+"px",threshold:Y(0,Re(1,c))||1};let L=!0;function y(M){const C=M[0].intersectionRatio;if(C!==c){if(!L)return i();C?i(!1,C):n=setTimeout(()=>{i(!1,1e-7)},1e3)}C===1&&!no(d,e.getBoundingClientRect())&&i(),L=!1}try{r=new IntersectionObserver(y,{...E,root:a.ownerDocument})}catch{r=new IntersectionObserver(y,E)}r.observe(e)}return i(!0),l}function as(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:a=!0,ancestorResize:l=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:s=typeof IntersectionObserver=="function",animationFrame:c=!1}=n,d=mr(e),f=a||l?[...d?Je(d):[],...Je(t)]:[];f.forEach(x=>{a&&x.addEventListener("scroll",r,{passive:!0}),l&&x.addEventListener("resize",r)});const p=d&&s?os(d,r):null;let m=-1,h=null;i&&(h=new ResizeObserver(x=>{let[k]=x;k&&k.target===d&&h&&(h.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame(()=>{var E;(E=h)==null||E.observe(t)})),r()}),d&&!c&&h.observe(d),h.observe(t));let v,b=c?We(e):null;c&&g();function g(){const x=We(e);b&&!no(b,x)&&r(),b=x,v=requestAnimationFrame(g)}return r(),()=>{var x;f.forEach(k=>{a&&k.removeEventListener("scroll",r),l&&k.removeEventListener("resize",r)}),p==null||p(),(x=h)==null||x.disconnect(),h=null,c&&cancelAnimationFrame(v)}}const pr=yt,ls=Hi,is=Vi,ss=Ni,cs=Di,ds=(e,t,r)=>{const n=new Map,a={platform:ns,...r},l={...a.platform,_c:n};return Wi(e,t,{...a,platform:l})};var us=typeof document<"u",fs=function(){},Mt=us?w.useLayoutEffect:fs;function Ct(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 r,n,a;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;n--!==0;)if(!Ct(e[n],t[n]))return!1;return!0}if(a=Object.keys(e),r=a.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!{}.hasOwnProperty.call(t,a[n]))return!1;for(n=r;n--!==0;){const l=a[n];if(!(l==="_owner"&&e.$$typeof)&&!Ct(e[l],t[l]))return!1}return!0}return e!==e&&t!==t}function oo(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function ao(e,t){const r=oo(e);return Math.round(t*r)/r}function vr(e){const t=o.useRef(e);return Mt(()=>{t.current=e}),t}function hs(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:a,elements:{reference:l,floating:i}={},transform:s=!0,whileElementsMounted:c,open:d}=e,[f,p]=o.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[m,h]=o.useState(n);Ct(m,n)||h(n);const[v,b]=o.useState(null),[g,x]=o.useState(null),k=o.useCallback(I=>{I!==M.current&&(M.current=I,b(I))},[]),E=o.useCallback(I=>{I!==C.current&&(C.current=I,x(I))},[]),L=l||v,y=i||g,M=o.useRef(null),C=o.useRef(null),B=o.useRef(f),j=c!=null,$=vr(c),A=vr(a),W=vr(d),R=o.useCallback(()=>{if(!M.current||!C.current)return;const I={placement:t,strategy:r,middleware:m};A.current&&(I.platform=A.current),ds(M.current,C.current,I).then(N=>{const U={...N,isPositioned:W.current!==!1};O.current&&!Ct(B.current,U)&&(B.current=U,at.flushSync(()=>{p(U)}))})},[m,t,r,A,W]);Mt(()=>{d===!1&&B.current.isPositioned&&(B.current.isPositioned=!1,p(I=>({...I,isPositioned:!1})))},[d]);const O=o.useRef(!1);Mt(()=>(O.current=!0,()=>{O.current=!1}),[]),Mt(()=>{if(L&&(M.current=L),y&&(C.current=y),L&&y){if($.current)return $.current(L,y,R);R()}},[L,y,R,$,j]);const F=o.useMemo(()=>({reference:M,floating:C,setReference:k,setFloating:E}),[k,E]),P=o.useMemo(()=>({reference:L,floating:y}),[L,y]),Z=o.useMemo(()=>{const I={position:r,left:0,top:0};if(!P.floating)return I;const N=ao(P.floating,f.x),U=ao(P.floating,f.y);return s?{...I,transform:"translate("+N+"px, "+U+"px)",...oo(P.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:N,top:U}},[r,s,P.floating,f.x,f.y]);return o.useMemo(()=>({...f,update:R,refs:F,elements:P,floatingStyles:Z}),[f,R,F,P,Z])}const lo=(e,t)=>({...ls(e),options:[e,t]}),ms=(e,t)=>({...is(e),options:[e,t]}),ws=(e,t)=>({...ss(e),options:[e,t]}),ps=(e,t)=>({...cs(e),options:[e,t]}),io={...o},vs=io.useInsertionEffect||(e=>e());function so(e){const t=o.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return vs(()=>{t.current=e}),o.useCallback(function(){for(var r=arguments.length,n=new Array(r),a=0;a<r;a++)n[a]=arguments[a];return t.current==null?void 0:t.current(...n)},[])}var gr=typeof document<"u"?w.useLayoutEffect:w.useEffect;let co=!1,gs=0;const uo=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+gs++;function bs(){const[e,t]=o.useState(()=>co?uo():void 0);return gr(()=>{e==null&&t(uo())},[]),o.useEffect(()=>{co=!0},[]),e}const ks=io.useId||bs;let rt;process.env.NODE_ENV!=="production"&&(rt=new Set);function Es(){for(var e,t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];const a="Floating UI: "+r.join(" ");if(!((e=rt)!=null&&e.has(a))){var l;(l=rt)==null||l.add(a),console.warn(a)}}function xs(){for(var e,t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];const a="Floating UI: "+r.join(" ");if(!((e=rt)!=null&&e.has(a))){var l;(l=rt)==null||l.add(a),console.error(a)}}function ys(){const e=new Map;return{emit(t,r){var n;(n=e.get(t))==null||n.forEach(a=>a(r))},on(t,r){e.set(t,[...e.get(t)||[],r])},off(t,r){var n;e.set(t,((n=e.get(t))==null?void 0:n.filter(a=>a!==r))||[])}}}const Ls=o.createContext(null),Ms=o.createContext(null),Cs=()=>{var e;return((e=o.useContext(Ls))==null?void 0:e.id)||null},$s=()=>o.useContext(Ms),js="data-floating-ui-focusable";function As(e){const{open:t=!1,onOpenChange:r,elements:n}=e,a=ks(),l=o.useRef({}),[i]=o.useState(()=>ys()),s=Cs()!=null;if(process.env.NODE_ENV!=="production"){const h=n.reference;h&&!X(h)&&xs("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[c,d]=o.useState(n.reference),f=so((h,v,b)=>{l.current.openEvent=h?v:void 0,i.emit("openchange",{open:h,event:v,reason:b,nested:s}),r==null||r(h,v,b)}),p=o.useMemo(()=>({setPositionReference:d}),[]),m=o.useMemo(()=>({reference:c||n.reference||null,floating:n.floating||null,domReference:n.reference}),[c,n.reference,n.floating]);return o.useMemo(()=>({dataRef:l,open:t,onOpenChange:f,elements:m,events:i,floatingId:a,refs:p}),[t,f,m,i,a,p])}function Os(e){e===void 0&&(e={});const{nodeId:t}=e,r=As({...e,elements:{reference:null,floating:null,...e.elements}}),n=e.rootContext||r,a=n.elements,[l,i]=o.useState(null),[s,c]=o.useState(null),f=(a==null?void 0:a.domReference)||l,p=o.useRef(null),m=$s();gr(()=>{f&&(p.current=f)},[f]);const h=hs({...e,elements:{...a,...s&&{reference:s}}}),v=o.useCallback(E=>{const L=X(E)?{getBoundingClientRect:()=>E.getBoundingClientRect(),contextElement:E}:E;c(L),h.refs.setReference(L)},[h.refs]),b=o.useCallback(E=>{(X(E)||E===null)&&(p.current=E,i(E)),(X(h.refs.reference.current)||h.refs.reference.current===null||E!==null&&!X(E))&&h.refs.setReference(E)},[h.refs]),g=o.useMemo(()=>({...h.refs,setReference:b,setPositionReference:v,domReference:p}),[h.refs,b,v]),x=o.useMemo(()=>({...h.elements,domReference:f}),[h.elements,f]),k=o.useMemo(()=>({...h,...n,refs:g,elements:x,nodeId:t}),[h,g,x,t,n]);return gr(()=>{n.dataRef.current.floatingContext=k;const E=m==null?void 0:m.nodesRef.current.find(L=>L.id===t);E&&(E.context=k)}),o.useMemo(()=>({...h,context:k,refs:g,elements:x}),[h,g,x,k])}const fo="active",ho="selected";function br(e,t,r){const n=new Map,a=r==="item";let l=e;if(a&&e){const{[fo]:i,[ho]:s,...c}=e;l=c}return{...r==="floating"&&{tabIndex:-1,[js]:""},...l,...t.map(i=>{const s=i?i[r]:null;return typeof s=="function"?e?s(e):null:s}).concat(e).reduce((i,s)=>(s&&Object.entries(s).forEach(c=>{let[d,f]=c;if(!(a&&[fo,ho].includes(d)))if(d.indexOf("on")===0){if(n.has(d)||n.set(d,[]),typeof f=="function"){var p;(p=n.get(d))==null||p.push(f),i[d]=function(){for(var m,h=arguments.length,v=new Array(h),b=0;b<h;b++)v[b]=arguments[b];return(m=n.get(d))==null?void 0:m.map(g=>g(...v)).find(g=>g!==void 0)}}}else i[d]=f}),i),{})}}function Fs(e){e===void 0&&(e=[]);const t=e.map(s=>s==null?void 0:s.reference),r=e.map(s=>s==null?void 0:s.floating),n=e.map(s=>s==null?void 0:s.item),a=o.useCallback(s=>br(s,e,"reference"),t),l=o.useCallback(s=>br(s,e,"floating"),r),i=o.useCallback(s=>br(s,e,"item"),n);return o.useMemo(()=>({getReferenceProps:a,getFloatingProps:l,getItemProps:i}),[a,l,i])}function mo(e,t){return{...e,rects:{...e.rects,floating:{...e.rects.floating,height:t}}}}const Ss=e=>({name:"inner",options:e,async fn(t){const{listRef:r,overflowRef:n,onFallbackChange:a,offset:l=0,index:i=0,minItemsVisible:s=4,referenceOverflowThreshold:c=0,scrollRef:d,...f}=_e(e,t),{rects:p,elements:{floating:m}}=t,h=r.current[i],v=(d==null?void 0:d.current)||m,b=m.clientTop||v.clientTop,g=m.clientTop!==0,x=v.clientTop!==0,k=m===v;if(process.env.NODE_ENV!=="production"&&(t.placement.startsWith("bottom")||Es('`placement` side must be "bottom" when using the `inner`',"middleware.")),!h)return{};const E={...t,...await lo(-h.offsetTop-m.clientTop-p.reference.height/2-h.offsetHeight/2-l).fn(t)},L=await pr(mo(E,v.scrollHeight+b+m.clientTop),f),y=await pr(E,{...f,elementContext:"reference"}),M=Y(0,L.top),C=E.y+M,$=(v.scrollHeight>v.clientHeight?A=>A:et)(Y(0,v.scrollHeight+(g&&k||x?b*2:0)-M-Y(0,L.bottom)));if(v.style.maxHeight=$+"px",v.scrollTop=M,a){const A=v.offsetHeight<h.offsetHeight*Re(s,r.current.length)-1||y.top>=-c||y.bottom>=-c;at.flushSync(()=>a(A))}return n&&(n.current=await pr(mo({...E,y:C},v.offsetHeight+b+m.clientTop),f)),{y:C}}});function Bs(e,t){const{open:r,elements:n}=e,{enabled:a=!0,overflowRef:l,scrollRef:i,onChange:s}=t,c=so(s),d=o.useRef(!1),f=o.useRef(null),p=o.useRef(null);o.useEffect(()=>{if(!a)return;function h(b){if(b.ctrlKey||!v||l.current==null)return;const g=b.deltaY,x=l.current.top>=-.5,k=l.current.bottom>=-.5,E=v.scrollHeight-v.clientHeight,L=g<0?-1:1,y=g<0?"max":"min";v.scrollHeight<=v.clientHeight||(!x&&g>0||!k&&g<0?(b.preventDefault(),at.flushSync(()=>{c(M=>M+Math[y](g,E*L))})):/firefox/i.test(Li())&&(v.scrollTop+=g))}const v=(i==null?void 0:i.current)||n.floating;if(r&&v)return v.addEventListener("wheel",h),requestAnimationFrame(()=>{f.current=v.scrollTop,l.current!=null&&(p.current={...l.current})}),()=>{f.current=null,p.current=null,v.removeEventListener("wheel",h)}},[a,r,n.floating,l,i,c]);const m=o.useMemo(()=>({onKeyDown(){d.current=!0},onWheel(){d.current=!1},onPointerMove(){d.current=!1},onScroll(){const h=(i==null?void 0:i.current)||n.floating;if(!(!l.current||!h||!d.current)){if(f.current!==null){const v=h.scrollTop-f.current;(l.current.bottom<-.5&&v<-1||l.current.top<-.5&&v>1)&&at.flushSync(()=>c(b=>b+v))}requestAnimationFrame(()=>{f.current=h.scrollTop})}}}),[n.floating,c,l,i]);return o.useMemo(()=>a?{floating:m}:{},[a,m])}let Ue=w.createContext({styles:void 0,setReference:()=>{},setFloating:()=>{},getReferenceProps:()=>({}),getFloatingProps:()=>({}),slot:{}});Ue.displayName="FloatingContext";let kr=w.createContext(null);kr.displayName="PlacementContext";function Is(e){return w.useMemo(()=>e?typeof e=="string"?{to:e}:e:null,[e])}function Rs(){return w.useContext(Ue).setReference}function Ws(){return w.useContext(Ue).getReferenceProps}function Ns(){let{getFloatingProps:e,slot:t}=w.useContext(Ue);return w.useCallback((...r)=>Object.assign({},e(...r),{"data-anchor":t.anchor}),[e,t])}function Ts(e=null){e===!1&&(e=null),typeof e=="string"&&(e={to:e});let t=w.useContext(kr),r=w.useMemo(()=>e,[JSON.stringify(e,(a,l)=>{var i;return(i=l==null?void 0:l.outerHTML)!=null?i:l})]);q(()=>{t==null||t(r??null)},[t,r]);let n=w.useContext(Ue);return w.useMemo(()=>[n.setFloating,e?n.styles:{}],[n.setFloating,e,n.styles])}let wo=4;function Ps({children:e,enabled:t=!0}){let[r,n]=w.useState(null),[a,l]=w.useState(0),i=w.useRef(null),[s,c]=w.useState(null);Hs(s);let d=t&&r!==null&&s!==null,{to:f="bottom",gap:p=0,offset:m=0,padding:h=0,inner:v}=Vs(r,s),[b,g="center"]=f.split(" ");q(()=>{d&&l(0)},[d]);let{refs:x,floatingStyles:k,context:E}=Os({open:d,placement:b==="selection"?g==="center"?"bottom":`bottom-${g}`:g==="center"?`${b}`:`${b}-${g}`,strategy:"absolute",transform:!1,middleware:[lo({mainAxis:b==="selection"?0:p,crossAxis:m}),ms({padding:h}),b!=="selection"&&ws({padding:h}),b==="selection"&&v?Ss({...v,padding:h,overflowRef:i,offset:a,minItemsVisible:wo,referenceOverflowThreshold:h,onFallbackChange(A){var W,R;if(!A)return;let O=E.elements.floating;if(!O)return;let F=parseFloat(getComputedStyle(O).scrollPaddingBottom)||0,P=Math.min(wo,O.childElementCount),Z=0,I=0;for(let N of(R=(W=E.elements.floating)==null?void 0:W.childNodes)!=null?R:[])if(ge(N)){let U=N.offsetTop,ke=U+N.clientHeight+F,z=O.scrollTop,G=z+O.clientHeight;if(U>=z&&ke<=G)P--;else{I=Math.max(0,Math.min(ke,G)-Math.max(U,z)),Z=N.clientHeight;break}}P>=1&&l(N=>{let U=Z*P-I+F;return N>=U?N:U})}}):null,ps({padding:h,apply({availableWidth:A,availableHeight:W,elements:R}){Object.assign(R.floating.style,{overflow:"auto",maxWidth:`${A}px`,maxHeight:`min(var(--anchor-max-height, 100vh), ${W}px)`})}})].filter(Boolean),whileElementsMounted:as}),[L=b,y=g]=E.placement.split("-");b==="selection"&&(L="selection");let M=w.useMemo(()=>({anchor:[L,y].filter(Boolean).join(" ")}),[L,y]),C=Bs(E,{overflowRef:i,onChange:l}),{getReferenceProps:B,getFloatingProps:j}=Fs([C]),$=T(A=>{c(A),x.setFloating(A)});return o.createElement(kr.Provider,{value:n},o.createElement(Ue.Provider,{value:{setFloating:$,setReference:x.setReference,styles:k,getReferenceProps:B,getFloatingProps:j,slot:M}},e))}function Hs(e){q(()=>{if(!e)return;let t=new MutationObserver(()=>{let r=window.getComputedStyle(e).maxHeight,n=parseFloat(r);if(isNaN(n))return;let a=parseInt(r);isNaN(a)||n!==a&&(e.style.maxHeight=`${Math.ceil(n)}px`)});return t.observe(e,{attributes:!0,attributeFilter:["style"]}),()=>{t.disconnect()}},[e])}function Vs(e,t){var r,n,a;let l=Er((r=e==null?void 0:e.gap)!=null?r:"var(--anchor-gap, 0)",t),i=Er((n=e==null?void 0:e.offset)!=null?n:"var(--anchor-offset, 0)",t),s=Er((a=e==null?void 0:e.padding)!=null?a:"var(--anchor-padding, 0)",t);return{...e,gap:l,offset:i,padding:s}}function Er(e,t,r=void 0){let n=Se(),a=T((c,d)=>{if(c==null)return[r,null];if(typeof c=="number")return[c,null];if(typeof c=="string"){if(!d)return[r,null];let f=vo(c,d);return[f,p=>{let m=po(c);{let h=m.map(v=>window.getComputedStyle(d).getPropertyValue(v));n.requestAnimationFrame(function v(){n.nextFrame(v);let b=!1;for(let[x,k]of m.entries()){let E=window.getComputedStyle(d).getPropertyValue(k);if(h[x]!==E){h[x]=E,b=!0;break}}if(!b)return;let g=vo(c,d);f!==g&&(p(g),f=g)})}return n.dispose}]}return[r,null]}),l=w.useMemo(()=>a(e,t)[0],[e,t]),[i=l,s]=w.useState();return q(()=>{let[c,d]=a(e,t);if(s(c),!!d)return d(s)},[e,t]),i}function po(e){let t=/var\((.*)\)/.exec(e);if(t){let r=t[1].indexOf(",");if(r===-1)return[t[1]];let n=t[1].slice(0,r).trim(),a=t[1].slice(r+1).trim();return a?[n,...po(a)]:[n]}return[]}function vo(e,t){let r=document.createElement("div");t.appendChild(r),r.style.setProperty("margin-top","0px","important"),r.style.setProperty("margin-top",e,"important");let n=parseFloat(window.getComputedStyle(r).marginTop)||0;return t.removeChild(r),n}function Ds({children:e,freeze:t},r){let n=go(t,e);return w.isValidElement(n)?w.cloneElement(n,{ref:r}):w.createElement(w.Fragment,null,n)}w.forwardRef(Ds);function go(e,t){let[r,n]=w.useState(t);return!e&&r!==t&&n(t),e?r:t}let xr=w.createContext(null);xr.displayName="OpenClosedContext";var ue=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(ue||{});function yr(){return w.useContext(xr)}function bo({value:e,children:t}){return w.createElement(xr.Provider,{value:e},t)}function _s(e){throw new Error("Unexpected object: "+e)}var _=(e=>(e[e.First=0]="First",e[e.Previous=1]="Previous",e[e.Next=2]="Next",e[e.Last=3]="Last",e[e.Specific=4]="Specific",e[e.Nothing=5]="Nothing",e))(_||{});function $t(e,t){let r=t.resolveItems();if(r.length<=0)return null;let n=t.resolveActiveIndex(),a=n??-1;switch(e.focus){case 0:{for(let l=0;l<r.length;++l)if(!t.resolveDisabled(r[l],l,r))return l;return n}case 1:{a===-1&&(a=r.length);for(let l=a-1;l>=0;--l)if(!t.resolveDisabled(r[l],l,r))return l;return n}case 2:{for(let l=a+1;l<r.length;++l)if(!t.resolveDisabled(r[l],l,r))return l;return n}case 3:{for(let l=r.length-1;l>=0;--l)if(!t.resolveDisabled(r[l],l,r))return l;return n}case 4:{for(let l=0;l<r.length;++l)if(t.resolveId(r[l],l,r)===e.id)return l;return n}case 5:return null;default:_s(e)}}function ko(e){let t=T(e),r=w.useRef(!1);w.useEffect(()=>(r.current=!1,()=>{r.current=!0,Gr(()=>{r.current&&t()})}),[t])}let Zs=w.createContext(!1);function Us(){return w.useContext(Zs)}function qs(e){let t=Us(),r=w.useContext(xo),[n,a]=w.useState(()=>{var l;if(!t&&r!==null)return(l=r.current)!=null?l:null;if(fe.isServer)return null;let i=e==null?void 0:e.getElementById("headlessui-portal-root");if(i)return i;if(e===null)return null;let s=e.createElement("div");return s.setAttribute("id","headlessui-portal-root"),e.body.appendChild(s)});return w.useEffect(()=>{n!==null&&(e!=null&&e.body.contains(n)||e==null||e.body.appendChild(n))},[n,e]),w.useEffect(()=>{t||r!==null&&a(r.current)},[r,a,t]),n}let Eo=w.Fragment,Gs=J(function(e,t){let{ownerDocument:r=null,...n}=e,a=w.useRef(null),l=ie(fl(m=>{a.current=m}),t),i=cr(a.current),s=r??i,c=qs(s),d=w.useContext(Ys),f=Se(),p=ne();return ko(()=>{var m;c&&c.childNodes.length<=0&&((m=c.parentElement)==null||m.removeChild(c))}),c?Ae.createPortal(w.createElement("div",{"data-headlessui-portal":"",ref:m=>{f.dispose(),d&&m&&f.add(d.register(m))}},p({ourProps:{ref:l},theirProps:n,slot:{},defaultTag:Eo,name:"Portal"})),c):null});function zs(e,t){let r=ie(t),{enabled:n=!0,ownerDocument:a,...l}=e,i=ne();return n?w.createElement(Gs,{...l,ownerDocument:a,ref:r}):i({ourProps:{ref:r},theirProps:l,slot:{},defaultTag:Eo,name:"Portal"})}let Ks=w.Fragment,xo=w.createContext(null);function Xs(e,t){let{target:r,...n}=e,a={ref:ie(t)},l=ne();return w.createElement(xo.Provider,{value:r},l({ourProps:a,theirProps:n,defaultTag:Ks,name:"Popover.Group"}))}let Ys=w.createContext(null),Qs=J(zs),Js=J(Xs),e0=Object.assign(Qs,{Group:Js});const jt={Idle:{kind:"Idle"},Tracked:e=>({kind:"Tracked",position:e}),Moved:{kind:"Moved"}};function yo(e){let t=e.getBoundingClientRect();return`${t.x},${t.y}`}function t0(e,t,r){let n=re();if(t.kind==="Tracked"){let a=function(){l!==yo(e)&&(n.dispose(),r())},{position:l}=t,i=new ResizeObserver(a);i.observe(e),n.add(()=>i.disconnect()),n.addEventListener(window,"scroll",a,{passive:!0}),n.addEventListener(window,"resize",a)}return()=>n.dispose()}function r0(){let e=typeof document>"u";return"useSyncExternalStore"in o?(t=>t.useSyncExternalStore)(o)(()=>()=>{},()=>!1,()=>!e):!1}function Lo(){let e=r0(),[t,r]=o.useState(fe.isHandoffComplete);return t&&fe.isHandoffComplete===!1&&r(!1),o.useEffect(()=>{t!==!0&&r(!0)},[t]),o.useEffect(()=>fe.handoff(),[]),e?!1:t}function n0(){let e=w.useRef(!1);return q(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function Mo(e){var t;return!!(e.enter||e.enterFrom||e.enterTo||e.leave||e.leaveFrom||e.leaveTo)||!ze((t=e.as)!=null?t:$o)||w.Children.count(e.children)===1}let At=w.createContext(null);At.displayName="TransitionContext";var o0=(e=>(e.Visible="visible",e.Hidden="hidden",e))(o0||{});function a0(){let e=w.useContext(At);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}function l0(){let e=w.useContext(Ot);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}let Ot=w.createContext(null);Ot.displayName="NestingContext";function Ft(e){return"children"in e?Ft(e.children):e.current.filter(({el:t})=>t.current!==null).filter(({state:t})=>t==="visible").length>0}function Co(e,t){let r=Be(e),n=w.useRef([]),a=n0(),l=Se(),i=T((h,v=ye.Hidden)=>{let b=n.current.findIndex(({el:g})=>g===h);b!==-1&&(le(v,{[ye.Unmount](){n.current.splice(b,1)},[ye.Hidden](){n.current[b].state="hidden"}}),l.microTask(()=>{var g;!Ft(n)&&a.current&&((g=r.current)==null||g.call(r))}))}),s=T(h=>{let v=n.current.find(({el:b})=>b===h);return v?v.state!=="visible"&&(v.state="visible"):n.current.push({el:h,state:"visible"}),()=>i(h,ye.Unmount)}),c=w.useRef([]),d=w.useRef(Promise.resolve()),f=w.useRef({enter:[],leave:[]}),p=T((h,v,b)=>{c.current.splice(0),t&&(t.chains.current[v]=t.chains.current[v].filter(([g])=>g!==h)),t==null||t.chains.current[v].push([h,new Promise(g=>{c.current.push(g)})]),t==null||t.chains.current[v].push([h,new Promise(g=>{Promise.all(f.current[v].map(([x,k])=>k)).then(()=>g())})]),v==="enter"?d.current=d.current.then(()=>t==null?void 0:t.wait.current).then(()=>b(v)):b(v)}),m=T((h,v,b)=>{Promise.all(f.current[v].splice(0).map(([g,x])=>x)).then(()=>{var g;(g=c.current.shift())==null||g()}).then(()=>b(v))});return w.useMemo(()=>({children:n,register:s,unregister:i,onStart:p,onStop:m,wait:d,chains:f}),[s,i,n,p,m,f,d])}let $o=w.Fragment,jo=ft.RenderStrategy;function i0(e,t){var r,n;let{transition:a=!0,beforeEnter:l,afterEnter:i,beforeLeave:s,afterLeave:c,enter:d,enterFrom:f,enterTo:p,entered:m,leave:h,leaveFrom:v,leaveTo:b,...g}=e,[x,k]=w.useState(null),E=w.useRef(null),L=Mo(e),y=ie(...L?[E,t,k]:t===null?[]:[t]),M=(r=g.unmount)==null||r?ye.Unmount:ye.Hidden,{show:C,appear:B,initial:j}=a0(),[$,A]=w.useState(C?"visible":"hidden"),W=l0(),{register:R,unregister:O}=W;q(()=>R(E),[R,E]),q(()=>{if(M===ye.Hidden&&E.current){if(C&&$!=="visible"){A("visible");return}return le($,{hidden:()=>O(E),visible:()=>R(E)})}},[$,E,R,O,C,M]);let F=Lo();q(()=>{if(L&&F&&$==="visible"&&E.current===null)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")},[E,$,F,L]);let P=j&&!B,Z=B&&C&&j,I=w.useRef(!1),N=Co(()=>{I.current||(A("hidden"),O(E))},W),U=T(ce=>{I.current=!0;let je=ce?"enter":"leave";N.onStart(E,je,Te=>{Te==="enter"?l==null||l():Te==="leave"&&(s==null||s())})}),ke=T(ce=>{let je=ce?"enter":"leave";I.current=!1,N.onStop(E,je,Te=>{Te==="enter"?i==null||i():Te==="leave"&&(c==null||c())}),je==="leave"&&!Ft(N)&&(A("hidden"),O(E))});w.useEffect(()=>{L&&a||(U(C),ke(C))},[C,L,a]);let z=!(!a||!L||!F||P),[,G]=Tn(z,x,C,{start:U,end:ke}),Fr=Le({ref:y,className:((n=zt(g.className,Z&&d,Z&&f,G.enter&&d,G.enter&&G.closed&&f,G.enter&&!G.closed&&p,G.leave&&h,G.leave&&!G.closed&&v,G.leave&&G.closed&&b,!G.transition&&C&&m))==null?void 0:n.trim())||void 0,...Nn(G)}),Ne=0;$==="visible"&&(Ne|=ue.Open),$==="hidden"&&(Ne|=ue.Closed),C&&$==="hidden"&&(Ne|=ue.Opening),!C&&$==="visible"&&(Ne|=ue.Closing);let S=ne();return w.createElement(Ot.Provider,{value:N},w.createElement(bo,{value:Ne},S({ourProps:Fr,theirProps:g,defaultTag:$o,features:jo,visible:$==="visible",name:"Transition.Child"})))}function s0(e,t){let{show:r,appear:n=!1,unmount:a=!0,...l}=e,i=w.useRef(null),s=Mo(e),c=ie(...s?[i,t]:t===null?[]:[t]);Lo();let d=yr();if(r===void 0&&d!==null&&(r=(d&ue.Open)===ue.Open),r===void 0)throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[f,p]=w.useState(r?"visible":"hidden"),m=Co(()=>{r||p("hidden")}),[h,v]=w.useState(!0),b=w.useRef([r]);q(()=>{h!==!1&&b.current[b.current.length-1]!==r&&(b.current.push(r),v(!1))},[b,r]);let g=w.useMemo(()=>({show:r,appear:n,initial:h}),[r,n,h]);q(()=>{r?p("visible"):!Ft(m)&&i.current!==null&&p("hidden")},[r,m]);let x={unmount:a},k=T(()=>{var y;h&&v(!1),(y=e.beforeEnter)==null||y.call(e)}),E=T(()=>{var y;h&&v(!1),(y=e.beforeLeave)==null||y.call(e)}),L=ne();return w.createElement(Ot.Provider,{value:m},w.createElement(At.Provider,{value:g},L({ourProps:{...x,as:w.Fragment,children:w.createElement(Ao,{ref:c,...x,...l,beforeEnter:k,beforeLeave:E})},theirProps:{},defaultTag:w.Fragment,features:jo,visible:f==="visible",name:"Transition"})))}function c0(e,t){let r=w.useContext(At)!==null,n=yr()!==null;return w.createElement(w.Fragment,null,!r&&n?w.createElement(Lr,{ref:t,...e}):w.createElement(Ao,{ref:t,...e}))}let Lr=J(s0),Ao=J(i0),d0=J(c0),Oo=Object.assign(Lr,{Child:d0,Root:Lr}),Fo=/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;function So(e){var t,r;let n=(t=e.innerText)!=null?t:"",a=e.cloneNode(!0);if(!ge(a))return n;let l=!1;for(let s of a.querySelectorAll('[hidden],[aria-hidden],[role="img"]'))s.remove(),l=!0;let i=l?(r=a.innerText)!=null?r:"":n;return Fo.test(i)&&(i=i.replace(Fo,"")),i}function u0(e){let t=e.getAttribute("aria-label");if(typeof t=="string")return t.trim();let r=e.getAttribute("aria-labelledby");if(r){let n=r.split(" ").map(a=>{let l=document.getElementById(a);if(l){let i=l.getAttribute("aria-label");return typeof i=="string"?i.trim():So(l).trim()}return null}).filter(Boolean);if(n.length>0)return n.join(", ")}return So(e).trim()}function f0(e){let t=w.useRef(""),r=w.useRef("");return T(()=>{let n=e.current;if(!n)return"";let a=n.innerText;if(t.current===a)return r.current;let l=u0(n).trim().toLowerCase();return t.current=a,r.current=l,l})}var h0=Object.defineProperty,m0=(e,t,r)=>t in e?h0(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Bo=(e,t,r)=>(m0(e,typeof t!="symbol"?t+"":t,r),r),Q=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(Q||{}),$e=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))($e||{}),St=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(St||{}),Io=(e=>(e[e.OpenListbox=0]="OpenListbox",e[e.CloseListbox=1]="CloseListbox",e[e.GoToOption=2]="GoToOption",e[e.Search=3]="Search",e[e.ClearSearch=4]="ClearSearch",e[e.SelectOption=5]="SelectOption",e[e.RegisterOptions=6]="RegisterOptions",e[e.UnregisterOptions=7]="UnregisterOptions",e[e.SetButtonElement=8]="SetButtonElement",e[e.SetOptionsElement=9]="SetOptionsElement",e[e.SortOptions=10]="SortOptions",e[e.MarkButtonAsMoved=11]="MarkButtonAsMoved",e))(Io||{});function Ro(e,t=r=>r){let r=e.activeOptionIndex!==null?e.options[e.activeOptionIndex]:null,n=jn(t(e.options.slice()),l=>l.dataRef.current.domRef.current),a=r?n.indexOf(r):null;return a===-1&&(a=null),{options:n,activeOptionIndex:a}}let w0={1(e){if(e.dataRef.current.disabled||e.listboxState===1)return e;let t=e.buttonElement?jt.Tracked(yo(e.buttonElement)):e.buttonPositionState;return{...e,activeOptionIndex:null,pendingFocus:{focus:_.Nothing},listboxState:1,__demoMode:!1,buttonPositionState:t}},0(e,t){if(e.dataRef.current.disabled||e.listboxState===0)return e;let r=e.activeOptionIndex,{isSelected:n}=e.dataRef.current,a=e.options.findIndex(l=>n(l.dataRef.current.value));return a!==-1&&(r=a),{...e,frozenValue:!1,pendingFocus:t.focus,listboxState:0,activeOptionIndex:r,__demoMode:!1,buttonPositionState:jt.Idle}},2(e,t){var r,n,a,l,i;if(e.dataRef.current.disabled||e.listboxState===1)return e;let s={...e,searchQuery:"",activationTrigger:(r=t.trigger)!=null?r:1,__demoMode:!1};if(t.focus===_.Nothing)return{...s,activeOptionIndex:null};if(t.focus===_.Specific)return{...s,activeOptionIndex:e.options.findIndex(f=>f.id===t.id)};if(t.focus===_.Previous){let f=e.activeOptionIndex;if(f!==null){let p=e.options[f].dataRef.current.domRef,m=$t(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:h=>h.id,resolveDisabled:h=>h.dataRef.current.disabled});if(m!==null){let h=e.options[m].dataRef.current.domRef;if(((n=p.current)==null?void 0:n.previousElementSibling)===h.current||((a=h.current)==null?void 0:a.previousElementSibling)===null)return{...s,activeOptionIndex:m}}}}else if(t.focus===_.Next){let f=e.activeOptionIndex;if(f!==null){let p=e.options[f].dataRef.current.domRef,m=$t(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:h=>h.id,resolveDisabled:h=>h.dataRef.current.disabled});if(m!==null){let h=e.options[m].dataRef.current.domRef;if(((l=p.current)==null?void 0:l.nextElementSibling)===h.current||((i=h.current)==null?void 0:i.nextElementSibling)===null)return{...s,activeOptionIndex:m}}}}let c=Ro(e),d=$t(t,{resolveItems:()=>c.options,resolveActiveIndex:()=>c.activeOptionIndex,resolveId:f=>f.id,resolveDisabled:f=>f.dataRef.current.disabled});return{...s,...c,activeOptionIndex:d}},3:(e,t)=>{if(e.dataRef.current.disabled||e.listboxState===1)return e;let r=e.searchQuery!==""?0:1,n=e.searchQuery+t.value.toLowerCase(),a=(e.activeOptionIndex!==null?e.options.slice(e.activeOptionIndex+r).concat(e.options.slice(0,e.activeOptionIndex+r)):e.options).find(i=>{var s;return!i.dataRef.current.disabled&&((s=i.dataRef.current.textValue)==null?void 0:s.startsWith(n))}),l=a?e.options.indexOf(a):-1;return l===-1||l===e.activeOptionIndex?{...e,searchQuery:n}:{...e,searchQuery:n,activeOptionIndex:l,activationTrigger:1}},4(e){return e.dataRef.current.disabled||e.listboxState===1||e.searchQuery===""?e:{...e,searchQuery:""}},5(e){return e.dataRef.current.mode===0?{...e,frozenValue:!0}:{...e}},6:(e,t)=>{let r=e.options.concat(t.options),n=e.activeOptionIndex;if(e.pendingFocus.focus!==_.Nothing&&(n=$t(e.pendingFocus,{resolveItems:()=>r,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:a=>a.id,resolveDisabled:a=>a.dataRef.current.disabled})),e.activeOptionIndex===null){let{isSelected:a}=e.dataRef.current;if(a){let l=r.findIndex(i=>a==null?void 0:a(i.dataRef.current.value));l!==-1&&(n=l)}}return{...e,options:r,activeOptionIndex:n,pendingFocus:{focus:_.Nothing},pendingShouldSort:!0}},7:(e,t)=>{let r=e.options,n=[],a=new Set(t.options);for(let[l,i]of r.entries())if(a.has(i.id)&&(n.push(l),a.delete(i.id),a.size===0))break;if(n.length>0){r=r.slice();for(let l of n.reverse())r.splice(l,1)}return{...e,options:r,activationTrigger:1}},8:(e,t)=>e.buttonElement===t.element?e:{...e,buttonElement:t.element},9:(e,t)=>e.optionsElement===t.element?e:{...e,optionsElement:t.element},10:e=>e.pendingShouldSort?{...e,...Ro(e),pendingShouldSort:!1}:e,11(e){return e.buttonPositionState.kind!=="Tracked"?e:{...e,buttonPositionState:jt.Moved}}};class Mr extends pn{constructor(t){super(t),Bo(this,"actions",{onChange:r=>{let{onChange:n,compare:a,mode:l,value:i}=this.state.dataRef.current;return le(l,{0:()=>n==null?void 0:n(r),1:()=>{let s=i.slice(),c=s.findIndex(d=>a(d,r));return c===-1?s.push(r):s.splice(c,1),n==null?void 0:n(s)}})},registerOption:er(()=>{let r=[],n=new Set;return[(a,l)=>{n.has(l)||(n.add(l),r.push({id:a,dataRef:l}))},()=>(n.clear(),this.send({type:6,options:r.splice(0)}))]}),unregisterOption:er(()=>{let r=[];return[n=>r.push(n),()=>{this.send({type:7,options:r.splice(0)})}]}),goToOption:er(()=>{let r=null;return[(n,a)=>{r={type:2,...n,trigger:a}},()=>r&&this.send(r)]}),closeListbox:()=>{this.send({type:1})},openListbox:r=>{this.send({type:0,focus:r})},selectActiveOption:()=>{var r;if(this.state.activeOptionIndex!==null){let{dataRef:n}=this.state.options[this.state.activeOptionIndex];this.actions.selectOption(n.current.value)}else this.state.dataRef.current.mode===0&&(this.actions.closeListbox(),(r=this.state.buttonElement)==null||r.focus({preventScroll:!0}))},selectOption:r=>{this.send({type:5,value:r})},search:r=>{this.send({type:3,value:r})},clearSearch:()=>{this.send({type:4})},setButtonElement:r=>{this.send({type:8,element:r})},setOptionsElement:r=>{this.send({type:9,element:r})}}),Bo(this,"selectors",{activeDescendantId(r){var n;let a=r.activeOptionIndex,l=r.options;return a===null||(n=l[a])==null?void 0:n.id},isActive(r,n){var a;let l=r.activeOptionIndex,i=r.options;return l!==null?((a=i[l])==null?void 0:a.id)===n:!1},hasFrozenValue(r){return r.frozenValue},shouldScrollIntoView(r,n){return r.__demoMode||r.listboxState!==0||r.activationTrigger===0?!1:this.isActive(r,n)},didButtonMove(r){return r.buttonPositionState.kind==="Moved"}}),this.on(6,()=>{requestAnimationFrame(()=>{this.send({type:10})})});{let r=this.state.id,n=tr.get(null);this.disposables.add(n.on(kn.Push,a=>{!n.selectors.isTop(a,r)&&this.state.listboxState===0&&this.actions.closeListbox()})),this.on(0,()=>n.actions.push(r)),this.on(1,()=>n.actions.pop(r))}this.disposables.group(r=>{this.on(1,n=>{n.buttonElement&&(r.dispose(),r.add(t0(n.buttonElement,n.buttonPositionState,()=>{this.send({type:11})})))})}),this.on(5,(r,n)=>{var a;this.actions.onChange(n.value),this.state.dataRef.current.mode===0&&(this.actions.closeListbox(),(a=this.state.buttonElement)==null||a.focus({preventScroll:!0}))})}static new({id:t,__demoMode:r=!1}){return new Mr({id:t,dataRef:{current:{}},listboxState:r?0:1,options:[],searchQuery:"",activeOptionIndex:null,activationTrigger:1,buttonElement:null,optionsElement:null,pendingShouldSort:!1,pendingFocus:{focus:_.Nothing},frozenValue:!1,__demoMode:r,buttonPositionState:jt.Idle})}reduce(t,r){return le(r.type,w0,t,r)}}const Wo=w.createContext(null);function Cr(e){let t=w.useContext(Wo);if(t===null){let r=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,No),r}return t}function No({id:e,__demoMode:t=!1}){let r=w.useMemo(()=>Mr.new({id:e,__demoMode:t}),[]);return ko(()=>r.dispose()),r}let Bt=w.createContext(null);Bt.displayName="ListboxDataContext";function nt(e){let t=w.useContext(Bt);if(t===null){let r=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,nt),r}return t}let p0=w.Fragment;function v0(e,t){let r=w.useId(),n=Gt(),{value:a,defaultValue:l,form:i,name:s,onChange:c,by:d,invalid:f=!1,disabled:p=n||!1,horizontal:m=!1,multiple:h=!1,__demoMode:v=!1,...b}=e;const g=m?"horizontal":"vertical";let x=ie(t),k=Ya(l),[E=h?[]:void 0,L]=Xa(a,c,k),y=No({id:r,__demoMode:v}),M=w.useRef({static:!1,hold:!1}),C=w.useRef(new Map),B=yl(d),j=w.useCallback(z=>le($.mode,{[$e.Multi]:()=>E.some(G=>B(G,z)),[$e.Single]:()=>B(E,z)}),[E]),$=xe({value:E,disabled:p,invalid:f,mode:h?$e.Multi:$e.Single,orientation:g,onChange:L,compare:B,isSelected:j,optionsPropsRef:M,listRef:C});q(()=>{y.state.dataRef.current=$},[$]);let A=ee(y,z=>z.listboxState),W=tr.get(null),R=ee(W,w.useCallback(z=>W.selectors.isTop(z,r),[W,r])),[O,F]=ee(y,z=>[z.buttonElement,z.optionsElement]);Xl(R,[O,F],(z,G)=>{y.send({type:Io.CloseListbox}),$n(G,sr.Loose)||(z.preventDefault(),O==null||O.focus())});let P=xe({open:A===Q.Open,disabled:p,invalid:f,value:E}),[Z,I]=vl({inherit:!0}),N={ref:x},U=w.useCallback(()=>{if(k!==void 0)return L==null?void 0:L(k)},[L,k]),ke=ne();return w.createElement(I,{value:Z,props:{htmlFor:O==null?void 0:O.id},slot:{open:A===Q.Open,disabled:p}},w.createElement(Ps,null,w.createElement(Wo.Provider,{value:y},w.createElement(Bt.Provider,{value:$},w.createElement(bo,{value:le(A,{[Q.Open]:ue.Open,[Q.Closed]:ue.Closed})},s!=null&&E!=null&&w.createElement(ol,{disabled:p,data:{[s]:E},form:i,onReset:U}),ke({ourProps:N,theirProps:b,slot:P,defaultTag:p0,name:"Listbox"}))))))}let g0="button";function b0(e,t){let r=w.useId(),n=en(),a=nt("Listbox.Button"),l=Cr("Listbox.Button"),{id:i=n||`headlessui-listbox-button-${r}`,disabled:s=a.disabled||!1,autoFocus:c=!1,...d}=e,f=ie(t,Rs(),l.actions.setButtonElement),p=Ws(),[m,h,v]=ee(l,F=>[F.listboxState,F.buttonElement,F.optionsElement]),b=m===Q.Open;Jl(b,{trigger:h,action:w.useCallback(F=>{if(h!=null&&h.contains(F.target))return pt.Ignore;let P=F.target.closest('[role="option"]:not([data-disabled])');return ge(P)?pt.Select(P):v!=null&&v.contains(F.target)?pt.Ignore:pt.Close},[h,v]),close:l.actions.closeListbox,select:l.actions.selectActiveOption});let g=T(F=>{switch(F.key){case K.Enter:Qa(F.currentTarget);break;case K.Space:case K.ArrowDown:F.preventDefault(),l.actions.openListbox({focus:a.value?_.Nothing:_.First});break;case K.ArrowUp:F.preventDefault(),l.actions.openListbox({focus:a.value?_.Nothing:_.Last});break}}),x=T(F=>{switch(F.key){case K.Space:F.preventDefault();break}}),k=Ml(F=>{var P;l.state.listboxState===Q.Open?(Ae.flushSync(()=>l.actions.closeListbox()),(P=l.state.buttonElement)==null||P.focus({preventScroll:!0})):(F.preventDefault(),l.actions.openListbox({focus:_.Nothing}))}),E=T(F=>F.preventDefault()),L=dn([i]),y=hl(),{isFocusVisible:M,focusProps:C}=Wa({autoFocus:c}),{isHovered:B,hoverProps:j}=Ra({isDisabled:s}),{pressed:$,pressProps:A}=_a({disabled:s}),W=xe({open:m===Q.Open,active:$||m===Q.Open,disabled:s,invalid:a.invalid,value:a.value,hover:B,focus:M,autofocus:c}),R=ee(l,F=>F.listboxState===Q.Open),O=Kr(p(),{ref:f,id:i,type:ei(e,h),"aria-haspopup":"listbox","aria-controls":v==null?void 0:v.id,"aria-expanded":R,"aria-labelledby":L,"aria-describedby":y,disabled:s||void 0,autoFocus:c,onKeyDown:g,onKeyUp:x,onKeyPress:E},k,C,j,A);return ne()({ourProps:O,theirProps:d,slot:W,defaultTag:g0,name:"Listbox.Button"})}let To=w.createContext(!1),k0="div",E0=ft.RenderStrategy|ft.Static;function x0(e,t){let r=w.useId(),{id:n=`headlessui-listbox-options-${r}`,anchor:a,portal:l=!1,modal:i=!0,transition:s=!1,...c}=e,d=Is(a),[f,p]=w.useState(null);d&&(l=!0);let m=nt("Listbox.Options"),h=Cr("Listbox.Options"),[v,b,g,x]=ee(h,S=>[S.listboxState,S.buttonElement,S.optionsElement,S.__demoMode]),k=cr(b),E=cr(g),L=yr(),[y,M]=Tn(s,f,L!==null?(L&ue.Open)===ue.Open:v===Q.Open);Tl(y,b,h.actions.closeListbox);let C=x?!1:i&&v===Q.Open;ii(C,E);let B=x?!1:i&&v===Q.Open;Nl(B,{allowed:w.useCallback(()=>[b,g],[b,g])});let j=ee(h,h.selectors.didButtonMove)?!1:y,$=ee(h,h.selectors.hasFrozenValue)&&!e.static,A=go($,m.value),W=w.useCallback(S=>m.compare(A,S),[m.compare,A]),R=ee(h,S=>{var ce;if(d==null||!((ce=d==null?void 0:d.to)!=null&&ce.includes("selection")))return null;let je=S.options.findIndex(Te=>W(Te.dataRef.current.value));return je===-1&&(je=0),je}),O=(()=>{if(d==null)return;if(R===null)return{...d,inner:void 0};let S=Array.from(m.listRef.current.values());return{...d,inner:{listRef:{current:S},index:R}}})(),[F,P]=Ts(O),Z=Ns(),I=ie(t,d?F:null,h.actions.setOptionsElement,p),N=Se();w.useEffect(()=>{let S=g;S&&v===Q.Open&&(Ha(S)||S==null||S.focus({preventScroll:!0}))},[v,g]);let U=T(S=>{var ce;switch(N.dispose(),S.key){case K.Space:if(h.state.searchQuery!=="")return S.preventDefault(),S.stopPropagation(),h.actions.search(S.key);case K.Enter:S.preventDefault(),S.stopPropagation(),h.actions.selectActiveOption();break;case le(m.orientation,{vertical:K.ArrowDown,horizontal:K.ArrowRight}):return S.preventDefault(),S.stopPropagation(),h.actions.goToOption({focus:_.Next});case le(m.orientation,{vertical:K.ArrowUp,horizontal:K.ArrowLeft}):return S.preventDefault(),S.stopPropagation(),h.actions.goToOption({focus:_.Previous});case K.Home:case K.PageUp:return S.preventDefault(),S.stopPropagation(),h.actions.goToOption({focus:_.First});case K.End:case K.PageDown:return S.preventDefault(),S.stopPropagation(),h.actions.goToOption({focus:_.Last});case K.Escape:S.preventDefault(),S.stopPropagation(),Ae.flushSync(()=>h.actions.closeListbox()),(ce=h.state.buttonElement)==null||ce.focus({preventScroll:!0});return;case K.Tab:S.preventDefault(),S.stopPropagation(),Ae.flushSync(()=>h.actions.closeListbox()),ql(h.state.buttonElement,S.shiftKey?ir.Previous:ir.Next);break;default:S.key.length===1&&(h.actions.search(S.key),N.setTimeout(()=>h.actions.clearSearch(),350));break}}),ke=ee(h,S=>{var ce;return(ce=S.buttonElement)==null?void 0:ce.id}),z=xe({open:v===Q.Open}),G=Kr(d?Z():{},{id:n,ref:I,"aria-activedescendant":ee(h,h.selectors.activeDescendantId),"aria-multiselectable":m.mode===$e.Multi?!0:void 0,"aria-labelledby":ke,"aria-orientation":m.orientation,onKeyDown:U,role:"listbox",tabIndex:v===Q.Open?0:void 0,style:{...c.style,...P,"--button-width":Ll(y,b,!0).width},...Nn(M)}),Fr=ne(),Ne=w.useMemo(()=>m.mode===$e.Multi?m:{...m,isSelected:W},[m,W]);return w.createElement(e0,{enabled:l?e.static||y:!1,ownerDocument:k},w.createElement(Bt.Provider,{value:Ne},Fr({ourProps:G,theirProps:c,slot:z,defaultTag:k0,features:E0,visible:j,name:"Listbox.Options"})))}let y0="div";function L0(e,t){let r=w.useId(),{id:n=`headlessui-listbox-option-${r}`,disabled:a=!1,value:l,...i}=e,s=w.useContext(To)===!0,c=nt("Listbox.Option"),d=Cr("Listbox.Option"),f=ee(d,$=>d.selectors.isActive($,n)),p=c.isSelected(l),m=w.useRef(null),h=f0(m),v=Be({disabled:a,value:l,domRef:m,get textValue(){return h()}}),b=ie(t,m,$=>{$?c.listRef.current.set(n,$):c.listRef.current.delete(n)}),g=ee(d,$=>d.selectors.shouldScrollIntoView($,n));q(()=>{if(g)return re().requestAnimationFrame(()=>{var $,A;(A=($=m.current)==null?void 0:$.scrollIntoView)==null||A.call($,{block:"nearest"})})},[g,m]),q(()=>{if(!s)return d.actions.registerOption(n,v),()=>d.actions.unregisterOption(n)},[v,n,s]);let x=T($=>{if(a)return $.preventDefault();d.actions.selectOption(l)}),k=T(()=>{if(a)return d.actions.goToOption({focus:_.Nothing});d.actions.goToOption({focus:_.Specific,id:n})}),E=si(),L=T($=>E.update($)),y=T($=>{E.wasMoved($)&&(a||f&&d.state.activationTrigger===St.Pointer||d.actions.goToOption({focus:_.Specific,id:n},St.Pointer))}),M=T($=>{E.wasMoved($)&&(a||f&&d.state.activationTrigger===St.Pointer&&d.actions.goToOption({focus:_.Nothing}))}),C=xe({active:f,focus:f,selected:p,disabled:a,selectedOption:p&&s}),B=s?{}:{id:n,ref:b,role:"option",tabIndex:a===!0?void 0:-1,"aria-disabled":a===!0?!0:void 0,"aria-selected":p,disabled:void 0,onClick:x,onFocus:k,onPointerEnter:L,onMouseEnter:L,onPointerMove:y,onMouseMove:y,onPointerLeave:M,onMouseLeave:M},j=ne();return!p&&s?null:j({ourProps:B,theirProps:i,slot:C,defaultTag:y0,name:"Listbox.Option"})}let M0=w.Fragment;function C0(e,t){let{options:r,placeholder:n,...a}=e,l={ref:ie(t)},i=nt("ListboxSelectedOption"),s=xe({}),c=i.value===void 0||i.value===null||i.mode===$e.Multi&&Array.isArray(i.value)&&i.value.length===0,d=ne();return w.createElement(To.Provider,{value:!0},d({ourProps:l,theirProps:{...a,children:w.createElement(w.Fragment,null,n&&c?n:r)},slot:s,defaultTag:M0,name:"ListboxSelectedOption"}))}let $0=J(v0),$r=J(b0),j0=El,jr=J(x0),Ar=J(L0),A0=J(C0),Po=Object.assign($0,{Button:$r,Label:j0,Options:jr,Option:Ar,SelectedOption:A0});function O0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M16.704 4.153a.75.75 0 0 1 .143 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 0 1 1.05-.143Z",clipRule:"evenodd"}))}const Ho=o.forwardRef(O0);function F0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M10.53 3.47a.75.75 0 0 0-1.06 0L6.22 6.72a.75.75 0 0 0 1.06 1.06L10 5.06l2.72 2.72a.75.75 0 1 0 1.06-1.06l-3.25-3.25Zm-4.31 9.81 3.25 3.25a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 1 0-1.06-1.06L10 14.94l-2.72-2.72a.75.75 0 0 0-1.06 1.06Z",clipRule:"evenodd"}))}const Vo=o.forwardRef(F0);function S0({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,helper:i,description:s,placeholder:c="Select an option",required:d,error:f,options:p=[],optionId:m="id",optionLabel:h="name"}=e,[v,b]=w.useState(!1),g=!!f,x=g?n.error:v?n.inputFocusBorder:n.inputBorder,k=()=>{if(!t)return null;const y=p.find(M=>typeof M=="string"?M===t:M[m]===t);return typeof y=="string"?y:y==null?void 0:y[h]},E=y=>{const M=typeof y=="string"?y:y[m];r(M)},L=k();return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,d&&u.jsx("span",{style:{color:n.inputFocusBorder},className:"ml-1 text-xs",children:"*"})]}),!d&&!g&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"(Optional)"})]}),i&&u.jsx("p",{style:{color:n.description},className:"mb-2 text-xs",children:i}),u.jsx("div",{className:"relative mt-2",children:u.jsx(Po,{value:t,onChange:E,onFocus:()=>b(!0),onBlur:()=>b(!1),children:u.jsxs("div",{className:"relative",children:[u.jsxs($r,{id:a,style:{color:g?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:x,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:"0.75rem",paddingRight:"2.5rem"},className:"relative w-full cursor-default py-1.5 text-left text-base outline-none sm:text-sm/6",children:[u.jsx("span",{className:`block truncate ${L?"":"opacity-50"}`,style:{color:L?void 0:n.inputPlaceholder},children:t||L||c}),u.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2",children:u.jsx(Vo,{className:"h-5 w-5",style:{color:n.inputPlaceholder},"aria-hidden":"true"})})]}),u.jsx(Oo,{as:w.Fragment,leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:u.jsx(jr,{style:{backgroundColor:n.inputBackground,color:n.inputText,borderColor:n.inputBorder,borderWidth:"1px",borderStyle:"solid"},className:"absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md py-1 text-base shadow-lg sm:text-sm",children:p.map((y,M)=>{const C=typeof y=="string"?y:y.value,B=typeof y=="string"?y:y.name+y.label?` (${y.label})`:"";return u.jsx(Ar,{className:({active:j})=>`relative cursor-default select-none py-2 pl-10 pr-4 ${j?"bg-gray-100":""}`,value:C,children:({selected:j})=>u.jsxs(u.Fragment,{children:[u.jsx("span",{style:{fontWeight:j?"600":"400"},className:"block truncate",children:B}),j&&u.jsx("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",style:{color:n.inputFocusBorder},children:u.jsx(Ho,{className:"h-5 w-5","aria-hidden":"true"})})]})},M)})})})]})})}),g?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:f}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:s}):null]})}const Or={};function V(e,t){Or[e]=t}function Do(e){return Or[e]}function B0(){return{...Or}}const I0={title:"#000",label:"#111",inputText:"#000",inputBackground:"#fff",inputBorder:"#ebebeb",inputPlaceholder:"#888",inputFocusBorder:"#020DF9",description:"#555",error:"#ff0000",requiredAsterisk:"#020DF9",ratingActive:"#020DF9",ratingInactive:"#8e8e8eff",ratingHover:"#5555ff"};function It({field:e,onChange:t,value:r,theme:n}){if(!e||!e.type)return null;const a={...I0,...n||{}},l=c=>{if(t){if(c&&c.target){t(c);return}t({target:{name:e.name,value:c}})}},i=(c,d,f,p)=>u.jsx(It,{field:c,value:d,onChange:m=>p(m,f),theme:a},f),s=Do(e.type);return s?e.type==="subForm"||e.type==="array"?u.jsx(s,{field:e,fields:e.fields,value:Array.isArray(r)?r:[],title:e.title||e.name,onSave:c=>l(c),renderField:i,theme:a}):u.jsx(s,{field:e,value:r,onChange:l,theme:a}):null}function _o({fields:e,onSave:t,title:r="Item",value:n=[]}){const[a,l]=w.useState([]),[i,s]=w.useState([]),[c,d]=w.useState(!1),f=r.endsWith("s")?r.slice(0,-1):r;w.useEffect(()=>{e&&e.length>0?l(e):l([{name:"profileImg",type:"fileV2",title:"Profile Image"},{name:"altText",type:"string",title:"Image Alt Text"}]),Array.isArray(n)&&s(n)},[e,n]);const p=()=>d(!0),m=()=>{s(k=>[...k,{}]),p()},h=(k,E)=>{const{name:L,value:y}=E.target,M=[...i];M[k]={...M[k],[L]:y},s(M),p()},v=k=>{const E=[...i];E.splice(k,1),s(E),p()},b=k=>{if(k===0)return;const E=[...i],L=E[k-1];E[k-1]=E[k],E[k]=L,s(E),p()},g=k=>{if(k===i.length-1)return;const E=[...i],L=E[k+1];E[k+1]=E[k],E[k]=L,s(E),p()},x=()=>{t==null||t(i),d(!1)};return u.jsxs(u.Fragment,{children:[r&&u.jsx("div",{className:"mb-1 flex justify-between",children:u.jsx("label",{className:"block text-sm/6 font-medium",children:r})}),u.jsxs("div",{className:"mb-6 space-y-4 rounded-lg bg-neutral-100 p-4 shadow-inner",children:[u.jsxs("div",{className:"flex items-center justify-between gap-4",children:[u.jsx("button",{type:"button",onClick:m,className:"rounded bg-primary px-4 py-2 text-white hover:bg-primary/80",children:"Add +"}),u.jsx("button",{type:"button",onClick:x,className:`rounded px-4 py-2 text-white transition ${c?"bg-yellow-500 hover:bg-yellow-600":"bg-green-600 hover:bg-green-700"}`,children:c?"Save Changes ✱":"Saved ✅"})]}),i.map((k,E)=>u.jsxs("div",{className:"relative space-y-2 rounded border bg-white p-4 shadow",children:[u.jsxs("div",{className:"mb-2 flex items-center justify-between",children:[u.jsxs("span",{className:"text-sm font-semibold text-gray-600",children:[f," #",E+1]}),u.jsxs("div",{className:"flex gap-2",children:[u.jsx("button",{onClick:()=>b(E),disabled:E===0,className:"rounded bg-gray-200 px-2 py-1 text-xs hover:bg-gray-300 disabled:opacity-50",children:"↑ Up"}),u.jsx("button",{onClick:()=>g(E),disabled:E===i.length-1,className:"rounded bg-gray-200 px-2 py-1 text-xs hover:bg-gray-300 disabled:opacity-50",children:"↓ Down"}),u.jsx("button",{onClick:()=>v(E),className:"rounded bg-red-500 px-2 py-1 text-xs text-white hover:bg-red-600",children:"✕ Remove"})]})]}),a.map((L,y)=>u.jsx(u.Fragment,{children:u.jsx(It,{field:L,value:k[L.name]||"",onChange:M=>h(E,M)},y)}))]},E))]})]})}function R0({field:e,value:t,onChange:r}){const{name:n,label:a,placeholder:l="Enter a number",description:i,optional:s,error:c,min:d,max:f,step:p}=e,m=!!c;return u.jsxs("div",{children:[u.jsxs("div",{className:"flex justify-between",children:[a&&u.jsx("label",{htmlFor:n,className:"block text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),s&&!m&&u.jsx("span",{className:"text-sm/6 text-gray-500 dark:text-gray-400",children:"Optional"})]}),u.jsxs("div",{className:"relative mt-2",children:[u.jsx("input",{id:n,name:n,type:"number",value:t||0,placeholder:l,onChange:r,min:d,max:f,step:p,"aria-invalid":m?"true":"false","aria-describedby":m?`${n}-error`:i?`${n}-description`:void 0,className:["block w-full rounded-md bg-white px-4 py-1.5 text-base outline outline-1 -outline-offset-1 placeholder:text-gray-400 focus:outline focus:outline-2 focus:-outline-offset-2 sm:text-sm/6","dark:bg-white/5",m?"text-red-900 outline-red-300 focus:outline-red-600 dark:text-red-400 dark:outline-red-500/50 dark:placeholder:text-red-400/70 dark:focus:outline-red-400":"text-gray-900 outline-gray-300 focus:outline-indigo-600 dark:text-white dark:outline-white/10 dark:placeholder:text-gray-500 dark:focus:outline-indigo-500"].join(" ")}),m&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5 text-red-500 dark:text-red-400"})]}),m?u.jsx("p",{id:`${n}-error`,className:"mt-2 text-sm text-red-600 dark:text-red-400",children:c}):i?u.jsx("p",{id:`${n}-description`,className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:i}):null]})}function W0({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,description:i,optional:s,required:c,error:d}=e,[f,p]=w.useState(!1),m=!!d,h=m?n.error:f?n.inputFocusBorder:n.inputBorder;return u.jsxs("div",{children:[u.jsxs("div",{className:"mb-1 flex justify-between",children:[l&&u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,c&&u.jsx("span",{style:{color:n.requiredAsterisk},className:"ml-1 text-xs",children:"*"})]}),s&&!m&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"date",value:t||"",onChange:r,onFocus:()=>p(!0),onBlur:()=>p(!1),"aria-invalid":m?"true":"false","aria-describedby":m?`${a}-error`:i?`${a}-description`:void 0,style:{color:m?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:h,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",padding:"0.375rem 0.75rem"},className:"block w-full text-base outline-none sm:text-sm/6"}),m&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5",style:{color:n.error}})]}),m?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:d}):i?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:i}):null]})}function N0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5"}))}const T0=o.forwardRef(N0);function P0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 6h9.75M10.5 6a1.5 1.5 0 1 1-3 0m3 0a1.5 1.5 0 1 0-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-9.75 0h9.75"}))}const H0=o.forwardRef(P0);function V0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 13.5V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 9.75V10.5"}))}const D0=o.forwardRef(V0);function _0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m8.25 3v6.75m0 0-3-3m3 3 3-3M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}const Z0=o.forwardRef(_0);function U0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m6 4.125 2.25 2.25m0 0 2.25 2.25M12 13.875l2.25-2.25M12 13.875l-2.25 2.25M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}const q0=o.forwardRef(U0);function G0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}const z0=o.forwardRef(G0);function K0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 12.75 3 3m0 0 3-3m-3 3v-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const X0=o.forwardRef(K0);function Y0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 4.5-15 15m0 0h11.25m-11.25 0V8.25"}))}const Q0=o.forwardRef(Y0);function J0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m-6 3.75 3 3m0 0 3-3m-3 3V1.5m6 9h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75"}))}const e1=o.forwardRef(J0);function t1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15M9 12l3 3m0 0 3-3m-3 3V2.25"}))}const r1=o.forwardRef(t1);function n1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 4.5 15 15m0 0V8.25m0 11.25H8.25"}))}const o1=o.forwardRef(n1);function a1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3"}))}const l1=o.forwardRef(a1);function i1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 13.5 12 21m0 0-7.5-7.5M12 21V3"}))}const s1=o.forwardRef(i1);function c1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.25 9-3 3m0 0 3 3m-3-3h7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const d1=o.forwardRef(c1);function u1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75"}))}const f1=o.forwardRef(u1);function h1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75"}))}const m1=o.forwardRef(h1);function w1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15m-3 0-3-3m0 0 3-3m-3 3H15"}))}const p1=o.forwardRef(w1);function v1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18"}))}const Zo=o.forwardRef(v1);function g1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 17.25 12 21m0 0-3.75-3.75M12 21V3"}))}const b1=o.forwardRef(g1);function k1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 15.75 3 12m0 0 3.75-3.75M3 12h18"}))}const E1=o.forwardRef(k1);function x1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3"}))}const y1=o.forwardRef(x1);function L1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 6.75 12 3m0 0 3.75 3.75M12 3v18"}))}const M1=o.forwardRef(L1);function C1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 0 0-3.7-3.7 48.678 48.678 0 0 0-7.324 0 4.006 4.006 0 0 0-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 0 0 3.7 3.7 48.656 48.656 0 0 0 7.324 0 4.006 4.006 0 0 0 3.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3-3 3"}))}const $1=o.forwardRef(C1);function j1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99"}))}const A1=o.forwardRef(j1);function O1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m12.75 15 3-3m0 0-3-3m3 3h-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const F1=o.forwardRef(O1);function S1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15M12 9l3 3m0 0-3 3m3-3H2.25"}))}const B1=o.forwardRef(S1);function I1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"}))}const R1=o.forwardRef(I1);function W1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"}))}const N1=o.forwardRef(W1);function T1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"}))}const Uo=o.forwardRef(T1);function P1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m0 0 6.75-6.75M12 19.5l-6.75-6.75"}))}const H1=o.forwardRef(P1);function V1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 12h-15m0 0 6.75 6.75M4.5 12l6.75-6.75"}))}const D1=o.forwardRef(V1);function _1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12h15m0 0-6.75-6.75M19.5 12l-6.75 6.75"}))}const Z1=o.forwardRef(_1);function U1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 19.5v-15m0 0-6.75 6.75M12 4.5l6.75 6.75"}))}const q1=o.forwardRef(U1);function G1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"}))}const z1=o.forwardRef(G1);function K1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 6 9 12.75l4.286-4.286a11.948 11.948 0 0 1 4.306 6.43l.776 2.898m0 0 3.182-5.511m-3.182 5.51-5.511-3.181"}))}const X1=o.forwardRef(K1);function Y1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18 9 11.25l4.306 4.306a11.95 11.95 0 0 1 5.814-5.518l2.74-1.22m0 0-5.94-2.281m5.94 2.28-2.28 5.941"}))}const Q1=o.forwardRef(Y1);function J1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.49 12-3.75 3.75m0 0 3.75 3.75m-3.75-3.75h16.5V4.499"}))}const e5=o.forwardRef(J1);function t5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.49 12 3.75 3.75m0 0-3.75 3.75m3.75-3.75H3.74V4.499"}))}const r5=o.forwardRef(t5);function n5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.99 16.5-3.75 3.75m0 0L4.49 16.5m3.75 3.75V3.75h11.25"}))}const o5=o.forwardRef(n5);function a5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.99 7.5 8.24 3.75m0 0L4.49 7.5m3.75-3.75v16.499h11.25"}))}const l5=o.forwardRef(a5);function i5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.99 16.5 3.75 3.75m0 0 3.75-3.75m-3.75 3.75V3.75H4.49"}))}const s5=o.forwardRef(i5);function c5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.99 7.5 3.75-3.75m0 0 3.75 3.75m-3.75-3.75v16.499H4.49"}))}const d5=o.forwardRef(c5);function u5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.49 12 3.74 8.248m0 0 3.75-3.75m-3.75 3.75h16.5V19.5"}))}const f5=o.forwardRef(u5);function h5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.49 12 3.75-3.751m0 0-3.75-3.75m3.75 3.75H3.74V19.5"}))}const m5=o.forwardRef(h5);function w5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 11.25-3-3m0 0-3 3m3-3v7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const p5=o.forwardRef(w5);function v5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 19.5-15-15m0 0v11.25m0-11.25h11.25"}))}const g5=o.forwardRef(v5);function b5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m0-3-3-3m0 0-3 3m3-3v11.25m6-2.25h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75"}))}const k5=o.forwardRef(b5);function E5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15m0-3-3-3m0 0-3 3m3-3V15"}))}const x5=o.forwardRef(E5);function y5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 19.5 15-15m0 0H8.25m11.25 0v11.25"}))}const L5=o.forwardRef(y5);function M5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5"}))}const C5=o.forwardRef(M5);function $5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 10.5 12 3m0 0 7.5 7.5M12 3v18"}))}const j5=o.forwardRef($5);function A5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 15-6 6m0 0-6-6m6 6V9a6 6 0 0 1 12 0v3"}))}const O5=o.forwardRef(A5);function F5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 15 3 9m0 0 6-6M3 9h12a6 6 0 0 1 0 12h-3"}))}const S5=o.forwardRef(F5);function B5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 15 6-6m0 0-6-6m6 6H9a6 6 0 0 0 0 12h3"}))}const I5=o.forwardRef(B5);function R5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 9 6-6m0 0 6 6m-6-6v12a6 6 0 0 1-12 0v-3"}))}const W5=o.forwardRef(R5);function N5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 9V4.5M9 9H4.5M9 9 3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5 5.25 5.25"}))}const T5=o.forwardRef(N5);function P5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15"}))}const H5=o.forwardRef(P5);function V5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 21 3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5"}))}const D5=o.forwardRef(V5);function _5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 7.5 7.5 3m0 0L12 7.5M7.5 3v13.5m13.5 0L16.5 21m0 0L12 16.5m4.5 4.5V7.5"}))}const Z5=o.forwardRef(_5);function U5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 12a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm0 0c0 1.657 1.007 3 2.25 3S21 13.657 21 12a9 9 0 1 0-2.636 6.364M16.5 12V8.25"}))}const q5=o.forwardRef(U5);function G5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9.75 14.25 12m0 0 2.25 2.25M14.25 12l2.25-2.25M14.25 12 12 14.25m-2.58 4.92-6.374-6.375a1.125 1.125 0 0 1 0-1.59L9.42 4.83c.21-.211.497-.33.795-.33H19.5a2.25 2.25 0 0 1 2.25 2.25v10.5a2.25 2.25 0 0 1-2.25 2.25h-9.284c-.298 0-.585-.119-.795-.33Z"}))}const z5=o.forwardRef(G5);function K5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061A1.125 1.125 0 0 1 21 8.689v8.122ZM11.25 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061a1.125 1.125 0 0 1 1.683.977v8.122Z"}))}const X5=o.forwardRef(K5);function Y5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0 1 15.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 0 1 3 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 0 0-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 0 1-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 0 0 3 15h-.75M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm3 0h.008v.008H18V10.5Zm-12 0h.008v.008H6V10.5Z"}))}const Q5=o.forwardRef(Y5);function J5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 9h16.5m-16.5 6.75h16.5"}))}const e2=o.forwardRef(J5);function t2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12"}))}const r2=o.forwardRef(t2);function n2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5M12 17.25h8.25"}))}const o2=o.forwardRef(n2);function a2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5"}))}const l2=o.forwardRef(a2);function i2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"}))}const s2=o.forwardRef(i2);function c2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5"}))}const d2=o.forwardRef(c2);function u2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0-3.75-3.75M17.25 21 21 17.25"}))}const f2=o.forwardRef(u2);function h2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12"}))}const m2=o.forwardRef(h2);function w2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}const p2=o.forwardRef(w2);function v2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5H18V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}const g2=o.forwardRef(v2);function b2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5h6.75V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}const k2=o.forwardRef(b2);function E2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.75 3.104v5.714a2.25 2.25 0 0 1-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 0 1 4.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0 1 12 15a9.065 9.065 0 0 0-6.23-.693L5 14.5m14.8.8 1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0 1 12 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5"}))}const x2=o.forwardRef(E2);function y2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M3.124 7.5A8.969 8.969 0 0 1 5.292 3m13.416 0a8.969 8.969 0 0 1 2.168 4.5"}))}const L2=o.forwardRef(y2);function M2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.143 17.082a24.248 24.248 0 0 0 3.844.148m-3.844-.148a23.856 23.856 0 0 1-5.455-1.31 8.964 8.964 0 0 0 2.3-5.542m3.155 6.852a3 3 0 0 0 5.667 1.97m1.965-2.277L21 21m-4.225-4.225a23.81 23.81 0 0 0 3.536-1.003A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6.53 6.53m10.245 10.245L6.53 6.53M3 3l3.53 3.53"}))}const C2=o.forwardRef(M2);function $2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M10.5 8.25h3l-3 4.5h3"}))}const j2=o.forwardRef($2);function A2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0"}))}const O2=o.forwardRef(A2);function F2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinejoin:"round",d:"M6.75 3.744h-.753v8.25h7.125a4.125 4.125 0 0 0 0-8.25H6.75Zm0 0v.38m0 16.122h6.747a4.5 4.5 0 0 0 0-9.001h-7.5v9h.753Zm0 0v-.37m0-15.751h6a3.75 3.75 0 1 1 0 7.5h-6m0-7.5v7.5m0 0v8.25m0-8.25h6.375a4.125 4.125 0 0 1 0 8.25H6.75m.747-15.38h4.875a3.375 3.375 0 0 1 0 6.75H7.497v-6.75Zm0 7.5h5.25a3.75 3.75 0 0 1 0 7.5h-5.25v-7.5Z"}))}const S2=o.forwardRef(F2);function B2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.412 15.655 9.75 21.75l3.745-4.012M9.257 13.5H3.75l2.659-2.849m2.048-2.194L14.25 2.25 12 10.5h8.25l-4.707 5.043M8.457 8.457 3 3m5.457 5.457 7.086 7.086m0 0L21 21"}))}const I2=o.forwardRef(B2);function R2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z"}))}const W2=o.forwardRef(R2);function N2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25"}))}const T2=o.forwardRef(N2);function P2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3 3 1.664 1.664M21 21l-1.5-1.5m-5.485-1.242L12 17.25 4.5 21V8.742m.164-4.078a2.15 2.15 0 0 1 1.743-1.342 48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185V19.5M4.664 4.664 19.5 19.5"}))}const H2=o.forwardRef(P2);function V2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 3.75V16.5L12 14.25 7.5 16.5V3.75m9 0H18A2.25 2.25 0 0 1 20.25 6v12A2.25 2.25 0 0 1 18 20.25H6A2.25 2.25 0 0 1 3.75 18V6A2.25 2.25 0 0 1 6 3.75h1.5m9 0h-9"}))}const D2=o.forwardRef(V2);function _2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0Z"}))}const Z2=o.forwardRef(_2);function U2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 0 0 .75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 0 0-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0 1 12 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 0 1-.673-.38m0 0A2.18 2.18 0 0 1 3 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 0 1 3.413-.387m7.5 0V5.25A2.25 2.25 0 0 0 13.5 3h-3a2.25 2.25 0 0 0-2.25 2.25v.894m7.5 0a48.667 48.667 0 0 0-7.5 0M12 12.75h.008v.008H12v-.008Z"}))}const q2=o.forwardRef(U2);function G2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 12.75c1.148 0 2.278.08 3.383.237 1.037.146 1.866.966 1.866 2.013 0 3.728-2.35 6.75-5.25 6.75S6.75 18.728 6.75 15c0-1.046.83-1.867 1.866-2.013A24.204 24.204 0 0 1 12 12.75Zm0 0c2.883 0 5.647.508 8.207 1.44a23.91 23.91 0 0 1-1.152 6.06M12 12.75c-2.883 0-5.647.508-8.208 1.44.125 2.104.52 4.136 1.153 6.06M12 12.75a2.25 2.25 0 0 0 2.248-2.354M12 12.75a2.25 2.25 0 0 1-2.248-2.354M12 8.25c.995 0 1.971-.08 2.922-.236.403-.066.74-.358.795-.762a3.778 3.778 0 0 0-.399-2.25M12 8.25c-.995 0-1.97-.08-2.922-.236-.402-.066-.74-.358-.795-.762a3.734 3.734 0 0 1 .4-2.253M12 8.25a2.25 2.25 0 0 0-2.248 2.146M12 8.25a2.25 2.25 0 0 1 2.248 2.146M8.683 5a6.032 6.032 0 0 1-1.155-1.002c.07-.63.27-1.222.574-1.747m.581 2.749A3.75 3.75 0 0 1 15.318 5m0 0c.427-.283.815-.62 1.155-.999a4.471 4.471 0 0 0-.575-1.752M4.921 6a24.048 24.048 0 0 0-.392 3.314c1.668.546 3.416.914 5.223 1.082M19.08 6c.205 1.08.337 2.187.392 3.314a23.882 23.882 0 0 1-5.223 1.082"}))}const z2=o.forwardRef(G2);function K2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0 0 12 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12V6.75Z"}))}const X2=o.forwardRef(K2);function Y2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Z"}))}const Q2=o.forwardRef(Y2);function J2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 21h16.5M4.5 3h15M5.25 3v18m13.5-18v18M9 6.75h1.5m-1.5 3h1.5m-1.5 3h1.5m3-6H15m-1.5 3H15m-1.5 3H15M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21"}))}const ec=o.forwardRef(J2);function tc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 21v-7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75V21m-4.5 0H2.36m11.14 0H18m0 0h3.64m-1.39 0V9.349M3.75 21V9.349m0 0a3.001 3.001 0 0 0 3.75-.615A2.993 2.993 0 0 0 9.75 9.75c.896 0 1.7-.393 2.25-1.016a2.993 2.993 0 0 0 2.25 1.016c.896 0 1.7-.393 2.25-1.015a3.001 3.001 0 0 0 3.75.614m-16.5 0a3.004 3.004 0 0 1-.621-4.72l1.189-1.19A1.5 1.5 0 0 1 5.378 3h13.243a1.5 1.5 0 0 1 1.06.44l1.19 1.189a3 3 0 0 1-.621 4.72M6.75 18h3.75a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75H6.75a.75.75 0 0 0-.75.75v3.75c0 .414.336.75.75.75Z"}))}const rc=o.forwardRef(tc);function nc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 8.25v-1.5m0 1.5c-1.355 0-2.697.056-4.024.166C6.845 8.51 6 9.473 6 10.608v2.513m6-4.871c1.355 0 2.697.056 4.024.166C17.155 8.51 18 9.473 18 10.608v2.513M15 8.25v-1.5m-6 1.5v-1.5m12 9.75-1.5.75a3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0L3 16.5m15-3.379a48.474 48.474 0 0 0-6-.371c-2.032 0-4.034.126-6 .371m12 0c.39.049.777.102 1.163.16 1.07.16 1.837 1.094 1.837 2.175v5.169c0 .621-.504 1.125-1.125 1.125H4.125A1.125 1.125 0 0 1 3 20.625v-5.17c0-1.08.768-2.014 1.837-2.174A47.78 47.78 0 0 1 6 13.12M12.265 3.11a.375.375 0 1 1-.53 0L12 2.845l.265.265Zm-3 0a.375.375 0 1 1-.53 0L9 2.845l.265.265Zm6 0a.375.375 0 1 1-.53 0L15 2.845l.265.265Z"}))}const oc=o.forwardRef(nc);function ac({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 15.75V18m-7.5-6.75h.008v.008H8.25v-.008Zm0 2.25h.008v.008H8.25V13.5Zm0 2.25h.008v.008H8.25v-.008Zm0 2.25h.008v.008H8.25V18Zm2.498-6.75h.007v.008h-.007v-.008Zm0 2.25h.007v.008h-.007V13.5Zm0 2.25h.007v.008h-.007v-.008Zm0 2.25h.007v.008h-.007V18Zm2.504-6.75h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V13.5Zm0 2.25h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V18Zm2.498-6.75h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V13.5ZM8.25 6h7.5v2.25h-7.5V6ZM12 2.25c-1.892 0-3.758.11-5.593.322C5.307 2.7 4.5 3.65 4.5 4.757V19.5a2.25 2.25 0 0 0 2.25 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25V4.757c0-1.108-.806-2.057-1.907-2.185A48.507 48.507 0 0 0 12 2.25Z"}))}const lc=o.forwardRef(ac);function ic({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 2.994v2.25m10.5-2.25v2.25m-14.252 13.5V7.491a2.25 2.25 0 0 1 2.25-2.25h13.5a2.25 2.25 0 0 1 2.25 2.25v11.251m-18 0a2.25 2.25 0 0 0 2.25 2.25h13.5a2.25 2.25 0 0 0 2.25-2.25m-18 0v-7.5a2.25 2.25 0 0 1 2.25-2.25h13.5a2.25 2.25 0 0 1 2.25 2.25v7.5m-6.75-6h2.25m-9 2.25h4.5m.002-2.25h.005v.006H12v-.006Zm-.001 4.5h.006v.006h-.006v-.005Zm-2.25.001h.005v.006H9.75v-.006Zm-2.25 0h.005v.005h-.006v-.005Zm6.75-2.247h.005v.005h-.005v-.005Zm0 2.247h.006v.006h-.006v-.006Zm2.25-2.248h.006V15H16.5v-.005Z"}))}const sc=o.forwardRef(ic);function cc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5m-9-6h.008v.008H12v-.008ZM12 15h.008v.008H12V15Zm0 2.25h.008v.008H12v-.008ZM9.75 15h.008v.008H9.75V15Zm0 2.25h.008v.008H9.75v-.008ZM7.5 15h.008v.008H7.5V15Zm0 2.25h.008v.008H7.5v-.008Zm6.75-4.5h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V15Zm0 2.25h.008v.008h-.008v-.008Zm2.25-4.5h.008v.008H16.5v-.008Zm0 2.25h.008v.008H16.5V15Z"}))}const dc=o.forwardRef(cc);function uc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5"}))}const fc=o.forwardRef(uc);function hc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.827 6.175A2.31 2.31 0 0 1 5.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 0 0-1.134-.175 2.31 2.31 0 0 1-1.64-1.055l-.822-1.316a2.192 2.192 0 0 0-1.736-1.039 48.774 48.774 0 0 0-5.232 0 2.192 2.192 0 0 0-1.736 1.039l-.821 1.316Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 12.75a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM18.75 10.5h.008v.008h-.008V10.5Z"}))}const mc=o.forwardRef(hc);function wc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 14.25v2.25m3-4.5v4.5m3-6.75v6.75m3-9v9M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z"}))}const pc=o.forwardRef(wc);function vc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z"}))}const gc=o.forwardRef(vc);function bc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 6a7.5 7.5 0 1 0 7.5 7.5h-7.5V6Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5H21A7.5 7.5 0 0 0 13.5 3v7.5Z"}))}const kc=o.forwardRef(bc);function Ec({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 0 1 .865-.501 48.172 48.172 0 0 0 3.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}const xc=o.forwardRef(Ec);function yc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.068.157 2.148.279 3.238.364.466.037.893.281 1.153.671L12 21l2.652-3.978c.26-.39.687-.634 1.153-.67 1.09-.086 2.17-.208 3.238-.365 1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}const Lc=o.forwardRef(yc);function Mc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 9.75a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14 0 0 1 .778-.332 48.294 48.294 0 0 0 5.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}const Cc=o.forwardRef(Mc);function $c({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"}))}const jc=o.forwardRef($c);function Ac({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.076-4.076a1.526 1.526 0 0 1 1.037-.443 48.282 48.282 0 0 0 5.68-.494c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}const Oc=o.forwardRef(Ac);function Fc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12c0 4.556-4.03 8.25-9 8.25a9.764 9.764 0 0 1-2.555-.337A5.972 5.972 0 0 1 5.41 20.97a5.969 5.969 0 0 1-.474-.065 4.48 4.48 0 0 0 .978-2.025c.09-.457-.133-.901-.467-1.226C3.93 16.178 3 14.189 3 12c0-4.556 4.03-8.25 9-8.25s9 3.694 9 8.25Z"}))}const Sc=o.forwardRef(Fc);function Bc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12c0 2.104.859 4.023 2.273 5.48.432.447.74 1.04.586 1.641a4.483 4.483 0 0 1-.923 1.785A5.969 5.969 0 0 0 6 21c1.282 0 2.47-.402 3.445-1.087.81.22 1.668.337 2.555.337Z"}))}const Ic=o.forwardRef(Bc);function Rc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z"}))}const Wc=o.forwardRef(Rc);function Nc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const qo=o.forwardRef(Nc);function Tc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 12.75 6 6 9-13.5"}))}const Pc=o.forwardRef(Tc);function Hc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 5.25 7.5 7.5 7.5-7.5m-15 6 7.5 7.5 7.5-7.5"}))}const Vc=o.forwardRef(Hc);function Dc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m18.75 4.5-7.5 7.5 7.5 7.5m-6-15L5.25 12l7.5 7.5"}))}const _c=o.forwardRef(Dc);function Zc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m5.25 4.5 7.5 7.5-7.5 7.5m6-15 7.5 7.5-7.5 7.5"}))}const Uc=o.forwardRef(Zc);function qc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 18.75 7.5-7.5 7.5 7.5"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 12.75 7.5-7.5 7.5 7.5"}))}const Gc=o.forwardRef(qc);function zc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 8.25-7.5 7.5-7.5-7.5"}))}const Kc=o.forwardRef(zc);function Xc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 19.5 8.25 12l7.5-7.5"}))}const Yc=o.forwardRef(Xc);function Qc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m8.25 4.5 7.5 7.5-7.5 7.5"}))}const Jc=o.forwardRef(Qc);function ed({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"}))}const td=o.forwardRef(ed);function rd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 15.75 7.5-7.5 7.5 7.5"}))}const nd=o.forwardRef(rd);function od({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125"}))}const ad=o.forwardRef(od);function ld({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0 1 18 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3 1.5 1.5 3-3.75"}))}const id=o.forwardRef(ld);function sd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12h3.75M9 15h3.75M9 18h3.75m3 .75H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08m-5.801 0c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m0 0H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V9.375c0-.621-.504-1.125-1.125-1.125H8.25ZM6.75 12h.008v.008H6.75V12Zm0 3h.008v.008H6.75V15Zm0 3h.008v.008H6.75V18Z"}))}const cd=o.forwardRef(sd);function dd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 7.5V6.108c0-1.135.845-2.098 1.976-2.192.373-.03.748-.057 1.123-.08M15.75 18H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08M15.75 18.75v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5A3.375 3.375 0 0 0 6.375 7.5H5.25m11.9-3.664A2.251 2.251 0 0 0 15 2.25h-1.5a2.251 2.251 0 0 0-2.15 1.586m5.8 0c.065.21.1.433.1.664v.75h-6V4.5c0-.231.035-.454.1-.664M6.75 7.5H4.875c-.621 0-1.125.504-1.125 1.125v12c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V16.5a9 9 0 0 0-9-9Z"}))}const ud=o.forwardRef(dd);function fd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.666 3.888A2.25 2.25 0 0 0 13.5 2.25h-3c-1.03 0-1.9.693-2.166 1.638m7.332 0c.055.194.084.4.084.612v0a.75.75 0 0 1-.75.75H9a.75.75 0 0 1-.75-.75v0c0-.212.03-.418.084-.612m7.332 0c.646.049 1.288.11 1.927.184 1.1.128 1.907 1.077 1.907 2.185V19.5a2.25 2.25 0 0 1-2.25 2.25H6.75A2.25 2.25 0 0 1 4.5 19.5V6.257c0-1.108.806-2.057 1.907-2.185a48.208 48.208 0 0 1 1.927-.184"}))}const hd=o.forwardRef(fd);function md({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const wd=o.forwardRef(md);function pd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9.75v6.75m0 0-3-3m3 3 3-3m-8.25 6a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z"}))}const vd=o.forwardRef(pd);function gd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 16.5V9.75m0 0 3 3m-3-3-3 3M6.75 19.5a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z"}))}const bd=o.forwardRef(gd);function kd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 15a4.5 4.5 0 0 0 4.5 4.5H18a3.75 3.75 0 0 0 1.332-7.257 3 3 0 0 0-3.758-3.848 5.25 5.25 0 0 0-10.233 2.33A4.502 4.502 0 0 0 2.25 15Z"}))}const Ed=o.forwardRef(kd);function xd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9.75 16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z"}))}const yd=o.forwardRef(xd);function Ld({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5"}))}const Md=o.forwardRef(Ld);function Cd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const $d=o.forwardRef(Cd);function jd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.343 3.94c.09-.542.56-.94 1.11-.94h1.093c.55 0 1.02.398 1.11.94l.149.894c.07.424.384.764.78.93.398.164.855.142 1.205-.108l.737-.527a1.125 1.125 0 0 1 1.45.12l.773.774c.39.389.44 1.002.12 1.45l-.527.737c-.25.35-.272.806-.107 1.204.165.397.505.71.93.78l.893.15c.543.09.94.559.94 1.109v1.094c0 .55-.397 1.02-.94 1.11l-.894.149c-.424.07-.764.383-.929.78-.165.398-.143.854.107 1.204l.527.738c.32.447.269 1.06-.12 1.45l-.774.773a1.125 1.125 0 0 1-1.449.12l-.738-.527c-.35-.25-.806-.272-1.203-.107-.398.165-.71.505-.781.929l-.149.894c-.09.542-.56.94-1.11.94h-1.094c-.55 0-1.019-.398-1.11-.94l-.148-.894c-.071-.424-.384-.764-.781-.93-.398-.164-.854-.142-1.204.108l-.738.527c-.447.32-1.06.269-1.45-.12l-.773-.774a1.125 1.125 0 0 1-.12-1.45l.527-.737c.25-.35.272-.806.108-1.204-.165-.397-.506-.71-.93-.78l-.894-.15c-.542-.09-.94-.56-.94-1.109v-1.094c0-.55.398-1.02.94-1.11l.894-.149c.424-.07.765-.383.93-.78.165-.398.143-.854-.108-1.204l-.526-.738a1.125 1.125 0 0 1 .12-1.45l.773-.773a1.125 1.125 0 0 1 1.45-.12l.737.527c.35.25.807.272 1.204.107.397-.165.71-.505.78-.929l.15-.894Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const Ad=o.forwardRef(jd);function Od({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12a7.5 7.5 0 0 0 15 0m-15 0a7.5 7.5 0 1 1 15 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077 1.41-.513m14.095-5.13 1.41-.513M5.106 17.785l1.15-.964m11.49-9.642 1.149-.964M7.501 19.795l.75-1.3m7.5-12.99.75-1.3m-6.063 16.658.26-1.477m2.605-14.772.26-1.477m0 17.726-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205 12 12m6.894 5.785-1.149-.964M6.256 7.178l-1.15-.964m15.352 8.864-1.41-.513M4.954 9.435l-1.41-.514M12.002 12l-3.75 6.495"}))}const Fd=o.forwardRef(Od);function Sd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m6.75 7.5 3 2.25-3 2.25m4.5 0h3m-9 8.25h13.5A2.25 2.25 0 0 0 21 18V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v12a2.25 2.25 0 0 0 2.25 2.25Z"}))}const Bd=o.forwardRef(Sd);function Id({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 0 1-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0 1 15 18.257V17.25m6-12V15a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 15V5.25m18 0A2.25 2.25 0 0 0 18.75 3H5.25A2.25 2.25 0 0 0 3 5.25m18 0V12a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 12V5.25"}))}const Rd=o.forwardRef(Id);function Wd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 19.5V21M12 3v1.5m0 15V21m3.75-18v1.5m0 15V21m-9-1.5h10.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 6.75v10.5a2.25 2.25 0 0 0 2.25 2.25Zm.75-12h9v9h-9v-9Z"}))}const Nd=o.forwardRef(Wd);function Td({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z"}))}const Pd=o.forwardRef(Td);function Hd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 7.5-2.25-1.313M21 7.5v2.25m0-2.25-2.25 1.313M3 7.5l2.25-1.313M3 7.5l2.25 1.313M3 7.5v2.25m9 3 2.25-1.313M12 12.75l-2.25-1.313M12 12.75V15m0 6.75 2.25-1.313M12 21.75V19.5m0 2.25-2.25-1.313m0-16.875L12 2.25l2.25 1.313M21 14.25v2.25l-2.25 1.313m-13.5 0L3 16.5v-2.25"}))}const Vd=o.forwardRef(Hd);function Dd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 7.5-9-5.25L3 7.5m18 0-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9"}))}const _d=o.forwardRef(Dd);function Zd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m8.25 7.5.415-.207a.75.75 0 0 1 1.085.67V10.5m0 0h6m-6 0h-1.5m1.5 0v5.438c0 .354.161.697.473.865a3.751 3.751 0 0 0 5.452-2.553c.083-.409-.263-.75-.68-.75h-.745M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Ud=o.forwardRef(Zd);function qd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v12m-3-2.818.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Gd=o.forwardRef(qd);function zd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 7.756a4.5 4.5 0 1 0 0 8.488M7.5 10.5h5.25m-5.25 3h5.25M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Kd=o.forwardRef(zd);function Xd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.121 7.629A3 3 0 0 0 9.017 9.43c-.023.212-.002.425.028.636l.506 3.541a4.5 4.5 0 0 1-.43 2.65L9 16.5l1.539-.513a2.25 2.25 0 0 1 1.422 0l.655.218a2.25 2.25 0 0 0 1.718-.122L15 15.75M8.25 12H12m9 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Yd=o.forwardRef(Xd);function Qd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 8.25H9m6 3H9m3 6-3-3h1.5a3 3 0 1 0 0-6M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Jd=o.forwardRef(Qd);function eu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 7.5 3 4.5m0 0 3-4.5M12 12v5.25M15 12H9m6 3H9m12-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const tu=o.forwardRef(eu);function ru({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672ZM12 2.25V4.5m5.834.166-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243-1.59-1.59"}))}const nu=o.forwardRef(ru);function ou({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672Zm-7.518-.267A8.25 8.25 0 1 1 20.25 10.5M8.288 14.212A5.25 5.25 0 1 1 17.25 10.5"}))}const au=o.forwardRef(ou);function lu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3"}))}const iu=o.forwardRef(lu);function su({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5h3m-6.75 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-15a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 4.5v15a2.25 2.25 0 0 0 2.25 2.25Z"}))}const cu=o.forwardRef(su);function du({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.499 11.998h15m-7.5-6.75h.008v.008h-.008v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM12 18.751h.007v.007H12v-.007Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const uu=o.forwardRef(du);function fu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m.75 12 3 3m0 0 3-3m-3 3v-6m-1.5-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const hu=o.forwardRef(fu);function mu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12-3-3m0 0-3 3m3-3v6m-1.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const wu=o.forwardRef(mu);function pu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25M9 16.5v.75m3-3v3M15 12v5.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const vu=o.forwardRef(pu);function gu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.125 2.25h-4.5c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125v-9M10.125 2.25h.375a9 9 0 0 1 9 9v.375M10.125 2.25A3.375 3.375 0 0 1 13.5 5.625v1.5c0 .621.504 1.125 1.125 1.125h1.5a3.375 3.375 0 0 1 3.375 3.375M9 15l2.25 2.25L15 12"}))}const bu=o.forwardRef(gu);function ku({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 8.25.22-.22a.75.75 0 0 1 1.28.53v6.441c0 .472.214.934.64 1.137a3.75 3.75 0 0 0 4.994-1.77c.205-.428-.152-.868-.627-.868h-.507m-6-2.25h7.5M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Eu=o.forwardRef(ku);function xu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v7.5m2.25-6.466a9.016 9.016 0 0 0-3.461-.203c-.536.072-.974.478-1.021 1.017a4.559 4.559 0 0 0-.018.402c0 .464.336.844.775.994l2.95 1.012c.44.15.775.53.775.994 0 .136-.006.27-.018.402-.047.539-.485.945-1.021 1.017a9.077 9.077 0 0 1-3.461-.203M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const yu=o.forwardRef(xu);function Lu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 11.625h4.5m-4.5 2.25h4.5m2.121 1.527c-1.171 1.464-3.07 1.464-4.242 0-1.172-1.465-1.172-3.84 0-5.304 1.171-1.464 3.07-1.464 4.242 0M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Mu=o.forwardRef(Lu);function Cu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.621 9.879a3 3 0 0 0-5.02 2.897l.164.609a4.5 4.5 0 0 1-.108 2.676l-.157.439.44-.22a2.863 2.863 0 0 1 2.185-.155c.72.24 1.507.184 2.186-.155L15 18M8.25 15.75H12m-1.5-13.5H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const $u=o.forwardRef(Cu);function ju({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 9h3.75m-4.5 2.625h4.5M12 18.75 9.75 16.5h.375a2.625 2.625 0 0 0 0-5.25H9.75m.75-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Au=o.forwardRef(ju);function Ou({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m1.5 9 2.25 3m0 0 2.25-3m-2.25 3v4.5M9.75 15h4.5m-4.5 2.25h4.5m-3.75-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Fu=o.forwardRef(Ou);function Su({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75"}))}const Bu=o.forwardRef(Su);function Iu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Zm3.75 11.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"}))}const Ru=o.forwardRef(Iu);function Wu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Nu=o.forwardRef(Wu);function Tu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v6m3-3H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Pu=o.forwardRef(Tu);function Hu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Vu=o.forwardRef(Hu);function Du({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const _u=o.forwardRef(Du);function Zu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Uu=o.forwardRef(Zu);function qu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))}const Gu=o.forwardRef(qu);function zu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 18.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z"}))}const Ku=o.forwardRef(zu);function Xu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 9v.906a2.25 2.25 0 0 1-1.183 1.981l-6.478 3.488M2.25 9v.906a2.25 2.25 0 0 0 1.183 1.981l6.478 3.488m8.839 2.51-4.66-2.51m0 0-1.023-.55a2.25 2.25 0 0 0-2.134 0l-1.022.55m0 0-4.661 2.51m16.5 1.615a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V8.844a2.25 2.25 0 0 1 1.183-1.981l7.5-4.039a2.25 2.25 0 0 1 2.134 0l7.5 4.039a2.25 2.25 0 0 1 1.183 1.98V19.5Z"}))}const Yu=o.forwardRef(Xu);function Qu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75"}))}const Ju=o.forwardRef(Qu);function ef({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.499 8.248h15m-15 7.501h15"}))}const tf=o.forwardRef(ef);function rf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z"}))}const nf=o.forwardRef(rf);function of({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z"}))}const af=o.forwardRef(of);function lf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 11.25 1.5 1.5.75-.75V8.758l2.276-.61a3 3 0 1 0-3.675-3.675l-.61 2.277H12l-.75.75 1.5 1.5M15 11.25l-8.47 8.47c-.34.34-.8.53-1.28.53s-.94.19-1.28.53l-.97.97-.75-.75.97-.97c.34-.34.53-.8.53-1.28s.19-.94.53-1.28L12.75 9M15 11.25 12.75 9"}))}const sf=o.forwardRef(lf);function cf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.98 8.223A10.477 10.477 0 0 0 1.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.451 10.451 0 0 1 12 4.5c4.756 0 8.773 3.162 10.065 7.498a10.522 10.522 0 0 1-4.293 5.774M6.228 6.228 3 3m3.228 3.228 3.65 3.65m7.894 7.894L21 21m-3.228-3.228-3.65-3.65m0 0a3 3 0 1 0-4.243-4.243m4.242 4.242L9.88 9.88"}))}const df=o.forwardRef(cf);function uf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const ff=o.forwardRef(uf);function hf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.182 16.318A4.486 4.486 0 0 0 12.016 15a4.486 4.486 0 0 0-3.198 1.318M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z"}))}const mf=o.forwardRef(hf);function wf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.182 15.182a4.5 4.5 0 0 1-6.364 0M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z"}))}const pf=o.forwardRef(wf);function vf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h1.5C5.496 19.5 6 18.996 6 18.375m-3.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-1.5A1.125 1.125 0 0 1 18 18.375M20.625 4.5H3.375m17.25 0c.621 0 1.125.504 1.125 1.125M20.625 4.5h-1.5C18.504 4.5 18 5.004 18 5.625m3.75 0v1.5c0 .621-.504 1.125-1.125 1.125M3.375 4.5c-.621 0-1.125.504-1.125 1.125M3.375 4.5h1.5C5.496 4.5 6 5.004 6 5.625m-3.75 0v1.5c0 .621.504 1.125 1.125 1.125m0 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m1.5-3.75C5.496 8.25 6 7.746 6 7.125v-1.5M4.875 8.25C5.496 8.25 6 8.754 6 9.375v1.5m0-5.25v5.25m0-5.25C6 5.004 6.504 4.5 7.125 4.5h9.75c.621 0 1.125.504 1.125 1.125m1.125 2.625h1.5m-1.5 0A1.125 1.125 0 0 1 18 7.125v-1.5m1.125 2.625c-.621 0-1.125.504-1.125 1.125v1.5m2.625-2.625c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125M18 5.625v5.25M7.125 12h9.75m-9.75 0A1.125 1.125 0 0 1 6 10.875M7.125 12C6.504 12 6 12.504 6 13.125m0-2.25C6 11.496 5.496 12 4.875 12M18 10.875c0 .621-.504 1.125-1.125 1.125M18 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m-12 5.25v-5.25m0 5.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125m-12 0v-1.5c0-.621-.504-1.125-1.125-1.125M18 18.375v-5.25m0 5.25v-1.5c0-.621.504-1.125 1.125-1.125M18 13.125v1.5c0 .621.504 1.125 1.125 1.125M18 13.125c0-.621.504-1.125 1.125-1.125M6 13.125v1.5c0 .621-.504 1.125-1.125 1.125M6 13.125C6 12.504 5.496 12 4.875 12m-1.5 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M19.125 12h1.5m0 0c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h1.5m14.25 0h1.5"}))}const gf=o.forwardRef(vf);function bf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.864 4.243A7.5 7.5 0 0 1 19.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 0 0 4.5 10.5a7.464 7.464 0 0 1-1.15 3.993m1.989 3.559A11.209 11.209 0 0 0 8.25 10.5a3.75 3.75 0 1 1 7.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 0 1-3.6 9.75m6.633-4.596a18.666 18.666 0 0 1-2.485 5.33"}))}const kf=o.forwardRef(bf);function Ef({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.362 5.214A8.252 8.252 0 0 1 12 21 8.25 8.25 0 0 1 6.038 7.047 8.287 8.287 0 0 0 9 9.601a8.983 8.983 0 0 1 3.361-6.867 8.21 8.21 0 0 0 3 2.48Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18a3.75 3.75 0 0 0 .495-7.468 5.99 5.99 0 0 0-1.925 3.547 5.975 5.975 0 0 1-2.133-1.001A3.75 3.75 0 0 0 12 18Z"}))}const xf=o.forwardRef(Ef);function yf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 3v1.5M3 21v-6m0 0 2.77-.693a9 9 0 0 1 6.208.682l.108.054a9 9 0 0 0 6.086.71l3.114-.732a48.524 48.524 0 0 1-.005-10.499l-3.11.732a9 9 0 0 1-6.085-.711l-.108-.054a9 9 0 0 0-6.208-.682L3 4.5M3 15V4.5"}))}const Lf=o.forwardRef(yf);function Mf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 13.5 3 3m0 0 3-3m-3 3v-6m1.06-4.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}const Cf=o.forwardRef(Mf);function $f({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 13.5H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}const jf=o.forwardRef($f);function Af({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 0 0-1.883 2.542l.857 6a2.25 2.25 0 0 0 2.227 1.932H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-1.883-2.542m-16.5 0V6A2.25 2.25 0 0 1 6 3.75h3.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 0 1.06.44H18A2.25 2.25 0 0 1 20.25 9v.776"}))}const Of=o.forwardRef(Af);function Ff({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 10.5v6m3-3H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}const Sf=o.forwardRef(Ff);function Bf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 0 1 4.5 9.75h15A2.25 2.25 0 0 1 21.75 12v.75m-8.69-6.44-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}const If=o.forwardRef(Bf);function Rf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811V8.69ZM12.75 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061a1.125 1.125 0 0 1-1.683-.977V8.69Z"}))}const Wf=o.forwardRef(Rf);function Nf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3c2.755 0 5.455.232 8.083.678.533.09.917.556.917 1.096v1.044a2.25 2.25 0 0 1-.659 1.591l-5.432 5.432a2.25 2.25 0 0 0-.659 1.591v2.927a2.25 2.25 0 0 1-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 0 0-.659-1.591L3.659 7.409A2.25 2.25 0 0 1 3 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0 1 12 3Z"}))}const Tf=o.forwardRef(Nf);function Pf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 8.25v7.5m6-7.5h-3V12m0 0v3.75m0-3.75H18M9.75 9.348c-1.03-1.464-2.698-1.464-3.728 0-1.03 1.465-1.03 3.84 0 5.304 1.03 1.464 2.699 1.464 3.728 0V12h-1.5M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z"}))}const Hf=o.forwardRef(Pf);function Vf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3.75v16.5M2.25 12h19.5M6.375 17.25a4.875 4.875 0 0 0 4.875-4.875V12m6.375 5.25a4.875 4.875 0 0 1-4.875-4.875V12m-9 8.25h16.5a1.5 1.5 0 0 0 1.5-1.5V5.25a1.5 1.5 0 0 0-1.5-1.5H3.75a1.5 1.5 0 0 0-1.5 1.5v13.5a1.5 1.5 0 0 0 1.5 1.5Zm12.621-9.44c-1.409 1.41-4.242 1.061-4.242 1.061s-.349-2.833 1.06-4.242a2.25 2.25 0 0 1 3.182 3.182ZM10.773 7.63c1.409 1.409 1.06 4.242 1.06 4.242S9 12.22 7.592 10.811a2.25 2.25 0 1 1 3.182-3.182Z"}))}const Df=o.forwardRef(Vf);function _f({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 11.25v8.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5v-8.25M12 4.875A2.625 2.625 0 1 0 9.375 7.5H12m0-2.625V7.5m0-2.625A2.625 2.625 0 1 1 14.625 7.5H12m0 0V21m-8.625-9.75h18c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125h-18c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}const Zf=o.forwardRef(_f);function Uf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418"}))}const qf=o.forwardRef(Uf);function Gf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m6.115 5.19.319 1.913A6 6 0 0 0 8.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 0 0 2.288-4.042 1.087 1.087 0 0 0-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 0 1-.98-.314l-.295-.295a1.125 1.125 0 0 1 0-1.591l.13-.132a1.125 1.125 0 0 1 1.3-.21l.603.302a.809.809 0 0 0 1.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 0 0 1.528-1.732l.146-.292M6.115 5.19A9 9 0 1 0 17.18 4.64M6.115 5.19A8.965 8.965 0 0 1 12 3c1.929 0 3.716.607 5.18 1.64"}))}const zf=o.forwardRef(Gf);function Kf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 3.03v.568c0 .334.148.65.405.864l1.068.89c.442.369.535 1.01.216 1.49l-.51.766a2.25 2.25 0 0 1-1.161.886l-.143.048a1.107 1.107 0 0 0-.57 1.664c.369.555.169 1.307-.427 1.605L9 13.125l.423 1.059a.956.956 0 0 1-1.652.928l-.679-.906a1.125 1.125 0 0 0-1.906.172L4.5 15.75l-.612.153M12.75 3.031a9 9 0 0 0-8.862 12.872M12.75 3.031a9 9 0 0 1 6.69 14.036m0 0-.177-.529A2.25 2.25 0 0 0 17.128 15H16.5l-.324-.324a1.453 1.453 0 0 0-2.328.377l-.036.073a1.586 1.586 0 0 1-.982.816l-.99.282c-.55.157-.894.702-.8 1.267l.073.438c.08.474.49.821.97.821.846 0 1.598.542 1.865 1.345l.215.643m5.276-3.67a9.012 9.012 0 0 1-5.276 3.67m0 0a9 9 0 0 1-10.275-4.835M15.75 9c0 .896-.393 1.7-1.016 2.25"}))}const Xf=o.forwardRef(Kf);function Yf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.893 13.393-1.135-1.135a2.252 2.252 0 0 1-.421-.585l-1.08-2.16a.414.414 0 0 0-.663-.107.827.827 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.212.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025 1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25 2.25 0 0 1-1.383-2.46l.007-.042a2.25 2.25 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 0 1-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 0 1-1.458-1.137l1.411-2.353a2.25 2.25 0 0 0 .286-.76m11.928 9.869A9 9 0 0 0 8.965 3.525m11.928 9.868A9 9 0 1 1 8.965 3.525"}))}const Qf=o.forwardRef(Yf);function Jf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501m4.501-8.627 2.25-1.5v10.126m0 0h-2.25m2.25 0h2.25"}))}const e3=o.forwardRef(Jf);function t3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 19.5H16.5v-1.609a2.25 2.25 0 0 1 1.244-2.012l2.89-1.445c.651-.326 1.116-.955 1.116-1.683 0-.498-.04-.987-.118-1.463-.135-.825-.835-1.422-1.668-1.489a15.202 15.202 0 0 0-3.464.12M2.243 4.492v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501"}))}const r3=o.forwardRef(t3);function n3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.905 14.626a4.52 4.52 0 0 1 .738 3.603c-.154.695-.794 1.143-1.504 1.208a15.194 15.194 0 0 1-3.639-.104m4.405-4.707a4.52 4.52 0 0 0 .738-3.603c-.154-.696-.794-1.144-1.504-1.209a15.19 15.19 0 0 0-3.639.104m4.405 4.708H18M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501"}))}const o3=o.forwardRef(n3);function a3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.05 4.575a1.575 1.575 0 1 0-3.15 0v3m3.15-3v-1.5a1.575 1.575 0 0 1 3.15 0v1.5m-3.15 0 .075 5.925m3.075.75V4.575m0 0a1.575 1.575 0 0 1 3.15 0V15M6.9 7.575a1.575 1.575 0 1 0-3.15 0v8.175a6.75 6.75 0 0 0 6.75 6.75h2.018a5.25 5.25 0 0 0 3.712-1.538l1.732-1.732a5.25 5.25 0 0 0 1.538-3.712l.003-2.024a.668.668 0 0 1 .198-.471 1.575 1.575 0 1 0-2.228-2.228 3.818 3.818 0 0 0-1.12 2.687M6.9 7.575V12m6.27 4.318A4.49 4.49 0 0 1 16.35 15m.002 0h-.002"}))}const l3=o.forwardRef(a3);function i3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.498 15.25H4.372c-1.026 0-1.945-.694-2.054-1.715a12.137 12.137 0 0 1-.068-1.285c0-2.848.992-5.464 2.649-7.521C5.287 4.247 5.886 4 6.504 4h4.016a4.5 4.5 0 0 1 1.423.23l3.114 1.04a4.5 4.5 0 0 0 1.423.23h1.294M7.498 15.25c.618 0 .991.724.725 1.282A7.471 7.471 0 0 0 7.5 19.75 2.25 2.25 0 0 0 9.75 22a.75.75 0 0 0 .75-.75v-.633c0-.573.11-1.14.322-1.672.304-.76.93-1.33 1.653-1.715a9.04 9.04 0 0 0 2.86-2.4c.498-.634 1.226-1.08 2.032-1.08h.384m-10.253 1.5H9.7m8.075-9.75c.01.05.027.1.05.148.593 1.2.925 2.55.925 3.977 0 1.487-.36 2.89-.999 4.125m.023-8.25c-.076-.365.183-.75.575-.75h.908c.889 0 1.713.518 1.972 1.368.339 1.11.521 2.287.521 3.507 0 1.553-.295 3.036-.831 4.398-.306.774-1.086 1.227-1.918 1.227h-1.053c-.472 0-.745-.556-.5-.96a8.95 8.95 0 0 0 .303-.54"}))}const s3=o.forwardRef(i3);function c3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.633 10.25c.806 0 1.533-.446 2.031-1.08a9.041 9.041 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75a.75.75 0 0 1 .75-.75 2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282m0 0h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H13.48c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23H5.904m10.598-9.75H14.25M5.904 18.5c.083.205.173.405.27.602.197.4-.078.898-.523.898h-.908c-.889 0-1.713-.518-1.972-1.368a12 12 0 0 1-.521-3.507c0-1.553.295-3.036.831-4.398C3.387 9.953 4.167 9.5 5 9.5h1.053c.472 0 .745.556.5.96a8.958 8.958 0 0 0-1.302 4.665c0 1.194.232 2.333.654 3.375Z"}))}const d3=o.forwardRef(c3);function u3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 8.25h15m-16.5 7.5h15m-1.8-13.5-3.9 19.5m-2.1-19.5-3.9 19.5"}))}const f3=o.forwardRef(u3);function h3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"}))}const m3=o.forwardRef(h3);function w3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 21v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21m0 0h4.5V3.545M12.75 21h7.5V10.75M2.25 21h1.5m18 0h-18M2.25 9l4.5-1.636M18.75 3l-1.5.545m0 6.205 3 1m1.5.5-1.5-.5M6.75 7.364V3h-3v18m3-13.636 10.5-3.819"}))}const p3=o.forwardRef(w3);function v3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"}))}const g3=o.forwardRef(v3);function b3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Zm6-10.125a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Zm1.294 6.336a6.721 6.721 0 0 1-3.17.789 6.721 6.721 0 0 1-3.168-.789 3.376 3.376 0 0 1 6.338 0Z"}))}const k3=o.forwardRef(b3);function E3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 3.75H6.912a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H15M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859M12 3v8.25m0 0-3-3m3 3 3-3"}))}const x3=o.forwardRef(E3);function y3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.875 14.25 1.214 1.942a2.25 2.25 0 0 0 1.908 1.058h2.006c.776 0 1.497-.4 1.908-1.058l1.214-1.942M2.41 9h4.636a2.25 2.25 0 0 1 1.872 1.002l.164.246a2.25 2.25 0 0 0 1.872 1.002h2.092a2.25 2.25 0 0 0 1.872-1.002l.164-.246A2.25 2.25 0 0 1 16.954 9h4.636M2.41 9a2.25 2.25 0 0 0-.16.832V12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 12V9.832c0-.287-.055-.57-.16-.832M2.41 9a2.25 2.25 0 0 1 .382-.632l3.285-3.832a2.25 2.25 0 0 1 1.708-.786h8.43c.657 0 1.281.287 1.709.786l3.284 3.832c.163.19.291.404.382.632M4.5 20.25h15A2.25 2.25 0 0 0 21.75 18v-2.625c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125V18a2.25 2.25 0 0 0 2.25 2.25Z"}))}const L3=o.forwardRef(y3);function M3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H6.911a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661Z"}))}const C3=o.forwardRef(M3);function $3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z"}))}const j3=o.forwardRef($3);function A3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.248 20.246H9.05m0 0h3.696m-3.696 0 5.893-16.502m0 0h-3.697m3.697 0h3.803"}))}const O3=o.forwardRef(A3);function F3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 5.25a3 3 0 0 1 3 3m3 0a6 6 0 0 1-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1 1 21.75 8.25Z"}))}const S3=o.forwardRef(F3);function B3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m10.5 21 5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 0 1 6-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138c.896.061 1.785.147 2.666.257m-4.589 8.495a18.023 18.023 0 0 1-3.827-5.802"}))}const I3=o.forwardRef(B3);function R3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.712 4.33a9.027 9.027 0 0 1 1.652 1.306c.51.51.944 1.064 1.306 1.652M16.712 4.33l-3.448 4.138m3.448-4.138a9.014 9.014 0 0 0-9.424 0M19.67 7.288l-4.138 3.448m4.138-3.448a9.014 9.014 0 0 1 0 9.424m-4.138-5.976a3.736 3.736 0 0 0-.88-1.388 3.737 3.737 0 0 0-1.388-.88m2.268 2.268a3.765 3.765 0 0 1 0 2.528m-2.268-4.796a3.765 3.765 0 0 0-2.528 0m4.796 4.796c-.181.506-.475.982-.88 1.388a3.736 3.736 0 0 1-1.388.88m2.268-2.268 4.138 3.448m0 0a9.027 9.027 0 0 1-1.306 1.652c-.51.51-1.064.944-1.652 1.306m0 0-3.448-4.138m3.448 4.138a9.014 9.014 0 0 1-9.424 0m5.976-4.138a3.765 3.765 0 0 1-2.528 0m0 0a3.736 3.736 0 0 1-1.388-.88 3.737 3.737 0 0 1-.88-1.388m2.268 2.268L7.288 19.67m0 0a9.024 9.024 0 0 1-1.652-1.306 9.027 9.027 0 0 1-1.306-1.652m0 0 4.138-3.448M4.33 16.712a9.014 9.014 0 0 1 0-9.424m4.138 5.976a3.765 3.765 0 0 1 0-2.528m0 0c.181-.506.475-.982.88-1.388a3.736 3.736 0 0 1 1.388-.88m-2.268 2.268L4.33 7.288m6.406 1.18L7.288 4.33m0 0a9.024 9.024 0 0 0-1.652 1.306A9.025 9.025 0 0 0 4.33 7.288"}))}const W3=o.forwardRef(R3);function N3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18v-5.25m0 0a6.01 6.01 0 0 0 1.5-.189m-1.5.189a6.01 6.01 0 0 1-1.5-.189m3.75 7.478a12.06 12.06 0 0 1-4.5 0m3.75 2.383a14.406 14.406 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18"}))}const T3=o.forwardRef(N3);function P3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.181 8.68a4.503 4.503 0 0 1 1.903 6.405m-9.768-2.782L3.56 14.06a4.5 4.5 0 0 0 6.364 6.365l3.129-3.129m5.614-5.615 1.757-1.757a4.5 4.5 0 0 0-6.364-6.365l-4.5 4.5c-.258.26-.479.541-.661.84m1.903 6.405a4.495 4.495 0 0 1-1.242-.88 4.483 4.483 0 0 1-1.062-1.683m6.587 2.345 5.907 5.907m-5.907-5.907L8.898 8.898M2.991 2.99 8.898 8.9"}))}const H3=o.forwardRef(P3);function V3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244"}))}const D3=o.forwardRef(V3);function _3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM3.75 12h.007v.008H3.75V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm-.375 5.25h.007v.008H3.75v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const Z3=o.forwardRef(_3);function U3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z"}))}const q3=o.forwardRef(U3);function G3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 1 1 9 0v3.75M3.75 21.75h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H3.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z"}))}const z3=o.forwardRef(G3);function K3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 15.75-2.489-2.489m0 0a3.375 3.375 0 1 0-4.773-4.773 3.375 3.375 0 0 0 4.774 4.774ZM21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const X3=o.forwardRef(K3);function Y3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM13.5 10.5h-6"}))}const Q3=o.forwardRef(Y3);function J3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM10.5 7.5v6m3-3h-6"}))}const eh=o.forwardRef(J3);function th({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"}))}const rh=o.forwardRef(th);function nh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z"}))}const oh=o.forwardRef(nh);function ah({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 6.75V15m6-6v8.25m.503 3.498 4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934c-.317.159-.69.159-1.006 0L9.503 3.252a1.125 1.125 0 0 0-1.006 0L3.622 5.689C3.24 5.88 3 6.27 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934c.317-.159.69-.159 1.006 0l4.994 2.497c.317.158.69.158 1.006 0Z"}))}const lh=o.forwardRef(ah);function ih({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 1 1 0-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 0 1-1.44-4.282m3.102.069a18.03 18.03 0 0 1-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 0 1 8.835 2.535M10.34 6.66a23.847 23.847 0 0 0 8.835-2.535m0 0A23.74 23.74 0 0 0 18.795 3m.38 1.125a23.91 23.91 0 0 1 1.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 0 0 1.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 0 1 0 3.46"}))}const sh=o.forwardRef(ih);function ch({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18.75a6 6 0 0 0 6-6v-1.5m-6 7.5a6 6 0 0 1-6-6v-1.5m6 7.5v3.75m-3.75 0h7.5M12 15.75a3 3 0 0 1-3-3V4.5a3 3 0 1 1 6 0v8.25a3 3 0 0 1-3 3Z"}))}const dh=o.forwardRef(ch);function uh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const fh=o.forwardRef(uh);function hh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 12H6"}))}const mh=o.forwardRef(hh);function wh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 12h14"}))}const ph=o.forwardRef(wh);function vh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z"}))}const gh=o.forwardRef(vh);function bh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 9 10.5-3m0 6.553v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 1 1-.99-3.467l2.31-.66a2.25 2.25 0 0 0 1.632-2.163Zm0 0V2.25L9 5.25v10.303m0 0v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 0 1-.99-3.467l2.31-.66A2.25 2.25 0 0 0 9 15.553Z"}))}const kh=o.forwardRef(bh);function Eh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 0 1-2.25 2.25M16.5 7.5V18a2.25 2.25 0 0 0 2.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 0 0 2.25 2.25h13.5M6 7.5h3v3H6v-3Z"}))}const xh=o.forwardRef(Eh);function yh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18.364 18.364A9 9 0 0 0 5.636 5.636m12.728 12.728A9 9 0 0 1 5.636 5.636m12.728 12.728L5.636 5.636"}))}const Lh=o.forwardRef(yh);function Mh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.242 5.992h12m-12 6.003H20.24m-12 5.999h12M4.117 7.495v-3.75H2.99m1.125 3.75H2.99m1.125 0H5.24m-1.92 2.577a1.125 1.125 0 1 1 1.591 1.59l-1.83 1.83h2.16M2.99 15.745h1.125a1.125 1.125 0 0 1 0 2.25H3.74m0-.002h.375a1.125 1.125 0 0 1 0 2.25H2.99"}))}const Ch=o.forwardRef(Mh);function $h({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.53 16.122a3 3 0 0 0-5.78 1.128 2.25 2.25 0 0 1-2.4 2.245 4.5 4.5 0 0 0 8.4-2.245c0-.399-.078-.78-.22-1.128Zm0 0a15.998 15.998 0 0 0 3.388-1.62m-5.043-.025a15.994 15.994 0 0 1 1.622-3.395m3.42 3.42a15.995 15.995 0 0 0 4.764-4.648l3.876-5.814a1.151 1.151 0 0 0-1.597-1.597L14.146 6.32a15.996 15.996 0 0 0-4.649 4.763m3.42 3.42a6.776 6.776 0 0 0-3.42-3.42"}))}const jh=o.forwardRef($h);function Ah({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5"}))}const Oh=o.forwardRef(Ah);function Fh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m18.375 12.739-7.693 7.693a4.5 4.5 0 0 1-6.364-6.364l10.94-10.94A3 3 0 1 1 19.5 7.372L8.552 18.32m.009-.01-.01.01m5.699-9.941-7.81 7.81a1.5 1.5 0 0 0 2.112 2.13"}))}const Sh=o.forwardRef(Fh);function Bh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9v6m-4.5 0V9M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Ih=o.forwardRef(Bh);function Rh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 5.25v13.5m-7.5-13.5v13.5"}))}const Wh=o.forwardRef(Rh);function Nh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0 1 15.75 21H5.25A2.25 2.25 0 0 1 3 18.75V8.25A2.25 2.25 0 0 1 5.25 6H10"}))}const Th=o.forwardRef(Nh);function Ph({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L6.832 19.82a4.5 4.5 0 0 1-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125"}))}const Hh=o.forwardRef(Ph);function Vh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m8.99 14.993 6-6m6 3.001c0 1.268-.63 2.39-1.593 3.069a3.746 3.746 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043 3.745 3.745 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.745 3.745 0 0 1-3.296-1.043 3.746 3.746 0 0 1-1.043-3.297 3.746 3.746 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 1.043-3.297 3.745 3.745 0 0 1 3.296-1.042 3.745 3.745 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.745 3.745 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.297 3.746 3.746 0 0 1 1.593 3.068ZM9.74 9.743h.008v.007H9.74v-.007Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm4.125 4.5h.008v.008h-.008v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const Dh=o.forwardRef(Vh);function _h({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9.75v-4.5m0 4.5h4.5m-4.5 0 6-6m-3 18c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}const Zh=o.forwardRef(_h);function Uh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 3.75v4.5m0-4.5h-4.5m4.5 0-6 6m3 12c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}const qh=o.forwardRef(Uh);function Gh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 3.75 18 6m0 0 2.25 2.25M18 6l2.25-2.25M18 6l-2.25 2.25m1.5 13.5c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}const zh=o.forwardRef(Gh);function Kh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z"}))}const Xh=o.forwardRef(Kh);function Yh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const Go=o.forwardRef(Yh);function Qh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.91 11.672a.375.375 0 0 1 0 .656l-5.603 3.113a.375.375 0 0 1-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112Z"}))}const Jh=o.forwardRef(Qh);function em({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 7.5V18M15 7.5V18M3 16.811V8.69c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811Z"}))}const tm=o.forwardRef(em);function rm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 5.653c0-.856.917-1.398 1.667-.986l11.54 6.347a1.125 1.125 0 0 1 0 1.972l-11.54 6.347a1.125 1.125 0 0 1-1.667-.986V5.653Z"}))}const nm=o.forwardRef(rm);function om({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v6m3-3H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const am=o.forwardRef(om);function lm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v12m6-6H6"}))}const im=o.forwardRef(lm);function sm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"}))}const cm=o.forwardRef(sm);function dm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.636 5.636a9 9 0 1 0 12.728 0M12 3v9"}))}const um=o.forwardRef(dm);function fm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5M9 11.25v1.5M12 9v3.75m3-6v6"}))}const hm=o.forwardRef(fm);function mm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5m.75-9 3-3 2.148 2.148A12.061 12.061 0 0 1 16.5 7.605"}))}const wm=o.forwardRef(mm);function pm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.72 13.829c-.24.03-.48.062-.72.096m.72-.096a42.415 42.415 0 0 1 10.56 0m-10.56 0L6.34 18m10.94-4.171c.24.03.48.062.72.096m-.72-.096L17.66 18m0 0 .229 2.523a1.125 1.125 0 0 1-1.12 1.227H7.231c-.662 0-1.18-.568-1.12-1.227L6.34 18m11.318 0h1.091A2.25 2.25 0 0 0 21 15.75V9.456c0-1.081-.768-2.015-1.837-2.175a48.055 48.055 0 0 0-1.913-.247M6.34 18H5.25A2.25 2.25 0 0 1 3 15.75V9.456c0-1.081.768-2.015 1.837-2.175a48.041 48.041 0 0 1 1.913-.247m10.5 0a48.536 48.536 0 0 0-10.5 0m10.5 0V3.375c0-.621-.504-1.125-1.125-1.125h-8.25c-.621 0-1.125.504-1.125 1.125v3.659M18 10.5h.008v.008H18V10.5Zm-3 0h.008v.008H15V10.5Z"}))}const vm=o.forwardRef(pm);function gm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 6.087c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.036-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959v0a.64.64 0 0 1-.657.643 48.39 48.39 0 0 1-4.163-.3c.186 1.613.293 3.25.315 4.907a.656.656 0 0 1-.658.663v0c-.355 0-.676-.186-.959-.401a1.647 1.647 0 0 0-1.003-.349c-1.036 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401v0c.31 0 .555.26.532.57a48.039 48.039 0 0 1-.642 5.056c1.518.19 3.058.309 4.616.354a.64.64 0 0 0 .657-.643v0c0-.355-.186-.676-.401-.959a1.647 1.647 0 0 1-.349-1.003c0-1.035 1.008-1.875 2.25-1.875 1.243 0 2.25.84 2.25 1.875 0 .369-.128.713-.349 1.003-.215.283-.4.604-.4.959v0c0 .333.277.599.61.58a48.1 48.1 0 0 0 5.427-.63 48.05 48.05 0 0 0 .582-4.717.532.532 0 0 0-.533-.57v0c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.035 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.37 0 .713.128 1.003.349.283.215.604.401.96.401v0a.656.656 0 0 0 .658-.663 48.422 48.422 0 0 0-.37-5.36c-1.886.342-3.81.574-5.766.689a.578.578 0 0 1-.61-.58v0Z"}))}const bm=o.forwardRef(gm);function km({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 3.75 9.375v-4.5ZM3.75 14.625c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5a1.125 1.125 0 0 1-1.125-1.125v-4.5ZM13.5 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 13.5 9.375v-4.5Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 6.75h.75v.75h-.75v-.75ZM6.75 16.5h.75v.75h-.75v-.75ZM16.5 6.75h.75v.75h-.75v-.75ZM13.5 13.5h.75v.75h-.75v-.75ZM13.5 19.5h.75v.75h-.75v-.75ZM19.5 13.5h.75v.75h-.75v-.75ZM19.5 19.5h.75v.75h-.75v-.75ZM16.5 16.5h.75v.75h-.75v-.75Z"}))}const Em=o.forwardRef(km);function xm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 5.25h.008v.008H12v-.008Z"}))}const ym=o.forwardRef(xm);function Lm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 0 1 0 3.75H5.625a1.875 1.875 0 0 1 0-3.75Z"}))}const Mm=o.forwardRef(Lm);function Cm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3.75 7.5 16.5-4.125M12 6.75c-2.708 0-5.363.224-7.948.655C2.999 7.58 2.25 8.507 2.25 9.574v9.176A2.25 2.25 0 0 0 4.5 21h15a2.25 2.25 0 0 0 2.25-2.25V9.574c0-1.067-.75-1.994-1.802-2.169A48.329 48.329 0 0 0 12 6.75Zm-1.683 6.443-.005.005-.006-.005.006-.005.005.005Zm-.005 2.127-.005-.006.005-.005.005.005-.005.005Zm-2.116-.006-.005.006-.006-.006.005-.005.006.005Zm-.005-2.116-.006-.005.006-.005.005.005-.005.005ZM9.255 10.5v.008h-.008V10.5h.008Zm3.249 1.88-.007.004-.003-.007.006-.003.004.006Zm-1.38 5.126-.003-.006.006-.004.004.007-.006.003Zm.007-6.501-.003.006-.007-.003.004-.007.006.004Zm1.37 5.129-.007-.004.004-.006.006.003-.004.007Zm.504-1.877h-.008v-.007h.008v.007ZM9.255 18v.008h-.008V18h.008Zm-3.246-1.87-.007.004L6 16.127l.006-.003.004.006Zm1.366-5.119-.004-.006.006-.004.004.007-.006.003ZM7.38 17.5l-.003.006-.007-.003.004-.007.006.004Zm-1.376-5.116L6 12.38l.003-.007.007.004-.004.007Zm-.5 1.873h-.008v-.007h.008v.007ZM17.25 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Zm0 4.5a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z"}))}const $m=o.forwardRef(Cm);function jm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 14.25 6-6m4.5-3.493V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185ZM9.75 9h.008v.008H9.75V9Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm4.125 4.5h.008v.008h-.008V13.5Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const Am=o.forwardRef(jm);function Om({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9.75h4.875a2.625 2.625 0 0 1 0 5.25H12M8.25 9.75 10.5 7.5M8.25 9.75 10.5 12m9-7.243V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185Z"}))}const Fm=o.forwardRef(Om);function Sm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 0 1-1.125-1.125v-3.75ZM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-8.25ZM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-2.25Z"}))}const Bm=o.forwardRef(Sm);function Im({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 6.878V6a2.25 2.25 0 0 1 2.25-2.25h7.5A2.25 2.25 0 0 1 18 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 0 0 4.5 9v.878m13.5-3A2.25 2.25 0 0 1 19.5 9v.878m0 0a2.246 2.246 0 0 0-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0 1 21 12v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6c0-.98.626-1.813 1.5-2.122"}))}const Rm=o.forwardRef(Im);function Wm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.926 14.926 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 0 0-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 0 1-2.448-2.448 14.9 14.9 0 0 1 .06-.312m-2.24 2.39a4.493 4.493 0 0 0-1.757 4.306 4.493 4.493 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"}))}const Nm=o.forwardRef(Wm);function Tm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 19.5v-.75a7.5 7.5 0 0 0-7.5-7.5H4.5m0-6.75h.75c7.87 0 14.25 6.38 14.25 14.25v.75M6 18.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))}const Pm=o.forwardRef(Tm);function Hm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v17.25m0 0c-1.472 0-2.882.265-4.185.75M12 20.25c1.472 0 2.882.265 4.185.75M18.75 4.97A48.416 48.416 0 0 0 12 4.5c-2.291 0-4.545.16-6.75.47m13.5 0c1.01.143 2.01.317 3 .52m-3-.52 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.988 5.988 0 0 1-2.031.352 5.988 5.988 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L18.75 4.971Zm-16.5.52c.99-.203 1.99-.377 3-.52m0 0 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.989 5.989 0 0 1-2.031.352 5.989 5.989 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L5.25 4.971Z"}))}const Vm=o.forwardRef(Hm);function Dm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.848 8.25 1.536.887M7.848 8.25a3 3 0 1 1-5.196-3 3 3 0 0 1 5.196 3Zm1.536.887a2.165 2.165 0 0 1 1.083 1.839c.005.351.054.695.14 1.024M9.384 9.137l2.077 1.199M7.848 15.75l1.536-.887m-1.536.887a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3Zm1.536-.887a2.165 2.165 0 0 0 1.083-1.838c.005-.352.054-.695.14-1.025m-1.223 2.863 2.077-1.199m0-3.328a4.323 4.323 0 0 1 2.068-1.379l5.325-1.628a4.5 4.5 0 0 1 2.48-.044l.803.215-7.794 4.5m-2.882-1.664A4.33 4.33 0 0 0 10.607 12m3.736 0 7.794 4.5-.802.215a4.5 4.5 0 0 1-2.48-.043l-5.326-1.629a4.324 4.324 0 0 1-2.068-1.379M14.343 12l-2.882 1.664"}))}const _m=o.forwardRef(Dm);function Zm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 14.25h13.5m-13.5 0a3 3 0 0 1-3-3m3 3a3 3 0 1 0 0 6h13.5a3 3 0 1 0 0-6m-16.5-3a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3m-19.5 0a4.5 4.5 0 0 1 .9-2.7L5.737 5.1a3.375 3.375 0 0 1 2.7-1.35h7.126c1.062 0 2.062.5 2.7 1.35l2.587 3.45a4.5 4.5 0 0 1 .9 2.7m0 0a3 3 0 0 1-3 3m0 3h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Zm-3 6h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Z"}))}const Um=o.forwardRef(Zm);function qm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 17.25v-.228a4.5 4.5 0 0 0-.12-1.03l-2.268-9.64a3.375 3.375 0 0 0-3.285-2.602H7.923a3.375 3.375 0 0 0-3.285 2.602l-2.268 9.64a4.5 4.5 0 0 0-.12 1.03v.228m19.5 0a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3m19.5 0a3 3 0 0 0-3-3H5.25a3 3 0 0 0-3 3m16.5 0h.008v.008h-.008v-.008Zm-3 0h.008v.008h-.008v-.008Z"}))}const Gm=o.forwardRef(qm);function zm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.217 10.907a2.25 2.25 0 1 0 0 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186 9.566-5.314m-9.566 7.5 9.566 5.314m0 0a2.25 2.25 0 1 0 3.935 2.186 2.25 2.25 0 0 0-3.935-2.186Zm0-12.814a2.25 2.25 0 1 0 3.933-2.185 2.25 2.25 0 0 0-3.933 2.185Z"}))}const Km=o.forwardRef(zm);function Xm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z"}))}const Ym=o.forwardRef(Xm);function Qm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m0-10.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.75c0 5.592 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.57-.598-3.75h-.152c-3.196 0-6.1-1.25-8.25-3.286Zm0 13.036h.008v.008H12v-.008Z"}))}const Jm=o.forwardRef(Qm);function e7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 1 0-7.5 0v4.5m11.356-1.993 1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 0 1-1.12-1.243l1.264-12A1.125 1.125 0 0 1 5.513 7.5h12.974c.576 0 1.059.435 1.119 1.007ZM8.625 10.5a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm7.5 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const t7=o.forwardRef(e7);function r7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))}const n7=o.forwardRef(r7);function o7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3 3 8.735 8.735m0 0a.374.374 0 1 1 .53.53m-.53-.53.53.53m0 0L21 21M14.652 9.348a3.75 3.75 0 0 1 0 5.304m2.121-7.425a6.75 6.75 0 0 1 0 9.546m2.121-11.667c3.808 3.807 3.808 9.98 0 13.788m-9.546-4.242a3.733 3.733 0 0 1-1.06-2.122m-1.061 4.243a6.75 6.75 0 0 1-1.625-6.929m-.496 9.05c-3.068-3.067-3.664-7.67-1.79-11.334M12 12h.008v.008H12V12Z"}))}const a7=o.forwardRef(o7);function l7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.348 14.652a3.75 3.75 0 0 1 0-5.304m5.304 0a3.75 3.75 0 0 1 0 5.304m-7.425 2.121a6.75 6.75 0 0 1 0-9.546m9.546 0a6.75 6.75 0 0 1 0 9.546M5.106 18.894c-3.808-3.807-3.808-9.98 0-13.788m13.788 0c3.808 3.807 3.808 9.98 0 13.788M12 12h.008v.008H12V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const i7=o.forwardRef(l7);function s7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 20.247 6-16.5"}))}const c7=o.forwardRef(s7);function d7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z"}))}const u7=o.forwardRef(d7);function f7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.114 5.636a9 9 0 0 1 0 12.728M16.463 8.288a5.25 5.25 0 0 1 0 7.424M6.75 8.25l4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z"}))}const h7=o.forwardRef(f7);function m7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 9.75 19.5 12m0 0 2.25 2.25M19.5 12l2.25-2.25M19.5 12l-2.25 2.25m-10.5-6 4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z"}))}const w7=o.forwardRef(m7);function p7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 8.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v8.25A2.25 2.25 0 0 0 6 16.5h2.25m8.25-8.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-7.5A2.25 2.25 0 0 1 8.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 0 0-2.25 2.25v6"}))}const v7=o.forwardRef(p7);function g7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.429 9.75 2.25 12l4.179 2.25m0-4.5 5.571 3 5.571-3m-11.142 0L2.25 7.5 12 2.25l9.75 5.25-4.179 2.25m0 0L21.75 12l-4.179 2.25m0 0 4.179 2.25L12 21.75 2.25 16.5l4.179-2.25m11.142 0-5.571 3-5.571-3"}))}const b7=o.forwardRef(g7);function k7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z"}))}const E7=o.forwardRef(k7);function x7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 0 0 2.25-2.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v2.25A2.25 2.25 0 0 0 6 10.5Zm0 9.75h2.25A2.25 2.25 0 0 0 10.5 18v-2.25a2.25 2.25 0 0 0-2.25-2.25H6a2.25 2.25 0 0 0-2.25 2.25V18A2.25 2.25 0 0 0 6 20.25Zm9.75-9.75H18a2.25 2.25 0 0 0 2.25-2.25V6A2.25 2.25 0 0 0 18 3.75h-2.25A2.25 2.25 0 0 0 13.5 6v2.25a2.25 2.25 0 0 0 2.25 2.25Z"}))}const y7=o.forwardRef(x7);function L7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.562.562 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z"}))}const M7=o.forwardRef(L7);function C7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 9.563C9 9.252 9.252 9 9.563 9h4.874c.311 0 .563.252.563.563v4.874c0 .311-.252.563-.563.563H9.564A.562.562 0 0 1 9 14.437V9.564Z"}))}const $7=o.forwardRef(C7);function j7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 7.5A2.25 2.25 0 0 1 7.5 5.25h9a2.25 2.25 0 0 1 2.25 2.25v9a2.25 2.25 0 0 1-2.25 2.25h-9a2.25 2.25 0 0 1-2.25-2.25v-9Z"}))}const A7=o.forwardRef(j7);function O7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 12a8.912 8.912 0 0 1-.318-.079c-1.585-.424-2.904-1.247-3.76-2.236-.873-1.009-1.265-2.19-.968-3.301.59-2.2 3.663-3.29 6.863-2.432A8.186 8.186 0 0 1 16.5 5.21M6.42 17.81c.857.99 2.176 1.812 3.761 2.237 3.2.858 6.274-.23 6.863-2.431.233-.868.044-1.779-.465-2.617M3.75 12h16.5"}))}const F7=o.forwardRef(O7);function S7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"}))}const B7=o.forwardRef(S7);function I7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.098 19.902a3.75 3.75 0 0 0 5.304 0l6.401-6.402M6.75 21A3.75 3.75 0 0 1 3 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 0 0 3.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88c.438-.439 1.15-.439 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75v-.008Z"}))}const R7=o.forwardRef(I7);function W7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0 1 12 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5"}))}const N7=o.forwardRef(W7);function T7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.568 3H5.25A2.25 2.25 0 0 0 3 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 0 0 5.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 0 0 9.568 3Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 6h.008v.008H6V6Z"}))}const P7=o.forwardRef(T7);function H7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 6v.75m0 3v.75m0 3v.75m0 3V18m-9-5.25h5.25M7.5 15h3M3.375 5.25c-.621 0-1.125.504-1.125 1.125v3.026a2.999 2.999 0 0 1 0 5.198v3.026c0 .621.504 1.125 1.125 1.125h17.25c.621 0 1.125-.504 1.125-1.125v-3.026a2.999 2.999 0 0 1 0-5.198V6.375c0-.621-.504-1.125-1.125-1.125H3.375Z"}))}const V7=o.forwardRef(H7);function D7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0"}))}const _7=o.forwardRef(D7);function Z7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 18.75h-9m9 0a3 3 0 0 1 3 3h-15a3 3 0 0 1 3-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.454 7.454 0 0 1-.982-3.172M9.497 14.25a7.454 7.454 0 0 0 .981-3.172M5.25 4.236c-.982.143-1.954.317-2.916.52A6.003 6.003 0 0 0 7.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25c2.291 0 4.545.16 6.75.47v1.516M7.73 9.728a6.726 6.726 0 0 0 2.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46.32 46.32 0 0 1 2.916.52 6.003 6.003 0 0 1-5.395 4.972m0 0a6.726 6.726 0 0 1-2.749 1.35m0 0a6.772 6.772 0 0 1-3.044 0"}))}const U7=o.forwardRef(Z7);function q7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 18.75a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 0 1-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 0 0-3.213-9.193 2.056 2.056 0 0 0-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 0 0-10.026 0 1.106 1.106 0 0 0-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12"}))}const G7=o.forwardRef(q7);function z7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 20.25h12m-7.5-3v3m3-3v3m-10.125-3h17.25c.621 0 1.125-.504 1.125-1.125V4.875c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125Z"}))}const K7=o.forwardRef(z7);function X7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.995 3.744v7.5a6 6 0 1 1-12 0v-7.5m-2.25 16.502h16.5"}))}const Y7=o.forwardRef(X7);function Q7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const J7=o.forwardRef(Q7);function e4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z"}))}const t4=o.forwardRef(e4);function r4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M22 10.5h-6m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM4 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 10.374 21c-2.331 0-4.512-.645-6.374-1.766Z"}))}const n4=o.forwardRef(r4);function o4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM3 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 9.374 21c-2.331 0-4.512-.645-6.374-1.766Z"}))}const a4=o.forwardRef(o4);function l4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z"}))}const i4=o.forwardRef(l4);function s4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"}))}const c4=o.forwardRef(s4);function d4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.745 3A23.933 23.933 0 0 0 3 12c0 3.183.62 6.22 1.745 9M19.5 3c.967 2.78 1.5 5.817 1.5 9s-.533 6.22-1.5 9M8.25 8.885l1.444-.89a.75.75 0 0 1 1.105.402l2.402 7.206a.75.75 0 0 0 1.104.401l1.445-.889m-8.25.75.213.09a1.687 1.687 0 0 0 2.062-.617l4.45-6.676a1.688 1.688 0 0 1 2.062-.618l.213.09"}))}const u4=o.forwardRef(d4);function f4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M12 18.75H4.5a2.25 2.25 0 0 1-2.25-2.25V9m12.841 9.091L16.5 19.5m-1.409-1.409c.407-.407.659-.97.659-1.591v-9a2.25 2.25 0 0 0-2.25-2.25h-9c-.621 0-1.184.252-1.591.659m12.182 12.182L2.909 5.909M1.5 4.5l1.409 1.409"}))}const h4=o.forwardRef(f4);function m4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25h-9A2.25 2.25 0 0 0 2.25 7.5v9a2.25 2.25 0 0 0 2.25 2.25Z"}))}const w4=o.forwardRef(m4);function p4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 4.5v15m6-15v15m-10.875 0h15.75c.621 0 1.125-.504 1.125-1.125V5.625c0-.621-.504-1.125-1.125-1.125H4.125C3.504 4.5 3 5.004 3 5.625v12.75c0 .621.504 1.125 1.125 1.125Z"}))}const v4=o.forwardRef(p4);function g4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 3.75H6A2.25 2.25 0 0 0 3.75 6v1.5M16.5 3.75H18A2.25 2.25 0 0 1 20.25 6v1.5m0 9V18A2.25 2.25 0 0 1 18 20.25h-1.5m-9 0H6A2.25 2.25 0 0 1 3.75 18v-1.5M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const b4=o.forwardRef(g4);function k4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a2.25 2.25 0 0 0-2.25-2.25H15a3 3 0 1 1-6 0H5.25A2.25 2.25 0 0 0 3 12m18 0v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 9m18 0V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v3"}))}const E4=o.forwardRef(k4);function x4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.288 15.038a5.25 5.25 0 0 1 7.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 0 1 1.06 0Z"}))}const y4=o.forwardRef(x4);function L4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 8.25V18a2.25 2.25 0 0 0 2.25 2.25h13.5A2.25 2.25 0 0 0 21 18V8.25m-18 0V6a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 6v2.25m-18 0h18M5.25 6h.008v.008H5.25V6ZM7.5 6h.008v.008H7.5V6Zm2.25 0h.008v.008H9.75V6Z"}))}const M4=o.forwardRef(L4);function C4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437 1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008v-.008Z"}))}const $4=o.forwardRef(C4);function j4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75a4.5 4.5 0 0 1-4.884 4.484c-1.076-.091-2.264.071-2.95.904l-7.152 8.684a2.548 2.548 0 1 1-3.586-3.586l8.684-7.152c.833-.686.995-1.874.904-2.95a4.5 4.5 0 0 1 6.336-4.486l-3.276 3.276a3.004 3.004 0 0 0 2.25 2.25l3.276-3.276c.256.565.398 1.192.398 1.852Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.867 19.125h.008v.008h-.008v-.008Z"}))}const A4=o.forwardRef(j4);function O4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const F4=o.forwardRef(O4);function S4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18 18 6M6 6l12 12"}))}const zo=o.forwardRef(S4),B4=Object.freeze(Object.defineProperty({__proto__:null,AcademicCapIcon:T0,AdjustmentsHorizontalIcon:H0,AdjustmentsVerticalIcon:D0,ArchiveBoxArrowDownIcon:Z0,ArchiveBoxIcon:z0,ArchiveBoxXMarkIcon:q0,ArrowDownCircleIcon:X0,ArrowDownIcon:s1,ArrowDownLeftIcon:Q0,ArrowDownOnSquareIcon:r1,ArrowDownOnSquareStackIcon:e1,ArrowDownRightIcon:o1,ArrowDownTrayIcon:l1,ArrowLeftCircleIcon:d1,ArrowLeftEndOnRectangleIcon:f1,ArrowLeftIcon:Zo,ArrowLeftOnRectangleIcon:m1,ArrowLeftStartOnRectangleIcon:p1,ArrowLongDownIcon:b1,ArrowLongLeftIcon:E1,ArrowLongRightIcon:y1,ArrowLongUpIcon:M1,ArrowPathIcon:A1,ArrowPathRoundedSquareIcon:$1,ArrowRightCircleIcon:F1,ArrowRightEndOnRectangleIcon:B1,ArrowRightIcon:Uo,ArrowRightOnRectangleIcon:R1,ArrowRightStartOnRectangleIcon:N1,ArrowSmallDownIcon:H1,ArrowSmallLeftIcon:D1,ArrowSmallRightIcon:Z1,ArrowSmallUpIcon:q1,ArrowTopRightOnSquareIcon:z1,ArrowTrendingDownIcon:X1,ArrowTrendingUpIcon:Q1,ArrowTurnDownLeftIcon:e5,ArrowTurnDownRightIcon:r5,ArrowTurnLeftDownIcon:o5,ArrowTurnLeftUpIcon:l5,ArrowTurnRightDownIcon:s5,ArrowTurnRightUpIcon:d5,ArrowTurnUpLeftIcon:f5,ArrowTurnUpRightIcon:m5,ArrowUpCircleIcon:p5,ArrowUpIcon:j5,ArrowUpLeftIcon:g5,ArrowUpOnSquareIcon:x5,ArrowUpOnSquareStackIcon:k5,ArrowUpRightIcon:L5,ArrowUpTrayIcon:C5,ArrowUturnDownIcon:O5,ArrowUturnLeftIcon:S5,ArrowUturnRightIcon:I5,ArrowUturnUpIcon:W5,ArrowsPointingInIcon:T5,ArrowsPointingOutIcon:H5,ArrowsRightLeftIcon:D5,ArrowsUpDownIcon:Z5,AtSymbolIcon:q5,BackspaceIcon:z5,BackwardIcon:X5,BanknotesIcon:Q5,Bars2Icon:e2,Bars3BottomLeftIcon:r2,Bars3BottomRightIcon:o2,Bars3CenterLeftIcon:l2,Bars3Icon:s2,Bars4Icon:d2,BarsArrowDownIcon:f2,BarsArrowUpIcon:m2,Battery0Icon:p2,Battery100Icon:g2,Battery50Icon:k2,BeakerIcon:x2,BellAlertIcon:L2,BellIcon:O2,BellSlashIcon:C2,BellSnoozeIcon:j2,BoldIcon:S2,BoltIcon:W2,BoltSlashIcon:I2,BookOpenIcon:T2,BookmarkIcon:Z2,BookmarkSlashIcon:H2,BookmarkSquareIcon:D2,BriefcaseIcon:q2,BugAntIcon:z2,BuildingLibraryIcon:X2,BuildingOffice2Icon:Q2,BuildingOfficeIcon:ec,BuildingStorefrontIcon:rc,CakeIcon:oc,CalculatorIcon:lc,CalendarDateRangeIcon:sc,CalendarDaysIcon:dc,CalendarIcon:fc,CameraIcon:mc,ChartBarIcon:gc,ChartBarSquareIcon:pc,ChartPieIcon:kc,ChatBubbleBottomCenterIcon:Lc,ChatBubbleBottomCenterTextIcon:xc,ChatBubbleLeftEllipsisIcon:Cc,ChatBubbleLeftIcon:Oc,ChatBubbleLeftRightIcon:jc,ChatBubbleOvalLeftEllipsisIcon:Sc,ChatBubbleOvalLeftIcon:Ic,CheckBadgeIcon:Wc,CheckCircleIcon:qo,CheckIcon:Pc,ChevronDoubleDownIcon:Vc,ChevronDoubleLeftIcon:_c,ChevronDoubleRightIcon:Uc,ChevronDoubleUpIcon:Gc,ChevronDownIcon:Kc,ChevronLeftIcon:Yc,ChevronRightIcon:Jc,ChevronUpDownIcon:td,ChevronUpIcon:nd,CircleStackIcon:ad,ClipboardDocumentCheckIcon:id,ClipboardDocumentIcon:ud,ClipboardDocumentListIcon:cd,ClipboardIcon:hd,ClockIcon:wd,CloudArrowDownIcon:vd,CloudArrowUpIcon:bd,CloudIcon:Ed,CodeBracketIcon:Md,CodeBracketSquareIcon:yd,Cog6ToothIcon:$d,Cog8ToothIcon:Ad,CogIcon:Fd,CommandLineIcon:Bd,ComputerDesktopIcon:Rd,CpuChipIcon:Nd,CreditCardIcon:Pd,CubeIcon:_d,CubeTransparentIcon:Vd,CurrencyBangladeshiIcon:Ud,CurrencyDollarIcon:Gd,CurrencyEuroIcon:Kd,CurrencyPoundIcon:Yd,CurrencyRupeeIcon:Jd,CurrencyYenIcon:tu,CursorArrowRaysIcon:nu,CursorArrowRippleIcon:au,DevicePhoneMobileIcon:iu,DeviceTabletIcon:cu,DivideIcon:uu,DocumentArrowDownIcon:hu,DocumentArrowUpIcon:wu,DocumentChartBarIcon:vu,DocumentCheckIcon:bu,DocumentCurrencyBangladeshiIcon:Eu,DocumentCurrencyDollarIcon:yu,DocumentCurrencyEuroIcon:Mu,DocumentCurrencyPoundIcon:$u,DocumentCurrencyRupeeIcon:Au,DocumentCurrencyYenIcon:Fu,DocumentDuplicateIcon:Bu,DocumentIcon:_u,DocumentMagnifyingGlassIcon:Ru,DocumentMinusIcon:Nu,DocumentPlusIcon:Pu,DocumentTextIcon:Vu,EllipsisHorizontalCircleIcon:Uu,EllipsisHorizontalIcon:Gu,EllipsisVerticalIcon:Ku,EnvelopeIcon:Ju,EnvelopeOpenIcon:Yu,EqualsIcon:tf,ExclamationCircleIcon:nf,ExclamationTriangleIcon:af,EyeDropperIcon:sf,EyeIcon:ff,EyeSlashIcon:df,FaceFrownIcon:mf,FaceSmileIcon:pf,FilmIcon:gf,FingerPrintIcon:kf,FireIcon:xf,FlagIcon:Lf,FolderArrowDownIcon:Cf,FolderIcon:If,FolderMinusIcon:jf,FolderOpenIcon:Of,FolderPlusIcon:Sf,ForwardIcon:Wf,FunnelIcon:Tf,GifIcon:Hf,GiftIcon:Zf,GiftTopIcon:Df,GlobeAltIcon:qf,GlobeAmericasIcon:zf,GlobeAsiaAustraliaIcon:Xf,GlobeEuropeAfricaIcon:Qf,H1Icon:e3,H2Icon:r3,H3Icon:o3,HandRaisedIcon:l3,HandThumbDownIcon:s3,HandThumbUpIcon:d3,HashtagIcon:f3,HeartIcon:m3,HomeIcon:g3,HomeModernIcon:p3,IdentificationIcon:k3,InboxArrowDownIcon:x3,InboxIcon:C3,InboxStackIcon:L3,InformationCircleIcon:j3,ItalicIcon:O3,KeyIcon:S3,LanguageIcon:I3,LifebuoyIcon:W3,LightBulbIcon:T3,LinkIcon:D3,LinkSlashIcon:H3,ListBulletIcon:Z3,LockClosedIcon:q3,LockOpenIcon:z3,MagnifyingGlassCircleIcon:X3,MagnifyingGlassIcon:rh,MagnifyingGlassMinusIcon:Q3,MagnifyingGlassPlusIcon:eh,MapIcon:lh,MapPinIcon:oh,MegaphoneIcon:sh,MicrophoneIcon:dh,MinusCircleIcon:fh,MinusIcon:ph,MinusSmallIcon:mh,MoonIcon:gh,MusicalNoteIcon:kh,NewspaperIcon:xh,NoSymbolIcon:Lh,NumberedListIcon:Ch,PaintBrushIcon:jh,PaperAirplaneIcon:Oh,PaperClipIcon:Sh,PauseCircleIcon:Ih,PauseIcon:Wh,PencilIcon:Hh,PencilSquareIcon:Th,PercentBadgeIcon:Dh,PhoneArrowDownLeftIcon:Zh,PhoneArrowUpRightIcon:qh,PhoneIcon:Xh,PhoneXMarkIcon:zh,PhotoIcon:Go,PlayCircleIcon:Jh,PlayIcon:nm,PlayPauseIcon:tm,PlusCircleIcon:am,PlusIcon:cm,PlusSmallIcon:im,PowerIcon:um,PresentationChartBarIcon:hm,PresentationChartLineIcon:wm,PrinterIcon:vm,PuzzlePieceIcon:bm,QrCodeIcon:Em,QuestionMarkCircleIcon:ym,QueueListIcon:Mm,RadioIcon:$m,ReceiptPercentIcon:Am,ReceiptRefundIcon:Fm,RectangleGroupIcon:Bm,RectangleStackIcon:Rm,RocketLaunchIcon:Nm,RssIcon:Pm,ScaleIcon:Vm,ScissorsIcon:_m,ServerIcon:Gm,ServerStackIcon:Um,ShareIcon:Km,ShieldCheckIcon:Ym,ShieldExclamationIcon:Jm,ShoppingBagIcon:t7,ShoppingCartIcon:n7,SignalIcon:i7,SignalSlashIcon:a7,SlashIcon:c7,SparklesIcon:u7,SpeakerWaveIcon:h7,SpeakerXMarkIcon:w7,Square2StackIcon:v7,Square3Stack3DIcon:b7,Squares2X2Icon:E7,SquaresPlusIcon:y7,StarIcon:M7,StopCircleIcon:$7,StopIcon:A7,StrikethroughIcon:F7,SunIcon:B7,SwatchIcon:R7,TableCellsIcon:N7,TagIcon:P7,TicketIcon:V7,TrashIcon:_7,TrophyIcon:U7,TruckIcon:G7,TvIcon:K7,UnderlineIcon:Y7,UserCircleIcon:J7,UserGroupIcon:t4,UserIcon:i4,UserMinusIcon:n4,UserPlusIcon:a4,UsersIcon:c4,VariableIcon:u4,VideoCameraIcon:w4,VideoCameraSlashIcon:h4,ViewColumnsIcon:v4,ViewfinderCircleIcon:b4,WalletIcon:E4,WifiIcon:y4,WindowIcon:M4,WrenchIcon:A4,WrenchScrewdriverIcon:$4,XCircleIcon:F4,XMarkIcon:zo},Symbol.toStringTag,{value:"Module"}));function I4({value:e,onChange:t,accept:r=[".png",".jpg",".jpeg",".gif"],maxSize:n=10*1024*1024}){const[a,l]=w.useState(!1),[i,s]=w.useState(!1),c=m=>{var b;const h=(b=m.name.split(".").pop())==null?void 0:b.toLowerCase();return r.map(g=>g.replace(".","").toLowerCase()).includes(h)?m.size>n?(alert(`File is too large. Maximum size is ${Math.round(n/(1024*1024))}MB`),!1):!0:(alert(`Invalid file type. Accepted types: ${r.join(", ")}`),!1)},d=m=>{if(!m||!c(m))return;const h=new FileReader;h.onloadstart=()=>s(!0),h.onloadend=()=>s(!1),h.onload=()=>{const v=h.result;t==null||t(v)},h.readAsDataURL(m)},f=m=>{var v;const h=(v=m.target.files)==null?void 0:v[0];d(h)},p=m=>{var v;m.preventDefault(),l(!1);const h=(v=m.dataTransfer.files)==null?void 0:v[0];d(h)};return u.jsxs("div",{className:`mt-2 flex flex-col items-center justify-center rounded-lg border ${a?"border-indigo-600 bg-indigo-50":"border-gray-900/25"} relative border-dashed px-6 py-10`,onDragOver:m=>{m.preventDefault(),l(!0)},onDragLeave:m=>{m.preventDefault(),l(!1)},onDrop:p,children:[e?u.jsxs("div",{className:"relative",children:[u.jsx("img",{src:e,alt:"Preview",className:"max-h-48 rounded-md object-contain"}),u.jsx("button",{type:"button",onClick:()=>t==null?void 0:t(null),className:"absolute right-2 top-2 rounded-full bg-white/80 p-1 text-gray-700 shadow hover:bg-white",children:u.jsx(zo,{className:"h-5 w-5"})})]}):u.jsxs(u.Fragment,{children:[u.jsx(Go,{className:"h-12 w-12 text-gray-300"}),u.jsxs("div",{className:"mt-4 flex text-sm text-gray-600",children:[u.jsxs("label",{className:"relative cursor-pointer rounded-md bg-white font-semibold text-indigo-600 hover:text-indigo-500",children:[u.jsx("span",{children:"Select an image"}),u.jsx("input",{type:"file",className:"sr-only",accept:r.join(","),onChange:f})]}),u.jsx("span",{className:"pl-1",children:"or drag and drop"})]}),u.jsx("p",{className:"text-xs text-gray-500",children:"PNG, JPG, GIF up to 10MB"})]}),i&&u.jsx("p",{className:"mt-2 animate-pulse text-sm text-indigo-600",children:"Converting..."})]})}function R4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,placeholder:i="HH:MM",description:s,required:c,error:d,helper:f,leadingIcon:p,trailingIcon:m,min:h,max:v,step:b}=e,[g,x]=w.useState(!1),k=!!d,E=k?n.error:g?n.inputFocusBorder:n.inputBorder;return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,c&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!k&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),f&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:f}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"time",placeholder:i,value:t||"",onChange:r,onFocus:()=>x(!0),onBlur:()=>x(!1),"aria-invalid":k?"true":"false","aria-describedby":k?`${a}-error`:s?`${a}-description`:void 0,min:h,max:v,step:b,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:E,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:p?"2.5rem":"0.75rem",paddingRight:m||k?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),p&&!k&&u.jsx(p,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),m&&!k&&u.jsx(m,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"}),k&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-red-500"})]}),k?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:d}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}const W4=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;function N4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,placeholder:i="you@example.com",description:s,required:c,helper:d,leadingIcon:f,trailingIcon:p}=e,[m,h]=w.useState(!1),[v,b]=w.useState(null),g=!!v,x=g?n.error:m?n.inputFocusBorder:n.inputBorder,k=()=>{h(!1),c&&!t?b("Email is required"):t&&!W4.test(t)?b("Please enter a valid email address"):b(null)};return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,c&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"email",placeholder:i,value:t||"",onChange:r,onFocus:()=>h(!0),onBlur:k,"aria-invalid":g?"true":"false","aria-describedby":g?`${a}-error`:s?`${a}-description`:void 0,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:x,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:f?"2.5rem":"0.75rem",paddingRight:p||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),f&&!g&&u.jsx(f,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),p&&!g&&u.jsx(p,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}const T4=/^\d{10}$/,Ko=/\D/g;function P4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,placeholder:i="(123) 456-7890",description:s,required:c,helper:d,leadingIcon:f,trailingIcon:p}=e,[m,h]=w.useState(!1),[v,b]=w.useState(null),g=!!v,x=g?n.error:m?n.inputFocusBorder:n.inputBorder,k=y=>{const M=y.replace(Ko,"").slice(0,10),C=[];return M.length>0&&C.push("("+M.substring(0,3)),M.length>=4&&C.push(") "+M.substring(3,6)),M.length>=7&&C.push("-"+M.substring(6,10)),C.join("")},E=y=>{const M=k(y.target.value);r({target:{name:a,value:M}})},L=()=>{h(!1);const y=(t||"").replace(Ko,"");c&&!y?b("Phone number is required"):y&&!T4.test(y)?b("Please enter a valid 10-digit phone number"):b(null)};return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,c&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"tel",placeholder:i,value:t||"",onChange:E,onFocus:()=>h(!0),onBlur:L,"aria-invalid":g?"true":"false","aria-describedby":g?`${a}-error`:s?`${a}-description`:void 0,pattern:"\\d{10}",maxLength:14,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:x,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:f?"2.5rem":"0.75rem",paddingRight:p||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),f&&!g&&u.jsx(f,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),p&&!g&&u.jsx(p,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}function H4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,description:i,required:s,error:c,helper:d,options:f=[]}=e,[p,m]=w.useState(!1),h=!!(c||s&&p&&!t);return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{id:`${a}-label`,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,s&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!s&&!h&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),u.jsx("div",{className:"space-y-2",role:"radiogroup","aria-labelledby":`${a}-label`,children:f.map(v=>u.jsxs("label",{className:"flex cursor-pointer items-center space-x-2",style:{color:n.inputText},children:[u.jsx("input",{type:"radio",name:a,value:v.value,checked:t===v.value,onChange:b=>r(b.target.value),onBlur:()=>m(!0),style:{accentColor:h?n.error:n.inputFocusBorder},className:"h-4 w-4"}),u.jsx("span",{children:v.label})]},v.value))}),h?u.jsxs("div",{className:"mt-1 flex items-center space-x-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"text-sm",children:c||"This field is required"})]}):i?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:i}):null]})}function V4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,placeholder:i="https://example.com",description:s,required:c,helper:d,leadingIcon:f,trailingIcon:p}=e,[m,h]=w.useState(!1),[v,b]=w.useState(null),g=!!v,x=g?n.error:m?n.inputFocusBorder:n.inputBorder,k=/^(https?:\/\/)?([\w-]+\.)+[\w-]{2,}(\/[^\s]*)?$/i,E=()=>{h(!1),c&&!t?b("URL is required"):t&&!k.test(t)?b("Please enter a valid URL"):b(null)};return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,c&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"url",placeholder:i,value:t||"",onChange:r,onFocus:()=>h(!0),onBlur:E,"aria-invalid":g?"true":"false","aria-describedby":g?`${a}-error`:s?`${a}-description`:void 0,pattern:"https?://.+",style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:x,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:f?"2.5rem":"0.75rem",paddingRight:p||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),f&&!g&&u.jsx(f,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),p&&!g&&u.jsx(p,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}function D4({field:e,value:t=[],onChange:r,theme:n}){const{name:a,title:l,placeholder:i="Select options",options:s=[],optionId:c="id",optionLabel:d="name",error:f}=e,p=s.map((k,E)=>{if(typeof k=="string"||typeof k=="number"){const C=String(k);return{id:C,label:C,original:k}}const L=k==null?void 0:k[c],y=L!=null?String(L):`__opt_${E}`,M=(k==null?void 0:k[d])??(k==null?void 0:k.label)??(L!=null?String(L):`option ${E}`);return{id:y,label:M,original:k}}),m=new Map(p.map(k=>[k.label,k.id])),h=new Map(p.map(k=>[k.id,k.label])),v=Array.isArray(t)?t:[],b=v.map(k=>m.get(k)).filter(k=>k!==void 0),g=k=>{const E=(Array.isArray(k)?k:[]).map(L=>h.get(L)).filter(L=>L!==void 0);r(E)},x=v.length>0?v.join(", "):i;return u.jsxs("div",{children:[l&&u.jsx("label",{htmlFor:a,style:{color:n==null?void 0:n.label},className:"mb-1 block text-sm font-medium",children:l}),u.jsx(Po,{value:b,onChange:g,multiple:!0,children:u.jsxs("div",{className:"relative",children:[u.jsxs($r,{id:a,className:"relative w-full cursor-default rounded-md border py-1.5 pl-3 pr-8 text-left text-sm",style:{color:f?n==null?void 0:n.error:n==null?void 0:n.inputText,backgroundColor:n==null?void 0:n.inputBackground,borderColor:f?n==null?void 0:n.error:n==null?void 0:n.inputBorder},children:[u.jsx("span",{className:`block truncate ${v.length===0?"opacity-50":""}`,style:{color:v.length===0?n==null?void 0:n.inputPlaceholder:void 0},children:x}),u.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2",children:u.jsx(Vo,{className:"h-5 w-5",style:{color:n==null?void 0:n.inputPlaceholder},"aria-hidden":"true"})})]}),u.jsx(Oo,{as:w.Fragment,leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:u.jsx(jr,{className:"absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md border py-1 text-sm shadow-lg",style:{backgroundColor:n==null?void 0:n.inputBackground,color:n==null?void 0:n.inputText,borderColor:n==null?void 0:n.inputBorder},children:p.map(k=>u.jsx(Ar,{value:k.id,className:({active:E})=>`relative cursor-default select-none py-2 pl-10 pr-4 ${E?"bg-gray-100":""}`,children:({selected:E})=>u.jsxs(u.Fragment,{children:[u.jsx("span",{className:`block truncate ${E?"font-semibold":"font-normal"}`,children:k.label}),E&&u.jsx("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",style:{color:n==null?void 0:n.inputFocusBorder},children:u.jsx(Ho,{className:"h-5 w-5"})})]})},k.id))})})]})}),f&&u.jsx("p",{className:"mt-2 text-sm",style:{color:n==null?void 0:n.error},children:f})]})}function _4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,description:i,helper:s,optional:c,required:d,error:f}=e,[p,m]=w.useState(!1),h=!!f,v=h?n.error:p?n.inputFocusBorder:n.inputBorder,b=g=>{if(!g)return"";const x=new Date(g);return isNaN(x)?"":x.toISOString().slice(0,16)};return u.jsxs("div",{children:[u.jsxs("div",{className:"mb-1 flex justify-between",children:[l&&u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,d&&u.jsx("span",{style:{color:n.requiredAsterisk},className:"ml-1 text-xs",children:"*"})]}),c&&!h&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),s&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:s}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"datetime-local",value:b(t),onChange:r,onFocus:()=>m(!0),onBlur:()=>m(!1),"aria-invalid":h?"true":"false","aria-describedby":h?`${a}-error`:i?`${a}-description`:void 0,style:{color:h?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:v,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",padding:"0.375rem 0.75rem"},className:"block w-full text-base outline-none sm:text-sm/6"}),h&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 h-5 w-5",style:{color:n.error}})]}),h?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:f}):i?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:i}):null]})}/*!
|
|
20
|
+
*/var xn;function Il(){return xn||(xn=1,process.env.NODE_ENV!=="production"&&function(){function e(c,d){return c===d&&(c!==0||1/c===1/d)||c!==c&&d!==d}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=w,r=typeof Object.is=="function"?Object.is:e,n=t.useSyncExternalStore,a=t.useRef,l=t.useEffect,i=t.useMemo,s=t.useDebugValue;or.useSyncExternalStoreWithSelector=function(c,d,f,p,m){var h=a(null);if(h.current===null){var v={hasValue:!1,value:null};h.current=v}else v=h.current;h=i(function(){function g(y){if(!x){if(x=!0,k=y,y=p(y),m!==void 0&&v.hasValue){var M=v.value;if(m(M,y))return E=M}return E=y}if(M=E,r(k,y))return M;var C=p(y);return m!==void 0&&m(M,C)?(k=y,M):(k=y,E=C)}var x=!1,k,E,L=f===void 0?null:f;return[function(){return g(d())},L===null?void 0:function(){return g(L())}]},[d,f,p,m]);var b=n(c,h[0],h[1]);return l(function(){v.hasValue=!0,v.value=b},[b]),s(b),b},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),or}process.env.NODE_ENV==="production"?rr.exports=Bl():rr.exports=Il();var Rl=rr.exports;function ee(e,t,r=vn){return Rl.useSyncExternalStoreWithSelector(T(n=>e.subscribe(Wl,n)),T(()=>e.state),T(()=>e.state),T(t),r)}function Wl(e){return e}function yn(e,t){let r=w.useId(),n=tr.get(t),[a,l]=ee(n,w.useCallback(i=>[n.selectors.isTop(i,r),n.selectors.inStack(i,r)],[n,r]));return q(()=>{if(e)return n.actions.push(r),()=>n.actions.pop(r)},[n,e,r]),e?l?a:!0:!1}let ar=new Map,Ye=new Map;function Ln(e){var t;let r=(t=Ye.get(e))!=null?t:0;return Ye.set(e,r+1),r!==0?()=>Mn(e):(ar.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),e.setAttribute("aria-hidden","true"),e.inert=!0,()=>Mn(e))}function Mn(e){var t;let r=(t=Ye.get(e))!=null?t:1;if(r===1?Ye.delete(e):Ye.set(e,r-1),r!==1)return;let n=ar.get(e);n&&(n["aria-hidden"]===null?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",n["aria-hidden"]),e.inert=n.inert,ar.delete(e))}function Nl(e,{allowed:t,disallowed:r}={}){let n=yn(e,"inert-others");q(()=>{var a,l;if(!n)return;let i=re();for(let c of(a=r==null?void 0:r())!=null?a:[])c&&i.add(Ln(c));let s=(l=t==null?void 0:t())!=null?l:[];for(let c of s){if(!c)continue;let d=dt(c);if(!d)continue;let f=c.parentElement;for(;f&&f!==d.body;){for(let p of f.children)s.some(m=>p.contains(m))||i.add(Ln(p));f=f.parentElement}}return i.dispose},[n,t,r])}function Tl(e,t,r){let n=Be(a=>{let l=a.getBoundingClientRect();l.x===0&&l.y===0&&l.width===0&&l.height===0&&r()});w.useEffect(()=>{if(!e)return;let a=t===null?null:ge(t)?t:t.current;if(!a)return;let l=re();if(typeof ResizeObserver<"u"){let i=new ResizeObserver(()=>n.current(a));i.observe(a),l.add(()=>i.disconnect())}if(typeof IntersectionObserver<"u"){let i=new IntersectionObserver(()=>n.current(a));i.observe(a),l.add(()=>i.disconnect())}return()=>l.dispose()},[t,n,e])}let lr=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","details>summary","textarea:not([disabled])"].map(e=>`${e}:not([tabindex='-1'])`).join(","),Pl=["[data-autofocus]"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var ir=(e=>(e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll",e[e.AutoFocus=64]="AutoFocus",e))(ir||{}),Hl=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(Hl||{}),Vl=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(Vl||{});function Cn(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(lr)).sort((t,r)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(r.tabIndex||Number.MAX_SAFE_INTEGER)))}function _l(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(Pl)).sort((t,r)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(r.tabIndex||Number.MAX_SAFE_INTEGER)))}var sr=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(sr||{});function $n(e,t=0){var r;return e===((r=dt(e))==null?void 0:r.body)?!1:le(t,{0(){return e.matches(lr)},1(){let n=e;for(;n!==null;){if(n.matches(lr))return!0;n=n.parentElement}return!1}})}var Dl=(e=>(e[e.Keyboard=0]="Keyboard",e[e.Mouse=1]="Mouse",e))(Dl||{});typeof window<"u"&&typeof document<"u"&&(document.addEventListener("keydown",e=>{e.metaKey||e.altKey||e.ctrlKey||(document.documentElement.dataset.headlessuiFocusVisible="")},!0),document.addEventListener("click",e=>{e.detail===1?delete document.documentElement.dataset.headlessuiFocusVisible:e.detail===0&&(document.documentElement.dataset.headlessuiFocusVisible="")},!0));let Zl=["textarea","input"].join(",");function Ul(e){var t,r;return(r=(t=e==null?void 0:e.matches)==null?void 0:t.call(e,Zl))!=null?r:!1}function jn(e,t=r=>r){return e.slice().sort((r,n)=>{let a=t(r),l=t(n);if(a===null||l===null)return 0;let i=a.compareDocumentPosition(l);return i&Node.DOCUMENT_POSITION_FOLLOWING?-1:i&Node.DOCUMENT_POSITION_PRECEDING?1:0})}function ql(e,t,r=e===null?document.body:ut(e)){return Gl(Cn(r),t,{relativeTo:e})}function Gl(e,t,{sorted:r=!0,relativeTo:n=null,skipElements:a=[]}={}){let l=Array.isArray(e)?e.length>0?ut(e[0]):document:ut(e),i=Array.isArray(e)?r?jn(e):e:t&64?_l(e):Cn(e);a.length>0&&i.length>1&&(i=i.filter(h=>!a.some(v=>v!=null&&"current"in v?(v==null?void 0:v.current)===h:v===h))),n=n??(l==null?void 0:l.activeElement);let s=(()=>{if(t&5)return 1;if(t&10)return-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),c=(()=>{if(t&1)return 0;if(t&2)return Math.max(0,i.indexOf(n))-1;if(t&4)return Math.max(0,i.indexOf(n))+1;if(t&8)return i.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),d=t&32?{preventScroll:!0}:{},f=0,p=i.length,m;do{if(f>=p||f+p<=0)return 0;let h=c+f;if(t&16)h=(h+p)%p;else{if(h<0)return 3;if(h>=p)return 1}m=i[h],m==null||m.focus(d),f+=s}while(m!==qr(m));return t&6&&Ul(m)&&m.select(),2}function An(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function zl(){return/Android/gi.test(window.navigator.userAgent)}function On(){return An()||zl()}function He(e,t,r,n){let a=Be(r);w.useEffect(()=>{if(!e)return;function l(i){a.current(i)}return document.addEventListener(t,l,n),()=>document.removeEventListener(t,l,n)},[e,t,n])}function Kl(e,t,r,n){let a=Be(r);w.useEffect(()=>{if(!e)return;function l(i){a.current(i)}return window.addEventListener(t,l,n),()=>window.removeEventListener(t,l,n)},[e,t,n])}const Fn=30;function Xl(e,t,r){let n=Be(r),a=w.useCallback(function(s,c){if(s.defaultPrevented)return;let d=c(s);if(d===null||!d.getRootNode().contains(d)||!d.isConnected)return;let f=function p(m){return typeof m=="function"?p(m()):Array.isArray(m)||m instanceof Set?m:[m]}(t);for(let p of f)if(p!==null&&(p.contains(d)||s.composed&&s.composedPath().includes(p)))return;return!$n(d,sr.Loose)&&d.tabIndex!==-1&&s.preventDefault(),n.current(s,d)},[n,t]),l=w.useRef(null);He(e,"pointerdown",s=>{var c,d;On()||(l.current=((d=(c=s.composedPath)==null?void 0:c.call(s))==null?void 0:d[0])||s.target)},!0),He(e,"pointerup",s=>{if(On()||!l.current)return;let c=l.current;return l.current=null,a(s,()=>c)},!0);let i=w.useRef({x:0,y:0});He(e,"touchstart",s=>{i.current.x=s.touches[0].clientX,i.current.y=s.touches[0].clientY},!0),He(e,"touchend",s=>{let c={x:s.changedTouches[0].clientX,y:s.changedTouches[0].clientY};if(!(Math.abs(c.x-i.current.x)>=Fn||Math.abs(c.y-i.current.y)>=Fn))return a(s,()=>Pe(s.target)?s.target:null)},!0),Kl(e,"blur",s=>a(s,()=>sl(window.document.activeElement)?window.document.activeElement:null),!0)}function cr(...e){return w.useMemo(()=>dt(...e),[...e])}var Yl=(e=>(e[e.Ignore=0]="Ignore",e[e.Select=1]="Select",e[e.Close=2]="Close",e))(Yl||{});const pt={Ignore:{kind:0},Select:e=>({kind:1,target:e}),Close:{kind:2}},Ql=200,Sn=5;function Jl(e,{trigger:t,action:r,close:n,select:a}){let l=w.useRef(null),i=w.useRef(null),s=w.useRef(null);He(e&&t!==null,"pointerdown",c=>{tn(c==null?void 0:c.target)&&t!=null&&t.contains(c.target)&&(i.current=c.x,s.current=c.y,l.current=c.timeStamp)}),He(e&&t!==null,"pointerup",c=>{var d,f;let p=l.current;if(p===null||(l.current=null,!Pe(c.target))||Math.abs(c.x-((d=i.current)!=null?d:c.x))<Sn&&Math.abs(c.y-((f=s.current)!=null?f:c.y))<Sn)return;let m=r(c);switch(m.kind){case 0:return;case 1:{c.timeStamp-p>Ql&&(a(m.target),n());break}case 2:{n();break}}},{capture:!0})}function ei(e,t){return w.useMemo(()=>{var r;if(e.type)return e.type;let n=(r=e.as)!=null?r:"button";if(typeof n=="string"&&n.toLowerCase()==="button"||(t==null?void 0:t.tagName)==="BUTTON"&&!t.hasAttribute("type"))return"button"},[e.type,e.as,t])}function ti(e){return w.useSyncExternalStore(e.subscribe,e.getSnapshot,e.getSnapshot)}function ri(e,t){let r=e(),n=new Set;return{getSnapshot(){return r},subscribe(a){return n.add(a),()=>n.delete(a)},dispatch(a,...l){let i=t[a].call(r,...l);i&&(r=i,n.forEach(s=>s()))}}}function ni(){let e;return{before({doc:t}){var r;let n=t.documentElement,a=(r=t.defaultView)!=null?r:window;e=Math.max(0,a.innerWidth-n.clientWidth)},after({doc:t,d:r}){let n=t.documentElement,a=Math.max(0,n.clientWidth-n.offsetWidth),l=Math.max(0,e-a);r.style(n,"paddingRight",`${l}px`)}}}function oi(){return An()?{before({doc:e,d:t,meta:r}){function n(a){for(let l of r().containers)for(let i of l())if(i.contains(a))return!0;return!1}t.microTask(()=>{var a;if(window.getComputedStyle(e.documentElement).scrollBehavior!=="auto"){let s=re();s.style(e.documentElement,"scrollBehavior","auto"),t.add(()=>t.microTask(()=>s.dispose()))}let l=(a=window.scrollY)!=null?a:window.pageYOffset,i=null;t.addEventListener(e,"click",s=>{if(Pe(s.target))try{let c=s.target.closest("a");if(!c)return;let{hash:d}=new URL(c.href),f=e.querySelector(d);Pe(f)&&!n(f)&&(i=f)}catch{}},!0),t.group(s=>{t.addEventListener(e,"touchstart",c=>{if(s.dispose(),Pe(c.target)&&il(c.target))if(n(c.target)){let d=c.target;for(;d.parentElement&&n(d.parentElement);)d=d.parentElement;s.style(d,"overscrollBehavior","contain")}else s.style(c.target,"touchAction","none")})}),t.addEventListener(e,"touchmove",s=>{if(Pe(s.target)){if(rn(s.target))return;if(n(s.target)){let c=s.target;for(;c.parentElement&&c.dataset.headlessuiPortal!==""&&!(c.scrollHeight>c.clientHeight||c.scrollWidth>c.clientWidth);)c=c.parentElement;c.dataset.headlessuiPortal===""&&s.preventDefault()}else s.preventDefault()}},{passive:!1}),t.add(()=>{var s;let c=(s=window.scrollY)!=null?s:window.pageYOffset;l!==c&&window.scrollTo(0,l),i&&i.isConnected&&(i.scrollIntoView({block:"nearest"}),i=null)})})}}:{}}function ai(){return{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}}function Bn(e){let t={};for(let r of e)Object.assign(t,r(t));return t}let Ie=ri(()=>new Map,{PUSH(e,t){var r;let n=(r=this.get(e))!=null?r:{doc:e,count:0,d:re(),meta:new Set,computedMeta:{}};return n.count++,n.meta.add(t),n.computedMeta=Bn(n.meta),this.set(e,n),this},POP(e,t){let r=this.get(e);return r&&(r.count--,r.meta.delete(t),r.computedMeta=Bn(r.meta)),this},SCROLL_PREVENT(e){let t={doc:e.doc,d:e.d,meta(){return e.computedMeta}},r=[oi(),ni(),ai()];r.forEach(({before:n})=>n==null?void 0:n(t)),r.forEach(({after:n})=>n==null?void 0:n(t))},SCROLL_ALLOW({d:e}){e.dispose()},TEARDOWN({doc:e}){this.delete(e)}});Ie.subscribe(()=>{let e=Ie.getSnapshot(),t=new Map;for(let[r]of e)t.set(r,r.documentElement.style.overflow);for(let r of e.values()){let n=t.get(r.doc)==="hidden",a=r.count!==0;(a&&!n||!a&&n)&&Ie.dispatch(r.count>0?"SCROLL_PREVENT":"SCROLL_ALLOW",r),r.count===0&&Ie.dispatch("TEARDOWN",r)}});function li(e,t,r=()=>({containers:[]})){let n=ti(Ie),a=t?n.get(t):void 0,l=a?a.count>0:!1;return q(()=>{if(!(!t||!e))return Ie.dispatch("PUSH",t,r),()=>Ie.dispatch("POP",t,r)},[e,t]),l}function ii(e,t,r=()=>[document.body]){let n=yn(e,"scroll-lock");li(n,t,a=>{var l;return{containers:[...(l=a.containers)!=null?l:[],r]}})}function In(e){return[e.screenX,e.screenY]}function si(){let e=w.useRef([-1,-1]);return{wasMoved(t){let r=In(t);return e.current[0]===r[0]&&e.current[1]===r[1]?!1:(e.current=r,!0)},update(t){e.current=In(t)}}}function ci(e=0){let[t,r]=w.useState(e),n=w.useCallback(c=>r(c),[]),a=w.useCallback(c=>r(d=>d|c),[]),l=w.useCallback(c=>(t&c)===c,[t]),i=w.useCallback(c=>r(d=>d&~c),[]),s=w.useCallback(c=>r(d=>d^c),[]);return{flags:t,setFlag:n,addFlag:a,hasFlag:l,removeFlag:i,toggleFlag:s}}var Rn,Wn;typeof process<"u"&&typeof globalThis<"u"&&typeof Element<"u"&&((Rn=process==null?void 0:process.env)==null?void 0:Rn.NODE_ENV)==="test"&&typeof((Wn=Element==null?void 0:Element.prototype)==null?void 0:Wn.getAnimations)>"u"&&(Element.prototype.getAnimations=function(){return console.warn(["Headless UI has polyfilled `Element.prototype.getAnimations` for your tests.","Please install a proper polyfill e.g. `jsdom-testing-mocks`, to silence these warnings.","","Example usage:","```js","import { mockAnimationsApi } from 'jsdom-testing-mocks'","mockAnimationsApi()","```"].join(`
|
|
21
|
+
`)),[]});var di=(e=>(e[e.None=0]="None",e[e.Closed=1]="Closed",e[e.Enter=2]="Enter",e[e.Leave=4]="Leave",e))(di||{});function Nn(e){let t={};for(let r in e)e[r]===!0&&(t[`data-${r}`]="");return t}function Tn(e,t,r,n){let[a,l]=w.useState(r),{hasFlag:i,addFlag:s,removeFlag:c}=ci(e&&a?3:0),d=w.useRef(!1),f=w.useRef(!1),p=Se();return q(()=>{var m;if(e){if(r&&l(!0),!t){r&&s(3);return}return(m=n==null?void 0:n.start)==null||m.call(n,r),ui(t,{inFlight:d,prepare(){f.current?f.current=!1:f.current=d.current,d.current=!0,!f.current&&(r?(s(3),c(4)):(s(4),c(2)))},run(){f.current?r?(c(3),s(4)):(c(4),s(3)):r?c(1):s(1)},done(){var h;f.current&&mi(t)||(d.current=!1,c(7),r||l(!1),(h=n==null?void 0:n.end)==null||h.call(n,r))}})}},[e,r,t,p]),e?[a,{closed:i(1),enter:i(2),leave:i(4),transition:i(2)||i(4)}]:[r,{closed:void 0,enter:void 0,leave:void 0,transition:void 0}]}function ui(e,{prepare:t,run:r,done:n,inFlight:a}){let l=re();return hi(e,{prepare:t,inFlight:a}),l.nextFrame(()=>{r(),l.requestAnimationFrame(()=>{l.add(fi(e,n))})}),l.dispose}function fi(e,t){var r,n;let a=re();if(!e)return a.dispose;let l=!1;a.add(()=>{l=!0});let i=(n=(r=e.getAnimations)==null?void 0:r.call(e).filter(s=>s instanceof CSSTransition))!=null?n:[];return i.length===0?(t(),a.dispose):(Promise.allSettled(i.map(s=>s.finished)).then(()=>{l||t()}),a.dispose)}function hi(e,{inFlight:t,prepare:r}){if(t!=null&&t.current){r();return}let n=e.style.transition;e.style.transition="none",r(),e.offsetHeight,e.style.transition=n}function mi(e){var t,r;return((r=(t=e.getAnimations)==null?void 0:t.call(e))!=null?r:[]).some(n=>n instanceof CSSTransition&&n.playState!=="finished")}function vt(){return typeof window<"u"}function Ve(e){return Pn(e)?(e.nodeName||"").toLowerCase():"#document"}function oe(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function me(e){var t;return(t=(Pn(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Pn(e){return vt()?e instanceof Node||e instanceof oe(e).Node:!1}function X(e){return vt()?e instanceof Element||e instanceof oe(e).Element:!1}function we(e){return vt()?e instanceof HTMLElement||e instanceof oe(e).HTMLElement:!1}function Hn(e){return!vt()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof oe(e).ShadowRoot}const wi=new Set(["inline","contents"]);function Qe(e){const{overflow:t,overflowX:r,overflowY:n,display:a}=de(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!wi.has(a)}const pi=new Set(["table","td","th"]);function vi(e){return pi.has(Ve(e))}const gi=[":popover-open",":modal"];function gt(e){return gi.some(t=>{try{return e.matches(t)}catch{return!1}})}const bi=["transform","translate","scale","rotate","perspective"],ki=["transform","translate","scale","rotate","perspective","filter"],Ei=["paint","layout","strict","content"];function dr(e){const t=ur(),r=X(e)?de(e):e;return bi.some(n=>r[n]?r[n]!=="none":!1)||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||ki.some(n=>(r.willChange||"").includes(n))||Ei.some(n=>(r.contain||"").includes(n))}function xi(e){let t=Me(e);for(;we(t)&&!_e(t);){if(dr(t))return t;if(gt(t))return null;t=Me(t)}return null}function ur(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const yi=new Set(["html","body","#document"]);function _e(e){return yi.has(Ve(e))}function de(e){return oe(e).getComputedStyle(e)}function bt(e){return X(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Me(e){if(Ve(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Hn(e)&&e.host||me(e);return Hn(t)?t.host:t}function Vn(e){const t=Me(e);return _e(t)?e.ownerDocument?e.ownerDocument.body:e.body:we(t)&&Qe(t)?t:Vn(t)}function Je(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const a=Vn(e),l=a===((n=e.ownerDocument)==null?void 0:n.body),i=oe(a);if(l){const s=fr(i);return t.concat(i,i.visualViewport||[],Qe(a)?a:[],s&&r?Je(s):[])}return t.concat(a,Je(a,[],r))}function fr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Li(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(t=>{let{brand:r,version:n}=t;return r+"/"+n}).join(" "):navigator.userAgent}const Re=Math.min,Y=Math.max,et=Math.round,kt=Math.floor,pe=e=>({x:e,y:e}),Mi={left:"right",right:"left",bottom:"top",top:"bottom"},Ci={start:"end",end:"start"};function _n(e,t,r){return Y(e,Re(t,r))}function De(e,t){return typeof e=="function"?e(t):e}function Ce(e){return e.split("-")[0]}function tt(e){return e.split("-")[1]}function Dn(e){return e==="x"?"y":"x"}function Zn(e){return e==="y"?"height":"width"}const $i=new Set(["top","bottom"]);function be(e){return $i.has(Ce(e))?"y":"x"}function Un(e){return Dn(be(e))}function ji(e,t,r){r===void 0&&(r=!1);const n=tt(e),a=Un(e),l=Zn(a);let i=a==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[l]>t.floating[l]&&(i=Et(i)),[i,Et(i)]}function Ai(e){const t=Et(e);return[hr(e),t,hr(t)]}function hr(e){return e.replace(/start|end/g,t=>Ci[t])}const qn=["left","right"],Gn=["right","left"],Oi=["top","bottom"],Fi=["bottom","top"];function Si(e,t,r){switch(e){case"top":case"bottom":return r?t?Gn:qn:t?qn:Gn;case"left":case"right":return t?Oi:Fi;default:return[]}}function Bi(e,t,r,n){const a=tt(e);let l=Si(Ce(e),r==="start",n);return a&&(l=l.map(i=>i+"-"+a),t&&(l=l.concat(l.map(hr)))),l}function Et(e){return e.replace(/left|right|bottom|top/g,t=>Mi[t])}function Ii(e){return{top:0,right:0,bottom:0,left:0,...e}}function Ri(e){return typeof e!="number"?Ii(e):{top:e,right:e,bottom:e,left:e}}function xt(e){const{x:t,y:r,width:n,height:a}=e;return{width:n,height:a,top:r,left:t,right:t+n,bottom:r+a,x:t,y:r}}function zn(e,t,r){let{reference:n,floating:a}=e;const l=be(t),i=Un(t),s=Zn(i),c=Ce(t),d=l==="y",f=n.x+n.width/2-a.width/2,p=n.y+n.height/2-a.height/2,m=n[s]/2-a[s]/2;let h;switch(c){case"top":h={x:f,y:n.y-a.height};break;case"bottom":h={x:f,y:n.y+n.height};break;case"right":h={x:n.x+n.width,y:p};break;case"left":h={x:n.x-a.width,y:p};break;default:h={x:n.x,y:n.y}}switch(tt(t)){case"start":h[i]-=m*(r&&d?-1:1);break;case"end":h[i]+=m*(r&&d?-1:1);break}return h}const Wi=async(e,t,r)=>{const{placement:n="bottom",strategy:a="absolute",middleware:l=[],platform:i}=r,s=l.filter(Boolean),c=await(i.isRTL==null?void 0:i.isRTL(t));let d=await i.getElementRects({reference:e,floating:t,strategy:a}),{x:f,y:p}=zn(d,n,c),m=n,h={},v=0;for(let b=0;b<s.length;b++){const{name:g,fn:x}=s[b],{x:k,y:E,data:L,reset:y}=await x({x:f,y:p,initialPlacement:n,placement:m,strategy:a,middlewareData:h,rects:d,platform:i,elements:{reference:e,floating:t}});f=k??f,p=E??p,h={...h,[g]:{...h[g],...L}},y&&v<=50&&(v++,typeof y=="object"&&(y.placement&&(m=y.placement),y.rects&&(d=y.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:a}):y.rects),{x:f,y:p}=zn(d,m,c)),b=-1)}return{x:f,y:p,placement:m,strategy:a,middlewareData:h}};async function yt(e,t){var r;t===void 0&&(t={});const{x:n,y:a,platform:l,rects:i,elements:s,strategy:c}=e,{boundary:d="clippingAncestors",rootBoundary:f="viewport",elementContext:p="floating",altBoundary:m=!1,padding:h=0}=De(t,e),v=Ri(h),g=s[m?p==="floating"?"reference":"floating":p],x=xt(await l.getClippingRect({element:(r=await(l.isElement==null?void 0:l.isElement(g)))==null||r?g:g.contextElement||await(l.getDocumentElement==null?void 0:l.getDocumentElement(s.floating)),boundary:d,rootBoundary:f,strategy:c})),k=p==="floating"?{x:n,y:a,width:i.floating.width,height:i.floating.height}:i.reference,E=await(l.getOffsetParent==null?void 0:l.getOffsetParent(s.floating)),L=await(l.isElement==null?void 0:l.isElement(E))?await(l.getScale==null?void 0:l.getScale(E))||{x:1,y:1}:{x:1,y:1},y=xt(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:k,offsetParent:E,strategy:c}):k);return{top:(x.top-y.top+v.top)/L.y,bottom:(y.bottom-x.bottom+v.bottom)/L.y,left:(x.left-y.left+v.left)/L.x,right:(y.right-x.right+v.right)/L.x}}const Ni=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:a,middlewareData:l,rects:i,initialPlacement:s,platform:c,elements:d}=t,{mainAxis:f=!0,crossAxis:p=!0,fallbackPlacements:m,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:b=!0,...g}=De(e,t);if((r=l.arrow)!=null&&r.alignmentOffset)return{};const x=Ce(a),k=be(s),E=Ce(s)===s,L=await(c.isRTL==null?void 0:c.isRTL(d.floating)),y=m||(E||!b?[Et(s)]:Ai(s)),M=v!=="none";!m&&M&&y.push(...Bi(s,b,v,L));const C=[s,...y],B=await yt(t,g),j=[];let $=((n=l.flip)==null?void 0:n.overflows)||[];if(f&&j.push(B[x]),p){const O=ji(a,i,L);j.push(B[O[0]],B[O[1]])}if($=[...$,{placement:a,overflows:j}],!j.every(O=>O<=0)){var A,W;const O=(((A=l.flip)==null?void 0:A.index)||0)+1,F=C[O];if(F&&(!(p==="alignment"?k!==be(F):!1)||$.every(I=>be(I.placement)===k?I.overflows[0]>0:!0)))return{data:{index:O,overflows:$},reset:{placement:F}};let P=(W=$.filter(Z=>Z.overflows[0]<=0).sort((Z,I)=>Z.overflows[1]-I.overflows[1])[0])==null?void 0:W.placement;if(!P)switch(h){case"bestFit":{var R;const Z=(R=$.filter(I=>{if(M){const N=be(I.placement);return N===k||N==="y"}return!0}).map(I=>[I.placement,I.overflows.filter(N=>N>0).reduce((N,U)=>N+U,0)]).sort((I,N)=>I[1]-N[1])[0])==null?void 0:R[0];Z&&(P=Z);break}case"initialPlacement":P=s;break}if(a!==P)return{reset:{placement:P}}}return{}}}},Ti=new Set(["left","top"]);async function Pi(e,t){const{placement:r,platform:n,elements:a}=e,l=await(n.isRTL==null?void 0:n.isRTL(a.floating)),i=Ce(r),s=tt(r),c=be(r)==="y",d=Ti.has(i)?-1:1,f=l&&c?-1:1,p=De(t,e);let{mainAxis:m,crossAxis:h,alignmentAxis:v}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return s&&typeof v=="number"&&(h=s==="end"?v*-1:v),c?{x:h*f,y:m*d}:{x:m*d,y:h*f}}const Hi=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:a,y:l,placement:i,middlewareData:s}=t,c=await Pi(t,e);return i===((r=s.offset)==null?void 0:r.placement)&&(n=s.arrow)!=null&&n.alignmentOffset?{}:{x:a+c.x,y:l+c.y,data:{...c,placement:i}}}}},Vi=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:a}=t,{mainAxis:l=!0,crossAxis:i=!1,limiter:s={fn:g=>{let{x,y:k}=g;return{x,y:k}}},...c}=De(e,t),d={x:r,y:n},f=await yt(t,c),p=be(Ce(a)),m=Dn(p);let h=d[m],v=d[p];if(l){const g=m==="y"?"top":"left",x=m==="y"?"bottom":"right",k=h+f[g],E=h-f[x];h=_n(k,h,E)}if(i){const g=p==="y"?"top":"left",x=p==="y"?"bottom":"right",k=v+f[g],E=v-f[x];v=_n(k,v,E)}const b=s.fn({...t,[m]:h,[p]:v});return{...b,data:{x:b.x-r,y:b.y-n,enabled:{[m]:l,[p]:i}}}}}},_i=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:a,rects:l,platform:i,elements:s}=t,{apply:c=()=>{},...d}=De(e,t),f=await yt(t,d),p=Ce(a),m=tt(a),h=be(a)==="y",{width:v,height:b}=l.floating;let g,x;p==="top"||p==="bottom"?(g=p,x=m===(await(i.isRTL==null?void 0:i.isRTL(s.floating))?"start":"end")?"left":"right"):(x=p,g=m==="end"?"top":"bottom");const k=b-f.top-f.bottom,E=v-f.left-f.right,L=Re(b-f[g],k),y=Re(v-f[x],E),M=!t.middlewareData.shift;let C=L,B=y;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(B=E),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(C=k),M&&!m){const $=Y(f.left,0),A=Y(f.right,0),W=Y(f.top,0),R=Y(f.bottom,0);h?B=v-2*($!==0||A!==0?$+A:Y(f.left,f.right)):C=b-2*(W!==0||R!==0?W+R:Y(f.top,f.bottom))}await c({...t,availableWidth:B,availableHeight:C});const j=await i.getDimensions(s.floating);return v!==j.width||b!==j.height?{reset:{rects:!0}}:{}}}};function Kn(e){const t=de(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const a=we(e),l=a?e.offsetWidth:r,i=a?e.offsetHeight:n,s=et(r)!==l||et(n)!==i;return s&&(r=l,n=i),{width:r,height:n,$:s}}function mr(e){return X(e)?e:e.contextElement}function Ze(e){const t=mr(e);if(!we(t))return pe(1);const r=t.getBoundingClientRect(),{width:n,height:a,$:l}=Kn(t);let i=(l?et(r.width):r.width)/n,s=(l?et(r.height):r.height)/a;return(!i||!Number.isFinite(i))&&(i=1),(!s||!Number.isFinite(s))&&(s=1),{x:i,y:s}}const Di=pe(0);function Xn(e){const t=oe(e);return!ur()||!t.visualViewport?Di:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Zi(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==oe(e)?!1:t}function We(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const a=e.getBoundingClientRect(),l=mr(e);let i=pe(1);t&&(n?X(n)&&(i=Ze(n)):i=Ze(e));const s=Zi(l,r,n)?Xn(l):pe(0);let c=(a.left+s.x)/i.x,d=(a.top+s.y)/i.y,f=a.width/i.x,p=a.height/i.y;if(l){const m=oe(l),h=n&&X(n)?oe(n):n;let v=m,b=fr(v);for(;b&&n&&h!==v;){const g=Ze(b),x=b.getBoundingClientRect(),k=de(b),E=x.left+(b.clientLeft+parseFloat(k.paddingLeft))*g.x,L=x.top+(b.clientTop+parseFloat(k.paddingTop))*g.y;c*=g.x,d*=g.y,f*=g.x,p*=g.y,c+=E,d+=L,v=oe(b),b=fr(v)}}return xt({width:f,height:p,x:c,y:d})}function Lt(e,t){const r=bt(e).scrollLeft;return t?t.left+r:We(me(e)).left+r}function Yn(e,t){const r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Lt(e,r),a=r.top+t.scrollTop;return{x:n,y:a}}function Ui(e){let{elements:t,rect:r,offsetParent:n,strategy:a}=e;const l=a==="fixed",i=me(n),s=t?gt(t.floating):!1;if(n===i||s&&l)return r;let c={scrollLeft:0,scrollTop:0},d=pe(1);const f=pe(0),p=we(n);if((p||!p&&!l)&&((Ve(n)!=="body"||Qe(i))&&(c=bt(n)),we(n))){const h=We(n);d=Ze(n),f.x=h.x+n.clientLeft,f.y=h.y+n.clientTop}const m=i&&!p&&!l?Yn(i,c):pe(0);return{width:r.width*d.x,height:r.height*d.y,x:r.x*d.x-c.scrollLeft*d.x+f.x+m.x,y:r.y*d.y-c.scrollTop*d.y+f.y+m.y}}function qi(e){return Array.from(e.getClientRects())}function Gi(e){const t=me(e),r=bt(e),n=e.ownerDocument.body,a=Y(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),l=Y(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let i=-r.scrollLeft+Lt(e);const s=-r.scrollTop;return de(n).direction==="rtl"&&(i+=Y(t.clientWidth,n.clientWidth)-a),{width:a,height:l,x:i,y:s}}const Qn=25;function zi(e,t){const r=oe(e),n=me(e),a=r.visualViewport;let l=n.clientWidth,i=n.clientHeight,s=0,c=0;if(a){l=a.width,i=a.height;const f=ur();(!f||f&&t==="fixed")&&(s=a.offsetLeft,c=a.offsetTop)}const d=Lt(n);if(d<=0){const f=n.ownerDocument,p=f.body,m=getComputedStyle(p),h=f.compatMode==="CSS1Compat"&&parseFloat(m.marginLeft)+parseFloat(m.marginRight)||0,v=Math.abs(n.clientWidth-p.clientWidth-h);v<=Qn&&(l-=v)}else d<=Qn&&(l+=d);return{width:l,height:i,x:s,y:c}}const Ki=new Set(["absolute","fixed"]);function Xi(e,t){const r=We(e,!0,t==="fixed"),n=r.top+e.clientTop,a=r.left+e.clientLeft,l=we(e)?Ze(e):pe(1),i=e.clientWidth*l.x,s=e.clientHeight*l.y,c=a*l.x,d=n*l.y;return{width:i,height:s,x:c,y:d}}function Jn(e,t,r){let n;if(t==="viewport")n=zi(e,r);else if(t==="document")n=Gi(me(e));else if(X(t))n=Xi(t,r);else{const a=Xn(e);n={x:t.x-a.x,y:t.y-a.y,width:t.width,height:t.height}}return xt(n)}function eo(e,t){const r=Me(e);return r===t||!X(r)||_e(r)?!1:de(r).position==="fixed"||eo(r,t)}function Yi(e,t){const r=t.get(e);if(r)return r;let n=Je(e,[],!1).filter(s=>X(s)&&Ve(s)!=="body"),a=null;const l=de(e).position==="fixed";let i=l?Me(e):e;for(;X(i)&&!_e(i);){const s=de(i),c=dr(i);!c&&s.position==="fixed"&&(a=null),(l?!c&&!a:!c&&s.position==="static"&&!!a&&Ki.has(a.position)||Qe(i)&&!c&&eo(e,i))?n=n.filter(f=>f!==i):a=s,i=Me(i)}return t.set(e,n),n}function Qi(e){let{element:t,boundary:r,rootBoundary:n,strategy:a}=e;const i=[...r==="clippingAncestors"?gt(t)?[]:Yi(t,this._c):[].concat(r),n],s=i[0],c=i.reduce((d,f)=>{const p=Jn(t,f,a);return d.top=Y(p.top,d.top),d.right=Re(p.right,d.right),d.bottom=Re(p.bottom,d.bottom),d.left=Y(p.left,d.left),d},Jn(t,s,a));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function Ji(e){const{width:t,height:r}=Kn(e);return{width:t,height:r}}function es(e,t,r){const n=we(t),a=me(t),l=r==="fixed",i=We(e,!0,l,t);let s={scrollLeft:0,scrollTop:0};const c=pe(0);function d(){c.x=Lt(a)}if(n||!n&&!l)if((Ve(t)!=="body"||Qe(a))&&(s=bt(t)),n){const h=We(t,!0,l,t);c.x=h.x+t.clientLeft,c.y=h.y+t.clientTop}else a&&d();l&&!n&&a&&d();const f=a&&!n&&!l?Yn(a,s):pe(0),p=i.left+s.scrollLeft-c.x-f.x,m=i.top+s.scrollTop-c.y-f.y;return{x:p,y:m,width:i.width,height:i.height}}function wr(e){return de(e).position==="static"}function to(e,t){if(!we(e)||de(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return me(e)===r&&(r=r.ownerDocument.body),r}function ro(e,t){const r=oe(e);if(gt(e))return r;if(!we(e)){let a=Me(e);for(;a&&!_e(a);){if(X(a)&&!wr(a))return a;a=Me(a)}return r}let n=to(e,t);for(;n&&vi(n)&&wr(n);)n=to(n,t);return n&&_e(n)&&wr(n)&&!dr(n)?r:n||xi(e)||r}const ts=async function(e){const t=this.getOffsetParent||ro,r=this.getDimensions,n=await r(e.floating);return{reference:es(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function rs(e){return de(e).direction==="rtl"}const ns={convertOffsetParentRelativeRectToViewportRelativeRect:Ui,getDocumentElement:me,getClippingRect:Qi,getOffsetParent:ro,getElementRects:ts,getClientRects:qi,getDimensions:Ji,getScale:Ze,isElement:X,isRTL:rs};function no(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function os(e,t){let r=null,n;const a=me(e);function l(){var s;clearTimeout(n),(s=r)==null||s.disconnect(),r=null}function i(s,c){s===void 0&&(s=!1),c===void 0&&(c=1),l();const d=e.getBoundingClientRect(),{left:f,top:p,width:m,height:h}=d;if(s||t(),!m||!h)return;const v=kt(p),b=kt(a.clientWidth-(f+m)),g=kt(a.clientHeight-(p+h)),x=kt(f),E={rootMargin:-v+"px "+-b+"px "+-g+"px "+-x+"px",threshold:Y(0,Re(1,c))||1};let L=!0;function y(M){const C=M[0].intersectionRatio;if(C!==c){if(!L)return i();C?i(!1,C):n=setTimeout(()=>{i(!1,1e-7)},1e3)}C===1&&!no(d,e.getBoundingClientRect())&&i(),L=!1}try{r=new IntersectionObserver(y,{...E,root:a.ownerDocument})}catch{r=new IntersectionObserver(y,E)}r.observe(e)}return i(!0),l}function as(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:a=!0,ancestorResize:l=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:s=typeof IntersectionObserver=="function",animationFrame:c=!1}=n,d=mr(e),f=a||l?[...d?Je(d):[],...Je(t)]:[];f.forEach(x=>{a&&x.addEventListener("scroll",r,{passive:!0}),l&&x.addEventListener("resize",r)});const p=d&&s?os(d,r):null;let m=-1,h=null;i&&(h=new ResizeObserver(x=>{let[k]=x;k&&k.target===d&&h&&(h.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame(()=>{var E;(E=h)==null||E.observe(t)})),r()}),d&&!c&&h.observe(d),h.observe(t));let v,b=c?We(e):null;c&&g();function g(){const x=We(e);b&&!no(b,x)&&r(),b=x,v=requestAnimationFrame(g)}return r(),()=>{var x;f.forEach(k=>{a&&k.removeEventListener("scroll",r),l&&k.removeEventListener("resize",r)}),p==null||p(),(x=h)==null||x.disconnect(),h=null,c&&cancelAnimationFrame(v)}}const pr=yt,ls=Hi,is=Vi,ss=Ni,cs=_i,ds=(e,t,r)=>{const n=new Map,a={platform:ns,...r},l={...a.platform,_c:n};return Wi(e,t,{...a,platform:l})};var us=typeof document<"u",fs=function(){},Mt=us?w.useLayoutEffect:fs;function Ct(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 r,n,a;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;n--!==0;)if(!Ct(e[n],t[n]))return!1;return!0}if(a=Object.keys(e),r=a.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!{}.hasOwnProperty.call(t,a[n]))return!1;for(n=r;n--!==0;){const l=a[n];if(!(l==="_owner"&&e.$$typeof)&&!Ct(e[l],t[l]))return!1}return!0}return e!==e&&t!==t}function oo(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function ao(e,t){const r=oo(e);return Math.round(t*r)/r}function vr(e){const t=o.useRef(e);return Mt(()=>{t.current=e}),t}function hs(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:a,elements:{reference:l,floating:i}={},transform:s=!0,whileElementsMounted:c,open:d}=e,[f,p]=o.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[m,h]=o.useState(n);Ct(m,n)||h(n);const[v,b]=o.useState(null),[g,x]=o.useState(null),k=o.useCallback(I=>{I!==M.current&&(M.current=I,b(I))},[]),E=o.useCallback(I=>{I!==C.current&&(C.current=I,x(I))},[]),L=l||v,y=i||g,M=o.useRef(null),C=o.useRef(null),B=o.useRef(f),j=c!=null,$=vr(c),A=vr(a),W=vr(d),R=o.useCallback(()=>{if(!M.current||!C.current)return;const I={placement:t,strategy:r,middleware:m};A.current&&(I.platform=A.current),ds(M.current,C.current,I).then(N=>{const U={...N,isPositioned:W.current!==!1};O.current&&!Ct(B.current,U)&&(B.current=U,at.flushSync(()=>{p(U)}))})},[m,t,r,A,W]);Mt(()=>{d===!1&&B.current.isPositioned&&(B.current.isPositioned=!1,p(I=>({...I,isPositioned:!1})))},[d]);const O=o.useRef(!1);Mt(()=>(O.current=!0,()=>{O.current=!1}),[]),Mt(()=>{if(L&&(M.current=L),y&&(C.current=y),L&&y){if($.current)return $.current(L,y,R);R()}},[L,y,R,$,j]);const F=o.useMemo(()=>({reference:M,floating:C,setReference:k,setFloating:E}),[k,E]),P=o.useMemo(()=>({reference:L,floating:y}),[L,y]),Z=o.useMemo(()=>{const I={position:r,left:0,top:0};if(!P.floating)return I;const N=ao(P.floating,f.x),U=ao(P.floating,f.y);return s?{...I,transform:"translate("+N+"px, "+U+"px)",...oo(P.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:N,top:U}},[r,s,P.floating,f.x,f.y]);return o.useMemo(()=>({...f,update:R,refs:F,elements:P,floatingStyles:Z}),[f,R,F,P,Z])}const lo=(e,t)=>({...ls(e),options:[e,t]}),ms=(e,t)=>({...is(e),options:[e,t]}),ws=(e,t)=>({...ss(e),options:[e,t]}),ps=(e,t)=>({...cs(e),options:[e,t]}),io={...o},vs=io.useInsertionEffect||(e=>e());function so(e){const t=o.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return vs(()=>{t.current=e}),o.useCallback(function(){for(var r=arguments.length,n=new Array(r),a=0;a<r;a++)n[a]=arguments[a];return t.current==null?void 0:t.current(...n)},[])}var gr=typeof document<"u"?w.useLayoutEffect:w.useEffect;let co=!1,gs=0;const uo=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+gs++;function bs(){const[e,t]=o.useState(()=>co?uo():void 0);return gr(()=>{e==null&&t(uo())},[]),o.useEffect(()=>{co=!0},[]),e}const ks=io.useId||bs;let rt;process.env.NODE_ENV!=="production"&&(rt=new Set);function Es(){for(var e,t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];const a="Floating UI: "+r.join(" ");if(!((e=rt)!=null&&e.has(a))){var l;(l=rt)==null||l.add(a),console.warn(a)}}function xs(){for(var e,t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];const a="Floating UI: "+r.join(" ");if(!((e=rt)!=null&&e.has(a))){var l;(l=rt)==null||l.add(a),console.error(a)}}function ys(){const e=new Map;return{emit(t,r){var n;(n=e.get(t))==null||n.forEach(a=>a(r))},on(t,r){e.set(t,[...e.get(t)||[],r])},off(t,r){var n;e.set(t,((n=e.get(t))==null?void 0:n.filter(a=>a!==r))||[])}}}const Ls=o.createContext(null),Ms=o.createContext(null),Cs=()=>{var e;return((e=o.useContext(Ls))==null?void 0:e.id)||null},$s=()=>o.useContext(Ms),js="data-floating-ui-focusable";function As(e){const{open:t=!1,onOpenChange:r,elements:n}=e,a=ks(),l=o.useRef({}),[i]=o.useState(()=>ys()),s=Cs()!=null;if(process.env.NODE_ENV!=="production"){const h=n.reference;h&&!X(h)&&xs("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[c,d]=o.useState(n.reference),f=so((h,v,b)=>{l.current.openEvent=h?v:void 0,i.emit("openchange",{open:h,event:v,reason:b,nested:s}),r==null||r(h,v,b)}),p=o.useMemo(()=>({setPositionReference:d}),[]),m=o.useMemo(()=>({reference:c||n.reference||null,floating:n.floating||null,domReference:n.reference}),[c,n.reference,n.floating]);return o.useMemo(()=>({dataRef:l,open:t,onOpenChange:f,elements:m,events:i,floatingId:a,refs:p}),[t,f,m,i,a,p])}function Os(e){e===void 0&&(e={});const{nodeId:t}=e,r=As({...e,elements:{reference:null,floating:null,...e.elements}}),n=e.rootContext||r,a=n.elements,[l,i]=o.useState(null),[s,c]=o.useState(null),f=(a==null?void 0:a.domReference)||l,p=o.useRef(null),m=$s();gr(()=>{f&&(p.current=f)},[f]);const h=hs({...e,elements:{...a,...s&&{reference:s}}}),v=o.useCallback(E=>{const L=X(E)?{getBoundingClientRect:()=>E.getBoundingClientRect(),contextElement:E}:E;c(L),h.refs.setReference(L)},[h.refs]),b=o.useCallback(E=>{(X(E)||E===null)&&(p.current=E,i(E)),(X(h.refs.reference.current)||h.refs.reference.current===null||E!==null&&!X(E))&&h.refs.setReference(E)},[h.refs]),g=o.useMemo(()=>({...h.refs,setReference:b,setPositionReference:v,domReference:p}),[h.refs,b,v]),x=o.useMemo(()=>({...h.elements,domReference:f}),[h.elements,f]),k=o.useMemo(()=>({...h,...n,refs:g,elements:x,nodeId:t}),[h,g,x,t,n]);return gr(()=>{n.dataRef.current.floatingContext=k;const E=m==null?void 0:m.nodesRef.current.find(L=>L.id===t);E&&(E.context=k)}),o.useMemo(()=>({...h,context:k,refs:g,elements:x}),[h,g,x,k])}const fo="active",ho="selected";function br(e,t,r){const n=new Map,a=r==="item";let l=e;if(a&&e){const{[fo]:i,[ho]:s,...c}=e;l=c}return{...r==="floating"&&{tabIndex:-1,[js]:""},...l,...t.map(i=>{const s=i?i[r]:null;return typeof s=="function"?e?s(e):null:s}).concat(e).reduce((i,s)=>(s&&Object.entries(s).forEach(c=>{let[d,f]=c;if(!(a&&[fo,ho].includes(d)))if(d.indexOf("on")===0){if(n.has(d)||n.set(d,[]),typeof f=="function"){var p;(p=n.get(d))==null||p.push(f),i[d]=function(){for(var m,h=arguments.length,v=new Array(h),b=0;b<h;b++)v[b]=arguments[b];return(m=n.get(d))==null?void 0:m.map(g=>g(...v)).find(g=>g!==void 0)}}}else i[d]=f}),i),{})}}function Fs(e){e===void 0&&(e=[]);const t=e.map(s=>s==null?void 0:s.reference),r=e.map(s=>s==null?void 0:s.floating),n=e.map(s=>s==null?void 0:s.item),a=o.useCallback(s=>br(s,e,"reference"),t),l=o.useCallback(s=>br(s,e,"floating"),r),i=o.useCallback(s=>br(s,e,"item"),n);return o.useMemo(()=>({getReferenceProps:a,getFloatingProps:l,getItemProps:i}),[a,l,i])}function mo(e,t){return{...e,rects:{...e.rects,floating:{...e.rects.floating,height:t}}}}const Ss=e=>({name:"inner",options:e,async fn(t){const{listRef:r,overflowRef:n,onFallbackChange:a,offset:l=0,index:i=0,minItemsVisible:s=4,referenceOverflowThreshold:c=0,scrollRef:d,...f}=De(e,t),{rects:p,elements:{floating:m}}=t,h=r.current[i],v=(d==null?void 0:d.current)||m,b=m.clientTop||v.clientTop,g=m.clientTop!==0,x=v.clientTop!==0,k=m===v;if(process.env.NODE_ENV!=="production"&&(t.placement.startsWith("bottom")||Es('`placement` side must be "bottom" when using the `inner`',"middleware.")),!h)return{};const E={...t,...await lo(-h.offsetTop-m.clientTop-p.reference.height/2-h.offsetHeight/2-l).fn(t)},L=await pr(mo(E,v.scrollHeight+b+m.clientTop),f),y=await pr(E,{...f,elementContext:"reference"}),M=Y(0,L.top),C=E.y+M,$=(v.scrollHeight>v.clientHeight?A=>A:et)(Y(0,v.scrollHeight+(g&&k||x?b*2:0)-M-Y(0,L.bottom)));if(v.style.maxHeight=$+"px",v.scrollTop=M,a){const A=v.offsetHeight<h.offsetHeight*Re(s,r.current.length)-1||y.top>=-c||y.bottom>=-c;at.flushSync(()=>a(A))}return n&&(n.current=await pr(mo({...E,y:C},v.offsetHeight+b+m.clientTop),f)),{y:C}}});function Bs(e,t){const{open:r,elements:n}=e,{enabled:a=!0,overflowRef:l,scrollRef:i,onChange:s}=t,c=so(s),d=o.useRef(!1),f=o.useRef(null),p=o.useRef(null);o.useEffect(()=>{if(!a)return;function h(b){if(b.ctrlKey||!v||l.current==null)return;const g=b.deltaY,x=l.current.top>=-.5,k=l.current.bottom>=-.5,E=v.scrollHeight-v.clientHeight,L=g<0?-1:1,y=g<0?"max":"min";v.scrollHeight<=v.clientHeight||(!x&&g>0||!k&&g<0?(b.preventDefault(),at.flushSync(()=>{c(M=>M+Math[y](g,E*L))})):/firefox/i.test(Li())&&(v.scrollTop+=g))}const v=(i==null?void 0:i.current)||n.floating;if(r&&v)return v.addEventListener("wheel",h),requestAnimationFrame(()=>{f.current=v.scrollTop,l.current!=null&&(p.current={...l.current})}),()=>{f.current=null,p.current=null,v.removeEventListener("wheel",h)}},[a,r,n.floating,l,i,c]);const m=o.useMemo(()=>({onKeyDown(){d.current=!0},onWheel(){d.current=!1},onPointerMove(){d.current=!1},onScroll(){const h=(i==null?void 0:i.current)||n.floating;if(!(!l.current||!h||!d.current)){if(f.current!==null){const v=h.scrollTop-f.current;(l.current.bottom<-.5&&v<-1||l.current.top<-.5&&v>1)&&at.flushSync(()=>c(b=>b+v))}requestAnimationFrame(()=>{f.current=h.scrollTop})}}}),[n.floating,c,l,i]);return o.useMemo(()=>a?{floating:m}:{},[a,m])}let Ue=w.createContext({styles:void 0,setReference:()=>{},setFloating:()=>{},getReferenceProps:()=>({}),getFloatingProps:()=>({}),slot:{}});Ue.displayName="FloatingContext";let kr=w.createContext(null);kr.displayName="PlacementContext";function Is(e){return w.useMemo(()=>e?typeof e=="string"?{to:e}:e:null,[e])}function Rs(){return w.useContext(Ue).setReference}function Ws(){return w.useContext(Ue).getReferenceProps}function Ns(){let{getFloatingProps:e,slot:t}=w.useContext(Ue);return w.useCallback((...r)=>Object.assign({},e(...r),{"data-anchor":t.anchor}),[e,t])}function Ts(e=null){e===!1&&(e=null),typeof e=="string"&&(e={to:e});let t=w.useContext(kr),r=w.useMemo(()=>e,[JSON.stringify(e,(a,l)=>{var i;return(i=l==null?void 0:l.outerHTML)!=null?i:l})]);q(()=>{t==null||t(r??null)},[t,r]);let n=w.useContext(Ue);return w.useMemo(()=>[n.setFloating,e?n.styles:{}],[n.setFloating,e,n.styles])}let wo=4;function Ps({children:e,enabled:t=!0}){let[r,n]=w.useState(null),[a,l]=w.useState(0),i=w.useRef(null),[s,c]=w.useState(null);Hs(s);let d=t&&r!==null&&s!==null,{to:f="bottom",gap:p=0,offset:m=0,padding:h=0,inner:v}=Vs(r,s),[b,g="center"]=f.split(" ");q(()=>{d&&l(0)},[d]);let{refs:x,floatingStyles:k,context:E}=Os({open:d,placement:b==="selection"?g==="center"?"bottom":`bottom-${g}`:g==="center"?`${b}`:`${b}-${g}`,strategy:"absolute",transform:!1,middleware:[lo({mainAxis:b==="selection"?0:p,crossAxis:m}),ms({padding:h}),b!=="selection"&&ws({padding:h}),b==="selection"&&v?Ss({...v,padding:h,overflowRef:i,offset:a,minItemsVisible:wo,referenceOverflowThreshold:h,onFallbackChange(A){var W,R;if(!A)return;let O=E.elements.floating;if(!O)return;let F=parseFloat(getComputedStyle(O).scrollPaddingBottom)||0,P=Math.min(wo,O.childElementCount),Z=0,I=0;for(let N of(R=(W=E.elements.floating)==null?void 0:W.childNodes)!=null?R:[])if(ge(N)){let U=N.offsetTop,ke=U+N.clientHeight+F,z=O.scrollTop,G=z+O.clientHeight;if(U>=z&&ke<=G)P--;else{I=Math.max(0,Math.min(ke,G)-Math.max(U,z)),Z=N.clientHeight;break}}P>=1&&l(N=>{let U=Z*P-I+F;return N>=U?N:U})}}):null,ps({padding:h,apply({availableWidth:A,availableHeight:W,elements:R}){Object.assign(R.floating.style,{overflow:"auto",maxWidth:`${A}px`,maxHeight:`min(var(--anchor-max-height, 100vh), ${W}px)`})}})].filter(Boolean),whileElementsMounted:as}),[L=b,y=g]=E.placement.split("-");b==="selection"&&(L="selection");let M=w.useMemo(()=>({anchor:[L,y].filter(Boolean).join(" ")}),[L,y]),C=Bs(E,{overflowRef:i,onChange:l}),{getReferenceProps:B,getFloatingProps:j}=Fs([C]),$=T(A=>{c(A),x.setFloating(A)});return o.createElement(kr.Provider,{value:n},o.createElement(Ue.Provider,{value:{setFloating:$,setReference:x.setReference,styles:k,getReferenceProps:B,getFloatingProps:j,slot:M}},e))}function Hs(e){q(()=>{if(!e)return;let t=new MutationObserver(()=>{let r=window.getComputedStyle(e).maxHeight,n=parseFloat(r);if(isNaN(n))return;let a=parseInt(r);isNaN(a)||n!==a&&(e.style.maxHeight=`${Math.ceil(n)}px`)});return t.observe(e,{attributes:!0,attributeFilter:["style"]}),()=>{t.disconnect()}},[e])}function Vs(e,t){var r,n,a;let l=Er((r=e==null?void 0:e.gap)!=null?r:"var(--anchor-gap, 0)",t),i=Er((n=e==null?void 0:e.offset)!=null?n:"var(--anchor-offset, 0)",t),s=Er((a=e==null?void 0:e.padding)!=null?a:"var(--anchor-padding, 0)",t);return{...e,gap:l,offset:i,padding:s}}function Er(e,t,r=void 0){let n=Se(),a=T((c,d)=>{if(c==null)return[r,null];if(typeof c=="number")return[c,null];if(typeof c=="string"){if(!d)return[r,null];let f=vo(c,d);return[f,p=>{let m=po(c);{let h=m.map(v=>window.getComputedStyle(d).getPropertyValue(v));n.requestAnimationFrame(function v(){n.nextFrame(v);let b=!1;for(let[x,k]of m.entries()){let E=window.getComputedStyle(d).getPropertyValue(k);if(h[x]!==E){h[x]=E,b=!0;break}}if(!b)return;let g=vo(c,d);f!==g&&(p(g),f=g)})}return n.dispose}]}return[r,null]}),l=w.useMemo(()=>a(e,t)[0],[e,t]),[i=l,s]=w.useState();return q(()=>{let[c,d]=a(e,t);if(s(c),!!d)return d(s)},[e,t]),i}function po(e){let t=/var\((.*)\)/.exec(e);if(t){let r=t[1].indexOf(",");if(r===-1)return[t[1]];let n=t[1].slice(0,r).trim(),a=t[1].slice(r+1).trim();return a?[n,...po(a)]:[n]}return[]}function vo(e,t){let r=document.createElement("div");t.appendChild(r),r.style.setProperty("margin-top","0px","important"),r.style.setProperty("margin-top",e,"important");let n=parseFloat(window.getComputedStyle(r).marginTop)||0;return t.removeChild(r),n}function _s({children:e,freeze:t},r){let n=go(t,e);return w.isValidElement(n)?w.cloneElement(n,{ref:r}):w.createElement(w.Fragment,null,n)}w.forwardRef(_s);function go(e,t){let[r,n]=w.useState(t);return!e&&r!==t&&n(t),e?r:t}let xr=w.createContext(null);xr.displayName="OpenClosedContext";var ue=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(ue||{});function yr(){return w.useContext(xr)}function bo({value:e,children:t}){return w.createElement(xr.Provider,{value:e},t)}function Ds(e){throw new Error("Unexpected object: "+e)}var D=(e=>(e[e.First=0]="First",e[e.Previous=1]="Previous",e[e.Next=2]="Next",e[e.Last=3]="Last",e[e.Specific=4]="Specific",e[e.Nothing=5]="Nothing",e))(D||{});function $t(e,t){let r=t.resolveItems();if(r.length<=0)return null;let n=t.resolveActiveIndex(),a=n??-1;switch(e.focus){case 0:{for(let l=0;l<r.length;++l)if(!t.resolveDisabled(r[l],l,r))return l;return n}case 1:{a===-1&&(a=r.length);for(let l=a-1;l>=0;--l)if(!t.resolveDisabled(r[l],l,r))return l;return n}case 2:{for(let l=a+1;l<r.length;++l)if(!t.resolveDisabled(r[l],l,r))return l;return n}case 3:{for(let l=r.length-1;l>=0;--l)if(!t.resolveDisabled(r[l],l,r))return l;return n}case 4:{for(let l=0;l<r.length;++l)if(t.resolveId(r[l],l,r)===e.id)return l;return n}case 5:return null;default:Ds(e)}}function ko(e){let t=T(e),r=w.useRef(!1);w.useEffect(()=>(r.current=!1,()=>{r.current=!0,Gr(()=>{r.current&&t()})}),[t])}let Zs=w.createContext(!1);function Us(){return w.useContext(Zs)}function qs(e){let t=Us(),r=w.useContext(xo),[n,a]=w.useState(()=>{var l;if(!t&&r!==null)return(l=r.current)!=null?l:null;if(fe.isServer)return null;let i=e==null?void 0:e.getElementById("headlessui-portal-root");if(i)return i;if(e===null)return null;let s=e.createElement("div");return s.setAttribute("id","headlessui-portal-root"),e.body.appendChild(s)});return w.useEffect(()=>{n!==null&&(e!=null&&e.body.contains(n)||e==null||e.body.appendChild(n))},[n,e]),w.useEffect(()=>{t||r!==null&&a(r.current)},[r,a,t]),n}let Eo=w.Fragment,Gs=J(function(e,t){let{ownerDocument:r=null,...n}=e,a=w.useRef(null),l=ie(fl(m=>{a.current=m}),t),i=cr(a.current),s=r??i,c=qs(s),d=w.useContext(Ys),f=Se(),p=ne();return ko(()=>{var m;c&&c.childNodes.length<=0&&((m=c.parentElement)==null||m.removeChild(c))}),c?Ae.createPortal(w.createElement("div",{"data-headlessui-portal":"",ref:m=>{f.dispose(),d&&m&&f.add(d.register(m))}},p({ourProps:{ref:l},theirProps:n,slot:{},defaultTag:Eo,name:"Portal"})),c):null});function zs(e,t){let r=ie(t),{enabled:n=!0,ownerDocument:a,...l}=e,i=ne();return n?w.createElement(Gs,{...l,ownerDocument:a,ref:r}):i({ourProps:{ref:r},theirProps:l,slot:{},defaultTag:Eo,name:"Portal"})}let Ks=w.Fragment,xo=w.createContext(null);function Xs(e,t){let{target:r,...n}=e,a={ref:ie(t)},l=ne();return w.createElement(xo.Provider,{value:r},l({ourProps:a,theirProps:n,defaultTag:Ks,name:"Popover.Group"}))}let Ys=w.createContext(null),Qs=J(zs),Js=J(Xs),e0=Object.assign(Qs,{Group:Js});const jt={Idle:{kind:"Idle"},Tracked:e=>({kind:"Tracked",position:e}),Moved:{kind:"Moved"}};function yo(e){let t=e.getBoundingClientRect();return`${t.x},${t.y}`}function t0(e,t,r){let n=re();if(t.kind==="Tracked"){let a=function(){l!==yo(e)&&(n.dispose(),r())},{position:l}=t,i=new ResizeObserver(a);i.observe(e),n.add(()=>i.disconnect()),n.addEventListener(window,"scroll",a,{passive:!0}),n.addEventListener(window,"resize",a)}return()=>n.dispose()}function r0(){let e=typeof document>"u";return"useSyncExternalStore"in o?(t=>t.useSyncExternalStore)(o)(()=>()=>{},()=>!1,()=>!e):!1}function Lo(){let e=r0(),[t,r]=o.useState(fe.isHandoffComplete);return t&&fe.isHandoffComplete===!1&&r(!1),o.useEffect(()=>{t!==!0&&r(!0)},[t]),o.useEffect(()=>fe.handoff(),[]),e?!1:t}function n0(){let e=w.useRef(!1);return q(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function Mo(e){var t;return!!(e.enter||e.enterFrom||e.enterTo||e.leave||e.leaveFrom||e.leaveTo)||!ze((t=e.as)!=null?t:$o)||w.Children.count(e.children)===1}let At=w.createContext(null);At.displayName="TransitionContext";var o0=(e=>(e.Visible="visible",e.Hidden="hidden",e))(o0||{});function a0(){let e=w.useContext(At);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}function l0(){let e=w.useContext(Ot);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}let Ot=w.createContext(null);Ot.displayName="NestingContext";function Ft(e){return"children"in e?Ft(e.children):e.current.filter(({el:t})=>t.current!==null).filter(({state:t})=>t==="visible").length>0}function Co(e,t){let r=Be(e),n=w.useRef([]),a=n0(),l=Se(),i=T((h,v=ye.Hidden)=>{let b=n.current.findIndex(({el:g})=>g===h);b!==-1&&(le(v,{[ye.Unmount](){n.current.splice(b,1)},[ye.Hidden](){n.current[b].state="hidden"}}),l.microTask(()=>{var g;!Ft(n)&&a.current&&((g=r.current)==null||g.call(r))}))}),s=T(h=>{let v=n.current.find(({el:b})=>b===h);return v?v.state!=="visible"&&(v.state="visible"):n.current.push({el:h,state:"visible"}),()=>i(h,ye.Unmount)}),c=w.useRef([]),d=w.useRef(Promise.resolve()),f=w.useRef({enter:[],leave:[]}),p=T((h,v,b)=>{c.current.splice(0),t&&(t.chains.current[v]=t.chains.current[v].filter(([g])=>g!==h)),t==null||t.chains.current[v].push([h,new Promise(g=>{c.current.push(g)})]),t==null||t.chains.current[v].push([h,new Promise(g=>{Promise.all(f.current[v].map(([x,k])=>k)).then(()=>g())})]),v==="enter"?d.current=d.current.then(()=>t==null?void 0:t.wait.current).then(()=>b(v)):b(v)}),m=T((h,v,b)=>{Promise.all(f.current[v].splice(0).map(([g,x])=>x)).then(()=>{var g;(g=c.current.shift())==null||g()}).then(()=>b(v))});return w.useMemo(()=>({children:n,register:s,unregister:i,onStart:p,onStop:m,wait:d,chains:f}),[s,i,n,p,m,f,d])}let $o=w.Fragment,jo=ft.RenderStrategy;function i0(e,t){var r,n;let{transition:a=!0,beforeEnter:l,afterEnter:i,beforeLeave:s,afterLeave:c,enter:d,enterFrom:f,enterTo:p,entered:m,leave:h,leaveFrom:v,leaveTo:b,...g}=e,[x,k]=w.useState(null),E=w.useRef(null),L=Mo(e),y=ie(...L?[E,t,k]:t===null?[]:[t]),M=(r=g.unmount)==null||r?ye.Unmount:ye.Hidden,{show:C,appear:B,initial:j}=a0(),[$,A]=w.useState(C?"visible":"hidden"),W=l0(),{register:R,unregister:O}=W;q(()=>R(E),[R,E]),q(()=>{if(M===ye.Hidden&&E.current){if(C&&$!=="visible"){A("visible");return}return le($,{hidden:()=>O(E),visible:()=>R(E)})}},[$,E,R,O,C,M]);let F=Lo();q(()=>{if(L&&F&&$==="visible"&&E.current===null)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")},[E,$,F,L]);let P=j&&!B,Z=B&&C&&j,I=w.useRef(!1),N=Co(()=>{I.current||(A("hidden"),O(E))},W),U=T(ce=>{I.current=!0;let je=ce?"enter":"leave";N.onStart(E,je,Te=>{Te==="enter"?l==null||l():Te==="leave"&&(s==null||s())})}),ke=T(ce=>{let je=ce?"enter":"leave";I.current=!1,N.onStop(E,je,Te=>{Te==="enter"?i==null||i():Te==="leave"&&(c==null||c())}),je==="leave"&&!Ft(N)&&(A("hidden"),O(E))});w.useEffect(()=>{L&&a||(U(C),ke(C))},[C,L,a]);let z=!(!a||!L||!F||P),[,G]=Tn(z,x,C,{start:U,end:ke}),Fr=Le({ref:y,className:((n=zt(g.className,Z&&d,Z&&f,G.enter&&d,G.enter&&G.closed&&f,G.enter&&!G.closed&&p,G.leave&&h,G.leave&&!G.closed&&v,G.leave&&G.closed&&b,!G.transition&&C&&m))==null?void 0:n.trim())||void 0,...Nn(G)}),Ne=0;$==="visible"&&(Ne|=ue.Open),$==="hidden"&&(Ne|=ue.Closed),C&&$==="hidden"&&(Ne|=ue.Opening),!C&&$==="visible"&&(Ne|=ue.Closing);let S=ne();return w.createElement(Ot.Provider,{value:N},w.createElement(bo,{value:Ne},S({ourProps:Fr,theirProps:g,defaultTag:$o,features:jo,visible:$==="visible",name:"Transition.Child"})))}function s0(e,t){let{show:r,appear:n=!1,unmount:a=!0,...l}=e,i=w.useRef(null),s=Mo(e),c=ie(...s?[i,t]:t===null?[]:[t]);Lo();let d=yr();if(r===void 0&&d!==null&&(r=(d&ue.Open)===ue.Open),r===void 0)throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[f,p]=w.useState(r?"visible":"hidden"),m=Co(()=>{r||p("hidden")}),[h,v]=w.useState(!0),b=w.useRef([r]);q(()=>{h!==!1&&b.current[b.current.length-1]!==r&&(b.current.push(r),v(!1))},[b,r]);let g=w.useMemo(()=>({show:r,appear:n,initial:h}),[r,n,h]);q(()=>{r?p("visible"):!Ft(m)&&i.current!==null&&p("hidden")},[r,m]);let x={unmount:a},k=T(()=>{var y;h&&v(!1),(y=e.beforeEnter)==null||y.call(e)}),E=T(()=>{var y;h&&v(!1),(y=e.beforeLeave)==null||y.call(e)}),L=ne();return w.createElement(Ot.Provider,{value:m},w.createElement(At.Provider,{value:g},L({ourProps:{...x,as:w.Fragment,children:w.createElement(Ao,{ref:c,...x,...l,beforeEnter:k,beforeLeave:E})},theirProps:{},defaultTag:w.Fragment,features:jo,visible:f==="visible",name:"Transition"})))}function c0(e,t){let r=w.useContext(At)!==null,n=yr()!==null;return w.createElement(w.Fragment,null,!r&&n?w.createElement(Lr,{ref:t,...e}):w.createElement(Ao,{ref:t,...e}))}let Lr=J(s0),Ao=J(i0),d0=J(c0),Oo=Object.assign(Lr,{Child:d0,Root:Lr}),Fo=/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;function So(e){var t,r;let n=(t=e.innerText)!=null?t:"",a=e.cloneNode(!0);if(!ge(a))return n;let l=!1;for(let s of a.querySelectorAll('[hidden],[aria-hidden],[role="img"]'))s.remove(),l=!0;let i=l?(r=a.innerText)!=null?r:"":n;return Fo.test(i)&&(i=i.replace(Fo,"")),i}function u0(e){let t=e.getAttribute("aria-label");if(typeof t=="string")return t.trim();let r=e.getAttribute("aria-labelledby");if(r){let n=r.split(" ").map(a=>{let l=document.getElementById(a);if(l){let i=l.getAttribute("aria-label");return typeof i=="string"?i.trim():So(l).trim()}return null}).filter(Boolean);if(n.length>0)return n.join(", ")}return So(e).trim()}function f0(e){let t=w.useRef(""),r=w.useRef("");return T(()=>{let n=e.current;if(!n)return"";let a=n.innerText;if(t.current===a)return r.current;let l=u0(n).trim().toLowerCase();return t.current=a,r.current=l,l})}var h0=Object.defineProperty,m0=(e,t,r)=>t in e?h0(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Bo=(e,t,r)=>(m0(e,typeof t!="symbol"?t+"":t,r),r),Q=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(Q||{}),$e=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))($e||{}),St=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(St||{}),Io=(e=>(e[e.OpenListbox=0]="OpenListbox",e[e.CloseListbox=1]="CloseListbox",e[e.GoToOption=2]="GoToOption",e[e.Search=3]="Search",e[e.ClearSearch=4]="ClearSearch",e[e.SelectOption=5]="SelectOption",e[e.RegisterOptions=6]="RegisterOptions",e[e.UnregisterOptions=7]="UnregisterOptions",e[e.SetButtonElement=8]="SetButtonElement",e[e.SetOptionsElement=9]="SetOptionsElement",e[e.SortOptions=10]="SortOptions",e[e.MarkButtonAsMoved=11]="MarkButtonAsMoved",e))(Io||{});function Ro(e,t=r=>r){let r=e.activeOptionIndex!==null?e.options[e.activeOptionIndex]:null,n=jn(t(e.options.slice()),l=>l.dataRef.current.domRef.current),a=r?n.indexOf(r):null;return a===-1&&(a=null),{options:n,activeOptionIndex:a}}let w0={1(e){if(e.dataRef.current.disabled||e.listboxState===1)return e;let t=e.buttonElement?jt.Tracked(yo(e.buttonElement)):e.buttonPositionState;return{...e,activeOptionIndex:null,pendingFocus:{focus:D.Nothing},listboxState:1,__demoMode:!1,buttonPositionState:t}},0(e,t){if(e.dataRef.current.disabled||e.listboxState===0)return e;let r=e.activeOptionIndex,{isSelected:n}=e.dataRef.current,a=e.options.findIndex(l=>n(l.dataRef.current.value));return a!==-1&&(r=a),{...e,frozenValue:!1,pendingFocus:t.focus,listboxState:0,activeOptionIndex:r,__demoMode:!1,buttonPositionState:jt.Idle}},2(e,t){var r,n,a,l,i;if(e.dataRef.current.disabled||e.listboxState===1)return e;let s={...e,searchQuery:"",activationTrigger:(r=t.trigger)!=null?r:1,__demoMode:!1};if(t.focus===D.Nothing)return{...s,activeOptionIndex:null};if(t.focus===D.Specific)return{...s,activeOptionIndex:e.options.findIndex(f=>f.id===t.id)};if(t.focus===D.Previous){let f=e.activeOptionIndex;if(f!==null){let p=e.options[f].dataRef.current.domRef,m=$t(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:h=>h.id,resolveDisabled:h=>h.dataRef.current.disabled});if(m!==null){let h=e.options[m].dataRef.current.domRef;if(((n=p.current)==null?void 0:n.previousElementSibling)===h.current||((a=h.current)==null?void 0:a.previousElementSibling)===null)return{...s,activeOptionIndex:m}}}}else if(t.focus===D.Next){let f=e.activeOptionIndex;if(f!==null){let p=e.options[f].dataRef.current.domRef,m=$t(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:h=>h.id,resolveDisabled:h=>h.dataRef.current.disabled});if(m!==null){let h=e.options[m].dataRef.current.domRef;if(((l=p.current)==null?void 0:l.nextElementSibling)===h.current||((i=h.current)==null?void 0:i.nextElementSibling)===null)return{...s,activeOptionIndex:m}}}}let c=Ro(e),d=$t(t,{resolveItems:()=>c.options,resolveActiveIndex:()=>c.activeOptionIndex,resolveId:f=>f.id,resolveDisabled:f=>f.dataRef.current.disabled});return{...s,...c,activeOptionIndex:d}},3:(e,t)=>{if(e.dataRef.current.disabled||e.listboxState===1)return e;let r=e.searchQuery!==""?0:1,n=e.searchQuery+t.value.toLowerCase(),a=(e.activeOptionIndex!==null?e.options.slice(e.activeOptionIndex+r).concat(e.options.slice(0,e.activeOptionIndex+r)):e.options).find(i=>{var s;return!i.dataRef.current.disabled&&((s=i.dataRef.current.textValue)==null?void 0:s.startsWith(n))}),l=a?e.options.indexOf(a):-1;return l===-1||l===e.activeOptionIndex?{...e,searchQuery:n}:{...e,searchQuery:n,activeOptionIndex:l,activationTrigger:1}},4(e){return e.dataRef.current.disabled||e.listboxState===1||e.searchQuery===""?e:{...e,searchQuery:""}},5(e){return e.dataRef.current.mode===0?{...e,frozenValue:!0}:{...e}},6:(e,t)=>{let r=e.options.concat(t.options),n=e.activeOptionIndex;if(e.pendingFocus.focus!==D.Nothing&&(n=$t(e.pendingFocus,{resolveItems:()=>r,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:a=>a.id,resolveDisabled:a=>a.dataRef.current.disabled})),e.activeOptionIndex===null){let{isSelected:a}=e.dataRef.current;if(a){let l=r.findIndex(i=>a==null?void 0:a(i.dataRef.current.value));l!==-1&&(n=l)}}return{...e,options:r,activeOptionIndex:n,pendingFocus:{focus:D.Nothing},pendingShouldSort:!0}},7:(e,t)=>{let r=e.options,n=[],a=new Set(t.options);for(let[l,i]of r.entries())if(a.has(i.id)&&(n.push(l),a.delete(i.id),a.size===0))break;if(n.length>0){r=r.slice();for(let l of n.reverse())r.splice(l,1)}return{...e,options:r,activationTrigger:1}},8:(e,t)=>e.buttonElement===t.element?e:{...e,buttonElement:t.element},9:(e,t)=>e.optionsElement===t.element?e:{...e,optionsElement:t.element},10:e=>e.pendingShouldSort?{...e,...Ro(e),pendingShouldSort:!1}:e,11(e){return e.buttonPositionState.kind!=="Tracked"?e:{...e,buttonPositionState:jt.Moved}}};class Mr extends pn{constructor(t){super(t),Bo(this,"actions",{onChange:r=>{let{onChange:n,compare:a,mode:l,value:i}=this.state.dataRef.current;return le(l,{0:()=>n==null?void 0:n(r),1:()=>{let s=i.slice(),c=s.findIndex(d=>a(d,r));return c===-1?s.push(r):s.splice(c,1),n==null?void 0:n(s)}})},registerOption:er(()=>{let r=[],n=new Set;return[(a,l)=>{n.has(l)||(n.add(l),r.push({id:a,dataRef:l}))},()=>(n.clear(),this.send({type:6,options:r.splice(0)}))]}),unregisterOption:er(()=>{let r=[];return[n=>r.push(n),()=>{this.send({type:7,options:r.splice(0)})}]}),goToOption:er(()=>{let r=null;return[(n,a)=>{r={type:2,...n,trigger:a}},()=>r&&this.send(r)]}),closeListbox:()=>{this.send({type:1})},openListbox:r=>{this.send({type:0,focus:r})},selectActiveOption:()=>{var r;if(this.state.activeOptionIndex!==null){let{dataRef:n}=this.state.options[this.state.activeOptionIndex];this.actions.selectOption(n.current.value)}else this.state.dataRef.current.mode===0&&(this.actions.closeListbox(),(r=this.state.buttonElement)==null||r.focus({preventScroll:!0}))},selectOption:r=>{this.send({type:5,value:r})},search:r=>{this.send({type:3,value:r})},clearSearch:()=>{this.send({type:4})},setButtonElement:r=>{this.send({type:8,element:r})},setOptionsElement:r=>{this.send({type:9,element:r})}}),Bo(this,"selectors",{activeDescendantId(r){var n;let a=r.activeOptionIndex,l=r.options;return a===null||(n=l[a])==null?void 0:n.id},isActive(r,n){var a;let l=r.activeOptionIndex,i=r.options;return l!==null?((a=i[l])==null?void 0:a.id)===n:!1},hasFrozenValue(r){return r.frozenValue},shouldScrollIntoView(r,n){return r.__demoMode||r.listboxState!==0||r.activationTrigger===0?!1:this.isActive(r,n)},didButtonMove(r){return r.buttonPositionState.kind==="Moved"}}),this.on(6,()=>{requestAnimationFrame(()=>{this.send({type:10})})});{let r=this.state.id,n=tr.get(null);this.disposables.add(n.on(kn.Push,a=>{!n.selectors.isTop(a,r)&&this.state.listboxState===0&&this.actions.closeListbox()})),this.on(0,()=>n.actions.push(r)),this.on(1,()=>n.actions.pop(r))}this.disposables.group(r=>{this.on(1,n=>{n.buttonElement&&(r.dispose(),r.add(t0(n.buttonElement,n.buttonPositionState,()=>{this.send({type:11})})))})}),this.on(5,(r,n)=>{var a;this.actions.onChange(n.value),this.state.dataRef.current.mode===0&&(this.actions.closeListbox(),(a=this.state.buttonElement)==null||a.focus({preventScroll:!0}))})}static new({id:t,__demoMode:r=!1}){return new Mr({id:t,dataRef:{current:{}},listboxState:r?0:1,options:[],searchQuery:"",activeOptionIndex:null,activationTrigger:1,buttonElement:null,optionsElement:null,pendingShouldSort:!1,pendingFocus:{focus:D.Nothing},frozenValue:!1,__demoMode:r,buttonPositionState:jt.Idle})}reduce(t,r){return le(r.type,w0,t,r)}}const Wo=w.createContext(null);function Cr(e){let t=w.useContext(Wo);if(t===null){let r=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,No),r}return t}function No({id:e,__demoMode:t=!1}){let r=w.useMemo(()=>Mr.new({id:e,__demoMode:t}),[]);return ko(()=>r.dispose()),r}let Bt=w.createContext(null);Bt.displayName="ListboxDataContext";function nt(e){let t=w.useContext(Bt);if(t===null){let r=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,nt),r}return t}let p0=w.Fragment;function v0(e,t){let r=w.useId(),n=Gt(),{value:a,defaultValue:l,form:i,name:s,onChange:c,by:d,invalid:f=!1,disabled:p=n||!1,horizontal:m=!1,multiple:h=!1,__demoMode:v=!1,...b}=e;const g=m?"horizontal":"vertical";let x=ie(t),k=Ya(l),[E=h?[]:void 0,L]=Xa(a,c,k),y=No({id:r,__demoMode:v}),M=w.useRef({static:!1,hold:!1}),C=w.useRef(new Map),B=yl(d),j=w.useCallback(z=>le($.mode,{[$e.Multi]:()=>E.some(G=>B(G,z)),[$e.Single]:()=>B(E,z)}),[E]),$=xe({value:E,disabled:p,invalid:f,mode:h?$e.Multi:$e.Single,orientation:g,onChange:L,compare:B,isSelected:j,optionsPropsRef:M,listRef:C});q(()=>{y.state.dataRef.current=$},[$]);let A=ee(y,z=>z.listboxState),W=tr.get(null),R=ee(W,w.useCallback(z=>W.selectors.isTop(z,r),[W,r])),[O,F]=ee(y,z=>[z.buttonElement,z.optionsElement]);Xl(R,[O,F],(z,G)=>{y.send({type:Io.CloseListbox}),$n(G,sr.Loose)||(z.preventDefault(),O==null||O.focus())});let P=xe({open:A===Q.Open,disabled:p,invalid:f,value:E}),[Z,I]=vl({inherit:!0}),N={ref:x},U=w.useCallback(()=>{if(k!==void 0)return L==null?void 0:L(k)},[L,k]),ke=ne();return w.createElement(I,{value:Z,props:{htmlFor:O==null?void 0:O.id},slot:{open:A===Q.Open,disabled:p}},w.createElement(Ps,null,w.createElement(Wo.Provider,{value:y},w.createElement(Bt.Provider,{value:$},w.createElement(bo,{value:le(A,{[Q.Open]:ue.Open,[Q.Closed]:ue.Closed})},s!=null&&E!=null&&w.createElement(ol,{disabled:p,data:{[s]:E},form:i,onReset:U}),ke({ourProps:N,theirProps:b,slot:P,defaultTag:p0,name:"Listbox"}))))))}let g0="button";function b0(e,t){let r=w.useId(),n=en(),a=nt("Listbox.Button"),l=Cr("Listbox.Button"),{id:i=n||`headlessui-listbox-button-${r}`,disabled:s=a.disabled||!1,autoFocus:c=!1,...d}=e,f=ie(t,Rs(),l.actions.setButtonElement),p=Ws(),[m,h,v]=ee(l,F=>[F.listboxState,F.buttonElement,F.optionsElement]),b=m===Q.Open;Jl(b,{trigger:h,action:w.useCallback(F=>{if(h!=null&&h.contains(F.target))return pt.Ignore;let P=F.target.closest('[role="option"]:not([data-disabled])');return ge(P)?pt.Select(P):v!=null&&v.contains(F.target)?pt.Ignore:pt.Close},[h,v]),close:l.actions.closeListbox,select:l.actions.selectActiveOption});let g=T(F=>{switch(F.key){case K.Enter:Qa(F.currentTarget);break;case K.Space:case K.ArrowDown:F.preventDefault(),l.actions.openListbox({focus:a.value?D.Nothing:D.First});break;case K.ArrowUp:F.preventDefault(),l.actions.openListbox({focus:a.value?D.Nothing:D.Last});break}}),x=T(F=>{switch(F.key){case K.Space:F.preventDefault();break}}),k=Ml(F=>{var P;l.state.listboxState===Q.Open?(Ae.flushSync(()=>l.actions.closeListbox()),(P=l.state.buttonElement)==null||P.focus({preventScroll:!0})):(F.preventDefault(),l.actions.openListbox({focus:D.Nothing}))}),E=T(F=>F.preventDefault()),L=dn([i]),y=hl(),{isFocusVisible:M,focusProps:C}=Wa({autoFocus:c}),{isHovered:B,hoverProps:j}=Ra({isDisabled:s}),{pressed:$,pressProps:A}=Da({disabled:s}),W=xe({open:m===Q.Open,active:$||m===Q.Open,disabled:s,invalid:a.invalid,value:a.value,hover:B,focus:M,autofocus:c}),R=ee(l,F=>F.listboxState===Q.Open),O=Kr(p(),{ref:f,id:i,type:ei(e,h),"aria-haspopup":"listbox","aria-controls":v==null?void 0:v.id,"aria-expanded":R,"aria-labelledby":L,"aria-describedby":y,disabled:s||void 0,autoFocus:c,onKeyDown:g,onKeyUp:x,onKeyPress:E},k,C,j,A);return ne()({ourProps:O,theirProps:d,slot:W,defaultTag:g0,name:"Listbox.Button"})}let To=w.createContext(!1),k0="div",E0=ft.RenderStrategy|ft.Static;function x0(e,t){let r=w.useId(),{id:n=`headlessui-listbox-options-${r}`,anchor:a,portal:l=!1,modal:i=!0,transition:s=!1,...c}=e,d=Is(a),[f,p]=w.useState(null);d&&(l=!0);let m=nt("Listbox.Options"),h=Cr("Listbox.Options"),[v,b,g,x]=ee(h,S=>[S.listboxState,S.buttonElement,S.optionsElement,S.__demoMode]),k=cr(b),E=cr(g),L=yr(),[y,M]=Tn(s,f,L!==null?(L&ue.Open)===ue.Open:v===Q.Open);Tl(y,b,h.actions.closeListbox);let C=x?!1:i&&v===Q.Open;ii(C,E);let B=x?!1:i&&v===Q.Open;Nl(B,{allowed:w.useCallback(()=>[b,g],[b,g])});let j=ee(h,h.selectors.didButtonMove)?!1:y,$=ee(h,h.selectors.hasFrozenValue)&&!e.static,A=go($,m.value),W=w.useCallback(S=>m.compare(A,S),[m.compare,A]),R=ee(h,S=>{var ce;if(d==null||!((ce=d==null?void 0:d.to)!=null&&ce.includes("selection")))return null;let je=S.options.findIndex(Te=>W(Te.dataRef.current.value));return je===-1&&(je=0),je}),O=(()=>{if(d==null)return;if(R===null)return{...d,inner:void 0};let S=Array.from(m.listRef.current.values());return{...d,inner:{listRef:{current:S},index:R}}})(),[F,P]=Ts(O),Z=Ns(),I=ie(t,d?F:null,h.actions.setOptionsElement,p),N=Se();w.useEffect(()=>{let S=g;S&&v===Q.Open&&(Ha(S)||S==null||S.focus({preventScroll:!0}))},[v,g]);let U=T(S=>{var ce;switch(N.dispose(),S.key){case K.Space:if(h.state.searchQuery!=="")return S.preventDefault(),S.stopPropagation(),h.actions.search(S.key);case K.Enter:S.preventDefault(),S.stopPropagation(),h.actions.selectActiveOption();break;case le(m.orientation,{vertical:K.ArrowDown,horizontal:K.ArrowRight}):return S.preventDefault(),S.stopPropagation(),h.actions.goToOption({focus:D.Next});case le(m.orientation,{vertical:K.ArrowUp,horizontal:K.ArrowLeft}):return S.preventDefault(),S.stopPropagation(),h.actions.goToOption({focus:D.Previous});case K.Home:case K.PageUp:return S.preventDefault(),S.stopPropagation(),h.actions.goToOption({focus:D.First});case K.End:case K.PageDown:return S.preventDefault(),S.stopPropagation(),h.actions.goToOption({focus:D.Last});case K.Escape:S.preventDefault(),S.stopPropagation(),Ae.flushSync(()=>h.actions.closeListbox()),(ce=h.state.buttonElement)==null||ce.focus({preventScroll:!0});return;case K.Tab:S.preventDefault(),S.stopPropagation(),Ae.flushSync(()=>h.actions.closeListbox()),ql(h.state.buttonElement,S.shiftKey?ir.Previous:ir.Next);break;default:S.key.length===1&&(h.actions.search(S.key),N.setTimeout(()=>h.actions.clearSearch(),350));break}}),ke=ee(h,S=>{var ce;return(ce=S.buttonElement)==null?void 0:ce.id}),z=xe({open:v===Q.Open}),G=Kr(d?Z():{},{id:n,ref:I,"aria-activedescendant":ee(h,h.selectors.activeDescendantId),"aria-multiselectable":m.mode===$e.Multi?!0:void 0,"aria-labelledby":ke,"aria-orientation":m.orientation,onKeyDown:U,role:"listbox",tabIndex:v===Q.Open?0:void 0,style:{...c.style,...P,"--button-width":Ll(y,b,!0).width},...Nn(M)}),Fr=ne(),Ne=w.useMemo(()=>m.mode===$e.Multi?m:{...m,isSelected:W},[m,W]);return w.createElement(e0,{enabled:l?e.static||y:!1,ownerDocument:k},w.createElement(Bt.Provider,{value:Ne},Fr({ourProps:G,theirProps:c,slot:z,defaultTag:k0,features:E0,visible:j,name:"Listbox.Options"})))}let y0="div";function L0(e,t){let r=w.useId(),{id:n=`headlessui-listbox-option-${r}`,disabled:a=!1,value:l,...i}=e,s=w.useContext(To)===!0,c=nt("Listbox.Option"),d=Cr("Listbox.Option"),f=ee(d,$=>d.selectors.isActive($,n)),p=c.isSelected(l),m=w.useRef(null),h=f0(m),v=Be({disabled:a,value:l,domRef:m,get textValue(){return h()}}),b=ie(t,m,$=>{$?c.listRef.current.set(n,$):c.listRef.current.delete(n)}),g=ee(d,$=>d.selectors.shouldScrollIntoView($,n));q(()=>{if(g)return re().requestAnimationFrame(()=>{var $,A;(A=($=m.current)==null?void 0:$.scrollIntoView)==null||A.call($,{block:"nearest"})})},[g,m]),q(()=>{if(!s)return d.actions.registerOption(n,v),()=>d.actions.unregisterOption(n)},[v,n,s]);let x=T($=>{if(a)return $.preventDefault();d.actions.selectOption(l)}),k=T(()=>{if(a)return d.actions.goToOption({focus:D.Nothing});d.actions.goToOption({focus:D.Specific,id:n})}),E=si(),L=T($=>E.update($)),y=T($=>{E.wasMoved($)&&(a||f&&d.state.activationTrigger===St.Pointer||d.actions.goToOption({focus:D.Specific,id:n},St.Pointer))}),M=T($=>{E.wasMoved($)&&(a||f&&d.state.activationTrigger===St.Pointer&&d.actions.goToOption({focus:D.Nothing}))}),C=xe({active:f,focus:f,selected:p,disabled:a,selectedOption:p&&s}),B=s?{}:{id:n,ref:b,role:"option",tabIndex:a===!0?void 0:-1,"aria-disabled":a===!0?!0:void 0,"aria-selected":p,disabled:void 0,onClick:x,onFocus:k,onPointerEnter:L,onMouseEnter:L,onPointerMove:y,onMouseMove:y,onPointerLeave:M,onMouseLeave:M},j=ne();return!p&&s?null:j({ourProps:B,theirProps:i,slot:C,defaultTag:y0,name:"Listbox.Option"})}let M0=w.Fragment;function C0(e,t){let{options:r,placeholder:n,...a}=e,l={ref:ie(t)},i=nt("ListboxSelectedOption"),s=xe({}),c=i.value===void 0||i.value===null||i.mode===$e.Multi&&Array.isArray(i.value)&&i.value.length===0,d=ne();return w.createElement(To.Provider,{value:!0},d({ourProps:l,theirProps:{...a,children:w.createElement(w.Fragment,null,n&&c?n:r)},slot:s,defaultTag:M0,name:"ListboxSelectedOption"}))}let $0=J(v0),$r=J(b0),j0=El,jr=J(x0),Ar=J(L0),A0=J(C0),Po=Object.assign($0,{Button:$r,Label:j0,Options:jr,Option:Ar,SelectedOption:A0});function O0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M16.704 4.153a.75.75 0 0 1 .143 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 0 1 1.05-.143Z",clipRule:"evenodd"}))}const Ho=o.forwardRef(O0);function F0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M10.53 3.47a.75.75 0 0 0-1.06 0L6.22 6.72a.75.75 0 0 0 1.06 1.06L10 5.06l2.72 2.72a.75.75 0 1 0 1.06-1.06l-3.25-3.25Zm-4.31 9.81 3.25 3.25a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 1 0-1.06-1.06L10 14.94l-2.72-2.72a.75.75 0 0 0-1.06 1.06Z",clipRule:"evenodd"}))}const Vo=o.forwardRef(F0);function S0({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,helper:i,description:s,placeholder:c="Select an option",required:d,error:f,options:p=[],optionId:m="id",optionLabel:h="name"}=e,[v,b]=w.useState(!1),g=!!f,x=g?n.error:v?n.inputFocusBorder:n.inputBorder,k=()=>{if(!t)return null;const y=p.find(M=>typeof M=="string"?M===t:M[m]===t);return typeof y=="string"?y:y==null?void 0:y[h]},E=y=>{const M=typeof y=="string"?y:y[m];r(M)},L=k();return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,d&&u.jsx("span",{style:{color:n.inputFocusBorder},className:"ml-1 text-xs",children:"*"})]}),!d&&!g&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"(Optional)"})]}),i&&u.jsx("p",{style:{color:n.description},className:"mb-2 text-xs",children:i}),u.jsx("div",{className:"relative mt-2",children:u.jsx(Po,{value:t,onChange:E,onFocus:()=>b(!0),onBlur:()=>b(!1),children:u.jsxs("div",{className:"relative",children:[u.jsxs($r,{id:a,style:{color:g?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:x,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:"0.75rem",paddingRight:"2.5rem"},className:"relative w-full cursor-default py-1.5 text-left text-base outline-none sm:text-sm/6",children:[u.jsx("span",{className:`block truncate ${L?"":"opacity-50"}`,style:{color:L?void 0:n.inputPlaceholder},children:t||L||c}),u.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2",children:u.jsx(Vo,{className:"h-5 w-5",style:{color:n.inputPlaceholder},"aria-hidden":"true"})})]}),u.jsx(Oo,{as:w.Fragment,leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:u.jsx(jr,{style:{backgroundColor:n.inputBackground,color:n.inputText,borderColor:n.inputBorder,borderWidth:"1px",borderStyle:"solid"},className:"absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md py-1 text-base shadow-lg sm:text-sm",children:p.map((y,M)=>{const C=typeof y=="string"?y:y.value,B=typeof y=="string"?y:y.name+y.label?` (${y.label})`:"";return u.jsx(Ar,{className:({active:j})=>`relative cursor-default select-none py-2 pl-10 pr-4 ${j?"bg-gray-100":""}`,value:C,children:({selected:j})=>u.jsxs(u.Fragment,{children:[u.jsx("span",{style:{fontWeight:j?"600":"400"},className:"block truncate",children:B}),j&&u.jsx("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",style:{color:n.inputFocusBorder},children:u.jsx(Ho,{className:"h-5 w-5","aria-hidden":"true"})})]})},M)})})})]})})}),g?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:f}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:s}):null]})}const Or={};function V(e,t){Or[e]=t}function _o(e){return Or[e]}function B0(){return{...Or}}const I0={title:"#000",label:"#111",inputText:"#000",inputBackground:"#fff",inputBorder:"#ebebeb",inputPlaceholder:"#888",inputFocusBorder:"#020DF9",description:"#555",error:"#ff0000",requiredAsterisk:"#020DF9",ratingActive:"#020DF9",ratingInactive:"#8e8e8eff",ratingHover:"#5555ff"};function It({field:e,onChange:t,value:r,theme:n}){if(!e||!e.type)return null;const a={...I0,...n||{}},l=c=>{if(t){if(c&&c.target){t(c);return}t({target:{name:e.name,value:c}})}},i=(c,d,f,p)=>u.jsx(It,{field:c,value:d,onChange:m=>p(m,f),theme:a},f),s=_o(e.type);return s?e.type==="subForm"||e.type==="array"?u.jsx(s,{field:e,fields:e.fields,value:Array.isArray(r)?r:[],title:e.title||e.name,onSave:c=>l(c),renderField:i,theme:a}):u.jsx(s,{field:e,value:r,onChange:l,theme:a}):null}function Do({fields:e,onSave:t,title:r="Item",value:n=[]}){const[a,l]=w.useState([]),[i,s]=w.useState([]),[c,d]=w.useState(!1),f=r.endsWith("s")?r.slice(0,-1):r;w.useEffect(()=>{e&&e.length>0?l(e):l([{name:"profileImg",type:"fileV2",title:"Profile Image"},{name:"altText",type:"string",title:"Image Alt Text"}]),Array.isArray(n)&&s(n)},[e,n]);const p=()=>d(!0),m=()=>{s(k=>[...k,{}]),p()},h=(k,E)=>{const{name:L,value:y}=E.target,M=[...i];M[k]={...M[k],[L]:y},s(M),p()},v=k=>{const E=[...i];E.splice(k,1),s(E),p()},b=k=>{if(k===0)return;const E=[...i],L=E[k-1];E[k-1]=E[k],E[k]=L,s(E),p()},g=k=>{if(k===i.length-1)return;const E=[...i],L=E[k+1];E[k+1]=E[k],E[k]=L,s(E),p()},x=()=>{t==null||t(i),d(!1)};return u.jsxs(u.Fragment,{children:[r&&u.jsx("div",{className:"mb-1 flex justify-between",children:u.jsx("label",{className:"block text-sm/6 font-medium",children:r})}),u.jsxs("div",{className:"mb-6 space-y-4 rounded-lg bg-neutral-100 p-4 shadow-inner",children:[u.jsxs("div",{className:"flex items-center justify-between gap-4",children:[u.jsx("button",{type:"button",onClick:m,className:"rounded bg-primary px-4 py-2 text-white hover:bg-primary/80",children:"Add +"}),u.jsx("button",{type:"button",onClick:x,className:`rounded px-4 py-2 text-white transition ${c?"bg-yellow-500 hover:bg-yellow-600":"bg-green-600 hover:bg-green-700"}`,children:c?"Save Changes ✱":"Saved ✅"})]}),i.map((k,E)=>u.jsxs("div",{className:"relative space-y-2 rounded border bg-white p-4 shadow",children:[u.jsxs("div",{className:"mb-2 flex items-center justify-between",children:[u.jsxs("span",{className:"text-sm font-semibold text-gray-600",children:[f," #",E+1]}),u.jsxs("div",{className:"flex gap-2",children:[u.jsx("button",{onClick:()=>b(E),disabled:E===0,className:"rounded bg-gray-200 px-2 py-1 text-xs hover:bg-gray-300 disabled:opacity-50",children:"↑ Up"}),u.jsx("button",{onClick:()=>g(E),disabled:E===i.length-1,className:"rounded bg-gray-200 px-2 py-1 text-xs hover:bg-gray-300 disabled:opacity-50",children:"↓ Down"}),u.jsx("button",{onClick:()=>v(E),className:"rounded bg-red-500 px-2 py-1 text-xs text-white hover:bg-red-600",children:"✕ Remove"})]})]}),a.map((L,y)=>u.jsx(u.Fragment,{children:u.jsx(It,{field:L,value:k[L.name]||"",onChange:M=>h(E,M)},y)}))]},E))]})]})}function R0({field:e,value:t,onChange:r}){const{name:n,label:a,placeholder:l="Enter a number",description:i,optional:s,error:c,min:d,max:f,step:p}=e,m=!!c;return u.jsxs("div",{children:[u.jsxs("div",{className:"flex justify-between",children:[a&&u.jsx("label",{htmlFor:n,className:"block text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),s&&!m&&u.jsx("span",{className:"text-sm/6 text-gray-500 dark:text-gray-400",children:"Optional"})]}),u.jsxs("div",{className:"relative mt-2",children:[u.jsx("input",{id:n,name:n,type:"number",value:t||0,placeholder:l,onChange:r,min:d,max:f,step:p,"aria-invalid":m?"true":"false","aria-describedby":m?`${n}-error`:i?`${n}-description`:void 0,className:["block w-full rounded-md bg-white px-4 py-1.5 text-base outline outline-1 -outline-offset-1 placeholder:text-gray-400 focus:outline focus:outline-2 focus:-outline-offset-2 sm:text-sm/6","dark:bg-white/5",m?"text-red-900 outline-red-300 focus:outline-red-600 dark:text-red-400 dark:outline-red-500/50 dark:placeholder:text-red-400/70 dark:focus:outline-red-400":"text-gray-900 outline-gray-300 focus:outline-indigo-600 dark:text-white dark:outline-white/10 dark:placeholder:text-gray-500 dark:focus:outline-indigo-500"].join(" ")}),m&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5 text-red-500 dark:text-red-400"})]}),m?u.jsx("p",{id:`${n}-error`,className:"mt-2 text-sm text-red-600 dark:text-red-400",children:c}):i?u.jsx("p",{id:`${n}-description`,className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:i}):null]})}function W0({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,description:i,optional:s,required:c,error:d}=e,[f,p]=w.useState(!1),m=!!d,h=m?n.error:f?n.inputFocusBorder:n.inputBorder;return u.jsxs("div",{children:[u.jsxs("div",{className:"mb-1 flex justify-between",children:[l&&u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,c&&u.jsx("span",{style:{color:n.requiredAsterisk},className:"ml-1 text-xs",children:"*"})]}),s&&!m&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"date",value:t||"",onChange:r,onFocus:()=>p(!0),onBlur:()=>p(!1),"aria-invalid":m?"true":"false","aria-describedby":m?`${a}-error`:i?`${a}-description`:void 0,style:{color:m?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:h,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",padding:"0.375rem 0.75rem"},className:"block w-full text-base outline-none sm:text-sm/6"}),m&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5",style:{color:n.error}})]}),m?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:d}):i?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:i}):null]})}function N0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5"}))}const T0=o.forwardRef(N0);function P0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 6h9.75M10.5 6a1.5 1.5 0 1 1-3 0m3 0a1.5 1.5 0 1 0-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-9.75 0h9.75"}))}const H0=o.forwardRef(P0);function V0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 13.5V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 9.75V10.5"}))}const _0=o.forwardRef(V0);function D0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m8.25 3v6.75m0 0-3-3m3 3 3-3M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}const Z0=o.forwardRef(D0);function U0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m6 4.125 2.25 2.25m0 0 2.25 2.25M12 13.875l2.25-2.25M12 13.875l-2.25 2.25M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}const q0=o.forwardRef(U0);function G0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}const z0=o.forwardRef(G0);function K0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 12.75 3 3m0 0 3-3m-3 3v-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const X0=o.forwardRef(K0);function Y0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 4.5-15 15m0 0h11.25m-11.25 0V8.25"}))}const Q0=o.forwardRef(Y0);function J0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m-6 3.75 3 3m0 0 3-3m-3 3V1.5m6 9h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75"}))}const e1=o.forwardRef(J0);function t1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15M9 12l3 3m0 0 3-3m-3 3V2.25"}))}const r1=o.forwardRef(t1);function n1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 4.5 15 15m0 0V8.25m0 11.25H8.25"}))}const o1=o.forwardRef(n1);function a1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3"}))}const l1=o.forwardRef(a1);function i1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 13.5 12 21m0 0-7.5-7.5M12 21V3"}))}const s1=o.forwardRef(i1);function c1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.25 9-3 3m0 0 3 3m-3-3h7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const d1=o.forwardRef(c1);function u1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75"}))}const f1=o.forwardRef(u1);function h1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75"}))}const m1=o.forwardRef(h1);function w1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15m-3 0-3-3m0 0 3-3m-3 3H15"}))}const p1=o.forwardRef(w1);function v1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18"}))}const Zo=o.forwardRef(v1);function g1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 17.25 12 21m0 0-3.75-3.75M12 21V3"}))}const b1=o.forwardRef(g1);function k1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 15.75 3 12m0 0 3.75-3.75M3 12h18"}))}const E1=o.forwardRef(k1);function x1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3"}))}const y1=o.forwardRef(x1);function L1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 6.75 12 3m0 0 3.75 3.75M12 3v18"}))}const M1=o.forwardRef(L1);function C1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 0 0-3.7-3.7 48.678 48.678 0 0 0-7.324 0 4.006 4.006 0 0 0-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 0 0 3.7 3.7 48.656 48.656 0 0 0 7.324 0 4.006 4.006 0 0 0 3.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3-3 3"}))}const $1=o.forwardRef(C1);function j1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99"}))}const A1=o.forwardRef(j1);function O1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m12.75 15 3-3m0 0-3-3m3 3h-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const F1=o.forwardRef(O1);function S1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15M12 9l3 3m0 0-3 3m3-3H2.25"}))}const B1=o.forwardRef(S1);function I1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"}))}const R1=o.forwardRef(I1);function W1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"}))}const N1=o.forwardRef(W1);function T1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"}))}const Uo=o.forwardRef(T1);function P1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m0 0 6.75-6.75M12 19.5l-6.75-6.75"}))}const H1=o.forwardRef(P1);function V1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 12h-15m0 0 6.75 6.75M4.5 12l6.75-6.75"}))}const _1=o.forwardRef(V1);function D1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12h15m0 0-6.75-6.75M19.5 12l-6.75 6.75"}))}const Z1=o.forwardRef(D1);function U1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 19.5v-15m0 0-6.75 6.75M12 4.5l6.75 6.75"}))}const q1=o.forwardRef(U1);function G1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"}))}const z1=o.forwardRef(G1);function K1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 6 9 12.75l4.286-4.286a11.948 11.948 0 0 1 4.306 6.43l.776 2.898m0 0 3.182-5.511m-3.182 5.51-5.511-3.181"}))}const X1=o.forwardRef(K1);function Y1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18 9 11.25l4.306 4.306a11.95 11.95 0 0 1 5.814-5.518l2.74-1.22m0 0-5.94-2.281m5.94 2.28-2.28 5.941"}))}const Q1=o.forwardRef(Y1);function J1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.49 12-3.75 3.75m0 0 3.75 3.75m-3.75-3.75h16.5V4.499"}))}const e5=o.forwardRef(J1);function t5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.49 12 3.75 3.75m0 0-3.75 3.75m3.75-3.75H3.74V4.499"}))}const r5=o.forwardRef(t5);function n5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.99 16.5-3.75 3.75m0 0L4.49 16.5m3.75 3.75V3.75h11.25"}))}const o5=o.forwardRef(n5);function a5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.99 7.5 8.24 3.75m0 0L4.49 7.5m3.75-3.75v16.499h11.25"}))}const l5=o.forwardRef(a5);function i5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.99 16.5 3.75 3.75m0 0 3.75-3.75m-3.75 3.75V3.75H4.49"}))}const s5=o.forwardRef(i5);function c5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.99 7.5 3.75-3.75m0 0 3.75 3.75m-3.75-3.75v16.499H4.49"}))}const d5=o.forwardRef(c5);function u5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.49 12 3.74 8.248m0 0 3.75-3.75m-3.75 3.75h16.5V19.5"}))}const f5=o.forwardRef(u5);function h5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.49 12 3.75-3.751m0 0-3.75-3.75m3.75 3.75H3.74V19.5"}))}const m5=o.forwardRef(h5);function w5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 11.25-3-3m0 0-3 3m3-3v7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const p5=o.forwardRef(w5);function v5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 19.5-15-15m0 0v11.25m0-11.25h11.25"}))}const g5=o.forwardRef(v5);function b5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m0-3-3-3m0 0-3 3m3-3v11.25m6-2.25h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75"}))}const k5=o.forwardRef(b5);function E5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15m0-3-3-3m0 0-3 3m3-3V15"}))}const x5=o.forwardRef(E5);function y5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 19.5 15-15m0 0H8.25m11.25 0v11.25"}))}const L5=o.forwardRef(y5);function M5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5"}))}const C5=o.forwardRef(M5);function $5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 10.5 12 3m0 0 7.5 7.5M12 3v18"}))}const j5=o.forwardRef($5);function A5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 15-6 6m0 0-6-6m6 6V9a6 6 0 0 1 12 0v3"}))}const O5=o.forwardRef(A5);function F5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 15 3 9m0 0 6-6M3 9h12a6 6 0 0 1 0 12h-3"}))}const S5=o.forwardRef(F5);function B5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 15 6-6m0 0-6-6m6 6H9a6 6 0 0 0 0 12h3"}))}const I5=o.forwardRef(B5);function R5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 9 6-6m0 0 6 6m-6-6v12a6 6 0 0 1-12 0v-3"}))}const W5=o.forwardRef(R5);function N5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 9V4.5M9 9H4.5M9 9 3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5 5.25 5.25"}))}const T5=o.forwardRef(N5);function P5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15"}))}const H5=o.forwardRef(P5);function V5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 21 3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5"}))}const _5=o.forwardRef(V5);function D5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 7.5 7.5 3m0 0L12 7.5M7.5 3v13.5m13.5 0L16.5 21m0 0L12 16.5m4.5 4.5V7.5"}))}const Z5=o.forwardRef(D5);function U5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 12a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm0 0c0 1.657 1.007 3 2.25 3S21 13.657 21 12a9 9 0 1 0-2.636 6.364M16.5 12V8.25"}))}const q5=o.forwardRef(U5);function G5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9.75 14.25 12m0 0 2.25 2.25M14.25 12l2.25-2.25M14.25 12 12 14.25m-2.58 4.92-6.374-6.375a1.125 1.125 0 0 1 0-1.59L9.42 4.83c.21-.211.497-.33.795-.33H19.5a2.25 2.25 0 0 1 2.25 2.25v10.5a2.25 2.25 0 0 1-2.25 2.25h-9.284c-.298 0-.585-.119-.795-.33Z"}))}const z5=o.forwardRef(G5);function K5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061A1.125 1.125 0 0 1 21 8.689v8.122ZM11.25 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061a1.125 1.125 0 0 1 1.683.977v8.122Z"}))}const X5=o.forwardRef(K5);function Y5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0 1 15.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 0 1 3 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 0 0-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 0 1-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 0 0 3 15h-.75M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm3 0h.008v.008H18V10.5Zm-12 0h.008v.008H6V10.5Z"}))}const Q5=o.forwardRef(Y5);function J5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 9h16.5m-16.5 6.75h16.5"}))}const e2=o.forwardRef(J5);function t2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12"}))}const r2=o.forwardRef(t2);function n2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5M12 17.25h8.25"}))}const o2=o.forwardRef(n2);function a2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5"}))}const l2=o.forwardRef(a2);function i2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"}))}const s2=o.forwardRef(i2);function c2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5"}))}const d2=o.forwardRef(c2);function u2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0-3.75-3.75M17.25 21 21 17.25"}))}const f2=o.forwardRef(u2);function h2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12"}))}const m2=o.forwardRef(h2);function w2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}const p2=o.forwardRef(w2);function v2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5H18V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}const g2=o.forwardRef(v2);function b2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5h6.75V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}const k2=o.forwardRef(b2);function E2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.75 3.104v5.714a2.25 2.25 0 0 1-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 0 1 4.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0 1 12 15a9.065 9.065 0 0 0-6.23-.693L5 14.5m14.8.8 1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0 1 12 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5"}))}const x2=o.forwardRef(E2);function y2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M3.124 7.5A8.969 8.969 0 0 1 5.292 3m13.416 0a8.969 8.969 0 0 1 2.168 4.5"}))}const L2=o.forwardRef(y2);function M2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.143 17.082a24.248 24.248 0 0 0 3.844.148m-3.844-.148a23.856 23.856 0 0 1-5.455-1.31 8.964 8.964 0 0 0 2.3-5.542m3.155 6.852a3 3 0 0 0 5.667 1.97m1.965-2.277L21 21m-4.225-4.225a23.81 23.81 0 0 0 3.536-1.003A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6.53 6.53m10.245 10.245L6.53 6.53M3 3l3.53 3.53"}))}const C2=o.forwardRef(M2);function $2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M10.5 8.25h3l-3 4.5h3"}))}const j2=o.forwardRef($2);function A2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0"}))}const O2=o.forwardRef(A2);function F2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinejoin:"round",d:"M6.75 3.744h-.753v8.25h7.125a4.125 4.125 0 0 0 0-8.25H6.75Zm0 0v.38m0 16.122h6.747a4.5 4.5 0 0 0 0-9.001h-7.5v9h.753Zm0 0v-.37m0-15.751h6a3.75 3.75 0 1 1 0 7.5h-6m0-7.5v7.5m0 0v8.25m0-8.25h6.375a4.125 4.125 0 0 1 0 8.25H6.75m.747-15.38h4.875a3.375 3.375 0 0 1 0 6.75H7.497v-6.75Zm0 7.5h5.25a3.75 3.75 0 0 1 0 7.5h-5.25v-7.5Z"}))}const S2=o.forwardRef(F2);function B2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.412 15.655 9.75 21.75l3.745-4.012M9.257 13.5H3.75l2.659-2.849m2.048-2.194L14.25 2.25 12 10.5h8.25l-4.707 5.043M8.457 8.457 3 3m5.457 5.457 7.086 7.086m0 0L21 21"}))}const I2=o.forwardRef(B2);function R2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z"}))}const W2=o.forwardRef(R2);function N2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25"}))}const T2=o.forwardRef(N2);function P2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3 3 1.664 1.664M21 21l-1.5-1.5m-5.485-1.242L12 17.25 4.5 21V8.742m.164-4.078a2.15 2.15 0 0 1 1.743-1.342 48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185V19.5M4.664 4.664 19.5 19.5"}))}const H2=o.forwardRef(P2);function V2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 3.75V16.5L12 14.25 7.5 16.5V3.75m9 0H18A2.25 2.25 0 0 1 20.25 6v12A2.25 2.25 0 0 1 18 20.25H6A2.25 2.25 0 0 1 3.75 18V6A2.25 2.25 0 0 1 6 3.75h1.5m9 0h-9"}))}const _2=o.forwardRef(V2);function D2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0Z"}))}const Z2=o.forwardRef(D2);function U2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 0 0 .75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 0 0-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0 1 12 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 0 1-.673-.38m0 0A2.18 2.18 0 0 1 3 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 0 1 3.413-.387m7.5 0V5.25A2.25 2.25 0 0 0 13.5 3h-3a2.25 2.25 0 0 0-2.25 2.25v.894m7.5 0a48.667 48.667 0 0 0-7.5 0M12 12.75h.008v.008H12v-.008Z"}))}const q2=o.forwardRef(U2);function G2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 12.75c1.148 0 2.278.08 3.383.237 1.037.146 1.866.966 1.866 2.013 0 3.728-2.35 6.75-5.25 6.75S6.75 18.728 6.75 15c0-1.046.83-1.867 1.866-2.013A24.204 24.204 0 0 1 12 12.75Zm0 0c2.883 0 5.647.508 8.207 1.44a23.91 23.91 0 0 1-1.152 6.06M12 12.75c-2.883 0-5.647.508-8.208 1.44.125 2.104.52 4.136 1.153 6.06M12 12.75a2.25 2.25 0 0 0 2.248-2.354M12 12.75a2.25 2.25 0 0 1-2.248-2.354M12 8.25c.995 0 1.971-.08 2.922-.236.403-.066.74-.358.795-.762a3.778 3.778 0 0 0-.399-2.25M12 8.25c-.995 0-1.97-.08-2.922-.236-.402-.066-.74-.358-.795-.762a3.734 3.734 0 0 1 .4-2.253M12 8.25a2.25 2.25 0 0 0-2.248 2.146M12 8.25a2.25 2.25 0 0 1 2.248 2.146M8.683 5a6.032 6.032 0 0 1-1.155-1.002c.07-.63.27-1.222.574-1.747m.581 2.749A3.75 3.75 0 0 1 15.318 5m0 0c.427-.283.815-.62 1.155-.999a4.471 4.471 0 0 0-.575-1.752M4.921 6a24.048 24.048 0 0 0-.392 3.314c1.668.546 3.416.914 5.223 1.082M19.08 6c.205 1.08.337 2.187.392 3.314a23.882 23.882 0 0 1-5.223 1.082"}))}const z2=o.forwardRef(G2);function K2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0 0 12 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12V6.75Z"}))}const X2=o.forwardRef(K2);function Y2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Z"}))}const Q2=o.forwardRef(Y2);function J2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 21h16.5M4.5 3h15M5.25 3v18m13.5-18v18M9 6.75h1.5m-1.5 3h1.5m-1.5 3h1.5m3-6H15m-1.5 3H15m-1.5 3H15M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21"}))}const ec=o.forwardRef(J2);function tc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 21v-7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75V21m-4.5 0H2.36m11.14 0H18m0 0h3.64m-1.39 0V9.349M3.75 21V9.349m0 0a3.001 3.001 0 0 0 3.75-.615A2.993 2.993 0 0 0 9.75 9.75c.896 0 1.7-.393 2.25-1.016a2.993 2.993 0 0 0 2.25 1.016c.896 0 1.7-.393 2.25-1.015a3.001 3.001 0 0 0 3.75.614m-16.5 0a3.004 3.004 0 0 1-.621-4.72l1.189-1.19A1.5 1.5 0 0 1 5.378 3h13.243a1.5 1.5 0 0 1 1.06.44l1.19 1.189a3 3 0 0 1-.621 4.72M6.75 18h3.75a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75H6.75a.75.75 0 0 0-.75.75v3.75c0 .414.336.75.75.75Z"}))}const rc=o.forwardRef(tc);function nc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 8.25v-1.5m0 1.5c-1.355 0-2.697.056-4.024.166C6.845 8.51 6 9.473 6 10.608v2.513m6-4.871c1.355 0 2.697.056 4.024.166C17.155 8.51 18 9.473 18 10.608v2.513M15 8.25v-1.5m-6 1.5v-1.5m12 9.75-1.5.75a3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0L3 16.5m15-3.379a48.474 48.474 0 0 0-6-.371c-2.032 0-4.034.126-6 .371m12 0c.39.049.777.102 1.163.16 1.07.16 1.837 1.094 1.837 2.175v5.169c0 .621-.504 1.125-1.125 1.125H4.125A1.125 1.125 0 0 1 3 20.625v-5.17c0-1.08.768-2.014 1.837-2.174A47.78 47.78 0 0 1 6 13.12M12.265 3.11a.375.375 0 1 1-.53 0L12 2.845l.265.265Zm-3 0a.375.375 0 1 1-.53 0L9 2.845l.265.265Zm6 0a.375.375 0 1 1-.53 0L15 2.845l.265.265Z"}))}const oc=o.forwardRef(nc);function ac({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 15.75V18m-7.5-6.75h.008v.008H8.25v-.008Zm0 2.25h.008v.008H8.25V13.5Zm0 2.25h.008v.008H8.25v-.008Zm0 2.25h.008v.008H8.25V18Zm2.498-6.75h.007v.008h-.007v-.008Zm0 2.25h.007v.008h-.007V13.5Zm0 2.25h.007v.008h-.007v-.008Zm0 2.25h.007v.008h-.007V18Zm2.504-6.75h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V13.5Zm0 2.25h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V18Zm2.498-6.75h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V13.5ZM8.25 6h7.5v2.25h-7.5V6ZM12 2.25c-1.892 0-3.758.11-5.593.322C5.307 2.7 4.5 3.65 4.5 4.757V19.5a2.25 2.25 0 0 0 2.25 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25V4.757c0-1.108-.806-2.057-1.907-2.185A48.507 48.507 0 0 0 12 2.25Z"}))}const lc=o.forwardRef(ac);function ic({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 2.994v2.25m10.5-2.25v2.25m-14.252 13.5V7.491a2.25 2.25 0 0 1 2.25-2.25h13.5a2.25 2.25 0 0 1 2.25 2.25v11.251m-18 0a2.25 2.25 0 0 0 2.25 2.25h13.5a2.25 2.25 0 0 0 2.25-2.25m-18 0v-7.5a2.25 2.25 0 0 1 2.25-2.25h13.5a2.25 2.25 0 0 1 2.25 2.25v7.5m-6.75-6h2.25m-9 2.25h4.5m.002-2.25h.005v.006H12v-.006Zm-.001 4.5h.006v.006h-.006v-.005Zm-2.25.001h.005v.006H9.75v-.006Zm-2.25 0h.005v.005h-.006v-.005Zm6.75-2.247h.005v.005h-.005v-.005Zm0 2.247h.006v.006h-.006v-.006Zm2.25-2.248h.006V15H16.5v-.005Z"}))}const sc=o.forwardRef(ic);function cc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5m-9-6h.008v.008H12v-.008ZM12 15h.008v.008H12V15Zm0 2.25h.008v.008H12v-.008ZM9.75 15h.008v.008H9.75V15Zm0 2.25h.008v.008H9.75v-.008ZM7.5 15h.008v.008H7.5V15Zm0 2.25h.008v.008H7.5v-.008Zm6.75-4.5h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V15Zm0 2.25h.008v.008h-.008v-.008Zm2.25-4.5h.008v.008H16.5v-.008Zm0 2.25h.008v.008H16.5V15Z"}))}const dc=o.forwardRef(cc);function uc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5"}))}const fc=o.forwardRef(uc);function hc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.827 6.175A2.31 2.31 0 0 1 5.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 0 0-1.134-.175 2.31 2.31 0 0 1-1.64-1.055l-.822-1.316a2.192 2.192 0 0 0-1.736-1.039 48.774 48.774 0 0 0-5.232 0 2.192 2.192 0 0 0-1.736 1.039l-.821 1.316Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 12.75a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM18.75 10.5h.008v.008h-.008V10.5Z"}))}const mc=o.forwardRef(hc);function wc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 14.25v2.25m3-4.5v4.5m3-6.75v6.75m3-9v9M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z"}))}const pc=o.forwardRef(wc);function vc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z"}))}const gc=o.forwardRef(vc);function bc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 6a7.5 7.5 0 1 0 7.5 7.5h-7.5V6Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5H21A7.5 7.5 0 0 0 13.5 3v7.5Z"}))}const kc=o.forwardRef(bc);function Ec({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 0 1 .865-.501 48.172 48.172 0 0 0 3.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}const xc=o.forwardRef(Ec);function yc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.068.157 2.148.279 3.238.364.466.037.893.281 1.153.671L12 21l2.652-3.978c.26-.39.687-.634 1.153-.67 1.09-.086 2.17-.208 3.238-.365 1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}const Lc=o.forwardRef(yc);function Mc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 9.75a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14 0 0 1 .778-.332 48.294 48.294 0 0 0 5.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}const Cc=o.forwardRef(Mc);function $c({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"}))}const jc=o.forwardRef($c);function Ac({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.076-4.076a1.526 1.526 0 0 1 1.037-.443 48.282 48.282 0 0 0 5.68-.494c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}const Oc=o.forwardRef(Ac);function Fc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12c0 4.556-4.03 8.25-9 8.25a9.764 9.764 0 0 1-2.555-.337A5.972 5.972 0 0 1 5.41 20.97a5.969 5.969 0 0 1-.474-.065 4.48 4.48 0 0 0 .978-2.025c.09-.457-.133-.901-.467-1.226C3.93 16.178 3 14.189 3 12c0-4.556 4.03-8.25 9-8.25s9 3.694 9 8.25Z"}))}const Sc=o.forwardRef(Fc);function Bc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12c0 2.104.859 4.023 2.273 5.48.432.447.74 1.04.586 1.641a4.483 4.483 0 0 1-.923 1.785A5.969 5.969 0 0 0 6 21c1.282 0 2.47-.402 3.445-1.087.81.22 1.668.337 2.555.337Z"}))}const Ic=o.forwardRef(Bc);function Rc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z"}))}const Wc=o.forwardRef(Rc);function Nc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const qo=o.forwardRef(Nc);function Tc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 12.75 6 6 9-13.5"}))}const Pc=o.forwardRef(Tc);function Hc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 5.25 7.5 7.5 7.5-7.5m-15 6 7.5 7.5 7.5-7.5"}))}const Vc=o.forwardRef(Hc);function _c({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m18.75 4.5-7.5 7.5 7.5 7.5m-6-15L5.25 12l7.5 7.5"}))}const Dc=o.forwardRef(_c);function Zc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m5.25 4.5 7.5 7.5-7.5 7.5m6-15 7.5 7.5-7.5 7.5"}))}const Uc=o.forwardRef(Zc);function qc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 18.75 7.5-7.5 7.5 7.5"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 12.75 7.5-7.5 7.5 7.5"}))}const Gc=o.forwardRef(qc);function zc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 8.25-7.5 7.5-7.5-7.5"}))}const Kc=o.forwardRef(zc);function Xc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 19.5 8.25 12l7.5-7.5"}))}const Yc=o.forwardRef(Xc);function Qc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m8.25 4.5 7.5 7.5-7.5 7.5"}))}const Jc=o.forwardRef(Qc);function ed({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"}))}const td=o.forwardRef(ed);function rd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 15.75 7.5-7.5 7.5 7.5"}))}const nd=o.forwardRef(rd);function od({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125"}))}const ad=o.forwardRef(od);function ld({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0 1 18 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3 1.5 1.5 3-3.75"}))}const id=o.forwardRef(ld);function sd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12h3.75M9 15h3.75M9 18h3.75m3 .75H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08m-5.801 0c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m0 0H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V9.375c0-.621-.504-1.125-1.125-1.125H8.25ZM6.75 12h.008v.008H6.75V12Zm0 3h.008v.008H6.75V15Zm0 3h.008v.008H6.75V18Z"}))}const cd=o.forwardRef(sd);function dd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 7.5V6.108c0-1.135.845-2.098 1.976-2.192.373-.03.748-.057 1.123-.08M15.75 18H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08M15.75 18.75v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5A3.375 3.375 0 0 0 6.375 7.5H5.25m11.9-3.664A2.251 2.251 0 0 0 15 2.25h-1.5a2.251 2.251 0 0 0-2.15 1.586m5.8 0c.065.21.1.433.1.664v.75h-6V4.5c0-.231.035-.454.1-.664M6.75 7.5H4.875c-.621 0-1.125.504-1.125 1.125v12c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V16.5a9 9 0 0 0-9-9Z"}))}const ud=o.forwardRef(dd);function fd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.666 3.888A2.25 2.25 0 0 0 13.5 2.25h-3c-1.03 0-1.9.693-2.166 1.638m7.332 0c.055.194.084.4.084.612v0a.75.75 0 0 1-.75.75H9a.75.75 0 0 1-.75-.75v0c0-.212.03-.418.084-.612m7.332 0c.646.049 1.288.11 1.927.184 1.1.128 1.907 1.077 1.907 2.185V19.5a2.25 2.25 0 0 1-2.25 2.25H6.75A2.25 2.25 0 0 1 4.5 19.5V6.257c0-1.108.806-2.057 1.907-2.185a48.208 48.208 0 0 1 1.927-.184"}))}const hd=o.forwardRef(fd);function md({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const wd=o.forwardRef(md);function pd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9.75v6.75m0 0-3-3m3 3 3-3m-8.25 6a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z"}))}const vd=o.forwardRef(pd);function gd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 16.5V9.75m0 0 3 3m-3-3-3 3M6.75 19.5a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z"}))}const bd=o.forwardRef(gd);function kd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 15a4.5 4.5 0 0 0 4.5 4.5H18a3.75 3.75 0 0 0 1.332-7.257 3 3 0 0 0-3.758-3.848 5.25 5.25 0 0 0-10.233 2.33A4.502 4.502 0 0 0 2.25 15Z"}))}const Ed=o.forwardRef(kd);function xd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9.75 16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z"}))}const yd=o.forwardRef(xd);function Ld({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5"}))}const Md=o.forwardRef(Ld);function Cd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const $d=o.forwardRef(Cd);function jd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.343 3.94c.09-.542.56-.94 1.11-.94h1.093c.55 0 1.02.398 1.11.94l.149.894c.07.424.384.764.78.93.398.164.855.142 1.205-.108l.737-.527a1.125 1.125 0 0 1 1.45.12l.773.774c.39.389.44 1.002.12 1.45l-.527.737c-.25.35-.272.806-.107 1.204.165.397.505.71.93.78l.893.15c.543.09.94.559.94 1.109v1.094c0 .55-.397 1.02-.94 1.11l-.894.149c-.424.07-.764.383-.929.78-.165.398-.143.854.107 1.204l.527.738c.32.447.269 1.06-.12 1.45l-.774.773a1.125 1.125 0 0 1-1.449.12l-.738-.527c-.35-.25-.806-.272-1.203-.107-.398.165-.71.505-.781.929l-.149.894c-.09.542-.56.94-1.11.94h-1.094c-.55 0-1.019-.398-1.11-.94l-.148-.894c-.071-.424-.384-.764-.781-.93-.398-.164-.854-.142-1.204.108l-.738.527c-.447.32-1.06.269-1.45-.12l-.773-.774a1.125 1.125 0 0 1-.12-1.45l.527-.737c.25-.35.272-.806.108-1.204-.165-.397-.506-.71-.93-.78l-.894-.15c-.542-.09-.94-.56-.94-1.109v-1.094c0-.55.398-1.02.94-1.11l.894-.149c.424-.07.765-.383.93-.78.165-.398.143-.854-.108-1.204l-.526-.738a1.125 1.125 0 0 1 .12-1.45l.773-.773a1.125 1.125 0 0 1 1.45-.12l.737.527c.35.25.807.272 1.204.107.397-.165.71-.505.78-.929l.15-.894Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const Ad=o.forwardRef(jd);function Od({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12a7.5 7.5 0 0 0 15 0m-15 0a7.5 7.5 0 1 1 15 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077 1.41-.513m14.095-5.13 1.41-.513M5.106 17.785l1.15-.964m11.49-9.642 1.149-.964M7.501 19.795l.75-1.3m7.5-12.99.75-1.3m-6.063 16.658.26-1.477m2.605-14.772.26-1.477m0 17.726-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205 12 12m6.894 5.785-1.149-.964M6.256 7.178l-1.15-.964m15.352 8.864-1.41-.513M4.954 9.435l-1.41-.514M12.002 12l-3.75 6.495"}))}const Fd=o.forwardRef(Od);function Sd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m6.75 7.5 3 2.25-3 2.25m4.5 0h3m-9 8.25h13.5A2.25 2.25 0 0 0 21 18V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v12a2.25 2.25 0 0 0 2.25 2.25Z"}))}const Bd=o.forwardRef(Sd);function Id({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 0 1-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0 1 15 18.257V17.25m6-12V15a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 15V5.25m18 0A2.25 2.25 0 0 0 18.75 3H5.25A2.25 2.25 0 0 0 3 5.25m18 0V12a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 12V5.25"}))}const Rd=o.forwardRef(Id);function Wd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 19.5V21M12 3v1.5m0 15V21m3.75-18v1.5m0 15V21m-9-1.5h10.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 6.75v10.5a2.25 2.25 0 0 0 2.25 2.25Zm.75-12h9v9h-9v-9Z"}))}const Nd=o.forwardRef(Wd);function Td({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z"}))}const Pd=o.forwardRef(Td);function Hd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 7.5-2.25-1.313M21 7.5v2.25m0-2.25-2.25 1.313M3 7.5l2.25-1.313M3 7.5l2.25 1.313M3 7.5v2.25m9 3 2.25-1.313M12 12.75l-2.25-1.313M12 12.75V15m0 6.75 2.25-1.313M12 21.75V19.5m0 2.25-2.25-1.313m0-16.875L12 2.25l2.25 1.313M21 14.25v2.25l-2.25 1.313m-13.5 0L3 16.5v-2.25"}))}const Vd=o.forwardRef(Hd);function _d({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 7.5-9-5.25L3 7.5m18 0-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9"}))}const Dd=o.forwardRef(_d);function Zd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m8.25 7.5.415-.207a.75.75 0 0 1 1.085.67V10.5m0 0h6m-6 0h-1.5m1.5 0v5.438c0 .354.161.697.473.865a3.751 3.751 0 0 0 5.452-2.553c.083-.409-.263-.75-.68-.75h-.745M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Ud=o.forwardRef(Zd);function qd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v12m-3-2.818.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Gd=o.forwardRef(qd);function zd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 7.756a4.5 4.5 0 1 0 0 8.488M7.5 10.5h5.25m-5.25 3h5.25M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Kd=o.forwardRef(zd);function Xd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.121 7.629A3 3 0 0 0 9.017 9.43c-.023.212-.002.425.028.636l.506 3.541a4.5 4.5 0 0 1-.43 2.65L9 16.5l1.539-.513a2.25 2.25 0 0 1 1.422 0l.655.218a2.25 2.25 0 0 0 1.718-.122L15 15.75M8.25 12H12m9 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Yd=o.forwardRef(Xd);function Qd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 8.25H9m6 3H9m3 6-3-3h1.5a3 3 0 1 0 0-6M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Jd=o.forwardRef(Qd);function eu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 7.5 3 4.5m0 0 3-4.5M12 12v5.25M15 12H9m6 3H9m12-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const tu=o.forwardRef(eu);function ru({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672ZM12 2.25V4.5m5.834.166-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243-1.59-1.59"}))}const nu=o.forwardRef(ru);function ou({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672Zm-7.518-.267A8.25 8.25 0 1 1 20.25 10.5M8.288 14.212A5.25 5.25 0 1 1 17.25 10.5"}))}const au=o.forwardRef(ou);function lu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3"}))}const iu=o.forwardRef(lu);function su({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5h3m-6.75 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-15a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 4.5v15a2.25 2.25 0 0 0 2.25 2.25Z"}))}const cu=o.forwardRef(su);function du({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.499 11.998h15m-7.5-6.75h.008v.008h-.008v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM12 18.751h.007v.007H12v-.007Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const uu=o.forwardRef(du);function fu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m.75 12 3 3m0 0 3-3m-3 3v-6m-1.5-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const hu=o.forwardRef(fu);function mu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12-3-3m0 0-3 3m3-3v6m-1.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const wu=o.forwardRef(mu);function pu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25M9 16.5v.75m3-3v3M15 12v5.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const vu=o.forwardRef(pu);function gu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.125 2.25h-4.5c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125v-9M10.125 2.25h.375a9 9 0 0 1 9 9v.375M10.125 2.25A3.375 3.375 0 0 1 13.5 5.625v1.5c0 .621.504 1.125 1.125 1.125h1.5a3.375 3.375 0 0 1 3.375 3.375M9 15l2.25 2.25L15 12"}))}const bu=o.forwardRef(gu);function ku({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 8.25.22-.22a.75.75 0 0 1 1.28.53v6.441c0 .472.214.934.64 1.137a3.75 3.75 0 0 0 4.994-1.77c.205-.428-.152-.868-.627-.868h-.507m-6-2.25h7.5M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Eu=o.forwardRef(ku);function xu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v7.5m2.25-6.466a9.016 9.016 0 0 0-3.461-.203c-.536.072-.974.478-1.021 1.017a4.559 4.559 0 0 0-.018.402c0 .464.336.844.775.994l2.95 1.012c.44.15.775.53.775.994 0 .136-.006.27-.018.402-.047.539-.485.945-1.021 1.017a9.077 9.077 0 0 1-3.461-.203M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const yu=o.forwardRef(xu);function Lu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 11.625h4.5m-4.5 2.25h4.5m2.121 1.527c-1.171 1.464-3.07 1.464-4.242 0-1.172-1.465-1.172-3.84 0-5.304 1.171-1.464 3.07-1.464 4.242 0M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Mu=o.forwardRef(Lu);function Cu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.621 9.879a3 3 0 0 0-5.02 2.897l.164.609a4.5 4.5 0 0 1-.108 2.676l-.157.439.44-.22a2.863 2.863 0 0 1 2.185-.155c.72.24 1.507.184 2.186-.155L15 18M8.25 15.75H12m-1.5-13.5H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const $u=o.forwardRef(Cu);function ju({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 9h3.75m-4.5 2.625h4.5M12 18.75 9.75 16.5h.375a2.625 2.625 0 0 0 0-5.25H9.75m.75-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Au=o.forwardRef(ju);function Ou({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m1.5 9 2.25 3m0 0 2.25-3m-2.25 3v4.5M9.75 15h4.5m-4.5 2.25h4.5m-3.75-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Fu=o.forwardRef(Ou);function Su({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75"}))}const Bu=o.forwardRef(Su);function Iu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Zm3.75 11.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"}))}const Ru=o.forwardRef(Iu);function Wu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Nu=o.forwardRef(Wu);function Tu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v6m3-3H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Pu=o.forwardRef(Tu);function Hu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Vu=o.forwardRef(Hu);function _u({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Du=o.forwardRef(_u);function Zu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Uu=o.forwardRef(Zu);function qu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))}const Gu=o.forwardRef(qu);function zu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 18.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z"}))}const Ku=o.forwardRef(zu);function Xu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 9v.906a2.25 2.25 0 0 1-1.183 1.981l-6.478 3.488M2.25 9v.906a2.25 2.25 0 0 0 1.183 1.981l6.478 3.488m8.839 2.51-4.66-2.51m0 0-1.023-.55a2.25 2.25 0 0 0-2.134 0l-1.022.55m0 0-4.661 2.51m16.5 1.615a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V8.844a2.25 2.25 0 0 1 1.183-1.981l7.5-4.039a2.25 2.25 0 0 1 2.134 0l7.5 4.039a2.25 2.25 0 0 1 1.183 1.98V19.5Z"}))}const Yu=o.forwardRef(Xu);function Qu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75"}))}const Ju=o.forwardRef(Qu);function ef({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.499 8.248h15m-15 7.501h15"}))}const tf=o.forwardRef(ef);function rf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z"}))}const nf=o.forwardRef(rf);function of({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z"}))}const af=o.forwardRef(of);function lf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 11.25 1.5 1.5.75-.75V8.758l2.276-.61a3 3 0 1 0-3.675-3.675l-.61 2.277H12l-.75.75 1.5 1.5M15 11.25l-8.47 8.47c-.34.34-.8.53-1.28.53s-.94.19-1.28.53l-.97.97-.75-.75.97-.97c.34-.34.53-.8.53-1.28s.19-.94.53-1.28L12.75 9M15 11.25 12.75 9"}))}const sf=o.forwardRef(lf);function cf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.98 8.223A10.477 10.477 0 0 0 1.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.451 10.451 0 0 1 12 4.5c4.756 0 8.773 3.162 10.065 7.498a10.522 10.522 0 0 1-4.293 5.774M6.228 6.228 3 3m3.228 3.228 3.65 3.65m7.894 7.894L21 21m-3.228-3.228-3.65-3.65m0 0a3 3 0 1 0-4.243-4.243m4.242 4.242L9.88 9.88"}))}const df=o.forwardRef(cf);function uf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const ff=o.forwardRef(uf);function hf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.182 16.318A4.486 4.486 0 0 0 12.016 15a4.486 4.486 0 0 0-3.198 1.318M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z"}))}const mf=o.forwardRef(hf);function wf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.182 15.182a4.5 4.5 0 0 1-6.364 0M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z"}))}const pf=o.forwardRef(wf);function vf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h1.5C5.496 19.5 6 18.996 6 18.375m-3.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-1.5A1.125 1.125 0 0 1 18 18.375M20.625 4.5H3.375m17.25 0c.621 0 1.125.504 1.125 1.125M20.625 4.5h-1.5C18.504 4.5 18 5.004 18 5.625m3.75 0v1.5c0 .621-.504 1.125-1.125 1.125M3.375 4.5c-.621 0-1.125.504-1.125 1.125M3.375 4.5h1.5C5.496 4.5 6 5.004 6 5.625m-3.75 0v1.5c0 .621.504 1.125 1.125 1.125m0 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m1.5-3.75C5.496 8.25 6 7.746 6 7.125v-1.5M4.875 8.25C5.496 8.25 6 8.754 6 9.375v1.5m0-5.25v5.25m0-5.25C6 5.004 6.504 4.5 7.125 4.5h9.75c.621 0 1.125.504 1.125 1.125m1.125 2.625h1.5m-1.5 0A1.125 1.125 0 0 1 18 7.125v-1.5m1.125 2.625c-.621 0-1.125.504-1.125 1.125v1.5m2.625-2.625c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125M18 5.625v5.25M7.125 12h9.75m-9.75 0A1.125 1.125 0 0 1 6 10.875M7.125 12C6.504 12 6 12.504 6 13.125m0-2.25C6 11.496 5.496 12 4.875 12M18 10.875c0 .621-.504 1.125-1.125 1.125M18 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m-12 5.25v-5.25m0 5.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125m-12 0v-1.5c0-.621-.504-1.125-1.125-1.125M18 18.375v-5.25m0 5.25v-1.5c0-.621.504-1.125 1.125-1.125M18 13.125v1.5c0 .621.504 1.125 1.125 1.125M18 13.125c0-.621.504-1.125 1.125-1.125M6 13.125v1.5c0 .621-.504 1.125-1.125 1.125M6 13.125C6 12.504 5.496 12 4.875 12m-1.5 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M19.125 12h1.5m0 0c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h1.5m14.25 0h1.5"}))}const gf=o.forwardRef(vf);function bf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.864 4.243A7.5 7.5 0 0 1 19.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 0 0 4.5 10.5a7.464 7.464 0 0 1-1.15 3.993m1.989 3.559A11.209 11.209 0 0 0 8.25 10.5a3.75 3.75 0 1 1 7.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 0 1-3.6 9.75m6.633-4.596a18.666 18.666 0 0 1-2.485 5.33"}))}const kf=o.forwardRef(bf);function Ef({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.362 5.214A8.252 8.252 0 0 1 12 21 8.25 8.25 0 0 1 6.038 7.047 8.287 8.287 0 0 0 9 9.601a8.983 8.983 0 0 1 3.361-6.867 8.21 8.21 0 0 0 3 2.48Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18a3.75 3.75 0 0 0 .495-7.468 5.99 5.99 0 0 0-1.925 3.547 5.975 5.975 0 0 1-2.133-1.001A3.75 3.75 0 0 0 12 18Z"}))}const xf=o.forwardRef(Ef);function yf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 3v1.5M3 21v-6m0 0 2.77-.693a9 9 0 0 1 6.208.682l.108.054a9 9 0 0 0 6.086.71l3.114-.732a48.524 48.524 0 0 1-.005-10.499l-3.11.732a9 9 0 0 1-6.085-.711l-.108-.054a9 9 0 0 0-6.208-.682L3 4.5M3 15V4.5"}))}const Lf=o.forwardRef(yf);function Mf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 13.5 3 3m0 0 3-3m-3 3v-6m1.06-4.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}const Cf=o.forwardRef(Mf);function $f({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 13.5H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}const jf=o.forwardRef($f);function Af({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 0 0-1.883 2.542l.857 6a2.25 2.25 0 0 0 2.227 1.932H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-1.883-2.542m-16.5 0V6A2.25 2.25 0 0 1 6 3.75h3.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 0 1.06.44H18A2.25 2.25 0 0 1 20.25 9v.776"}))}const Of=o.forwardRef(Af);function Ff({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 10.5v6m3-3H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}const Sf=o.forwardRef(Ff);function Bf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 0 1 4.5 9.75h15A2.25 2.25 0 0 1 21.75 12v.75m-8.69-6.44-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}const If=o.forwardRef(Bf);function Rf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811V8.69ZM12.75 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061a1.125 1.125 0 0 1-1.683-.977V8.69Z"}))}const Wf=o.forwardRef(Rf);function Nf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3c2.755 0 5.455.232 8.083.678.533.09.917.556.917 1.096v1.044a2.25 2.25 0 0 1-.659 1.591l-5.432 5.432a2.25 2.25 0 0 0-.659 1.591v2.927a2.25 2.25 0 0 1-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 0 0-.659-1.591L3.659 7.409A2.25 2.25 0 0 1 3 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0 1 12 3Z"}))}const Tf=o.forwardRef(Nf);function Pf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 8.25v7.5m6-7.5h-3V12m0 0v3.75m0-3.75H18M9.75 9.348c-1.03-1.464-2.698-1.464-3.728 0-1.03 1.465-1.03 3.84 0 5.304 1.03 1.464 2.699 1.464 3.728 0V12h-1.5M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z"}))}const Hf=o.forwardRef(Pf);function Vf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3.75v16.5M2.25 12h19.5M6.375 17.25a4.875 4.875 0 0 0 4.875-4.875V12m6.375 5.25a4.875 4.875 0 0 1-4.875-4.875V12m-9 8.25h16.5a1.5 1.5 0 0 0 1.5-1.5V5.25a1.5 1.5 0 0 0-1.5-1.5H3.75a1.5 1.5 0 0 0-1.5 1.5v13.5a1.5 1.5 0 0 0 1.5 1.5Zm12.621-9.44c-1.409 1.41-4.242 1.061-4.242 1.061s-.349-2.833 1.06-4.242a2.25 2.25 0 0 1 3.182 3.182ZM10.773 7.63c1.409 1.409 1.06 4.242 1.06 4.242S9 12.22 7.592 10.811a2.25 2.25 0 1 1 3.182-3.182Z"}))}const _f=o.forwardRef(Vf);function Df({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 11.25v8.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5v-8.25M12 4.875A2.625 2.625 0 1 0 9.375 7.5H12m0-2.625V7.5m0-2.625A2.625 2.625 0 1 1 14.625 7.5H12m0 0V21m-8.625-9.75h18c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125h-18c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}const Zf=o.forwardRef(Df);function Uf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418"}))}const qf=o.forwardRef(Uf);function Gf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m6.115 5.19.319 1.913A6 6 0 0 0 8.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 0 0 2.288-4.042 1.087 1.087 0 0 0-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 0 1-.98-.314l-.295-.295a1.125 1.125 0 0 1 0-1.591l.13-.132a1.125 1.125 0 0 1 1.3-.21l.603.302a.809.809 0 0 0 1.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 0 0 1.528-1.732l.146-.292M6.115 5.19A9 9 0 1 0 17.18 4.64M6.115 5.19A8.965 8.965 0 0 1 12 3c1.929 0 3.716.607 5.18 1.64"}))}const zf=o.forwardRef(Gf);function Kf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 3.03v.568c0 .334.148.65.405.864l1.068.89c.442.369.535 1.01.216 1.49l-.51.766a2.25 2.25 0 0 1-1.161.886l-.143.048a1.107 1.107 0 0 0-.57 1.664c.369.555.169 1.307-.427 1.605L9 13.125l.423 1.059a.956.956 0 0 1-1.652.928l-.679-.906a1.125 1.125 0 0 0-1.906.172L4.5 15.75l-.612.153M12.75 3.031a9 9 0 0 0-8.862 12.872M12.75 3.031a9 9 0 0 1 6.69 14.036m0 0-.177-.529A2.25 2.25 0 0 0 17.128 15H16.5l-.324-.324a1.453 1.453 0 0 0-2.328.377l-.036.073a1.586 1.586 0 0 1-.982.816l-.99.282c-.55.157-.894.702-.8 1.267l.073.438c.08.474.49.821.97.821.846 0 1.598.542 1.865 1.345l.215.643m5.276-3.67a9.012 9.012 0 0 1-5.276 3.67m0 0a9 9 0 0 1-10.275-4.835M15.75 9c0 .896-.393 1.7-1.016 2.25"}))}const Xf=o.forwardRef(Kf);function Yf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.893 13.393-1.135-1.135a2.252 2.252 0 0 1-.421-.585l-1.08-2.16a.414.414 0 0 0-.663-.107.827.827 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.212.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025 1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25 2.25 0 0 1-1.383-2.46l.007-.042a2.25 2.25 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 0 1-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 0 1-1.458-1.137l1.411-2.353a2.25 2.25 0 0 0 .286-.76m11.928 9.869A9 9 0 0 0 8.965 3.525m11.928 9.868A9 9 0 1 1 8.965 3.525"}))}const Qf=o.forwardRef(Yf);function Jf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501m4.501-8.627 2.25-1.5v10.126m0 0h-2.25m2.25 0h2.25"}))}const e3=o.forwardRef(Jf);function t3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 19.5H16.5v-1.609a2.25 2.25 0 0 1 1.244-2.012l2.89-1.445c.651-.326 1.116-.955 1.116-1.683 0-.498-.04-.987-.118-1.463-.135-.825-.835-1.422-1.668-1.489a15.202 15.202 0 0 0-3.464.12M2.243 4.492v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501"}))}const r3=o.forwardRef(t3);function n3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.905 14.626a4.52 4.52 0 0 1 .738 3.603c-.154.695-.794 1.143-1.504 1.208a15.194 15.194 0 0 1-3.639-.104m4.405-4.707a4.52 4.52 0 0 0 .738-3.603c-.154-.696-.794-1.144-1.504-1.209a15.19 15.19 0 0 0-3.639.104m4.405 4.708H18M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501"}))}const o3=o.forwardRef(n3);function a3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.05 4.575a1.575 1.575 0 1 0-3.15 0v3m3.15-3v-1.5a1.575 1.575 0 0 1 3.15 0v1.5m-3.15 0 .075 5.925m3.075.75V4.575m0 0a1.575 1.575 0 0 1 3.15 0V15M6.9 7.575a1.575 1.575 0 1 0-3.15 0v8.175a6.75 6.75 0 0 0 6.75 6.75h2.018a5.25 5.25 0 0 0 3.712-1.538l1.732-1.732a5.25 5.25 0 0 0 1.538-3.712l.003-2.024a.668.668 0 0 1 .198-.471 1.575 1.575 0 1 0-2.228-2.228 3.818 3.818 0 0 0-1.12 2.687M6.9 7.575V12m6.27 4.318A4.49 4.49 0 0 1 16.35 15m.002 0h-.002"}))}const l3=o.forwardRef(a3);function i3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.498 15.25H4.372c-1.026 0-1.945-.694-2.054-1.715a12.137 12.137 0 0 1-.068-1.285c0-2.848.992-5.464 2.649-7.521C5.287 4.247 5.886 4 6.504 4h4.016a4.5 4.5 0 0 1 1.423.23l3.114 1.04a4.5 4.5 0 0 0 1.423.23h1.294M7.498 15.25c.618 0 .991.724.725 1.282A7.471 7.471 0 0 0 7.5 19.75 2.25 2.25 0 0 0 9.75 22a.75.75 0 0 0 .75-.75v-.633c0-.573.11-1.14.322-1.672.304-.76.93-1.33 1.653-1.715a9.04 9.04 0 0 0 2.86-2.4c.498-.634 1.226-1.08 2.032-1.08h.384m-10.253 1.5H9.7m8.075-9.75c.01.05.027.1.05.148.593 1.2.925 2.55.925 3.977 0 1.487-.36 2.89-.999 4.125m.023-8.25c-.076-.365.183-.75.575-.75h.908c.889 0 1.713.518 1.972 1.368.339 1.11.521 2.287.521 3.507 0 1.553-.295 3.036-.831 4.398-.306.774-1.086 1.227-1.918 1.227h-1.053c-.472 0-.745-.556-.5-.96a8.95 8.95 0 0 0 .303-.54"}))}const s3=o.forwardRef(i3);function c3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.633 10.25c.806 0 1.533-.446 2.031-1.08a9.041 9.041 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75a.75.75 0 0 1 .75-.75 2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282m0 0h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H13.48c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23H5.904m10.598-9.75H14.25M5.904 18.5c.083.205.173.405.27.602.197.4-.078.898-.523.898h-.908c-.889 0-1.713-.518-1.972-1.368a12 12 0 0 1-.521-3.507c0-1.553.295-3.036.831-4.398C3.387 9.953 4.167 9.5 5 9.5h1.053c.472 0 .745.556.5.96a8.958 8.958 0 0 0-1.302 4.665c0 1.194.232 2.333.654 3.375Z"}))}const d3=o.forwardRef(c3);function u3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 8.25h15m-16.5 7.5h15m-1.8-13.5-3.9 19.5m-2.1-19.5-3.9 19.5"}))}const f3=o.forwardRef(u3);function h3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"}))}const m3=o.forwardRef(h3);function w3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 21v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21m0 0h4.5V3.545M12.75 21h7.5V10.75M2.25 21h1.5m18 0h-18M2.25 9l4.5-1.636M18.75 3l-1.5.545m0 6.205 3 1m1.5.5-1.5-.5M6.75 7.364V3h-3v18m3-13.636 10.5-3.819"}))}const p3=o.forwardRef(w3);function v3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"}))}const g3=o.forwardRef(v3);function b3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Zm6-10.125a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Zm1.294 6.336a6.721 6.721 0 0 1-3.17.789 6.721 6.721 0 0 1-3.168-.789 3.376 3.376 0 0 1 6.338 0Z"}))}const k3=o.forwardRef(b3);function E3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 3.75H6.912a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H15M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859M12 3v8.25m0 0-3-3m3 3 3-3"}))}const x3=o.forwardRef(E3);function y3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.875 14.25 1.214 1.942a2.25 2.25 0 0 0 1.908 1.058h2.006c.776 0 1.497-.4 1.908-1.058l1.214-1.942M2.41 9h4.636a2.25 2.25 0 0 1 1.872 1.002l.164.246a2.25 2.25 0 0 0 1.872 1.002h2.092a2.25 2.25 0 0 0 1.872-1.002l.164-.246A2.25 2.25 0 0 1 16.954 9h4.636M2.41 9a2.25 2.25 0 0 0-.16.832V12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 12V9.832c0-.287-.055-.57-.16-.832M2.41 9a2.25 2.25 0 0 1 .382-.632l3.285-3.832a2.25 2.25 0 0 1 1.708-.786h8.43c.657 0 1.281.287 1.709.786l3.284 3.832c.163.19.291.404.382.632M4.5 20.25h15A2.25 2.25 0 0 0 21.75 18v-2.625c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125V18a2.25 2.25 0 0 0 2.25 2.25Z"}))}const L3=o.forwardRef(y3);function M3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H6.911a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661Z"}))}const C3=o.forwardRef(M3);function $3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z"}))}const j3=o.forwardRef($3);function A3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.248 20.246H9.05m0 0h3.696m-3.696 0 5.893-16.502m0 0h-3.697m3.697 0h3.803"}))}const O3=o.forwardRef(A3);function F3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 5.25a3 3 0 0 1 3 3m3 0a6 6 0 0 1-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1 1 21.75 8.25Z"}))}const S3=o.forwardRef(F3);function B3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m10.5 21 5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 0 1 6-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138c.896.061 1.785.147 2.666.257m-4.589 8.495a18.023 18.023 0 0 1-3.827-5.802"}))}const I3=o.forwardRef(B3);function R3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.712 4.33a9.027 9.027 0 0 1 1.652 1.306c.51.51.944 1.064 1.306 1.652M16.712 4.33l-3.448 4.138m3.448-4.138a9.014 9.014 0 0 0-9.424 0M19.67 7.288l-4.138 3.448m4.138-3.448a9.014 9.014 0 0 1 0 9.424m-4.138-5.976a3.736 3.736 0 0 0-.88-1.388 3.737 3.737 0 0 0-1.388-.88m2.268 2.268a3.765 3.765 0 0 1 0 2.528m-2.268-4.796a3.765 3.765 0 0 0-2.528 0m4.796 4.796c-.181.506-.475.982-.88 1.388a3.736 3.736 0 0 1-1.388.88m2.268-2.268 4.138 3.448m0 0a9.027 9.027 0 0 1-1.306 1.652c-.51.51-1.064.944-1.652 1.306m0 0-3.448-4.138m3.448 4.138a9.014 9.014 0 0 1-9.424 0m5.976-4.138a3.765 3.765 0 0 1-2.528 0m0 0a3.736 3.736 0 0 1-1.388-.88 3.737 3.737 0 0 1-.88-1.388m2.268 2.268L7.288 19.67m0 0a9.024 9.024 0 0 1-1.652-1.306 9.027 9.027 0 0 1-1.306-1.652m0 0 4.138-3.448M4.33 16.712a9.014 9.014 0 0 1 0-9.424m4.138 5.976a3.765 3.765 0 0 1 0-2.528m0 0c.181-.506.475-.982.88-1.388a3.736 3.736 0 0 1 1.388-.88m-2.268 2.268L4.33 7.288m6.406 1.18L7.288 4.33m0 0a9.024 9.024 0 0 0-1.652 1.306A9.025 9.025 0 0 0 4.33 7.288"}))}const W3=o.forwardRef(R3);function N3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18v-5.25m0 0a6.01 6.01 0 0 0 1.5-.189m-1.5.189a6.01 6.01 0 0 1-1.5-.189m3.75 7.478a12.06 12.06 0 0 1-4.5 0m3.75 2.383a14.406 14.406 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18"}))}const T3=o.forwardRef(N3);function P3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.181 8.68a4.503 4.503 0 0 1 1.903 6.405m-9.768-2.782L3.56 14.06a4.5 4.5 0 0 0 6.364 6.365l3.129-3.129m5.614-5.615 1.757-1.757a4.5 4.5 0 0 0-6.364-6.365l-4.5 4.5c-.258.26-.479.541-.661.84m1.903 6.405a4.495 4.495 0 0 1-1.242-.88 4.483 4.483 0 0 1-1.062-1.683m6.587 2.345 5.907 5.907m-5.907-5.907L8.898 8.898M2.991 2.99 8.898 8.9"}))}const H3=o.forwardRef(P3);function V3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244"}))}const _3=o.forwardRef(V3);function D3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM3.75 12h.007v.008H3.75V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm-.375 5.25h.007v.008H3.75v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const Z3=o.forwardRef(D3);function U3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z"}))}const q3=o.forwardRef(U3);function G3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 1 1 9 0v3.75M3.75 21.75h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H3.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z"}))}const z3=o.forwardRef(G3);function K3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 15.75-2.489-2.489m0 0a3.375 3.375 0 1 0-4.773-4.773 3.375 3.375 0 0 0 4.774 4.774ZM21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const X3=o.forwardRef(K3);function Y3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM13.5 10.5h-6"}))}const Q3=o.forwardRef(Y3);function J3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM10.5 7.5v6m3-3h-6"}))}const eh=o.forwardRef(J3);function th({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"}))}const rh=o.forwardRef(th);function nh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z"}))}const oh=o.forwardRef(nh);function ah({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 6.75V15m6-6v8.25m.503 3.498 4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934c-.317.159-.69.159-1.006 0L9.503 3.252a1.125 1.125 0 0 0-1.006 0L3.622 5.689C3.24 5.88 3 6.27 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934c.317-.159.69-.159 1.006 0l4.994 2.497c.317.158.69.158 1.006 0Z"}))}const lh=o.forwardRef(ah);function ih({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 1 1 0-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 0 1-1.44-4.282m3.102.069a18.03 18.03 0 0 1-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 0 1 8.835 2.535M10.34 6.66a23.847 23.847 0 0 0 8.835-2.535m0 0A23.74 23.74 0 0 0 18.795 3m.38 1.125a23.91 23.91 0 0 1 1.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 0 0 1.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 0 1 0 3.46"}))}const sh=o.forwardRef(ih);function ch({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18.75a6 6 0 0 0 6-6v-1.5m-6 7.5a6 6 0 0 1-6-6v-1.5m6 7.5v3.75m-3.75 0h7.5M12 15.75a3 3 0 0 1-3-3V4.5a3 3 0 1 1 6 0v8.25a3 3 0 0 1-3 3Z"}))}const dh=o.forwardRef(ch);function uh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const fh=o.forwardRef(uh);function hh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 12H6"}))}const mh=o.forwardRef(hh);function wh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 12h14"}))}const ph=o.forwardRef(wh);function vh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z"}))}const gh=o.forwardRef(vh);function bh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 9 10.5-3m0 6.553v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 1 1-.99-3.467l2.31-.66a2.25 2.25 0 0 0 1.632-2.163Zm0 0V2.25L9 5.25v10.303m0 0v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 0 1-.99-3.467l2.31-.66A2.25 2.25 0 0 0 9 15.553Z"}))}const kh=o.forwardRef(bh);function Eh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 0 1-2.25 2.25M16.5 7.5V18a2.25 2.25 0 0 0 2.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 0 0 2.25 2.25h13.5M6 7.5h3v3H6v-3Z"}))}const xh=o.forwardRef(Eh);function yh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18.364 18.364A9 9 0 0 0 5.636 5.636m12.728 12.728A9 9 0 0 1 5.636 5.636m12.728 12.728L5.636 5.636"}))}const Lh=o.forwardRef(yh);function Mh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.242 5.992h12m-12 6.003H20.24m-12 5.999h12M4.117 7.495v-3.75H2.99m1.125 3.75H2.99m1.125 0H5.24m-1.92 2.577a1.125 1.125 0 1 1 1.591 1.59l-1.83 1.83h2.16M2.99 15.745h1.125a1.125 1.125 0 0 1 0 2.25H3.74m0-.002h.375a1.125 1.125 0 0 1 0 2.25H2.99"}))}const Ch=o.forwardRef(Mh);function $h({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.53 16.122a3 3 0 0 0-5.78 1.128 2.25 2.25 0 0 1-2.4 2.245 4.5 4.5 0 0 0 8.4-2.245c0-.399-.078-.78-.22-1.128Zm0 0a15.998 15.998 0 0 0 3.388-1.62m-5.043-.025a15.994 15.994 0 0 1 1.622-3.395m3.42 3.42a15.995 15.995 0 0 0 4.764-4.648l3.876-5.814a1.151 1.151 0 0 0-1.597-1.597L14.146 6.32a15.996 15.996 0 0 0-4.649 4.763m3.42 3.42a6.776 6.776 0 0 0-3.42-3.42"}))}const jh=o.forwardRef($h);function Ah({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5"}))}const Oh=o.forwardRef(Ah);function Fh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m18.375 12.739-7.693 7.693a4.5 4.5 0 0 1-6.364-6.364l10.94-10.94A3 3 0 1 1 19.5 7.372L8.552 18.32m.009-.01-.01.01m5.699-9.941-7.81 7.81a1.5 1.5 0 0 0 2.112 2.13"}))}const Sh=o.forwardRef(Fh);function Bh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9v6m-4.5 0V9M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Ih=o.forwardRef(Bh);function Rh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 5.25v13.5m-7.5-13.5v13.5"}))}const Wh=o.forwardRef(Rh);function Nh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0 1 15.75 21H5.25A2.25 2.25 0 0 1 3 18.75V8.25A2.25 2.25 0 0 1 5.25 6H10"}))}const Th=o.forwardRef(Nh);function Ph({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L6.832 19.82a4.5 4.5 0 0 1-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125"}))}const Hh=o.forwardRef(Ph);function Vh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m8.99 14.993 6-6m6 3.001c0 1.268-.63 2.39-1.593 3.069a3.746 3.746 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043 3.745 3.745 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.745 3.745 0 0 1-3.296-1.043 3.746 3.746 0 0 1-1.043-3.297 3.746 3.746 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 1.043-3.297 3.745 3.745 0 0 1 3.296-1.042 3.745 3.745 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.745 3.745 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.297 3.746 3.746 0 0 1 1.593 3.068ZM9.74 9.743h.008v.007H9.74v-.007Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm4.125 4.5h.008v.008h-.008v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const _h=o.forwardRef(Vh);function Dh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9.75v-4.5m0 4.5h4.5m-4.5 0 6-6m-3 18c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}const Zh=o.forwardRef(Dh);function Uh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 3.75v4.5m0-4.5h-4.5m4.5 0-6 6m3 12c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}const qh=o.forwardRef(Uh);function Gh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 3.75 18 6m0 0 2.25 2.25M18 6l2.25-2.25M18 6l-2.25 2.25m1.5 13.5c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}const zh=o.forwardRef(Gh);function Kh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z"}))}const Xh=o.forwardRef(Kh);function Yh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const Go=o.forwardRef(Yh);function Qh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.91 11.672a.375.375 0 0 1 0 .656l-5.603 3.113a.375.375 0 0 1-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112Z"}))}const Jh=o.forwardRef(Qh);function em({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 7.5V18M15 7.5V18M3 16.811V8.69c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811Z"}))}const tm=o.forwardRef(em);function rm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 5.653c0-.856.917-1.398 1.667-.986l11.54 6.347a1.125 1.125 0 0 1 0 1.972l-11.54 6.347a1.125 1.125 0 0 1-1.667-.986V5.653Z"}))}const nm=o.forwardRef(rm);function om({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v6m3-3H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const am=o.forwardRef(om);function lm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v12m6-6H6"}))}const im=o.forwardRef(lm);function sm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"}))}const cm=o.forwardRef(sm);function dm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.636 5.636a9 9 0 1 0 12.728 0M12 3v9"}))}const um=o.forwardRef(dm);function fm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5M9 11.25v1.5M12 9v3.75m3-6v6"}))}const hm=o.forwardRef(fm);function mm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5m.75-9 3-3 2.148 2.148A12.061 12.061 0 0 1 16.5 7.605"}))}const wm=o.forwardRef(mm);function pm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.72 13.829c-.24.03-.48.062-.72.096m.72-.096a42.415 42.415 0 0 1 10.56 0m-10.56 0L6.34 18m10.94-4.171c.24.03.48.062.72.096m-.72-.096L17.66 18m0 0 .229 2.523a1.125 1.125 0 0 1-1.12 1.227H7.231c-.662 0-1.18-.568-1.12-1.227L6.34 18m11.318 0h1.091A2.25 2.25 0 0 0 21 15.75V9.456c0-1.081-.768-2.015-1.837-2.175a48.055 48.055 0 0 0-1.913-.247M6.34 18H5.25A2.25 2.25 0 0 1 3 15.75V9.456c0-1.081.768-2.015 1.837-2.175a48.041 48.041 0 0 1 1.913-.247m10.5 0a48.536 48.536 0 0 0-10.5 0m10.5 0V3.375c0-.621-.504-1.125-1.125-1.125h-8.25c-.621 0-1.125.504-1.125 1.125v3.659M18 10.5h.008v.008H18V10.5Zm-3 0h.008v.008H15V10.5Z"}))}const vm=o.forwardRef(pm);function gm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 6.087c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.036-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959v0a.64.64 0 0 1-.657.643 48.39 48.39 0 0 1-4.163-.3c.186 1.613.293 3.25.315 4.907a.656.656 0 0 1-.658.663v0c-.355 0-.676-.186-.959-.401a1.647 1.647 0 0 0-1.003-.349c-1.036 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401v0c.31 0 .555.26.532.57a48.039 48.039 0 0 1-.642 5.056c1.518.19 3.058.309 4.616.354a.64.64 0 0 0 .657-.643v0c0-.355-.186-.676-.401-.959a1.647 1.647 0 0 1-.349-1.003c0-1.035 1.008-1.875 2.25-1.875 1.243 0 2.25.84 2.25 1.875 0 .369-.128.713-.349 1.003-.215.283-.4.604-.4.959v0c0 .333.277.599.61.58a48.1 48.1 0 0 0 5.427-.63 48.05 48.05 0 0 0 .582-4.717.532.532 0 0 0-.533-.57v0c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.035 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.37 0 .713.128 1.003.349.283.215.604.401.96.401v0a.656.656 0 0 0 .658-.663 48.422 48.422 0 0 0-.37-5.36c-1.886.342-3.81.574-5.766.689a.578.578 0 0 1-.61-.58v0Z"}))}const bm=o.forwardRef(gm);function km({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 3.75 9.375v-4.5ZM3.75 14.625c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5a1.125 1.125 0 0 1-1.125-1.125v-4.5ZM13.5 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 13.5 9.375v-4.5Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 6.75h.75v.75h-.75v-.75ZM6.75 16.5h.75v.75h-.75v-.75ZM16.5 6.75h.75v.75h-.75v-.75ZM13.5 13.5h.75v.75h-.75v-.75ZM13.5 19.5h.75v.75h-.75v-.75ZM19.5 13.5h.75v.75h-.75v-.75ZM19.5 19.5h.75v.75h-.75v-.75ZM16.5 16.5h.75v.75h-.75v-.75Z"}))}const Em=o.forwardRef(km);function xm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 5.25h.008v.008H12v-.008Z"}))}const ym=o.forwardRef(xm);function Lm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 0 1 0 3.75H5.625a1.875 1.875 0 0 1 0-3.75Z"}))}const Mm=o.forwardRef(Lm);function Cm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3.75 7.5 16.5-4.125M12 6.75c-2.708 0-5.363.224-7.948.655C2.999 7.58 2.25 8.507 2.25 9.574v9.176A2.25 2.25 0 0 0 4.5 21h15a2.25 2.25 0 0 0 2.25-2.25V9.574c0-1.067-.75-1.994-1.802-2.169A48.329 48.329 0 0 0 12 6.75Zm-1.683 6.443-.005.005-.006-.005.006-.005.005.005Zm-.005 2.127-.005-.006.005-.005.005.005-.005.005Zm-2.116-.006-.005.006-.006-.006.005-.005.006.005Zm-.005-2.116-.006-.005.006-.005.005.005-.005.005ZM9.255 10.5v.008h-.008V10.5h.008Zm3.249 1.88-.007.004-.003-.007.006-.003.004.006Zm-1.38 5.126-.003-.006.006-.004.004.007-.006.003Zm.007-6.501-.003.006-.007-.003.004-.007.006.004Zm1.37 5.129-.007-.004.004-.006.006.003-.004.007Zm.504-1.877h-.008v-.007h.008v.007ZM9.255 18v.008h-.008V18h.008Zm-3.246-1.87-.007.004L6 16.127l.006-.003.004.006Zm1.366-5.119-.004-.006.006-.004.004.007-.006.003ZM7.38 17.5l-.003.006-.007-.003.004-.007.006.004Zm-1.376-5.116L6 12.38l.003-.007.007.004-.004.007Zm-.5 1.873h-.008v-.007h.008v.007ZM17.25 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Zm0 4.5a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z"}))}const $m=o.forwardRef(Cm);function jm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 14.25 6-6m4.5-3.493V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185ZM9.75 9h.008v.008H9.75V9Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm4.125 4.5h.008v.008h-.008V13.5Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const Am=o.forwardRef(jm);function Om({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9.75h4.875a2.625 2.625 0 0 1 0 5.25H12M8.25 9.75 10.5 7.5M8.25 9.75 10.5 12m9-7.243V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185Z"}))}const Fm=o.forwardRef(Om);function Sm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 0 1-1.125-1.125v-3.75ZM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-8.25ZM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-2.25Z"}))}const Bm=o.forwardRef(Sm);function Im({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 6.878V6a2.25 2.25 0 0 1 2.25-2.25h7.5A2.25 2.25 0 0 1 18 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 0 0 4.5 9v.878m13.5-3A2.25 2.25 0 0 1 19.5 9v.878m0 0a2.246 2.246 0 0 0-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0 1 21 12v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6c0-.98.626-1.813 1.5-2.122"}))}const Rm=o.forwardRef(Im);function Wm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.926 14.926 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 0 0-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 0 1-2.448-2.448 14.9 14.9 0 0 1 .06-.312m-2.24 2.39a4.493 4.493 0 0 0-1.757 4.306 4.493 4.493 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"}))}const Nm=o.forwardRef(Wm);function Tm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 19.5v-.75a7.5 7.5 0 0 0-7.5-7.5H4.5m0-6.75h.75c7.87 0 14.25 6.38 14.25 14.25v.75M6 18.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))}const Pm=o.forwardRef(Tm);function Hm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v17.25m0 0c-1.472 0-2.882.265-4.185.75M12 20.25c1.472 0 2.882.265 4.185.75M18.75 4.97A48.416 48.416 0 0 0 12 4.5c-2.291 0-4.545.16-6.75.47m13.5 0c1.01.143 2.01.317 3 .52m-3-.52 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.988 5.988 0 0 1-2.031.352 5.988 5.988 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L18.75 4.971Zm-16.5.52c.99-.203 1.99-.377 3-.52m0 0 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.989 5.989 0 0 1-2.031.352 5.989 5.989 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L5.25 4.971Z"}))}const Vm=o.forwardRef(Hm);function _m({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.848 8.25 1.536.887M7.848 8.25a3 3 0 1 1-5.196-3 3 3 0 0 1 5.196 3Zm1.536.887a2.165 2.165 0 0 1 1.083 1.839c.005.351.054.695.14 1.024M9.384 9.137l2.077 1.199M7.848 15.75l1.536-.887m-1.536.887a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3Zm1.536-.887a2.165 2.165 0 0 0 1.083-1.838c.005-.352.054-.695.14-1.025m-1.223 2.863 2.077-1.199m0-3.328a4.323 4.323 0 0 1 2.068-1.379l5.325-1.628a4.5 4.5 0 0 1 2.48-.044l.803.215-7.794 4.5m-2.882-1.664A4.33 4.33 0 0 0 10.607 12m3.736 0 7.794 4.5-.802.215a4.5 4.5 0 0 1-2.48-.043l-5.326-1.629a4.324 4.324 0 0 1-2.068-1.379M14.343 12l-2.882 1.664"}))}const Dm=o.forwardRef(_m);function Zm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 14.25h13.5m-13.5 0a3 3 0 0 1-3-3m3 3a3 3 0 1 0 0 6h13.5a3 3 0 1 0 0-6m-16.5-3a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3m-19.5 0a4.5 4.5 0 0 1 .9-2.7L5.737 5.1a3.375 3.375 0 0 1 2.7-1.35h7.126c1.062 0 2.062.5 2.7 1.35l2.587 3.45a4.5 4.5 0 0 1 .9 2.7m0 0a3 3 0 0 1-3 3m0 3h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Zm-3 6h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Z"}))}const Um=o.forwardRef(Zm);function qm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 17.25v-.228a4.5 4.5 0 0 0-.12-1.03l-2.268-9.64a3.375 3.375 0 0 0-3.285-2.602H7.923a3.375 3.375 0 0 0-3.285 2.602l-2.268 9.64a4.5 4.5 0 0 0-.12 1.03v.228m19.5 0a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3m19.5 0a3 3 0 0 0-3-3H5.25a3 3 0 0 0-3 3m16.5 0h.008v.008h-.008v-.008Zm-3 0h.008v.008h-.008v-.008Z"}))}const Gm=o.forwardRef(qm);function zm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.217 10.907a2.25 2.25 0 1 0 0 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186 9.566-5.314m-9.566 7.5 9.566 5.314m0 0a2.25 2.25 0 1 0 3.935 2.186 2.25 2.25 0 0 0-3.935-2.186Zm0-12.814a2.25 2.25 0 1 0 3.933-2.185 2.25 2.25 0 0 0-3.933 2.185Z"}))}const Km=o.forwardRef(zm);function Xm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z"}))}const Ym=o.forwardRef(Xm);function Qm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m0-10.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.75c0 5.592 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.57-.598-3.75h-.152c-3.196 0-6.1-1.25-8.25-3.286Zm0 13.036h.008v.008H12v-.008Z"}))}const Jm=o.forwardRef(Qm);function e7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 1 0-7.5 0v4.5m11.356-1.993 1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 0 1-1.12-1.243l1.264-12A1.125 1.125 0 0 1 5.513 7.5h12.974c.576 0 1.059.435 1.119 1.007ZM8.625 10.5a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm7.5 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const t7=o.forwardRef(e7);function r7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))}const n7=o.forwardRef(r7);function o7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3 3 8.735 8.735m0 0a.374.374 0 1 1 .53.53m-.53-.53.53.53m0 0L21 21M14.652 9.348a3.75 3.75 0 0 1 0 5.304m2.121-7.425a6.75 6.75 0 0 1 0 9.546m2.121-11.667c3.808 3.807 3.808 9.98 0 13.788m-9.546-4.242a3.733 3.733 0 0 1-1.06-2.122m-1.061 4.243a6.75 6.75 0 0 1-1.625-6.929m-.496 9.05c-3.068-3.067-3.664-7.67-1.79-11.334M12 12h.008v.008H12V12Z"}))}const a7=o.forwardRef(o7);function l7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.348 14.652a3.75 3.75 0 0 1 0-5.304m5.304 0a3.75 3.75 0 0 1 0 5.304m-7.425 2.121a6.75 6.75 0 0 1 0-9.546m9.546 0a6.75 6.75 0 0 1 0 9.546M5.106 18.894c-3.808-3.807-3.808-9.98 0-13.788m13.788 0c3.808 3.807 3.808 9.98 0 13.788M12 12h.008v.008H12V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const i7=o.forwardRef(l7);function s7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 20.247 6-16.5"}))}const c7=o.forwardRef(s7);function d7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z"}))}const u7=o.forwardRef(d7);function f7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.114 5.636a9 9 0 0 1 0 12.728M16.463 8.288a5.25 5.25 0 0 1 0 7.424M6.75 8.25l4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z"}))}const h7=o.forwardRef(f7);function m7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 9.75 19.5 12m0 0 2.25 2.25M19.5 12l2.25-2.25M19.5 12l-2.25 2.25m-10.5-6 4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z"}))}const w7=o.forwardRef(m7);function p7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 8.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v8.25A2.25 2.25 0 0 0 6 16.5h2.25m8.25-8.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-7.5A2.25 2.25 0 0 1 8.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 0 0-2.25 2.25v6"}))}const v7=o.forwardRef(p7);function g7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.429 9.75 2.25 12l4.179 2.25m0-4.5 5.571 3 5.571-3m-11.142 0L2.25 7.5 12 2.25l9.75 5.25-4.179 2.25m0 0L21.75 12l-4.179 2.25m0 0 4.179 2.25L12 21.75 2.25 16.5l4.179-2.25m11.142 0-5.571 3-5.571-3"}))}const b7=o.forwardRef(g7);function k7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z"}))}const E7=o.forwardRef(k7);function x7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 0 0 2.25-2.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v2.25A2.25 2.25 0 0 0 6 10.5Zm0 9.75h2.25A2.25 2.25 0 0 0 10.5 18v-2.25a2.25 2.25 0 0 0-2.25-2.25H6a2.25 2.25 0 0 0-2.25 2.25V18A2.25 2.25 0 0 0 6 20.25Zm9.75-9.75H18a2.25 2.25 0 0 0 2.25-2.25V6A2.25 2.25 0 0 0 18 3.75h-2.25A2.25 2.25 0 0 0 13.5 6v2.25a2.25 2.25 0 0 0 2.25 2.25Z"}))}const y7=o.forwardRef(x7);function L7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.562.562 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z"}))}const M7=o.forwardRef(L7);function C7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 9.563C9 9.252 9.252 9 9.563 9h4.874c.311 0 .563.252.563.563v4.874c0 .311-.252.563-.563.563H9.564A.562.562 0 0 1 9 14.437V9.564Z"}))}const $7=o.forwardRef(C7);function j7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 7.5A2.25 2.25 0 0 1 7.5 5.25h9a2.25 2.25 0 0 1 2.25 2.25v9a2.25 2.25 0 0 1-2.25 2.25h-9a2.25 2.25 0 0 1-2.25-2.25v-9Z"}))}const A7=o.forwardRef(j7);function O7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 12a8.912 8.912 0 0 1-.318-.079c-1.585-.424-2.904-1.247-3.76-2.236-.873-1.009-1.265-2.19-.968-3.301.59-2.2 3.663-3.29 6.863-2.432A8.186 8.186 0 0 1 16.5 5.21M6.42 17.81c.857.99 2.176 1.812 3.761 2.237 3.2.858 6.274-.23 6.863-2.431.233-.868.044-1.779-.465-2.617M3.75 12h16.5"}))}const F7=o.forwardRef(O7);function S7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"}))}const B7=o.forwardRef(S7);function I7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.098 19.902a3.75 3.75 0 0 0 5.304 0l6.401-6.402M6.75 21A3.75 3.75 0 0 1 3 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 0 0 3.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88c.438-.439 1.15-.439 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75v-.008Z"}))}const R7=o.forwardRef(I7);function W7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0 1 12 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5"}))}const N7=o.forwardRef(W7);function T7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.568 3H5.25A2.25 2.25 0 0 0 3 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 0 0 5.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 0 0 9.568 3Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 6h.008v.008H6V6Z"}))}const P7=o.forwardRef(T7);function H7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 6v.75m0 3v.75m0 3v.75m0 3V18m-9-5.25h5.25M7.5 15h3M3.375 5.25c-.621 0-1.125.504-1.125 1.125v3.026a2.999 2.999 0 0 1 0 5.198v3.026c0 .621.504 1.125 1.125 1.125h17.25c.621 0 1.125-.504 1.125-1.125v-3.026a2.999 2.999 0 0 1 0-5.198V6.375c0-.621-.504-1.125-1.125-1.125H3.375Z"}))}const V7=o.forwardRef(H7);function _7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0"}))}const D7=o.forwardRef(_7);function Z7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 18.75h-9m9 0a3 3 0 0 1 3 3h-15a3 3 0 0 1 3-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.454 7.454 0 0 1-.982-3.172M9.497 14.25a7.454 7.454 0 0 0 .981-3.172M5.25 4.236c-.982.143-1.954.317-2.916.52A6.003 6.003 0 0 0 7.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25c2.291 0 4.545.16 6.75.47v1.516M7.73 9.728a6.726 6.726 0 0 0 2.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46.32 46.32 0 0 1 2.916.52 6.003 6.003 0 0 1-5.395 4.972m0 0a6.726 6.726 0 0 1-2.749 1.35m0 0a6.772 6.772 0 0 1-3.044 0"}))}const U7=o.forwardRef(Z7);function q7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 18.75a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 0 1-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 0 0-3.213-9.193 2.056 2.056 0 0 0-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 0 0-10.026 0 1.106 1.106 0 0 0-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12"}))}const G7=o.forwardRef(q7);function z7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 20.25h12m-7.5-3v3m3-3v3m-10.125-3h17.25c.621 0 1.125-.504 1.125-1.125V4.875c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125Z"}))}const K7=o.forwardRef(z7);function X7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.995 3.744v7.5a6 6 0 1 1-12 0v-7.5m-2.25 16.502h16.5"}))}const Y7=o.forwardRef(X7);function Q7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const J7=o.forwardRef(Q7);function e4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z"}))}const t4=o.forwardRef(e4);function r4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M22 10.5h-6m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM4 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 10.374 21c-2.331 0-4.512-.645-6.374-1.766Z"}))}const n4=o.forwardRef(r4);function o4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM3 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 9.374 21c-2.331 0-4.512-.645-6.374-1.766Z"}))}const a4=o.forwardRef(o4);function l4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z"}))}const i4=o.forwardRef(l4);function s4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"}))}const c4=o.forwardRef(s4);function d4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.745 3A23.933 23.933 0 0 0 3 12c0 3.183.62 6.22 1.745 9M19.5 3c.967 2.78 1.5 5.817 1.5 9s-.533 6.22-1.5 9M8.25 8.885l1.444-.89a.75.75 0 0 1 1.105.402l2.402 7.206a.75.75 0 0 0 1.104.401l1.445-.889m-8.25.75.213.09a1.687 1.687 0 0 0 2.062-.617l4.45-6.676a1.688 1.688 0 0 1 2.062-.618l.213.09"}))}const u4=o.forwardRef(d4);function f4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M12 18.75H4.5a2.25 2.25 0 0 1-2.25-2.25V9m12.841 9.091L16.5 19.5m-1.409-1.409c.407-.407.659-.97.659-1.591v-9a2.25 2.25 0 0 0-2.25-2.25h-9c-.621 0-1.184.252-1.591.659m12.182 12.182L2.909 5.909M1.5 4.5l1.409 1.409"}))}const h4=o.forwardRef(f4);function m4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25h-9A2.25 2.25 0 0 0 2.25 7.5v9a2.25 2.25 0 0 0 2.25 2.25Z"}))}const w4=o.forwardRef(m4);function p4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 4.5v15m6-15v15m-10.875 0h15.75c.621 0 1.125-.504 1.125-1.125V5.625c0-.621-.504-1.125-1.125-1.125H4.125C3.504 4.5 3 5.004 3 5.625v12.75c0 .621.504 1.125 1.125 1.125Z"}))}const v4=o.forwardRef(p4);function g4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 3.75H6A2.25 2.25 0 0 0 3.75 6v1.5M16.5 3.75H18A2.25 2.25 0 0 1 20.25 6v1.5m0 9V18A2.25 2.25 0 0 1 18 20.25h-1.5m-9 0H6A2.25 2.25 0 0 1 3.75 18v-1.5M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const b4=o.forwardRef(g4);function k4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a2.25 2.25 0 0 0-2.25-2.25H15a3 3 0 1 1-6 0H5.25A2.25 2.25 0 0 0 3 12m18 0v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 9m18 0V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v3"}))}const E4=o.forwardRef(k4);function x4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.288 15.038a5.25 5.25 0 0 1 7.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 0 1 1.06 0Z"}))}const y4=o.forwardRef(x4);function L4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 8.25V18a2.25 2.25 0 0 0 2.25 2.25h13.5A2.25 2.25 0 0 0 21 18V8.25m-18 0V6a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 6v2.25m-18 0h18M5.25 6h.008v.008H5.25V6ZM7.5 6h.008v.008H7.5V6Zm2.25 0h.008v.008H9.75V6Z"}))}const M4=o.forwardRef(L4);function C4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437 1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008v-.008Z"}))}const $4=o.forwardRef(C4);function j4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75a4.5 4.5 0 0 1-4.884 4.484c-1.076-.091-2.264.071-2.95.904l-7.152 8.684a2.548 2.548 0 1 1-3.586-3.586l8.684-7.152c.833-.686.995-1.874.904-2.95a4.5 4.5 0 0 1 6.336-4.486l-3.276 3.276a3.004 3.004 0 0 0 2.25 2.25l3.276-3.276c.256.565.398 1.192.398 1.852Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.867 19.125h.008v.008h-.008v-.008Z"}))}const A4=o.forwardRef(j4);function O4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const F4=o.forwardRef(O4);function S4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18 18 6M6 6l12 12"}))}const zo=o.forwardRef(S4),B4=Object.freeze(Object.defineProperty({__proto__:null,AcademicCapIcon:T0,AdjustmentsHorizontalIcon:H0,AdjustmentsVerticalIcon:_0,ArchiveBoxArrowDownIcon:Z0,ArchiveBoxIcon:z0,ArchiveBoxXMarkIcon:q0,ArrowDownCircleIcon:X0,ArrowDownIcon:s1,ArrowDownLeftIcon:Q0,ArrowDownOnSquareIcon:r1,ArrowDownOnSquareStackIcon:e1,ArrowDownRightIcon:o1,ArrowDownTrayIcon:l1,ArrowLeftCircleIcon:d1,ArrowLeftEndOnRectangleIcon:f1,ArrowLeftIcon:Zo,ArrowLeftOnRectangleIcon:m1,ArrowLeftStartOnRectangleIcon:p1,ArrowLongDownIcon:b1,ArrowLongLeftIcon:E1,ArrowLongRightIcon:y1,ArrowLongUpIcon:M1,ArrowPathIcon:A1,ArrowPathRoundedSquareIcon:$1,ArrowRightCircleIcon:F1,ArrowRightEndOnRectangleIcon:B1,ArrowRightIcon:Uo,ArrowRightOnRectangleIcon:R1,ArrowRightStartOnRectangleIcon:N1,ArrowSmallDownIcon:H1,ArrowSmallLeftIcon:_1,ArrowSmallRightIcon:Z1,ArrowSmallUpIcon:q1,ArrowTopRightOnSquareIcon:z1,ArrowTrendingDownIcon:X1,ArrowTrendingUpIcon:Q1,ArrowTurnDownLeftIcon:e5,ArrowTurnDownRightIcon:r5,ArrowTurnLeftDownIcon:o5,ArrowTurnLeftUpIcon:l5,ArrowTurnRightDownIcon:s5,ArrowTurnRightUpIcon:d5,ArrowTurnUpLeftIcon:f5,ArrowTurnUpRightIcon:m5,ArrowUpCircleIcon:p5,ArrowUpIcon:j5,ArrowUpLeftIcon:g5,ArrowUpOnSquareIcon:x5,ArrowUpOnSquareStackIcon:k5,ArrowUpRightIcon:L5,ArrowUpTrayIcon:C5,ArrowUturnDownIcon:O5,ArrowUturnLeftIcon:S5,ArrowUturnRightIcon:I5,ArrowUturnUpIcon:W5,ArrowsPointingInIcon:T5,ArrowsPointingOutIcon:H5,ArrowsRightLeftIcon:_5,ArrowsUpDownIcon:Z5,AtSymbolIcon:q5,BackspaceIcon:z5,BackwardIcon:X5,BanknotesIcon:Q5,Bars2Icon:e2,Bars3BottomLeftIcon:r2,Bars3BottomRightIcon:o2,Bars3CenterLeftIcon:l2,Bars3Icon:s2,Bars4Icon:d2,BarsArrowDownIcon:f2,BarsArrowUpIcon:m2,Battery0Icon:p2,Battery100Icon:g2,Battery50Icon:k2,BeakerIcon:x2,BellAlertIcon:L2,BellIcon:O2,BellSlashIcon:C2,BellSnoozeIcon:j2,BoldIcon:S2,BoltIcon:W2,BoltSlashIcon:I2,BookOpenIcon:T2,BookmarkIcon:Z2,BookmarkSlashIcon:H2,BookmarkSquareIcon:_2,BriefcaseIcon:q2,BugAntIcon:z2,BuildingLibraryIcon:X2,BuildingOffice2Icon:Q2,BuildingOfficeIcon:ec,BuildingStorefrontIcon:rc,CakeIcon:oc,CalculatorIcon:lc,CalendarDateRangeIcon:sc,CalendarDaysIcon:dc,CalendarIcon:fc,CameraIcon:mc,ChartBarIcon:gc,ChartBarSquareIcon:pc,ChartPieIcon:kc,ChatBubbleBottomCenterIcon:Lc,ChatBubbleBottomCenterTextIcon:xc,ChatBubbleLeftEllipsisIcon:Cc,ChatBubbleLeftIcon:Oc,ChatBubbleLeftRightIcon:jc,ChatBubbleOvalLeftEllipsisIcon:Sc,ChatBubbleOvalLeftIcon:Ic,CheckBadgeIcon:Wc,CheckCircleIcon:qo,CheckIcon:Pc,ChevronDoubleDownIcon:Vc,ChevronDoubleLeftIcon:Dc,ChevronDoubleRightIcon:Uc,ChevronDoubleUpIcon:Gc,ChevronDownIcon:Kc,ChevronLeftIcon:Yc,ChevronRightIcon:Jc,ChevronUpDownIcon:td,ChevronUpIcon:nd,CircleStackIcon:ad,ClipboardDocumentCheckIcon:id,ClipboardDocumentIcon:ud,ClipboardDocumentListIcon:cd,ClipboardIcon:hd,ClockIcon:wd,CloudArrowDownIcon:vd,CloudArrowUpIcon:bd,CloudIcon:Ed,CodeBracketIcon:Md,CodeBracketSquareIcon:yd,Cog6ToothIcon:$d,Cog8ToothIcon:Ad,CogIcon:Fd,CommandLineIcon:Bd,ComputerDesktopIcon:Rd,CpuChipIcon:Nd,CreditCardIcon:Pd,CubeIcon:Dd,CubeTransparentIcon:Vd,CurrencyBangladeshiIcon:Ud,CurrencyDollarIcon:Gd,CurrencyEuroIcon:Kd,CurrencyPoundIcon:Yd,CurrencyRupeeIcon:Jd,CurrencyYenIcon:tu,CursorArrowRaysIcon:nu,CursorArrowRippleIcon:au,DevicePhoneMobileIcon:iu,DeviceTabletIcon:cu,DivideIcon:uu,DocumentArrowDownIcon:hu,DocumentArrowUpIcon:wu,DocumentChartBarIcon:vu,DocumentCheckIcon:bu,DocumentCurrencyBangladeshiIcon:Eu,DocumentCurrencyDollarIcon:yu,DocumentCurrencyEuroIcon:Mu,DocumentCurrencyPoundIcon:$u,DocumentCurrencyRupeeIcon:Au,DocumentCurrencyYenIcon:Fu,DocumentDuplicateIcon:Bu,DocumentIcon:Du,DocumentMagnifyingGlassIcon:Ru,DocumentMinusIcon:Nu,DocumentPlusIcon:Pu,DocumentTextIcon:Vu,EllipsisHorizontalCircleIcon:Uu,EllipsisHorizontalIcon:Gu,EllipsisVerticalIcon:Ku,EnvelopeIcon:Ju,EnvelopeOpenIcon:Yu,EqualsIcon:tf,ExclamationCircleIcon:nf,ExclamationTriangleIcon:af,EyeDropperIcon:sf,EyeIcon:ff,EyeSlashIcon:df,FaceFrownIcon:mf,FaceSmileIcon:pf,FilmIcon:gf,FingerPrintIcon:kf,FireIcon:xf,FlagIcon:Lf,FolderArrowDownIcon:Cf,FolderIcon:If,FolderMinusIcon:jf,FolderOpenIcon:Of,FolderPlusIcon:Sf,ForwardIcon:Wf,FunnelIcon:Tf,GifIcon:Hf,GiftIcon:Zf,GiftTopIcon:_f,GlobeAltIcon:qf,GlobeAmericasIcon:zf,GlobeAsiaAustraliaIcon:Xf,GlobeEuropeAfricaIcon:Qf,H1Icon:e3,H2Icon:r3,H3Icon:o3,HandRaisedIcon:l3,HandThumbDownIcon:s3,HandThumbUpIcon:d3,HashtagIcon:f3,HeartIcon:m3,HomeIcon:g3,HomeModernIcon:p3,IdentificationIcon:k3,InboxArrowDownIcon:x3,InboxIcon:C3,InboxStackIcon:L3,InformationCircleIcon:j3,ItalicIcon:O3,KeyIcon:S3,LanguageIcon:I3,LifebuoyIcon:W3,LightBulbIcon:T3,LinkIcon:_3,LinkSlashIcon:H3,ListBulletIcon:Z3,LockClosedIcon:q3,LockOpenIcon:z3,MagnifyingGlassCircleIcon:X3,MagnifyingGlassIcon:rh,MagnifyingGlassMinusIcon:Q3,MagnifyingGlassPlusIcon:eh,MapIcon:lh,MapPinIcon:oh,MegaphoneIcon:sh,MicrophoneIcon:dh,MinusCircleIcon:fh,MinusIcon:ph,MinusSmallIcon:mh,MoonIcon:gh,MusicalNoteIcon:kh,NewspaperIcon:xh,NoSymbolIcon:Lh,NumberedListIcon:Ch,PaintBrushIcon:jh,PaperAirplaneIcon:Oh,PaperClipIcon:Sh,PauseCircleIcon:Ih,PauseIcon:Wh,PencilIcon:Hh,PencilSquareIcon:Th,PercentBadgeIcon:_h,PhoneArrowDownLeftIcon:Zh,PhoneArrowUpRightIcon:qh,PhoneIcon:Xh,PhoneXMarkIcon:zh,PhotoIcon:Go,PlayCircleIcon:Jh,PlayIcon:nm,PlayPauseIcon:tm,PlusCircleIcon:am,PlusIcon:cm,PlusSmallIcon:im,PowerIcon:um,PresentationChartBarIcon:hm,PresentationChartLineIcon:wm,PrinterIcon:vm,PuzzlePieceIcon:bm,QrCodeIcon:Em,QuestionMarkCircleIcon:ym,QueueListIcon:Mm,RadioIcon:$m,ReceiptPercentIcon:Am,ReceiptRefundIcon:Fm,RectangleGroupIcon:Bm,RectangleStackIcon:Rm,RocketLaunchIcon:Nm,RssIcon:Pm,ScaleIcon:Vm,ScissorsIcon:Dm,ServerIcon:Gm,ServerStackIcon:Um,ShareIcon:Km,ShieldCheckIcon:Ym,ShieldExclamationIcon:Jm,ShoppingBagIcon:t7,ShoppingCartIcon:n7,SignalIcon:i7,SignalSlashIcon:a7,SlashIcon:c7,SparklesIcon:u7,SpeakerWaveIcon:h7,SpeakerXMarkIcon:w7,Square2StackIcon:v7,Square3Stack3DIcon:b7,Squares2X2Icon:E7,SquaresPlusIcon:y7,StarIcon:M7,StopCircleIcon:$7,StopIcon:A7,StrikethroughIcon:F7,SunIcon:B7,SwatchIcon:R7,TableCellsIcon:N7,TagIcon:P7,TicketIcon:V7,TrashIcon:D7,TrophyIcon:U7,TruckIcon:G7,TvIcon:K7,UnderlineIcon:Y7,UserCircleIcon:J7,UserGroupIcon:t4,UserIcon:i4,UserMinusIcon:n4,UserPlusIcon:a4,UsersIcon:c4,VariableIcon:u4,VideoCameraIcon:w4,VideoCameraSlashIcon:h4,ViewColumnsIcon:v4,ViewfinderCircleIcon:b4,WalletIcon:E4,WifiIcon:y4,WindowIcon:M4,WrenchIcon:A4,WrenchScrewdriverIcon:$4,XCircleIcon:F4,XMarkIcon:zo},Symbol.toStringTag,{value:"Module"}));function I4({value:e,onChange:t,accept:r=[".png",".jpg",".jpeg",".gif"],maxSize:n=10*1024*1024}){const[a,l]=w.useState(!1),[i,s]=w.useState(!1),c=m=>{var b;const h=(b=m.name.split(".").pop())==null?void 0:b.toLowerCase();return r.map(g=>g.replace(".","").toLowerCase()).includes(h)?m.size>n?(alert(`File is too large. Maximum size is ${Math.round(n/(1024*1024))}MB`),!1):!0:(alert(`Invalid file type. Accepted types: ${r.join(", ")}`),!1)},d=m=>{if(!m||!c(m))return;const h=new FileReader;h.onloadstart=()=>s(!0),h.onloadend=()=>s(!1),h.onload=()=>{const v=h.result;t==null||t(v)},h.readAsDataURL(m)},f=m=>{var v;const h=(v=m.target.files)==null?void 0:v[0];d(h)},p=m=>{var v;m.preventDefault(),l(!1);const h=(v=m.dataTransfer.files)==null?void 0:v[0];d(h)};return u.jsxs("div",{className:`mt-2 flex flex-col items-center justify-center rounded-lg border ${a?"border-indigo-600 bg-indigo-50":"border-gray-900/25"} relative border-dashed px-6 py-10`,onDragOver:m=>{m.preventDefault(),l(!0)},onDragLeave:m=>{m.preventDefault(),l(!1)},onDrop:p,children:[e?u.jsxs("div",{className:"relative",children:[u.jsx("img",{src:e,alt:"Preview",className:"max-h-48 rounded-md object-contain"}),u.jsx("button",{type:"button",onClick:()=>t==null?void 0:t(null),className:"absolute right-2 top-2 rounded-full bg-white/80 p-1 text-gray-700 shadow hover:bg-white",children:u.jsx(zo,{className:"h-5 w-5"})})]}):u.jsxs(u.Fragment,{children:[u.jsx(Go,{className:"h-12 w-12 text-gray-300"}),u.jsxs("div",{className:"mt-4 flex text-sm text-gray-600",children:[u.jsxs("label",{className:"relative cursor-pointer rounded-md bg-white font-semibold text-indigo-600 hover:text-indigo-500",children:[u.jsx("span",{children:"Select an image"}),u.jsx("input",{type:"file",className:"sr-only",accept:r.join(","),onChange:f})]}),u.jsx("span",{className:"pl-1",children:"or drag and drop"})]}),u.jsx("p",{className:"text-xs text-gray-500",children:"PNG, JPG, GIF up to 10MB"})]}),i&&u.jsx("p",{className:"mt-2 animate-pulse text-sm text-indigo-600",children:"Converting..."})]})}function R4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,placeholder:i="HH:MM",description:s,required:c,error:d,helper:f,leadingIcon:p,trailingIcon:m,min:h,max:v,step:b}=e,[g,x]=w.useState(!1),k=!!d,E=k?n.error:g?n.inputFocusBorder:n.inputBorder;return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,c&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!k&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),f&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:f}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"time",placeholder:i,value:t||"",onChange:r,onFocus:()=>x(!0),onBlur:()=>x(!1),"aria-invalid":k?"true":"false","aria-describedby":k?`${a}-error`:s?`${a}-description`:void 0,min:h,max:v,step:b,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:E,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:p?"2.5rem":"0.75rem",paddingRight:m||k?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),p&&!k&&u.jsx(p,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),m&&!k&&u.jsx(m,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"}),k&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-red-500"})]}),k?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:d}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}const W4=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;function N4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,placeholder:i="you@example.com",description:s,required:c,helper:d,leadingIcon:f,trailingIcon:p}=e,[m,h]=w.useState(!1),[v,b]=w.useState(null),g=!!v,x=g?n.error:m?n.inputFocusBorder:n.inputBorder,k=()=>{h(!1),c&&!t?b("Email is required"):t&&!W4.test(t)?b("Please enter a valid email address"):b(null)};return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,c&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"email",placeholder:i,value:t||"",onChange:r,onFocus:()=>h(!0),onBlur:k,"aria-invalid":g?"true":"false","aria-describedby":g?`${a}-error`:s?`${a}-description`:void 0,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:x,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:f?"2.5rem":"0.75rem",paddingRight:p||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),f&&!g&&u.jsx(f,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),p&&!g&&u.jsx(p,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}const T4=/^\d{10}$/,Ko=/\D/g;function P4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,placeholder:i="(123) 456-7890",description:s,required:c,helper:d,leadingIcon:f,trailingIcon:p}=e,[m,h]=w.useState(!1),[v,b]=w.useState(null),g=!!v,x=g?n.error:m?n.inputFocusBorder:n.inputBorder,k=y=>{const M=y.replace(Ko,"").slice(0,10),C=[];return M.length>0&&C.push("("+M.substring(0,3)),M.length>=4&&C.push(") "+M.substring(3,6)),M.length>=7&&C.push("-"+M.substring(6,10)),C.join("")},E=y=>{const M=k(y.target.value);r({target:{name:a,value:M}})},L=()=>{h(!1);const y=(t||"").replace(Ko,"");c&&!y?b("Phone number is required"):y&&!T4.test(y)?b("Please enter a valid 10-digit phone number"):b(null)};return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,c&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"tel",placeholder:i,value:t||"",onChange:E,onFocus:()=>h(!0),onBlur:L,"aria-invalid":g?"true":"false","aria-describedby":g?`${a}-error`:s?`${a}-description`:void 0,pattern:"\\d{10}",maxLength:14,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:x,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:f?"2.5rem":"0.75rem",paddingRight:p||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),f&&!g&&u.jsx(f,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),p&&!g&&u.jsx(p,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}function H4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,description:i,required:s,error:c,helper:d,options:f=[]}=e,[p,m]=w.useState(!1),h=!!(c||s&&p&&!t);return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{id:`${a}-label`,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,s&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!s&&!h&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),u.jsx("div",{className:"space-y-2",role:"radiogroup","aria-labelledby":`${a}-label`,children:f.map(v=>u.jsxs("label",{className:"flex cursor-pointer items-center space-x-2",style:{color:n.inputText},children:[u.jsx("input",{type:"radio",name:a,value:v.value,checked:t===v.value,onChange:b=>r(b.target.value),onBlur:()=>m(!0),style:{accentColor:h?n.error:n.inputFocusBorder},className:"h-4 w-4"}),u.jsx("span",{children:v.label})]},v.value))}),h?u.jsxs("div",{className:"mt-1 flex items-center space-x-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"text-sm",children:c||"This field is required"})]}):i?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:i}):null]})}function V4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,placeholder:i="https://example.com",description:s,required:c,helper:d,leadingIcon:f,trailingIcon:p}=e,[m,h]=w.useState(!1),[v,b]=w.useState(null),g=!!v,x=g?n.error:m?n.inputFocusBorder:n.inputBorder,k=/^(https?:\/\/)?([\w-]+\.)+[\w-]{2,}(\/[^\s]*)?$/i,E=()=>{h(!1),c&&!t?b("URL is required"):t&&!k.test(t)?b("Please enter a valid URL"):b(null)};return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,c&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"url",placeholder:i,value:t||"",onChange:r,onFocus:()=>h(!0),onBlur:E,"aria-invalid":g?"true":"false","aria-describedby":g?`${a}-error`:s?`${a}-description`:void 0,pattern:"https?://.+",style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:x,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:f?"2.5rem":"0.75rem",paddingRight:p||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),f&&!g&&u.jsx(f,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),p&&!g&&u.jsx(p,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}function _4({field:e,value:t=[],onChange:r,theme:n}){const{name:a,title:l,placeholder:i="Select options",options:s=[],optionId:c="id",optionLabel:d="name",error:f}=e,p=s.map((k,E)=>{if(typeof k=="string"||typeof k=="number"){const C=String(k);return{id:C,label:C,original:k}}const L=k==null?void 0:k[c],y=L!=null?String(L):`__opt_${E}`,M=(k==null?void 0:k[d])??(k==null?void 0:k.label)??(L!=null?String(L):`option ${E}`);return{id:y,label:M,original:k}}),m=new Map(p.map(k=>[k.label,k.id])),h=new Map(p.map(k=>[k.id,k.label])),v=Array.isArray(t)?t:[],b=v.map(k=>m.get(k)).filter(k=>k!==void 0),g=k=>{const E=(Array.isArray(k)?k:[]).map(L=>h.get(L)).filter(L=>L!==void 0);r(E)},x=v.length>0?v.join(", "):i;return u.jsxs("div",{children:[l&&u.jsx("label",{htmlFor:a,style:{color:n==null?void 0:n.label},className:"mb-1 block text-sm font-medium",children:l}),u.jsx(Po,{value:b,onChange:g,multiple:!0,children:u.jsxs("div",{className:"relative",children:[u.jsxs($r,{id:a,className:"relative w-full cursor-default rounded-md border py-1.5 pl-3 pr-8 text-left text-sm",style:{color:f?n==null?void 0:n.error:n==null?void 0:n.inputText,backgroundColor:n==null?void 0:n.inputBackground,borderColor:f?n==null?void 0:n.error:n==null?void 0:n.inputBorder},children:[u.jsx("span",{className:`block truncate ${v.length===0?"opacity-50":""}`,style:{color:v.length===0?n==null?void 0:n.inputPlaceholder:void 0},children:x}),u.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2",children:u.jsx(Vo,{className:"h-5 w-5",style:{color:n==null?void 0:n.inputPlaceholder},"aria-hidden":"true"})})]}),u.jsx(Oo,{as:w.Fragment,leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:u.jsx(jr,{className:"absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md border py-1 text-sm shadow-lg",style:{backgroundColor:n==null?void 0:n.inputBackground,color:n==null?void 0:n.inputText,borderColor:n==null?void 0:n.inputBorder},children:p.map(k=>u.jsx(Ar,{value:k.id,className:({active:E})=>`relative cursor-default select-none py-2 pl-10 pr-4 ${E?"bg-gray-100":""}`,children:({selected:E})=>u.jsxs(u.Fragment,{children:[u.jsx("span",{className:`block truncate ${E?"font-semibold":"font-normal"}`,children:k.label}),E&&u.jsx("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",style:{color:n==null?void 0:n.inputFocusBorder},children:u.jsx(Ho,{className:"h-5 w-5"})})]})},k.id))})})]})}),f&&u.jsx("p",{className:"mt-2 text-sm",style:{color:n==null?void 0:n.error},children:f})]})}function D4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,description:i,helper:s,optional:c,required:d,error:f}=e,[p,m]=w.useState(!1),h=!!f,v=h?n.error:p?n.inputFocusBorder:n.inputBorder,b=g=>{if(!g)return"";const x=new Date(g);return isNaN(x)?"":x.toISOString().slice(0,16)};return u.jsxs("div",{children:[u.jsxs("div",{className:"mb-1 flex justify-between",children:[l&&u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,d&&u.jsx("span",{style:{color:n.requiredAsterisk},className:"ml-1 text-xs",children:"*"})]}),c&&!h&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),s&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:s}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"datetime-local",value:b(t),onChange:r,onFocus:()=>m(!0),onBlur:()=>m(!1),"aria-invalid":h?"true":"false","aria-describedby":h?`${a}-error`:i?`${a}-description`:void 0,style:{color:h?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:v,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",padding:"0.375rem 0.75rem"},className:"block w-full text-base outline-none sm:text-sm/6"}),h&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 h-5 w-5",style:{color:n.error}})]}),h?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:f}):i?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:i}):null]})}/*!
|
|
22
22
|
* Signature Pad v5.1.1 | https://github.com/szimek/signature_pad
|
|
23
23
|
* (c) 2025 Szymon Nowak | Released under the MIT license
|
|
24
|
-
*/var Rt=class{constructor(e,t,r,n){H(this,"x");H(this,"y");H(this,"pressure");H(this,"time");if(isNaN(e)||isNaN(t))throw new Error(`Point is invalid: (${e}, ${t})`);this.x=+e,this.y=+t,this.pressure=r||0,this.time=n||Date.now()}distanceTo(e){return Math.sqrt(Math.pow(this.x-e.x,2)+Math.pow(this.y-e.y,2))}equals(e){return this.x===e.x&&this.y===e.y&&this.pressure===e.pressure&&this.time===e.time}velocityFrom(e){return this.time!==e.time?this.distanceTo(e)/(this.time-e.time):0}},Z4=class ra{constructor(t,r,n,a,l,i){this.startPoint=t,this.control2=r,this.control1=n,this.endPoint=a,this.startWidth=l,this.endWidth=i}static fromPoints(t,r){const n=this.calculateControlPoints(t[0],t[1],t[2]).c2,a=this.calculateControlPoints(t[1],t[2],t[3]).c1;return new ra(t[1],n,a,t[2],r.start,r.end)}static calculateControlPoints(t,r,n){const a=t.x-r.x,l=t.y-r.y,i=r.x-n.x,s=r.y-n.y,c={x:(t.x+r.x)/2,y:(t.y+r.y)/2},d={x:(r.x+n.x)/2,y:(r.y+n.y)/2},f=Math.sqrt(a*a+l*l),p=Math.sqrt(i*i+s*s),m=c.x-d.x,h=c.y-d.y,v=f+p==0?0:p/(f+p),b={x:d.x+m*v,y:d.y+h*v},g=r.x-b.x,x=r.y-b.y;return{c1:new Rt(c.x+g,c.y+x),c2:new Rt(d.x+g,d.y+x)}}length(){let r=0,n,a;for(let l=0;l<=10;l+=1){const i=l/10,s=this.point(i,this.startPoint.x,this.control1.x,this.control2.x,this.endPoint.x),c=this.point(i,this.startPoint.y,this.control1.y,this.control2.y,this.endPoint.y);if(l>0){const d=s-n,f=c-a;r+=Math.sqrt(d*d+f*f)}n=s,a=c}return r}point(t,r,n,a,l){return r*(1-t)*(1-t)*(1-t)+3*n*(1-t)*(1-t)*t+3*a*(1-t)*t*t+l*t*t*t}},U4=class{constructor(){H(this,"_et");try{this._et=new EventTarget}catch{this._et=document}}addEventListener(e,t,r){this._et.addEventListener(e,t,r)}dispatchEvent(e){return this._et.dispatchEvent(e)}removeEventListener(e,t,r){this._et.removeEventListener(e,t,r)}};function q4(e,t=250){let r=0,n=null,a,l,i;const s=()=>{r=Date.now(),n=null,a=e.apply(l,i),n||(l=null,i=[])};return function(...d){const f=Date.now(),p=t-(f-r);return l=this,i=d,p<=0||p>t?(n&&(clearTimeout(n),n=null),r=f,a=e.apply(l,i),n||(l=null,i=[])):n||(n=window.setTimeout(s,p)),a}}var G4=class Sr extends U4{constructor(r,n={}){super();H(this,"dotSize");H(this,"minWidth");H(this,"maxWidth");H(this,"penColor");H(this,"minDistance");H(this,"velocityFilterWeight");H(this,"compositeOperation");H(this,"backgroundColor");H(this,"throttle");H(this,"canvasContextOptions");H(this,"_ctx");H(this,"_drawingStroke",!1);H(this,"_isEmpty",!0);H(this,"_dataUrl");H(this,"_dataUrlOptions");H(this,"_lastPoints",[]);H(this,"_data",[]);H(this,"_lastVelocity",0);H(this,"_lastWidth",0);H(this,"_strokeMoveUpdate");H(this,"_strokePointerId");this.canvas=r,this.velocityFilterWeight=n.velocityFilterWeight||.7,this.minWidth=n.minWidth||.5,this.maxWidth=n.maxWidth||2.5,this.throttle=n.throttle??16,this.minDistance=n.minDistance??5,this.dotSize=n.dotSize||0,this.penColor=n.penColor||"black",this.backgroundColor=n.backgroundColor||"rgba(0,0,0,0)",this.compositeOperation=n.compositeOperation||"source-over",this.canvasContextOptions=n.canvasContextOptions??{},this._strokeMoveUpdate=this.throttle?q4(Sr.prototype._strokeUpdate,this.throttle):Sr.prototype._strokeUpdate,this._handleMouseDown=this._handleMouseDown.bind(this),this._handleMouseMove=this._handleMouseMove.bind(this),this._handleMouseUp=this._handleMouseUp.bind(this),this._handleTouchStart=this._handleTouchStart.bind(this),this._handleTouchMove=this._handleTouchMove.bind(this),this._handleTouchEnd=this._handleTouchEnd.bind(this),this._handlePointerDown=this._handlePointerDown.bind(this),this._handlePointerMove=this._handlePointerMove.bind(this),this._handlePointerUp=this._handlePointerUp.bind(this),this._ctx=r.getContext("2d",this.canvasContextOptions),this.clear(),this.on()}clear(){const{_ctx:r,canvas:n}=this;r.fillStyle=this.backgroundColor,r.clearRect(0,0,n.width,n.height),r.fillRect(0,0,n.width,n.height),this._data=[],this._reset(this._getPointGroupOptions()),this._isEmpty=!0,this._dataUrl=void 0,this._dataUrlOptions=void 0,this._strokePointerId=void 0}redraw(){const r=this._data,n=this._dataUrl,a=this._dataUrlOptions;this.clear(),n&&this.fromDataURL(n,a),this.fromData(r,{clear:!1})}fromDataURL(r,n={}){return new Promise((a,l)=>{const i=new Image,s=n.ratio||window.devicePixelRatio||1,c=n.width||this.canvas.width/s,d=n.height||this.canvas.height/s,f=n.xOffset||0,p=n.yOffset||0;this._reset(this._getPointGroupOptions()),i.onload=()=>{this._ctx.drawImage(i,f,p,c,d),a()},i.onerror=m=>{l(m)},i.crossOrigin="anonymous",i.src=r,this._isEmpty=!1,this._dataUrl=r,this._dataUrlOptions={...n}})}toDataURL(r="image/png",n){switch(r){case"image/svg+xml":return typeof n!="object"&&(n=void 0),`data:image/svg+xml;base64,${btoa(this.toSVG(n))}`;default:return typeof n!="number"&&(n=void 0),this.canvas.toDataURL(r,n)}}on(){this.canvas.style.touchAction="none",this.canvas.style.msTouchAction="none",this.canvas.style.userSelect="none";const r=/Macintosh/.test(navigator.userAgent)&&"ontouchstart"in document;window.PointerEvent&&!r?this._handlePointerEvents():(this._handleMouseEvents(),"ontouchstart"in window&&this._handleTouchEvents())}off(){this.canvas.style.touchAction="auto",this.canvas.style.msTouchAction="auto",this.canvas.style.userSelect="auto",this.canvas.removeEventListener("pointerdown",this._handlePointerDown),this.canvas.removeEventListener("mousedown",this._handleMouseDown),this.canvas.removeEventListener("touchstart",this._handleTouchStart),this._removeMoveUpEventListeners()}_getListenerFunctions(){const r=window.document===this.canvas.ownerDocument?window:this.canvas.ownerDocument.defaultView??this.canvas.ownerDocument;return{addEventListener:r.addEventListener.bind(r),removeEventListener:r.removeEventListener.bind(r)}}_removeMoveUpEventListeners(){const{removeEventListener:r}=this._getListenerFunctions();r("pointermove",this._handlePointerMove),r("pointerup",this._handlePointerUp),r("mousemove",this._handleMouseMove),r("mouseup",this._handleMouseUp),r("touchmove",this._handleTouchMove),r("touchend",this._handleTouchEnd)}isEmpty(){return this._isEmpty}fromData(r,{clear:n=!0}={}){n&&this.clear(),this._fromData(r,this._drawCurve.bind(this),this._drawDot.bind(this)),this._data=this._data.concat(r)}toData(){return this._data}_isLeftButtonPressed(r,n){return n?r.buttons===1:(r.buttons&1)===1}_pointerEventToSignatureEvent(r){return{event:r,type:r.type,x:r.clientX,y:r.clientY,pressure:"pressure"in r?r.pressure:0}}_touchEventToSignatureEvent(r){const n=r.changedTouches[0];return{event:r,type:r.type,x:n.clientX,y:n.clientY,pressure:n.force}}_handleMouseDown(r){!this._isLeftButtonPressed(r,!0)||this._drawingStroke||this._strokeBegin(this._pointerEventToSignatureEvent(r))}_handleMouseMove(r){if(!this._isLeftButtonPressed(r,!0)||!this._drawingStroke){this._strokeEnd(this._pointerEventToSignatureEvent(r),!1);return}this._strokeMoveUpdate(this._pointerEventToSignatureEvent(r))}_handleMouseUp(r){this._isLeftButtonPressed(r)||this._strokeEnd(this._pointerEventToSignatureEvent(r))}_handleTouchStart(r){r.targetTouches.length!==1||this._drawingStroke||(r.cancelable&&r.preventDefault(),this._strokeBegin(this._touchEventToSignatureEvent(r)))}_handleTouchMove(r){if(r.targetTouches.length===1){if(r.cancelable&&r.preventDefault(),!this._drawingStroke){this._strokeEnd(this._touchEventToSignatureEvent(r),!1);return}this._strokeMoveUpdate(this._touchEventToSignatureEvent(r))}}_handleTouchEnd(r){r.targetTouches.length===0&&(r.cancelable&&r.preventDefault(),this._strokeEnd(this._touchEventToSignatureEvent(r)))}_getPointerId(r){return r.persistentDeviceId||r.pointerId}_allowPointerId(r,n=!1){return typeof this._strokePointerId>"u"?n:this._getPointerId(r)===this._strokePointerId}_handlePointerDown(r){this._drawingStroke||!this._isLeftButtonPressed(r)||!this._allowPointerId(r,!0)||(this._strokePointerId=this._getPointerId(r),r.preventDefault(),this._strokeBegin(this._pointerEventToSignatureEvent(r)))}_handlePointerMove(r){if(this._allowPointerId(r)){if(!this._isLeftButtonPressed(r,!0)||!this._drawingStroke){this._strokeEnd(this._pointerEventToSignatureEvent(r),!1);return}r.preventDefault(),this._strokeMoveUpdate(this._pointerEventToSignatureEvent(r))}}_handlePointerUp(r){this._isLeftButtonPressed(r)||!this._allowPointerId(r)||(r.preventDefault(),this._strokeEnd(this._pointerEventToSignatureEvent(r)))}_getPointGroupOptions(r){return{penColor:r&&"penColor"in r?r.penColor:this.penColor,dotSize:r&&"dotSize"in r?r.dotSize:this.dotSize,minWidth:r&&"minWidth"in r?r.minWidth:this.minWidth,maxWidth:r&&"maxWidth"in r?r.maxWidth:this.maxWidth,velocityFilterWeight:r&&"velocityFilterWeight"in r?r.velocityFilterWeight:this.velocityFilterWeight,compositeOperation:r&&"compositeOperation"in r?r.compositeOperation:this.compositeOperation}}_strokeBegin(r){if(!this.dispatchEvent(new CustomEvent("beginStroke",{detail:r,cancelable:!0})))return;const{addEventListener:a}=this._getListenerFunctions();switch(r.event.type){case"mousedown":a("mousemove",this._handleMouseMove,{passive:!1}),a("mouseup",this._handleMouseUp,{passive:!1});break;case"touchstart":a("touchmove",this._handleTouchMove,{passive:!1}),a("touchend",this._handleTouchEnd,{passive:!1});break;case"pointerdown":a("pointermove",this._handlePointerMove,{passive:!1}),a("pointerup",this._handlePointerUp,{passive:!1});break}this._drawingStroke=!0;const l=this._getPointGroupOptions(),i={...l,points:[]};this._data.push(i),this._reset(l),this._strokeUpdate(r)}_strokeUpdate(r){if(!this._drawingStroke)return;if(this._data.length===0){this._strokeBegin(r);return}this.dispatchEvent(new CustomEvent("beforeUpdateStroke",{detail:r}));const n=this._createPoint(r.x,r.y,r.pressure),a=this._data[this._data.length-1],l=a.points,i=l.length>0&&l[l.length-1],s=i?n.distanceTo(i)<=this.minDistance:!1,c=this._getPointGroupOptions(a);if(!i||!(i&&s)){const d=this._addPoint(n,c);i?d&&this._drawCurve(d,c):this._drawDot(n,c),l.push({time:n.time,x:n.x,y:n.y,pressure:n.pressure})}this.dispatchEvent(new CustomEvent("afterUpdateStroke",{detail:r}))}_strokeEnd(r,n=!0){this._removeMoveUpEventListeners(),this._drawingStroke&&(n&&this._strokeUpdate(r),this._drawingStroke=!1,this._strokePointerId=void 0,this.dispatchEvent(new CustomEvent("endStroke",{detail:r})))}_handlePointerEvents(){this._drawingStroke=!1,this.canvas.addEventListener("pointerdown",this._handlePointerDown,{passive:!1})}_handleMouseEvents(){this._drawingStroke=!1,this.canvas.addEventListener("mousedown",this._handleMouseDown,{passive:!1})}_handleTouchEvents(){this.canvas.addEventListener("touchstart",this._handleTouchStart,{passive:!1})}_reset(r){this._lastPoints=[],this._lastVelocity=0,this._lastWidth=(r.minWidth+r.maxWidth)/2,this._ctx.fillStyle=r.penColor,this._ctx.globalCompositeOperation=r.compositeOperation}_createPoint(r,n,a){const l=this.canvas.getBoundingClientRect();return new Rt(r-l.left,n-l.top,a,new Date().getTime())}_addPoint(r,n){const{_lastPoints:a}=this;if(a.push(r),a.length>2){a.length===3&&a.unshift(a[0]);const l=this._calculateCurveWidths(a[1],a[2],n),i=Z4.fromPoints(a,l);return a.shift(),i}return null}_calculateCurveWidths(r,n,a){const l=a.velocityFilterWeight*n.velocityFrom(r)+(1-a.velocityFilterWeight)*this._lastVelocity,i=this._strokeWidth(l,a),s={end:i,start:this._lastWidth};return this._lastVelocity=l,this._lastWidth=i,s}_strokeWidth(r,n){return Math.max(n.maxWidth/(r+1),n.minWidth)}_drawCurveSegment(r,n,a){const l=this._ctx;l.moveTo(r,n),l.arc(r,n,a,0,2*Math.PI,!1),this._isEmpty=!1}_drawCurve(r,n){const a=this._ctx,l=r.endWidth-r.startWidth,i=Math.ceil(r.length())*2;a.beginPath(),a.fillStyle=n.penColor;for(let s=0;s<i;s+=1){const c=s/i,d=c*c,f=d*c,p=1-c,m=p*p,h=m*p;let v=h*r.startPoint.x;v+=3*m*c*r.control1.x,v+=3*p*d*r.control2.x,v+=f*r.endPoint.x;let b=h*r.startPoint.y;b+=3*m*c*r.control1.y,b+=3*p*d*r.control2.y,b+=f*r.endPoint.y;const g=Math.min(r.startWidth+f*l,n.maxWidth);this._drawCurveSegment(v,b,g)}a.closePath(),a.fill()}_drawDot(r,n){const a=this._ctx,l=n.dotSize>0?n.dotSize:(n.minWidth+n.maxWidth)/2;a.beginPath(),this._drawCurveSegment(r.x,r.y,l),a.closePath(),a.fillStyle=n.penColor,a.fill()}_fromData(r,n,a){for(const l of r){const{points:i}=l,s=this._getPointGroupOptions(l);if(i.length>1)for(let c=0;c<i.length;c+=1){const d=i[c],f=new Rt(d.x,d.y,d.pressure,d.time);c===0&&this._reset(s);const p=this._addPoint(f,s);p&&n(p,s)}else this._reset(s),a(i[0],s)}}toSVG({includeBackgroundColor:r=!1,includeDataUrl:n=!1}={}){var p,m,h,v,b;const a=this._data,l=Math.max(window.devicePixelRatio||1,1),i=0,s=0,c=this.canvas.width/l,d=this.canvas.height/l,f=document.createElementNS("http://www.w3.org/2000/svg","svg");if(f.setAttribute("xmlns","http://www.w3.org/2000/svg"),f.setAttribute("xmlns:xlink","http://www.w3.org/1999/xlink"),f.setAttribute("viewBox",`${i} ${s} ${c} ${d}`),f.setAttribute("width",c.toString()),f.setAttribute("height",d.toString()),r&&this.backgroundColor){const g=document.createElement("rect");g.setAttribute("width","100%"),g.setAttribute("height","100%"),g.setAttribute("fill",this.backgroundColor),f.appendChild(g)}if(n&&this._dataUrl){const g=((p=this._dataUrlOptions)==null?void 0:p.ratio)||window.devicePixelRatio||1,x=((m=this._dataUrlOptions)==null?void 0:m.width)||this.canvas.width/g,k=((h=this._dataUrlOptions)==null?void 0:h.height)||this.canvas.height/g,E=((v=this._dataUrlOptions)==null?void 0:v.xOffset)||0,L=((b=this._dataUrlOptions)==null?void 0:b.yOffset)||0,y=document.createElement("image");y.setAttribute("x",E.toString()),y.setAttribute("y",L.toString()),y.setAttribute("width",x.toString()),y.setAttribute("height",k.toString()),y.setAttribute("preserveAspectRatio","none"),y.setAttribute("href",this._dataUrl),f.appendChild(y)}return this._fromData(a,(g,{penColor:x})=>{const k=document.createElement("path");if(!isNaN(g.control1.x)&&!isNaN(g.control1.y)&&!isNaN(g.control2.x)&&!isNaN(g.control2.y)){const E=`M ${g.startPoint.x.toFixed(3)},${g.startPoint.y.toFixed(3)} C ${g.control1.x.toFixed(3)},${g.control1.y.toFixed(3)} ${g.control2.x.toFixed(3)},${g.control2.y.toFixed(3)} ${g.endPoint.x.toFixed(3)},${g.endPoint.y.toFixed(3)}`;k.setAttribute("d",E),k.setAttribute("stroke-width",(g.endWidth*2.25).toFixed(3)),k.setAttribute("stroke",x),k.setAttribute("fill","none"),k.setAttribute("stroke-linecap","round"),f.appendChild(k)}},(g,{penColor:x,dotSize:k,minWidth:E,maxWidth:L})=>{const y=document.createElement("circle"),M=k>0?k:(E+L)/2;y.setAttribute("r",M.toString()),y.setAttribute("cx",g.x.toString()),y.setAttribute("cy",g.y.toString()),y.setAttribute("fill",x),f.appendChild(y)}),f.outerHTML}};function z4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,description:i,required:s,helper:c}=e,d=w.useRef(null),f=w.useRef(null),[p,m]=w.useState(null);w.useEffect(()=>{d.current&&(f.current=new G4(d.current,{backgroundColor:n.inputBackground||"#fff",penColor:n.inputText||"#000"}))},[n]);const h=()=>{f.current.clear(),m(s?"Signature is required":null),r({target:{name:a,value:""}})},v=()=>{if(f.current.isEmpty()){s&&m("Signature is required");return}const b=f.current.toDataURL("image/png");m(null),r({target:{name:a,value:b}})};return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,s&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!s&&!p&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),u.jsx("div",{className:"rounded-lg border",style:{borderColor:p?n.error:n.inputBorder,backgroundColor:n.inputBackground},children:u.jsx("canvas",{ref:d,width:400,height:150,style:{width:"100%",height:"150px"}})}),u.jsxs("div",{className:"mt-2 flex gap-2",children:[u.jsx("button",{type:"button",onClick:h,className:"rounded-md border px-3 py-1 text-sm",style:{borderColor:n.inputBorder,color:n.inputText,backgroundColor:n.inputBackground},children:"Clear"}),u.jsx("button",{type:"button",onClick:v,className:"rounded-md px-3 py-1 text-sm",style:{borderColor:n.inputFocusBorder,color:n.inputText,backgroundColor:n.inputBackground},children:"Save"})]}),p?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"text-sm",children:p})]}):i?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:i}):null]})}function Xo({name:e,color:t}){const r=B4[e];return r?u.jsx("div",{className:"rounded-full p-2",children:u.jsx(r,{className:"h-5 w-5",style:{color:t||"#ccc"}})}):(console.warn(`Icon "${e}" not found.`),null)}function K4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,description:i,required:s,helper:c,max:d=5,icon:f="StarIcon"}=e,[p,m]=w.useState(null),[h,v]=w.useState(null),b=!!p,g=k=>{m(s&&k===0?"Rating is required":null),r({target:{name:a,value:k}})},x=k=>{const E=h?k<=h:k<=(t||0);let L;h?L=k<=h?n.inputFocusBorder:n.inputBorder:L=E?n.inputBackground:n.inputBorder;const y=f==="StarIcon"?aa:Xo;return u.jsx("button",{type:"button",onClick:()=>g(k),onMouseEnter:()=>v(k),onMouseLeave:()=>v(null),className:"p-1","aria-label":`Rate ${k} out of ${d}`,children:f==="StarIcon"?u.jsx(y,{className:"h-6 w-6",style:{color:L}}):u.jsx(Xo,{name:f,color:L})},k)};return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,s&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!s&&!b&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),u.jsx("div",{id:a,role:"radiogroup",className:"flex items-center gap-1","aria-invalid":b?"true":"false","aria-describedby":b?`${a}-error`:i?`${a}-description`:void 0,children:[...Array(d)].map((k,E)=>x(E+1))}),b?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:p})]}):i?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:i}):null]})}function X4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,description:i,required:s,helper:c,min:d=1,max:f=10,step:p=1}=e,[m,h]=w.useState(null),v=!!m,b=x=>{h(s&&!x?"Selection is required":null),r({target:{name:a,value:x}})},g=[];for(let x=d;x<=f;x+=p)g.push(x);return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,s&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!s&&!v&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),u.jsx("div",{id:a,role:"radiogroup",className:"flex flex-wrap gap-2","aria-invalid":v?"true":"false","aria-describedby":v?`${a}-error`:i?`${a}-description`:void 0,children:g.map(x=>u.jsxs("label",{className:"flex flex-col items-center text-sm",children:[u.jsx("input",{type:"radio",name:a,value:x,checked:String(t)===String(x),onChange:()=>b(x),className:"peer hidden"}),u.jsx("span",{className:"cursor-pointer rounded-md px-3 py-1 peer-checked:font-bold",style:{border:`1px solid ${String(t)===String(x)?n.inputFocusBorder:n.inputBorder}`,backgroundColor:String(t)===String(x)?n.inputBackground:"transparent",color:String(t)===String(x)?n.inputText:n.description},children:x})]},x))}),v?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:m})]}):i?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:i}):null]})}const Y4=process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY;function Q4({field:e,value:t,onChange:r,theme:n}){const a=w.useRef(null),[l,i]=w.useState(null),[s,c]=w.useState(!1);w.useEffect(()=>{if(window.grecaptcha){window.grecaptcha.ready(()=>d());return}const f=document.createElement("script");f.src="https://www.google.com/recaptcha/api.js?render=explicit",f.async=!0,f.defer=!0,f.onload=()=>{window.grecaptcha.ready(()=>d())},document.body.appendChild(f)},[]);const d=()=>{var p;if(!window.grecaptcha||l!==null||(p=a.current)!=null&&p.hasChildNodes())return;const f=window.grecaptcha.render(a.current,{sitekey:Y4,theme:"light",callback:m=>{c(!1),r({target:{name:e.name,value:m}})},"expired-callback":()=>{r({target:{name:e.name,value:""}}),c(!0)}});i(f)};return u.jsxs("div",{className:"mb-4",children:[e.title&&u.jsxs("label",{htmlFor:e.name,style:{color:n.label},className:"mb-2 block text-sm font-medium",children:[e.title,e.required&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),u.jsx("div",{ref:a}),s&&u.jsx("p",{style:{color:n.error},className:"mt-1 text-sm",children:"Please complete the CAPTCHA"})]})}let Yo=!1;function J4(){Yo||(Yo=!0,V("string",la),V("text",ia),V("color",sa),V("number",R0),V("boolean",ca),V("toggle",da),V("date",W0),V("datetime",_4),V("time",R4),V("select",S0),V("multiselect",D4),V("file",void 0),V("fileV2",void 0),V("uploadToBase",I4),V("array",_o),V("subForm",_o),V("email",N4),V("tel",P4),V("radio",H4),V("url",V4),V("captcha",Q4),V("signature",z4),V("rating",K4),V("scale",X4),V("header",fa))}function ew({children:e}){return w.useEffect(()=>{initNovaForms()},[]),e}function Qo({type:e,kind:t,targetValue:r,modifierValue:n,strictString:a=!1,sourceFields:l}){if(e==="concat"&&Array.isArray(l)){let c="";return l.forEach(d=>{const f=String(d.fieldValue||"");c+=(d.charBefore||"")+f+(d.charAfter||"")}),c}if(typeof n=="number"&&a!==!0){const c=Number(r)||0,d=Number(n);let f;switch(e){case"add":f=c+d;break;case"subtract":f=c-d;break;case"multiply":f=c*d;break;case"divide":f=c/d;break;case"replace":f=d;break;case"concat":f=c+d;break}return t==="percent"&&(f=c*d/100),String(f)}else{let c=r;switch(e){case"concat":case"add":c=String(r)+String(n);break;case"replace":c=String(n);break;case"subtract":case"multiply":case"divide":c=String(r);break}return String(c)}}function tw({setState:e,fields:t=[],rules:r=[]}){const n=Array.isArray(r)?r.reduce((a,l)=>(l!=null&&l.name&&(a[l.name]=l),a),{}):{};return function(l,i){let s,c,d,f,p;if(l!=null&&l.target){const m=l;s=m.target.name,c=m.target.value,d=m.target.type,f=m.target.checked,p=m.target.files}else s=i,c=l;d==="checkbox"&&(c=f),d==="file"&&(c=(p==null?void 0:p[0])??c),e(m=>{var g;let h={...m,[s]:c};const v=t.find(x=>x.name===s);return(g=v==null?void 0:v.modifiers)!=null&&g.length&&v.modifiers.forEach(x=>{const{target:k,type:E,kind:L="number",when:y,value:M,strictString:C=!1}=x;if(k&&ot(c,y,M)){const B=C?String(h[k]||""):Number(h[k]||0),j=C?String(M):Number(M);h[k]=Qo({type:E,kind:L,targetValue:B,modifierValue:j,strictString:C})}}),(Array.isArray(v==null?void 0:v.triggers)?v.triggers:[]).forEach(x=>{const k=x==null?void 0:x.rule;if(!k)return;const E=n[k];if(!E)return;const L=x.when;if(!ot(c,L,x.value))return;(Array.isArray(E.effects)?E.effects:[]).forEach(C=>{const{targetField:B,prop:j="value",type:$,kind:A="number",value:W,strictString:R=!1,sourceFields:O}=C;if(!B||j!=="value")return;let F=null;$==="concat"&&Array.isArray(O)&&(F=O.map(N=>({...N,fieldValue:h[N.field]||""})));const P=h[B]||"",Z=R?String(P):Number(P)||0,I=R?String(W):Number(W);h[B]=Qo({type:$,kind:A,targetValue:Z,modifierValue:I,strictString:R,sourceFields:F})})}),h})}}function ot(e,t,r){const n=Number(e);switch(t){case"true":return!!e;case"false":return!e;case"empty":return!e||e===""||e===null||e===void 0;case"not empty":return e&&e!==""&&e!==null&&e!==void 0;case"null":return e==null;case"not null":return e!=null;case"less than":return n<Number(r);case"greater than":return n>Number(r);case"equal":return n===Number(r);case"not equal":return n!==Number(r);case"between":return n>=Number(r[0])&&n<=Number(r[1]);case"matches":return new RegExp(r).test(e);default:return!1}}function rw(e,t){if(t)return"w-full";switch(e){case 25:return"w-full sm:w-1/4";case 50:return"w-full sm:w-1/2";case 75:return"w-full sm:w-3/4";case 100:default:return"w-full"}}function Jo(e,t,r){const n=Array.isArray(e)?e:e?[e]:[];if(n.length===0)return!1;const a=l=>ot(r==null?void 0:r[l.field],l.when,l.value);return t==="all"?n.every(a):n.some(a)}function nw(e,t){var a,l;const r=(a=e==null?void 0:e.conditions)==null?void 0:a.hiddenWhen,n=((l=e==null?void 0:e.conditions)==null?void 0:l.hiddenMode)==="all"?"all":"any";return Jo(r,n,t)}function ow(e,t){var a,l,i;const r=((a=e==null?void 0:e.conditions)==null?void 0:a.readOnlyWhen)||((l=e==null?void 0:e.conditions)==null?void 0:l.disabledWhen),n=((i=e==null?void 0:e.conditions)==null?void 0:i.readOnlyMode)==="all"?"all":"any";return Jo(r,n,t)}function aw(e,t,r){const n=Array.isArray(t)?t.reduce((l,i)=>(i!=null&&i.name&&(l[i.name]=i),l),{}):{},a={};return e.forEach(l=>{(Array.isArray(l==null?void 0:l.triggers)?l.triggers:[]).forEach(s=>{const c=n[s==null?void 0:s.rule];if(!c)return;const d=Array.isArray(s.when)?s.when:s.when?[s.when]:[],f=s.mode==="all"?"all":"any";if(!(d.length===0?!0:f==="all"?d.every(h=>ot(r==null?void 0:r[h.field],h.when,h.value)):d.some(h=>ot(r==null?void 0:r[h.field],h.when,h.value))))return;(Array.isArray(c.effects)?c.effects:[]).forEach(h=>{const{targetField:v,prop:b="value",value:g}=h;!v||b==="value"||(a[v]={...a[v]||{},[b]:g})})})}),a}function ea({fields:e=[],onChange:t,theme:r,isMobileView:n=!1,formData:a={},rules:l=[]}){const i=aw(e,l,a);return u.jsx("div",{className:"w-full",children:u.jsx("div",{className:"-mx-2 flex flex-wrap",children:e.map((s,c)=>{var m,h,v;const d=nw(s,a)||((m=i[s.name])==null?void 0:m.hidden)===!0,f=s.readOnly||ow(s,a)||((h=i[s.name])==null?void 0:h.readOnly)===!0,p=((v=i[s.name])==null?void 0:v.title)??(s.label||s.title||s.name);return u.jsx("div",{className:`${rw(s.width||100,n)} mb-4 px-2 ${d?"hidden":""}`,children:u.jsx(It,{onChange:t,value:a[s.name]??s.default??"",field:{...s,title:p,readOnly:f},theme:r})},s.name||c)})})})}function lw({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.36-1.814a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z",clipRule:"evenodd"}))}const iw=o.forwardRef(lw),sw=(e,t)=>{let r=0,n=0;return e.forEach(a=>{a.required&&(n++,t[a==null?void 0:a.name]&&t[a==null?void 0:a.name]!==""&&r++)}),{filled:r,total:n}};function cw({config:e={},onSubmit:t=()=>{},onStepChange:r=()=>{},onChange:n=()=>{},theme:a={},formTheme:l={}}){const{steps:i=[],styles:s={},rules:c=[]}=e,[d,f]=w.useState(1),[p,m]=w.useState(!1),[h,v]=w.useState({}),[b,g]=w.useState({}),x=()=>{const j=Math.max(d-1,1);f(j),window.scrollTo({top:0,behavior:"smooth"}),r(j)},k=()=>{var R;const A=(((R=i[d-1])==null?void 0:R.fields)||[]).filter(O=>O.required).filter(O=>!h[O==null?void 0:O.name]||h[O==null?void 0:O.name]==="");if(A.length>0){alert(`Please fill in required fields: ${A.map(O=>O.title).join(", ")}`);return}const W=Math.min(d+1,i.length);f(W),window.scrollTo({top:0,behavior:"smooth"}),r(W)};async function E(){m(!0);try{await t(h),v({}),f(1)}catch(j){console.error("Error submitting wizard:",j),alert("Error: "+j.message)}finally{m(!1)}}const L=i.length>0?Object.values(b).reduce((j,$)=>j+($.total>0?$.filled/$.total*(100/i.length):0),0):0,y=i[d-1]||{},M=y.fields||[];w.useEffect(()=>{const j={};i.forEach(($,A)=>{j[A+1]={filled:0,total:0}}),g(j)},[i]),w.useEffect(()=>{const j={};i.forEach(($,A)=>{const W=$.fields||[];j[A+1]=sw(W,h)}),g(j)},[h,i]);const C={container:"min-h-screen bg-white",contentWrapper:"mx-auto max-w-5xl px-6 py-8 sm:py-12 lg:py-16",header:"font-display text-3xl font-bold tracking-tight sm:mb-2 sm:text-6xl sm:font-light",card:"rounded-xl border border-[#F5F5F5] bg-white p-8 shadow-sm sm:p-12",button:"inline-flex items-center rounded-lg px-6 py-3 text-sm font-medium transition-all duration-200",primaryButton:"bg-[#020DF9] text-white hover:bg-[#0209D9]",secondaryButton:"bg-transparent text-[#4A4A4A] hover:bg-[#FAFAFA]",disabledButton:"cursor-not-allowed bg-transparent text-[#E8E8E8]",...s,...a},B=C.progressBarColor||a.progressBarColor||s.progressBarColor||"#020DF9";return u.jsx("div",{className:C.container,children:u.jsxs("div",{className:C.contentWrapper,children:[u.jsxs("div",{className:"mb-8",children:[u.jsx("h1",{className:`${C.header} text-[#1A1A1A]`,children:e.title||"Multi-step Wizard"}),e.subtitle&&u.jsx("p",{className:"text-base font-light text-[#797979] sm:mb-7",children:e.subtitle}),u.jsxs("div",{className:"mt-3 flex flex-col sm:flex-row sm:items-center sm:justify-between",children:[u.jsxs("p",{className:"text-base font-medium text-[#4A4A4A]",children:["Step ",d," of ",i.length,":"," ",(y==null?void 0:y.fullName)||(y==null?void 0:y.name)||`Step ${d}`]}),u.jsxs("p",{className:"mt-1 text-sm text-[#6B6B6B] sm:mt-0",children:[Math.round(L),"% Complete"]})]})]}),u.jsx("div",{className:"mb-6",children:u.jsx("div",{className:"h-1 overflow-hidden rounded-full bg-[#F5F5F5]",children:u.jsx("div",{className:"h-full rounded-full transition-all duration-500 ease-out",style:{width:`${L}%`,backgroundColor:B}})})}),e.showStepIndicators!==!1&&u.jsx("div",{className:"mb-8",children:u.jsx("nav",{"aria-label":"Progress steps",children:u.jsx("ol",{className:"flex items-center justify-center space-x-1 sm:space-x-2",children:i.map((j,$)=>{const A=$<d-1,W=$===d-1,R=$<d;return u.jsxs("li",{className:"flex items-center",children:[u.jsxs("button",{type:"button",onClick:()=>R&&f($+1),className:`flex items-center rounded-full px-3 py-1.5 text-xs font-medium transition-all duration-200 ${W?"bg-[#020DF9] text-white":A?"bg-[#F5F5F5] text-[#1A1A1A] hover:bg-[#E8E8E8]":"cursor-default bg-transparent text-[#9B9B9B]"} ${R&&!W?"cursor-pointer":""} `,disabled:!R,"aria-current":W?"step":void 0,children:[A&&u.jsx(iw,{className:"mr-1.5 h-3.5 w-3.5"}),u.jsx("span",{className:"hidden sm:inline",children:j==null?void 0:j.name}),u.jsx("span",{className:"sm:hidden",children:$+1})]}),$<i.length-1&&u.jsx("div",{className:"mx-1 h-[1px] w-4 bg-[#E8E8E8] sm:w-8"})]},(j==null?void 0:j.id)||$)})})})}),u.jsxs("div",{className:C.card,children:[u.jsx(ea,{fields:M,onChange:handleFormDataChange,formData:h,isMobileView:!1,rules:c,theme:l}),u.jsxs("div",{className:"mt-16 flex items-center justify-between",children:[u.jsxs("button",{type:"button",onClick:x,className:`${C.button} ${d===1?C.disabledButton:C.secondaryButton} `,disabled:d===1,children:[u.jsx(Zo,{className:"mr-2 h-4 w-4"}),"Previous"]}),u.jsx("div",{className:"flex space-x-2 md:hidden",children:i.map((j,$)=>u.jsx("div",{className:`h-1 rounded-full transition-all duration-200 ${$+1<=d?"w-6 bg-[#020DF9]":"w-2 bg-[#E8E8E8]"} `},$))}),d===i.length?u.jsx("button",{type:"button",onClick:E,disabled:p,className:`${C.button} ${p?"cursor-not-allowed bg-[#E8E8E8]":C.primaryButton} `,children:p?u.jsxs(u.Fragment,{children:[u.jsxs("svg",{className:"-ml-1 mr-3 h-4 w-4 animate-spin text-white",fill:"none",viewBox:"0 0 24 24",children:[u.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),u.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),e.submittingText||"Saving..."]}):u.jsxs(u.Fragment,{children:[e.submitButtonText||"Complete",u.jsx(qo,{className:"ml-2 h-4 w-4"})]})}):u.jsxs("button",{type:"button",onClick:k,className:`${C.button} ${C.primaryButton}`,children:["Continue",u.jsx(Uo,{className:"ml-2 h-4 w-4"})]})]}),b[d]&&b[d].total>0&&u.jsx("div",{className:"mt-8 text-center",children:u.jsxs("p",{className:"text-xs text-[#9B9B9B]",children:[u.jsx("span",{className:"text-[#020DF9]",children:"*"})," Required fields (",b[d].filled," of"," ",b[d].total," completed)"]})})]}),e.showSaveForLater!==!1&&u.jsx("div",{className:"mt-8 text-center",children:u.jsx("button",{type:"button",className:"text-sm text-[#6B6B6B] transition-colors duration-200 hover:text-[#020DF9]",children:e.saveForLaterText||"Save and continue later"})})]})})}function dw(e,t={}){return{...e.reduce((n,a)=>(a.default!==void 0&&(n[a.name]=a.default),n),{}),...t}}D.Form=ea,D.FormsProvider=ew,D.ReturnFieldsV2=It,D.Wizard=cw,D.createFormHandler=tw,D.getAllFields=B0,D.getField=Do,D.initForms=J4,D.initializeFormData=dw,D.registerField=V,Object.defineProperty(D,Symbol.toStringTag,{value:"Module"})});
|
|
24
|
+
*/var Rt=class{constructor(e,t,r,n){H(this,"x");H(this,"y");H(this,"pressure");H(this,"time");if(isNaN(e)||isNaN(t))throw new Error(`Point is invalid: (${e}, ${t})`);this.x=+e,this.y=+t,this.pressure=r||0,this.time=n||Date.now()}distanceTo(e){return Math.sqrt(Math.pow(this.x-e.x,2)+Math.pow(this.y-e.y,2))}equals(e){return this.x===e.x&&this.y===e.y&&this.pressure===e.pressure&&this.time===e.time}velocityFrom(e){return this.time!==e.time?this.distanceTo(e)/(this.time-e.time):0}},Z4=class ra{constructor(t,r,n,a,l,i){this.startPoint=t,this.control2=r,this.control1=n,this.endPoint=a,this.startWidth=l,this.endWidth=i}static fromPoints(t,r){const n=this.calculateControlPoints(t[0],t[1],t[2]).c2,a=this.calculateControlPoints(t[1],t[2],t[3]).c1;return new ra(t[1],n,a,t[2],r.start,r.end)}static calculateControlPoints(t,r,n){const a=t.x-r.x,l=t.y-r.y,i=r.x-n.x,s=r.y-n.y,c={x:(t.x+r.x)/2,y:(t.y+r.y)/2},d={x:(r.x+n.x)/2,y:(r.y+n.y)/2},f=Math.sqrt(a*a+l*l),p=Math.sqrt(i*i+s*s),m=c.x-d.x,h=c.y-d.y,v=f+p==0?0:p/(f+p),b={x:d.x+m*v,y:d.y+h*v},g=r.x-b.x,x=r.y-b.y;return{c1:new Rt(c.x+g,c.y+x),c2:new Rt(d.x+g,d.y+x)}}length(){let r=0,n,a;for(let l=0;l<=10;l+=1){const i=l/10,s=this.point(i,this.startPoint.x,this.control1.x,this.control2.x,this.endPoint.x),c=this.point(i,this.startPoint.y,this.control1.y,this.control2.y,this.endPoint.y);if(l>0){const d=s-n,f=c-a;r+=Math.sqrt(d*d+f*f)}n=s,a=c}return r}point(t,r,n,a,l){return r*(1-t)*(1-t)*(1-t)+3*n*(1-t)*(1-t)*t+3*a*(1-t)*t*t+l*t*t*t}},U4=class{constructor(){H(this,"_et");try{this._et=new EventTarget}catch{this._et=document}}addEventListener(e,t,r){this._et.addEventListener(e,t,r)}dispatchEvent(e){return this._et.dispatchEvent(e)}removeEventListener(e,t,r){this._et.removeEventListener(e,t,r)}};function q4(e,t=250){let r=0,n=null,a,l,i;const s=()=>{r=Date.now(),n=null,a=e.apply(l,i),n||(l=null,i=[])};return function(...d){const f=Date.now(),p=t-(f-r);return l=this,i=d,p<=0||p>t?(n&&(clearTimeout(n),n=null),r=f,a=e.apply(l,i),n||(l=null,i=[])):n||(n=window.setTimeout(s,p)),a}}var G4=class Sr extends U4{constructor(r,n={}){super();H(this,"dotSize");H(this,"minWidth");H(this,"maxWidth");H(this,"penColor");H(this,"minDistance");H(this,"velocityFilterWeight");H(this,"compositeOperation");H(this,"backgroundColor");H(this,"throttle");H(this,"canvasContextOptions");H(this,"_ctx");H(this,"_drawingStroke",!1);H(this,"_isEmpty",!0);H(this,"_dataUrl");H(this,"_dataUrlOptions");H(this,"_lastPoints",[]);H(this,"_data",[]);H(this,"_lastVelocity",0);H(this,"_lastWidth",0);H(this,"_strokeMoveUpdate");H(this,"_strokePointerId");this.canvas=r,this.velocityFilterWeight=n.velocityFilterWeight||.7,this.minWidth=n.minWidth||.5,this.maxWidth=n.maxWidth||2.5,this.throttle=n.throttle??16,this.minDistance=n.minDistance??5,this.dotSize=n.dotSize||0,this.penColor=n.penColor||"black",this.backgroundColor=n.backgroundColor||"rgba(0,0,0,0)",this.compositeOperation=n.compositeOperation||"source-over",this.canvasContextOptions=n.canvasContextOptions??{},this._strokeMoveUpdate=this.throttle?q4(Sr.prototype._strokeUpdate,this.throttle):Sr.prototype._strokeUpdate,this._handleMouseDown=this._handleMouseDown.bind(this),this._handleMouseMove=this._handleMouseMove.bind(this),this._handleMouseUp=this._handleMouseUp.bind(this),this._handleTouchStart=this._handleTouchStart.bind(this),this._handleTouchMove=this._handleTouchMove.bind(this),this._handleTouchEnd=this._handleTouchEnd.bind(this),this._handlePointerDown=this._handlePointerDown.bind(this),this._handlePointerMove=this._handlePointerMove.bind(this),this._handlePointerUp=this._handlePointerUp.bind(this),this._ctx=r.getContext("2d",this.canvasContextOptions),this.clear(),this.on()}clear(){const{_ctx:r,canvas:n}=this;r.fillStyle=this.backgroundColor,r.clearRect(0,0,n.width,n.height),r.fillRect(0,0,n.width,n.height),this._data=[],this._reset(this._getPointGroupOptions()),this._isEmpty=!0,this._dataUrl=void 0,this._dataUrlOptions=void 0,this._strokePointerId=void 0}redraw(){const r=this._data,n=this._dataUrl,a=this._dataUrlOptions;this.clear(),n&&this.fromDataURL(n,a),this.fromData(r,{clear:!1})}fromDataURL(r,n={}){return new Promise((a,l)=>{const i=new Image,s=n.ratio||window.devicePixelRatio||1,c=n.width||this.canvas.width/s,d=n.height||this.canvas.height/s,f=n.xOffset||0,p=n.yOffset||0;this._reset(this._getPointGroupOptions()),i.onload=()=>{this._ctx.drawImage(i,f,p,c,d),a()},i.onerror=m=>{l(m)},i.crossOrigin="anonymous",i.src=r,this._isEmpty=!1,this._dataUrl=r,this._dataUrlOptions={...n}})}toDataURL(r="image/png",n){switch(r){case"image/svg+xml":return typeof n!="object"&&(n=void 0),`data:image/svg+xml;base64,${btoa(this.toSVG(n))}`;default:return typeof n!="number"&&(n=void 0),this.canvas.toDataURL(r,n)}}on(){this.canvas.style.touchAction="none",this.canvas.style.msTouchAction="none",this.canvas.style.userSelect="none";const r=/Macintosh/.test(navigator.userAgent)&&"ontouchstart"in document;window.PointerEvent&&!r?this._handlePointerEvents():(this._handleMouseEvents(),"ontouchstart"in window&&this._handleTouchEvents())}off(){this.canvas.style.touchAction="auto",this.canvas.style.msTouchAction="auto",this.canvas.style.userSelect="auto",this.canvas.removeEventListener("pointerdown",this._handlePointerDown),this.canvas.removeEventListener("mousedown",this._handleMouseDown),this.canvas.removeEventListener("touchstart",this._handleTouchStart),this._removeMoveUpEventListeners()}_getListenerFunctions(){const r=window.document===this.canvas.ownerDocument?window:this.canvas.ownerDocument.defaultView??this.canvas.ownerDocument;return{addEventListener:r.addEventListener.bind(r),removeEventListener:r.removeEventListener.bind(r)}}_removeMoveUpEventListeners(){const{removeEventListener:r}=this._getListenerFunctions();r("pointermove",this._handlePointerMove),r("pointerup",this._handlePointerUp),r("mousemove",this._handleMouseMove),r("mouseup",this._handleMouseUp),r("touchmove",this._handleTouchMove),r("touchend",this._handleTouchEnd)}isEmpty(){return this._isEmpty}fromData(r,{clear:n=!0}={}){n&&this.clear(),this._fromData(r,this._drawCurve.bind(this),this._drawDot.bind(this)),this._data=this._data.concat(r)}toData(){return this._data}_isLeftButtonPressed(r,n){return n?r.buttons===1:(r.buttons&1)===1}_pointerEventToSignatureEvent(r){return{event:r,type:r.type,x:r.clientX,y:r.clientY,pressure:"pressure"in r?r.pressure:0}}_touchEventToSignatureEvent(r){const n=r.changedTouches[0];return{event:r,type:r.type,x:n.clientX,y:n.clientY,pressure:n.force}}_handleMouseDown(r){!this._isLeftButtonPressed(r,!0)||this._drawingStroke||this._strokeBegin(this._pointerEventToSignatureEvent(r))}_handleMouseMove(r){if(!this._isLeftButtonPressed(r,!0)||!this._drawingStroke){this._strokeEnd(this._pointerEventToSignatureEvent(r),!1);return}this._strokeMoveUpdate(this._pointerEventToSignatureEvent(r))}_handleMouseUp(r){this._isLeftButtonPressed(r)||this._strokeEnd(this._pointerEventToSignatureEvent(r))}_handleTouchStart(r){r.targetTouches.length!==1||this._drawingStroke||(r.cancelable&&r.preventDefault(),this._strokeBegin(this._touchEventToSignatureEvent(r)))}_handleTouchMove(r){if(r.targetTouches.length===1){if(r.cancelable&&r.preventDefault(),!this._drawingStroke){this._strokeEnd(this._touchEventToSignatureEvent(r),!1);return}this._strokeMoveUpdate(this._touchEventToSignatureEvent(r))}}_handleTouchEnd(r){r.targetTouches.length===0&&(r.cancelable&&r.preventDefault(),this._strokeEnd(this._touchEventToSignatureEvent(r)))}_getPointerId(r){return r.persistentDeviceId||r.pointerId}_allowPointerId(r,n=!1){return typeof this._strokePointerId>"u"?n:this._getPointerId(r)===this._strokePointerId}_handlePointerDown(r){this._drawingStroke||!this._isLeftButtonPressed(r)||!this._allowPointerId(r,!0)||(this._strokePointerId=this._getPointerId(r),r.preventDefault(),this._strokeBegin(this._pointerEventToSignatureEvent(r)))}_handlePointerMove(r){if(this._allowPointerId(r)){if(!this._isLeftButtonPressed(r,!0)||!this._drawingStroke){this._strokeEnd(this._pointerEventToSignatureEvent(r),!1);return}r.preventDefault(),this._strokeMoveUpdate(this._pointerEventToSignatureEvent(r))}}_handlePointerUp(r){this._isLeftButtonPressed(r)||!this._allowPointerId(r)||(r.preventDefault(),this._strokeEnd(this._pointerEventToSignatureEvent(r)))}_getPointGroupOptions(r){return{penColor:r&&"penColor"in r?r.penColor:this.penColor,dotSize:r&&"dotSize"in r?r.dotSize:this.dotSize,minWidth:r&&"minWidth"in r?r.minWidth:this.minWidth,maxWidth:r&&"maxWidth"in r?r.maxWidth:this.maxWidth,velocityFilterWeight:r&&"velocityFilterWeight"in r?r.velocityFilterWeight:this.velocityFilterWeight,compositeOperation:r&&"compositeOperation"in r?r.compositeOperation:this.compositeOperation}}_strokeBegin(r){if(!this.dispatchEvent(new CustomEvent("beginStroke",{detail:r,cancelable:!0})))return;const{addEventListener:a}=this._getListenerFunctions();switch(r.event.type){case"mousedown":a("mousemove",this._handleMouseMove,{passive:!1}),a("mouseup",this._handleMouseUp,{passive:!1});break;case"touchstart":a("touchmove",this._handleTouchMove,{passive:!1}),a("touchend",this._handleTouchEnd,{passive:!1});break;case"pointerdown":a("pointermove",this._handlePointerMove,{passive:!1}),a("pointerup",this._handlePointerUp,{passive:!1});break}this._drawingStroke=!0;const l=this._getPointGroupOptions(),i={...l,points:[]};this._data.push(i),this._reset(l),this._strokeUpdate(r)}_strokeUpdate(r){if(!this._drawingStroke)return;if(this._data.length===0){this._strokeBegin(r);return}this.dispatchEvent(new CustomEvent("beforeUpdateStroke",{detail:r}));const n=this._createPoint(r.x,r.y,r.pressure),a=this._data[this._data.length-1],l=a.points,i=l.length>0&&l[l.length-1],s=i?n.distanceTo(i)<=this.minDistance:!1,c=this._getPointGroupOptions(a);if(!i||!(i&&s)){const d=this._addPoint(n,c);i?d&&this._drawCurve(d,c):this._drawDot(n,c),l.push({time:n.time,x:n.x,y:n.y,pressure:n.pressure})}this.dispatchEvent(new CustomEvent("afterUpdateStroke",{detail:r}))}_strokeEnd(r,n=!0){this._removeMoveUpEventListeners(),this._drawingStroke&&(n&&this._strokeUpdate(r),this._drawingStroke=!1,this._strokePointerId=void 0,this.dispatchEvent(new CustomEvent("endStroke",{detail:r})))}_handlePointerEvents(){this._drawingStroke=!1,this.canvas.addEventListener("pointerdown",this._handlePointerDown,{passive:!1})}_handleMouseEvents(){this._drawingStroke=!1,this.canvas.addEventListener("mousedown",this._handleMouseDown,{passive:!1})}_handleTouchEvents(){this.canvas.addEventListener("touchstart",this._handleTouchStart,{passive:!1})}_reset(r){this._lastPoints=[],this._lastVelocity=0,this._lastWidth=(r.minWidth+r.maxWidth)/2,this._ctx.fillStyle=r.penColor,this._ctx.globalCompositeOperation=r.compositeOperation}_createPoint(r,n,a){const l=this.canvas.getBoundingClientRect();return new Rt(r-l.left,n-l.top,a,new Date().getTime())}_addPoint(r,n){const{_lastPoints:a}=this;if(a.push(r),a.length>2){a.length===3&&a.unshift(a[0]);const l=this._calculateCurveWidths(a[1],a[2],n),i=Z4.fromPoints(a,l);return a.shift(),i}return null}_calculateCurveWidths(r,n,a){const l=a.velocityFilterWeight*n.velocityFrom(r)+(1-a.velocityFilterWeight)*this._lastVelocity,i=this._strokeWidth(l,a),s={end:i,start:this._lastWidth};return this._lastVelocity=l,this._lastWidth=i,s}_strokeWidth(r,n){return Math.max(n.maxWidth/(r+1),n.minWidth)}_drawCurveSegment(r,n,a){const l=this._ctx;l.moveTo(r,n),l.arc(r,n,a,0,2*Math.PI,!1),this._isEmpty=!1}_drawCurve(r,n){const a=this._ctx,l=r.endWidth-r.startWidth,i=Math.ceil(r.length())*2;a.beginPath(),a.fillStyle=n.penColor;for(let s=0;s<i;s+=1){const c=s/i,d=c*c,f=d*c,p=1-c,m=p*p,h=m*p;let v=h*r.startPoint.x;v+=3*m*c*r.control1.x,v+=3*p*d*r.control2.x,v+=f*r.endPoint.x;let b=h*r.startPoint.y;b+=3*m*c*r.control1.y,b+=3*p*d*r.control2.y,b+=f*r.endPoint.y;const g=Math.min(r.startWidth+f*l,n.maxWidth);this._drawCurveSegment(v,b,g)}a.closePath(),a.fill()}_drawDot(r,n){const a=this._ctx,l=n.dotSize>0?n.dotSize:(n.minWidth+n.maxWidth)/2;a.beginPath(),this._drawCurveSegment(r.x,r.y,l),a.closePath(),a.fillStyle=n.penColor,a.fill()}_fromData(r,n,a){for(const l of r){const{points:i}=l,s=this._getPointGroupOptions(l);if(i.length>1)for(let c=0;c<i.length;c+=1){const d=i[c],f=new Rt(d.x,d.y,d.pressure,d.time);c===0&&this._reset(s);const p=this._addPoint(f,s);p&&n(p,s)}else this._reset(s),a(i[0],s)}}toSVG({includeBackgroundColor:r=!1,includeDataUrl:n=!1}={}){var p,m,h,v,b;const a=this._data,l=Math.max(window.devicePixelRatio||1,1),i=0,s=0,c=this.canvas.width/l,d=this.canvas.height/l,f=document.createElementNS("http://www.w3.org/2000/svg","svg");if(f.setAttribute("xmlns","http://www.w3.org/2000/svg"),f.setAttribute("xmlns:xlink","http://www.w3.org/1999/xlink"),f.setAttribute("viewBox",`${i} ${s} ${c} ${d}`),f.setAttribute("width",c.toString()),f.setAttribute("height",d.toString()),r&&this.backgroundColor){const g=document.createElement("rect");g.setAttribute("width","100%"),g.setAttribute("height","100%"),g.setAttribute("fill",this.backgroundColor),f.appendChild(g)}if(n&&this._dataUrl){const g=((p=this._dataUrlOptions)==null?void 0:p.ratio)||window.devicePixelRatio||1,x=((m=this._dataUrlOptions)==null?void 0:m.width)||this.canvas.width/g,k=((h=this._dataUrlOptions)==null?void 0:h.height)||this.canvas.height/g,E=((v=this._dataUrlOptions)==null?void 0:v.xOffset)||0,L=((b=this._dataUrlOptions)==null?void 0:b.yOffset)||0,y=document.createElement("image");y.setAttribute("x",E.toString()),y.setAttribute("y",L.toString()),y.setAttribute("width",x.toString()),y.setAttribute("height",k.toString()),y.setAttribute("preserveAspectRatio","none"),y.setAttribute("href",this._dataUrl),f.appendChild(y)}return this._fromData(a,(g,{penColor:x})=>{const k=document.createElement("path");if(!isNaN(g.control1.x)&&!isNaN(g.control1.y)&&!isNaN(g.control2.x)&&!isNaN(g.control2.y)){const E=`M ${g.startPoint.x.toFixed(3)},${g.startPoint.y.toFixed(3)} C ${g.control1.x.toFixed(3)},${g.control1.y.toFixed(3)} ${g.control2.x.toFixed(3)},${g.control2.y.toFixed(3)} ${g.endPoint.x.toFixed(3)},${g.endPoint.y.toFixed(3)}`;k.setAttribute("d",E),k.setAttribute("stroke-width",(g.endWidth*2.25).toFixed(3)),k.setAttribute("stroke",x),k.setAttribute("fill","none"),k.setAttribute("stroke-linecap","round"),f.appendChild(k)}},(g,{penColor:x,dotSize:k,minWidth:E,maxWidth:L})=>{const y=document.createElement("circle"),M=k>0?k:(E+L)/2;y.setAttribute("r",M.toString()),y.setAttribute("cx",g.x.toString()),y.setAttribute("cy",g.y.toString()),y.setAttribute("fill",x),f.appendChild(y)}),f.outerHTML}};function z4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,description:i,required:s,helper:c}=e,d=w.useRef(null),f=w.useRef(null),[p,m]=w.useState(null);w.useEffect(()=>{d.current&&(f.current=new G4(d.current,{backgroundColor:n.inputBackground||"#fff",penColor:n.inputText||"#000"}))},[n]);const h=()=>{f.current.clear(),m(s?"Signature is required":null),r({target:{name:a,value:""}})},v=()=>{if(f.current.isEmpty()){s&&m("Signature is required");return}const b=f.current.toDataURL("image/png");m(null),r({target:{name:a,value:b}})};return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,s&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!s&&!p&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),u.jsx("div",{className:"rounded-lg border",style:{borderColor:p?n.error:n.inputBorder,backgroundColor:n.inputBackground},children:u.jsx("canvas",{ref:d,width:400,height:150,style:{width:"100%",height:"150px"}})}),u.jsxs("div",{className:"mt-2 flex gap-2",children:[u.jsx("button",{type:"button",onClick:h,className:"rounded-md border px-3 py-1 text-sm",style:{borderColor:n.inputBorder,color:n.inputText,backgroundColor:n.inputBackground},children:"Clear"}),u.jsx("button",{type:"button",onClick:v,className:"rounded-md px-3 py-1 text-sm",style:{borderColor:n.inputFocusBorder,color:n.inputText,backgroundColor:n.inputBackground},children:"Save"})]}),p?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"text-sm",children:p})]}):i?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:i}):null]})}function Xo({name:e,color:t}){const r=B4[e];return r?u.jsx("div",{className:"rounded-full p-2",children:u.jsx(r,{className:"h-5 w-5",style:{color:t||"#ccc"}})}):(console.warn(`Icon "${e}" not found.`),null)}function K4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,description:i,required:s,helper:c,max:d=5,icon:f="StarIcon"}=e,[p,m]=w.useState(null),[h,v]=w.useState(null),b=!!p,g=k=>{m(s&&k===0?"Rating is required":null),r({target:{name:a,value:k}})},x=k=>{const E=h?k<=h:k<=(t||0);let L;h?L=k<=h?n.inputFocusBorder:n.inputBorder:L=E?n.inputBackground:n.inputBorder;const y=f==="StarIcon"?aa:Xo;return u.jsx("button",{type:"button",onClick:()=>g(k),onMouseEnter:()=>v(k),onMouseLeave:()=>v(null),className:"p-1","aria-label":`Rate ${k} out of ${d}`,children:f==="StarIcon"?u.jsx(y,{className:"h-6 w-6",style:{color:L}}):u.jsx(Xo,{name:f,color:L})},k)};return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,s&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!s&&!b&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),u.jsx("div",{id:a,role:"radiogroup",className:"flex items-center gap-1","aria-invalid":b?"true":"false","aria-describedby":b?`${a}-error`:i?`${a}-description`:void 0,children:[...Array(d)].map((k,E)=>x(E+1))}),b?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:p})]}):i?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:i}):null]})}function X4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:l,description:i,required:s,helper:c,min:d=1,max:f=10,step:p=1}=e,[m,h]=w.useState(null),v=!!m,b=x=>{h(s&&!x?"Selection is required":null),r({target:{name:a,value:x}})},g=[];for(let x=d;x<=f;x+=p)g.push(x);return u.jsxs("div",{children:[l&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[l,s&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!s&&!v&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),u.jsx("div",{id:a,role:"radiogroup",className:"flex flex-wrap gap-2","aria-invalid":v?"true":"false","aria-describedby":v?`${a}-error`:i?`${a}-description`:void 0,children:g.map(x=>u.jsxs("label",{className:"flex flex-col items-center text-sm",children:[u.jsx("input",{type:"radio",name:a,value:x,checked:String(t)===String(x),onChange:()=>b(x),className:"peer hidden"}),u.jsx("span",{className:"cursor-pointer rounded-md px-3 py-1 peer-checked:font-bold",style:{border:`1px solid ${String(t)===String(x)?n.inputFocusBorder:n.inputBorder}`,backgroundColor:String(t)===String(x)?n.inputBackground:"transparent",color:String(t)===String(x)?n.inputText:n.description},children:x})]},x))}),v?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:m})]}):i?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:i}):null]})}const Y4=process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY;function Q4({field:e,value:t,onChange:r,theme:n}){const a=w.useRef(null),[l,i]=w.useState(null),[s,c]=w.useState(!1);w.useEffect(()=>{if(window.grecaptcha){window.grecaptcha.ready(()=>d());return}const f=document.createElement("script");f.src="https://www.google.com/recaptcha/api.js?render=explicit",f.async=!0,f.defer=!0,f.onload=()=>{window.grecaptcha.ready(()=>d())},document.body.appendChild(f)},[]);const d=()=>{var p;if(!window.grecaptcha||l!==null||(p=a.current)!=null&&p.hasChildNodes())return;const f=window.grecaptcha.render(a.current,{sitekey:Y4,theme:"light",callback:m=>{c(!1),r({target:{name:e.name,value:m}})},"expired-callback":()=>{r({target:{name:e.name,value:""}}),c(!0)}});i(f)};return u.jsxs("div",{className:"mb-4",children:[e.title&&u.jsxs("label",{htmlFor:e.name,style:{color:n.label},className:"mb-2 block text-sm font-medium",children:[e.title,e.required&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),u.jsx("div",{ref:a}),s&&u.jsx("p",{style:{color:n.error},className:"mt-1 text-sm",children:"Please complete the CAPTCHA"})]})}let Yo=!1;function J4(){Yo||(Yo=!0,V("string",la),V("text",ia),V("color",sa),V("number",R0),V("boolean",ca),V("toggle",da),V("date",W0),V("datetime",D4),V("time",R4),V("select",S0),V("multiselect",_4),V("file",void 0),V("fileV2",void 0),V("uploadToBase",I4),V("array",Do),V("subForm",Do),V("email",N4),V("tel",P4),V("radio",H4),V("url",V4),V("captcha",Q4),V("signature",z4),V("rating",K4),V("scale",X4),V("header",fa))}function ew({children:e}){return w.useEffect(()=>{initNovaForms()},[]),e}function Qo({type:e,kind:t,targetValue:r,modifierValue:n,strictString:a=!1,sourceFields:l}){if(e==="concat"&&Array.isArray(l)){let c="";return l.forEach(d=>{const f=String(d.fieldValue||"");c+=(d.charBefore||"")+f+(d.charAfter||"")}),c}if(typeof n=="number"&&a!==!0){const c=Number(r)||0,d=Number(n);let f;switch(e){case"add":f=c+d;break;case"subtract":f=c-d;break;case"multiply":f=c*d;break;case"divide":f=c/d;break;case"replace":f=d;break;case"concat":f=c+d;break}return t==="percent"&&(f=c*d/100),String(f)}else{let c=r;switch(e){case"concat":case"add":c=String(r)+String(n);break;case"replace":c=String(n);break;case"subtract":case"multiply":case"divide":c=String(r);break}return String(c)}}function tw({setState:e,fields:t=[],rules:r=[]}){const n=Array.isArray(r)?r.reduce((a,l)=>(l!=null&&l.name&&(a[l.name]=l),a),{}):{};return function(l,i){let s,c,d,f,p;if(l!=null&&l.target){const m=l;s=m.target.name,c=m.target.value,d=m.target.type,f=m.target.checked,p=m.target.files}else s=i,c=l;d==="checkbox"&&(c=f),d==="file"&&(c=(p==null?void 0:p[0])??c),e(m=>{var g;let h={...m,[s]:c};const v=t.find(x=>x.name===s);return(g=v==null?void 0:v.modifiers)!=null&&g.length&&v.modifiers.forEach(x=>{const{target:k,type:E,kind:L="number",when:y,value:M,strictString:C=!1}=x;if(k&&ot(c,y,M)){const B=C?String(h[k]||""):Number(h[k]||0),j=C?String(M):Number(M);h[k]=Qo({type:E,kind:L,targetValue:B,modifierValue:j,strictString:C})}}),(Array.isArray(v==null?void 0:v.triggers)?v.triggers:[]).forEach(x=>{const k=x==null?void 0:x.rule;if(!k)return;const E=n[k];if(!E)return;const L=x.when;if(!ot(c,L,x.value))return;(Array.isArray(E.effects)?E.effects:[]).forEach(C=>{const{targetField:B,prop:j="value",type:$,kind:A="number",value:W,strictString:R=!1,sourceFields:O}=C;if(!B||j!=="value")return;let F=null;$==="concat"&&Array.isArray(O)&&(F=O.map(N=>({...N,fieldValue:h[N.field]||""})));const P=h[B]||"",Z=R?String(P):Number(P)||0,I=R?String(W):Number(W);h[B]=Qo({type:$,kind:A,targetValue:Z,modifierValue:I,strictString:R,sourceFields:F})})}),h})}}function ot(e,t,r){const n=Number(e);switch(t){case"true":return!!e;case"false":return!e;case"empty":return!e||e===""||e===null||e===void 0;case"not empty":return e&&e!==""&&e!==null&&e!==void 0;case"null":return e==null;case"not null":return e!=null;case"less than":return n<Number(r);case"greater than":return n>Number(r);case"equal":return n===Number(r);case"not equal":return n!==Number(r);case"between":return n>=Number(r[0])&&n<=Number(r[1]);case"matches":return new RegExp(r).test(e);default:return!1}}function rw(e,t){if(t)return"w-full";switch(e){case 25:return"w-full sm:w-1/4";case 50:return"w-full sm:w-1/2";case 75:return"w-full sm:w-3/4";case 100:default:return"w-full"}}function Jo(e,t,r){const n=Array.isArray(e)?e:e?[e]:[];if(n.length===0)return!1;const a=l=>ot(r==null?void 0:r[l.field],l.when,l.value);return t==="all"?n.every(a):n.some(a)}function nw(e,t){var a,l;const r=(a=e==null?void 0:e.conditions)==null?void 0:a.hiddenWhen,n=((l=e==null?void 0:e.conditions)==null?void 0:l.hiddenMode)==="all"?"all":"any";return Jo(r,n,t)}function ow(e,t){var a,l,i;const r=((a=e==null?void 0:e.conditions)==null?void 0:a.readOnlyWhen)||((l=e==null?void 0:e.conditions)==null?void 0:l.disabledWhen),n=((i=e==null?void 0:e.conditions)==null?void 0:i.readOnlyMode)==="all"?"all":"any";return Jo(r,n,t)}function aw(e,t,r){const n=Array.isArray(t)?t.reduce((l,i)=>(i!=null&&i.name&&(l[i.name]=i),l),{}):{},a={};return e.forEach(l=>{(Array.isArray(l==null?void 0:l.triggers)?l.triggers:[]).forEach(s=>{const c=n[s==null?void 0:s.rule];if(!c)return;const d=Array.isArray(s.when)?s.when:s.when?[s.when]:[],f=s.mode==="all"?"all":"any";if(!(d.length===0?!0:f==="all"?d.every(h=>ot(r==null?void 0:r[h.field],h.when,h.value)):d.some(h=>ot(r==null?void 0:r[h.field],h.when,h.value))))return;(Array.isArray(c.effects)?c.effects:[]).forEach(h=>{const{targetField:v,prop:b="value",value:g}=h;!v||b==="value"||(a[v]={...a[v]||{},[b]:g})})})}),a}function ea({fields:e=[],onChange:t,theme:r,isMobileView:n=!1,formData:a={},rules:l=[]}){const i=aw(e,l,a);return u.jsx("div",{className:"w-full",children:u.jsx("div",{className:"-mx-2 flex flex-wrap",children:e.map((s,c)=>{var m,h,v;const d=nw(s,a)||((m=i[s.name])==null?void 0:m.hidden)===!0,f=s.readOnly||ow(s,a)||((h=i[s.name])==null?void 0:h.readOnly)===!0,p=((v=i[s.name])==null?void 0:v.title)??(s.label||s.title||s.name);return u.jsx("div",{className:`${rw(s.width||100,n)} mb-4 px-2 ${d?"hidden":""}`,children:u.jsx(It,{onChange:t,value:a[s.name]??s.default??"",field:{...s,title:p,readOnly:f},theme:r})},s.name||c)})})})}function lw({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.36-1.814a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z",clipRule:"evenodd"}))}const iw=o.forwardRef(lw),sw=(e,t)=>{let r=0,n=0;return e.forEach(a=>{a.required&&(n++,t[a==null?void 0:a.name]&&t[a==null?void 0:a.name]!==""&&r++)}),{filled:r,total:n}};function cw({config:e={},onSubmit:t=()=>{},onStepChange:r=()=>{},onChange:n=()=>{},formTheme:a={},wizardTheme:l={}}){const{steps:i=[],styles:s={},rules:c=[]}=e,[d,f]=w.useState(1),[p,m]=w.useState(!1),[h,v]=w.useState({}),[b,g]=w.useState({}),x=()=>{const j=Math.max(d-1,1);f(j),window.scrollTo({top:0,behavior:"smooth"}),r(j)},k=()=>{var R;const A=(((R=i[d-1])==null?void 0:R.fields)||[]).filter(O=>O.required).filter(O=>!h[O==null?void 0:O.name]||h[O==null?void 0:O.name]==="");if(A.length>0){alert(`Please fill in required fields: ${A.map(O=>O.title).join(", ")}`);return}const W=Math.min(d+1,i.length);f(W),window.scrollTo({top:0,behavior:"smooth"}),r(W)};async function E(){m(!0);try{await t(h),v({}),f(1)}catch(j){console.error("Error submitting wizard:",j),alert("Error: "+j.message)}finally{m(!1)}}const L=i.length>0?Object.values(b).reduce((j,$)=>j+($.total>0?$.filled/$.total*(100/i.length):0),0):0,y=i[d-1]||{},M=y.fields||[];w.useEffect(()=>{const j={};i.forEach(($,A)=>{j[A+1]={filled:0,total:0}}),g(j)},[i]),w.useEffect(()=>{const j={};i.forEach(($,A)=>{const W=$.fields||[];j[A+1]=sw(W,h)}),g(j)},[h,i]);const C={container:"min-h-screen bg-white",contentWrapper:"mx-auto max-w-5xl px-6 py-8 sm:py-12 lg:py-16",header:"font-display text-3xl font-bold tracking-tight sm:mb-2 sm:text-6xl sm:font-light",card:"rounded-xl border border-[#F5F5F5] bg-white p-8 shadow-sm sm:p-12",button:"inline-flex items-center rounded-lg px-6 py-3 text-sm font-medium transition-all duration-200",primaryButton:"bg-[#020DF9] text-white hover:bg-[#0209D9]",secondaryButton:"bg-transparent text-[#4A4A4A] hover:bg-[#FAFAFA]",disabledButton:"cursor-not-allowed bg-transparent text-[#E8E8E8]",...s},B=C.progressBarColor||"#020DF9";return u.jsx("div",{className:C.container,children:u.jsxs("div",{className:C.contentWrapper,children:[u.jsxs("div",{className:"mb-8",children:[u.jsx("h1",{className:`${C.header} text-[#1A1A1A]`,children:e.title||"Multi-step Wizard"}),e.subtitle&&u.jsx("p",{className:"text-base font-light text-[#797979] sm:mb-7",children:e.subtitle}),u.jsxs("div",{className:"mt-3 flex flex-col sm:flex-row sm:items-center sm:justify-between",children:[u.jsxs("p",{className:"text-base font-medium text-[#4A4A4A]",children:["Step ",d," of ",i.length,":"," ",(y==null?void 0:y.fullName)||(y==null?void 0:y.name)||`Step ${d}`]}),u.jsxs("p",{className:"mt-1 text-sm text-[#6B6B6B] sm:mt-0",children:[Math.round(L),"% Complete"]})]})]}),u.jsx("div",{className:"mb-6",children:u.jsx("div",{className:"h-1 overflow-hidden rounded-full bg-[#F5F5F5]",children:u.jsx("div",{className:"h-full rounded-full transition-all duration-500 ease-out",style:{width:`${L}%`,backgroundColor:B}})})}),e.showStepIndicators!==!1&&u.jsx("div",{className:"mb-8",children:u.jsx("nav",{"aria-label":"Progress steps",children:u.jsx("ol",{className:"flex items-center justify-center space-x-1 sm:space-x-2",children:i.map((j,$)=>{const A=$<d-1,W=$===d-1,R=$<d;return u.jsxs("li",{className:"flex items-center",children:[u.jsxs("button",{type:"button",onClick:()=>R&&f($+1),className:`flex items-center rounded-full px-3 py-1.5 text-xs font-medium transition-all duration-200 ${W?"bg-[#020DF9] text-white":A?"bg-[#F5F5F5] text-[#1A1A1A] hover:bg-[#E8E8E8]":"cursor-default bg-transparent text-[#9B9B9B]"} ${R&&!W?"cursor-pointer":""} `,disabled:!R,"aria-current":W?"step":void 0,children:[A&&u.jsx(iw,{className:"mr-1.5 h-3.5 w-3.5"}),u.jsx("span",{className:"hidden sm:inline",children:j==null?void 0:j.name}),u.jsx("span",{className:"sm:hidden",children:$+1})]}),$<i.length-1&&u.jsx("div",{className:"mx-1 h-[1px] w-4 bg-[#E8E8E8] sm:w-8"})]},(j==null?void 0:j.id)||$)})})})}),u.jsxs("div",{className:C.card,children:[u.jsx(ea,{fields:M,onChange:n,formData:h,isMobileView:!1,rules:c,theme:a}),u.jsxs("div",{className:"mt-16 flex items-center justify-between",children:[u.jsxs("button",{type:"button",onClick:x,className:`${C.button} ${d===1?C.disabledButton:C.secondaryButton} `,disabled:d===1,children:[u.jsx(Zo,{className:"mr-2 h-4 w-4"}),"Previous"]}),u.jsx("div",{className:"flex space-x-2 md:hidden",children:i.map((j,$)=>u.jsx("div",{className:`h-1 rounded-full transition-all duration-200 ${$+1<=d?"w-6 bg-[#020DF9]":"w-2 bg-[#E8E8E8]"} `},$))}),d===i.length?u.jsx("button",{type:"button",onClick:E,disabled:p,className:`${C.button} ${p?"cursor-not-allowed bg-[#E8E8E8]":C.primaryButton} `,children:p?u.jsxs(u.Fragment,{children:[u.jsxs("svg",{className:"-ml-1 mr-3 h-4 w-4 animate-spin text-white",fill:"none",viewBox:"0 0 24 24",children:[u.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),u.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),e.submittingText||"Saving..."]}):u.jsxs(u.Fragment,{children:[e.submitButtonText||"Complete",u.jsx(qo,{className:"ml-2 h-4 w-4"})]})}):u.jsxs("button",{type:"button",onClick:k,className:`${C.button} ${C.primaryButton}`,children:["Continue",u.jsx(Uo,{className:"ml-2 h-4 w-4"})]})]}),b[d]&&b[d].total>0&&u.jsx("div",{className:"mt-8 text-center",children:u.jsxs("p",{className:"text-xs text-[#9B9B9B]",children:[u.jsx("span",{className:"text-[#020DF9]",children:"*"})," Required fields (",b[d].filled," of"," ",b[d].total," completed)"]})})]}),e.showSaveForLater!==!1&&u.jsx("div",{className:"mt-8 text-center",children:u.jsx("button",{type:"button",className:"text-sm text-[#6B6B6B] transition-colors duration-200 hover:text-[#020DF9]",children:e.saveForLaterText||"Save and continue later"})})]})})}function dw(e,t={}){return{...e.reduce((n,a)=>(a.default!==void 0&&(n[a.name]=a.default),n),{}),...t}}_.Form=ea,_.FormsProvider=ew,_.ReturnFieldsV2=It,_.Wizard=cw,_.createFormHandler=tw,_.getAllFields=B0,_.getField=_o,_.initForms=J4,_.initializeFormData=dw,_.registerField=V,Object.defineProperty(_,Symbol.toStringTag,{value:"Module"})});
|