(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[888],{29035:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Accordion:()=>N,AccordionButton:()=>H,AccordionIcon:()=>AccordionIcon,AccordionItem:()=>Z,AccordionPanel:()=>ea,AccordionProvider:()=>E,useAccordion:()=>useAccordion,useAccordionContext:()=>T,useAccordionItem:()=>useAccordionItem,useAccordionItemState:()=>useAccordionItemState,useAccordionStyles:()=>I}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(42409),m=s(67294),k=s(45886),M=s(65358),[b,I]=(0,M.createContext)({name:"AccordionStylesContext",hookName:"useAccordionStyles",providerName:""}),[C,x]=(0,M.createContext)({name:"AccordionItemContext",hookName:"useAccordionItemContext",providerName:""}),[R,S,_,w]=(0,k.createDescendantContext)(),P=s(65358),O=s(40809),F=s(25089),D=s(42409),j=s(67294);function useAccordion(a){let{onChange:c,defaultIndex:s,index:d,allowMultiple:u,allowToggle:p,...h}=a;allowMultipleWarning(a),allowMultipleAndAllowToggleWarning(a);let v=_(),[g,y]=(0,j.useState)(-1);(0,j.useEffect)(()=>()=>{y(-1)},[]);let[m,k]=(0,O.useControllableState)({value:d,defaultValue:()=>u?null!=s?s:[]:null!=s?s:-1,onChange:c});return{index:m,setIndex:k,htmlProps:h,getAccordionItemProps:a=>{let c=!1;return null!==a&&(c=Array.isArray(m)?m.includes(a):m===a),{isOpen:c,onChange:c=>{if(null!==a){if(u&&Array.isArray(m)){let s=c?m.concat(a):m.filter(c=>c!==a);k(s)}else c?k(a):p&&k(-1)}}}},focusedIndex:g,setFocusedIndex:y,descendants:v}}var[E,T]=(0,P.createContext)({name:"AccordionContext",hookName:"useAccordionContext",providerName:"Accordion"});function useAccordionItem(a){let{isDisabled:c,isFocusable:s,id:d,...u}=a,{getAccordionItemProps:p,setFocusedIndex:h}=T(),v=(0,j.useRef)(null),g=(0,j.useId)(),y=null!=d?d:g,m=`accordion-button-${y}`,k=`accordion-panel-${y}`;focusableNotDisabledWarning(a);let{register:M,index:b,descendants:I}=w({disabled:c&&!s}),{isOpen:C,onChange:x}=p(-1===b?null:b);warnIfOpenAndDisabled({isOpen:C,isDisabled:c});let R=(0,j.useCallback)(()=>{null==x||x(!C),h(b)},[b,h,C,x]),S=(0,j.useCallback)(a=>{let c={ArrowDown:()=>{let a=I.nextEnabled(b);null==a||a.node.focus()},ArrowUp:()=>{let a=I.prevEnabled(b);null==a||a.node.focus()},Home:()=>{let a=I.firstEnabled();null==a||a.node.focus()},End:()=>{let a=I.lastEnabled();null==a||a.node.focus()}}[a.key];c&&(a.preventDefault(),c(a))},[I,b]),_=(0,j.useCallback)(()=>{h(b)},[h,b]),P=(0,j.useCallback)(function(a={},s=null){return{...a,type:"button",ref:(0,F.mergeRefs)(M,v,s),id:m,disabled:!!c,"aria-expanded":!!C,"aria-controls":k,onClick:(0,D.callAllHandlers)(a.onClick,R),onFocus:(0,D.callAllHandlers)(a.onFocus,_),onKeyDown:(0,D.callAllHandlers)(a.onKeyDown,S)}},[m,c,C,R,_,S,k,M]),O=(0,j.useCallback)(function(a={},c=null){return{...a,ref:c,role:"region",id:k,"aria-labelledby":m,hidden:!C}},[m,C,k]);return{isOpen:C,isDisabled:c,isFocusable:s,onOpen:()=>{null==x||x(!0)},onClose:()=>{null==x||x(!1)},getButtonProps:P,getPanelProps:O,htmlProps:u}}function allowMultipleWarning(a){let c=a.index||a.defaultIndex,s=null!=c&&!Array.isArray(c)&&a.allowMultiple;(0,D.warn)({condition:!!s,message:`If 'allowMultiple' is passed, then 'index' or 'defaultIndex' must be an array. You passed: ${typeof c},`})}function allowMultipleAndAllowToggleWarning(a){(0,D.warn)({condition:!!(a.allowMultiple&&a.allowToggle),message:"If 'allowMultiple' is passed, 'allowToggle' will be ignored. Either remove 'allowToggle' or 'allowMultiple' depending on whether you want multiple accordions visible or not"})}function focusableNotDisabledWarning(a){(0,D.warn)({condition:!!(a.isFocusable&&!a.isDisabled),message:`Using only 'isFocusable', this prop is reserved for situations where you pass 'isDisabled' but you still want the element to receive focus (A11y). Either remove it or pass 'isDisabled' as well. `})}function warnIfOpenAndDisabled(a){(0,D.warn)({condition:a.isOpen&&!!a.isDisabled,message:"Cannot open a disabled accordion item"})}var B=s(85893),N=(0,g.forwardRef)(function({children:a,reduceMotion:c,...s},d){let u=(0,g.useMultiStyleConfig)("Accordion",s),p=(0,g.omitThemingProps)(s),{htmlProps:h,descendants:v,...k}=useAccordion(p),M=(0,m.useMemo)(()=>({...k,reduceMotion:!!c}),[k,c]);return(0,B.jsx)(R,{value:v,children:(0,B.jsx)(E,{value:M,children:(0,B.jsx)(b,{value:u,children:(0,B.jsx)(g.chakra.div,{ref:d,...h,className:(0,y.cx)("chakra-accordion",s.className),__css:u.root,children:a})})})})});N.displayName="Accordion";var $=s(90914),L=s(42409),W=s(85893),H=(0,$.forwardRef)(function(a,c){let{getButtonProps:s}=x(),d=s(a,c),u=I(),p={display:"flex",alignItems:"center",width:"100%",outline:0,...u.button};return(0,W.jsx)($.chakra.button,{...d,className:(0,L.cx)("chakra-accordion__button",a.className),__css:p})});H.displayName="AccordionButton";var V=s(49413),q=s(42409),U=s(85893);function AccordionIcon(a){let{isOpen:c,isDisabled:s}=x(),{reduceMotion:d}=T(),u=(0,q.cx)("chakra-accordion__icon",a.className),p=I(),h={opacity:s?.4:1,transform:c?"rotate(-180deg)":void 0,transition:d?void 0:"transform 0.2s",transformOrigin:"center",...p.icon};return(0,U.jsx)(V.Icon,{viewBox:"0 0 24 24","aria-hidden":!0,className:u,__css:h,...a,children:(0,U.jsx)("path",{fill:"currentColor",d:"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"})})}AccordionIcon.displayName="AccordionIcon";var G=s(90914),X=s(42409),K=s(67294),Y=s(85893),Z=(0,G.forwardRef)(function(a,c){let{children:s,className:d}=a,{htmlProps:u,...p}=useAccordionItem(a),h=I(),v={...h.container,overflowAnchor:"none"},g=(0,K.useMemo)(()=>p,[p]);return(0,Y.jsx)(C,{value:g,children:(0,Y.jsx)(G.chakra.div,{ref:c,...u,className:(0,X.cx)("chakra-accordion__item",d),__css:v,children:"function"==typeof s?s({isExpanded:!!p.isOpen,isDisabled:!!p.isDisabled}):s})})});Z.displayName="AccordionItem";var Q=s(90914),J=s(9358),ee=s(42409),et=s(85893),ea=(0,Q.forwardRef)(function(a,c){let{className:s,motionProps:d,...u}=a,{reduceMotion:p}=T(),{getPanelProps:h,isOpen:v}=x(),g=h(u,c),y=(0,ee.cx)("chakra-accordion__panel",s),m=I();p||delete g.hidden;let k=(0,et.jsx)(Q.chakra.div,{...g,__css:m.panel,className:y});return p?k:(0,et.jsx)(J.Collapse,{in:v,...d,children:k})});function useAccordionItemState(){let{isOpen:a,isDisabled:c,onClose:s,onOpen:d}=x();return{isOpen:a,onClose:s,isDisabled:c,onOpen:d}}ea.displayName="AccordionPanel"},53061:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Alert:()=>w,AlertDescription:()=>D,AlertIcon:()=>AlertIcon,AlertTitle:()=>L,useAlertStyles:()=>R}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(42409),y=s(90914),m=s(65358),k=s(49413),M=s(85893);function CheckIcon(a){return(0,M.jsx)(k.Icon,{viewBox:"0 0 24 24",...a,children:(0,M.jsx)("path",{fill:"currentColor",d:"M12,0A12,12,0,1,0,24,12,12.014,12.014,0,0,0,12,0Zm6.927,8.2-6.845,9.289a1.011,1.011,0,0,1-1.43.188L5.764,13.769a1,1,0,1,1,1.25-1.562l4.076,3.261,6.227-8.451A1,1,0,1,1,18.927,8.2Z"})})}function InfoIcon(a){return(0,M.jsx)(k.Icon,{viewBox:"0 0 24 24",...a,children:(0,M.jsx)("path",{fill:"currentColor",d:"M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm.25,5a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,12.25,5ZM14.5,18.5h-4a1,1,0,0,1,0-2h.75a.25.25,0,0,0,.25-.25v-4.5a.25.25,0,0,0-.25-.25H10.5a1,1,0,0,1,0-2h1a2,2,0,0,1,2,2v4.75a.25.25,0,0,0,.25.25h.75a1,1,0,1,1,0,2Z"})})}function WarningIcon(a){return(0,M.jsx)(k.Icon,{viewBox:"0 0 24 24",...a,children:(0,M.jsx)("path",{fill:"currentColor",d:"M11.983,0a12.206,12.206,0,0,0-8.51,3.653A11.8,11.8,0,0,0,0,12.207,11.779,11.779,0,0,0,11.8,24h.214A12.111,12.111,0,0,0,24,11.791h0A11.766,11.766,0,0,0,11.983,0ZM10.5,16.542a1.476,1.476,0,0,1,1.449-1.53h.027a1.527,1.527,0,0,1,1.523,1.47,1.475,1.475,0,0,1-1.449,1.53h-.027A1.529,1.529,0,0,1,10.5,16.542ZM11,12.5v-6a1,1,0,0,1,2,0v6a1,1,0,1,1-2,0Z"})})}var b=s(67070),[I,C]=(0,m.createContext)({name:"AlertContext",hookName:"useAlertContext",providerName:""}),[x,R]=(0,m.createContext)({name:"AlertStylesContext",hookName:"useAlertStyles",providerName:""}),S={info:{icon:InfoIcon,colorScheme:"blue"},warning:{icon:WarningIcon,colorScheme:"orange"},success:{icon:CheckIcon,colorScheme:"green"},error:{icon:WarningIcon,colorScheme:"red"},loading:{icon:b.Spinner,colorScheme:"blue"}};function getStatusColorScheme(a){return S[a].colorScheme}function getStatusIcon(a){return S[a].icon}var _=s(85893),w=(0,y.forwardRef)(function(a,c){var s;let{status:d="info",addRole:u=!0,...p}=(0,y.omitThemingProps)(a),h=null!=(s=a.colorScheme)?s:getStatusColorScheme(d),v=(0,y.useMultiStyleConfig)("Alert",{...a,colorScheme:h}),m={width:"100%",display:"flex",alignItems:"center",position:"relative",overflow:"hidden",...v.container};return(0,_.jsx)(I,{value:{status:d},children:(0,_.jsx)(x,{value:v,children:(0,_.jsx)(y.chakra.div,{"data-status":d,role:u?"alert":void 0,ref:c,...p,className:(0,g.cx)("chakra-alert",a.className),__css:m})})})});w.displayName="Alert";var P=s(42409),O=s(90914),F=s(85893),D=(0,O.forwardRef)(function(a,c){let s=R(),{status:d}=C(),u={display:"inline",...s.description};return(0,F.jsx)(O.chakra.div,{ref:c,"data-status":d,...a,className:(0,P.cx)("chakra-alert__desc",a.className),__css:u})});D.displayName="AlertDescription";var j=s(42409),E=s(90914),T=s(85893);function AlertIcon(a){let{status:c}=C(),s=getStatusIcon(c),d=R(),u="loading"===c?d.spinner:d.icon;return(0,T.jsx)(E.chakra.span,{display:"inherit","data-status":c,...a,className:(0,j.cx)("chakra-alert__icon",a.className),__css:u,children:a.children||(0,T.jsx)(s,{h:"100%",w:"100%"})})}AlertIcon.displayName="AlertIcon";var B=s(42409),N=s(90914),$=s(85893),L=(0,N.forwardRef)(function(a,c){let s=R(),{status:d}=C();return(0,$.jsx)(N.chakra.div,{ref:c,"data-status":d,...a,className:(0,B.cx)("chakra-alert__title",a.className),__css:s.title})});L.displayName="AlertTitle"},34382:function(a){"use strict";var c=Object.defineProperty,s=Object.getOwnPropertyDescriptor,d=Object.getOwnPropertyNames,u=Object.prototype.hasOwnProperty,p={};function anatomy(a,c={}){let s=!1;function assert(){if(!s){s=!0;return}throw Error("[anatomy] .part(...) should only be called once. Did you mean to use .extend(...) ?")}function extend(...s){for(let a of s)a in c||(c[a]=toPart(a));return anatomy(a,c)}function toPart(c){let s=["container","root"].includes(null!=c?c:"")?[a]:[a,c],d=s.filter(Boolean).join("__"),u=`chakra-${d}`,p={className:u,selector:`.${u}`,toString:()=>c};return p}return{parts:function(...s){for(let a of(assert(),s))c[a]=toPart(a);return anatomy(a,c)},toPart,extend,selectors:function(){let a=Object.fromEntries(Object.entries(c).map(([a,c])=>[a,c.selector]));return a},classnames:function(){let a=Object.fromEntries(Object.entries(c).map(([a,c])=>[a,c.className]));return a},get keys(){return Object.keys(c)},__type:{}}}((a,s)=>{for(var d in s)c(a,d,{get:s[d],enumerable:!0})})(p,{accordionAnatomy:()=>h,alertAnatomy:()=>v,anatomy:()=>anatomy,avatarAnatomy:()=>g,breadcrumbAnatomy:()=>y,buttonAnatomy:()=>m,cardAnatomy:()=>H,checkboxAnatomy:()=>k,circularProgressAnatomy:()=>M,drawerAnatomy:()=>b,editableAnatomy:()=>I,formAnatomy:()=>C,formErrorAnatomy:()=>x,inputAnatomy:()=>R,listAnatomy:()=>S,menuAnatomy:()=>_,modalAnatomy:()=>w,numberInputAnatomy:()=>P,pinInputAnatomy:()=>O,popoverAnatomy:()=>F,progressAnatomy:()=>D,radioAnatomy:()=>j,selectAnatomy:()=>E,sliderAnatomy:()=>T,statAnatomy:()=>B,switchAnatomy:()=>N,tableAnatomy:()=>$,tabsAnatomy:()=>L,tagAnatomy:()=>W}),a.exports=((a,p,h,v)=>{if(p&&"object"==typeof p||"function"==typeof p)for(let h of d(p))u.call(a,h)||void 0===h||c(a,h,{get:()=>p[h],enumerable:!(v=s(p,h))||v.enumerable});return a})(c({},"__esModule",{value:!0}),p);var h=anatomy("accordion").parts("root","container","button","panel").extend("icon"),v=anatomy("alert").parts("title","description","container").extend("icon","spinner"),g=anatomy("avatar").parts("label","badge","container").extend("excessLabel","group"),y=anatomy("breadcrumb").parts("link","item","container").extend("separator"),m=anatomy("button").parts(),k=anatomy("checkbox").parts("control","icon","container").extend("label"),M=anatomy("progress").parts("track","filledTrack").extend("label"),b=anatomy("drawer").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer"),I=anatomy("editable").parts("preview","input","textarea"),C=anatomy("form").parts("container","requiredIndicator","helperText"),x=anatomy("formError").parts("text","icon"),R=anatomy("input").parts("addon","field","element","group"),S=anatomy("list").parts("container","item","icon"),_=anatomy("menu").parts("button","list","item").extend("groupTitle","icon","command","divider"),w=anatomy("modal").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer"),P=anatomy("numberinput").parts("root","field","stepperGroup","stepper"),O=anatomy("pininput").parts("field"),F=anatomy("popover").parts("content","header","body","footer").extend("popper","arrow","closeButton"),D=anatomy("progress").parts("label","filledTrack","track"),j=anatomy("radio").parts("container","control","label"),E=anatomy("select").parts("field","icon"),T=anatomy("slider").parts("container","track","thumb","filledTrack","mark"),B=anatomy("stat").parts("container","label","helpText","number","icon"),N=anatomy("switch").parts("container","track","thumb"),$=anatomy("table").parts("table","thead","tbody","tr","th","td","tfoot","caption"),L=anatomy("tabs").parts("root","tab","tablist","tabpanel","tabpanels","indicator"),W=anatomy("tag").parts("container","label","closeButton"),H=anatomy("card").parts("container","header","body","footer")},85520:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Avatar:()=>F,AvatarBadge:()=>B,AvatarGroup:()=>V,GenericAvatarIcon:()=>GenericAvatarIcon,useAvatarStyles:()=>k}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(42409),[m,k]=(0,s(65358).createContext)({name:"AvatarStylesContext",hookName:"useAvatarStyles",providerName:""}),M=s(85230),b=s(90914),I=s(67294),C=s(90914),x=s(85893);function initials(a){var c;let s=a.split(" "),d=null!=(c=s[0])?c:"",u=s.length>1?s[s.length-1]:"";return d&&u?`${d.charAt(0)}${u.charAt(0)}`:d.charAt(0)}function AvatarName(a){let{name:c,getInitials:s,...d}=a,u=k();return(0,x.jsx)(C.chakra.div,{role:"img","aria-label":c,...d,__css:u.label,children:c?null==s?void 0:s(c):null})}AvatarName.displayName="AvatarName";var R=s(90914),S=s(85893),GenericAvatarIcon=a=>(0,S.jsxs)(R.chakra.svg,{viewBox:"0 0 128 128",color:"#fff",width:"100%",height:"100%",className:"chakra-avatar__svg",...a,children:[(0,S.jsx)("path",{fill:"currentColor",d:"M103,102.1388 C93.094,111.92 79.3504,118 64.1638,118 C48.8056,118 34.9294,111.768 25,101.7892 L25,95.2 C25,86.8096 31.981,80 40.6,80 L87.4,80 C96.019,80 103,86.8096 103,95.2 L103,102.1388 Z"}),(0,S.jsx)("path",{fill:"currentColor",d:"M63.9961647,24 C51.2938136,24 41,34.2938136 41,46.9961647 C41,59.7061864 51.2938136,70 63.9961647,70 C76.6985159,70 87,59.7061864 87,46.9961647 C87,34.2938136 76.6985159,24 63.9961647,24"})]}),_=s(85893);function AvatarImage(a){let{src:c,srcSet:s,onError:d,onLoad:u,getInitials:p,name:h,borderRadius:v,loading:g,iconLabel:y,icon:m=(0,_.jsx)(GenericAvatarIcon,{}),ignoreFallback:k,referrerPolicy:C,crossOrigin:x}=a,R=(0,M.useImage)({src:c,onError:d,crossOrigin:x,ignoreFallback:k}),S=!c||"loaded"!==R;return S?h?(0,_.jsx)(AvatarName,{className:"chakra-avatar__initials",getInitials:p,name:h}):(0,I.cloneElement)(m,{role:"img","aria-label":y}):(0,_.jsx)(b.chakra.img,{src:c,srcSet:s,alt:h,onLoad:u,referrerPolicy:C,crossOrigin:null!=x?x:void 0,className:"chakra-avatar__img",loading:g,__css:{width:"100%",height:"100%",objectFit:"cover",borderRadius:v}})}AvatarImage.displayName="AvatarImage";var w=s(67294),P=s(85893),O={display:"inline-flex",alignItems:"center",justifyContent:"center",textAlign:"center",textTransform:"uppercase",fontWeight:"medium",position:"relative",flexShrink:0},F=(0,g.forwardRef)((a,c)=>{let s=(0,g.useMultiStyleConfig)("Avatar",a),[d,u]=(0,w.useState)(!1),{src:p,srcSet:h,name:v,showBorder:k,borderRadius:M="full",onError:b,onLoad:I,getInitials:C=initials,icon:x=(0,P.jsx)(GenericAvatarIcon,{}),iconLabel:R=" avatar",loading:S,children:_,borderColor:F,ignoreFallback:D,crossOrigin:j,referrerPolicy:E,...T}=(0,g.omitThemingProps)(a),B={borderRadius:M,borderWidth:k?"2px":void 0,...O,...s.container};return F&&(B.borderColor=F),(0,P.jsx)(g.chakra.span,{ref:c,...T,className:(0,y.cx)("chakra-avatar",a.className),"data-loaded":(0,y.dataAttr)(d),__css:B,children:(0,P.jsxs)(m,{value:s,children:[(0,P.jsx)(AvatarImage,{src:p,srcSet:h,loading:S,onLoad:(0,y.callAllHandlers)(I,()=>{u(!0)}),onError:b,getInitials:C,name:v,borderRadius:M,icon:x,iconLabel:R,ignoreFallback:D,crossOrigin:j,referrerPolicy:E}),_]})})});F.displayName="Avatar";var D=s(90914),j=s(42409),E=s(85893),T={"top-start":{top:"0",insetStart:"0",transform:"translate(-25%, -25%)"},"top-end":{top:"0",insetEnd:"0",transform:"translate(25%, -25%)"},"bottom-start":{bottom:"0",insetStart:"0",transform:"translate(-25%, 25%)"},"bottom-end":{bottom:"0",insetEnd:"0",transform:"translate(25%, 25%)"}},B=(0,D.forwardRef)(function(a,c){let{placement:s="bottom-end",className:d,...u}=a,p=k(),h=T[s],v={position:"absolute",display:"flex",alignItems:"center",justifyContent:"center",...h,...p.badge};return(0,E.jsx)(D.chakra.div,{ref:c,...u,className:(0,j.cx)("chakra-avatar__badge",d),__css:v})});B.displayName="AvatarBadge";var N=s(90914),$=s(42409),L=s(52734);function compact(a){let c=Object.assign({},a);for(let a in c)void 0===c[a]&&delete c[a];return c}var W=s(67294),H=s(85893),V=(0,N.forwardRef)(function(a,c){let s=(0,N.useMultiStyleConfig)("Avatar",a),{children:d,borderColor:u,max:p,spacing:h="-0.75rem",borderRadius:v="full",...g}=(0,N.omitThemingProps)(a),y=(0,L.getValidChildren)(d),m=null!=p?y.slice(0,p):y,k=null!=p?y.length-p:0,M=m.reverse(),b=M.map((c,s)=>{var d;let p={marginEnd:0===s?0:h,size:a.size,borderColor:null!=(d=c.props.borderColor)?d:u,showBorder:!0};return(0,W.cloneElement)(c,compact(p))}),I={display:"flex",alignItems:"center",justifyContent:"flex-end",flexDirection:"row-reverse",...s.group},C={borderRadius:v,marginStart:h,...O,...s.excessLabel};return(0,H.jsxs)(N.chakra.div,{ref:c,role:"group",__css:I,...g,className:(0,$.cx)("chakra-avatar__group",a.className),children:[k>0&&(0,H.jsx)(N.chakra.span,{className:"chakra-avatar__excess",__css:C,children:`+${k}`}),b]})});V.displayName="AvatarGroup"},70737:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Breadcrumb:()=>C,BreadcrumbItem:()=>B,BreadcrumbLink:()=>j,BreadcrumbSeparator:()=>P,useBreadcrumbStyles:()=>b}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(42409),y=s(52734),m=s(90914),k=s(67294),[M,b]=(0,s(65358).createContext)({name:"BreadcrumbStylesContext",errorMessage:"useBreadcrumbStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),I=s(85893),C=(0,m.forwardRef)(function(a,c){let s=(0,m.useMultiStyleConfig)("Breadcrumb",a),d=(0,m.omitThemingProps)(a),{children:u,spacing:p="0.5rem",separator:h="/",className:v,listProps:b,...C}=d,x=(0,y.getValidChildren)(u),R=x.length,S=x.map((a,c)=>(0,k.cloneElement)(a,{separator:h,spacing:p,isLastChild:R===c+1})),_=(0,g.cx)("chakra-breadcrumb",v);return(0,I.jsx)(m.chakra.nav,{ref:c,"aria-label":"breadcrumb",className:_,__css:s.container,...C,children:(0,I.jsx)(M,{value:s,children:(0,I.jsx)(m.chakra.ol,{className:"chakra-breadcrumb__list",...b,__css:{display:"flex",alignItems:"center",...s.list},children:S})})})});C.displayName="Breadcrumb";var x=s(90914),R=s(52734),S=s(42409),_=s(90914),w=s(85893),P=(0,_.forwardRef)(function(a,c){let{spacing:s,...d}=a,u=b(),p={mx:s,...u.separator};return(0,w.jsx)(_.chakra.span,{ref:c,role:"presentation",...d,__css:p})});P.displayName="BreadcrumbSeparator";var O=s(90914),F=s(42409),D=s(85893),j=(0,O.forwardRef)(function(a,c){let{isCurrentPage:s,as:d,className:u,href:p,...h}=a,v=b(),g={ref:c,as:d,className:(0,F.cx)("chakra-breadcrumb__link",u),...h};return s?(0,D.jsx)(O.chakra.span,{"aria-current":"page",__css:v.link,...g}):(0,D.jsx)(O.chakra.a,{__css:v.link,href:p,...g})});j.displayName="BreadcrumbLink";var E=s(67294),T=s(85893),B=(0,x.forwardRef)(function(a,c){let{isCurrentPage:s,separator:d,isLastChild:u,spacing:p,children:h,className:v,...g}=a,y=(0,R.getValidChildren)(h),m=y.map(a=>a.type===j?(0,E.cloneElement)(a,{isCurrentPage:s}):a.type===P?(0,E.cloneElement)(a,{spacing:p,children:a.props.children||d}):a),k=b(),M={display:"inline-flex",alignItems:"center",...k.item},I=(0,S.cx)("chakra-breadcrumb__list-item",v);return(0,T.jsxs)(x.chakra.li,{ref:c,className:I,...g,__css:M,children:[m,!u&&(0,T.jsx)(P,{spacing:p,children:d})]})});B.displayName="BreadcrumbItem"},65568:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{analyzeBreakpoints:()=>analyzeBreakpoints,arrayToObjectNotation:()=>arrayToObjectNotation,breakpoints:()=>y,isCustomBreakpoint:()=>isCustomBreakpoint,isResponsiveObjectLike:()=>isResponsiveObjectLike,mapResponsive:()=>mapResponsive,objectToArrayNotation:()=>objectToArrayNotation,px:()=>px,toMediaQueryString:()=>toMediaQueryString}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(42409),y=Object.freeze(["base","sm","md","lg","xl","2xl"]);function mapResponsive(a,c){return Array.isArray(a)?a.map(a=>null===a?null:c(a)):(0,g.isObject)(a)?Object.keys(a).reduce((s,d)=>(s[d]=c(a[d]),s),{}):null!=a?c(a):null}function objectToArrayNotation(a,c=y){let s=c.map(c=>{var s;return null!=(s=a[c])?s:null}),d=s[s.length-1];for(;null===d;)s.pop();return s}function arrayToObjectNotation(a,c=y){let s={};return a.forEach((a,d)=>{let u=c[d];null!=a&&(s[u]=a)}),s}function isResponsiveObjectLike(a,c=y){let s=Object.keys(a);return s.length>0&&s.every(a=>c.includes(a))}var isCustomBreakpoint=a=>Number.isNaN(Number(a)),m=s(42409);function getLastItem(a){let c=null==a?0:a.length;return c?a[c-1]:void 0}function analyzeCSSValue(a){let c=parseFloat(a.toString()),s=a.toString().replace(String(c),"");return{unitless:!s,value:c,unit:s}}function px(a){if(null==a)return a;let{unitless:c}=analyzeCSSValue(a);return c||"number"==typeof a?`${a}px`:a}var sortByBreakpointValue=(a,c)=>parseInt(a[1],10)>parseInt(c[1],10)?1:-1,sortBps=a=>Object.fromEntries(Object.entries(a).sort(sortByBreakpointValue));function normalize(a){let c=sortBps(a);return Object.assign(Object.values(c),c)}function keys(a){let c=Object.keys(sortBps(a));return new Set(c)}function subtract(a){var c;return a?"number"==typeof(a=null!=(c=px(a))?c:a)?`${a+-.02}`:a.replace(/(\d+\.?\d*)/u,a=>`${parseFloat(a)+-.02}`):a}function toMediaQueryString(a,c){let s=["@media screen"];return a&&s.push("and",`(min-width: ${px(a)})`),c&&s.push("and",`(max-width: ${px(c)})`),s.join(" ")}function analyzeBreakpoints(a){var c;if(!a)return null;a.base=null!=(c=a.base)?c:"0px";let s=normalize(a),d=Object.entries(a).sort(sortByBreakpointValue).map(([a,c],s,d)=>{var u;let[,p]=null!=(u=d[s+1])?u:[];return p=parseFloat(p)>0?subtract(p):void 0,{_minW:subtract(c),breakpoint:a,minW:c,maxW:p,maxWQuery:toMediaQueryString(null,p),minWQuery:toMediaQueryString(c),minMaxQuery:toMediaQueryString(c,p)}}),u=keys(a),p=Array.from(u.values());return{keys:u,normalized:s,isResponsive(a){let c=Object.keys(a);return c.length>0&&c.every(a=>u.has(a))},asObject:sortBps(a),asArray:normalize(a),details:d,get:a=>d.find(c=>c.breakpoint===a),media:[null,...s.map(a=>toMediaQueryString(a)).slice(1)],toArrayValue(a){if(!(0,m.isObject)(a))throw Error("toArrayValue: value must be an object");let c=p.map(c=>{var s;return null!=(s=a[c])?s:null});for(;null===getLastItem(c);)c.pop();return c},toObjectValue(a){if(!Array.isArray(a))throw Error("toObjectValue: value must be an array");return a.reduce((a,c,s)=>{let d=p[s];return null!=d&&null!=c&&(a[d]=c),a},{})}}}},76844:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Button:()=>j,ButtonGroup:()=>W,ButtonSpinner:()=>ButtonSpinner,IconButton:()=>U,useButtonGroup:()=>b}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(25089),y=s(90914),m=s(42409),k=s(67294),[M,b]=(0,s(65358).createContext)({strict:!1,name:"ButtonGroupContext"}),I=s(90914),C=s(42409),x=s(67294),R=s(85893);function ButtonIcon(a){let{children:c,className:s,...d}=a,u=(0,x.isValidElement)(c)?(0,x.cloneElement)(c,{"aria-hidden":!0,focusable:!1}):c,p=(0,C.cx)("chakra-button__icon",s);return(0,R.jsx)(I.chakra.span,{display:"inline-flex",alignSelf:"center",flexShrink:0,...d,className:p,children:u})}ButtonIcon.displayName="ButtonIcon";var S=s(67070),_=s(90914),w=s(42409),P=s(67294),O=s(85893);function ButtonSpinner(a){let{label:c,placement:s,spacing:d="0.5rem",children:u=(0,O.jsx)(S.Spinner,{color:"currentColor",width:"1em",height:"1em"}),className:p,__css:h,...v}=a,g=(0,w.cx)("chakra-button__spinner",p),y="start"===s?"marginEnd":"marginStart",m=(0,P.useMemo)(()=>({display:"flex",alignItems:"center",position:c?"relative":"absolute",[y]:c?d:0,fontSize:"1em",lineHeight:"normal",...h}),[h,c,y,d]);return(0,O.jsx)(_.chakra.div,{className:g,...v,__css:m,children:u})}ButtonSpinner.displayName="ButtonSpinner";var F=s(67294);function useButtonType(a){let[c,s]=(0,F.useState)(!a),d=(0,F.useCallback)(a=>{a&&s("BUTTON"===a.tagName)},[]);return{ref:d,type:c?"button":void 0}}var D=s(85893),j=(0,y.forwardRef)((a,c)=>{let s=b(),d=(0,y.useStyleConfig)("Button",{...s,...a}),{isDisabled:u=null==s?void 0:s.isDisabled,isLoading:p,isActive:h,children:v,leftIcon:M,rightIcon:I,loadingText:C,iconSpacing:x="0.5rem",type:R,spinner:S,spinnerPlacement:_="start",className:w,as:P,...O}=(0,y.omitThemingProps)(a),F=(0,k.useMemo)(()=>{let a={...null==d?void 0:d._focus,zIndex:1};return{display:"inline-flex",appearance:"none",alignItems:"center",justifyContent:"center",userSelect:"none",position:"relative",whiteSpace:"nowrap",verticalAlign:"middle",outline:"none",...d,...!!s&&{_focus:a}}},[d,s]),{ref:j,type:E}=useButtonType(P),T={rightIcon:I,leftIcon:M,iconSpacing:x,children:v};return(0,D.jsxs)(y.chakra.button,{ref:(0,g.useMergeRefs)(c,j),as:P,type:null!=R?R:E,"data-active":(0,m.dataAttr)(h),"data-loading":(0,m.dataAttr)(p),__css:F,className:(0,m.cx)("chakra-button",w),...O,disabled:u||p,children:[p&&"start"===_&&(0,D.jsx)(ButtonSpinner,{className:"chakra-button__spinner--start",label:C,placement:"start",spacing:x,children:S}),p?C||(0,D.jsx)(y.chakra.span,{opacity:0,children:(0,D.jsx)(ButtonContent,{...T})}):(0,D.jsx)(ButtonContent,{...T}),p&&"end"===_&&(0,D.jsx)(ButtonSpinner,{className:"chakra-button__spinner--end",label:C,placement:"end",spacing:x,children:S})]})});function ButtonContent(a){let{leftIcon:c,rightIcon:s,children:d,iconSpacing:u}=a;return(0,D.jsxs)(D.Fragment,{children:[c&&(0,D.jsx)(ButtonIcon,{marginEnd:u,children:c}),d,s&&(0,D.jsx)(ButtonIcon,{marginStart:u,children:s})]})}j.displayName="Button";var E=s(90914),T=s(42409),B=s(67294),N=s(85893),$={horizontal:{"> *:first-of-type:not(:last-of-type)":{borderEndRadius:0},"> *:not(:first-of-type):not(:last-of-type)":{borderRadius:0},"> *:not(:first-of-type):last-of-type":{borderStartRadius:0}},vertical:{"> *:first-of-type:not(:last-of-type)":{borderBottomRadius:0},"> *:not(:first-of-type):not(:last-of-type)":{borderRadius:0},"> *:not(:first-of-type):last-of-type":{borderTopRadius:0}}},L={horizontal:a=>({"& > *:not(style) ~ *:not(style)":{marginStart:a}}),vertical:a=>({"& > *:not(style) ~ *:not(style)":{marginTop:a}})},W=(0,E.forwardRef)(function(a,c){let{size:s,colorScheme:d,variant:u,className:p,spacing:h="0.5rem",isAttached:v,isDisabled:g,orientation:y="horizontal",...m}=a,k=(0,T.cx)("chakra-button__group",p),b=(0,B.useMemo)(()=>({size:s,colorScheme:d,variant:u,isDisabled:g}),[s,d,u,g]),I={display:"inline-flex",...v?$[y]:L[y](h)};return(0,N.jsx)(M,{value:b,children:(0,N.jsx)(E.chakra.div,{ref:c,role:"group",__css:I,className:k,"data-attached":v?"":void 0,"data-orientation":y,flexDir:"vertical"===y?"column":void 0,...m})})});W.displayName="ButtonGroup";var H=s(90914),V=s(67294),q=s(85893),U=(0,H.forwardRef)((a,c)=>{let{icon:s,children:d,isRound:u,"aria-label":p,...h}=a,v=s||d,g=(0,V.isValidElement)(v)?(0,V.cloneElement)(v,{"aria-hidden":!0,focusable:!1}):null;return(0,q.jsx)(j,{padding:"0",borderRadius:u?"full":void 0,ref:c,"aria-label":p,...h,children:g})});U.displayName="IconButton"},17129:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Card:()=>b,CardBody:()=>R,CardFooter:()=>P,CardHeader:()=>j,useCardStyles:()=>k}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(42409),y=s(90914),[m,k]=(0,s(90914).createStylesContext)("Card"),M=s(85893),b=(0,y.forwardRef)(function(a,c){let{className:s,children:d,direction:u="column",justify:p,align:h,...v}=(0,y.omitThemingProps)(a),k=(0,y.useMultiStyleConfig)("Card",a);return(0,M.jsx)(y.chakra.div,{ref:c,className:(0,g.cx)("chakra-card",s),__css:{display:"flex",flexDirection:u,justifyContent:p,alignItems:h,position:"relative",minWidth:0,wordWrap:"break-word",...k.container},...v,children:(0,M.jsx)(m,{value:k,children:d})})}),I=s(42409),C=s(90914),x=s(85893),R=(0,C.forwardRef)(function(a,c){let{className:s,...d}=a,u=k();return(0,x.jsx)(C.chakra.div,{ref:c,className:(0,I.cx)("chakra-card__body",s),__css:u.body,...d})}),S=s(42409),_=s(90914),w=s(85893),P=(0,_.forwardRef)(function(a,c){let{className:s,justify:d,...u}=a,p=k();return(0,w.jsx)(_.chakra.div,{ref:c,className:(0,S.cx)("chakra-card__footer",s),__css:{display:"flex",justifyContent:d,...p.footer},...u})}),O=s(42409),F=s(90914),D=s(85893),j=(0,F.forwardRef)(function(a,c){let{className:s,...d}=a,u=k();return(0,D.jsx)(F.chakra.div,{ref:c,className:(0,O.cx)("chakra-card__header",s),__css:u.header,...d})})},90025:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Checkbox:()=>L,CheckboxGroup:()=>CheckboxGroup,CheckboxIcon:()=>CheckboxIcon,useCheckbox:()=>useCheckbox,useCheckboxGroup:()=>useCheckboxGroup}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(42409),y=s(90914),m=s(67294),[k,M]=(0,s(65358).createContext)({name:"CheckboxGroupContext",strict:!1}),b=s(90914),I=s(85893);function CheckIcon(a){return(0,I.jsx)(b.chakra.svg,{width:"1.2em",viewBox:"0 0 12 10",style:{fill:"none",strokeWidth:2,stroke:"currentColor",strokeDasharray:16},...a,children:(0,I.jsx)("polyline",{points:"1.5 6 4.5 9 10.5 1"})})}function IndeterminateIcon(a){return(0,I.jsx)(b.chakra.svg,{width:"1.2em",viewBox:"0 0 24 24",style:{stroke:"currentColor",strokeWidth:4},...a,children:(0,I.jsx)("line",{x1:"21",x2:"3",y1:"12",y2:"12"})})}function CheckboxIcon(a){let{isIndeterminate:c,isChecked:s,...d}=a,u=c?IndeterminateIcon:CheckIcon;return s||c?(0,I.jsx)(b.chakra.div,{style:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%"},children:(0,I.jsx)(u,{...d})}):null}var C=s(68229),x=s(79005),R=s(75851),S=s(17381),_=s(25089),w=s(42409);function omit(a,c=[]){let s=Object.assign({},a);for(let a of c)a in s&&delete s[a];return s}var P=s(53360),O=s(29665),F=s(67294);function useCheckbox(a={}){let c=(0,C.useFormControlProps)(a),{isDisabled:s,isReadOnly:d,isRequired:u,isInvalid:p,id:h,onBlur:v,onFocus:g,"aria-describedby":y}=c,{defaultChecked:m,isChecked:k,isFocusable:M,onChange:b,isIndeterminate:I,name:D,value:j,tabIndex:E,"aria-label":T,"aria-labelledby":B,"aria-invalid":N,...$}=a,L=omit($,["isDisabled","isReadOnly","isRequired","isInvalid","id","onBlur","onFocus","aria-describedby"]),W=(0,S.useCallbackRef)(b),H=(0,S.useCallbackRef)(v),V=(0,S.useCallbackRef)(g),[q,U]=(0,F.useState)(!1),[G,X]=(0,F.useState)(!1),[K,Y]=(0,F.useState)(!1),[Z,Q]=(0,F.useState)(!1);(0,F.useEffect)(()=>(0,O.trackFocusVisible)(U),[]);let J=(0,F.useRef)(null),[ee,et]=(0,F.useState)(!0),[ea,en]=(0,F.useState)(!!m),er=void 0!==k,eo=er?k:ea,el=(0,F.useCallback)(a=>{if(d||s){a.preventDefault();return}er||(eo?en(a.target.checked):en(!!I||a.target.checked)),null==W||W(a)},[d,s,eo,er,I,W]);(0,x.useSafeLayoutEffect)(()=>{J.current&&(J.current.indeterminate=!!I)},[I]),(0,R.useUpdateEffect)(()=>{s&&X(!1)},[s,X]),(0,x.useSafeLayoutEffect)(()=>{let a=J.current;if(!(null==a?void 0:a.form))return;let formResetListener=()=>{en(!!m)};return a.form.addEventListener("reset",formResetListener),()=>{var c;return null==(c=a.form)?void 0:c.removeEventListener("reset",formResetListener)}},[]);let ec=s&&!M,ei=(0,F.useCallback)(a=>{" "===a.key&&Q(!0)},[Q]),es=(0,F.useCallback)(a=>{" "===a.key&&Q(!1)},[Q]);(0,x.useSafeLayoutEffect)(()=>{if(!J.current)return;let a=J.current.checked!==eo;a&&en(J.current.checked)},[J.current]);let ed=(0,F.useCallback)((a={},c=null)=>({...a,ref:c,"data-active":(0,w.dataAttr)(Z),"data-hover":(0,w.dataAttr)(K),"data-checked":(0,w.dataAttr)(eo),"data-focus":(0,w.dataAttr)(G),"data-focus-visible":(0,w.dataAttr)(G&&q),"data-indeterminate":(0,w.dataAttr)(I),"data-disabled":(0,w.dataAttr)(s),"data-invalid":(0,w.dataAttr)(p),"data-readonly":(0,w.dataAttr)(d),"aria-hidden":!0,onMouseDown:(0,w.callAllHandlers)(a.onMouseDown,a=>{G&&a.preventDefault(),Q(!0)}),onMouseUp:(0,w.callAllHandlers)(a.onMouseUp,()=>Q(!1)),onMouseEnter:(0,w.callAllHandlers)(a.onMouseEnter,()=>Y(!0)),onMouseLeave:(0,w.callAllHandlers)(a.onMouseLeave,()=>Y(!1))}),[Z,eo,s,G,q,K,I,p,d]),eu=(0,F.useCallback)((a={},c=null)=>({...a,ref:c,"data-active":(0,w.dataAttr)(Z),"data-hover":(0,w.dataAttr)(K),"data-checked":(0,w.dataAttr)(eo),"data-focus":(0,w.dataAttr)(G),"data-focus-visible":(0,w.dataAttr)(G&&q),"data-indeterminate":(0,w.dataAttr)(I),"data-disabled":(0,w.dataAttr)(s),"data-invalid":(0,w.dataAttr)(p),"data-readonly":(0,w.dataAttr)(d)}),[Z,eo,s,G,q,K,I,p,d]),ep=(0,F.useCallback)((a={},c=null)=>({...L,...a,ref:(0,_.mergeRefs)(c,a=>{a&&et("LABEL"===a.tagName)}),onClick:(0,w.callAllHandlers)(a.onClick,()=>{var a;ee||(null==(a=J.current)||a.click(),requestAnimationFrame(()=>{var a;null==(a=J.current)||a.focus({preventScroll:!0})}))}),"data-disabled":(0,w.dataAttr)(s),"data-checked":(0,w.dataAttr)(eo),"data-invalid":(0,w.dataAttr)(p)}),[L,s,eo,p,ee]),eh=(0,F.useCallback)((a={},c=null)=>({...a,ref:(0,_.mergeRefs)(J,c),type:"checkbox",name:D,value:j,id:h,tabIndex:E,onChange:(0,w.callAllHandlers)(a.onChange,el),onBlur:(0,w.callAllHandlers)(a.onBlur,H,()=>X(!1)),onFocus:(0,w.callAllHandlers)(a.onFocus,V,()=>X(!0)),onKeyDown:(0,w.callAllHandlers)(a.onKeyDown,ei),onKeyUp:(0,w.callAllHandlers)(a.onKeyUp,es),required:u,checked:eo,disabled:ec,readOnly:d,"aria-label":T,"aria-labelledby":B,"aria-invalid":N?!!N:p,"aria-describedby":y,"aria-disabled":s,style:P.visuallyHiddenStyle}),[D,j,h,el,H,V,ei,es,u,eo,ec,d,T,B,N,p,y,s,E]),ev=(0,F.useCallback)((a={},c=null)=>({...a,ref:c,onMouseDown:(0,w.callAllHandlers)(a.onMouseDown,stopEvent),"data-disabled":(0,w.dataAttr)(s),"data-checked":(0,w.dataAttr)(eo),"data-invalid":(0,w.dataAttr)(p)}),[eo,s,p]);return{state:{isInvalid:p,isFocused:G,isChecked:eo,isActive:Z,isHovered:K,isIndeterminate:I,isDisabled:s,isReadOnly:d,isRequired:u},getRootProps:ep,getCheckboxProps:ed,getIndicatorProps:eu,getInputProps:eh,getLabelProps:ev,htmlProps:L}}function stopEvent(a){a.preventDefault(),a.stopPropagation()}var D=s(67294);function useInitialAnimationState(a){let[c,s]=(0,D.useState)(a),[d,u]=(0,D.useState)(!1);return a!==c&&(u(!0),s(a)),d}var j=s(85893),E={display:"inline-flex",alignItems:"center",justifyContent:"center",verticalAlign:"top",userSelect:"none",flexShrink:0},T={cursor:"pointer",display:"inline-flex",alignItems:"center",verticalAlign:"top",position:"relative"},B=(0,y.keyframes)({from:{opacity:0,strokeDashoffset:16,transform:"scale(0.95)"},to:{opacity:1,strokeDashoffset:0,transform:"scale(1)"}}),N=(0,y.keyframes)({from:{opacity:0},to:{opacity:1}}),$=(0,y.keyframes)({from:{transform:"scaleX(0.65)"},to:{transform:"scaleX(1)"}}),L=(0,y.forwardRef)(function(a,c){let s=M(),d={...s,...a},u=(0,y.useMultiStyleConfig)("Checkbox",d),p=(0,y.omitThemingProps)(a),{spacing:h="0.5rem",className:v,children:k,iconColor:b,iconSize:I,icon:C=(0,j.jsx)(CheckboxIcon,{}),isChecked:x,isDisabled:R=null==s?void 0:s.isDisabled,onChange:S,inputProps:_,...w}=p,P=x;(null==s?void 0:s.value)&&p.value&&(P=s.value.includes(p.value));let O=S;(null==s?void 0:s.onChange)&&p.value&&(O=(0,g.callAll)(s.onChange,S));let{state:F,getInputProps:D,getCheckboxProps:L,getLabelProps:W,getRootProps:H}=useCheckbox({...w,isDisabled:R,isChecked:P,onChange:O}),V=useInitialAnimationState(F.isChecked),q=(0,m.useMemo)(()=>({animation:V?F.isIndeterminate?`${N} 20ms linear, ${$} 200ms linear`:`${B} 200ms linear`:void 0,fontSize:I,color:b,...u.icon}),[b,I,V,F.isIndeterminate,u.icon]),U=(0,m.cloneElement)(C,{__css:q,isIndeterminate:F.isIndeterminate,isChecked:F.isChecked});return(0,j.jsxs)(y.chakra.label,{__css:{...T,...u.container},className:(0,g.cx)("chakra-checkbox",v),...H(),children:[(0,j.jsx)("input",{className:"chakra-checkbox__input",...D(_,c)}),(0,j.jsx)(y.chakra.span,{__css:{...E,...u.control},className:"chakra-checkbox__control",...L(),children:U}),k&&(0,j.jsx)(y.chakra.span,{className:"chakra-checkbox__label",...W(),__css:{marginStart:h,...u.label},children:k})]})});L.displayName="Checkbox";var W=s(67294),H=s(17381),V=s(40809),q=s(42409),U=s(67294);function isInputEvent(a){return a&&(0,q.isObject)(a)&&(0,q.isObject)(a.target)}function useCheckboxGroup(a={}){let{defaultValue:c,value:s,onChange:d,isDisabled:u,isNative:p}=a,h=(0,H.useCallbackRef)(d),[v,g]=(0,V.useControllableState)({value:s,defaultValue:c||[],onChange:h}),y=(0,U.useCallback)(a=>{if(!v)return;let c=isInputEvent(a)?a.target.checked:!v.includes(a),s=isInputEvent(a)?a.target.value:a,d=c?[...v,s]:v.filter(a=>String(a)!==String(s));g(d)},[g,v]),m=(0,U.useCallback)((a={})=>{let c=p?"checked":"isChecked";return{...a,[c]:v.some(c=>String(a.value)===String(c)),onChange:y}},[y,p,v]);return{value:v,isDisabled:u,onChange:y,setValue:g,getCheckboxProps:m}}var G=s(85893);function CheckboxGroup(a){let{colorScheme:c,size:s,variant:d,children:u,isDisabled:p}=a,{value:h,onChange:v}=useCheckboxGroup(a),g=(0,W.useMemo)(()=>({size:s,onChange:v,colorScheme:c,value:h,variant:d,isDisabled:p}),[s,v,c,h,d,p]);return(0,G.jsx)(k,{value:g,children:u})}CheckboxGroup.displayName="CheckboxGroup"},98698:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useClickable:()=>useClickable}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(42409),y=s(25089),m=s(67294);function useEventListeners(){let a=(0,m.useRef)(new Map),c=a.current,s=(0,m.useCallback)((c,s,d,u)=>{a.current.set(d,{type:s,el:c,options:u}),c.addEventListener(s,d,u)},[]),d=(0,m.useCallback)((c,s,d,u)=>{c.removeEventListener(s,d,u),a.current.delete(d)},[]);return(0,m.useEffect)(()=>()=>{c.forEach((a,c)=>{d(a.el,a.type,c,a.options)})},[d,c]),{add:s,remove:d}}var k=s(67294);function isValidElement(a){let c=a.target,{tagName:s,isContentEditable:d}=c;return"INPUT"!==s&&"TEXTAREA"!==s&&!0!==d}function useClickable(a={}){let{ref:c,isDisabled:s,isFocusable:d,clickOnEnter:u=!0,clickOnSpace:p=!0,onMouseDown:h,onMouseUp:v,onClick:m,onKeyDown:M,onKeyUp:b,tabIndex:I,onMouseOver:C,onMouseLeave:x,...R}=a,[S,_]=(0,k.useState)(!0),[w,P]=(0,k.useState)(!1),O=useEventListeners(),F=S?I:I||0,D=s&&!d,j=(0,k.useCallback)(a=>{if(s){a.stopPropagation(),a.preventDefault();return}let c=a.currentTarget;c.focus(),null==m||m(a)},[s,m]),E=(0,k.useCallback)(a=>{w&&isValidElement(a)&&(a.preventDefault(),a.stopPropagation(),P(!1),O.remove(document,"keyup",E,!1))},[w,O]),T=(0,k.useCallback)(a=>{if(null==M||M(a),s||a.defaultPrevented||a.metaKey||!isValidElement(a.nativeEvent)||S)return;let c=u&&"Enter"===a.key,d=p&&" "===a.key;if(d&&(a.preventDefault(),P(!0)),c){a.preventDefault();let c=a.currentTarget;c.click()}O.add(document,"keyup",E,!1)},[s,S,M,u,p,O,E]),B=(0,k.useCallback)(a=>{if(null==b||b(a),s||a.defaultPrevented||a.metaKey||!isValidElement(a.nativeEvent)||S)return;let c=p&&" "===a.key;if(c){a.preventDefault(),P(!1);let c=a.currentTarget;c.click()}},[p,S,s,b]),N=(0,k.useCallback)(a=>{0===a.button&&(P(!1),O.remove(document,"mouseup",N,!1))},[O]),$=(0,k.useCallback)(a=>{if(0!==a.button)return;if(s){a.stopPropagation(),a.preventDefault();return}S||P(!0);let c=a.currentTarget;c.focus({preventScroll:!0}),O.add(document,"mouseup",N,!1),null==h||h(a)},[s,S,h,O,N]),L=(0,k.useCallback)(a=>{0===a.button&&(S||P(!1),null==v||v(a))},[v,S]),W=(0,k.useCallback)(a=>{if(s){a.preventDefault();return}null==C||C(a)},[s,C]),H=(0,k.useCallback)(a=>{w&&(a.preventDefault(),P(!1)),null==x||x(a)},[w,x]),V=(0,y.mergeRefs)(c,a=>{a&&"BUTTON"!==a.tagName&&_(!1)});return S?{...R,ref:V,type:"button","aria-disabled":D?void 0:s,disabled:D,onClick:j,onMouseDown:h,onMouseUp:v,onKeyUp:b,onKeyDown:M,onMouseOver:C,onMouseLeave:x}:{...R,ref:V,role:"button","data-active":(0,g.dataAttr)(w),"aria-disabled":s?"true":void 0,tabIndex:D?void 0:F,onClick:j,onMouseDown:$,onMouseUp:L,onKeyUp:B,onKeyDown:T,onMouseOver:W,onMouseLeave:H}}},56766:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{CloseButton:()=>k}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(49413),y=s(90914),m=s(85893);function CloseIcon(a){return(0,m.jsx)(g.Icon,{focusable:"false","aria-hidden":!0,...a,children:(0,m.jsx)("path",{fill:"currentColor",d:"M.439,21.44a1.5,1.5,0,0,0,2.122,2.121L11.823,14.3a.25.25,0,0,1,.354,0l9.262,9.263a1.5,1.5,0,1,0,2.122-2.121L14.3,12.177a.25.25,0,0,1,0-.354l9.263-9.262A1.5,1.5,0,0,0,21.439.44L12.177,9.7a.25.25,0,0,1-.354,0L2.561.44A1.5,1.5,0,0,0,.439,2.561L9.7,11.823a.25.25,0,0,1,0,.354Z"})})}var k=(0,y.forwardRef)(function(a,c){let s=(0,y.useStyleConfig)("CloseButton",a),{children:d,isDisabled:u,__css:p,...h}=(0,y.omitThemingProps)(a);return(0,m.jsx)(y.chakra.button,{type:"button","aria-label":"Close",ref:c,disabled:u,__css:{outline:0,display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,...s,...p},...h,children:d||(0,m.jsx)(CloseIcon,{width:"1em",height:"1em"})})});k.displayName="CloseButton"},4876:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{ColorModeContext:()=>k,ColorModeProvider:()=>ColorModeProvider,ColorModeScript:()=>ColorModeScript,DarkMode:()=>DarkMode,LightMode:()=>LightMode,cookieStorageManager:()=>C,cookieStorageManagerSSR:()=>cookieStorageManagerSSR,createCookieStorageManager:()=>createCookieStorageManager,createLocalStorageManager:()=>createLocalStorageManager,getScriptSrc:()=>getScriptSrc,localStorageManager:()=>I,useColorMode:()=>useColorMode,useColorModeValue:()=>useColorModeValue}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(79005),y=s(67294),m=s(67294),k=(0,m.createContext)({});function useColorMode(){let a=(0,m.useContext)(k);if(void 0===a)throw Error("useColorMode must be used within a ColorModeProvider");return a}function useColorModeValue(a,c){let{colorMode:s}=useColorMode();return"dark"===s?c:a}k.displayName="ColorModeContext";var M={light:"chakra-ui-light",dark:"chakra-ui-dark"};function getColorModeUtils(a={}){let{preventTransition:c=!0}=a,s={setDataset:a=>{let d=c?s.preventTransition():void 0;document.documentElement.dataset.theme=a,document.documentElement.style.colorScheme=a,null==d||d()},setClassName(a){document.body.classList.add(a?M.dark:M.light),document.body.classList.remove(a?M.light:M.dark)},query:()=>window.matchMedia("(prefers-color-scheme: dark)"),getSystemTheme(a){var c;let d=null!=(c=s.query().matches)?c:"dark"===a;return d?"dark":"light"},addListener(a){let c=s.query(),listener=c=>{a(c.matches?"dark":"light")};return"function"==typeof c.addListener?c.addListener(listener):c.addEventListener("change",listener),()=>{"function"==typeof c.removeListener?c.removeListener(listener):c.removeEventListener("change",listener)}},preventTransition(){let a=document.createElement("style");return a.appendChild(document.createTextNode("*{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),document.head.appendChild(a),()=>{window.getComputedStyle(document.body),requestAnimationFrame(()=>{requestAnimationFrame(()=>{document.head.removeChild(a)})})}}};return s}var b="chakra-ui-color-mode";function createLocalStorageManager(a){return{ssr:!1,type:"localStorage",get(c){let s;if(!(null==globalThis?void 0:globalThis.document))return c;try{s=localStorage.getItem(a)||c}catch(a){}return s||c},set(c){try{localStorage.setItem(a,c)}catch(a){}}}}var I=createLocalStorageManager(b);function parseCookie(a,c){let s=a.match(RegExp(`(^| )${c}=([^;]+)`));return null==s?void 0:s[2]}function createCookieStorageManager(a,c){return{ssr:!!c,type:"cookie",get:s=>c?parseCookie(c,a):(null==globalThis?void 0:globalThis.document)&&parseCookie(document.cookie,a)||s,set(c){document.cookie=`${a}=${c}; max-age=31536000; path=/`}}}var C=createCookieStorageManager(b),cookieStorageManagerSSR=a=>createCookieStorageManager(b,a),x=s(85893),noop=()=>{};function getTheme(a,c){return"cookie"===a.type&&a.ssr?a.get(c):c}function ColorModeProvider(a){let{value:c,children:s,options:{useSystemColorMode:d,initialColorMode:u,disableTransitionOnChange:p}={},colorModeManager:h=I}=a,v="dark"===u?"dark":"light",[m,M]=(0,y.useState)(()=>getTheme(h,v)),[b,C]=(0,y.useState)(()=>getTheme(h)),{getSystemTheme:R,setClassName:S,setDataset:_,addListener:w}=(0,y.useMemo)(()=>getColorModeUtils({preventTransition:p}),[p]),P="system"!==u||m?m:b,O=(0,y.useCallback)(a=>{let c="system"===a?R():a;M(c),S("dark"===c),_(c),h.set(c)},[h,R,S,_]);(0,g.useSafeLayoutEffect)(()=>{"system"===u&&C(R())},[]),(0,y.useEffect)(()=>{let a=h.get();if(a){O(a);return}if("system"===u){O("system");return}O(v)},[h,v,u,O]);let F=(0,y.useCallback)(()=>{O("dark"===P?"light":"dark")},[P,O]);(0,y.useEffect)(()=>{if(d)return w(O)},[d,w,O]);let D=(0,y.useMemo)(()=>({colorMode:null!=c?c:P,toggleColorMode:c?noop:F,setColorMode:c?noop:O,forced:void 0!==c}),[P,F,O,c]);return(0,x.jsx)(k.Provider,{value:D,children:s})}function DarkMode(a){let c=(0,y.useMemo)(()=>({colorMode:"dark",toggleColorMode:noop,setColorMode:noop,forced:!0}),[]);return(0,x.jsx)(k.Provider,{value:c,...a})}function LightMode(a){let c=(0,y.useMemo)(()=>({colorMode:"light",toggleColorMode:noop,setColorMode:noop,forced:!0}),[]);return(0,x.jsx)(k.Provider,{value:c,...a})}ColorModeProvider.displayName="ColorModeProvider",DarkMode.displayName="DarkMode",LightMode.displayName="LightMode";var R=s(85893),S=new Set(["dark","light","system"]);function normalize(a){let c=a;return S.has(c)||(c="light"),c}function getScriptSrc(a={}){let{initialColorMode:c="light",type:s="localStorage",storageKey:d="chakra-ui-color-mode"}=a,u=normalize(c),p=`(function(){try{var a=function(o){var l="(prefers-color-scheme: dark)",v=window.matchMedia(l).matches?"dark":"light",e=o==="system"?v:o,d=document.documentElement,m=document.body,i="chakra-ui-light",n="chakra-ui-dark",s=e==="dark";return m.classList.add(s?n:i),m.classList.remove(s?i:n),d.style.colorScheme=e,d.dataset.theme=e,e},u=a,h="${u}",r="${d}",t=document.cookie.match(new RegExp("(^| )".concat(r,"=([^;]+)"))),c=t?t[2]:null;c?a(c):document.cookie="".concat(r,"=").concat(a(h),"; max-age=31536000; path=/")}catch(a){}})(); `,h=`(function(){try{var a=function(c){var v="(prefers-color-scheme: dark)",h=window.matchMedia(v).matches?"dark":"light",r=c==="system"?h:c,o=document.documentElement,s=document.body,l="chakra-ui-light",d="chakra-ui-dark",i=r==="dark";return s.classList.add(i?d:l),s.classList.remove(i?l:d),o.style.colorScheme=r,o.dataset.theme=r,r},n=a,m="${u}",e="${d}",t=localStorage.getItem(e);t?a(t):localStorage.setItem(e,a(m))}catch(a){}})(); `;return`!${"cookie"===s?p:h}`.trim()}function ColorModeScript(a={}){let{nonce:c}=a;return(0,R.jsx)("script",{id:"chakra-script",nonce:c,dangerouslySetInnerHTML:{__html:getScriptSrc(a)}})}},15024:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{ControlBox:()=>ControlBox}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(85893),ControlBox=a=>{let{type:c="checkbox",_hover:s,_invalid:d,_disabled:u,_focus:p,_checked:h,_child:v={opacity:0},_checkedAndChild:m={opacity:1},_checkedAndDisabled:k,_checkedAndFocus:M,_checkedAndHover:b,children:I,...C}=a,x=`input[type=${c}]:checked:disabled + &`,R=`input[type=${c}]:checked:hover:not(:disabled) + &`,S=`input[type=${c}]:checked:focus + &`,_=`input[type=${c}]:disabled + &`,w=`input[type=${c}]:focus + &`,P=`input[type=${c}]:hover:not(:disabled):not(:checked) + &`,O=`input[type=${c}]:checked + &, input[type=${c}][aria-checked=mixed] + &`,F=`input[type=${c}][aria-invalid=true] + &`,D="& > *";return(0,y.jsx)(g.chakra.div,{...C,"aria-hidden":!0,__css:{display:"inline-flex",alignItems:"center",justifyContent:"center",transitionProperty:"common",transitionDuration:"fast",flexShrink:0,[w]:p,[P]:s,[_]:u,[F]:d,[x]:k,[S]:M,[R]:b,[D]:v,[O]:{...h,[D]:m}},children:I})};ControlBox.displayName="ControlBox"},95113:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useCounter:()=>useCounter}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(17381),y=s(75715),m=s(67294);function useCounter(a={}){let{onChange:c,precision:s,defaultValue:d,value:u,step:p=1,min:h=Number.MIN_SAFE_INTEGER,max:v=Number.MAX_SAFE_INTEGER,keepWithinRange:k=!0}=a,M=(0,g.useCallbackRef)(c),[b,I]=(0,m.useState)(()=>{var a;return null==d?"":null!=(a=cast(d,p,s))?a:""}),C=void 0!==u,x=C?u:b,R=getDecimalPlaces(parse(x),p),S=null!=s?s:R,_=(0,m.useCallback)(a=>{a!==x&&(C||I(a.toString()),null==M||M(a.toString(),parse(a)))},[M,C,x]),w=(0,m.useCallback)(a=>{let c=a;return k&&(c=(0,y.clampValue)(c,h,v)),(0,y.toPrecision)(c,S)},[S,k,v,h]),P=(0,m.useCallback)((a=p)=>{_(w(""===x?parse(a):parse(x)+a))},[w,p,_,x]),O=(0,m.useCallback)((a=p)=>{_(w(""===x?parse(-a):parse(x)-a))},[w,p,_,x]),F=(0,m.useCallback)(()=>{var a;_(null==d?"":null!=(a=cast(d,p,s))?a:h)},[d,s,p,_,h]),D=(0,m.useCallback)(a=>{var c;let s=null!=(c=cast(a,p,S))?c:h;_(s)},[S,p,_,h]),j=parse(x),E=j>v||j{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{CSSPolyfill:()=>CSSPolyfill,CSSReset:()=>CSSReset}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(70917),y=s(85893),m=String.raw,k=m` :root, :host { --chakra-vh: 100vh; } @supports (height: -webkit-fill-available) { :root, :host { --chakra-vh: -webkit-fill-available; } } @supports (height: -moz-fill-available) { :root, :host { --chakra-vh: -moz-fill-available; } } @supports (height: 100dvh) { :root, :host { --chakra-vh: 100dvh; } } `,CSSPolyfill=()=>(0,y.jsx)(g.Global,{styles:k}),CSSReset=({scope:a=""})=>(0,y.jsx)(g.Global,{styles:m` html { line-height: 1.5; -webkit-text-size-adjust: 100%; font-family: system-ui, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; touch-action: manipulation; } body { position: relative; min-height: 100%; margin: 0; font-feature-settings: "kern"; } ${a} :where(*, *::before, *::after) { border-width: 0; border-style: solid; box-sizing: border-box; word-wrap: break-word; } main { display: block; } ${a} hr { border-top-width: 1px; box-sizing: content-box; height: 0; overflow: visible; } ${a} :where(pre, code, kbd,samp) { font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 1em; } ${a} a { background-color: transparent; color: inherit; text-decoration: inherit; } ${a} abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } ${a} :where(b, strong) { font-weight: bold; } ${a} small { font-size: 80%; } ${a} :where(sub,sup) { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } ${a} sub { bottom: -0.25em; } ${a} sup { top: -0.5em; } ${a} img { border-style: none; } ${a} :where(button, input, optgroup, select, textarea) { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } ${a} :where(button, input) { overflow: visible; } ${a} :where(button, select) { text-transform: none; } ${a} :where( button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner ) { border-style: none; padding: 0; } ${a} fieldset { padding: 0.35em 0.75em 0.625em; } ${a} legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } ${a} progress { vertical-align: baseline; } ${a} textarea { overflow: auto; } ${a} :where([type="checkbox"], [type="radio"]) { box-sizing: border-box; padding: 0; } ${a} input[type="number"]::-webkit-inner-spin-button, ${a} input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none !important; } ${a} input[type="number"] { -moz-appearance: textfield; } ${a} input[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } ${a} input[type="search"]::-webkit-search-decoration { -webkit-appearance: none !important; } ${a} ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } ${a} details { display: block; } ${a} summary { display: list-item; } template { display: none; } [hidden] { display: none !important; } ${a} :where( blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre ) { margin: 0; } ${a} button { background: transparent; padding: 0; } ${a} fieldset { margin: 0; padding: 0; } ${a} :where(ol, ul) { margin: 0; padding: 0; } ${a} textarea { resize: vertical; } ${a} :where(button, [role="button"]) { cursor: pointer; } ${a} button::-moz-focus-inner { border: 0 !important; } ${a} table { border-collapse: collapse; } ${a} :where(h1, h2, h3, h4, h5, h6) { font-size: inherit; font-weight: inherit; } ${a} :where(button, input, optgroup, select, textarea) { padding: 0; line-height: inherit; color: inherit; } ${a} :where(img, svg, video, canvas, audio, iframe, embed, object) { display: block; } ${a} :where(img, video) { max-width: 100%; height: auto; } [data-js-focus-visible] :focus:not([data-focus-visible-added]):not( [data-focus-visible-disabled] ) { outline: none; box-shadow: none; } ${a} select::-ms-expand { display: none; } ${k} `})},45886:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,__defNormalProp=(a,c,s)=>c in a?d(a,c,{enumerable:!0,configurable:!0,writable:!0,value:s}):a[c]=s,__publicField=(a,c,s)=>(__defNormalProp(a,"symbol"!=typeof c?c+"":c,s),s),v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{createDescendantContext:()=>createDescendantContext,default:()=>createDescendantContext}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(65358),y=s(25089),m=s(67294),k=s(67294);function sortNodes(a){return a.sort((a,c)=>{let s=a.compareDocumentPosition(c);if(s&Node.DOCUMENT_POSITION_FOLLOWING||s&Node.DOCUMENT_POSITION_CONTAINED_BY)return -1;if(s&Node.DOCUMENT_POSITION_PRECEDING||s&Node.DOCUMENT_POSITION_CONTAINS)return 1;if(!(s&Node.DOCUMENT_POSITION_DISCONNECTED)&&!(s&Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC))return 0;throw Error("Cannot sort the given nodes.")})}var isElement=a=>"object"==typeof a&&"nodeType"in a&&a.nodeType===Node.ELEMENT_NODE;function getNextIndex(a,c,s){let d=a+1;return s&&d>=c&&(d=0),d}function getPrevIndex(a,c,s){let d=a-1;return s&&d<0&&(d=c),d}var M="undefined"!=typeof window?k.useLayoutEffect:k.useEffect,cast=a=>a,b=class{constructor(){__publicField(this,"descendants",new Map),__publicField(this,"register",a=>{if(null!=a)return isElement(a)?this.registerNode(a):c=>{this.registerNode(c,a)}}),__publicField(this,"unregister",a=>{this.descendants.delete(a);let c=sortNodes(Array.from(this.descendants.keys()));this.assignIndex(c)}),__publicField(this,"destroy",()=>{this.descendants.clear()}),__publicField(this,"assignIndex",a=>{this.descendants.forEach(c=>{let s=a.indexOf(c.node);c.index=s,c.node.dataset.index=c.index.toString()})}),__publicField(this,"count",()=>this.descendants.size),__publicField(this,"enabledCount",()=>this.enabledValues().length),__publicField(this,"values",()=>{let a=Array.from(this.descendants.values());return a.sort((a,c)=>a.index-c.index)}),__publicField(this,"enabledValues",()=>this.values().filter(a=>!a.disabled)),__publicField(this,"item",a=>{if(0!==this.count())return this.values()[a]}),__publicField(this,"enabledItem",a=>{if(0!==this.enabledCount())return this.enabledValues()[a]}),__publicField(this,"first",()=>this.item(0)),__publicField(this,"firstEnabled",()=>this.enabledItem(0)),__publicField(this,"last",()=>this.item(this.descendants.size-1)),__publicField(this,"lastEnabled",()=>{let a=this.enabledValues().length-1;return this.enabledItem(a)}),__publicField(this,"indexOf",a=>{var c,s;return a&&null!=(s=null==(c=this.descendants.get(a))?void 0:c.index)?s:-1}),__publicField(this,"enabledIndexOf",a=>null==a?-1:this.enabledValues().findIndex(c=>c.node.isSameNode(a))),__publicField(this,"next",(a,c=!0)=>{let s=getNextIndex(a,this.count(),c);return this.item(s)}),__publicField(this,"nextEnabled",(a,c=!0)=>{let s=this.item(a);if(!s)return;let d=this.enabledIndexOf(s.node),u=getNextIndex(d,this.enabledCount(),c);return this.enabledItem(u)}),__publicField(this,"prev",(a,c=!0)=>{let s=getPrevIndex(a,this.count()-1,c);return this.item(s)}),__publicField(this,"prevEnabled",(a,c=!0)=>{let s=this.item(a);if(!s)return;let d=this.enabledIndexOf(s.node),u=getPrevIndex(d,this.enabledCount()-1,c);return this.enabledItem(u)}),__publicField(this,"registerNode",(a,c)=>{if(!a||this.descendants.has(a))return;let s=Array.from(this.descendants.keys()).concat(a),d=sortNodes(s);(null==c?void 0:c.disabled)&&(c.disabled=!!c.disabled);let u={node:a,index:-1,...c};this.descendants.set(a,u),this.assignIndex(d)})}};function useDescendants(){let a=(0,m.useRef)(new b);return M(()=>()=>a.current.destroy()),a.current}var[I,C]=(0,g.createContext)({name:"DescendantsProvider",errorMessage:"useDescendantsContext must be used within DescendantsProvider"});function useDescendant(a){let c=C(),[s,d]=(0,m.useState)(-1),u=(0,m.useRef)(null);M(()=>()=>{u.current&&c.unregister(u.current)},[]),M(()=>{if(!u.current)return;let a=Number(u.current.dataset.index);s==a||Number.isNaN(a)||d(a)});let p=a?cast(c.register(a)):cast(c.register);return{descendants:c,index:s,enabledIndex:c.enabledIndexOf(u.current),register:(0,y.mergeRefs)(p,u)}}function createDescendantContext(){let a=cast(I);return[a,()=>cast(C()),()=>useDescendants(),a=>useDescendant(a)]}},85080:function(a){"use strict";var c=Object.defineProperty,s=Object.getOwnPropertyDescriptor,d=Object.getOwnPropertyNames,u=Object.prototype.hasOwnProperty,p={};function isElement(a){return null!=a&&"object"==typeof a&&"nodeType"in a&&a.nodeType===Node.ELEMENT_NODE}function isHTMLElement(a){var c;if(!isElement(a))return!1;let s=null!=(c=a.ownerDocument.defaultView)?c:window;return a instanceof s.HTMLElement}function getOwnerWindow(a){var c,s;return null!=(s=null==(c=getOwnerDocument(a))?void 0:c.defaultView)?s:window}function getOwnerDocument(a){return isElement(a)?a.ownerDocument:document}function getEventWindow(a){var c;return null!=(c=a.view)?c:window}function isBrowser(){return!!(null==globalThis?void 0:globalThis.document)}function getActiveElement(a){return getOwnerDocument(a).activeElement}function contains(a,c){return!!a&&(a===c||a.contains(c))}((a,s)=>{for(var d in s)c(a,d,{get:s[d],enumerable:!0})})(p,{contains:()=>contains,getActiveElement:()=>getActiveElement,getAllFocusable:()=>getAllFocusable,getAllTabbable:()=>getAllTabbable,getEventWindow:()=>getEventWindow,getFirstFocusable:()=>getFirstFocusable,getFirstTabbableIn:()=>getFirstTabbableIn,getLastTabbableIn:()=>getLastTabbableIn,getNextTabbable:()=>getNextTabbable,getOwnerDocument:()=>getOwnerDocument,getOwnerWindow:()=>getOwnerWindow,getPreviousTabbable:()=>getPreviousTabbable,getScrollParent:()=>getScrollParent,hasDisplayNone:()=>hasDisplayNone,hasFocusWithin:()=>hasFocusWithin,hasNegativeTabIndex:()=>hasNegativeTabIndex,hasTabIndex:()=>hasTabIndex,isActiveElement:()=>isActiveElement,isBrowser:()=>isBrowser,isContentEditable:()=>isContentEditable,isDisabled:()=>isDisabled,isElement:()=>isElement,isFocusable:()=>isFocusable,isHTMLElement:()=>isHTMLElement,isHidden:()=>isHidden,isInputElement:()=>isInputElement,isTabbable:()=>isTabbable}),a.exports=((a,p,h,v)=>{if(p&&"object"==typeof p||"function"==typeof p)for(let h of d(p))u.call(a,h)||void 0===h||c(a,h,{get:()=>p[h],enumerable:!(v=s(p,h))||v.enumerable});return a})(c({},"__esModule",{value:!0}),p);var hasDisplayNone=a=>"none"===window.getComputedStyle(a).display,hasTabIndex=a=>a.hasAttribute("tabindex"),hasNegativeTabIndex=a=>hasTabIndex(a)&&-1===a.tabIndex;function isDisabled(a){return!0==!!a.getAttribute("disabled")||!0==!!a.getAttribute("aria-disabled")}function isInputElement(a){return isHTMLElement(a)&&"input"===a.localName&&"select"in a}function isActiveElement(a){let c=isHTMLElement(a)?getOwnerDocument(a):document;return c.activeElement===a}function hasFocusWithin(a){return!!document.activeElement&&a.contains(document.activeElement)}function isHidden(a){return!!(a.parentElement&&isHidden(a.parentElement))||a.hidden}function isContentEditable(a){let c=a.getAttribute("contenteditable");return"false"!==c&&null!=c}function isFocusable(a){if(!isHTMLElement(a)||isHidden(a)||isDisabled(a))return!1;let{localName:c}=a;if(["input","select","textarea","button"].indexOf(c)>=0)return!0;let s={a:()=>a.hasAttribute("href"),audio:()=>a.hasAttribute("controls"),video:()=>a.hasAttribute("controls")};return c in s?s[c]():!!isContentEditable(a)||hasTabIndex(a)}function isTabbable(a){return!!a&&isHTMLElement(a)&&isFocusable(a)&&!hasNegativeTabIndex(a)}function isScrollParent(a){let c=a.ownerDocument.defaultView||window,{overflow:s,overflowX:d,overflowY:u}=c.getComputedStyle(a);return/auto|scroll|overlay|hidden/.test(s+u+d)}function getParent(a){return"html"===a.localName?a:a.assignedSlot||a.parentElement||a.ownerDocument.documentElement}function getScrollParent(a){return["html","body","#document"].includes(a.localName)?a.ownerDocument.body:isHTMLElement(a)&&isScrollParent(a)?a:getScrollParent(getParent(a))}var h="input:not(:disabled):not([disabled]),select:not(:disabled):not([disabled]),textarea:not(:disabled):not([disabled]),embed,iframe,object,a[href],area[href],button:not(:disabled):not([disabled]),[tabindex],audio[controls],video[controls],*[tabindex]:not([aria-disabled]),*[contenteditable]",isVisible=a=>a.offsetWidth>0&&a.offsetHeight>0;function getAllFocusable(a){let c=Array.from(a.querySelectorAll(h));return c.unshift(a),c.filter(a=>isFocusable(a)&&isVisible(a))}function getFirstFocusable(a){let c=getAllFocusable(a);return c.length?c[0]:null}function getAllTabbable(a,c){let s=Array.from(a.querySelectorAll(h)),d=s.filter(isTabbable);return(isTabbable(a)&&d.unshift(a),!d.length&&c)?s:d}function getFirstTabbableIn(a,c){let[s]=getAllTabbable(a,c);return s||null}function getLastTabbableIn(a,c){let s=getAllTabbable(a,c);return s[s.length-1]||null}function getNextTabbable(a,c){let s=getAllFocusable(a),d=s.indexOf(document.activeElement),u=s.slice(d+1);return u.find(isTabbable)||s.find(isTabbable)||(c?u[0]:null)}function getPreviousTabbable(a,c){let s=getAllFocusable(a).reverse(),d=s.indexOf(document.activeElement),u=s.slice(d+1);return u.find(isTabbable)||s.find(isTabbable)||(c?u[0]:null)}},38016:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Editable:()=>D,EditableInput:()=>N,EditablePreview:()=>H,EditableTextarea:()=>G,useEditable:()=>useEditable,useEditableContext:()=>I,useEditableControls:()=>useEditableControls,useEditableState:()=>useEditableState,useEditableStyles:()=>M}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(42409),y=s(90914),m=s(65358),[k,M]=(0,m.createContext)({name:"EditableStylesContext",errorMessage:"useEditableStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),[b,I]=(0,m.createContext)({name:"EditableContext",errorMessage:"useEditableContext: context is undefined. Seems you forgot to wrap the editable components in ``"}),C=s(71157),x=s(79005),R=s(75851),S=s(40809),_=s(25089),w=s(17381),P=s(42409),O=s(67294);function contains(a,c){return!!a&&(a===c||a.contains(c))}function useEditable(a={}){let{onChange:c,onCancel:s,onSubmit:d,onBlur:u,value:p,isDisabled:h,defaultValue:v,startWithEditView:g,isPreviewFocusable:y=!0,submitOnBlur:m=!0,selectAllOnFocus:k=!0,placeholder:M,onEdit:b,finalFocusRef:I,...F}=a,D=(0,w.useCallbackRef)(b),j=!!(g&&!h),[E,T]=(0,O.useState)(j),[B,N]=(0,S.useControllableState)({defaultValue:v||"",value:p,onChange:c}),[$,L]=(0,O.useState)(B),W=(0,O.useRef)(null),H=(0,O.useRef)(null),V=(0,O.useRef)(null),q=(0,O.useRef)(null),U=(0,O.useRef)(null);(0,C.useFocusOnPointerDown)({ref:W,enabled:E,elements:[q,U]});let G=!E&&!h;(0,x.useSafeLayoutEffect)(()=>{var a,c;E&&(null==(a=W.current)||a.focus(),k&&(null==(c=W.current)||c.select()))},[]),(0,R.useUpdateEffect)(()=>{var a,c,s,d;if(!E){I?null==(a=I.current)||a.focus():null==(c=V.current)||c.focus();return}null==(s=W.current)||s.focus(),k&&(null==(d=W.current)||d.select()),null==D||D()},[E,D,k]);let X=(0,O.useCallback)(()=>{G&&T(!0)},[G]),K=(0,O.useCallback)(()=>{L(B)},[B]),Y=(0,O.useCallback)(()=>{T(!1),N($),null==s||s($),null==u||u($)},[s,u,N,$]),Z=(0,O.useCallback)(()=>{T(!1),L(B),null==d||d(B),null==u||u($)},[B,d,u,$]);(0,O.useEffect)(()=>{if(E)return;let a=W.current;(null==a?void 0:a.ownerDocument.activeElement)===a&&(null==a||a.blur())},[E]);let Q=(0,O.useCallback)(a=>{N(a.currentTarget.value)},[N]),J=(0,O.useCallback)(a=>{let c=a.key,s={Escape:Y,Enter:a=>{a.shiftKey||a.metaKey||Z()}}[c];s&&(a.preventDefault(),s(a))},[Y,Z]),ee=(0,O.useCallback)(a=>{let c=a.key,s={Escape:Y}[c];s&&(a.preventDefault(),s(a))},[Y]),et=0===B.length,ea=(0,O.useCallback)(a=>{var c;if(!E)return;let s=a.currentTarget.ownerDocument,d=null!=(c=a.relatedTarget)?c:s.activeElement,u=contains(q.current,d),p=contains(U.current,d);u||p||(m?Z():Y())},[m,Z,Y,E]),en=(0,O.useCallback)((a={},c=null)=>{let s=G&&y?0:void 0;return{...a,ref:(0,_.mergeRefs)(c,H),children:et?M:B,hidden:E,"aria-disabled":(0,P.ariaAttr)(h),tabIndex:s,onFocus:(0,P.callAllHandlers)(a.onFocus,X,K)}},[h,E,G,y,et,X,K,M,B]),er=(0,O.useCallback)((a={},c=null)=>({...a,hidden:!E,placeholder:M,ref:(0,_.mergeRefs)(c,W),disabled:h,"aria-disabled":(0,P.ariaAttr)(h),value:B,onBlur:(0,P.callAllHandlers)(a.onBlur,ea),onChange:(0,P.callAllHandlers)(a.onChange,Q),onKeyDown:(0,P.callAllHandlers)(a.onKeyDown,J),onFocus:(0,P.callAllHandlers)(a.onFocus,K)}),[h,E,ea,Q,J,K,M,B]),eo=(0,O.useCallback)((a={},c=null)=>({...a,hidden:!E,placeholder:M,ref:(0,_.mergeRefs)(c,W),disabled:h,"aria-disabled":(0,P.ariaAttr)(h),value:B,onBlur:(0,P.callAllHandlers)(a.onBlur,ea),onChange:(0,P.callAllHandlers)(a.onChange,Q),onKeyDown:(0,P.callAllHandlers)(a.onKeyDown,ee),onFocus:(0,P.callAllHandlers)(a.onFocus,K)}),[h,E,ea,Q,ee,K,M,B]),el=(0,O.useCallback)((a={},c=null)=>({"aria-label":"Edit",...a,type:"button",onClick:(0,P.callAllHandlers)(a.onClick,X),ref:(0,_.mergeRefs)(c,V),disabled:h}),[X,h]),ec=(0,O.useCallback)((a={},c=null)=>({...a,"aria-label":"Submit",ref:(0,_.mergeRefs)(U,c),type:"button",onClick:(0,P.callAllHandlers)(a.onClick,Z),disabled:h}),[Z,h]),ei=(0,O.useCallback)((a={},c=null)=>({"aria-label":"Cancel",id:"cancel",...a,ref:(0,_.mergeRefs)(q,c),type:"button",onClick:(0,P.callAllHandlers)(a.onClick,Y),disabled:h}),[Y,h]);return{isEditing:E,isDisabled:h,isValueEmpty:et,value:B,onEdit:X,onCancel:Y,onSubmit:Z,getPreviewProps:en,getInputProps:er,getTextareaProps:eo,getEditButtonProps:el,getSubmitButtonProps:ec,getCancelButtonProps:ei,htmlProps:F}}var F=s(85893),D=(0,y.forwardRef)(function(a,c){let s=(0,y.useMultiStyleConfig)("Editable",a),d=(0,y.omitThemingProps)(a),{htmlProps:u,...p}=useEditable(d),{isEditing:h,onSubmit:v,onCancel:m,onEdit:M}=p,I=(0,g.cx)("chakra-editable",a.className),C=(0,g.runIfFn)(a.children,{isEditing:h,onSubmit:v,onCancel:m,onEdit:M});return(0,F.jsx)(b,{value:p,children:(0,F.jsx)(k,{value:s,children:(0,F.jsx)(y.chakra.div,{ref:c,...u,className:I,children:C})})})});D.displayName="Editable";var j=s(90914),E=s(42409),T={fontSize:"inherit",fontWeight:"inherit",textAlign:"inherit",bg:"transparent"},B=s(85893),N=(0,j.forwardRef)(function(a,c){let{getInputProps:s}=I(),d=M(),u=s(a,c),p=(0,E.cx)("chakra-editable__input",a.className);return(0,B.jsx)(j.chakra.input,{...u,__css:{outline:0,...T,...d.input},className:p})});N.displayName="EditableInput";var $=s(90914),L=s(42409),W=s(85893),H=(0,$.forwardRef)(function(a,c){let{getPreviewProps:s}=I(),d=M(),u=s(a,c),p=(0,L.cx)("chakra-editable__preview",a.className);return(0,W.jsx)($.chakra.span,{...u,__css:{cursor:"text",display:"inline-block",...T,...d.preview},className:p})});H.displayName="EditablePreview";var V=s(90914),q=s(42409),U=s(85893),G=(0,V.forwardRef)(function(a,c){let{getTextareaProps:s}=I(),d=M(),u=s(a,c),p=(0,q.cx)("chakra-editable__textarea",a.className);return(0,U.jsx)(V.chakra.textarea,{...u,__css:{outline:0,...T,...d.textarea},className:p})});function useEditableControls(){let{isEditing:a,getEditButtonProps:c,getCancelButtonProps:s,getSubmitButtonProps:d}=I();return{isEditing:a,getEditButtonProps:c,getCancelButtonProps:s,getSubmitButtonProps:d}}function useEditableState(){let{isEditing:a,onSubmit:c,onCancel:s,onEdit:d,isDisabled:u}=I();return{isEditing:a,onSubmit:c,onCancel:s,onEdit:d,isDisabled:u}}G.displayName="EditableTextarea"},12799:function(a){"use strict";var c=Object.defineProperty,s=Object.getOwnPropertyDescriptor,d=Object.getOwnPropertyNames,u=Object.prototype.hasOwnProperty,p={};function addDomEvent(a,c,s,d){return a.addEventListener(c,s,d),()=>{a.removeEventListener(c,s,d)}}function isMouseEvent(a){let c=getEventWindow(a);return void 0!==c.PointerEvent&&a instanceof c.PointerEvent?!("mouse"!==a.pointerType):a instanceof c.MouseEvent}function isTouchEvent(a){let c=!!a.touches;return c}function isMultiTouchEvent(a){return isTouchEvent(a)&&a.touches.length>1}function getEventWindow(a){var c;return null!=(c=a.view)?c:window}function pointFromTouch(a,c="page"){let s=a.touches[0]||a.changedTouches[0];return{x:s[`${c}X`],y:s[`${c}Y`]}}function pointFromMouse(a,c="page"){return{x:a[`${c}X`],y:a[`${c}Y`]}}function getEventPoint(a,c="page"){return isTouchEvent(a)?pointFromTouch(a,c):pointFromMouse(a,c)}function filter(a){return c=>{let s=isMouseEvent(c);(!s||s&&0===c.button)&&a(c)}}function wrap(a,c=!1){function listener(c){a(c,{point:getEventPoint(c)})}let s=c?filter(listener):listener;return s}function addPointerEvent(a,c,s,d){return addDomEvent(a,c,wrap(s,"pointerdown"===c),d)}((a,s)=>{for(var d in s)c(a,d,{get:s[d],enumerable:!0})})(p,{addDomEvent:()=>addDomEvent,addPointerEvent:()=>addPointerEvent,getEventPoint:()=>getEventPoint,isMouseEvent:()=>isMouseEvent,isMultiTouchEvent:()=>isMultiTouchEvent,isTouchEvent:()=>isTouchEvent}),a.exports=((a,p,h,v)=>{if(p&&"object"==typeof p||"function"==typeof p)for(let h of d(p))u.call(a,h)||void 0===h||c(a,h,{get:()=>p[h],enumerable:!(v=s(p,h))||v.enumerable});return a})(c({},"__esModule",{value:!0}),p)},68804:function(a,c,s){"use strict";var d,u,p,h=Object.create,v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,y=Object.getOwnPropertyNames,m=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty,__copyProps=(a,c,s,d)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let u of y(c))k.call(a,u)||u===s||v(a,u,{get:()=>c[u],enumerable:!(d=g(c,u))||d.enumerable});return a},M={};((a,c)=>{for(var s in c)v(a,s,{get:c[s],enumerable:!0})})(M,{FocusLock:()=>FocusLock}),a.exports=__copyProps(v({},"__esModule",{value:!0}),M);var b=(u=null!=(d=s(99594))?h(m(d)):{},__copyProps(d&&d.__esModule?u:v(u,"default",{value:d,enumerable:!0}),d)),I=s(85080),C=s(67294),x=s(85893),R=null!=(p=b.default.default)?p:b.default,FocusLock=a=>{let{initialFocusRef:c,finalFocusRef:s,contentRef:d,restoreFocus:u,children:p,isDisabled:h,autoFocus:v,persistentFocus:g,lockFocusAcrossFrames:y}=a,m=(0,C.useCallback)(()=>{if(null==c?void 0:c.current)c.current.focus();else if(null==d?void 0:d.current){let a=(0,I.getAllFocusable)(d.current);0===a.length&&requestAnimationFrame(()=>{var a;null==(a=d.current)||a.focus()})}},[c,d]),k=(0,C.useCallback)(()=>{var a;null==(a=null==s?void 0:s.current)||a.focus()},[s]),M=u&&!s;return(0,x.jsx)(R,{crossFrame:y,persistentFocus:g,autoFocus:v,disabled:h,onActivation:m,onDeactivation:k,returnFocus:M,children:p})};FocusLock.displayName="FocusLock"},68229:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{FormControl:()=>S,FormErrorIcon:()=>N,FormErrorMessage:()=>B,FormHelperText:()=>_,FormLabel:()=>H,RequiredIndicator:()=>V,useFormControl:()=>useFormControl,useFormControlContext:()=>R,useFormControlProps:()=>useFormControlProps,useFormControlStyles:()=>C,useFormErrorStyles:()=>T}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(65358),y=s(25089),m=s(90914),k=s(42409),M=s(67294),b=s(85893),[I,C]=(0,g.createContext)({name:"FormControlStylesContext",errorMessage:"useFormControlStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),[x,R]=(0,g.createContext)({strict:!1,name:"FormControlContext"});function useFormControlProvider(a){let{id:c,isRequired:s,isInvalid:d,isDisabled:u,isReadOnly:p,...h}=a,v=(0,M.useId)(),g=c||`field-${v}`,m=`${g}-label`,b=`${g}-feedback`,I=`${g}-helptext`,[C,x]=(0,M.useState)(!1),[R,S]=(0,M.useState)(!1),[_,w]=(0,M.useState)(!1),P=(0,M.useCallback)((a={},c=null)=>({id:I,...a,ref:(0,y.mergeRefs)(c,a=>{a&&S(!0)})}),[I]),O=(0,M.useCallback)((a={},c=null)=>({...a,ref:c,"data-focus":(0,k.dataAttr)(_),"data-disabled":(0,k.dataAttr)(u),"data-invalid":(0,k.dataAttr)(d),"data-readonly":(0,k.dataAttr)(p),id:void 0!==a.id?a.id:m,htmlFor:void 0!==a.htmlFor?a.htmlFor:g}),[g,u,_,d,p,m]),F=(0,M.useCallback)((a={},c=null)=>({id:b,...a,ref:(0,y.mergeRefs)(c,a=>{a&&x(!0)}),"aria-live":"polite"}),[b]),D=(0,M.useCallback)((a={},c=null)=>({...a,...h,ref:c,role:"group"}),[h]),j=(0,M.useCallback)((a={},c=null)=>({...a,ref:c,role:"presentation","aria-hidden":!0,children:a.children||"*"}),[]);return{isRequired:!!s,isInvalid:!!d,isReadOnly:!!p,isDisabled:!!u,isFocused:!!_,onFocus:()=>w(!0),onBlur:()=>w(!1),hasFeedbackText:C,setHasFeedbackText:x,hasHelpText:R,setHasHelpText:S,id:g,labelId:m,feedbackId:b,helpTextId:I,htmlProps:h,getHelpTextProps:P,getErrorMessageProps:F,getRootProps:D,getLabelProps:O,getRequiredIndicatorProps:j}}var S=(0,m.forwardRef)(function(a,c){let s=(0,m.useMultiStyleConfig)("Form",a),d=(0,m.omitThemingProps)(a),{getRootProps:u,htmlProps:p,...h}=useFormControlProvider(d),v=(0,k.cx)("chakra-form-control",a.className);return(0,b.jsx)(x,{value:h,children:(0,b.jsx)(I,{value:s,children:(0,b.jsx)(m.chakra.div,{...u({},c),className:v,__css:s.container})})})});S.displayName="FormControl";var _=(0,m.forwardRef)(function(a,c){let s=R(),d=C(),u=(0,k.cx)("chakra-form__helper-text",a.className);return(0,b.jsx)(m.chakra.div,{...null==s?void 0:s.getHelpTextProps(a,c),__css:d.helperText,className:u})});_.displayName="FormHelperText";var w=s(42409);function useFormControl(a){let{isDisabled:c,isInvalid:s,isReadOnly:d,isRequired:u,...p}=useFormControlProps(a);return{...p,disabled:c,readOnly:d,required:u,"aria-invalid":(0,w.ariaAttr)(s),"aria-required":(0,w.ariaAttr)(u),"aria-readonly":(0,w.ariaAttr)(d)}}function useFormControlProps(a){var c,s,d;let u=R(),{id:p,disabled:h,readOnly:v,required:g,isRequired:y,isInvalid:m,isReadOnly:k,isDisabled:M,onFocus:b,onBlur:I,...C}=a,x=a["aria-describedby"]?[a["aria-describedby"]]:[];return(null==u?void 0:u.hasFeedbackText)&&(null==u?void 0:u.isInvalid)&&x.push(u.feedbackId),(null==u?void 0:u.hasHelpText)&&x.push(u.helpTextId),{...C,"aria-describedby":x.join(" ")||void 0,id:null!=p?p:null==u?void 0:u.id,isDisabled:null!=(c=null!=h?h:M)?c:null==u?void 0:u.isDisabled,isReadOnly:null!=(s=null!=v?v:k)?s:null==u?void 0:u.isReadOnly,isRequired:null!=(d=null!=g?g:y)?d:null==u?void 0:u.isRequired,isInvalid:null!=m?m:null==u?void 0:u.isInvalid,onFocus:(0,w.callAllHandlers)(null==u?void 0:u.onFocus,b),onBlur:(0,w.callAllHandlers)(null==u?void 0:u.onBlur,I)}}var P=s(49413),O=s(65358),F=s(90914),D=s(42409),j=s(85893),[E,T]=(0,O.createContext)({name:"FormErrorStylesContext",errorMessage:"useFormErrorStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),B=(0,F.forwardRef)((a,c)=>{let s=(0,F.useMultiStyleConfig)("FormError",a),d=(0,F.omitThemingProps)(a),u=R();return(null==u?void 0:u.isInvalid)?(0,j.jsx)(E,{value:s,children:(0,j.jsx)(F.chakra.div,{...null==u?void 0:u.getErrorMessageProps(d,c),className:(0,D.cx)("chakra-form__error-message",a.className),__css:{display:"flex",alignItems:"center",...s.text}})}):null});B.displayName="FormErrorMessage";var N=(0,F.forwardRef)((a,c)=>{let s=T(),d=R();if(!(null==d?void 0:d.isInvalid))return null;let u=(0,D.cx)("chakra-form__error-icon",a.className);return(0,j.jsx)(P.Icon,{ref:c,"aria-hidden":!0,...a,__css:s.icon,className:u,children:(0,j.jsx)("path",{fill:"currentColor",d:"M11.983,0a12.206,12.206,0,0,0-8.51,3.653A11.8,11.8,0,0,0,0,12.207,11.779,11.779,0,0,0,11.8,24h.214A12.111,12.111,0,0,0,24,11.791h0A11.766,11.766,0,0,0,11.983,0ZM10.5,16.542a1.476,1.476,0,0,1,1.449-1.53h.027a1.527,1.527,0,0,1,1.523,1.47,1.475,1.475,0,0,1-1.449,1.53h-.027A1.529,1.529,0,0,1,10.5,16.542ZM11,12.5v-6a1,1,0,0,1,2,0v6a1,1,0,1,1-2,0Z"})})});N.displayName="FormErrorIcon";var $=s(90914),L=s(42409),W=s(85893),H=(0,$.forwardRef)(function(a,c){var s;let d=(0,$.useStyleConfig)("FormLabel",a),u=(0,$.omitThemingProps)(a),{className:p,children:h,requiredIndicator:v=(0,W.jsx)(V,{}),optionalIndicator:g=null,...y}=u,m=R(),k=null!=(s=null==m?void 0:m.getLabelProps(y,c))?s:{ref:c,...y};return(0,W.jsxs)($.chakra.label,{...k,className:(0,L.cx)("chakra-form__label",u.className),__css:{display:"block",textAlign:"start",...d},children:[h,(null==m?void 0:m.isRequired)?v:g]})});H.displayName="FormLabel";var V=(0,$.forwardRef)(function(a,c){let s=R(),d=C();if(!(null==s?void 0:s.isRequired))return null;let u=(0,L.cx)("chakra-form__required-indicator",a.className);return(0,W.jsx)($.chakra.span,{...null==s?void 0:s.getRequiredIndicatorProps(a,c),__css:d.requiredIndicator,className:u})});V.displayName="RequiredIndicator"},76853:function(a,c,s){"use strict";var d,u,p=Object.create,h=Object.defineProperty,v=Object.getOwnPropertyDescriptor,g=Object.getOwnPropertyNames,y=Object.getPrototypeOf,m=Object.prototype.hasOwnProperty,__copyProps=(a,c,s,d)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let u of g(c))m.call(a,u)||u===s||h(a,u,{get:()=>c[u],enumerable:!(d=v(c,u))||d.enumerable});return a},k={};((a,c)=>{for(var s in c)h(a,s,{get:c[s],enumerable:!0})})(k,{assignRef:()=>assignRef,useAnimationState:()=>useAnimationState,useBoolean:()=>useBoolean,useCallbackRef:()=>useCallbackRef,useClipboard:()=>useClipboard,useConst:()=>useConst,useControllableProp:()=>useControllableProp,useControllableState:()=>useControllableState,useDimensions:()=>useDimensions,useDisclosure:()=>useDisclosure,useEventListener:()=>useEventListener,useEventListenerMap:()=>useEventListenerMap,useFocusEffect:()=>useFocusEffect,useFocusOnHide:()=>useFocusOnHide,useFocusOnPointerDown:()=>useFocusOnPointerDown,useFocusOnShow:()=>useFocusOnShow,useForceUpdate:()=>useForceUpdate,useId:()=>useId,useIds:()=>useIds,useInterval:()=>useInterval,useLatestRef:()=>useLatestRef,useMergeRefs:()=>useMergeRefs,useMouseDownRef:()=>useMouseDownRef,useOptionalPart:()=>useOptionalPart,useOutsideClick:()=>useOutsideClick,usePanGesture:()=>usePanGesture,usePointerEvent:()=>usePointerEvent,usePrevious:()=>usePrevious,useSafeLayoutEffect:()=>_,useShortcut:()=>useShortcut,useTimeout:()=>useTimeout,useUnmountEffect:()=>useUnmountEffect,useUpdateEffect:()=>useUpdateEffect,useWhyDidYouUpdate:()=>useWhyDidYouUpdate}),a.exports=__copyProps(h({},"__esModule",{value:!0}),k);var M=s(18171),b=s(67294),I=s(18171),C=s(67294),x=s(67294),R=s(18171),S=s(67294),_=R.isBrowser?S.useLayoutEffect:S.useEffect;function useCallbackRef(a,c=[]){let s=(0,x.useRef)(a);return _(()=>{s.current=a}),(0,x.useCallback)((...a)=>{var c;return null==(c=s.current)?void 0:c.call(s,...a)},c)}function useEventListener(a,c,s,d){let u=useCallbackRef(c);return(0,C.useEffect)(()=>{var p;let h=null!=(p=(0,I.runIfFn)(s))?p:document;if(c)return h.addEventListener(a,u,d),()=>{h.removeEventListener(a,u,d)}},[a,s,d,u,c]),()=>{var c;let p=null!=(c=(0,I.runIfFn)(s))?c:document;p.removeEventListener(a,u,d)}}function useAnimationState(a){let{isOpen:c,ref:s}=a,[d,u]=(0,b.useState)(c),[p,h]=(0,b.useState)(!1);(0,b.useEffect)(()=>{p||(u(c),h(!0))},[c,p,d]),useEventListener("animationend",()=>{u(c)},()=>s.current);let v=!c&&!d;return{present:!v,onComplete(){var a;let c=(0,M.getOwnerWindow)(s.current),d=new c.CustomEvent("animationend",{bubbles:!0});null==(a=s.current)||a.dispatchEvent(d)}}}var w=s(67294);function useBoolean(a=!1){let[c,s]=(0,w.useState)(a),d=(0,w.useMemo)(()=>({on:()=>s(!0),off:()=>s(!1),toggle:()=>s(a=>!a)}),[]);return[c,d]}var P=s(67294),O=(u=null!=(d=s(20640))?p(y(d)):{},__copyProps(d&&d.__esModule?u:h(u,"default",{value:d,enumerable:!0}),d));function useClipboard(a,c={}){let[s,d]=(0,P.useState)(!1),[u,p]=(0,P.useState)(a);(0,P.useEffect)(()=>p(a),[a]);let{timeout:h=1500,...v}="number"==typeof c?{timeout:c}:c,g=(0,P.useCallback)(()=>{let a=(0,O.default)(u,v);d(a)},[u,v]);return(0,P.useEffect)(()=>{let a=null;return s&&(a=window.setTimeout(()=>{d(!1)},h)),()=>{a&&window.clearTimeout(a)}},[h,s]),{value:u,setValue:p,onCopy:g,hasCopied:s}}var F=s(67294);function useConst(a){let c=(0,F.useRef)(null);return null===c.current&&(c.current="function"==typeof a?a():a),c.current}var D=s(18171),j=s(67294);function useControllableProp(a,c){let s=void 0!==a;return[s,s&&void 0!==a?a:c]}function useControllableState(a){let{value:c,defaultValue:s,onChange:d,shouldUpdate:u=(a,c)=>a!==c}=a,p=useCallbackRef(d),h=useCallbackRef(u),[v,g]=(0,j.useState)(s),y=void 0!==c,m=y?c:v,k=(0,j.useCallback)(a=>{let c=(0,D.runIfFn)(a,m);h(m,c)&&(y||g(c),p(c))},[y,p,m,h]);return[m,k]}var E=s(18171),T=s(67294);function useDimensions(a,c){let[s,d]=(0,T.useState)(null),u=(0,T.useRef)();return _(()=>{function measure(){let c=a.current;c&&(u.current=requestAnimationFrame(()=>{let a=(0,E.getBox)(c);d(a)}))}return measure(),c&&(window.addEventListener("resize",measure),window.addEventListener("scroll",measure)),()=>{c&&(window.removeEventListener("resize",measure),window.removeEventListener("scroll",measure)),u.current&&cancelAnimationFrame(u.current)}},[c]),s}var B=s(18171),N=s(67294);function useId(a,c){let s=(0,N.useId)();return(0,N.useMemo)(()=>a||[c,s].filter(Boolean).join("-"),[a,c,s])}function useIds(a,...c){let s=useId(a);return(0,N.useMemo)(()=>c.map(a=>`${a}-${s}`),[s,c])}function useOptionalPart(a){let[c,s]=(0,N.useState)(null),d=(0,N.useCallback)(c=>{s(c?a:null)},[a]);return{ref:d,id:c,isRendered:!!c}}var $=s(67294);function useDisclosure(a={}){let{onClose:c,onOpen:s,isOpen:d,id:u}=a,p=useCallbackRef(s),h=useCallbackRef(c),[v,g]=(0,$.useState)(a.defaultIsOpen||!1),[y,m]=useControllableProp(d,v),k=useId(u,"disclosure"),M=(0,$.useCallback)(()=>{y||g(!1),null==h||h()},[y,h]),b=(0,$.useCallback)(()=>{y||g(!0),null==p||p()},[y,p]),I=(0,$.useCallback)(()=>{let a=m?M:b;a()},[m,b,M]);return{isOpen:!!m,onOpen:b,onClose:M,onToggle:I,isControlled:y,getButtonProps:(a={})=>({...a,"aria-expanded":m,"aria-controls":k,onClick:(0,B.callAllHandlers)(a.onClick,I)}),getDisclosureProps:(a={})=>({...a,hidden:!m,id:k})}}var L=s(18171),W=s(67294);function useEventListenerMap(){let a=(0,W.useRef)(new Map),c=a.current,s=(0,W.useCallback)((c,s,d,u)=>{let p=(0,L.wrapPointerEventHandler)(d,"pointerdown"===s);a.current.set(d,{__listener:p,type:(0,L.getPointerEventName)(s),el:c,options:u}),c.addEventListener(s,p,u)},[]),d=(0,W.useCallback)((c,s,d,u)=>{let{__listener:p}=a.current.get(d);c.removeEventListener(s,p,u),a.current.delete(p)},[]);return(0,W.useEffect)(()=>()=>{c.forEach((a,c)=>{d(a.el,a.type,c,a.options)})},[d,c]),{add:s,remove:d}}var H=s(18171),V=s(67294),useUpdateEffect=(a,c)=>{let s=(0,V.useRef)(!1),d=(0,V.useRef)(!1);(0,V.useEffect)(()=>{let c=s.current,u=c&&d.current;if(u)return a();d.current=!0},c),(0,V.useEffect)(()=>(s.current=!0,()=>{s.current=!1}),[])};function useFocusEffect(a,c){let{shouldFocus:s,preventScroll:d}=c;useUpdateEffect(()=>{let c=a.current;c&&s&&!(0,H.hasFocusWithin)(c)&&(0,H.focus)(c,{preventScroll:d,nextTick:!0})},[s,a,d])}var q=s(18171);function preventReturnFocus(a){let c=a.current;if(!c)return!1;let s=(0,q.getActiveElement)(c);return!(!s||(0,q.contains)(c,s))&&!!(0,q.isTabbable)(s)}function useFocusOnHide(a,c){let{shouldFocus:s,visible:d,focusRef:u}=c,p=s&&!d;useUpdateEffect(()=>{if(!p||preventReturnFocus(a))return;let c=(null==u?void 0:u.current)||a.current;c&&(0,q.focus)(c,{nextTick:!0})},[p,a,u])}var U=s(18171),G=s(18171);function usePointerEvent(a,c,s,d){return useEventListener((0,G.getPointerEventName)(c),(0,G.wrapPointerEventHandler)(s,"pointerdown"===c),a,d)}function useFocusOnPointerDown(a){let{ref:c,elements:s,enabled:d}=a,u=(0,U.detectBrowser)("Safari");usePointerEvent(()=>(0,U.getOwnerDocument)(c.current),"pointerdown",a=>{if(!u||!d)return;let p=a.target,h=(null!=s?s:[c]).some(a=>{let c=(0,U.isRefObject)(a)?a.current:a;return(0,U.contains)(c,p)});!(0,U.isActiveElement)(p)&&h&&(a.preventDefault(),(0,U.focus)(p))})}var X=s(18171),K=s(67294),Y={preventScroll:!0,shouldFocus:!1};function useFocusOnShow(a,c=Y){let{focusRef:s,preventScroll:d,shouldFocus:u,visible:p}=c,h=(0,X.isRefObject)(a)?a.current:a,v=u&&p,g=(0,K.useRef)(v),y=(0,K.useRef)(p);_(()=>{!y.current&&p&&(g.current=v),y.current=p},[p,v]);let m=(0,K.useCallback)(()=>{if(p&&h&&g.current&&(g.current=!1,!(0,X.contains)(h,document.activeElement))){if(null==s?void 0:s.current)(0,X.focus)(s.current,{preventScroll:d,nextTick:!0});else{let a=(0,X.getAllFocusable)(h);a.length>0&&(0,X.focus)(a[0],{preventScroll:d,nextTick:!0})}}},[p,d,h,s]);useUpdateEffect(()=>{m()},[m]),useEventListener("transitionend",m,h)}var Z=s(67294),Q=s(67294);function useUnmountEffect(a,c=[]){return(0,Q.useEffect)(()=>()=>a(),c)}function useForceUpdate(){let a=(0,Z.useRef)(!1),[c,s]=(0,Z.useState)(0);return useUnmountEffect(()=>{a.current=!0}),(0,Z.useCallback)(()=>{a.current||s(c+1)},[c])}var J=s(67294);function useInterval(a,c){let s=useCallbackRef(a);(0,J.useEffect)(()=>{let a=null;return null!==c&&(a=window.setInterval(()=>s(),c)),()=>{a&&window.clearInterval(a)}},[c,s])}var ee=s(67294);function useLatestRef(a){let c=(0,ee.useRef)(null);return c.current=a,c}var et=s(67294);function assignRef(a,c){if(null!=a){if("function"==typeof a){a(c);return}try{a.current=c}catch(s){throw Error(`Cannot assign value '${c}' to ref '${a}'`)}}}function useMergeRefs(...a){return(0,et.useMemo)(()=>a.every(a=>null==a)?null:c=>{a.forEach(a=>{a&&assignRef(a,c)})},a)}var ea=s(67294);function useMouseDownRef(a=!0){let c=(0,ea.useRef)();return useEventListener("mousedown",s=>{a&&(c.current=s.target)}),c}var en=s(18171),er=s(67294);function useOutsideClick(a){let{ref:c,handler:s,enabled:d=!0}=a,u=useCallbackRef(s),p=(0,er.useRef)({isPointerDown:!1,ignoreEmulatedMouseEvents:!1}),h=p.current;(0,er.useEffect)(()=>{if(!d)return;let onPointerDown=a=>{isValidEvent(a,c)&&(h.isPointerDown=!0)},onMouseUp=a=>{if(h.ignoreEmulatedMouseEvents){h.ignoreEmulatedMouseEvents=!1;return}h.isPointerDown&&s&&isValidEvent(a,c)&&(h.isPointerDown=!1,u(a))},onTouchEnd=a=>{h.ignoreEmulatedMouseEvents=!0,s&&h.isPointerDown&&isValidEvent(a,c)&&(h.isPointerDown=!1,u(a))},a=(0,en.getOwnerDocument)(c.current);return a.addEventListener("mousedown",onPointerDown,!0),a.addEventListener("mouseup",onMouseUp,!0),a.addEventListener("touchstart",onPointerDown,!0),a.addEventListener("touchend",onTouchEnd,!0),()=>{a.removeEventListener("mousedown",onPointerDown,!0),a.removeEventListener("mouseup",onMouseUp,!0),a.removeEventListener("touchstart",onPointerDown,!0),a.removeEventListener("touchend",onTouchEnd,!0)}},[s,c,u,h,d])}function isValidEvent(a,c){var s;let d=a.target;if(d){let a=(0,en.getOwnerDocument)(d);if(!a.contains(d))return!1}return!(null==(s=c.current)?void 0:s.contains(d))}var eo=s(18171),el=s(67294);function usePanGesture(a,c){let{onPan:s,onPanStart:d,onPanEnd:u,onPanSessionStart:p,onPanSessionEnd:h,threshold:v}=c,g=!!(s||d||u||p||h),y=(0,el.useRef)(null),m={onSessionStart:p,onSessionEnd:h,onStart:d,onMove:s,onEnd(a,c){y.current=null,null==u||u(a,c)}};function onPointerDown(a){y.current=new eo.PanSession(a,m,v)}(0,el.useEffect)(()=>{var a;null==(a=y.current)||a.updateHandlers(m)}),usePointerEvent(()=>a.current,"pointerdown",g?onPointerDown:eo.noop),useUnmountEffect(()=>{var a;null==(a=y.current)||a.end(),y.current=null})}var ec=s(67294);function usePrevious(a){let c=(0,ec.useRef)();return(0,ec.useEffect)(()=>{c.current=a},[a]),c.current}var ei=s(67294);function isPrintableCharacter(a){let{key:c}=a;return 1===c.length||c.length>1&&/[^a-zA-Z0-9]/.test(c)}function useShortcut(a={}){let{timeout:c=300,preventDefault:s=()=>!0}=a,[d,u]=(0,ei.useState)([]),p=(0,ei.useRef)(),flush=()=>{p.current&&(clearTimeout(p.current),p.current=null)},clearKeysAfterDelay=()=>{flush(),p.current=setTimeout(()=>{u([]),p.current=null},c)};return(0,ei.useEffect)(()=>flush,[]),function(a){return c=>{if("Backspace"===c.key){let a=[...d];a.pop(),u(a);return}if(isPrintableCharacter(c)){let p=d.concat(c.key);s(c)&&(c.preventDefault(),c.stopPropagation()),u(p),a(p.join("")),clearKeysAfterDelay()}}}}var es=s(67294);function useTimeout(a,c){let s=useCallbackRef(a);(0,es.useEffect)(()=>{if(null==c)return;let a=null;return a=window.setTimeout(()=>{s()},c),()=>{a&&window.clearTimeout(a)}},[c,s])}var ed=s(67294);function useWhyDidYouUpdate(a,c){let s=(0,ed.useRef)();(0,ed.useEffect)(()=>{if(s.current){let d=Object.keys({...s.current,...c}),u={};d.forEach(a=>{s.current[a]!==c[a]&&(u[a]={from:s.current[a],to:c[a]})}),Object.keys(u).length&&console.log("[why-did-you-update]",a,u)}s.current=c})}},49413:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Icon:()=>M,createIcon:()=>createIcon}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(42409),m=s(85893),k={path:(0,m.jsxs)("g",{stroke:"currentColor",strokeWidth:"1.5",children:[(0,m.jsx)("path",{strokeLinecap:"round",fill:"none",d:"M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"}),(0,m.jsx)("path",{fill:"currentColor",strokeLinecap:"round",d:"M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"}),(0,m.jsx)("circle",{fill:"none",strokeMiterlimit:"10",cx:"12",cy:"12",r:"11.25"})]}),viewBox:"0 0 24 24"},M=(0,g.forwardRef)((a,c)=>{let{as:s,viewBox:d,color:u="currentColor",focusable:p=!1,children:h,className:v,__css:M,...b}=a,I=(0,y.cx)("chakra-icon",v),C=(0,g.useStyleConfig)("Icon",a),x={w:"1em",h:"1em",display:"inline-block",lineHeight:"1em",flexShrink:0,color:u,...M,...C},R={ref:c,focusable:p,className:I,__css:x},S=null!=d?d:k.viewBox;if(s&&"string"!=typeof s)return(0,m.jsx)(g.chakra.svg,{as:s,...R,...b});let _=null!=h?h:k.path;return(0,m.jsx)(g.chakra.svg,{verticalAlign:"middle",viewBox:S,...R,...b,children:_})});M.displayName="Icon";var b=s(90914),I=s(67294),C=s(85893);function createIcon(a){let{viewBox:c="0 0 24 24",d:s,displayName:d,defaultProps:u={}}=a,p=I.Children.toArray(a.path),h=(0,b.forwardRef)((a,d)=>(0,C.jsx)(M,{ref:d,viewBox:c,...u,...a,children:p.length?p:(0,C.jsx)("path",{fill:"currentColor",d:s})}));return h.displayName=d,h}},85230:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Image:()=>C,Img:()=>S,useImage:()=>useImage}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914);function omit(a,c=[]){let s=Object.assign({},a);for(let a of c)a in s&&delete s[a];return s}var y=s(79005),m=s(67294);function useImage(a){let{loading:c,src:s,srcSet:d,onLoad:u,onError:p,crossOrigin:h,sizes:v,ignoreFallback:g}=a,[k,M]=(0,m.useState)("pending");(0,m.useEffect)(()=>{M(s?"loading":"pending")},[s]);let b=(0,m.useRef)(),I=(0,m.useCallback)(()=>{if(!s)return;flush();let a=new Image;a.src=s,h&&(a.crossOrigin=h),d&&(a.srcset=d),v&&(a.sizes=v),c&&(a.loading=c),a.onload=a=>{flush(),M("loaded"),null==u||u(a)},a.onerror=a=>{flush(),M("failed"),null==p||p(a)},b.current=a},[s,h,d,v,u,p,c]),flush=()=>{b.current&&(b.current.onload=null,b.current.onerror=null,b.current=null)};return(0,y.useSafeLayoutEffect)(()=>{if(!g)return"loading"===k&&I(),()=>{flush()}},[k,I,g]),g?"loaded":k}var shouldShowFallbackImage=(a,c)=>"loaded"!==a&&"beforeLoadOrError"===c||"failed"===a&&"onError"===c,k=s(90914),M=s(85893),b=(0,k.forwardRef)(function(a,c){let{htmlWidth:s,htmlHeight:d,alt:u,...p}=a;return(0,M.jsx)("img",{width:s,height:d,ref:c,alt:u,...p})});b.displayName="NativeImage";var I=s(85893),C=(0,g.forwardRef)(function(a,c){let{fallbackSrc:s,fallback:d,src:u,srcSet:p,align:h,fit:v,loading:y,ignoreFallback:m,crossOrigin:k,fallbackStrategy:M="beforeLoadOrError",referrerPolicy:C,...x}=a,R=null!=y||m||!(void 0!==s||void 0!==d),S=useImage({...a,crossOrigin:k,ignoreFallback:R}),_=shouldShowFallbackImage(S,M),w={ref:c,objectFit:v,objectPosition:h,...R?x:omit(x,["onError","onLoad"])};return _?d||(0,I.jsx)(g.chakra.img,{as:b,className:"chakra-image__placeholder",src:s,...w}):(0,I.jsx)(g.chakra.img,{as:b,src:u,srcSet:p,crossOrigin:k,loading:y,referrerPolicy:C,className:"chakra-image",...w})});C.displayName="Image";var x=s(90914),R=s(85893),S=(0,x.forwardRef)((a,c)=>(0,R.jsx)(x.chakra.img,{ref:c,as:b,className:"chakra-image",...a}))},12797:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Input:()=>M,InputAddon:()=>B,InputGroup:()=>D,InputLeftAddon:()=>N,InputLeftElement:()=>U,InputRightAddon:()=>$,InputRightElement:()=>G,useInputGroupStyles:()=>F}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(68229),y=s(90914),m=s(42409),k=s(85893),M=(0,y.forwardRef)(function(a,c){let{htmlSize:s,...d}=a,u=(0,y.useMultiStyleConfig)("Input",d),p=(0,y.omitThemingProps)(d),h=(0,g.useFormControl)(p),v=(0,m.cx)("chakra-input",a.className);return(0,k.jsx)(y.chakra.input,{size:s,...h,__css:u.field,ref:c,className:v})});M.displayName="Input",M.id="Input";var b=s(90914),I=s(42409),C=s(65358),x=s(52734),R=s(90914),S=s(42409),_=s(19707),w=s(67294),P=s(85893),[O,F]=(0,C.createContext)({name:"InputGroupStylesContext",errorMessage:"useInputGroupStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),D=(0,R.forwardRef)(function(a,c){let s=(0,R.useMultiStyleConfig)("Input",a),{children:d,className:u,...p}=(0,R.omitThemingProps)(a),h=(0,S.cx)("chakra-input__group",u),v={},g=(0,x.getValidChildren)(d),y=s.field;g.forEach(a=>{var c,d;s&&(y&&"InputLeftElement"===a.type.id&&(v.paddingStart=null!=(c=y.height)?c:y.h),y&&"InputRightElement"===a.type.id&&(v.paddingEnd=null!=(d=y.height)?d:y.h),"InputRightAddon"===a.type.id&&(v.borderEndRadius=0),"InputLeftAddon"===a.type.id&&(v.borderStartRadius=0))});let m=g.map(c=>{var s,d;let u=(0,_.compact)({size:(null==(s=c.props)?void 0:s.size)||a.size,variant:(null==(d=c.props)?void 0:d.variant)||a.variant});return"Input"!==c.type.id?(0,w.cloneElement)(c,u):(0,w.cloneElement)(c,Object.assign(u,v,c.props))});return(0,P.jsx)(R.chakra.div,{className:h,ref:c,__css:{width:"100%",display:"flex",position:"relative",isolation:"isolate",...s.group},"data-group":!0,...p,children:(0,P.jsx)(O,{value:s,children:m})})});D.displayName="InputGroup";var j=s(85893),E={left:{marginEnd:"-1px",borderEndRadius:0,borderEndColor:"transparent"},right:{marginStart:"-1px",borderStartRadius:0,borderStartColor:"transparent"}},T=(0,b.chakra)("div",{baseStyle:{flex:"0 0 auto",width:"auto",display:"flex",alignItems:"center",whiteSpace:"nowrap"}}),B=(0,b.forwardRef)(function(a,c){var s;let{placement:d="left",...u}=a,p=null!=(s=E[d])?s:{},h=F();return(0,j.jsx)(T,{ref:c,...u,__css:{...h.addon,...p}})});B.displayName="InputAddon";var N=(0,b.forwardRef)(function(a,c){return(0,j.jsx)(B,{ref:c,placement:"left",...a,className:(0,I.cx)("chakra-input__left-addon",a.className)})});N.displayName="InputLeftAddon",N.id="InputLeftAddon";var $=(0,b.forwardRef)(function(a,c){return(0,j.jsx)(B,{ref:c,placement:"right",...a,className:(0,I.cx)("chakra-input__right-addon",a.className)})});$.displayName="InputRightAddon",$.id="InputRightAddon";var L=s(90914),W=s(42409),H=s(85893),V=(0,L.chakra)("div",{baseStyle:{display:"flex",alignItems:"center",justifyContent:"center",position:"absolute",top:"0",zIndex:2}}),q=(0,L.forwardRef)(function(a,c){var s,d;let{placement:u="left",...p}=a,h=F(),v=h.field,g={["left"===u?"insetStart":"insetEnd"]:"0",width:null!=(s=null==v?void 0:v.height)?s:null==v?void 0:v.h,height:null!=(d=null==v?void 0:v.height)?d:null==v?void 0:v.h,fontSize:null==v?void 0:v.fontSize,...h.element};return(0,H.jsx)(V,{ref:c,__css:g,...p})});q.id="InputElement",q.displayName="InputElement";var U=(0,L.forwardRef)(function(a,c){let{className:s,...d}=a,u=(0,W.cx)("chakra-input__left-element",s);return(0,H.jsx)(q,{ref:c,placement:"left",className:u,...d})});U.id="InputLeftElement",U.displayName="InputLeftElement";var G=(0,L.forwardRef)(function(a,c){let{className:s,...d}=a,u=(0,W.cx)("chakra-input__right-element",s);return(0,H.jsx)(q,{ref:c,placement:"right",className:u,...d})});G.id="InputRightElement",G.displayName="InputRightElement"},64178:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{AbsoluteCenter:()=>T,AspectRatio:()=>b,Badge:()=>R,Box:()=>w,Center:()=>j,Circle:()=>O,Code:()=>L,Container:()=>q,Divider:()=>K,Flex:()=>Q,Grid:()=>et,GridItem:()=>el,HStack:()=>e3,Heading:()=>ed,Highlight:()=>Highlight,Indicator:()=>tv,Kbd:()=>em,Link:()=>eI,LinkBox:()=>e_,LinkOverlay:()=>eS,List:()=>ej,ListIcon:()=>eN,ListItem:()=>eB,Mark:()=>ev,OrderedList:()=>eE,SimpleGrid:()=>eH,Spacer:()=>eV,Square:()=>P,Stack:()=>e0,StackDivider:()=>StackDivider,StackItem:()=>StackItem,Text:()=>tn,UnorderedList:()=>eT,VStack:()=>e7,Wrap:()=>ti,WrapItem:()=>ts,useHighlight:()=>useHighlight,useListStyles:()=>eA}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(65568),m=s(42409),k=s(67294),M=s(85893),b=(0,g.forwardRef)(function(a,c){let{ratio:s=4/3,children:d,className:u,...p}=a,h=k.Children.only(d),v=(0,m.cx)("chakra-aspect-ratio",u);return(0,M.jsx)(g.chakra.div,{ref:c,position:"relative",className:v,_before:{height:0,content:'""',display:"block",paddingBottom:(0,y.mapResponsive)(s,a=>`${1/a*100}%`)},__css:{"& > *:not(style)":{overflow:"hidden",position:"absolute",top:"0",right:"0",bottom:"0",left:"0",display:"flex",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"},"& > img, & > video":{objectFit:"cover"}},...p,children:h})});b.displayName="AspectRatio";var I=s(90914),C=s(42409),x=s(85893),R=(0,I.forwardRef)(function(a,c){let s=(0,I.useStyleConfig)("Badge",a),{className:d,...u}=(0,I.omitThemingProps)(a);return(0,x.jsx)(I.chakra.span,{ref:c,className:(0,C.cx)("chakra-badge",a.className),...u,__css:{display:"inline-block",whiteSpace:"nowrap",verticalAlign:"middle",...s}})});R.displayName="Badge";var S=s(90914),_=s(85893),w=(0,S.chakra)("div");w.displayName="Box";var P=(0,S.forwardRef)(function(a,c){let{size:s,centerContent:d=!0,...u}=a;return(0,_.jsx)(w,{ref:c,boxSize:s,__css:{...d?{display:"flex",alignItems:"center",justifyContent:"center"}:{},flexShrink:0,flexGrow:0},...u})});P.displayName="Square";var O=(0,S.forwardRef)(function(a,c){let{size:s,...d}=a;return(0,_.jsx)(P,{size:s,ref:c,borderRadius:"9999px",...d})});O.displayName="Circle";var F=s(90914),D=s(85893),j=(0,F.chakra)("div",{baseStyle:{display:"flex",alignItems:"center",justifyContent:"center"}});j.displayName="Center";var E={horizontal:{insetStart:"50%",transform:"translateX(-50%)"},vertical:{top:"50%",transform:"translateY(-50%)"},both:{insetStart:"50%",top:"50%",transform:"translate(-50%, -50%)"}},T=(0,F.forwardRef)(function(a,c){let{axis:s="both",...d}=a;return(0,D.jsx)(F.chakra.div,{ref:c,__css:E[s],...d,position:"absolute"})}),B=s(90914),N=s(42409),$=s(85893),L=(0,B.forwardRef)(function(a,c){let s=(0,B.useStyleConfig)("Code",a),{className:d,...u}=(0,B.omitThemingProps)(a);return(0,$.jsx)(B.chakra.code,{ref:c,className:(0,N.cx)("chakra-code",a.className),...u,__css:{display:"inline-block",...s}})});L.displayName="Code";var W=s(90914),H=s(42409),V=s(85893),q=(0,W.forwardRef)(function(a,c){let{className:s,centerContent:d,...u}=(0,W.omitThemingProps)(a),p=(0,W.useStyleConfig)("Container",a);return(0,V.jsx)(W.chakra.div,{ref:c,className:(0,H.cx)("chakra-container",s),...u,__css:{...p,...d&&{display:"flex",flexDirection:"column",alignItems:"center"}}})});q.displayName="Container";var U=s(90914),G=s(42409),X=s(85893),K=(0,U.forwardRef)(function(a,c){let{borderLeftWidth:s,borderBottomWidth:d,borderTopWidth:u,borderRightWidth:p,borderWidth:h,borderStyle:v,borderColor:g,...y}=(0,U.useStyleConfig)("Divider",a),{className:m,orientation:k="horizontal",__css:M,...b}=(0,U.omitThemingProps)(a);return(0,X.jsx)(U.chakra.hr,{ref:c,"aria-orientation":k,...b,__css:{...y,border:"0",borderColor:g,borderStyle:v,...{vertical:{borderLeftWidth:s||p||h||"1px",height:"100%"},horizontal:{borderBottomWidth:d||u||h||"1px",width:"100%"}}[k],...M},className:(0,G.cx)("chakra-divider",m)})});K.displayName="Divider";var Y=s(90914),Z=s(85893),Q=(0,Y.forwardRef)(function(a,c){let{direction:s,align:d,justify:u,wrap:p,basis:h,grow:v,shrink:g,...y}=a;return(0,Z.jsx)(Y.chakra.div,{ref:c,__css:{display:"flex",flexDirection:s,alignItems:d,justifyContent:u,flexWrap:p,flexBasis:h,flexGrow:v,flexShrink:g},...y})});Q.displayName="Flex";var J=s(90914),ee=s(85893),et=(0,J.forwardRef)(function(a,c){let{templateAreas:s,gap:d,rowGap:u,columnGap:p,column:h,row:v,autoFlow:g,autoRows:y,templateRows:m,autoColumns:k,templateColumns:M,...b}=a;return(0,ee.jsx)(J.chakra.div,{ref:c,__css:{display:"grid",gridTemplateAreas:s,gridGap:d,gridRowGap:u,gridColumnGap:p,gridAutoColumns:k,gridColumn:h,gridRow:v,gridAutoFlow:g,gridAutoRows:y,gridTemplateRows:m,gridTemplateColumns:M},...b})});et.displayName="Grid";var ea=s(90914),en=s(19707),er=s(65568),eo=s(85893);function spanFn(a){return(0,er.mapResponsive)(a,a=>"auto"===a?"auto":`span ${a}/span ${a}`)}var el=(0,ea.forwardRef)(function(a,c){let{area:s,colSpan:d,colStart:u,colEnd:p,rowEnd:h,rowSpan:v,rowStart:g,...y}=a,m=(0,en.compact)({gridArea:s,gridColumn:spanFn(d),gridRow:spanFn(v),gridColumnStart:u,gridColumnEnd:p,gridRowStart:g,gridRowEnd:h});return(0,eo.jsx)(ea.chakra.div,{ref:c,__css:m,...y})});el.displayName="GridItem";var ec=s(90914),ei=s(42409),es=s(85893),ed=(0,ec.forwardRef)(function(a,c){let s=(0,ec.useStyleConfig)("Heading",a),{className:d,...u}=(0,ec.omitThemingProps)(a);return(0,es.jsx)(ec.chakra.h2,{ref:c,className:(0,ei.cx)("chakra-heading",a.className),...u,__css:s})});ed.displayName="Heading";var eu=s(90914),ep=s(67294),eh=s(85893),escapeRegexp=a=>a.replace(/[|\\{}()[\]^$+*?.-]/g,a=>`\\${a}`);function buildRegex(a){let c=a.filter(a=>0!==a.length).map(a=>escapeRegexp(a.trim()));return c.length?RegExp(`(${c.join("|")})`,"ig"):null}function highlightWords({text:a,query:c}){let s=buildRegex(Array.isArray(c)?c:[c]);if(!s)return[{text:a,match:!1}];let d=a.split(s).filter(Boolean);return d.map(a=>({text:a,match:s.test(a)}))}function useHighlight(a){let{text:c,query:s}=a;return(0,ep.useMemo)(()=>highlightWords({text:c,query:s}),[c,s])}var ev=(0,eu.forwardRef)(function(a,c){let s=(0,eu.useStyleConfig)("Mark",a),d=(0,eu.omitThemingProps)(a);return(0,eh.jsx)(w,{ref:c,...d,as:"mark",__css:{bg:"transparent",whiteSpace:"nowrap",...s}})});function Highlight(a){let{children:c,query:s,styles:d}=a;if("string"!=typeof c)throw Error("The children prop of Highlight must be a string");let u=useHighlight({query:s,text:c});return(0,eh.jsx)(eh.Fragment,{children:u.map((a,c)=>a.match?(0,eh.jsx)(ev,{sx:d,children:a.text},c):(0,eh.jsx)(ep.Fragment,{children:a.text},c))})}var eg=s(90914),ey=s(42409),ef=s(85893),em=(0,eg.forwardRef)(function(a,c){let s=(0,eg.useStyleConfig)("Kbd",a),{className:d,...u}=(0,eg.omitThemingProps)(a);return(0,ef.jsx)(eg.chakra.kbd,{ref:c,className:(0,ey.cx)("chakra-kbd",d),...u,__css:{fontFamily:"mono",...s}})});em.displayName="Kbd";var ek=s(90914),eM=s(42409),eb=s(85893),eI=(0,ek.forwardRef)(function(a,c){let s=(0,ek.useStyleConfig)("Link",a),{className:d,isExternal:u,...p}=(0,ek.omitThemingProps)(a);return(0,eb.jsx)(ek.chakra.a,{target:u?"_blank":void 0,rel:u?"noopener":void 0,ref:c,className:(0,eM.cx)("chakra-link",d),...p,__css:s})});eI.displayName="Link";var eC=s(90914),ex=s(42409),eR=s(85893),eS=(0,eC.forwardRef)(function(a,c){let{isExternal:s,target:d,rel:u,className:p,...h}=a;return(0,eR.jsx)(eC.chakra.a,{...h,ref:c,className:(0,ex.cx)("chakra-linkbox__overlay",p),rel:s?"noopener noreferrer":u,target:s?"_blank":d,__css:{position:"static","&::before":{content:"''",cursor:"inherit",display:"block",position:"absolute",top:0,left:0,zIndex:0,width:"100%",height:"100%"}}})}),e_=(0,eC.forwardRef)(function(a,c){let{className:s,...d}=a;return(0,eR.jsx)(eC.chakra.div,{ref:c,position:"relative",...d,className:(0,ex.cx)("chakra-linkbox",s),__css:{"a[href]:not(.chakra-linkbox__overlay), abbr[title]":{position:"relative",zIndex:1}}})}),ew=s(49413),eP=s(65358),eO=s(52734),eF=s(90914),ez=s(85893),[eD,eA]=(0,eP.createContext)({name:"ListStylesContext",errorMessage:"useListStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),ej=(0,eF.forwardRef)(function(a,c){let s=(0,eF.useMultiStyleConfig)("List",a),{children:d,styleType:u="none",stylePosition:p,spacing:h,...v}=(0,eF.omitThemingProps)(a),g=(0,eO.getValidChildren)(d);return(0,ez.jsx)(eD,{value:s,children:(0,ez.jsx)(eF.chakra.ul,{ref:c,listStyleType:u,listStylePosition:p,role:"list",__css:{...s.container,...h?{"& > *:not(style) ~ *:not(style)":{mt:h}}:{}},...v,children:g})})});ej.displayName="List";var eE=(0,eF.forwardRef)((a,c)=>{let{as:s,...d}=a;return(0,ez.jsx)(ej,{ref:c,as:"ol",styleType:"decimal",marginStart:"1em",...d})});eE.displayName="OrderedList";var eT=(0,eF.forwardRef)(function(a,c){let{as:s,...d}=a;return(0,ez.jsx)(ej,{ref:c,as:"ul",styleType:"initial",marginStart:"1em",...d})});eT.displayName="UnorderedList";var eB=(0,eF.forwardRef)(function(a,c){let s=eA();return(0,ez.jsx)(eF.chakra.li,{ref:c,...a,__css:s.item})});eB.displayName="ListItem";var eN=(0,eF.forwardRef)(function(a,c){let s=eA();return(0,ez.jsx)(ew.Icon,{ref:c,role:"presentation",...a,__css:s.icon})});eN.displayName="ListIcon";var e$=s(90914),eL=s(65568),eW=s(85893),eH=(0,e$.forwardRef)(function(a,c){let{columns:s,spacingX:d,spacingY:u,spacing:p,minChildWidth:h,...v}=a,g=(0,e$.useTheme)(),y=h?widthToColumns(h,g):countToColumns(s);return(0,eW.jsx)(et,{ref:c,gap:p,columnGap:d,rowGap:u,templateColumns:y,...v})});function toPx(a){return"number"==typeof a?`${a}px`:a}function widthToColumns(a,c){return(0,eL.mapResponsive)(a,a=>{let s=(0,e$.getToken)("sizes",a,toPx(a))(c);return null===a?null:`repeat(auto-fit, minmax(${s}, 1fr))`})}function countToColumns(a){return(0,eL.mapResponsive)(a,a=>null===a?null:`repeat(${a}, minmax(0, 1fr))`)}eH.displayName="SimpleGrid";var eV=(0,s(90914).chakra)("div",{baseStyle:{flex:1,justifySelf:"stretch",alignSelf:"stretch"}});eV.displayName="Spacer";var eU=s(90914),eG=s(52734),eX=s(42409),eK=s(90914),eY=s(67294),eZ=s(90914),eQ=s(85893),StackItem=a=>(0,eQ.jsx)(eZ.chakra.div,{className:"chakra-stack__item",...a,__css:{display:"inline-block",flex:"0 0 auto",minWidth:0,...a.__css}});StackItem.displayName="StackItem";var eJ=s(65568);function getDividerStyles(a){let{spacing:c,direction:s}=a,d={column:{my:c,mx:0,borderLeftWidth:0,borderBottomWidth:"1px"},"column-reverse":{my:c,mx:0,borderLeftWidth:0,borderBottomWidth:"1px"},row:{mx:c,my:0,borderLeftWidth:"1px",borderBottomWidth:0},"row-reverse":{mx:c,my:0,borderLeftWidth:"1px",borderBottomWidth:0}};return{"&":(0,eJ.mapResponsive)(s,a=>d[a])}}var e1=s(85893),e0=(0,eK.forwardRef)((a,c)=>{let{isInline:s,direction:d,align:u,justify:p,spacing:h="0.5rem",wrap:v,children:g,divider:y,className:m,shouldWrapChildren:k,...M}=a,b=s?"row":null!=d?d:"column",I=(0,eY.useMemo)(()=>getDividerStyles({spacing:h,direction:b}),[h,b]),C=!!y,x=!k&&!C,R=(0,eY.useMemo)(()=>{let a=(0,eG.getValidChildren)(g);return x?a:a.map((c,s)=>{let d=void 0!==c.key?c.key:s,u=s+1===a.length,p=(0,e1.jsx)(StackItem,{children:c},d),h=k?p:c;if(!C)return h;let v=(0,eY.cloneElement)(y,{__css:I});return(0,e1.jsxs)(eY.Fragment,{children:[h,u?null:v]},d)})},[y,I,C,x,k,g]),S=(0,eX.cx)("chakra-stack",m);return(0,e1.jsx)(eK.chakra.div,{ref:c,display:"flex",alignItems:u,justifyContent:p,flexDirection:b,flexWrap:v,gap:C?void 0:h,className:S,...M,children:R})});e0.displayName="Stack";var e2=s(85893),e3=(0,eU.forwardRef)((a,c)=>(0,e2.jsx)(e0,{align:"center",...a,direction:"row",ref:c}));e3.displayName="HStack";var e5=s(90914),e4=s(85893),StackDivider=a=>(0,e4.jsx)(e5.chakra.div,{className:"chakra-stack__divider",...a,__css:{...a.__css,borderWidth:0,alignSelf:"stretch",borderColor:"inherit",width:"auto",height:"auto"}});StackDivider.displayName="StackDivider";var e6=s(90914),e9=s(85893),e7=(0,e6.forwardRef)((a,c)=>(0,e9.jsx)(e0,{align:"center",...a,direction:"column",ref:c}));e7.displayName="VStack";var e8=s(90914),te=s(42409),tt=s(19707),ta=s(85893),tn=(0,e8.forwardRef)(function(a,c){let s=(0,e8.useStyleConfig)("Text",a),{className:d,align:u,decoration:p,casing:h,...v}=(0,e8.omitThemingProps)(a),g=(0,tt.compact)({textAlign:a.align,textDecoration:a.decoration,textTransform:a.casing});return(0,ta.jsx)(e8.chakra.p,{ref:c,className:(0,te.cx)("chakra-text",a.className),...g,...v,__css:s})});tn.displayName="Text";var tr=s(42409),to=s(90914),tl=s(67294),tc=s(85893),ti=(0,to.forwardRef)(function(a,c){let{spacing:s="0.5rem",spacingX:d,spacingY:u,children:p,justify:h,direction:v,align:g,className:y,shouldWrapChildren:m,...k}=a,M=(0,tl.useMemo)(()=>m?tl.Children.map(p,(a,c)=>(0,tc.jsx)(ts,{children:a},c)):p,[p,m]);return(0,tc.jsx)(to.chakra.div,{ref:c,className:(0,tr.cx)("chakra-wrap",y),...k,children:(0,tc.jsx)(to.chakra.ul,{className:"chakra-wrap__list",__css:{display:"flex",flexWrap:"wrap",justifyContent:h,alignItems:g,flexDirection:v,listStyleType:"none",gap:s,columnGap:d,rowGap:u,padding:"0"},children:M})})});ti.displayName="Wrap";var ts=(0,to.forwardRef)(function(a,c){let{className:s,...d}=a;return(0,tc.jsx)(to.chakra.li,{ref:c,__css:{display:"flex",alignItems:"flex-start"},className:(0,tr.cx)("chakra-wrap__listitem",s),...d})});ts.displayName="WrapItem";var td=s(65568),tu=s(90914),tp=s(67294),th=s(85893),tv=(0,tu.forwardRef)(function(a,c){let{offsetX:s,offsetY:d,offset:u="0",placement:p="top-end",...h}=a,v=(0,tp.useMemo)(()=>({display:"inline-flex",justifyContent:"center",alignItems:"center",position:"absolute",insetBlockStart:(0,td.mapResponsive)(p,a=>{let[c]=a.split("-");return({top:null!=d?d:u,middle:"50%",bottom:"auto"})[c]}),insetBlockEnd:(0,td.mapResponsive)(p,a=>{let[c]=a.split("-");return({top:"auto",middle:"50%",bottom:null!=d?d:u})[c]}),insetStart:(0,td.mapResponsive)(p,a=>{let[,c]=a.split("-");return({start:null!=s?s:u,center:"50%",end:"auto"})[c]}),insetEnd:(0,td.mapResponsive)(p,a=>{let[,c]=a.split("-");return({start:"auto",center:"50%",end:null!=s?s:u})[c]}),translate:(0,td.mapResponsive)(p,a=>{let[c,s]=a.split("-");return`${({start:"-50%",center:"-50%",end:"50%"})[s]} ${({top:"-50%",middle:"-50%",bottom:"50%"})[c]}`})}),[u,s,d,p]);return(0,th.jsx)(tu.chakra.div,{ref:c,__css:v,...h})})},14585:function(a){"use strict";var c=Object.defineProperty,s=Object.getOwnPropertyDescriptor,d=Object.getOwnPropertyNames,u=Object.prototype.hasOwnProperty,p={};function lazyDisclosure(a){let{wasSelected:c,enabled:s,isSelected:d,mode:u="unmount"}=a;return!s||!!d||"keepMounted"===u&&!!c}((a,s)=>{for(var d in s)c(a,d,{get:s[d],enumerable:!0})})(p,{lazyDisclosure:()=>lazyDisclosure}),a.exports=((a,p,h,v)=>{if(p&&"object"==typeof p||"function"==typeof p)for(let h of d(p))u.call(a,h)||void 0===h||c(a,h,{get:()=>p[h],enumerable:!(v=s(p,h))||v.enumerable});return a})(c({},"__esModule",{value:!0}),p)},40261:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Hide:()=>Hide,Show:()=>Show,useBreakpoint:()=>useBreakpoint,useBreakpointValue:()=>useBreakpointValue,useColorModePreference:()=>useColorModePreference,useMediaQuery:()=>useMediaQuery,usePrefersReducedMotion:()=>usePrefersReducedMotion,useQuery:()=>useQuery}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),getBreakpoint=(a,c)=>{var s,d;return null!=(d=null==(s=null==a?void 0:a.breakpoints)?void 0:s[c])?d:c};function useQuery(a){let{breakpoint:c="",below:s,above:d}=a,u=(0,g.useTheme)(),p=getBreakpoint(u,s),h=getBreakpoint(u,d),v=c;return p?v=`(max-width: ${p})`:h&&(v=`(min-width: ${h})`),v}var y=s(51427),m=s(67294);function useMediaQuery(a,c={}){let{ssr:s=!0,fallback:d}=c,{getWindow:u}=(0,y.useEnvironment)(),p=Array.isArray(a)?a:[a],h=Array.isArray(d)?d:[d];h=h.filter(a=>null!=a);let[v,g]=(0,m.useState)(()=>p.map((a,c)=>({media:a,matches:s?!!h[c]:u().matchMedia(a).matches})));return(0,m.useEffect)(()=>{let a=u();g(p.map(c=>({media:c,matches:a.matchMedia(c).matches})));let c=p.map(c=>a.matchMedia(c)),handler=a=>{g(c=>c.slice().map(c=>c.media===a.media?{...c,matches:a.matches}:c))};return c.forEach(a=>{"function"==typeof a.addListener?a.addListener(handler):a.addEventListener("change",handler)}),()=>{c.forEach(a=>{"function"==typeof a.removeListener?a.removeListener(handler):a.removeEventListener("change",handler)})}},[u]),v.map(a=>a.matches)}function Visibility(a){let{breakpoint:c,hide:s,children:d,ssr:u}=a,[p]=useMediaQuery(c,{ssr:u});return(s?!p:p)?d:null}var k=s(85893);function Hide(a){let{children:c,ssr:s}=a,d=useQuery(a);return(0,k.jsx)(Visibility,{breakpoint:d,hide:!0,ssr:s,children:c})}function usePrefersReducedMotion(a){let[c]=useMediaQuery("(prefers-reduced-motion: reduce)",a);return c}function useColorModePreference(a){let[c,s]=useMediaQuery(["(prefers-color-scheme: light)","(prefers-color-scheme: dark)"],a);return c?"light":s?"dark":void 0}Hide.displayName="Hide";var M=s(85893);function Show(a){let{children:c,ssr:s}=a,d=useQuery(a);return(0,M.jsx)(Visibility,{breakpoint:d,ssr:s,children:c})}Show.displayName="Show";var b=s(90914),I=s(42409);function useBreakpoint(a){var c,s;let d=(0,I.isObject)(a)?a:{fallback:null!=a?a:"base"},u=(0,b.useTheme)(),p=u.__breakpoints.details.map(({minMaxQuery:a,breakpoint:c})=>({breakpoint:c,query:a.replace("@media screen and ","")})),h=p.map(a=>a.breakpoint===d.fallback),v=useMediaQuery(p.map(a=>a.query),{fallback:h,ssr:d.ssr}),g=v.findIndex(a=>!0==a);return null!=(s=null==(c=p[g])?void 0:c.breakpoint)?s:d.fallback}var C=s(90914),x=s(42409),R=s(65568),S=s(65568);function getClosestValue(a,c,s=S.breakpoints){let d=Object.keys(a).indexOf(c);if(-1!==d)return a[c];let u=s.indexOf(c);for(;u>=0;){let c=s[u];if(a.hasOwnProperty(c)){d=u;break}u-=1}if(-1!==d){let c=s[d];return a[c]}}function useBreakpointValue(a,c){var s;let d=(0,x.isObject)(c)?c:{fallback:null!=c?c:"base"},u=useBreakpoint(d),p=(0,C.useTheme)();if(!u)return;let h=Array.from((null==(s=p.__breakpoints)?void 0:s.keys)||[]),v=Array.isArray(a)?Object.fromEntries(Object.entries((0,R.arrayToObjectNotation)(a,h)).map(([a,c])=>[a,c])):a;return getClosestValue(v,u,h)}},17797:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Menu:()=>Menu,MenuButton:()=>Z,MenuCommand:()=>ee,MenuDescendantsProvider:()=>B,MenuDivider:()=>MenuDivider,MenuGroup:()=>ec,MenuIcon:()=>MenuIcon,MenuItem:()=>ek,MenuItemOption:()=>eC,MenuList:()=>eO,MenuOptionGroup:()=>MenuOptionGroup,MenuProvider:()=>W,useMenu:()=>useMenu,useMenuButton:()=>useMenuButton,useMenuContext:()=>H,useMenuDescendant:()=>L,useMenuDescendants:()=>$,useMenuDescendantsContext:()=>N,useMenuItem:()=>useMenuItem,useMenuList:()=>useMenuList,useMenuOption:()=>useMenuOption,useMenuOptionGroup:()=>useMenuOptionGroup,useMenuPositioner:()=>useMenuPositioner,useMenuState:()=>useMenuState,useMenuStyles:()=>U}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(65358),y=s(90914),m=s(42409),k=s(67294),M=s(98698),b=s(45886),I=s(26980),C=s(83819),x=s(27085),R=s(68729),S=s(18717),_=s(65358),w=s(52734),P=s(40809),O=s(75851),F=s(25089),D=s(42409),j=s(14585),E=s(67294),T=s(67294);function isPrintableCharacter(a){let{key:c}=a;return 1===c.length||c.length>1&&/[^a-zA-Z0-9]/.test(c)}function useShortcut(a={}){let{timeout:c=300,preventDefault:s=()=>!0}=a,[d,u]=(0,T.useState)([]),p=(0,T.useRef)(),flush=()=>{p.current&&(clearTimeout(p.current),p.current=null)},clearKeysAfterDelay=()=>{flush(),p.current=setTimeout(()=>{u([]),p.current=null},c)};return(0,T.useEffect)(()=>flush,[]),function(a){return c=>{if("Backspace"===c.key){let a=[...d];a.pop(),u(a);return}if(isPrintableCharacter(c)){let p=d.concat(c.key);s(c)&&(c.preventDefault(),c.stopPropagation()),u(p),a(p.join("")),clearKeysAfterDelay()}}}}function getNextItemFromSearch(a,c,s,d){if(null==c)return d;if(!d){let d=a.find(a=>s(a).toLowerCase().startsWith(c.toLowerCase()));return d}let u=a.filter(a=>s(a).toLowerCase().startsWith(c.toLowerCase()));if(u.length>0){let c;if(u.includes(d)){let a=u.indexOf(d);return(c=a+1)===u.length&&(c=0),u[c]}return c=a.indexOf(u[0]),a[c]}return d}var[B,N,$,L]=(0,b.createDescendantContext)(),[W,H]=(0,_.createContext)({strict:!1,name:"MenuContext"});function useIds(a,...c){let s=(0,E.useId)(),d=a||s;return(0,E.useMemo)(()=>c.map(a=>`${a}-${d}`),[d,c])}function getOwnerDocument(a){var c;return null!=(c=null==a?void 0:a.ownerDocument)?c:document}function isActiveElement(a){let c=getOwnerDocument(a);return c.activeElement===a}function useMenu(a={}){let{id:c,closeOnSelect:s=!0,closeOnBlur:d=!0,initialFocusRef:u,autoSelect:p=!0,isLazy:h,isOpen:v,defaultIsOpen:g,onClose:y,onOpen:m,placement:k="bottom-start",lazyBehavior:M="unmount",direction:b,computePositionOnMount:_=!1,...w}=a,P=(0,E.useRef)(null),F=(0,E.useRef)(null),D=$(),j=(0,E.useCallback)(()=>{requestAnimationFrame(()=>{var a;null==(a=P.current)||a.focus({preventScroll:!1})})},[]),T=(0,E.useCallback)(()=>{let a=setTimeout(()=>{var a;if(u)null==(a=u.current)||a.focus();else{let a=D.firstEnabled();a&&G(a.index)}});Q.current.add(a)},[D,u]),B=(0,E.useCallback)(()=>{let a=setTimeout(()=>{let a=D.lastEnabled();a&&G(a.index)});Q.current.add(a)},[D]),N=(0,E.useCallback)(()=>{null==m||m(),p?T():j()},[p,T,j,m]),{isOpen:L,onOpen:W,onClose:H,onToggle:V}=(0,x.useDisclosure)({isOpen:v,defaultIsOpen:g,onClose:y,onOpen:N});(0,R.useOutsideClick)({enabled:L&&d,ref:P,handler:a=>{var c;(null==(c=F.current)?void 0:c.contains(a.target))||H()}});let q=(0,C.usePopper)({...w,enabled:L||_,placement:k,direction:b}),[U,G]=(0,E.useState)(-1);(0,O.useUpdateEffect)(()=>{L||G(-1)},[L]),(0,I.useFocusOnHide)(P,{focusRef:F,visible:L,shouldFocus:!0});let X=(0,S.useAnimationState)({isOpen:L,ref:P}),[K,Y]=useIds(c,"menu-button","menu-list"),Z=(0,E.useCallback)(()=>{W(),j()},[W,j]),Q=(0,E.useRef)(new Set([]));(0,E.useEffect)(()=>{let a=Q.current;return()=>{a.forEach(a=>clearTimeout(a)),a.clear()}},[]);let J=(0,E.useCallback)(()=>{W(),T()},[T,W]),ee=(0,E.useCallback)(()=>{W(),B()},[W,B]),et=(0,E.useCallback)(()=>{var a,c;let s=getOwnerDocument(P.current),d=null==(a=P.current)?void 0:a.contains(s.activeElement),u=L&&!d;if(!u)return;let p=null==(c=D.item(U))?void 0:c.node;null==p||p.focus({preventScroll:!0})},[L,U,D]),ea=(0,E.useRef)(null);return{openAndFocusMenu:Z,openAndFocusFirstItem:J,openAndFocusLastItem:ee,onTransitionEnd:et,unstable__animationState:X,descendants:D,popper:q,buttonId:K,menuId:Y,forceUpdate:q.forceUpdate,orientation:"vertical",isOpen:L,onToggle:V,onOpen:W,onClose:H,menuRef:P,buttonRef:F,focusedIndex:U,closeOnSelect:s,closeOnBlur:d,autoSelect:p,setFocusedIndex:G,isLazy:h,lazyBehavior:M,initialFocusRef:u,rafId:ea}}function useMenuButton(a={},c=null){let s=H(),{onToggle:d,popper:u,openAndFocusFirstItem:p,openAndFocusLastItem:h}=s,v=(0,E.useCallback)(a=>{let c=a.key,s={Enter:p,ArrowDown:p,ArrowUp:h}[c];s&&(a.preventDefault(),a.stopPropagation(),s(a))},[p,h]);return{...a,ref:(0,F.mergeRefs)(s.buttonRef,c,u.referenceRef),id:s.buttonId,"data-active":(0,D.dataAttr)(s.isOpen),"aria-expanded":s.isOpen,"aria-haspopup":"menu","aria-controls":s.menuId,onClick:(0,D.callAllHandlers)(a.onClick,d),onKeyDown:(0,D.callAllHandlers)(a.onKeyDown,v)}}function isTargetMenuItem(a){var c;return isHTMLElement(a)&&!!(null==(c=null==a?void 0:a.getAttribute("role"))?void 0:c.startsWith("menuitem"))}function useMenuList(a={},c=null){let s=H();if(!s)throw Error("useMenuContext: context is undefined. Seems you forgot to wrap component within ");let{focusedIndex:d,setFocusedIndex:u,menuRef:p,isOpen:h,onClose:v,menuId:g,isLazy:y,lazyBehavior:m,unstable__animationState:k}=s,M=N(),b=useShortcut({preventDefault:a=>" "!==a.key&&isTargetMenuItem(a.target)}),I=(0,E.useCallback)(a=>{if(!a.currentTarget.contains(a.target))return;let c=a.key,s={Tab:a=>a.preventDefault(),Escape:v,ArrowDown:()=>{let a=M.nextEnabled(d);a&&u(a.index)},ArrowUp:()=>{let a=M.prevEnabled(d);a&&u(a.index)}}[c];if(s){a.preventDefault(),s(a);return}let p=b(a=>{let c=getNextItemFromSearch(M.values(),a,a=>{var c,s;return null!=(s=null==(c=null==a?void 0:a.node)?void 0:c.textContent)?s:""},M.item(d));if(c){let a=M.indexOf(c.node);u(a)}});isTargetMenuItem(a.target)&&p(a)},[M,d,b,v,u]),C=(0,E.useRef)(!1);h&&(C.current=!0);let x=(0,j.lazyDisclosure)({wasSelected:C.current,enabled:y,mode:m,isSelected:k.present});return{...a,ref:(0,F.mergeRefs)(p,c),children:x?a.children:null,tabIndex:-1,role:"menu",id:g,style:{...a.style,transformOrigin:"var(--popper-transform-origin)"},"aria-orientation":"vertical",onKeyDown:(0,D.callAllHandlers)(a.onKeyDown,I)}}function useMenuPositioner(a={}){let{popper:c,isOpen:s}=H();return c.getPopperProps({...a,style:{visibility:s?"visible":"hidden",...a.style}})}function useMenuItem(a={},c=null){let{onMouseEnter:s,onMouseMove:d,onMouseLeave:u,onClick:p,onFocus:h,isDisabled:v,isFocusable:g,closeOnSelect:y,type:m,...k}=a,b=H(),{setFocusedIndex:I,focusedIndex:C,closeOnSelect:x,onClose:R,menuRef:S,isOpen:_,menuId:w,rafId:P}=b,D=(0,E.useRef)(null),j=`${w}-menuitem-${(0,E.useId)()}`,{index:T,register:B}=L({disabled:v&&!g}),N=(0,E.useCallback)(a=>{null==s||s(a),v||I(T)},[I,T,v,s]),$=(0,E.useCallback)(a=>{null==d||d(a),D.current&&!isActiveElement(D.current)&&N(a)},[N,d]),W=(0,E.useCallback)(a=>{null==u||u(a),v||I(-1)},[I,v,u]),V=(0,E.useCallback)(a=>{null==p||p(a),isTargetMenuItem(a.currentTarget)&&(null!=y?y:x)&&R()},[R,p,x,y]),q=(0,E.useCallback)(a=>{null==h||h(a),I(T)},[I,h,T]),U=T===C,G=v&&!g;(0,O.useUpdateEffect)(()=>{if(_)return U&&!G&&D.current?(P.current&&cancelAnimationFrame(P.current),P.current=requestAnimationFrame(()=>{var a;null==(a=D.current)||a.focus({preventScroll:!0}),P.current=null})):S.current&&!isActiveElement(S.current)&&S.current.focus({preventScroll:!0}),()=>{P.current&&cancelAnimationFrame(P.current)}},[U,G,S,_]);let X=(0,M.useClickable)({onClick:V,onFocus:q,onMouseEnter:N,onMouseMove:$,onMouseLeave:W,ref:(0,F.mergeRefs)(B,D,c),isDisabled:v,isFocusable:g});return{...k,...X,type:null!=m?m:X.type,id:j,role:"menuitem",tabIndex:U?0:-1}}function useMenuOption(a={},c=null){let{type:s="radio",isChecked:d,...u}=a,p=useMenuItem(u,c);return{...p,role:`menuitem${s}`,"aria-checked":d}}function useMenuOptionGroup(a={}){let{children:c,type:s="radio",value:d,defaultValue:u,onChange:p,...h}=a,v="radio"===s,[g,y]=(0,P.useControllableState)({defaultValue:null!=u?u:v?"":[],value:d,onChange:p}),m=(0,E.useCallback)(a=>{if("radio"===s&&"string"==typeof g&&y(a),"checkbox"===s&&Array.isArray(g)){let c=g.includes(a)?g.filter(c=>c!==a):g.concat(a);y(c)}},[g,y,s]),k=(0,w.getValidChildren)(c),M=k.map(a=>{if("MenuItemOption"!==a.type.id)return a;let c="radio"===s?a.props.value===g:g.includes(a.props.value);return(0,E.cloneElement)(a,{type:s,onClick:c=>{var s,d;m(a.props.value),null==(d=(s=a.props).onClick)||d.call(s,c)},isChecked:c})});return{...h,children:M}}function useMenuState(){let{isOpen:a,onClose:c}=H();return{isOpen:a,onClose:c}}function isHTMLElement(a){var c;if(!isElement(a))return!1;let s=null!=(c=a.ownerDocument.defaultView)?c:window;return a instanceof s.HTMLElement}function isElement(a){return null!=a&&"object"==typeof a&&"nodeType"in a&&a.nodeType===Node.ELEMENT_NODE}var V=s(85893),[q,U]=(0,g.createContext)({name:"MenuStylesContext",errorMessage:"useMenuStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),Menu=a=>{let{children:c}=a,s=(0,y.useMultiStyleConfig)("Menu",a),d=(0,y.omitThemingProps)(a),{direction:u}=(0,y.useTheme)(),{descendants:p,...h}=useMenu({...d,direction:u}),v=(0,k.useMemo)(()=>h,[h]),{isOpen:g,onClose:M,forceUpdate:b}=v;return(0,V.jsx)(B,{value:p,children:(0,V.jsx)(W,{value:v,children:(0,V.jsx)(q,{value:s,children:(0,m.runIfFn)(c,{isOpen:g,onClose:M,forceUpdate:b})})})})};Menu.displayName="Menu";var G=s(90914),X=s(42409),K=s(85893),Y=(0,G.forwardRef)((a,c)=>{let s=U();return(0,K.jsx)(G.chakra.button,{ref:c,...a,__css:{display:"inline-flex",appearance:"none",alignItems:"center",outline:0,...s.button}})}),Z=(0,G.forwardRef)((a,c)=>{let{children:s,as:d,...u}=a,p=useMenuButton(u,c),h=d||Y;return(0,K.jsx)(h,{...p,className:(0,X.cx)("chakra-menu__menu-button",a.className),children:(0,K.jsx)(G.chakra.span,{__css:{pointerEvents:"none",flex:"1 1 auto",minW:0},children:a.children})})});Z.displayName="MenuButton";var Q=s(90914),J=s(85893),ee=(0,Q.forwardRef)((a,c)=>{let s=U();return(0,J.jsx)(Q.chakra.span,{ref:c,...a,__css:s.command,className:"chakra-menu__command"})});ee.displayName="MenuCommand";var et=s(90914),ea=s(42409),en=s(85893),MenuDivider=a=>{let{className:c,...s}=a,d=U();return(0,en.jsx)(et.chakra.hr,{"aria-orientation":"horizontal",className:(0,ea.cx)("chakra-menu__divider",c),...s,__css:d.divider})};MenuDivider.displayName="MenuDivider";var er=s(90914),eo=s(42409),el=s(85893),ec=(0,er.forwardRef)((a,c)=>{let{title:s,children:d,className:u,...p}=a,h=(0,eo.cx)("chakra-menu__group__title",u),v=U();return(0,el.jsxs)("div",{ref:c,className:"chakra-menu__group",role:"group",children:[s&&(0,el.jsx)(er.chakra.p,{className:h,...p,__css:v.groupTitle,children:s}),d]})});ec.displayName="MenuGroup";var ei=s(90914),es=s(42409),ed=s(67294),eu=s(85893),MenuIcon=a=>{let{className:c,children:s,...d}=a,u=U(),p=ed.Children.only(s),h=(0,ed.isValidElement)(p)?(0,ed.cloneElement)(p,{focusable:"false","aria-hidden":!0,className:(0,es.cx)("chakra-menu__icon",p.props.className)}):null,v=(0,es.cx)("chakra-menu__icon-wrapper",c);return(0,eu.jsx)(ei.chakra.span,{className:v,...d,__css:u.icon,children:h})};MenuIcon.displayName="MenuIcon";var ep=s(90914),eh=s(42409),ev=s(90914),eg=s(67294),ey=s(85893),ef=(0,ev.forwardRef)((a,c)=>{let{type:s,...d}=a,u=U(),p=d.as||s?null!=s?s:void 0:"button",h=(0,eg.useMemo)(()=>({textDecoration:"none",color:"inherit",userSelect:"none",display:"flex",width:"100%",alignItems:"center",textAlign:"start",flex:"0 0 auto",outline:0,...u.item}),[u.item]);return(0,ey.jsx)(ev.chakra.button,{ref:c,type:p,...d,__css:h})}),em=s(85893),ek=(0,ep.forwardRef)((a,c)=>{let{icon:s,iconSpacing:d="0.75rem",command:u,commandSpacing:p="0.75rem",children:h,...v}=a,g=useMenuItem(v,c),y=s||u?(0,em.jsx)("span",{style:{pointerEvents:"none",flex:1},children:h}):h;return(0,em.jsxs)(ef,{...g,className:(0,eh.cx)("chakra-menu__menuitem",g.className),children:[s&&(0,em.jsx)(MenuIcon,{fontSize:"0.8em",marginEnd:d,children:s}),y,u&&(0,em.jsx)(ee,{marginStart:p,children:u})]})});ek.displayName="MenuItem";var eM=s(90914),eb=s(42409),eI=s(85893),CheckIcon=a=>(0,eI.jsx)("svg",{viewBox:"0 0 14 14",width:"1em",height:"1em",...a,children:(0,eI.jsx)("polygon",{fill:"currentColor",points:"5.5 11.9993304 14 3.49933039 12.5 2 5.5 8.99933039 1.5 4.9968652 0 6.49933039"})}),eC=(0,eM.forwardRef)((a,c)=>{let{icon:s,iconSpacing:d="0.75rem",...u}=a,p=useMenuOption(u,c);return(0,eI.jsxs)(ef,{...p,className:(0,eb.cx)("chakra-menu__menuitem-option",u.className),children:[null!==s&&(0,eI.jsx)(MenuIcon,{fontSize:"0.8em",marginEnd:d,opacity:a.isChecked?1:0,children:s||(0,eI.jsx)(CheckIcon,{})}),(0,eI.jsx)("span",{style:{flex:1},children:p.children})]})});eC.id="MenuItemOption",eC.displayName="MenuItemOption";var ex=s(42409),eR=s(90914),eS=s(46431),e_=s(85893),ew={enter:{visibility:"visible",opacity:1,scale:1,transition:{duration:.2,ease:[.4,0,.2,1]}},exit:{transitionEnd:{visibility:"hidden"},opacity:0,scale:.8,transition:{duration:.1,easings:"easeOut"}}},eP=(0,eR.chakra)(eS.motion.div),eO=(0,eR.forwardRef)(function(a,c){var s,d;let{rootProps:u,motionProps:p,...h}=a,{isOpen:v,onTransitionEnd:g,unstable__animationState:y}=H(),m=useMenuList(h,c),k=useMenuPositioner(u),M=U();return(0,e_.jsx)(eR.chakra.div,{...k,__css:{zIndex:null!=(d=a.zIndex)?d:null==(s=M.list)?void 0:s.zIndex},children:(0,e_.jsx)(eP,{variants:ew,initial:!1,animate:v?"enter":"exit",__css:{outline:0,...M.list},...p,className:(0,ex.cx)("chakra-menu__menu-list",m.className),...m,onUpdate:g,onAnimationComplete:(0,ex.callAll)(y.onComplete,m.onAnimationComplete)})})});eO.displayName="MenuList";var eF=s(42409),ez=s(85893),MenuOptionGroup=a=>{let{className:c,title:s,...d}=a,u=useMenuOptionGroup(d);return(0,ez.jsx)(ec,{title:s,className:(0,eF.cx)("chakra-menu__option-group",c),...u})};MenuOptionGroup.displayName="MenuOptionGroup"},64048:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,__defNormalProp=(a,c,s)=>c in a?d(a,c,{enumerable:!0,configurable:!0,writable:!0,value:s}):a[c]=s,__publicField=(a,c,s)=>(__defNormalProp(a,"symbol"!=typeof c?c+"":c,s),s),v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{AlertDialog:()=>AlertDialog,AlertDialogBody:()=>et,AlertDialogCloseButton:()=>el,AlertDialogContent:()=>ex,AlertDialogFooter:()=>ed,AlertDialogHeader:()=>eg,AlertDialogOverlay:()=>eI,Drawer:()=>Drawer,DrawerBody:()=>et,DrawerCloseButton:()=>el,DrawerContent:()=>eE,DrawerFooter:()=>ed,DrawerHeader:()=>eg,DrawerOverlay:()=>eI,Modal:()=>Modal,ModalBody:()=>et,ModalCloseButton:()=>el,ModalContent:()=>Y,ModalContextProvider:()=>O,ModalFocusScope:()=>ModalFocusScope,ModalFooter:()=>ed,ModalHeader:()=>eg,ModalOverlay:()=>eI,useDrawerContext:()=>eP,useModal:()=>useModal,useModalContext:()=>F,useModalManager:()=>useModalManager,useModalStyles:()=>P}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(50336),m=s(65358),k=s(90914),M=s(46431),b=s(42409),I=s(25089),C=s(23541),x=s(67294),R=s(67294),S=new class{constructor(){__publicField(this,"modals"),this.modals=new Map}add(a){return this.modals.set(a,this.modals.size+1),this.modals.size}remove(a){this.modals.delete(a)}isTopModal(a){return!!a&&this.modals.get(a)===this.modals.size}};function useModalManager(a,c){let[s,d]=(0,R.useState)(0);return(0,R.useEffect)(()=>{let s=a.current;if(s){if(c){let a=S.add(s);d(a)}return()=>{S.remove(s),d(0)}}},[c,a]),s}function useModal(a){let{isOpen:c,onClose:s,id:d,closeOnOverlayClick:u=!0,closeOnEsc:p=!0,useInert:h=!0,onOverlayClick:v,onEsc:g}=a,y=(0,x.useRef)(null),m=(0,x.useRef)(null),[k,M,C]=useIds(d,"chakra-modal","chakra-modal--header","chakra-modal--body");useAriaHidden(y,c&&h);let R=useModalManager(y,c),_=(0,x.useRef)(null),w=(0,x.useCallback)(a=>{_.current=a.target},[]),P=(0,x.useCallback)(a=>{"Escape"===a.key&&(a.stopPropagation(),p&&(null==s||s()),null==g||g())},[p,s,g]),[O,F]=(0,x.useState)(!1),[D,j]=(0,x.useState)(!1),E=(0,x.useCallback)((a={},c=null)=>({role:"dialog",...a,ref:(0,I.mergeRefs)(c,y),id:k,tabIndex:-1,"aria-modal":!0,"aria-labelledby":O?M:void 0,"aria-describedby":D?C:void 0,onClick:(0,b.callAllHandlers)(a.onClick,a=>a.stopPropagation())}),[C,D,k,M,O]),T=(0,x.useCallback)(a=>{a.stopPropagation(),_.current===a.target&&S.isTopModal(y.current)&&(u&&(null==s||s()),null==v||v())},[s,u,v]),B=(0,x.useCallback)((a={},c=null)=>({...a,ref:(0,I.mergeRefs)(c,m),onClick:(0,b.callAllHandlers)(a.onClick,T),onKeyDown:(0,b.callAllHandlers)(a.onKeyDown,P),onMouseDown:(0,b.callAllHandlers)(a.onMouseDown,w)}),[P,w,T]);return{isOpen:c,onClose:s,headerId:M,bodyId:C,setBodyMounted:j,setHeaderMounted:F,dialogRef:y,overlayRef:m,getDialogProps:E,getDialogContainerProps:B,index:R}}function useAriaHidden(a,c){let s=a.current;(0,x.useEffect)(()=>{if(a.current&&c)return(0,C.hideOthers)(a.current)},[c,a,s])}function useIds(a,...c){let s=(0,x.useId)(),d=a||s;return(0,x.useMemo)(()=>c.map(a=>`${a}-${d}`),[d,c])}var _=s(85893),[w,P]=(0,m.createContext)({name:"ModalStylesContext",errorMessage:"useModalStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),[O,F]=(0,m.createContext)({strict:!0,name:"ModalContext",errorMessage:"useModalContext: `context` is undefined. Seems you forgot to wrap modal components in ``"}),Modal=a=>{let c={scrollBehavior:"outside",autoFocus:!0,trapFocus:!0,returnFocusOnClose:!0,blockScrollOnMount:!0,allowPinchZoom:!1,motionPreset:"scale",lockFocusAcrossFrames:!0,...a},{portalProps:s,children:d,autoFocus:u,trapFocus:p,initialFocusRef:h,finalFocusRef:v,returnFocusOnClose:g,blockScrollOnMount:m,allowPinchZoom:b,preserveScrollBarGap:I,motionPreset:C,lockFocusAcrossFrames:x,onCloseComplete:R}=c,S=(0,k.useMultiStyleConfig)("Modal",c),P=useModal(c),F={...P,autoFocus:u,trapFocus:p,initialFocusRef:h,finalFocusRef:v,returnFocusOnClose:g,blockScrollOnMount:m,allowPinchZoom:b,preserveScrollBarGap:I,motionPreset:C,lockFocusAcrossFrames:x};return(0,_.jsx)(O,{value:F,children:(0,_.jsx)(w,{value:S,children:(0,_.jsx)(M.AnimatePresence,{onExitComplete:R,children:F.isOpen&&(0,_.jsx)(y.Portal,{...s,children:d})})})})};Modal.displayName="Modal";var D=s(42409),j=s(90914),E=s(68804),T=s(46431),B=s(67294),N=s(80846),$=s(85893);function ModalFocusScope(a){let{autoFocus:c,trapFocus:s,dialogRef:d,initialFocusRef:u,blockScrollOnMount:p,allowPinchZoom:h,finalFocusRef:v,returnFocusOnClose:g,preserveScrollBarGap:y,lockFocusAcrossFrames:m,isOpen:k}=F(),[M,b]=(0,T.usePresence)();(0,B.useEffect)(()=>{!M&&b&&setTimeout(b)},[M,b]);let I=useModalManager(d,k);return(0,$.jsx)(E.FocusLock,{autoFocus:c,isDisabled:!s,initialFocusRef:u,finalFocusRef:v,restoreFocus:g,contentRef:d,lockFocusAcrossFrames:m,children:(0,$.jsx)(N.RemoveScroll,{removeScrollBar:!y,allowPinchZoom:h,enabled:1===I&&p,forwardProps:!0,children:a.children})})}var L=s(90914),W=s(9358),H=s(46431),V=s(67294),q=s(85893),U={slideInBottom:{...W.slideFadeConfig,custom:{offsetY:16,reverse:!0}},slideInRight:{...W.slideFadeConfig,custom:{offsetX:16,reverse:!0}},slideInTop:{...W.slideFadeConfig,custom:{offsetY:-16,reverse:!0}},slideInLeft:{...W.slideFadeConfig,custom:{offsetX:-16,reverse:!0}},scale:{...W.scaleFadeConfig,custom:{initialScale:.95,reverse:!0}},none:{}},G=(0,L.chakra)(H.motion.section),getMotionProps=a=>U[a||"none"],X=(0,V.forwardRef)((a,c)=>{let{preset:s,motionProps:d=getMotionProps(s),...u}=a;return(0,q.jsx)(G,{ref:c,...d,...u})});X.displayName="ModalTransition";var K=s(85893),Y=(0,j.forwardRef)((a,c)=>{let{className:s,children:d,containerProps:u,motionProps:p,...h}=a,{getDialogProps:v,getDialogContainerProps:g}=F(),y=v(h,c),m=g(u),k=(0,D.cx)("chakra-modal__content",s),M=P(),b={display:"flex",flexDirection:"column",position:"relative",width:"100%",outline:0,...M.dialog},I={display:"flex",width:"100vw",height:"$100vh",position:"fixed",left:0,top:0,...M.dialogContainer},{motionPreset:C}=F();return(0,K.jsx)(ModalFocusScope,{children:(0,K.jsx)(j.chakra.div,{...m,className:"chakra-modal__content-container",tabIndex:-1,__css:I,children:(0,K.jsx)(X,{preset:C,motionProps:p,className:k,...y,__css:b,children:d})})})});Y.displayName="ModalContent";var Z=s(42409),Q=s(90914),J=s(67294),ee=s(85893),et=(0,Q.forwardRef)((a,c)=>{let{className:s,...d}=a,{bodyId:u,setBodyMounted:p}=F();(0,J.useEffect)(()=>(p(!0),()=>p(!1)),[p]);let h=(0,Z.cx)("chakra-modal__body",s),v=P();return(0,ee.jsx)(Q.chakra.div,{ref:c,className:h,id:u,...d,__css:v.body})});et.displayName="ModalBody";var ea=s(56766),en=s(42409),er=s(90914),eo=s(85893),el=(0,er.forwardRef)((a,c)=>{let{onClick:s,className:d,...u}=a,{onClose:p}=F(),h=(0,en.cx)("chakra-modal__close-btn",d),v=P();return(0,eo.jsx)(ea.CloseButton,{ref:c,__css:v.closeButton,className:h,onClick:(0,en.callAllHandlers)(s,a=>{a.stopPropagation(),p()}),...u})});el.displayName="ModalCloseButton";var ec=s(42409),ei=s(90914),es=s(85893),ed=(0,ei.forwardRef)((a,c)=>{let{className:s,...d}=a,u=(0,ec.cx)("chakra-modal__footer",s),p=P(),h={display:"flex",alignItems:"center",justifyContent:"flex-end",...p.footer};return(0,es.jsx)(ei.chakra.footer,{ref:c,...d,__css:h,className:u})});ed.displayName="ModalFooter";var eu=s(42409),ep=s(90914),eh=s(67294),ev=s(85893),eg=(0,ep.forwardRef)((a,c)=>{let{className:s,...d}=a,{headerId:u,setHeaderMounted:p}=F();(0,eh.useEffect)(()=>(p(!0),()=>p(!1)),[p]);let h=(0,eu.cx)("chakra-modal__header",s),v=P(),g={flex:0,...v.header};return(0,ev.jsx)(ep.chakra.header,{ref:c,className:h,id:u,...d,__css:g})});eg.displayName="ModalHeader";var ey=s(42409),ef=s(90914),em=s(9358),ek=s(46431),eM=s(85893),eb=(0,ef.chakra)(ek.motion.div),eI=(0,ef.forwardRef)((a,c)=>{let{className:s,transition:d,motionProps:u,...p}=a,h=(0,ey.cx)("chakra-modal__overlay",s),v=P(),g={pos:"fixed",left:"0",top:"0",w:"100vw",h:"100vh",...v.overlay},{motionPreset:y}=F(),m="none"===y?{}:em.fadeConfig,k=u||m;return(0,eM.jsx)(eb,{...k,__css:g,ref:c,className:h,...p})});eI.displayName="ModalOverlay";var eC=s(85893);function AlertDialog(a){let{leastDestructiveRef:c,...s}=a;return(0,eC.jsx)(Modal,{...s,initialFocusRef:c})}var ex=(0,g.forwardRef)((a,c)=>(0,eC.jsx)(Y,{ref:c,role:"alertdialog",...a})),eR=s(65358),eS=s(90914),e_=s(85893),[ew,eP]=(0,eR.createContext)(),eO={start:{ltr:"left",rtl:"right"},end:{ltr:"right",rtl:"left"}};function getDrawerPlacement(a,c){var s,d;if(a)return null!=(d=null==(s=eO[a])?void 0:s[c])?d:a}function Drawer(a){var c;let{isOpen:s,onClose:d,placement:u="right",children:p,...h}=a,v=(0,eS.useTheme)(),g=null==(c=v.components)?void 0:c.Drawer,y=getDrawerPlacement(u,v.direction);return(0,e_.jsx)(ew,{value:{placement:y},children:(0,e_.jsx)(Modal,{isOpen:s,onClose:d,styleConfig:g,...h,children:p})})}var eF=s(42409),ez=s(90914),eD=s(9358),eA=s(85893),ej=(0,ez.chakra)(eD.Slide),eE=(0,ez.forwardRef)((a,c)=>{let{className:s,children:d,motionProps:u,containerProps:p,...h}=a,{getDialogProps:v,getDialogContainerProps:g,isOpen:y}=F(),m=v(h,c),k=g(p),M=(0,eF.cx)("chakra-modal__content",s),b=P(),I={display:"flex",flexDirection:"column",position:"relative",width:"100%",outline:0,...b.dialog},C={display:"flex",width:"100vw",height:"$100vh",position:"fixed",left:0,top:0,...b.dialogContainer},{placement:x}=eP();return(0,eA.jsx)(ModalFocusScope,{children:(0,eA.jsx)(ez.chakra.div,{...k,className:"chakra-modal__content-container",__css:C,children:(0,eA.jsx)(ej,{motionProps:u,direction:x,in:y,className:M,...m,__css:I,children:d})})})});eE.displayName="DrawerContent"},77282:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{NumberDecrementStepper:()=>U,NumberIncrementStepper:()=>G,NumberInput:()=>W,NumberInputField:()=>V,NumberInputStepper:()=>H,useNumberInput:()=>useNumberInput,useNumberInputStyles:()=>N}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(68229),y=s(65358),m=s(90914),k=s(42409),M=s(67294),b=s(49413),I=s(85893),TriangleDownIcon=a=>(0,I.jsx)(b.Icon,{viewBox:"0 0 24 24",...a,children:(0,I.jsx)("path",{fill:"currentColor",d:"M21,5H3C2.621,5,2.275,5.214,2.105,5.553C1.937,5.892,1.973,6.297,2.2,6.6l9,12 c0.188,0.252,0.485,0.4,0.8,0.4s0.611-0.148,0.8-0.4l9-12c0.228-0.303,0.264-0.708,0.095-1.047C21.725,5.214,21.379,5,21,5z"})}),TriangleUpIcon=a=>(0,I.jsx)(b.Icon,{viewBox:"0 0 24 24",...a,children:(0,I.jsx)("path",{fill:"currentColor",d:"M12.8,5.4c-0.377-0.504-1.223-0.504-1.6,0l-9,12c-0.228,0.303-0.264,0.708-0.095,1.047 C2.275,18.786,2.621,19,3,19h18c0.379,0,0.725-0.214,0.895-0.553c0.169-0.339,0.133-0.744-0.095-1.047L12.8,5.4z"})}),C=s(95113),x=s(39034),R=s(75851),S=s(79005),_=s(17381),w=s(25089),P=s(42409),O=s(67294),F=s(67294);function useAttributeObserver(a,c,s,d){(0,F.useEffect)(()=>{var u;if(!a.current||!d)return;let p=null!=(u=a.current.ownerDocument.defaultView)?u:window,h=Array.isArray(c)?c:[c],v=new p.MutationObserver(a=>{for(let c of a)"attributes"===c.type&&c.attributeName&&h.includes(c.attributeName)&&s(c)});return v.observe(a.current,{attributes:!0,attributeFilter:h}),()=>v.disconnect()})}var D=s(72829),j=s(67294);function useSpinner(a,c){let[s,d]=(0,j.useState)(!1),[u,p]=(0,j.useState)(null),[h,v]=(0,j.useState)(!0),g=(0,j.useRef)(null),removeTimeout=()=>clearTimeout(g.current);(0,D.useInterval)(()=>{"increment"===u&&a(),"decrement"===u&&c()},s?50:null);let y=(0,j.useCallback)(()=>{h&&a(),g.current=setTimeout(()=>{v(!1),d(!0),p("increment")},300)},[a,h]),m=(0,j.useCallback)(()=>{h&&c(),g.current=setTimeout(()=>{v(!1),d(!0),p("decrement")},300)},[c,h]),k=(0,j.useCallback)(()=>{v(!0),d(!1),removeTimeout()},[]);return(0,j.useEffect)(()=>()=>removeTimeout(),[]),{up:y,down:m,stop:k,isSpinning:s}}var E=/^[Ee0-9+\-.]$/;function isFloatingPointNumericCharacter(a){return E.test(a)}function isValidNumericKeyboardEvent(a,c){if(null==a.key)return!0;let s=a.ctrlKey||a.altKey||a.metaKey,d=1===a.key.length;return!d||!!s||c(a.key)}function useNumberInput(a={}){let{focusInputOnChange:c=!0,clampValueOnBlur:s=!0,keepWithinRange:d=!0,min:u=Number.MIN_SAFE_INTEGER,max:p=Number.MAX_SAFE_INTEGER,step:h=1,isReadOnly:v,isDisabled:g,isRequired:y,isInvalid:m,pattern:k="[0-9]*(.[0-9]+)?",inputMode:M="decimal",allowMouseWheel:b,id:I,onChange:F,precision:D,name:j,"aria-describedby":E,"aria-label":T,"aria-labelledby":B,onFocus:N,onBlur:$,onInvalid:L,getAriaValueText:W,isValidCharacter:H,format:V,parse:q,...U}=a,G=(0,_.useCallbackRef)(N),X=(0,_.useCallbackRef)($),K=(0,_.useCallbackRef)(L),Y=(0,_.useCallbackRef)(null!=H?H:isFloatingPointNumericCharacter),Z=(0,_.useCallbackRef)(W),Q=(0,C.useCounter)(a),{update:J,increment:ee,decrement:et}=Q,[ea,en]=(0,O.useState)(!1),er=!(v||g),eo=(0,O.useRef)(null),el=(0,O.useRef)(null),ec=(0,O.useRef)(null),ei=(0,O.useRef)(null),es=(0,O.useCallback)(a=>a.split("").filter(Y).join(""),[Y]),ed=(0,O.useCallback)(a=>{var c;return null!=(c=null==q?void 0:q(a))?c:a},[q]),eu=(0,O.useCallback)(a=>{var c;return(null!=(c=null==V?void 0:V(a))?c:a).toString()},[V]);(0,R.useUpdateEffect)(()=>{Q.valueAsNumber>p?null==K||K("rangeOverflow",eu(Q.value),Q.valueAsNumber):Q.valueAsNumber{if(!eo.current)return;let a=eo.current.value!=Q.value;if(a){let a=ed(eo.current.value);Q.setValue(es(a))}},[ed,es]);let ep=(0,O.useCallback)((a=h)=>{er&&ee(a)},[ee,er,h]),eh=(0,O.useCallback)((a=h)=>{er&&et(a)},[et,er,h]),ev=useSpinner(ep,eh);useAttributeObserver(ec,"disabled",ev.stop,ev.isSpinning),useAttributeObserver(ei,"disabled",ev.stop,ev.isSpinning);let eg=(0,O.useCallback)(a=>{let c=a.nativeEvent;if(c.isComposing)return;let s=ed(a.currentTarget.value);J(es(s)),el.current={start:a.currentTarget.selectionStart,end:a.currentTarget.selectionEnd}},[J,es,ed]),ey=(0,O.useCallback)(a=>{var c,s,d;null==G||G(a),el.current&&(a.target.selectionStart=null!=(s=el.current.start)?s:null==(c=a.currentTarget.value)?void 0:c.length,a.currentTarget.selectionEnd=null!=(d=el.current.end)?d:a.currentTarget.selectionStart)},[G]),ef=(0,O.useCallback)(a=>{if(a.nativeEvent.isComposing)return;isValidNumericKeyboardEvent(a,Y)||a.preventDefault();let c=getStepFactor(a)*h,s=a.key,d={ArrowUp:()=>ep(c),ArrowDown:()=>eh(c),Home:()=>J(u),End:()=>J(p)}[s];d&&(a.preventDefault(),d(a))},[Y,h,ep,eh,J,u,p]),getStepFactor=a=>{let c=1;return(a.metaKey||a.ctrlKey)&&(c=.1),a.shiftKey&&(c=10),c},em=(0,O.useMemo)(()=>{let a=null==Z?void 0:Z(Q.value);if(null!=a)return a;let c=Q.value.toString();return c||void 0},[Q.value,Z]),ek=(0,O.useCallback)(()=>{let a=Q.value;if(""===Q.value)return;let c=/^[eE]/.test(Q.value.toString());c?Q.setValue(""):(Q.valueAsNumberp&&(a=p),Q.cast(a))},[Q,p,u]),eM=(0,O.useCallback)(()=>{en(!1),s&&ek()},[s,en,ek]),eb=(0,O.useCallback)(()=>{c&&requestAnimationFrame(()=>{var a;null==(a=eo.current)||a.focus()})},[c]),eI=(0,O.useCallback)(a=>{a.preventDefault(),ev.up(),eb()},[eb,ev]),eC=(0,O.useCallback)(a=>{a.preventDefault(),ev.down(),eb()},[eb,ev]);(0,x.useEventListener)(()=>eo.current,"wheel",a=>{var c,s;let d=null!=(s=null==(c=eo.current)?void 0:c.ownerDocument)?s:document,u=d.activeElement===eo.current;if(!b||!u)return;a.preventDefault();let p=getStepFactor(a)*h,v=Math.sign(a.deltaY);-1===v?ep(p):1===v&&eh(p)},{passive:!1});let ex=(0,O.useCallback)((a={},c=null)=>{let s=g||d&&Q.isAtMax;return{...a,ref:(0,w.mergeRefs)(c,ec),role:"button",tabIndex:-1,onPointerDown:(0,P.callAllHandlers)(a.onPointerDown,a=>{0!==a.button||s||eI(a)}),onPointerLeave:(0,P.callAllHandlers)(a.onPointerLeave,ev.stop),onPointerUp:(0,P.callAllHandlers)(a.onPointerUp,ev.stop),disabled:s,"aria-disabled":(0,P.ariaAttr)(s)}},[Q.isAtMax,d,eI,ev.stop,g]),eR=(0,O.useCallback)((a={},c=null)=>{let s=g||d&&Q.isAtMin;return{...a,ref:(0,w.mergeRefs)(c,ei),role:"button",tabIndex:-1,onPointerDown:(0,P.callAllHandlers)(a.onPointerDown,a=>{0!==a.button||s||eC(a)}),onPointerLeave:(0,P.callAllHandlers)(a.onPointerLeave,ev.stop),onPointerUp:(0,P.callAllHandlers)(a.onPointerUp,ev.stop),disabled:s,"aria-disabled":(0,P.ariaAttr)(s)}},[Q.isAtMin,d,eC,ev.stop,g]),eS=(0,O.useCallback)((a={},c=null)=>{var s,d,h,b;return{name:j,inputMode:M,type:"text",pattern:k,"aria-labelledby":B,"aria-label":T,"aria-describedby":E,id:I,disabled:g,...a,readOnly:null!=(s=a.readOnly)?s:v,"aria-readonly":null!=(d=a.readOnly)?d:v,"aria-required":null!=(h=a.required)?h:y,required:null!=(b=a.required)?b:y,ref:(0,w.mergeRefs)(eo,c),value:eu(Q.value),role:"spinbutton","aria-valuemin":u,"aria-valuemax":p,"aria-valuenow":Number.isNaN(Q.valueAsNumber)?void 0:Q.valueAsNumber,"aria-invalid":(0,P.ariaAttr)(null!=m?m:Q.isOutOfRange),"aria-valuetext":em,autoComplete:"off",autoCorrect:"off",onChange:(0,P.callAllHandlers)(a.onChange,eg),onKeyDown:(0,P.callAllHandlers)(a.onKeyDown,ef),onFocus:(0,P.callAllHandlers)(a.onFocus,ey,()=>en(!0)),onBlur:(0,P.callAllHandlers)(a.onBlur,X,eM)}},[j,M,k,B,T,eu,E,I,g,y,v,m,Q.value,Q.valueAsNumber,Q.isOutOfRange,u,p,em,eg,ef,ey,X,eM]);return{value:eu(Q.value),valueAsNumber:Q.valueAsNumber,isFocused:ea,isDisabled:g,isReadOnly:v,getIncrementButtonProps:ex,getDecrementButtonProps:eR,getInputProps:eS,htmlProps:U}}var T=s(85893),[B,N]=(0,y.createContext)({name:"NumberInputStylesContext",errorMessage:"useNumberInputStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),[$,L]=(0,y.createContext)({name:"NumberInputContext",errorMessage:"useNumberInputContext: `context` is undefined. Seems you forgot to wrap number-input's components within "}),W=(0,m.forwardRef)(function(a,c){let s=(0,m.useMultiStyleConfig)("NumberInput",a),d=(0,m.omitThemingProps)(a),u=(0,g.useFormControlProps)(d),{htmlProps:p,...h}=useNumberInput(u),v=(0,M.useMemo)(()=>h,[h]);return(0,T.jsx)($,{value:v,children:(0,T.jsx)(B,{value:s,children:(0,T.jsx)(m.chakra.div,{...p,ref:c,className:(0,k.cx)("chakra-numberinput",a.className),__css:{position:"relative",zIndex:0,...s.root}})})})});W.displayName="NumberInput";var H=(0,m.forwardRef)(function(a,c){let s=N();return(0,T.jsx)(m.chakra.div,{"aria-hidden":!0,ref:c,...a,__css:{display:"flex",flexDirection:"column",position:"absolute",top:"0",insetEnd:"0px",margin:"1px",height:"calc(100% - 2px)",zIndex:1,...s.stepperGroup}})});H.displayName="NumberInputStepper";var V=(0,m.forwardRef)(function(a,c){let{getInputProps:s}=L(),d=s(a,c),u=N();return(0,T.jsx)(m.chakra.input,{...d,className:(0,k.cx)("chakra-numberinput__field",a.className),__css:{width:"100%",...u.field}})});V.displayName="NumberInputField";var q=(0,m.chakra)("div",{baseStyle:{display:"flex",justifyContent:"center",alignItems:"center",flex:1,transitionProperty:"common",transitionDuration:"normal",userSelect:"none",cursor:"pointer",lineHeight:"normal"}}),U=(0,m.forwardRef)(function(a,c){var s;let d=N(),{getDecrementButtonProps:u}=L(),p=u(a,c);return(0,T.jsx)(q,{...p,__css:d.stepper,children:null!=(s=a.children)?s:(0,T.jsx)(TriangleDownIcon,{})})});U.displayName="NumberDecrementStepper";var G=(0,m.forwardRef)(function(a,c){var s;let{getIncrementButtonProps:d}=L(),u=d(a,c),p=N();return(0,T.jsx)(q,{...u,__css:p.stepper,children:null!=(s=a.children)?s:(0,T.jsx)(TriangleUpIcon,{})})});G.displayName="NumberIncrementStepper"},75715:function(a){"use strict";var c=Object.defineProperty,s=Object.getOwnPropertyDescriptor,d=Object.getOwnPropertyNames,u=Object.prototype.hasOwnProperty,p={};function toNumber(a){let c=parseFloat(a);return"number"!=typeof c||Number.isNaN(c)?0:c}function toPrecision(a,c){let s=toNumber(a),d=10**(null!=c?c:10);return s=Math.round(s*d)/d,c?s.toFixed(c):s.toString()}function countDecimalPlaces(a){if(!Number.isFinite(a))return 0;let c=1,s=0;for(;Math.round(a*c)/c!==a;)c*=10,s+=1;return s}function valueToPercent(a,c,s){return(a-c)*100/(s-c)}function percentToValue(a,c,s){return(s-c)*a+c}function roundValueToStep(a,c,s){let d=Math.round((a-c)/s)*s+c,u=countDecimalPlaces(s);return toPrecision(d,u)}function clampValue(a,c,s){return null==a?a:(s{for(var d in s)c(a,d,{get:s[d],enumerable:!0})})(p,{clampValue:()=>clampValue,countDecimalPlaces:()=>countDecimalPlaces,percentToValue:()=>percentToValue,roundValueToStep:()=>roundValueToStep,toPrecision:()=>toPrecision,valueToPercent:()=>valueToPercent}),a.exports=((a,p,h,v)=>{if(p&&"object"==typeof p||"function"==typeof p)for(let h of d(p))u.call(a,h)||void 0===h||c(a,h,{get:()=>p[h],enumerable:!(v=s(p,h))||v.enumerable});return a})(c({},"__esModule",{value:!0}),p)},19707:function(a){"use strict";var c=Object.defineProperty,s=Object.getOwnPropertyDescriptor,d=Object.getOwnPropertyNames,u=Object.prototype.hasOwnProperty,p={};function assignAfter(a,...c){if(null==a)throw TypeError("Cannot convert undefined or null to object");let s={...a};for(let a of c)if(null!=a)for(let c in a)Object.prototype.hasOwnProperty.call(a,c)&&(c in s&&delete s[c],s[c]=a[c]);return s}function compact(a){let c=Object.assign({},a);for(let a in c)void 0===c[a]&&delete c[a];return c}function omit(a,c=[]){let s=Object.assign({},a);for(let a of c)a in s&&delete s[a];return s}function pick(a,c){let s={};for(let d of c)d in a&&(s[d]=a[d]);return s}function split(a,c){let s={},d={};for(let[u,p]of Object.entries(a))c.includes(u)?s[u]=p:d[u]=p;return[s,d]}function isObject(a){return"object"==typeof a&&null!=a&&!Array.isArray(a)}function walkObject(a,c,s={}){let{stop:d,getKey:u}=s;function inner(a,s=[]){var p;if(isObject(a)||Array.isArray(a)){let h={};for(let[v,g]of Object.entries(a)){let y=null!=(p=null==u?void 0:u(v))?p:v,m=[...s,y];if(null==d?void 0:d(a,m))return c(a,s);h[y]=inner(g,m)}return h}return c(a,s)}return inner(a)}((a,s)=>{for(var d in s)c(a,d,{get:s[d],enumerable:!0})})(p,{assignAfter:()=>assignAfter,compact:()=>compact,omit:()=>omit,pick:()=>pick,split:()=>split,walkObject:()=>walkObject}),a.exports=((a,p,h,v)=>{if(p&&"object"==typeof p||"function"==typeof p)for(let h of d(p))u.call(a,h)||void 0===h||c(a,h,{get:()=>p[h],enumerable:!(v=s(p,h))||v.enumerable});return a})(c({},"__esModule",{value:!0}),p)},4290:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{PinInput:()=>PinInput,PinInputDescendantsProvider:()=>R,PinInputField:()=>j,PinInputProvider:()=>P,usePinInput:()=>usePinInput,usePinInputContext:()=>O,usePinInputField:()=>usePinInputField}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(42409),m=s(52734),k=s(45886),M=s(40809),b=s(42409),I=s(65358),C=s(25089),x=s(67294),[R,S,_,w]=(0,k.createDescendantContext)(),[P,O]=(0,I.createContext)({name:"PinInputContext",errorMessage:"usePinInputContext: `context` is undefined. Seems you forgot to all pin input fields within ``"}),toArray=a=>null==a?void 0:a.split("");function validate(a,c){return("alphanumeric"===c?/^[a-zA-Z0-9]+$/i:/^[0-9]+$/).test(a)}function usePinInput(a={}){let{autoFocus:c,value:s,defaultValue:d,onChange:u,onComplete:p,placeholder:h="○",manageFocus:v=!0,otp:g=!1,id:y,isDisabled:m,isInvalid:k,type:I="number",mask:C}=a,R=(0,x.useId)(),S=null!=y?y:`pin-input-${R}`,w=_(),[P,O]=(0,x.useState)(!0),[F,D]=(0,x.useState)(-1),[j,E]=(0,M.useControllableState)({defaultValue:toArray(d)||[],value:toArray(s),onChange:a=>null==u?void 0:u(a.join(""))});(0,x.useEffect)(()=>{if(c){let a=w.first();a&&requestAnimationFrame(()=>{a.node.focus()})}},[w]);let T=(0,x.useCallback)(a=>{if(!P||!v)return;let c=w.next(a,!1);c&&requestAnimationFrame(()=>{c.node.focus()})},[w,P,v]),B=(0,x.useCallback)((a,c,s=!0)=>{let d=[...j];d[c]=a,E(d);let u=""!==a&&d.length===w.count()&&d.every(a=>null!=a&&""!==a);u?null==p||p(d.join("")):s&&T(c)},[j,E,T,p,w]),N=(0,x.useCallback)(()=>{var a;let c=Array(w.count()).fill("");E(c);let s=w.first();null==(a=null==s?void 0:s.node)||a.focus()},[w,E]),$=(0,x.useCallback)((a,c)=>{let s=c;return(null==a?void 0:a.length)>0&&(a[0]===c.charAt(0)?s=c.charAt(1):a[0]===c.charAt(1)&&(s=c.charAt(0))),s},[]),L=(0,x.useCallback)(a=>{let{index:c,...s}=a,d=F===c,u="number"===I?"tel":"text";return{"aria-label":"Please enter your pin code",inputMode:"number"===I?"numeric":"text",type:C?"password":u,...s,id:`${S}-${c}`,disabled:m,"aria-invalid":(0,b.ariaAttr)(k),onChange:(0,b.callAllHandlers)(s.onChange,a=>{let s=a.target.value,d=j[c],u=$(d,s);if(""===u){B("",c);return}if(s.length>2){if(validate(s,I)){let a=s.split("").filter((a,c)=>c{var s;if("Backspace"===a.key&&v){if(""===a.target.value){let a=w.prev(c,!1);a&&(B("",c-1,!1),null==(s=a.node)||s.focus(),O(!0))}else O(!1)}}),onFocus:(0,b.callAllHandlers)(s.onFocus,()=>{D(c)}),onBlur:(0,b.callAllHandlers)(s.onBlur,()=>{D(-1)}),value:j[c]||"",autoComplete:g?"one-time-code":"off",placeholder:d?"":h}},[w,F,$,S,m,C,k,v,p,g,h,B,E,I,j]);return{getInputProps:L,id:S,descendants:w,values:j,setValue:B,setValues:E,clear:N}}function usePinInputField(a={},c=null){let{getInputProps:s}=O(),{index:d,register:u}=w();return s({...a,ref:(0,C.mergeRefs)(u,c),index:d})}var F=s(67294),D=s(85893);function PinInput(a){let c=(0,g.useStyleConfig)("PinInput",a),{children:s,...d}=(0,g.omitThemingProps)(a),{descendants:u,...p}=usePinInput(d),h=(0,m.getValidChildren)(s).map(a=>(0,F.cloneElement)(a,{__css:c}));return(0,D.jsx)(R,{value:u,children:(0,D.jsx)(P,{value:p,children:h})})}PinInput.displayName="PinInput";var j=(0,g.forwardRef)(function(a,c){let s=usePinInputField(a,c);return(0,D.jsx)(g.chakra.input,{...s,className:(0,y.cx)("chakra-pin-input",a.className)})});j.displayName="PinInputField"},83577:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Popover:()=>Popover,PopoverAnchor:()=>PopoverAnchor,PopoverArrow:()=>PopoverArrow,PopoverBody:()=>H,PopoverCloseButton:()=>X,PopoverContent:()=>er,PopoverFooter:()=>PopoverFooter,PopoverHeader:()=>eu,PopoverTrigger:()=>PopoverTrigger,usePopover:()=>usePopover,usePopoverContext:()=>M,usePopoverStyles:()=>I}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(42409),m=s(65358),[k,M]=(0,m.createContext)({name:"PopoverContext",errorMessage:"usePopoverContext: `context` is undefined. Seems you forgot to wrap all popover components within ``"}),[b,I]=(0,m.createContext)({name:"PopoverStylesContext",errorMessage:"usePopoverStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),C=s(18717),x=s(71157),R=s(26980),S=s(27085),_=s(83819),w=s(25089),P=s(42409),O=s(14585),F=s(67294),D={click:"click",hover:"hover"};function usePopover(a={}){let{closeOnBlur:c=!0,closeOnEsc:s=!0,initialFocusRef:d,id:u,returnFocusOnClose:p=!0,autoFocus:h=!0,arrowSize:v,arrowShadowColor:g,trigger:y=D.click,openDelay:m=200,closeDelay:k=200,isLazy:M,lazyBehavior:b="unmount",computePositionOnMount:I,...j}=a,{isOpen:E,onClose:T,onOpen:B,onToggle:N}=(0,S.useDisclosure)(a),$=(0,F.useRef)(null),L=(0,F.useRef)(null),W=(0,F.useRef)(null),H=(0,F.useRef)(!1),V=(0,F.useRef)(!1);E&&(V.current=!0);let[q,U]=(0,F.useState)(!1),[G,X]=(0,F.useState)(!1),K=(0,F.useId)(),Y=null!=u?u:K,[Z,Q,J,ee]=["popover-trigger","popover-content","popover-header","popover-body"].map(a=>`${a}-${Y}`),{referenceRef:et,getArrowProps:ea,getPopperProps:en,getArrowInnerProps:er,forceUpdate:eo}=(0,_.usePopper)({...j,enabled:E||!!I}),el=(0,C.useAnimationState)({isOpen:E,ref:W});(0,x.useFocusOnPointerDown)({enabled:E,ref:L}),(0,R.useFocusOnHide)(W,{focusRef:L,visible:E,shouldFocus:p&&y===D.click}),(0,R.useFocusOnShow)(W,{focusRef:d,visible:E,shouldFocus:h&&y===D.click});let ec=(0,O.lazyDisclosure)({wasSelected:V.current,enabled:M,mode:b,isSelected:el.present}),ei=(0,F.useCallback)((a={},d=null)=>{let u={...a,style:{...a.style,transformOrigin:_.popperCSSVars.transformOrigin.varRef,[_.popperCSSVars.arrowSize.var]:v?`${v}px`:void 0,[_.popperCSSVars.arrowShadowColor.var]:g},ref:(0,w.mergeRefs)(W,d),children:ec?a.children:null,id:Q,tabIndex:-1,role:"dialog",onKeyDown:(0,P.callAllHandlers)(a.onKeyDown,a=>{s&&"Escape"===a.key&&T()}),onBlur:(0,P.callAllHandlers)(a.onBlur,a=>{let s=getRelatedTarget(a),d=contains(W.current,s),u=contains(L.current,s);E&&c&&!d&&!u&&T()}),"aria-labelledby":q?J:void 0,"aria-describedby":G?ee:void 0};return y===D.hover&&(u.role="tooltip",u.onMouseEnter=(0,P.callAllHandlers)(a.onMouseEnter,()=>{H.current=!0}),u.onMouseLeave=(0,P.callAllHandlers)(a.onMouseLeave,a=>{null!==a.nativeEvent.relatedTarget&&(H.current=!1,setTimeout(()=>T(),k))})),u},[ec,Q,q,J,G,ee,y,s,T,E,c,k,g,v]),es=(0,F.useCallback)((a={},c=null)=>en({...a,style:{visibility:E?"visible":"hidden",...a.style}},c),[E,en]),ed=(0,F.useCallback)((a,c=null)=>({...a,ref:(0,w.mergeRefs)(c,$,et)}),[$,et]),eu=(0,F.useRef)(),ep=(0,F.useRef)(),eh=(0,F.useCallback)(a=>{null==$.current&&et(a)},[et]),ev=(0,F.useCallback)((a={},s=null)=>{let d={...a,ref:(0,w.mergeRefs)(L,s,eh),id:Z,"aria-haspopup":"dialog","aria-expanded":E,"aria-controls":Q};return y===D.click&&(d.onClick=(0,P.callAllHandlers)(a.onClick,N)),y===D.hover&&(d.onFocus=(0,P.callAllHandlers)(a.onFocus,()=>{void 0===eu.current&&B()}),d.onBlur=(0,P.callAllHandlers)(a.onBlur,a=>{let s=getRelatedTarget(a),d=!contains(W.current,s);E&&c&&d&&T()}),d.onKeyDown=(0,P.callAllHandlers)(a.onKeyDown,a=>{"Escape"===a.key&&T()}),d.onMouseEnter=(0,P.callAllHandlers)(a.onMouseEnter,()=>{H.current=!0,eu.current=window.setTimeout(()=>B(),m)}),d.onMouseLeave=(0,P.callAllHandlers)(a.onMouseLeave,()=>{H.current=!1,eu.current&&(clearTimeout(eu.current),eu.current=void 0),ep.current=window.setTimeout(()=>{!1===H.current&&T()},k)})),d},[Z,E,Q,y,eh,N,B,c,T,m,k]);(0,F.useEffect)(()=>()=>{eu.current&&clearTimeout(eu.current),ep.current&&clearTimeout(ep.current)},[]);let eg=(0,F.useCallback)((a={},c=null)=>({...a,id:J,ref:(0,w.mergeRefs)(c,a=>{U(!!a)})}),[J]),ey=(0,F.useCallback)((a={},c=null)=>({...a,id:ee,ref:(0,w.mergeRefs)(c,a=>{X(!!a)})}),[ee]);return{forceUpdate:eo,isOpen:E,onAnimationComplete:el.onComplete,onClose:T,getAnchorProps:ed,getArrowProps:ea,getArrowInnerProps:er,getPopoverPositionerProps:es,getPopoverProps:ei,getTriggerProps:ev,getHeaderProps:eg,getBodyProps:ey}}function contains(a,c){return a===c||(null==a?void 0:a.contains(c))}function getRelatedTarget(a){var c;let s=a.currentTarget.ownerDocument.activeElement;return null!=(c=a.relatedTarget)?c:s}var j=s(85893);function Popover(a){let c=(0,g.useMultiStyleConfig)("Popover",a),{children:s,...d}=(0,g.omitThemingProps)(a),u=(0,g.useTheme)(),p=usePopover({...d,direction:u.direction});return(0,j.jsx)(k,{value:p,children:(0,j.jsx)(b,{value:c,children:(0,y.runIfFn)(s,{isOpen:p.isOpen,onClose:p.onClose,forceUpdate:p.forceUpdate})})})}Popover.displayName="Popover";var E=s(67294);function PopoverAnchor(a){let c=E.Children.only(a.children),{getAnchorProps:s}=M();return(0,E.cloneElement)(c,s(c.props,c.ref))}PopoverAnchor.displayName="PopoverAnchor";var T=s(90914),B=s(42409),N=s(85893),resolveVar=(a,c)=>c?`${a}.${c}, ${c}`:void 0;function PopoverArrow(a){var c;let{bg:s,bgColor:d,backgroundColor:u,shadow:p,boxShadow:h,shadowColor:v}=a,{getArrowProps:g,getArrowInnerProps:y}=M(),m=I(),k=null!=(c=null!=s?s:d)?c:u,b=null!=p?p:h;return(0,N.jsx)(T.chakra.div,{...g(),className:"chakra-popover__arrow-positioner",children:(0,N.jsx)(T.chakra.div,{className:(0,B.cx)("chakra-popover__arrow",a.className),...y(a),__css:{"--popper-arrow-shadow-color":resolveVar("colors",v),"--popper-arrow-bg":resolveVar("colors",k),"--popper-arrow-shadow":resolveVar("shadows",b),...m.arrow}})})}PopoverArrow.displayName="PopoverArrow";var $=s(90914),L=s(42409),W=s(85893),H=(0,$.forwardRef)(function(a,c){let{getBodyProps:s}=M(),d=I();return(0,W.jsx)($.chakra.div,{...s(a,c),className:(0,L.cx)("chakra-popover__body",a.className),__css:d.body})});H.displayName="PopoverBody";var V=s(56766),q=s(90914),U=s(42409),G=s(85893),X=(0,q.forwardRef)(function(a,c){let{onClose:s}=M(),d=I();return(0,G.jsx)(V.CloseButton,{size:"sm",onClick:s,className:(0,U.cx)("chakra-popover__close-btn",a.className),__css:d.closeButton,ref:c,...a})});X.displayName="PopoverCloseButton";var K=s(42409),Y=s(90914),Z=s(90914),Q=s(46431),J=s(85893);function mergeVariants(a){if(a)return{enter:{...a.enter,visibility:"visible"},exit:{...a.exit,transitionEnd:{visibility:"hidden"}}}}var ee={exit:{opacity:0,scale:.95,transition:{duration:.1,ease:[.4,0,1,1]}},enter:{scale:1,opacity:1,transition:{duration:.15,ease:[0,0,.2,1]}}},et=(0,Z.chakra)(Q.motion.section),ea=(0,Z.forwardRef)(function(a,c){let{variants:s=ee,...d}=a,{isOpen:u}=M();return(0,J.jsx)(et,{ref:c,variants:mergeVariants(s),initial:!1,animate:u?"enter":"exit",...d})});ea.displayName="PopoverTransition";var en=s(85893),er=(0,Y.forwardRef)(function(a,c){let{rootProps:s,motionProps:d,...u}=a,{getPopoverProps:p,getPopoverPositionerProps:h,onAnimationComplete:v}=M(),g=I(),y={position:"relative",display:"flex",flexDirection:"column",...g.content};return(0,en.jsx)(Y.chakra.div,{...h(s),__css:g.popper,className:"chakra-popover__popper",children:(0,en.jsx)(ea,{...d,...p(u,c),onAnimationComplete:(0,K.callAll)(v,u.onAnimationComplete),className:(0,K.cx)("chakra-popover__content",a.className),__css:y})})});er.displayName="PopoverContent";var eo=s(90914),el=s(42409),ec=s(85893);function PopoverFooter(a){let c=I();return(0,ec.jsx)(eo.chakra.footer,{...a,className:(0,el.cx)("chakra-popover__footer",a.className),__css:c.footer})}PopoverFooter.displayName="PopoverFooter";var ei=s(90914),es=s(42409),ed=s(85893),eu=(0,ei.forwardRef)(function(a,c){let{getHeaderProps:s}=M(),d=I();return(0,ed.jsx)(ei.chakra.header,{...s(a,c),className:(0,es.cx)("chakra-popover__header",a.className),__css:d.header})});eu.displayName="PopoverHeader";var ep=s(67294);function PopoverTrigger(a){let c=ep.Children.only(a.children),{getTriggerProps:s}=M();return(0,ep.cloneElement)(c,s(c.props,c.ref))}PopoverTrigger.displayName="PopoverTrigger"},83819:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{popperCSSVars:()=>k,usePopper:()=>usePopper}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(25089),y=s(56980),m=s(67294),toVar=(a,c)=>({var:a,varRef:c?`var(${a}, ${c})`:`var(${a})`}),k={arrowShadowColor:toVar("--popper-arrow-shadow-color"),arrowSize:toVar("--popper-arrow-size","8px"),arrowSizeHalf:toVar("--popper-arrow-size-half"),arrowBg:toVar("--popper-arrow-bg"),transformOrigin:toVar("--popper-transform-origin"),arrowOffset:toVar("--popper-arrow-offset")};function getBoxShadow(a){return a.includes("top")?"1px 1px 0px 0 var(--popper-arrow-shadow-color)":a.includes("bottom")?"-1px -1px 0px 0 var(--popper-arrow-shadow-color)":a.includes("right")?"-1px 1px 0px 0 var(--popper-arrow-shadow-color)":a.includes("left")?"1px -1px 0px 0 var(--popper-arrow-shadow-color)":void 0}var M={top:"bottom center","top-start":"bottom left","top-end":"bottom right",bottom:"top center","bottom-start":"top left","bottom-end":"top right",left:"right center","left-start":"right top","left-end":"right bottom",right:"left center","right-start":"left top","right-end":"left bottom"},toTransformOrigin=a=>M[a],b={scroll:!0,resize:!0};function getEventListenerOptions(a){return"object"==typeof a?{enabled:!0,options:{...b,...a}}:{enabled:a,options:b}}var I={name:"matchWidth",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:({state:a})=>{a.styles.popper.width=`${a.rects.reference.width}px`},effect:({state:a})=>()=>{let c=a.elements.reference;a.elements.popper.style.width=`${c.offsetWidth}px`}},C={name:"transformOrigin",enabled:!0,phase:"write",fn:({state:a})=>{setTransformOrigin(a)},effect:({state:a})=>()=>{setTransformOrigin(a)}},setTransformOrigin=a=>{a.elements.popper.style.setProperty(k.transformOrigin.var,toTransformOrigin(a.placement))},x={name:"positionArrow",enabled:!0,phase:"afterWrite",fn:({state:a})=>{setArrowStyles(a)}},setArrowStyles=a=>{var c;if(!a.placement)return;let s=getArrowStyle(a.placement);if((null==(c=a.elements)?void 0:c.arrow)&&s){Object.assign(a.elements.arrow.style,{[s.property]:s.value,width:k.arrowSize.varRef,height:k.arrowSize.varRef,zIndex:-1});let c={[k.arrowSizeHalf.var]:`calc(${k.arrowSize.varRef} / 2 - 1px)`,[k.arrowOffset.var]:`calc(${k.arrowSizeHalf.varRef} * -1)`};for(let s in c)a.elements.arrow.style.setProperty(s,c[s])}},getArrowStyle=a=>a.startsWith("top")?{property:"bottom",value:k.arrowOffset.varRef}:a.startsWith("bottom")?{property:"top",value:k.arrowOffset.varRef}:a.startsWith("left")?{property:"right",value:k.arrowOffset.varRef}:a.startsWith("right")?{property:"left",value:k.arrowOffset.varRef}:void 0,R={name:"innerArrow",enabled:!0,phase:"main",requires:["arrow"],fn:({state:a})=>{setInnerArrowStyles(a)},effect:({state:a})=>()=>{setInnerArrowStyles(a)}},setInnerArrowStyles=a=>{if(!a.elements.arrow)return;let c=a.elements.arrow.querySelector("[data-popper-arrow-inner]");if(!c)return;let s=getBoxShadow(a.placement);s&&c.style.setProperty("--popper-arrow-default-shadow",s),Object.assign(c.style,{transform:"rotate(45deg)",background:k.arrowBg.varRef,top:0,left:0,width:"100%",height:"100%",position:"absolute",zIndex:"inherit",boxShadow:"var(--popper-arrow-shadow, var(--popper-arrow-default-shadow))"})},S={"start-start":{ltr:"left-start",rtl:"right-start"},"start-end":{ltr:"left-end",rtl:"right-end"},"end-start":{ltr:"right-start",rtl:"left-start"},"end-end":{ltr:"right-end",rtl:"left-end"},start:{ltr:"left",rtl:"right"},end:{ltr:"right",rtl:"left"}},_={"auto-start":"auto-end","auto-end":"auto-start","top-start":"top-end","top-end":"top-start","bottom-start":"bottom-end","bottom-end":"bottom-start"};function getPopperPlacement(a,c="ltr"){var s,d;let u=(null==(s=S[a])?void 0:s[c])||a;return"ltr"===c?u:null!=(d=_[a])?d:u}function usePopper(a={}){let{enabled:c=!0,modifiers:s,placement:d="bottom",strategy:u="absolute",arrowPadding:p=8,eventListeners:h=!0,offset:v,gutter:M=8,flip:b=!0,boundary:S="clippingParents",preventOverflow:_=!0,matchWidth:w,direction:P="ltr"}=a,O=(0,m.useRef)(null),F=(0,m.useRef)(null),D=(0,m.useRef)(null),j=getPopperPlacement(d,P),E=(0,m.useRef)(()=>{}),T=(0,m.useCallback)(()=>{var a;c&&O.current&&F.current&&(null==(a=E.current)||a.call(E),D.current=(0,y.createPopper)(O.current,F.current,{placement:j,modifiers:[R,x,C,{...I,enabled:!!w},{name:"eventListeners",...getEventListenerOptions(h)},{name:"arrow",options:{padding:p}},{name:"offset",options:{offset:null!=v?v:[0,M]}},{name:"flip",enabled:!!b,options:{padding:8}},{name:"preventOverflow",enabled:!!_,options:{boundary:S}},...null!=s?s:[]],strategy:u}),D.current.forceUpdate(),E.current=D.current.destroy)},[j,c,s,w,h,p,v,M,b,_,S,u]);(0,m.useEffect)(()=>()=>{var a;O.current||F.current||(null==(a=D.current)||a.destroy(),D.current=null)},[]);let B=(0,m.useCallback)(a=>{O.current=a,T()},[T]),N=(0,m.useCallback)((a={},c=null)=>({...a,ref:(0,g.mergeRefs)(B,c)}),[B]),$=(0,m.useCallback)(a=>{F.current=a,T()},[T]),L=(0,m.useCallback)((a={},c=null)=>({...a,ref:(0,g.mergeRefs)($,c),style:{...a.style,position:u,minWidth:w?void 0:"max-content",inset:"0 auto auto 0"}}),[u,$,w]),W=(0,m.useCallback)((a={},c=null)=>{let{size:s,shadowColor:d,bg:u,style:p,...h}=a;return{...h,ref:c,"data-popper-arrow":"",style:getArrowStyle2(a)}},[]),H=(0,m.useCallback)((a={},c=null)=>({...a,ref:c,"data-popper-arrow-inner":""}),[]);return{update(){var a;null==(a=D.current)||a.update()},forceUpdate(){var a;null==(a=D.current)||a.forceUpdate()},transformOrigin:k.transformOrigin.varRef,referenceRef:B,popperRef:$,getPopperProps:L,getArrowProps:W,getArrowInnerProps:H,getReferenceProps:N}}function getArrowStyle2(a){let{size:c,shadowColor:s,bg:d,style:u}=a,p={...u,position:"absolute"};return c&&(p["--popper-arrow-size"]=c),s&&(p["--popper-arrow-shadow-color"]=s),d&&(p["--popper-arrow-bg"]=d),p}},50336:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Portal:()=>Portal,PortalManager:()=>PortalManager,usePortalManager:()=>k}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(65358),y=s(85893),[m,k]=(0,g.createContext)({strict:!1,name:"PortalManagerContext"});function PortalManager(a){let{children:c,zIndex:s}=a;return(0,y.jsx)(m,{value:{zIndex:s},children:c})}PortalManager.displayName="PortalManager";var M=s(79005),b=s(65358),I=s(73935),C=s(67294),x=s(85893),[R,S]=(0,b.createContext)({strict:!1,name:"PortalContext"}),_="chakra-portal",Container=a=>(0,x.jsx)("div",{className:"chakra-portal-zIndex",style:{position:"absolute",zIndex:a.zIndex,top:0,left:0,right:0},children:a.children}),DefaultPortal=a=>{let{appendToParentPortal:c,children:s}=a,[d,u]=(0,C.useState)(null),p=(0,C.useRef)(null),[,h]=(0,C.useState)({});(0,C.useEffect)(()=>h({}),[]);let v=S(),g=k();(0,M.useSafeLayoutEffect)(()=>{if(!d)return;let a=d.ownerDocument,s=c&&null!=v?v:a.body;if(!s)return;p.current=a.createElement("div"),p.current.className=_,s.appendChild(p.current),h({});let u=p.current;return()=>{s.contains(u)&&s.removeChild(u)}},[d]);let y=(null==g?void 0:g.zIndex)?(0,x.jsx)(Container,{zIndex:null==g?void 0:g.zIndex,children:s}):s;return p.current?(0,I.createPortal)((0,x.jsx)(R,{value:p.current,children:y}),p.current):(0,x.jsx)("span",{ref:a=>{a&&u(a)}})},ContainerPortal=a=>{let{children:c,containerRef:s,appendToParentPortal:d}=a,u=s.current,p=null!=u?u:"undefined"!=typeof window?document.body:void 0,h=(0,C.useMemo)(()=>{let a=null==u?void 0:u.ownerDocument.createElement("div");return a&&(a.className=_),a},[u]),[,v]=(0,C.useState)({});return((0,M.useSafeLayoutEffect)(()=>v({}),[]),(0,M.useSafeLayoutEffect)(()=>{if(h&&p)return p.appendChild(h),()=>{p.removeChild(h)}},[h,p]),p&&h)?(0,I.createPortal)((0,x.jsx)(R,{value:d?h:null,children:c}),h):null};function Portal(a){let c={appendToParentPortal:!0,...a},{containerRef:s,...d}=c;return s?(0,x.jsx)(ContainerPortal,{containerRef:s,...d}):(0,x.jsx)(DefaultPortal,{...d})}Portal.className=_,Portal.selector=".chakra-portal",Portal.displayName="Portal"},78995:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{CircularProgress:()=>_,CircularProgressLabel:()=>N,Progress:()=>E,ProgressLabel:()=>ProgressLabel,useProgressStyles:()=>D}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(90914);function valueToPercent(a,c,s){return(a-c)*100/(s-c)}var m=(0,y.keyframes)({"0%":{strokeDasharray:"1, 400",strokeDashoffset:"0"},"50%":{strokeDasharray:"400, 400",strokeDashoffset:"-100"},"100%":{strokeDasharray:"400, 400",strokeDashoffset:"-260"}}),k=(0,y.keyframes)({"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(360deg)"}}),M=(0,y.keyframes)({"0%":{left:"-40%"},"100%":{left:"100%"}}),b=(0,y.keyframes)({from:{backgroundPosition:"1rem 0"},to:{backgroundPosition:"0 0"}});function getProgressProps(a){let{value:c=0,min:s,max:d,valueText:u,getValueText:p,isIndeterminate:h,role:v="progressbar"}=a,g=valueToPercent(c,s,d);return{bind:{"data-indeterminate":h?"":void 0,"aria-valuemax":d,"aria-valuemin":s,"aria-valuenow":h?void 0:c,"aria-valuetext":(()=>{if(null!=c)return"function"==typeof p?p(c,g):u})(),role:v},percent:g,value:c}}var I=s(90914),C=s(85893),Shape=a=>{let{size:c,isIndeterminate:s,...d}=a;return(0,C.jsx)(I.chakra.svg,{viewBox:"0 0 100 100",__css:{width:c,height:c,animation:s?`${k} 2s linear infinite`:void 0},...d})};Shape.displayName="Shape";var x=s(90914),R=s(85893),Circle=a=>(0,R.jsx)(x.chakra.circle,{cx:50,cy:50,r:42,fill:"transparent",...a});Circle.displayName="Circle";var S=s(85893),_=(0,g.forwardRef)((a,c)=>{var s;let{size:d="48px",max:u=100,min:p=0,valueText:h,getValueText:v,value:y,capIsRound:k,children:M,thickness:b="10px",color:I="#0078d4",trackColor:C="#edebe9",isIndeterminate:x,...R}=a,_=getProgressProps({min:p,max:u,value:y,valueText:h,getValueText:v,isIndeterminate:x}),w=x?void 0:(null!=(s=_.percent)?s:0)*2.64,P=null==w?void 0:`${w} ${264-w}`,O=x?{css:{animation:`${m} 1.5s linear infinite`}}:{strokeDashoffset:66,strokeDasharray:P,transitionProperty:"stroke-dasharray, stroke",transitionDuration:"0.6s",transitionTimingFunction:"ease"};return(0,S.jsxs)(g.chakra.div,{ref:c,className:"chakra-progress",..._.bind,...R,__css:{display:"inline-block",position:"relative",verticalAlign:"middle",fontSize:d},children:[(0,S.jsxs)(Shape,{size:d,isIndeterminate:x,children:[(0,S.jsx)(Circle,{stroke:C,strokeWidth:b,className:"chakra-progress__track"}),(0,S.jsx)(Circle,{stroke:I,strokeWidth:b,className:"chakra-progress__indicator",strokeLinecap:k?"round":void 0,opacity:0!==_.value||x?void 0:0,...O})]}),M]})});_.displayName="CircularProgress";var w=s(90914),P=s(65358),O=s(85893),[F,D]=(0,P.createContext)({name:"ProgressStylesContext",errorMessage:"useProgressStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),j=(0,w.forwardRef)((a,c)=>{let{min:s,max:d,value:u,isIndeterminate:p,role:h,...v}=a,g=getProgressProps({value:u,min:s,max:d,isIndeterminate:p,role:h}),y=D(),m={height:"100%",...y.filledTrack};return(0,O.jsx)(w.chakra.div,{ref:c,style:{width:`${g.percent}%`,...v.style},...g.bind,...v,__css:m})}),E=(0,w.forwardRef)((a,c)=>{var s;let{value:d,min:u=0,max:p=100,hasStripe:h,isAnimated:v,children:g,borderRadius:y,isIndeterminate:m,"aria-label":k,"aria-labelledby":I,"aria-valuetext":C,title:x,role:R,...S}=(0,w.omitThemingProps)(a),_=(0,w.useMultiStyleConfig)("Progress",a),P=null!=y?y:null==(s=_.track)?void 0:s.borderRadius,D={animation:`${b} 1s linear infinite`},E=!m&&h,T={...E&&v&&D,...m&&{position:"absolute",willChange:"left",minWidth:"50%",animation:`${M} 1s ease infinite normal none running`}},B={overflow:"hidden",position:"relative",..._.track};return(0,O.jsx)(w.chakra.div,{ref:c,borderRadius:P,__css:B,...S,children:(0,O.jsxs)(F,{value:_,children:[(0,O.jsx)(j,{"aria-label":k,"aria-labelledby":I,"aria-valuetext":C,min:u,max:p,value:d,isIndeterminate:m,css:T,borderRadius:P,title:x,role:R}),g]})})});E.displayName="Progress";var T=s(90914),B=s(85893),ProgressLabel=a=>{let c=D(),s={top:"50%",left:"50%",width:"100%",textAlign:"center",position:"absolute",transform:"translate(-50%, -50%)",...c.label};return(0,B.jsx)(T.chakra.div,{...a,__css:s})};ProgressLabel.displayName="ProgressLabel";var N=(0,s(90914).chakra)("div",{baseStyle:{fontSize:"0.24em",top:"50%",left:"50%",width:"100%",textAlign:"center",position:"absolute",transform:"translate(-50%, -50%)"}});N.displayName="CircularProgressLabel"},86325:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{ChakraProvider:()=>ChakraProvider}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(88187),y=s(50336),m=s(90914),k=s(51427),M=s(85893),ChakraProvider=a=>{let{children:c,colorModeManager:s,portalZIndex:d,resetScope:u,resetCSS:p=!0,theme:h={},environment:v,cssVarsRoot:b,disableEnvironment:I,disableGlobalStyle:C}=a,x=(0,M.jsx)(k.EnvironmentProvider,{environment:v,disabled:I,children:c});return(0,M.jsx)(m.ThemeProvider,{theme:h,cssVarsRoot:b,children:(0,M.jsxs)(m.ColorModeProvider,{colorModeManager:s,options:h.config,children:[p?(0,M.jsx)(g.CSSReset,{scope:u}):(0,M.jsx)(g.CSSPolyfill,{}),!C&&(0,M.jsx)(m.GlobalStyle,{}),d?(0,M.jsx)(y.PortalManager,{zIndex:d,children:x}):x]})})}},1256:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Radio:()=>T,RadioGroup:()=>w,useRadio:()=>useRadio,useRadioGroup:()=>useRadioGroup,useRadioGroupContext:()=>_}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(42409);function split(a,c){let s={},d={};for(let[u,p]of Object.entries(a))c.includes(u)?s[u]=p:d[u]=p;return[s,d]}var m=s(90914),k=s(42409),M=s(65358),b=s(42409),I=s(25089),C=s(67294);function isInputEvent(a){return a&&(0,b.isObject)(a)&&(0,b.isObject)(a.target)}function useRadioGroup(a={}){let{onChange:c,value:s,defaultValue:d,name:u,isDisabled:p,isFocusable:h,isNative:v,...g}=a,[y,m]=(0,C.useState)(d||""),k=void 0!==s,M=k?s:y,b=(0,C.useRef)(null),x=(0,C.useCallback)(()=>{let a=b.current;if(!a)return;let c="input:not(:disabled):checked",s=a.querySelector(c);if(s){s.focus();return}c="input:not(:disabled)";let d=a.querySelector(c);null==d||d.focus()},[]),R=(0,C.useId)(),S=`radio-${R}`,_=u||S,w=(0,C.useCallback)(a=>{let s=isInputEvent(a)?a.target.value:a;k||m(s),null==c||c(String(s))},[c,k]),P=(0,C.useCallback)((a={},c=null)=>({...a,ref:(0,I.mergeRefs)(c,b),role:"radiogroup"}),[]),O=(0,C.useCallback)((a={},c=null)=>{let s=v?"checked":"isChecked";return{...a,ref:c,name:_,[s]:null!=M?a.value===M:void 0,onChange(a){w(a)},"data-radiogroup":!0}},[v,_,w,M]);return{getRootProps:P,getRadioProps:O,name:_,ref:b,focus:x,setValue:m,value:M,onChange:w,isDisabled:p,isFocusable:h,htmlProps:g}}var x=s(67294),R=s(85893),[S,_]=(0,M.createContext)({name:"RadioGroupContext",strict:!1}),w=(0,m.forwardRef)((a,c)=>{let{colorScheme:s,size:d,variant:u,children:p,className:h,isDisabled:v,isFocusable:g,...y}=a,{value:M,onChange:b,getRootProps:I,name:C,htmlProps:_}=useRadioGroup(y),w=(0,x.useMemo)(()=>({name:C,size:d,onChange:b,colorScheme:s,value:M,variant:u,isDisabled:v,isFocusable:g}),[C,d,b,s,M,u,v,g]);return(0,R.jsx)(S,{value:w,children:(0,R.jsx)(m.chakra.div,{...I(_,c),className:(0,k.cx)("chakra-radio-group",h),children:p})})});w.displayName="RadioGroup";var P=s(68229),O=s(42409),F={border:"0",clip:"rect(0, 0, 0, 0)",height:"1px",width:"1px",margin:"-1px",padding:"0",overflow:"hidden",whiteSpace:"nowrap",position:"absolute"},D=s(29665),j=s(67294);function useRadio(a={}){let{defaultChecked:c,isChecked:s,isFocusable:d,isDisabled:u,isReadOnly:p,isRequired:h,onChange:v,isInvalid:g,name:y,value:m,id:k,"data-radiogroup":M,"aria-describedby":b,...I}=a,C=`radio-${(0,j.useId)()}`,x=(0,P.useFormControlContext)(),R=_(),S=x&&!(R||M)?x.id:C;S=null!=k?k:S;let w=null!=u?u:null==x?void 0:x.isDisabled,E=null!=p?p:null==x?void 0:x.isReadOnly,T=null!=h?h:null==x?void 0:x.isRequired,B=null!=g?g:null==x?void 0:x.isInvalid,[N,$]=(0,j.useState)(!1),[L,W]=(0,j.useState)(!1),[H,V]=(0,j.useState)(!1),[q,U]=(0,j.useState)(!1),[G,X]=(0,j.useState)(!!c),K=void 0!==s,Y=K?s:G;(0,j.useEffect)(()=>(0,D.trackFocusVisible)($),[]);let Z=(0,j.useCallback)(a=>{if(E||w){a.preventDefault();return}K||X(a.target.checked),null==v||v(a)},[K,w,E,v]),Q=(0,j.useCallback)(a=>{" "===a.key&&U(!0)},[U]),J=(0,j.useCallback)(a=>{" "===a.key&&U(!1)},[U]),ee=(0,j.useCallback)((a={},c=null)=>({...a,ref:c,"data-active":(0,O.dataAttr)(q),"data-hover":(0,O.dataAttr)(H),"data-disabled":(0,O.dataAttr)(w),"data-invalid":(0,O.dataAttr)(B),"data-checked":(0,O.dataAttr)(Y),"data-focus":(0,O.dataAttr)(L),"data-focus-visible":(0,O.dataAttr)(L&&N),"data-readonly":(0,O.dataAttr)(E),"aria-hidden":!0,onMouseDown:(0,O.callAllHandlers)(a.onMouseDown,()=>U(!0)),onMouseUp:(0,O.callAllHandlers)(a.onMouseUp,()=>U(!1)),onMouseEnter:(0,O.callAllHandlers)(a.onMouseEnter,()=>V(!0)),onMouseLeave:(0,O.callAllHandlers)(a.onMouseLeave,()=>V(!1))}),[q,H,w,B,Y,L,E,N]),{onFocus:et,onBlur:ea}=null!=x?x:{},en=(0,j.useCallback)((a={},c=null)=>{let s=w&&!d;return{...a,id:S,ref:c,type:"radio",name:y,value:m,onChange:(0,O.callAllHandlers)(a.onChange,Z),onBlur:(0,O.callAllHandlers)(ea,a.onBlur,()=>W(!1)),onFocus:(0,O.callAllHandlers)(et,a.onFocus,()=>W(!0)),onKeyDown:(0,O.callAllHandlers)(a.onKeyDown,Q),onKeyUp:(0,O.callAllHandlers)(a.onKeyUp,J),checked:Y,disabled:s,readOnly:E,required:T,"aria-invalid":(0,O.ariaAttr)(B),"aria-disabled":(0,O.ariaAttr)(s),"aria-required":(0,O.ariaAttr)(T),"data-readonly":(0,O.dataAttr)(E),"aria-describedby":b,style:F}},[w,d,S,y,m,Z,ea,et,Q,J,Y,E,T,B,b]);return{state:{isInvalid:B,isFocused:L,isChecked:Y,isActive:q,isHovered:H,isDisabled:w,isReadOnly:E,isRequired:T},getCheckboxProps:ee,getRadioProps:ee,getInputProps:en,getLabelProps:(a={},c=null)=>({...a,ref:c,onMouseDown:(0,O.callAllHandlers)(a.onMouseDown,stopEvent),"data-disabled":(0,O.dataAttr)(w),"data-checked":(0,O.dataAttr)(Y),"data-invalid":(0,O.dataAttr)(B)}),getRootProps:(a,c=null)=>({...a,ref:c,"data-disabled":(0,O.dataAttr)(w),"data-checked":(0,O.dataAttr)(Y),"data-invalid":(0,O.dataAttr)(B)}),htmlProps:I}}function stopEvent(a){a.preventDefault(),a.stopPropagation()}var E=s(85893),T=(0,g.forwardRef)((a,c)=>{var s;let d=_(),{onChange:u,value:p}=a,h=(0,g.useMultiStyleConfig)("Radio",{...d,...a}),v=(0,g.omitThemingProps)(a),{spacing:m="0.5rem",children:k,isDisabled:M=null==d?void 0:d.isDisabled,isFocusable:b=null==d?void 0:d.isFocusable,inputProps:I,...C}=v,x=a.isChecked;(null==d?void 0:d.value)!=null&&null!=p&&(x=d.value===p);let R=u;(null==d?void 0:d.onChange)&&null!=p&&(R=(0,y.callAll)(d.onChange,u));let S=null!=(s=null==a?void 0:a.name)?s:null==d?void 0:d.name,{getInputProps:w,getCheckboxProps:P,getLabelProps:O,getRootProps:F,htmlProps:D}=useRadio({...C,isChecked:x,isFocusable:b,isDisabled:M,onChange:R,name:S}),[j,T]=split(D,g.layoutPropNames),B=P(T),N=w(I,c),$=O(),L=Object.assign({},j,F()),W={display:"inline-flex",alignItems:"center",verticalAlign:"top",cursor:"pointer",position:"relative",...h.container},H={display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0,...h.control},V={userSelect:"none",marginStart:m,...h.label};return(0,E.jsxs)(g.chakra.label,{className:"chakra-radio",...L,__css:W,children:[(0,E.jsx)("input",{className:"chakra-radio__input",...N}),(0,E.jsx)(g.chakra.span,{className:"chakra-radio__control",...B,__css:H}),k&&(0,E.jsx)(g.chakra.span,{className:"chakra-radio__label",...$,__css:V,children:k})]})});T.displayName="Radio"},52734:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{getValidChildren:()=>getValidChildren}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294);function getValidChildren(a){return g.Children.toArray(a).filter(a=>(0,g.isValidElement)(a))}},65358:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{createContext:()=>createContext}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294);function getErrorMessage(a,c){return`${a} returned \`undefined\`. Seems you forgot to wrap component within ${c}`}function createContext(a={}){let{name:c,strict:s=!0,hookName:d="useContext",providerName:u="Provider",errorMessage:p,defaultValue:h}=a,v=(0,g.createContext)(h);function useContext(){var a;let c=(0,g.useContext)(v);if(!c&&s){let c=Error(null!=p?p:getErrorMessage(d,u));throw c.name="ContextError",null==(a=Error.captureStackTrace)||a.call(Error,c,useContext),c}return c}return v.displayName=c,[v.Provider,useContext,v]}},51427:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{EnvironmentProvider:()=>EnvironmentProvider,useEnvironment:()=>useEnvironment}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(79005),y=s(67294),m=s(85893),k=(0,y.createContext)({getDocument:()=>document,getWindow:()=>window});function useEnvironment({defer:a}={}){let[,c]=(0,y.useReducer)(a=>a+1,0);return(0,g.useSafeLayoutEffect)(()=>{a&&c()},[a]),(0,y.useContext)(k)}function EnvironmentProvider(a){let{children:c,environment:s,disabled:d}=a,u=(0,y.useRef)(null),p=(0,y.useMemo)(()=>s||{getDocument:()=>{var a,c;return null!=(c=null==(a=u.current)?void 0:a.ownerDocument)?c:document},getWindow:()=>{var a,c;return null!=(c=null==(a=u.current)?void 0:a.ownerDocument.defaultView)?c:window}},[s]),h=!d||!s;return(0,m.jsxs)(k.Provider,{value:p,children:[c,h&&(0,m.jsx)("span",{id:"__chakra_env",hidden:!0,ref:u})]})}k.displayName="EnvironmentContext",EnvironmentProvider.displayName="EnvironmentProvider"},18717:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useAnimationState:()=>useAnimationState}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294),y=s(39034),m=s(85080);function useAnimationState(a){let{isOpen:c,ref:s}=a,[d,u]=(0,g.useState)(c),[p,h]=(0,g.useState)(!1);(0,g.useEffect)(()=>{p||(u(c),h(!0))},[c,p,d]),(0,y.useEventListener)(()=>s.current,"animationend",()=>{u(c)});let v=!c&&!d;return{present:!v,onComplete(){var a;let c=(0,m.getOwnerWindow)(s.current),d=new c.CustomEvent("animationend",{bubbles:!0});null==(a=s.current)||a.dispatchEvent(d)}}}},17381:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useCallbackRef:()=>useCallbackRef}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294);function useCallbackRef(a,c=[]){let s=(0,g.useRef)(a);return(0,g.useEffect)(()=>{s.current=a}),(0,g.useCallback)((...a)=>{var c;return null==(c=s.current)?void 0:c.call(s,...a)},c)}},40809:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useControllableProp:()=>useControllableProp,useControllableState:()=>useControllableState}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294),y=s(17381);function useControllableProp(a,c){let s=void 0!==a,d=s?a:c;return(0,g.useMemo)(()=>[s,d],[s,d])}function useControllableState(a){let{value:c,defaultValue:s,onChange:d,shouldUpdate:u=(a,c)=>a!==c}=a,p=(0,y.useCallbackRef)(d),h=(0,y.useCallbackRef)(u),[v,m]=(0,g.useState)(s),k=void 0!==c,M=k?c:v,b=(0,y.useCallbackRef)(a=>{let c="function"==typeof a?a(M):a;h(M,c)&&(k||m(c),p(c))},[k,p,M,h]);return[M,b]}},27085:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useDisclosure:()=>useDisclosure}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(17381),y=s(67294);function useDisclosure(a={}){let{onClose:c,onOpen:s,isOpen:d,id:u}=a,p=(0,g.useCallbackRef)(s),h=(0,g.useCallbackRef)(c),[v,m]=(0,y.useState)(a.defaultIsOpen||!1),k=void 0!==d?d:v,M=void 0!==d,b=(0,y.useId)(),I=null!=u?u:`disclosure-${b}`,C=(0,y.useCallback)(()=>{M||m(!1),null==h||h()},[M,h]),x=(0,y.useCallback)(()=>{M||m(!0),null==p||p()},[M,p]),R=(0,y.useCallback)(()=>{k?C():x()},[k,x,C]);function getButtonProps(a={}){return{...a,"aria-expanded":k,"aria-controls":I,onClick(c){var s;null==(s=a.onClick)||s.call(a,c),R()}}}function getDisclosureProps(a={}){return{...a,hidden:!k,id:I}}return{isOpen:k,onOpen:x,onClose:C,onToggle:R,isControlled:M,getButtonProps,getDisclosureProps}}},39034:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useEventListener:()=>useEventListener}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294),y=s(17381);function useEventListener(a,c,s,d){let u=(0,y.useCallbackRef)(s);return(0,g.useEffect)(()=>{let p="function"==typeof a?a():null!=a?a:document;if(s&&p)return p.addEventListener(c,u,d),()=>{p.removeEventListener(c,u,d)}},[c,a,d,u,s]),()=>{let s="function"==typeof a?a():null!=a?a:document;null==s||s.removeEventListener(c,u,d)}}},26980:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useFocusOnHide:()=>useFocusOnHide,useFocusOnShow:()=>useFocusOnShow}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(85080),y=s(39034),m=s(79005),k=s(75851),M=s(67294);function preventReturnFocus(a){let c=a.current;if(!c)return!1;let s=(0,g.getActiveElement)(c);return!(!s||c.contains(s))&&!!(0,g.isTabbable)(s)}function useFocusOnHide(a,c){let{shouldFocus:s,visible:d,focusRef:u}=c,p=s&&!d;(0,k.useUpdateEffect)(()=>{let c;if(!p||preventReturnFocus(a))return;let s=(null==u?void 0:u.current)||a.current;if(s)return c=requestAnimationFrame(()=>{s.focus({preventScroll:!0})}),()=>{cancelAnimationFrame(c)}},[p,a,u])}var b={preventScroll:!0,shouldFocus:!1};function useFocusOnShow(a,c=b){let{focusRef:s,preventScroll:d,shouldFocus:u,visible:p}=c,h=isRefObject(a)?a.current:a,v=u&&p,I=(0,M.useRef)(v),C=(0,M.useRef)(p);(0,m.useSafeLayoutEffect)(()=>{!C.current&&p&&(I.current=v),C.current=p},[p,v]);let x=(0,M.useCallback)(()=>{if(p&&h&&I.current&&(I.current=!1,!h.contains(document.activeElement))){if(null==s?void 0:s.current)requestAnimationFrame(()=>{var a;null==(a=s.current)||a.focus({preventScroll:d})});else{let a=(0,g.getAllFocusable)(h);a.length>0&&requestAnimationFrame(()=>{a[0].focus({preventScroll:d})})}}},[p,d,h,s]);(0,k.useUpdateEffect)(()=>{x()},[x]),(0,y.useEventListener)(h,"transitionend",x)}function isRefObject(a){return"current"in a}},71157:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useFocusOnPointerDown:()=>useFocusOnPointerDown}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(39034);function isRefObject(a){return"current"in a}var isDom=()=>"undefined"!=typeof window;function getPlatform(){var a;let c=navigator.userAgentData;return null!=(a=null==c?void 0:c.platform)?a:navigator.platform}var vn=a=>isDom()&&a.test(navigator.vendor),pt=a=>isDom()&&a.test(getPlatform()),isApple=()=>pt(/mac|iphone|ipad|ipod/i),isSafari=()=>isApple()&&vn(/apple/i);function useFocusOnPointerDown(a){let{ref:c,elements:s,enabled:d}=a,doc=()=>{var a,s;return null!=(s=null==(a=c.current)?void 0:a.ownerDocument)?s:document};(0,g.useEventListener)(doc,"pointerdown",a=>{if(!isSafari()||!d)return;let u=a.target,p=(null!=s?s:[c]).some(a=>{let c=isRefObject(a)?a.current:a;return(null==c?void 0:c.contains(u))||c===u});doc().activeElement!==u&&p&&(a.preventDefault(),u.focus())})}},72829:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useInterval:()=>useInterval}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294),y=s(17381);function useInterval(a,c){let s=(0,y.useCallbackRef)(a);(0,g.useEffect)(()=>{let a=null;return null!==c&&(a=window.setInterval(()=>s(),c)),()=>{a&&window.clearInterval(a)}},[c,s])}},57232:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useLatestRef:()=>useLatestRef}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294);function useLatestRef(a){let c=(0,g.useRef)(null);return c.current=a,c}},25089:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{assignRef:()=>assignRef,mergeRefs:()=>mergeRefs,useMergeRefs:()=>useMergeRefs}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294);function assignRef(a,c){if(null!=a){if("function"==typeof a){a(c);return}try{a.current=c}catch(s){throw Error(`Cannot assign value '${c}' to ref '${a}'`)}}}function mergeRefs(...a){return c=>{a.forEach(a=>{assignRef(a,c)})}}function useMergeRefs(...a){return(0,g.useMemo)(()=>mergeRefs(...a),a)}},68729:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useOutsideClick:()=>useOutsideClick}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294),y=s(17381);function useOutsideClick(a){let{ref:c,handler:s,enabled:d=!0}=a,u=(0,y.useCallbackRef)(s),p=(0,g.useRef)({isPointerDown:!1,ignoreEmulatedMouseEvents:!1}),h=p.current;(0,g.useEffect)(()=>{if(!d)return;let onPointerDown=a=>{isValidEvent(a,c)&&(h.isPointerDown=!0)},onMouseUp=a=>{if(h.ignoreEmulatedMouseEvents){h.ignoreEmulatedMouseEvents=!1;return}h.isPointerDown&&s&&isValidEvent(a,c)&&(h.isPointerDown=!1,u(a))},onTouchEnd=a=>{h.ignoreEmulatedMouseEvents=!0,s&&h.isPointerDown&&isValidEvent(a,c)&&(h.isPointerDown=!1,u(a))},a=getOwnerDocument(c.current);return a.addEventListener("mousedown",onPointerDown,!0),a.addEventListener("mouseup",onMouseUp,!0),a.addEventListener("touchstart",onPointerDown,!0),a.addEventListener("touchend",onTouchEnd,!0),()=>{a.removeEventListener("mousedown",onPointerDown,!0),a.removeEventListener("mouseup",onMouseUp,!0),a.removeEventListener("touchstart",onPointerDown,!0),a.removeEventListener("touchend",onTouchEnd,!0)}},[s,c,u,h,d])}function isValidEvent(a,c){var s;let d=a.target;if(d){let a=getOwnerDocument(d);if(!a.contains(d))return!1}return!(null==(s=c.current)?void 0:s.contains(d))}function getOwnerDocument(a){var c;return null!=(c=null==a?void 0:a.ownerDocument)?c:document}},95439:function(a,c,s){"use strict";var d,u,p=Object.create,h=Object.defineProperty,v=Object.getOwnPropertyDescriptor,g=Object.getOwnPropertyNames,y=Object.getPrototypeOf,m=Object.prototype.hasOwnProperty,__defNormalProp=(a,c,s)=>c in a?h(a,c,{enumerable:!0,configurable:!0,writable:!0,value:s}):a[c]=s,__copyProps=(a,c,s,d)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let u of g(c))m.call(a,u)||u===s||h(a,u,{get:()=>c[u],enumerable:!(d=v(c,u))||d.enumerable});return a},__publicField=(a,c,s)=>(__defNormalProp(a,"symbol"!=typeof c?c+"":c,s),s),k={};((a,c)=>{for(var s in c)h(a,s,{get:c[s],enumerable:!0})})(k,{usePanEvent:()=>usePanEvent}),a.exports=__copyProps(h({},"__esModule",{value:!0}),k);var M=s(12799),b=s(57232),I=s(67294),C=s(12799),x=(u=null!=(d=s(84839))?p(y(d)):{},__copyProps(d&&d.__esModule?u:h(u,"default",{value:d,enumerable:!0}),d)),R=class{constructor(a,c,s){var d;if(__publicField(this,"history",[]),__publicField(this,"startEvent",null),__publicField(this,"lastEvent",null),__publicField(this,"lastEventInfo",null),__publicField(this,"handlers",{}),__publicField(this,"removeListeners",()=>{}),__publicField(this,"threshold",3),__publicField(this,"win"),__publicField(this,"updatePoint",()=>{if(!(this.lastEvent&&this.lastEventInfo))return;let a=getPanInfo(this.lastEventInfo,this.history),c=null!==this.startEvent,s=distance(a.offset,{x:0,y:0})>=this.threshold;if(!c&&!s)return;let{timestamp:d}=(0,x.getFrameData)();this.history.push({...a.point,timestamp:d});let{onStart:u,onMove:p}=this.handlers;c||(null==u||u(this.lastEvent,a),this.startEvent=this.lastEvent),null==p||p(this.lastEvent,a)}),__publicField(this,"onPointerMove",(a,c)=>{this.lastEvent=a,this.lastEventInfo=c,x.default.update(this.updatePoint,!0)}),__publicField(this,"onPointerUp",(a,c)=>{let s=getPanInfo(c,this.history),{onEnd:d,onSessionEnd:u}=this.handlers;null==u||u(a,s),this.end(),d&&this.startEvent&&(null==d||d(a,s))}),this.win=null!=(d=a.view)?d:window,(0,C.isMultiTouchEvent)(a))return;this.handlers=c,s&&(this.threshold=s),a.stopPropagation(),a.preventDefault();let u={point:(0,C.getEventPoint)(a)},{timestamp:p}=(0,x.getFrameData)();this.history=[{...u.point,timestamp:p}];let{onSessionStart:h}=c;null==h||h(a,getPanInfo(u,this.history)),this.removeListeners=pipe((0,C.addPointerEvent)(this.win,"pointermove",this.onPointerMove),(0,C.addPointerEvent)(this.win,"pointerup",this.onPointerUp),(0,C.addPointerEvent)(this.win,"pointercancel",this.onPointerUp))}updateHandlers(a){this.handlers=a}end(){var a;null==(a=this.removeListeners)||a.call(this),x.cancelSync.update(this.updatePoint)}};function subtract(a,c){return{x:a.x-c.x,y:a.y-c.y}}function getPanInfo(a,c){return{point:a.point,delta:subtract(a.point,c[c.length-1]),offset:subtract(a.point,c[0]),velocity:getVelocity(c,.1)}}var toMilliseconds=a=>1e3*a;function getVelocity(a,c){if(a.length<2)return{x:0,y:0};let s=a.length-1,d=null,u=a[a.length-1];for(;s>=0&&(d=a[s],!(u.timestamp-d.timestamp>toMilliseconds(c)));)s--;if(!d)return{x:0,y:0};let p=(u.timestamp-d.timestamp)/1e3;if(0===p)return{x:0,y:0};let h={x:(u.x-d.x)/p,y:(u.y-d.y)/p};return h.x===1/0&&(h.x=0),h.y===1/0&&(h.y=0),h}function pipe(...a){return c=>a.reduce((a,c)=>c(a),c)}function distance1D(a,c){return Math.abs(a-c)}function isPoint(a){return"x"in a&&"y"in a}function distance(a,c){if("number"==typeof a&&"number"==typeof c)return distance1D(a,c);if(isPoint(a)&&isPoint(c)){let s=distance1D(a.x,c.x),d=distance1D(a.y,c.y);return Math.sqrt(s**2+d**2)}return 0}function usePanEvent(a,c){let{onPan:s,onPanStart:d,onPanEnd:u,onPanSessionStart:p,onPanSessionEnd:h,threshold:v}=c,g=!!(s||d||u||p||h),y=(0,I.useRef)(null),m=(0,b.useLatestRef)({onSessionStart:p,onSessionEnd:h,onStart:d,onMove:s,onEnd(a,c){y.current=null,null==u||u(a,c)}});(0,I.useEffect)(()=>{var a;null==(a=y.current)||a.updateHandlers(m.current)}),(0,I.useEffect)(()=>{let c=a.current;if(c&&g)return(0,M.addPointerEvent)(c,"pointerdown",onPointerDown);function onPointerDown(a){y.current=new R(a,m.current,v)}},[a,g,m,v]),(0,I.useEffect)(()=>()=>{var a;null==(a=y.current)||a.end(),y.current=null},[])}},28026:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{usePrevious:()=>usePrevious}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294);function usePrevious(a){let c=(0,g.useRef)();return(0,g.useEffect)(()=>{c.current=a},[a]),c.current}},79005:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useSafeLayoutEffect:()=>y}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294),y=(null==globalThis?void 0:globalThis.document)?g.useLayoutEffect:g.useEffect},5092:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useSize:()=>useSize,useSizes:()=>useSizes}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(263),y=s(67294),m=(null==globalThis?void 0:globalThis.document)?y.useLayoutEffect:y.useEffect;function trackMutation(a,c){var s,d;if(!a||!a.parentElement)return;let u=null!=(d=null==(s=a.ownerDocument)?void 0:s.defaultView)?d:window,p=new u.MutationObserver(()=>{c()});return p.observe(a.parentElement,{childList:!0}),()=>{p.disconnect()}}function useSizes({getNodes:a,observeMutation:c=!0}){let[s,d]=(0,y.useState)([]),[u,p]=(0,y.useState)(0);return m(()=>{let s=a(),u=s.map((a,c)=>(0,g.trackElementSize)(a,a=>{d(s=>[...s.slice(0,c),a,...s.slice(c+1)])}));if(c){let a=s[0];u.push(trackMutation(a,()=>{p(a=>a+1)}))}return()=>{u.forEach(a=>{null==a||a()})}},[u]),s}function isRef(a){return"object"==typeof a&&null!==a&&"current"in a}function useSize(a){let[c]=useSizes({observeMutation:!1,getNodes(){let c=isRef(a)?a.current:a;return[c]}});return c}},94028:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useTimeout:()=>useTimeout}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294),y=s(17381);function useTimeout(a,c){let s=(0,y.useCallbackRef)(a);(0,g.useEffect)(()=>{if(null==c)return;let a=null;return a=window.setTimeout(()=>{s()},c),()=>{a&&window.clearTimeout(a)}},[c,s])}},75851:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{useUpdateEffect:()=>useUpdateEffect}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(67294);function useUpdateEffect(a,c){let s=(0,g.useRef)(!1),d=(0,g.useRef)(!1);(0,g.useEffect)(()=>{let c=s.current,u=c&&d.current;if(u)return a();d.current=!0},c),(0,g.useEffect)(()=>(s.current=!0,()=>{s.current=!1}),[])}},32819:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{assignRef:()=>assignRef,createContext:()=>createContext,getValidChildren:()=>getValidChildren,mergeRefs:()=>mergeRefs}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(18171);function assignRef(a,c){if(null!=a){if((0,g.isFunction)(a)){a(c);return}try{a.current=c}catch(s){throw Error(`Cannot assign value '${c}' to ref '${a}'`)}}}function mergeRefs(...a){return c=>{a.forEach(a=>assignRef(a,c))}}var y=s(67294);function createContext(a={}){let{strict:c=!0,errorMessage:s="useContext: `context` is undefined. Seems you forgot to wrap component within the Provider",name:d}=a,u=(0,y.createContext)(void 0);function useContext(){var a;let d=(0,y.useContext)(u);if(!d&&c){let c=Error(s);throw c.name="ContextError",null==(a=Error.captureStackTrace)||a.call(Error,c,useContext),c}return d}return u.displayName=d,[u.Provider,useContext,u]}var m=s(67294);function getValidChildren(a){return m.Children.toArray(a).filter(a=>(0,m.isValidElement)(a))}},53159:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,__copyProps=(a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let g of p(c))h.call(a,g)||g===s||d(a,g,{get:()=>c[g],enumerable:!(v=u(c,g))||v.enumerable});return a},__reExport=(a,c,s)=>(__copyProps(a,c,"default"),s&&__copyProps(s,c,"default")),v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{ChakraBaseProvider:()=>b,ChakraProvider:()=>M}),a.exports=__copyProps(d({},"__esModule",{value:!0}),v),__reExport(v,s(29035),a.exports),__reExport(v,s(53061),a.exports),__reExport(v,s(85520),a.exports),__reExport(v,s(70737),a.exports),__reExport(v,s(76844),a.exports),__reExport(v,s(17129),a.exports),__reExport(v,s(90025),a.exports),__reExport(v,s(56766),a.exports),__reExport(v,s(15024),a.exports),__reExport(v,s(95113),a.exports),__reExport(v,s(88187),a.exports),__reExport(v,s(38016),a.exports),__reExport(v,s(68804),a.exports),__reExport(v,s(68229),a.exports),__reExport(v,s(76853),a.exports),__reExport(v,s(49413),a.exports),__reExport(v,s(85230),a.exports),__reExport(v,s(12797),a.exports),__reExport(v,s(64178),a.exports),__reExport(v,s(40261),a.exports),__reExport(v,s(17797),a.exports),__reExport(v,s(64048),a.exports),__reExport(v,s(77282),a.exports),__reExport(v,s(4290),a.exports),__reExport(v,s(83577),a.exports),__reExport(v,s(83819),a.exports),__reExport(v,s(50336),a.exports),__reExport(v,s(78995),a.exports),__reExport(v,s(1256),a.exports),__reExport(v,s(51427),a.exports),__reExport(v,s(30115),a.exports),__reExport(v,s(68480),a.exports),__reExport(v,s(3534),a.exports),__reExport(v,s(32536),a.exports),__reExport(v,s(67070),a.exports),__reExport(v,s(93384),a.exports),__reExport(v,s(62146),a.exports),__reExport(v,s(26096),a.exports),__reExport(v,s(90914),a.exports),__reExport(v,s(97578),a.exports),__reExport(v,s(53797),a.exports),__reExport(v,s(68489),a.exports),__reExport(v,s(65928),a.exports),__reExport(v,s(60),a.exports),__reExport(v,s(63839),a.exports),__reExport(v,s(55420),a.exports),__reExport(v,s(27954),a.exports),__reExport(v,s(9358),a.exports),__reExport(v,s(53360),a.exports);var g=s(86325),y=s(60),m=s(55420),k=s(85893),createChakraProvider=a=>function({children:c,theme:s=a,toastOptions:d,...u}){return(0,k.jsxs)(g.ChakraProvider,{theme:s,...u,children:[(0,k.jsx)(m.ToastOptionProvider,{value:null==d?void 0:d.defaultOptions,children:c}),(0,k.jsx)(m.ToastProvider,{...d})]})},M=createChakraProvider(y.theme),b=createChakraProvider(y.baseTheme)},30115:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Select:()=>R,SelectField:()=>C}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(68229),y=s(90914),m=s(42409);function split(a,c){let s={},d={};for(let[u,p]of Object.entries(a))c.includes(u)?s[u]=p:d[u]=p;return[s,d]}var k=s(67294),M=s(42409),b=s(90914),I=s(85893),C=(0,b.forwardRef)(function(a,c){let{children:s,placeholder:d,className:u,...p}=a;return(0,I.jsxs)(b.chakra.select,{...p,ref:c,className:(0,M.cx)("chakra-select",u),children:[d&&(0,I.jsx)("option",{value:"",children:d}),s]})});C.displayName="SelectField";var x=s(85893),R=(0,y.forwardRef)((a,c)=>{var s;let d=(0,y.useMultiStyleConfig)("Select",a),{rootProps:u,placeholder:p,icon:h,color:v,height:k,h:M,minH:b,minHeight:I,iconColor:R,iconSize:S,..._}=(0,y.omitThemingProps)(a),[w,P]=split(_,y.layoutPropNames),O=(0,g.useFormControl)(P),F={paddingEnd:"2rem",...d.field,_focus:{zIndex:"unset",...null==(s=d.field)?void 0:s._focus}};return(0,x.jsxs)(y.chakra.div,{className:"chakra-select__wrapper",__css:{width:"100%",height:"fit-content",position:"relative",color:v},...w,...u,children:[(0,x.jsx)(C,{ref:c,height:null!=M?M:k,minH:null!=b?b:I,placeholder:p,...O,__css:F,children:a.children}),(0,x.jsx)(SelectIcon,{"data-disabled":(0,m.dataAttr)(O.disabled),...(R||v)&&{color:R||v},__css:d.icon,...S&&{fontSize:S},children:h})]})});R.displayName="Select";var DefaultIcon=a=>(0,x.jsx)("svg",{viewBox:"0 0 24 24",...a,children:(0,x.jsx)("path",{fill:"currentColor",d:"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"})}),S=(0,y.chakra)("div",{baseStyle:{position:"absolute",display:"inline-flex",alignItems:"center",justifyContent:"center",pointerEvents:"none",top:"50%",transform:"translateY(-50%)"}}),SelectIcon=a=>{let{children:c=(0,x.jsx)(DefaultIcon,{}),...s}=a,d=(0,k.cloneElement)(c,{role:"presentation",className:"chakra-select__icon",focusable:!1,"aria-hidden":!0,style:{width:"1em",height:"1em",color:"currentColor"}});return(0,x.jsx)(S,{...s,className:"chakra-select__icon-wrapper",children:(0,k.isValidElement)(c)?d:null})};SelectIcon.displayName="SelectIcon"},42409:function(a){"use strict";var c=Object.defineProperty,s=Object.getOwnPropertyDescriptor,d=Object.getOwnPropertyNames,u=Object.prototype.hasOwnProperty,p={};((a,s)=>{for(var d in s)c(a,d,{get:s[d],enumerable:!0})})(p,{ariaAttr:()=>ariaAttr,callAll:()=>callAll,callAllHandlers:()=>callAllHandlers,cx:()=>cx,dataAttr:()=>dataAttr,isObject:()=>isObject,runIfFn:()=>runIfFn,warn:()=>warn}),a.exports=((a,p,h,v)=>{if(p&&"object"==typeof p||"function"==typeof p)for(let h of d(p))u.call(a,h)||void 0===h||c(a,h,{get:()=>p[h],enumerable:!(v=s(p,h))||v.enumerable});return a})(c({},"__esModule",{value:!0}),p);var cx=(...a)=>a.filter(Boolean).join(" ");function isDev(){return!1}function isObject(a){let c=typeof a;return null!=a&&("object"===c||"function"===c)&&!Array.isArray(a)}var warn=a=>{let{condition:c,message:s}=a;c&&isDev()&&console.warn(s)};function runIfFn(a,...c){return isFunction(a)?a(...c):a}var isFunction=a=>"function"==typeof a,dataAttr=a=>a?"":void 0,ariaAttr=a=>!!a||void 0;function callAllHandlers(...a){return function(c){a.some(a=>(null==a||a(c),null==c?void 0:c.defaultPrevented))}}function callAll(...a){return function(c){a.forEach(a=>{null==a||a(c)})}}},68480:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Skeleton:()=>S,SkeletonCircle:()=>SkeletonCircle,SkeletonText:()=>SkeletonText}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(28026),y=s(42409),m=s(90914),k=s(67294);function useIsFirstRender(){let a=(0,k.useRef)(!0);return(0,k.useEffect)(()=>{a.current=!1},[]),a.current}var M=s(85893),b=(0,m.chakra)("div",{baseStyle:{boxShadow:"none",backgroundClip:"padding-box",cursor:"default",color:"transparent",pointerEvents:"none",userSelect:"none","&::before, &::after, *":{visibility:"hidden"}}}),I=(0,m.cssVar)("skeleton-start-color"),C=(0,m.cssVar)("skeleton-end-color"),x=(0,m.keyframes)({from:{opacity:0},to:{opacity:1}}),R=(0,m.keyframes)({from:{borderColor:I.reference,background:I.reference},to:{borderColor:C.reference,background:C.reference}}),S=(0,m.forwardRef)((a,c)=>{let s={...a,fadeDuration:"number"==typeof a.fadeDuration?a.fadeDuration:.4,speed:"number"==typeof a.speed?a.speed:.8},d=(0,m.useStyleConfig)("Skeleton",s),u=useIsFirstRender(),{startColor:p="",endColor:h="",isLoaded:v,fadeDuration:k,speed:S,className:_,fitContent:w,...P}=(0,m.omitThemingProps)(s),[O,F]=(0,m.useToken)("colors",[p,h]),D=(0,g.usePrevious)(v),j=(0,y.cx)("chakra-skeleton",_),E={...O&&{[I.variable]:O},...F&&{[C.variable]:F}};if(v){let a=u||D?"none":`${x} ${k}s`;return(0,M.jsx)(m.chakra.div,{ref:c,className:j,__css:{animation:a},...P})}return(0,M.jsx)(b,{ref:c,className:j,...P,__css:{width:w?"fit-content":void 0,...d,...E,_dark:{...d._dark,...E},animation:`${S}s linear infinite alternate ${R}`}})});S.displayName="Skeleton";var _=s(40261),w=s(90914),P=s(42409),O=s(85893);function range(a){return Array(a).fill(1).map((a,c)=>c+1)}var SkeletonText=a=>{let{noOfLines:c=3,spacing:s="0.5rem",skeletonHeight:d="0.5rem",className:u,startColor:p,endColor:h,isLoaded:v,fadeDuration:g,speed:y,variant:m,size:k,colorScheme:M,children:b,...I}=a,C=(0,_.useBreakpointValue)("number"==typeof c?[c]:c)||3,x=range(C),getWidth=a=>C>1&&a===x.length?"80%":"100%",R=(0,P.cx)("chakra-skeleton__group",u);return(0,O.jsx)(w.chakra.div,{className:R,...I,children:x.map((a,c)=>{if(v&&c>0)return null;let u=v?null:{mb:a===x.length?"0":s,width:getWidth(a),height:d};return(0,O.jsx)(S,{startColor:p,endColor:h,isLoaded:v,fadeDuration:g,speed:y,variant:m,size:k,colorScheme:M,...u,children:0===c?b:void 0},x.length.toString()+a)})})};SkeletonText.displayName="SkeletonText";var F=s(85893),SkeletonCircle=({size:a="2rem",...c})=>(0,F.jsx)(S,{borderRadius:"full",boxSize:a,...c});SkeletonCircle.displayName="SkeletonCircle"},3534:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{SkipNavContent:()=>M,SkipNavLink:()=>k}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(85893),m="chakra-skip-nav";function getStyles(a){return{userSelect:"none",border:"0",height:"1px",width:"1px",margin:"-1px",padding:"0",outline:"0",overflow:"hidden",position:"absolute",clip:"rect(0 0 0 0)",...a,_focus:{clip:"auto",width:"auto",height:"auto",...a._focus}}}var k=(0,g.forwardRef)(function(a,c){let s=(0,g.useStyleConfig)("SkipLink",a),{id:d=m,...u}=(0,g.omitThemingProps)(a);return(0,y.jsx)(g.chakra.a,{...u,ref:c,href:`#${d}`,__css:getStyles(s)})});k.displayName="SkipNavLink";var M=(0,g.forwardRef)(function(a,c){let{id:s=m,...d}=a;return(0,y.jsx)(g.chakra.div,{ref:c,id:s,tabIndex:-1,style:{outline:0},...d})});M.displayName="SkipNavContent"},32536:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{RangeSlider:()=>j,RangeSliderFilledTrack:()=>B,RangeSliderMark:()=>N,RangeSliderProvider:()=>P,RangeSliderThumb:()=>E,RangeSliderTrack:()=>T,Slider:()=>ea,SliderFilledTrack:()=>eo,SliderMark:()=>el,SliderProvider:()=>Q,SliderThumb:()=>en,SliderTrack:()=>er,useRangeSlider:()=>useRangeSlider,useRangeSliderContext:()=>O,useRangeSliderStyles:()=>D,useSlider:()=>useSlider,useSliderContext:()=>J,useSliderStyles:()=>et}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(65358),y=s(90914),dataAttr=a=>a?"":void 0,ariaAttr=a=>!!a||void 0,cx=(...a)=>a.filter(Boolean).join(" ");function callAllHandlers(...a){return function(c){a.some(a=>(null==a||a(c),null==c?void 0:c.defaultPrevented))}}var m=s(67294),k=s(95439),M=s(40809),b=s(17381),I=s(75851),C=s(25089),x=s(75715),R=s(67294);function getIds(a){return{root:`slider-root-${a}`,getThumb:c=>`slider-thumb-${a}-${c}`,getInput:c=>`slider-input-${a}-${c}`,track:`slider-track-${a}`,innerTrack:`slider-filled-track-${a}`,getMarker:c=>`slider-marker-${a}-${c}`,output:`slider-output-${a}`}}function orient(a){let{orientation:c,vertical:s,horizontal:d}=a;return"vertical"===c?s:d}var S={width:0,height:0},normalize=a=>a||S;function getStyles(a){let{orientation:c,thumbPercents:s,thumbRects:d,isReversed:u}=a,p="vertical"===c?d.reduce((a,c)=>normalize(a).height>normalize(c).height?a:c,S):d.reduce((a,c)=>normalize(a).width>normalize(c).width?a:c,S),h={position:"relative",touchAction:"none",WebkitTapHighlightColor:"rgba(0,0,0,0)",userSelect:"none",outline:0,...orient({orientation:c,vertical:p?{paddingLeft:p.width/2,paddingRight:p.width/2}:{},horizontal:p?{paddingTop:p.height/2,paddingBottom:p.height/2}:{}})},v={position:"absolute",...orient({orientation:c,vertical:{left:"50%",transform:"translateX(-50%)",height:"100%"},horizontal:{top:"50%",transform:"translateY(-50%)",width:"100%"}})},g=1===s.length,y=[0,u?100-s[0]:s[0]],m=g?y:s,k=m[0];!g&&u&&(k=100-k);let M=Math.abs(m[m.length-1]-m[0]),b={...v,...orient({orientation:c,vertical:u?{height:`${M}%`,top:`${k}%`}:{height:`${M}%`,bottom:`${k}%`},horizontal:u?{width:`${M}%`,right:`${k}%`}:{width:`${M}%`,left:`${k}%`}})};return{trackStyle:v,innerTrackStyle:b,rootStyle:h,getThumbStyle:a=>{var u;let p=null!=(u=d[a])?u:S;return{position:"absolute",userSelect:"none",WebkitUserSelect:"none",MozUserSelect:"none",msUserSelect:"none",touchAction:"none",...orient({orientation:c,vertical:{bottom:`calc(${s[a]}% - ${p.height/2}px)`},horizontal:{left:`calc(${s[a]}% - ${p.width/2}px)`}})}}}}function getIsReversed(a){let{isReversed:c,direction:s,orientation:d}=a;return"ltr"===s||"vertical"===d?c:!c}var _=s(5092);function useRangeSlider(a){let{min:c=0,max:s=100,onChange:d,value:u,defaultValue:p,isReversed:h,direction:v="ltr",orientation:g="horizontal",id:y,isDisabled:m,isReadOnly:S,onChangeStart:w,onChangeEnd:P,step:O=1,getAriaValueText:F,"aria-valuetext":D,"aria-label":j,"aria-labelledby":E,name:T,focusThumbOnChange:B=!0,minStepsBetweenThumbs:N=0,...$}=a,L=(0,b.useCallbackRef)(w),W=(0,b.useCallbackRef)(P),H=(0,b.useCallbackRef)(F),V=getIsReversed({isReversed:h,direction:v,orientation:g}),[q,U]=(0,M.useControllableState)({value:u,defaultValue:null!=p?p:[25,75],onChange:d});if(!Array.isArray(q))throw TypeError(`[range-slider] You passed an invalid value for \`value\` or \`defaultValue\`, expected \`Array\` but got \`${typeof q}\``);let[G,X]=(0,R.useState)(!1),[K,Y]=(0,R.useState)(!1),[Z,Q]=(0,R.useState)(-1),J=!(m||S),ee=(0,R.useRef)(q),et=q.map(a=>(0,x.clampValue)(a,c,s)),ea=getValueBounds(et,c,s,N*O),en=(0,R.useRef)({eventSource:null,value:[],valueBounds:[]});en.current.value=et,en.current.valueBounds=ea;let er=et.map(a=>s-a+c),eo=V?er:et,el=eo.map(a=>(0,x.valueToPercent)(a,c,s)),ec="vertical"===g,ei=(0,R.useRef)(null),es=(0,R.useRef)(null),ed=(0,_.useSizes)({getNodes(){let a=es.current,c=null==a?void 0:a.querySelectorAll("[role=slider]");return c?Array.from(c):[]}}),eu=(0,R.useId)(),ep=getIds(null!=y?y:eu),eh=(0,R.useCallback)(a=>{var d,u;if(!ei.current)return;en.current.eventSource="pointer";let p=ei.current.getBoundingClientRect(),{clientX:h,clientY:v}=null!=(u=null==(d=a.touches)?void 0:d[0])?u:a,g=ec?p.bottom-v:h-p.left,y=ec?p.height:p.width,m=g/y;return V&&(m=1-m),(0,x.percentToValue)(m,c,s)},[ec,V,s,c]),ev=(s-c)/10,eg=O||(s-c)/100,ey=(0,R.useMemo)(()=>({setValueAtIndex(a,c){if(!J)return;let s=en.current.valueBounds[a];c=parseFloat((0,x.roundValueToStep)(c,s.min,eg)),c=(0,x.clampValue)(c,s.min,s.max);let d=[...en.current.value];d[a]=c,U(d)},setActiveIndex:Q,stepUp(a,c=eg){let s=en.current.value[a],d=V?s-c:s+c;ey.setValueAtIndex(a,d)},stepDown(a,c=eg){let s=en.current.value[a],d=V?s+c:s-c;ey.setValueAtIndex(a,d)},reset(){U(ee.current)}}),[eg,V,U,J]),ef=(0,R.useCallback)(a=>{let c=a.key,s={ArrowRight:()=>ey.stepUp(Z),ArrowUp:()=>ey.stepUp(Z),ArrowLeft:()=>ey.stepDown(Z),ArrowDown:()=>ey.stepDown(Z),PageUp:()=>ey.stepUp(Z,ev),PageDown:()=>ey.stepDown(Z,ev),Home:()=>{let{min:a}=ea[Z];ey.setValueAtIndex(Z,a)},End:()=>{let{max:a}=ea[Z];ey.setValueAtIndex(Z,a)}}[c];s&&(a.preventDefault(),a.stopPropagation(),s(a),en.current.eventSource="keyboard")},[ey,Z,ev,ea]),{getThumbStyle:em,rootStyle:ek,trackStyle:eM,innerTrackStyle:eb}=(0,R.useMemo)(()=>getStyles({isReversed:V,orientation:g,thumbRects:ed,thumbPercents:el}),[V,g,el,ed]),eI=(0,R.useCallback)(a=>{var c;let s=null!=a?a:Z;if(-1!==s&&B){let a=ep.getThumb(s),d=null==(c=es.current)?void 0:c.ownerDocument.getElementById(a);d&&setTimeout(()=>d.focus())}},[B,Z,ep]);(0,I.useUpdateEffect)(()=>{"keyboard"===en.current.eventSource&&(null==W||W(en.current.value))},[et,W]);let onPanSessionStart=a=>{let c=eh(a)||0,s=en.current.value.map(a=>Math.abs(a-c)),d=Math.min(...s),u=s.indexOf(d),p=s.filter(a=>a===d),h=p.length>1;h&&c>en.current.value[u]&&(u=u+p.length-1),Q(u),ey.setValueAtIndex(u,c),eI(u)},onPan=a=>{if(-1==Z)return;let c=eh(a)||0;Q(Z),ey.setValueAtIndex(Z,c),eI(Z)};(0,k.usePanEvent)(es,{onPanSessionStart(a){J&&(X(!0),onPanSessionStart(a),null==L||L(en.current.value))},onPanSessionEnd(){J&&(X(!1),null==W||W(en.current.value))},onPan(a){J&&onPan(a)}});let eC=(0,R.useCallback)((a={},c=null)=>({...a,...$,id:ep.root,ref:(0,C.mergeRefs)(c,es),tabIndex:-1,"aria-disabled":ariaAttr(m),"data-focused":dataAttr(K),style:{...a.style,...ek}}),[$,m,K,ek,ep]),ex=(0,R.useCallback)((a={},c=null)=>({...a,ref:(0,C.mergeRefs)(c,ei),id:ep.track,"data-disabled":dataAttr(m),style:{...a.style,...eM}}),[m,eM,ep]),eR=(0,R.useCallback)((a={},c=null)=>({...a,ref:c,id:ep.innerTrack,style:{...a.style,...eb}}),[eb,ep]),eS=(0,R.useCallback)((a,c=null)=>{var s;let{index:d,...u}=a,p=et[d];if(null==p)throw TypeError(`[range-slider > thumb] Cannot find value at index \`${d}\`. The \`value\` or \`defaultValue\` length is : ${et.length}`);let h=ea[d];return{...u,ref:c,role:"slider",tabIndex:J?0:void 0,id:ep.getThumb(d),"data-active":dataAttr(G&&Z===d),"aria-valuetext":null!=(s=null==H?void 0:H(p))?s:null==D?void 0:D[d],"aria-valuemin":h.min,"aria-valuemax":h.max,"aria-valuenow":p,"aria-orientation":g,"aria-disabled":ariaAttr(m),"aria-readonly":ariaAttr(S),"aria-label":null==j?void 0:j[d],"aria-labelledby":(null==j?void 0:j[d])?void 0:null==E?void 0:E[d],style:{...a.style,...em(d)},onKeyDown:callAllHandlers(a.onKeyDown,ef),onFocus:callAllHandlers(a.onFocus,()=>{Y(!0),Q(d)}),onBlur:callAllHandlers(a.onBlur,()=>{Y(!1),Q(-1)})}},[ep,et,ea,J,G,Z,H,D,g,m,S,j,E,em,ef,Y]),e_=(0,R.useCallback)((a={},c=null)=>({...a,ref:c,id:ep.output,htmlFor:et.map((a,c)=>ep.getThumb(c)).join(" "),"aria-live":"off"}),[ep,et]),ew=(0,R.useCallback)((a,d=null)=>{let{value:u,...p}=a,h=!(us),v=u>=et[0]&&u<=et[et.length-1],y=(0,x.valueToPercent)(u,c,s);y=V?100-y:y;let k={position:"absolute",pointerEvents:"none",...orient({orientation:g,vertical:{bottom:`${y}%`},horizontal:{left:`${y}%`}})};return{...p,ref:d,id:ep.getMarker(a.value),role:"presentation","aria-hidden":!0,"data-disabled":dataAttr(m),"data-invalid":dataAttr(!h),"data-highlighted":dataAttr(v),style:{...a.style,...k}}},[m,V,s,c,g,et,ep]),eP=(0,R.useCallback)((a,c=null)=>{let{index:s,...d}=a;return{...d,ref:c,id:ep.getInput(s),type:"hidden",value:et[s],name:Array.isArray(T)?T[s]:`${T}-${s}`}},[T,et,ep]);return{state:{value:et,isFocused:K,isDragging:G,getThumbPercent:a=>el[a],getThumbMinValue:a=>ea[a].min,getThumbMaxValue:a=>ea[a].max},actions:ey,getRootProps:eC,getTrackProps:ex,getInnerTrackProps:eR,getThumbProps:eS,getMarkerProps:ew,getInputProps:eP,getOutputProps:e_}}function getValueBounds(a,c,s,d){return a.map((u,p)=>{let h=0===p?c:a[p-1]+d,v=p===a.length-1?s:a[p+1]-d;return{min:h,max:v}})}var w=s(85893),[P,O]=(0,g.createContext)({name:"SliderContext",errorMessage:"useSliderContext: `context` is undefined. Seems you forgot to wrap all slider components within "}),[F,D]=(0,g.createContext)({name:"RangeSliderStylesContext",errorMessage:"useRangeSliderStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),j=(0,y.forwardRef)(function(a,c){let s={orientation:"horizontal",...a},d=(0,y.useMultiStyleConfig)("Slider",s),u=(0,y.omitThemingProps)(s),{direction:p}=(0,y.useTheme)();u.direction=p;let{getRootProps:h,...v}=useRangeSlider(u),g=(0,m.useMemo)(()=>({...v,name:s.name}),[v,s.name]);return(0,w.jsx)(P,{value:g,children:(0,w.jsx)(F,{value:d,children:(0,w.jsx)(y.chakra.div,{...h({},c),className:"chakra-slider",__css:d.container,children:s.children})})})});j.displayName="RangeSlider";var E=(0,y.forwardRef)(function(a,c){let{getThumbProps:s,getInputProps:d,name:u}=O(),p=D(),h=s(a,c);return(0,w.jsxs)(y.chakra.div,{...h,className:cx("chakra-slider__thumb",a.className),__css:p.thumb,children:[h.children,u&&(0,w.jsx)("input",{...d({index:a.index})})]})});E.displayName="RangeSliderThumb";var T=(0,y.forwardRef)(function(a,c){let{getTrackProps:s}=O(),d=D(),u=s(a,c);return(0,w.jsx)(y.chakra.div,{...u,className:cx("chakra-slider__track",a.className),__css:d.track,"data-testid":"chakra-range-slider-track"})});T.displayName="RangeSliderTrack";var B=(0,y.forwardRef)(function(a,c){let{getInnerTrackProps:s}=O(),d=D(),u=s(a,c);return(0,w.jsx)(y.chakra.div,{...u,className:"chakra-slider__filled-track",__css:d.filledTrack})});B.displayName="RangeSliderFilledTrack";var N=(0,y.forwardRef)(function(a,c){let{getMarkerProps:s}=O(),d=D(),u=s(a,c);return(0,w.jsx)(y.chakra.div,{...u,className:cx("chakra-slider__marker",a.className),__css:d.mark})});N.displayName="RangeSliderMark";var $=s(65358),L=s(90914),W=s(95439),H=s(17381),V=s(75851),q=s(40809),U=s(5092),G=s(25089),X=s(57232),K=s(75715),Y=s(67294);function useSlider(a){var c;let{min:s=0,max:d=100,onChange:u,value:p,defaultValue:h,isReversed:v,direction:g="ltr",orientation:y="horizontal",id:m,isDisabled:k,isReadOnly:M,onChangeStart:b,onChangeEnd:I,step:C=1,getAriaValueText:x,"aria-valuetext":R,"aria-label":S,"aria-labelledby":_,name:w,focusThumbOnChange:P=!0,...O}=a,F=(0,H.useCallbackRef)(b),D=(0,H.useCallbackRef)(I),j=(0,H.useCallbackRef)(x),E=getIsReversed({isReversed:v,direction:g,orientation:y}),[T,B]=(0,q.useControllableState)({value:p,defaultValue:null!=h?h:getDefaultValue(s,d),onChange:u}),[N,$]=(0,Y.useState)(!1),[L,Z]=(0,Y.useState)(!1),Q=!(k||M),J=(d-s)/10,ee=C||(d-s)/100,et=(0,K.clampValue)(T,s,d),ea=d-et+s,en=E?ea:et,er=(0,K.valueToPercent)(en,s,d),eo="vertical"===y,el=(0,X.useLatestRef)({min:s,max:d,step:C,isDisabled:k,value:et,isInteractive:Q,isReversed:E,isVertical:eo,eventSource:null,focusThumbOnChange:P,orientation:y}),ec=(0,Y.useRef)(null),ei=(0,Y.useRef)(null),es=(0,Y.useRef)(null),ed=(0,Y.useId)(),eu=null!=m?m:ed,[ep,eh]=[`slider-thumb-${eu}`,`slider-track-${eu}`],ev=(0,Y.useCallback)(a=>{var c,s;if(!ec.current)return;let d=el.current;d.eventSource="pointer";let u=ec.current.getBoundingClientRect(),{clientX:p,clientY:h}=null!=(s=null==(c=a.touches)?void 0:c[0])?s:a,v=eo?u.bottom-h:p-u.left,g=eo?u.height:u.width,y=v/g;E&&(y=1-y);let m=(0,K.percentToValue)(y,d.min,d.max);return d.step&&(m=parseFloat((0,K.roundValueToStep)(m,d.min,d.step))),m=(0,K.clampValue)(m,d.min,d.max)},[eo,E,el]),eg=(0,Y.useCallback)(a=>{let c=el.current;c.isInteractive&&(a=parseFloat((0,K.roundValueToStep)(a,c.min,ee)),B(a=(0,K.clampValue)(a,c.min,c.max)))},[ee,B,el]),ey=(0,Y.useMemo)(()=>({stepUp(a=ee){let c=E?et-a:et+a;eg(c)},stepDown(a=ee){let c=E?et+a:et-a;eg(c)},reset(){eg(h||0)},stepTo(a){eg(a)}}),[eg,E,et,ee,h]),ef=(0,Y.useCallback)(a=>{let c=el.current,s={ArrowRight:()=>ey.stepUp(),ArrowUp:()=>ey.stepUp(),ArrowLeft:()=>ey.stepDown(),ArrowDown:()=>ey.stepDown(),PageUp:()=>ey.stepUp(J),PageDown:()=>ey.stepDown(J),Home:()=>eg(c.min),End:()=>eg(c.max)}[a.key];s&&(a.preventDefault(),a.stopPropagation(),s(a),c.eventSource="keyboard")},[ey,eg,J,el]),em=null!=(c=null==j?void 0:j(et))?c:R,ek=(0,U.useSize)(ei),{getThumbStyle:eM,rootStyle:eb,trackStyle:eI,innerTrackStyle:eC}=(0,Y.useMemo)(()=>{let a=el.current,c=null!=ek?ek:{width:0,height:0};return getStyles({isReversed:E,orientation:a.orientation,thumbRects:[c],thumbPercents:[er]})},[E,ek,er,el]),ex=(0,Y.useCallback)(()=>{let a=el.current;a.focusThumbOnChange&&setTimeout(()=>{var a;return null==(a=ei.current)?void 0:a.focus()})},[el]);function setValueFromPointer(a){let c=ev(a);null!=c&&c!==el.current.value&&B(c)}(0,V.useUpdateEffect)(()=>{let a=el.current;ex(),"keyboard"===a.eventSource&&(null==D||D(a.value))},[et,D]),(0,W.usePanEvent)(es,{onPanSessionStart(a){let c=el.current;c.isInteractive&&($(!0),ex(),setValueFromPointer(a),null==F||F(c.value))},onPanSessionEnd(){let a=el.current;a.isInteractive&&($(!1),null==D||D(a.value))},onPan(a){let c=el.current;c.isInteractive&&setValueFromPointer(a)}});let eR=(0,Y.useCallback)((a={},c=null)=>({...a,...O,ref:(0,G.mergeRefs)(c,es),tabIndex:-1,"aria-disabled":ariaAttr(k),"data-focused":dataAttr(L),style:{...a.style,...eb}}),[O,k,L,eb]),eS=(0,Y.useCallback)((a={},c=null)=>({...a,ref:(0,G.mergeRefs)(c,ec),id:eh,"data-disabled":dataAttr(k),style:{...a.style,...eI}}),[k,eh,eI]),e_=(0,Y.useCallback)((a={},c=null)=>({...a,ref:c,style:{...a.style,...eC}}),[eC]),ew=(0,Y.useCallback)((a={},c=null)=>({...a,ref:(0,G.mergeRefs)(c,ei),role:"slider",tabIndex:Q?0:void 0,id:ep,"data-active":dataAttr(N),"aria-valuetext":em,"aria-valuemin":s,"aria-valuemax":d,"aria-valuenow":et,"aria-orientation":y,"aria-disabled":ariaAttr(k),"aria-readonly":ariaAttr(M),"aria-label":S,"aria-labelledby":S?void 0:_,style:{...a.style,...eM(0)},onKeyDown:callAllHandlers(a.onKeyDown,ef),onFocus:callAllHandlers(a.onFocus,()=>Z(!0)),onBlur:callAllHandlers(a.onBlur,()=>Z(!1))}),[Q,ep,N,em,s,d,et,y,k,M,S,_,eM,ef]),eP=(0,Y.useCallback)((a,c=null)=>{let u=!(a.valued),p=et>=a.value,h=(0,K.valueToPercent)(a.value,s,d),v={position:"absolute",pointerEvents:"none",...orient2({orientation:y,vertical:{bottom:E?`${100-h}%`:`${h}%`},horizontal:{left:E?`${100-h}%`:`${h}%`}})};return{...a,ref:c,role:"presentation","aria-hidden":!0,"data-disabled":dataAttr(k),"data-invalid":dataAttr(!u),"data-highlighted":dataAttr(p),style:{...a.style,...v}}},[k,E,d,s,y,et]),eO=(0,Y.useCallback)((a={},c=null)=>({...a,ref:c,type:"hidden",value:et,name:w}),[w,et]);return{state:{value:et,isFocused:L,isDragging:N},actions:ey,getRootProps:eR,getTrackProps:eS,getInnerTrackProps:e_,getThumbProps:ew,getMarkerProps:eP,getInputProps:eO}}function orient2(a){let{orientation:c,vertical:s,horizontal:d}=a;return"vertical"===c?s:d}function getDefaultValue(a,c){return c"}),[ee,et]=(0,$.createContext)({name:"SliderStylesContext",hookName:"useSliderStyles",providerName:""}),ea=(0,L.forwardRef)((a,c)=>{var s;let d={...a,orientation:null!=(s=null==a?void 0:a.orientation)?s:"horizontal"},u=(0,L.useMultiStyleConfig)("Slider",d),p=(0,L.omitThemingProps)(d),{direction:h}=(0,L.useTheme)();p.direction=h;let{getInputProps:v,getRootProps:g,...y}=useSlider(p),m=g(),k=v({},c);return(0,Z.jsx)(Q,{value:y,children:(0,Z.jsx)(ee,{value:u,children:(0,Z.jsxs)(L.chakra.div,{...m,className:cx("chakra-slider",d.className),__css:u.container,children:[d.children,(0,Z.jsx)("input",{...k})]})})})});ea.displayName="Slider";var en=(0,L.forwardRef)((a,c)=>{let{getThumbProps:s}=J(),d=et(),u=s(a,c);return(0,Z.jsx)(L.chakra.div,{...u,className:cx("chakra-slider__thumb",a.className),__css:d.thumb})});en.displayName="SliderThumb";var er=(0,L.forwardRef)((a,c)=>{let{getTrackProps:s}=J(),d=et(),u=s(a,c);return(0,Z.jsx)(L.chakra.div,{...u,className:cx("chakra-slider__track",a.className),__css:d.track})});er.displayName="SliderTrack";var eo=(0,L.forwardRef)((a,c)=>{let{getInnerTrackProps:s}=J(),d=et(),u=s(a,c);return(0,Z.jsx)(L.chakra.div,{...u,className:cx("chakra-slider__filled-track",a.className),__css:d.filledTrack})});eo.displayName="SliderFilledTrack";var el=(0,L.forwardRef)((a,c)=>{let{getMarkerProps:s}=J(),d=et(),u=s(a,c);return(0,Z.jsx)(L.chakra.div,{...u,className:cx("chakra-slider__marker",a.className),__css:d.mark})});el.displayName="SliderMark"},67070:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Spinner:()=>M}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(42409),m=s(85893),k=(0,g.keyframes)({"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(360deg)"}}),M=(0,g.forwardRef)((a,c)=>{let s=(0,g.useStyleConfig)("Spinner",a),{label:d="Loading...",thickness:u="2px",speed:p="0.45s",emptyColor:h="transparent",className:v,...M}=(0,g.omitThemingProps)(a),b=(0,y.cx)("chakra-spinner",v),I={display:"inline-block",borderColor:"currentColor",borderStyle:"solid",borderRadius:"99999px",borderWidth:u,borderBottomColor:h,borderLeftColor:h,animation:`${k} ${p} linear infinite`,...s};return(0,m.jsx)(g.chakra.div,{ref:c,__css:I,className:b,...M,children:d&&(0,m.jsx)(g.chakra.span,{srOnly:!0,children:d})})});M.displayName="Spinner"},93384:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Stat:()=>I,StatArrow:()=>StatArrow,StatDownArrow:()=>StatDownArrow,StatGroup:()=>P,StatHelpText:()=>j,StatLabel:()=>N,StatNumber:()=>H,StatUpArrow:()=>StatUpArrow,useStatStyles:()=>b}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(65358),y=s(90914),m=s(42409),k=s(85893),[M,b]=(0,g.createContext)({name:"StatStylesContext",errorMessage:"useStatStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),I=(0,y.forwardRef)(function(a,c){let s=(0,y.useMultiStyleConfig)("Stat",a),d={position:"relative",flex:"1 1 0%",...s.container},{className:u,children:p,...h}=(0,y.omitThemingProps)(a);return(0,k.jsx)(M,{value:s,children:(0,k.jsx)(y.chakra.div,{ref:c,...h,className:(0,m.cx)("chakra-stat",u),__css:d,children:(0,k.jsx)("dl",{children:p})})})});I.displayName="Stat";var C=s(49413),x=s(90914),R=s(85893),StatDownArrow=a=>(0,R.jsx)(C.Icon,{color:"red.400",...a,children:(0,R.jsx)("path",{fill:"currentColor",d:"M21,5H3C2.621,5,2.275,5.214,2.105,5.553C1.937,5.892,1.973,6.297,2.2,6.6l9,12 c0.188,0.252,0.485,0.4,0.8,0.4s0.611-0.148,0.8-0.4l9-12c0.228-0.303,0.264-0.708,0.095-1.047C21.725,5.214,21.379,5,21,5z"})});function StatUpArrow(a){return(0,R.jsx)(C.Icon,{color:"green.400",...a,children:(0,R.jsx)("path",{fill:"currentColor",d:"M12.8,5.4c-0.377-0.504-1.223-0.504-1.6,0l-9,12c-0.228,0.303-0.264,0.708-0.095,1.047 C2.275,18.786,2.621,19,3,19h18c0.379,0,0.725-0.214,0.895-0.553c0.169-0.339,0.133-0.744-0.095-1.047L12.8,5.4z"})})}function StatArrow(a){let{type:c,"aria-label":s,...d}=a,u=b(),p="increase"===c?StatUpArrow:StatDownArrow;return(0,R.jsxs)(R.Fragment,{children:[(0,R.jsx)(x.chakra.span,{srOnly:!0,children:s||("increase"===c?"increased by":"decreased by")}),(0,R.jsx)(p,{"aria-hidden":!0,...d,__css:u.icon})]})}StatDownArrow.displayName="StatDownArrow",StatUpArrow.displayName="StatUpArrow",StatArrow.displayName="StatArrow";var S=s(42409),_=s(90914),w=s(85893),P=(0,_.forwardRef)(function(a,c){return(0,w.jsx)(_.chakra.div,{...a,ref:c,role:"group",className:(0,S.cx)("chakra-stat__group",a.className),__css:{display:"flex",flexWrap:"wrap",justifyContent:"space-around",alignItems:"flex-start"}})});P.displayName="StatGroup";var O=s(42409),F=s(90914),D=s(85893),j=(0,F.forwardRef)(function(a,c){let s=b();return(0,D.jsx)(F.chakra.dd,{ref:c,...a,className:(0,O.cx)("chakra-stat__help-text",a.className),__css:s.helpText})});j.displayName="StatHelpText";var E=s(42409),T=s(90914),B=s(85893),N=(0,T.forwardRef)(function(a,c){let s=b();return(0,B.jsx)(T.chakra.dt,{ref:c,...a,className:(0,E.cx)("chakra-stat__label",a.className),__css:s.label})});N.displayName="StatLabel";var $=s(42409),L=s(90914),W=s(85893),H=(0,L.forwardRef)(function(a,c){let s=b();return(0,W.jsx)(L.chakra.dd,{ref:c,...a,className:(0,$.cx)("chakra-stat__number",a.className),__css:{...s.number,fontFeatureSettings:"pnum",fontVariantNumeric:"proportional-nums"}})});H.displayName="StatNumber"},62146:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Step:()=>R,StepDescription:()=>P,StepIcon:()=>StepIcon,StepIndicator:()=>StepIndicator,StepIndicatorContent:()=>StepIndicatorContent,StepNumber:()=>L,StepSeparator:()=>X,StepStatus:()=>StepStatus,StepTitle:()=>Q,Stepper:()=>en,useStepContext:()=>b,useStepperStyles:()=>C,useSteps:()=>useSteps}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(42409),y=s(90914),m=s(65358),k=s(90914),[M,b]=(0,m.createContext)({name:"StepContext"}),[I,C]=(0,k.createStylesContext)("Stepper"),x=s(85893),R=(0,y.forwardRef)(function(a,c){let{orientation:s,status:d,showLastSeparator:u}=b(),p=C();return(0,x.jsx)(y.chakra.div,{ref:c,"data-status":d,"data-orientation":s,"data-stretch":(0,g.dataAttr)(u),__css:p.step,...a,className:(0,g.cx)("chakra-step",a.className)})}),S=s(42409),_=s(90914),w=s(85893),P=(0,_.forwardRef)(function(a,c){let{status:s}=b(),d=C();return(0,w.jsx)(_.chakra.p,{ref:c,"data-status":s,...a,className:(0,S.cx)("chakra-step__description",a.className),__css:d.description})}),O=s(49413),F=s(42409),D=s(85893);function CheckIcon(a){return(0,D.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 20 20","aria-hidden":"true",height:"1em",width:"1em",...a,children:(0,D.jsx)("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})})}var j=s(85893);function StepIcon(a){let{status:c}=b(),s=C();return(0,j.jsx)(O.Icon,{as:"complete"===c?CheckIcon:void 0,__css:s.icon,...a,className:(0,F.cx)("chakra-step__icon",a.className)})}var E=s(42409),T=s(90914),B=s(42409),N=s(90914),$=s(85893),L=(0,N.forwardRef)(function(a,c){let{children:s,...d}=a,{status:u,index:p}=b(),h=C();return(0,$.jsx)(N.chakra.div,{ref:c,"data-status":u,__css:h.number,...d,className:(0,B.cx)("chakra-step__number",a.className),children:s||p+1})}),W=s(42409),H=s(85893);function StepStatus(a){let{complete:c,incomplete:s,active:d}=a,u=b(),p=null;switch(u.status){case"complete":p=(0,W.runIfFn)(c,u);break;case"incomplete":p=(0,W.runIfFn)(s,u);break;case"active":p=(0,W.runIfFn)(d,u)}return p?(0,H.jsx)(H.Fragment,{children:p}):null}var V=s(85893);function StepIndicator(a){let{status:c}=b(),s=C();return(0,V.jsx)(T.chakra.div,{"data-status":c,...a,__css:s.indicator,className:(0,E.cx)("chakra-step__indicator",a.className)})}function StepIndicatorContent(){return(0,V.jsx)(StepStatus,{complete:(0,V.jsx)(StepIcon,{}),incomplete:(0,V.jsx)(L,{}),active:(0,V.jsx)(L,{})})}var q=s(42409),U=s(90914),G=s(85893),X=(0,U.forwardRef)(function(a,c){let{orientation:s,status:d,isLast:u,showLastSeparator:p}=b(),h=C();return u&&!p?null:(0,G.jsx)(U.chakra.div,{ref:c,role:"separator","data-orientation":s,"data-status":d,__css:h.separator,...a,className:(0,q.cx)("chakra-step__separator",a.className)})}),K=s(42409),Y=s(90914),Z=s(85893),Q=(0,Y.forwardRef)(function(a,c){let{status:s}=b(),d=C();return(0,Z.jsx)(Y.chakra.h3,{ref:c,"data-status":s,...a,__css:d.title,className:(0,K.cx)("chakra-step__title",a.className)})}),J=s(42409),ee=s(90914),et=s(67294),ea=s(85893),en=(0,ee.forwardRef)(function(a,c){let s=(0,ee.useMultiStyleConfig)("Stepper",a),{children:d,index:u,orientation:p="horizontal",showLastSeparator:h=!1,...v}=(0,ee.omitThemingProps)(a),g=et.Children.toArray(d),y=g.length;function getStatus(a){return au?"incomplete":"active"}return(0,ea.jsx)(ee.chakra.div,{ref:c,"aria-label":"Progress","data-orientation":p,...v,__css:s.stepper,className:(0,J.cx)("chakra-stepper",a.className),children:(0,ea.jsx)(I,{value:s,children:g.map((a,c)=>(0,ea.jsx)(M,{value:{index:c,status:getStatus(c),orientation:p,showLastSeparator:h,count:y,isFirst:0===c,isLast:c===y-1},children:a},c))})})}),er=s(67294);function useSteps(a={}){let{index:c=0,count:s}=a,[d,u]=(0,er.useState)(c),p="number"==typeof s?s-1:0;return{activeStep:d,setActiveStep:u,activeStepPercent:d/p,isActiveStep:a=>a===d,isCompleteStep:a=>aa>d,getStatus:a=>ad?"incomplete":"active",goToNext(){u(a=>"number"==typeof s?Math.min(s,a+1):a+1)},goToPrevious(){u(a=>Math.max(0,a-1))}}}},77504:function(a,c,s){"use strict";var d=Object.create,u=Object.defineProperty,p=Object.getOwnPropertyDescriptor,h=Object.getOwnPropertyNames,v=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty,__copyProps=(a,c,s,d)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let v of h(c))g.call(a,v)||v===s||u(a,v,{get:()=>c[v],enumerable:!(d=p(c,v))||d.enumerable});return a},__toESM=(a,c,s)=>(s=null!=a?d(v(a)):{},__copyProps(!c&&a&&a.__esModule?s:u(s,"default",{value:a,enumerable:!0}),a)),y={};((a,c)=>{for(var s in c)u(a,s,{get:c[s],enumerable:!0})})(y,{addPrefix:()=>addPrefix,background:()=>w,border:()=>P,calc:()=>J,color:()=>O,createMultiStyleConfigHelpers:()=>createMultiStyleConfigHelpers,css:()=>css,cssVar:()=>cssVar,defineCssVars:()=>defineCssVars,defineStyle:()=>defineStyle,defineStyleConfig:()=>defineStyleConfig,effect:()=>F,filter:()=>D,flattenTokens:()=>flattenTokens,flexbox:()=>j,getCSSVar:()=>getCSSVar,getCss:()=>getCss,grid:()=>E,interactivity:()=>T,isStyleProp:()=>isStyleProp,layout:()=>B,layoutPropNames:()=>ed,list:()=>N,omitThemingProps:()=>omitThemingProps,others:()=>H,position:()=>V,propNames:()=>eu,pseudoPropNames:()=>er,pseudoSelectors:()=>en,resolveStyleConfig:()=>resolveStyleConfig,ring:()=>q,scroll:()=>Z,space:()=>U,systemProps:()=>es,textDecoration:()=>G,toCSSVar:()=>toCSSVar,toVarDefinition:()=>toVarDefinition,toVarReference:()=>toVarReference,tokenToCSSVar:()=>tokenToCSSVar,transform:()=>X,transition:()=>K,typography:()=>Y}),a.exports=__copyProps(u({},"__esModule",{value:!0}),y);var m=s(42409),isImportant=a=>/!(important)?$/.test(a),withoutImportant=a=>"string"==typeof a?a.replace(/!(important)?$/,"").trim():a,tokenToCSSVar=(a,c)=>s=>{let d=String(c),u=isImportant(d),p=withoutImportant(d),h=a?`${a}.${p}`:p,v=(0,m.isObject)(s.__cssMap)&&h in s.__cssMap?s.__cssMap[h].varRef:c;return v=withoutImportant(v),u?`${v} !important`:v};function createTransform(a){let{scale:c,transform:s,compose:d}=a;return(a,u)=>{var p;let h=tokenToCSSVar(c,a)(u),v=null!=(p=null==s?void 0:s(h,u))?p:h;return d&&(v=d(v,u)),v}}var pipe=(...a)=>c=>a.reduce((a,c)=>c(a),c);function toConfig(a,c){return s=>{let d={property:s,scale:a};return d.transform=createTransform({scale:a,transform:c}),d}}var getRtl=({rtl:a,ltr:c})=>s=>"rtl"===s.direction?a:c;function logical(a){let{property:c,scale:s,transform:d}=a;return{scale:s,property:getRtl(c),transform:s?createTransform({scale:s,compose:d}):d}}var k=["rotate(var(--chakra-rotate, 0))","scaleX(var(--chakra-scale-x, 1))","scaleY(var(--chakra-scale-y, 1))","skewX(var(--chakra-skew-x, 0))","skewY(var(--chakra-skew-y, 0))"];function getTransformTemplate(){return["translateX(var(--chakra-translate-x, 0))","translateY(var(--chakra-translate-y, 0))",...k].join(" ")}function getTransformGpuTemplate(){return["translate3d(var(--chakra-translate-x, 0), var(--chakra-translate-y, 0), 0)",...k].join(" ")}var M={"--chakra-blur":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-brightness":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-contrast":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-grayscale":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-hue-rotate":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-invert":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-saturate":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-sepia":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-drop-shadow":"var(--chakra-empty,/*!*/ /*!*/)",filter:"var(--chakra-blur) var(--chakra-brightness) var(--chakra-contrast) var(--chakra-grayscale) var(--chakra-hue-rotate) var(--chakra-invert) var(--chakra-saturate) var(--chakra-sepia) var(--chakra-drop-shadow)"},b={backdropFilter:"var(--chakra-backdrop-blur) var(--chakra-backdrop-brightness) var(--chakra-backdrop-contrast) var(--chakra-backdrop-grayscale) var(--chakra-backdrop-hue-rotate) var(--chakra-backdrop-invert) var(--chakra-backdrop-opacity) var(--chakra-backdrop-saturate) var(--chakra-backdrop-sepia)","--chakra-backdrop-blur":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-brightness":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-contrast":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-grayscale":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-hue-rotate":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-invert":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-opacity":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-saturate":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-sepia":"var(--chakra-empty,/*!*/ /*!*/)"};function getRingTemplate(a){return{"--chakra-ring-offset-shadow":"var(--chakra-ring-inset) 0 0 0 var(--chakra-ring-offset-width) var(--chakra-ring-offset-color)","--chakra-ring-shadow":"var(--chakra-ring-inset) 0 0 0 calc(var(--chakra-ring-width) + var(--chakra-ring-offset-width)) var(--chakra-ring-color)","--chakra-ring-width":a,boxShadow:"var(--chakra-ring-offset-shadow), var(--chakra-ring-shadow), var(--chakra-shadow, 0 0 #0000)"}}var I={"row-reverse":{space:"--chakra-space-x-reverse",divide:"--chakra-divide-x-reverse"},"column-reverse":{space:"--chakra-space-y-reverse",divide:"--chakra-divide-y-reverse"}},C={"to-t":"to top","to-tr":"to top right","to-r":"to right","to-br":"to bottom right","to-b":"to bottom","to-bl":"to bottom left","to-l":"to left","to-tl":"to top left"},x=new Set(Object.values(C)),R=new Set(["none","-moz-initial","inherit","initial","revert","unset"]),trimSpace=a=>a.trim();function parseGradient(a,c){if(null==a||R.has(a))return a;let s=isCSSFunction(a)||R.has(a);if(!s)return`url('${a}')`;let d=/(^[a-z-A-Z]+)\((.*)\)/g.exec(a),u=null==d?void 0:d[1],p=null==d?void 0:d[2];if(!u||!p)return a;let h=u.includes("-gradient")?u:`${u}-gradient`,[v,...g]=p.split(",").map(trimSpace).filter(Boolean);if((null==g?void 0:g.length)===0)return a;let y=v in C?C[v]:v;g.unshift(y);let m=g.map(a=>{if(x.has(a))return a;let s=a.indexOf(" "),[d,u]=-1!==s?[a.substr(0,s),a.substr(s+1)]:[a],p=isCSSFunction(u)?u:u&&u.split(" "),h=`colors.${d}`,v=h in c.__cssMap?c.__cssMap[h].varRef:d;return p?[v,...Array.isArray(p)?p:[p]].join(" "):v});return`${h}(${m.join(", ")})`}var isCSSFunction=a=>"string"==typeof a&&a.includes("(")&&a.includes(")");function isCssVar(a){return/^var\(--.+\)$/.test(a)}var analyzeCSSValue=a=>{let c=parseFloat(a.toString()),s=a.toString().replace(String(c),"");return{unitless:!s,value:c,unit:s}},wrap=a=>c=>`${a}(${c})`,S={filter:a=>"auto"!==a?a:M,backdropFilter:a=>"auto"!==a?a:b,ring:a=>getRingTemplate(S.px(a)),bgClip:a=>"text"===a?{color:"transparent",backgroundClip:"text"}:{backgroundClip:a},transform:a=>"auto"===a?getTransformTemplate():"auto-gpu"===a?getTransformGpuTemplate():a,vh:a=>"$100vh"===a?"var(--chakra-vh)":a,px(a){if(null==a)return a;let{unitless:c}=analyzeCSSValue(a);return c||"number"==typeof a?`${a}px`:a},fraction:a=>"number"!=typeof a||a>1?a:`${100*a}%`,float:(a,c)=>"rtl"===c.direction?({left:"right",right:"left"})[a]:a,degree(a){if(isCssVar(a)||null==a)return a;let c="string"==typeof a&&!a.endsWith("deg");return"number"==typeof a||c?`${a}deg`:a},gradient:(a,c)=>parseGradient(a,null!=c?c:{}),blur:wrap("blur"),opacity:wrap("opacity"),brightness:wrap("brightness"),contrast:wrap("contrast"),dropShadow:wrap("drop-shadow"),grayscale:wrap("grayscale"),hueRotate:wrap("hue-rotate"),invert:wrap("invert"),saturate:wrap("saturate"),sepia:wrap("sepia"),bgImage(a){if(null==a)return a;let c=isCSSFunction(a)||R.has(a);return c?a:`url(${a})`},outline(a){let c="0"===String(a)||"none"===String(a);return null!==a&&c?{outline:"2px solid transparent",outlineOffset:"2px"}:{outline:a}},flexDirection(a){var c;let{space:s,divide:d}=null!=(c=I[a])?c:{},u={flexDirection:a};return s&&(u[s]=1),d&&(u[d]=1),u}},_={borderWidths:toConfig("borderWidths"),borderStyles:toConfig("borderStyles"),colors:toConfig("colors"),borders:toConfig("borders"),gradients:toConfig("gradients",S.gradient),radii:toConfig("radii",S.px),space:toConfig("space",pipe(S.vh,S.px)),spaceT:toConfig("space",pipe(S.vh,S.px)),degreeT:a=>({property:a,transform:S.degree}),prop:(a,c,s)=>({property:a,scale:c,...c&&{transform:createTransform({scale:c,transform:s})}}),propT:(a,c)=>({property:a,transform:c}),sizes:toConfig("sizes",pipe(S.vh,S.px)),sizesT:toConfig("sizes",pipe(S.vh,S.fraction)),shadows:toConfig("shadows"),logical,blur:toConfig("blur",S.blur)},w={background:_.colors("background"),backgroundColor:_.colors("backgroundColor"),backgroundImage:_.gradients("backgroundImage"),backgroundSize:!0,backgroundPosition:!0,backgroundRepeat:!0,backgroundAttachment:!0,backgroundClip:{transform:S.bgClip},bgSize:_.prop("backgroundSize"),bgPosition:_.prop("backgroundPosition"),bg:_.colors("background"),bgColor:_.colors("backgroundColor"),bgPos:_.prop("backgroundPosition"),bgRepeat:_.prop("backgroundRepeat"),bgAttachment:_.prop("backgroundAttachment"),bgGradient:_.gradients("backgroundImage"),bgClip:{transform:S.bgClip}};Object.assign(w,{bgImage:w.backgroundImage,bgImg:w.backgroundImage});var P={border:_.borders("border"),borderWidth:_.borderWidths("borderWidth"),borderStyle:_.borderStyles("borderStyle"),borderColor:_.colors("borderColor"),borderRadius:_.radii("borderRadius"),borderTop:_.borders("borderTop"),borderBlockStart:_.borders("borderBlockStart"),borderTopLeftRadius:_.radii("borderTopLeftRadius"),borderStartStartRadius:_.logical({scale:"radii",property:{ltr:"borderTopLeftRadius",rtl:"borderTopRightRadius"}}),borderEndStartRadius:_.logical({scale:"radii",property:{ltr:"borderBottomLeftRadius",rtl:"borderBottomRightRadius"}}),borderTopRightRadius:_.radii("borderTopRightRadius"),borderStartEndRadius:_.logical({scale:"radii",property:{ltr:"borderTopRightRadius",rtl:"borderTopLeftRadius"}}),borderEndEndRadius:_.logical({scale:"radii",property:{ltr:"borderBottomRightRadius",rtl:"borderBottomLeftRadius"}}),borderRight:_.borders("borderRight"),borderInlineEnd:_.borders("borderInlineEnd"),borderBottom:_.borders("borderBottom"),borderBlockEnd:_.borders("borderBlockEnd"),borderBottomLeftRadius:_.radii("borderBottomLeftRadius"),borderBottomRightRadius:_.radii("borderBottomRightRadius"),borderLeft:_.borders("borderLeft"),borderInlineStart:{property:"borderInlineStart",scale:"borders"},borderInlineStartRadius:_.logical({scale:"radii",property:{ltr:["borderTopLeftRadius","borderBottomLeftRadius"],rtl:["borderTopRightRadius","borderBottomRightRadius"]}}),borderInlineEndRadius:_.logical({scale:"radii",property:{ltr:["borderTopRightRadius","borderBottomRightRadius"],rtl:["borderTopLeftRadius","borderBottomLeftRadius"]}}),borderX:_.borders(["borderLeft","borderRight"]),borderInline:_.borders("borderInline"),borderY:_.borders(["borderTop","borderBottom"]),borderBlock:_.borders("borderBlock"),borderTopWidth:_.borderWidths("borderTopWidth"),borderBlockStartWidth:_.borderWidths("borderBlockStartWidth"),borderTopColor:_.colors("borderTopColor"),borderBlockStartColor:_.colors("borderBlockStartColor"),borderTopStyle:_.borderStyles("borderTopStyle"),borderBlockStartStyle:_.borderStyles("borderBlockStartStyle"),borderBottomWidth:_.borderWidths("borderBottomWidth"),borderBlockEndWidth:_.borderWidths("borderBlockEndWidth"),borderBottomColor:_.colors("borderBottomColor"),borderBlockEndColor:_.colors("borderBlockEndColor"),borderBottomStyle:_.borderStyles("borderBottomStyle"),borderBlockEndStyle:_.borderStyles("borderBlockEndStyle"),borderLeftWidth:_.borderWidths("borderLeftWidth"),borderInlineStartWidth:_.borderWidths("borderInlineStartWidth"),borderLeftColor:_.colors("borderLeftColor"),borderInlineStartColor:_.colors("borderInlineStartColor"),borderLeftStyle:_.borderStyles("borderLeftStyle"),borderInlineStartStyle:_.borderStyles("borderInlineStartStyle"),borderRightWidth:_.borderWidths("borderRightWidth"),borderInlineEndWidth:_.borderWidths("borderInlineEndWidth"),borderRightColor:_.colors("borderRightColor"),borderInlineEndColor:_.colors("borderInlineEndColor"),borderRightStyle:_.borderStyles("borderRightStyle"),borderInlineEndStyle:_.borderStyles("borderInlineEndStyle"),borderTopRadius:_.radii(["borderTopLeftRadius","borderTopRightRadius"]),borderBottomRadius:_.radii(["borderBottomLeftRadius","borderBottomRightRadius"]),borderLeftRadius:_.radii(["borderTopLeftRadius","borderBottomLeftRadius"]),borderRightRadius:_.radii(["borderTopRightRadius","borderBottomRightRadius"])};Object.assign(P,{rounded:P.borderRadius,roundedTop:P.borderTopRadius,roundedTopLeft:P.borderTopLeftRadius,roundedTopRight:P.borderTopRightRadius,roundedTopStart:P.borderStartStartRadius,roundedTopEnd:P.borderStartEndRadius,roundedBottom:P.borderBottomRadius,roundedBottomLeft:P.borderBottomLeftRadius,roundedBottomRight:P.borderBottomRightRadius,roundedBottomStart:P.borderEndStartRadius,roundedBottomEnd:P.borderEndEndRadius,roundedLeft:P.borderLeftRadius,roundedRight:P.borderRightRadius,roundedStart:P.borderInlineStartRadius,roundedEnd:P.borderInlineEndRadius,borderStart:P.borderInlineStart,borderEnd:P.borderInlineEnd,borderTopStartRadius:P.borderStartStartRadius,borderTopEndRadius:P.borderStartEndRadius,borderBottomStartRadius:P.borderEndStartRadius,borderBottomEndRadius:P.borderEndEndRadius,borderStartRadius:P.borderInlineStartRadius,borderEndRadius:P.borderInlineEndRadius,borderStartWidth:P.borderInlineStartWidth,borderEndWidth:P.borderInlineEndWidth,borderStartColor:P.borderInlineStartColor,borderEndColor:P.borderInlineEndColor,borderStartStyle:P.borderInlineStartStyle,borderEndStyle:P.borderInlineEndStyle});var O={color:_.colors("color"),textColor:_.colors("color"),fill:_.colors("fill"),stroke:_.colors("stroke")},F={boxShadow:_.shadows("boxShadow"),mixBlendMode:!0,blendMode:_.prop("mixBlendMode"),backgroundBlendMode:!0,bgBlendMode:_.prop("backgroundBlendMode"),opacity:!0};Object.assign(F,{shadow:F.boxShadow});var D={filter:{transform:S.filter},blur:_.blur("--chakra-blur"),brightness:_.propT("--chakra-brightness",S.brightness),contrast:_.propT("--chakra-contrast",S.contrast),hueRotate:_.degreeT("--chakra-hue-rotate"),invert:_.propT("--chakra-invert",S.invert),saturate:_.propT("--chakra-saturate",S.saturate),dropShadow:_.propT("--chakra-drop-shadow",S.dropShadow),backdropFilter:{transform:S.backdropFilter},backdropBlur:_.blur("--chakra-backdrop-blur"),backdropBrightness:_.propT("--chakra-backdrop-brightness",S.brightness),backdropContrast:_.propT("--chakra-backdrop-contrast",S.contrast),backdropHueRotate:_.degreeT("--chakra-backdrop-hue-rotate"),backdropInvert:_.propT("--chakra-backdrop-invert",S.invert),backdropSaturate:_.propT("--chakra-backdrop-saturate",S.saturate)},j={alignItems:!0,alignContent:!0,justifyItems:!0,justifyContent:!0,flexWrap:!0,flexDirection:{transform:S.flexDirection},flex:!0,flexFlow:!0,flexGrow:!0,flexShrink:!0,flexBasis:_.sizes("flexBasis"),justifySelf:!0,alignSelf:!0,order:!0,placeItems:!0,placeContent:!0,placeSelf:!0,gap:_.space("gap"),rowGap:_.space("rowGap"),columnGap:_.space("columnGap")};Object.assign(j,{flexDir:j.flexDirection});var E={gridGap:_.space("gridGap"),gridColumnGap:_.space("gridColumnGap"),gridRowGap:_.space("gridRowGap"),gridColumn:!0,gridRow:!0,gridAutoFlow:!0,gridAutoColumns:!0,gridColumnStart:!0,gridColumnEnd:!0,gridRowStart:!0,gridRowEnd:!0,gridAutoRows:!0,gridTemplate:!0,gridTemplateColumns:!0,gridTemplateRows:!0,gridTemplateAreas:!0,gridArea:!0},T={appearance:!0,cursor:!0,resize:!0,userSelect:!0,pointerEvents:!0,outline:{transform:S.outline},outlineOffset:!0,outlineColor:_.colors("outlineColor")},B={width:_.sizesT("width"),inlineSize:_.sizesT("inlineSize"),height:_.sizes("height"),blockSize:_.sizes("blockSize"),boxSize:_.sizes(["width","height"]),minWidth:_.sizes("minWidth"),minInlineSize:_.sizes("minInlineSize"),minHeight:_.sizes("minHeight"),minBlockSize:_.sizes("minBlockSize"),maxWidth:_.sizes("maxWidth"),maxInlineSize:_.sizes("maxInlineSize"),maxHeight:_.sizes("maxHeight"),maxBlockSize:_.sizes("maxBlockSize"),overflow:!0,overflowX:!0,overflowY:!0,overscrollBehavior:!0,overscrollBehaviorX:!0,overscrollBehaviorY:!0,display:!0,aspectRatio:!0,hideFrom:{scale:"breakpoints",transform:(a,c)=>{var s,d,u;let p=null!=(u=null==(d=null==(s=c.__breakpoints)?void 0:s.get(a))?void 0:d.minW)?u:a,h=`@media screen and (min-width: ${p})`;return{[h]:{display:"none"}}}},hideBelow:{scale:"breakpoints",transform:(a,c)=>{var s,d,u;let p=null!=(u=null==(d=null==(s=c.__breakpoints)?void 0:s.get(a))?void 0:d._minW)?u:a,h=`@media screen and (max-width: ${p})`;return{[h]:{display:"none"}}}},verticalAlign:!0,boxSizing:!0,boxDecorationBreak:!0,float:_.propT("float",S.float),objectFit:!0,objectPosition:!0,visibility:!0,isolation:!0};Object.assign(B,{w:B.width,h:B.height,minW:B.minWidth,maxW:B.maxWidth,minH:B.minHeight,maxH:B.maxHeight,overscroll:B.overscrollBehavior,overscrollX:B.overscrollBehaviorX,overscrollY:B.overscrollBehaviorY});var N={listStyleType:!0,listStylePosition:!0,listStylePos:_.prop("listStylePosition"),listStyleImage:!0,listStyleImg:_.prop("listStyleImage")},$=(a=>{let c=new WeakMap;return(s,d,u,p)=>{if(void 0===s)return a(s,d,u);c.has(s)||c.set(s,new Map);let h=c.get(s);if(h.has(d))return h.get(d);let v=a(s,d,u,p);return h.set(d,v),v}})(function(a,c,s,d){let u="string"==typeof c?c.split("."):[c];for(d=0;d{let d={},u=$(a,c,{});for(let a in u){let c=a in s&&null!=s[a];c||(d[a]=u[a])}return d},H={srOnly:{transform:a=>!0===a?L:"focusable"===a?W:{}},layerStyle:{processResult:!0,transform:(a,c,s)=>getWithPriority(c,`layerStyles.${a}`,s)},textStyle:{processResult:!0,transform:(a,c,s)=>getWithPriority(c,`textStyles.${a}`,s)},apply:{processResult:!0,transform:(a,c,s)=>getWithPriority(c,a,s)}},V={position:!0,pos:_.prop("position"),zIndex:_.prop("zIndex","zIndices"),inset:_.spaceT("inset"),insetX:_.spaceT(["left","right"]),insetInline:_.spaceT("insetInline"),insetY:_.spaceT(["top","bottom"]),insetBlock:_.spaceT("insetBlock"),top:_.spaceT("top"),insetBlockStart:_.spaceT("insetBlockStart"),bottom:_.spaceT("bottom"),insetBlockEnd:_.spaceT("insetBlockEnd"),left:_.spaceT("left"),insetInlineStart:_.logical({scale:"space",property:{ltr:"left",rtl:"right"}}),right:_.spaceT("right"),insetInlineEnd:_.logical({scale:"space",property:{ltr:"right",rtl:"left"}})};Object.assign(V,{insetStart:V.insetInlineStart,insetEnd:V.insetInlineEnd});var q={ring:{transform:S.ring},ringColor:_.colors("--chakra-ring-color"),ringOffset:_.prop("--chakra-ring-offset-width"),ringOffsetColor:_.colors("--chakra-ring-offset-color"),ringInset:_.prop("--chakra-ring-inset")},U={margin:_.spaceT("margin"),marginTop:_.spaceT("marginTop"),marginBlockStart:_.spaceT("marginBlockStart"),marginRight:_.spaceT("marginRight"),marginInlineEnd:_.spaceT("marginInlineEnd"),marginBottom:_.spaceT("marginBottom"),marginBlockEnd:_.spaceT("marginBlockEnd"),marginLeft:_.spaceT("marginLeft"),marginInlineStart:_.spaceT("marginInlineStart"),marginX:_.spaceT(["marginInlineStart","marginInlineEnd"]),marginInline:_.spaceT("marginInline"),marginY:_.spaceT(["marginTop","marginBottom"]),marginBlock:_.spaceT("marginBlock"),padding:_.space("padding"),paddingTop:_.space("paddingTop"),paddingBlockStart:_.space("paddingBlockStart"),paddingRight:_.space("paddingRight"),paddingBottom:_.space("paddingBottom"),paddingBlockEnd:_.space("paddingBlockEnd"),paddingLeft:_.space("paddingLeft"),paddingInlineStart:_.space("paddingInlineStart"),paddingInlineEnd:_.space("paddingInlineEnd"),paddingX:_.space(["paddingInlineStart","paddingInlineEnd"]),paddingInline:_.space("paddingInline"),paddingY:_.space(["paddingTop","paddingBottom"]),paddingBlock:_.space("paddingBlock")};Object.assign(U,{m:U.margin,mt:U.marginTop,mr:U.marginRight,me:U.marginInlineEnd,marginEnd:U.marginInlineEnd,mb:U.marginBottom,ml:U.marginLeft,ms:U.marginInlineStart,marginStart:U.marginInlineStart,mx:U.marginX,my:U.marginY,p:U.padding,pt:U.paddingTop,py:U.paddingY,px:U.paddingX,pb:U.paddingBottom,pl:U.paddingLeft,ps:U.paddingInlineStart,paddingStart:U.paddingInlineStart,pr:U.paddingRight,pe:U.paddingInlineEnd,paddingEnd:U.paddingInlineEnd});var G={textDecorationColor:_.colors("textDecorationColor"),textDecoration:!0,textDecor:{property:"textDecoration"},textDecorationLine:!0,textDecorationStyle:!0,textDecorationThickness:!0,textUnderlineOffset:!0,textShadow:_.shadows("textShadow")},X={clipPath:!0,transform:_.propT("transform",S.transform),transformOrigin:!0,translateX:_.spaceT("--chakra-translate-x"),translateY:_.spaceT("--chakra-translate-y"),skewX:_.degreeT("--chakra-skew-x"),skewY:_.degreeT("--chakra-skew-y"),scaleX:_.prop("--chakra-scale-x"),scaleY:_.prop("--chakra-scale-y"),scale:_.prop(["--chakra-scale-x","--chakra-scale-y"]),rotate:_.degreeT("--chakra-rotate")},K={transition:!0,transitionDelay:!0,animation:!0,willChange:!0,transitionDuration:_.prop("transitionDuration","transition.duration"),transitionProperty:_.prop("transitionProperty","transition.property"),transitionTimingFunction:_.prop("transitionTimingFunction","transition.easing")},Y={fontFamily:_.prop("fontFamily","fonts"),fontSize:_.prop("fontSize","fontSizes",S.px),fontWeight:_.prop("fontWeight","fontWeights"),lineHeight:_.prop("lineHeight","lineHeights"),letterSpacing:_.prop("letterSpacing","letterSpacings"),textAlign:!0,fontStyle:!0,textIndent:!0,wordBreak:!0,overflowWrap:!0,textOverflow:!0,textTransform:!0,whiteSpace:!0,isTruncated:{transform(a){if(!0===a)return{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}}},noOfLines:{static:{overflow:"hidden",textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",WebkitLineClamp:"var(--chakra-line-clamp)"},property:"--chakra-line-clamp"}},Z={scrollBehavior:!0,scrollSnapAlign:!0,scrollSnapStop:!0,scrollSnapType:!0,scrollMargin:_.spaceT("scrollMargin"),scrollMarginTop:_.spaceT("scrollMarginTop"),scrollMarginBottom:_.spaceT("scrollMarginBottom"),scrollMarginLeft:_.spaceT("scrollMarginLeft"),scrollMarginRight:_.spaceT("scrollMarginRight"),scrollMarginX:_.spaceT(["scrollMarginLeft","scrollMarginRight"]),scrollMarginY:_.spaceT(["scrollMarginTop","scrollMarginBottom"]),scrollPadding:_.spaceT("scrollPadding"),scrollPaddingTop:_.spaceT("scrollPaddingTop"),scrollPaddingBottom:_.spaceT("scrollPaddingBottom"),scrollPaddingLeft:_.spaceT("scrollPaddingLeft"),scrollPaddingRight:_.spaceT("scrollPaddingRight"),scrollPaddingX:_.spaceT(["scrollPaddingLeft","scrollPaddingRight"]),scrollPaddingY:_.spaceT(["scrollPaddingTop","scrollPaddingBottom"])},Q=s(42409);function resolveReference(a){return(0,Q.isObject)(a)&&a.reference?a.reference:String(a)}var toExpression=(a,...c)=>c.map(resolveReference).join(` ${a} `).replace(/calc/g,""),add=(...a)=>`calc(${toExpression("+",...a)})`,subtract=(...a)=>`calc(${toExpression("-",...a)})`,multiply=(...a)=>`calc(${toExpression("*",...a)})`,divide=(...a)=>`calc(${toExpression("/",...a)})`,negate=a=>{let c=resolveReference(a);return null==c||Number.isNaN(parseFloat(c))?multiply(c,-1):String(c).startsWith("-")?String(c).slice(1):`-${c}`},J=Object.assign(a=>({add:(...c)=>J(add(a,...c)),subtract:(...c)=>J(subtract(a,...c)),multiply:(...c)=>J(multiply(a,...c)),divide:(...c)=>J(divide(a,...c)),negate:()=>J(negate(a)),toString:()=>a.toString()}),{add,subtract,multiply,divide,negate});function replaceWhiteSpace(a,c="-"){return a.replace(/\s+/g,c)}function escape(a){let c=replaceWhiteSpace(a.toString());return escapeSymbol(escapeDot(c))}function escapeDot(a){if(a.includes("\\."))return a;let c=!Number.isInteger(parseFloat(a.toString()));return c?a.replace(".","\\."):a}function escapeSymbol(a){return a.replace(/[!-,/:-@[-^`{-~]/g,"\\$&")}function addPrefix(a,c=""){return[c,a].filter(Boolean).join("-")}function toVarReference(a,c){return`var(${a}${c?`, ${c}`:""})`}function toVarDefinition(a,c=""){return escape(`--${addPrefix(a,c)}`)}function cssVar(a,c,s){let d=toVarDefinition(a,s);return{variable:d,reference:toVarReference(d,c)}}function defineCssVars(a,c){let s={};for(let d of c){if(Array.isArray(d)){let[c,u]=d;s[c]=cssVar(`${a}-${c}`,u);continue}s[d]=cssVar(`${a}-${d}`)}return s}var ee=s(42409);function getLastItem(a){let c=null==a?0:a.length;return c?a[c-1]:void 0}function analyzeCSSValue2(a){let c=parseFloat(a.toString()),s=a.toString().replace(String(c),"");return{unitless:!s,value:c,unit:s}}function px(a){if(null==a)return a;let{unitless:c}=analyzeCSSValue2(a);return c||"number"==typeof a?`${a}px`:a}var sortByBreakpointValue=(a,c)=>parseInt(a[1],10)>parseInt(c[1],10)?1:-1,sortBps=a=>Object.fromEntries(Object.entries(a).sort(sortByBreakpointValue));function normalize(a){let c=sortBps(a);return Object.assign(Object.values(c),c)}function keys(a){let c=Object.keys(sortBps(a));return new Set(c)}function subtract2(a){var c;return a?"number"==typeof(a=null!=(c=px(a))?c:a)?`${a+-.02}`:a.replace(/(\d+\.?\d*)/u,a=>`${parseFloat(a)+-.02}`):a}function toMediaQueryString(a,c){let s=["@media screen"];return a&&s.push("and",`(min-width: ${px(a)})`),c&&s.push("and",`(max-width: ${px(c)})`),s.join(" ")}function analyzeBreakpoints(a){var c;if(!a)return null;a.base=null!=(c=a.base)?c:"0px";let s=normalize(a),d=Object.entries(a).sort(sortByBreakpointValue).map(([a,c],s,d)=>{var u;let[,p]=null!=(u=d[s+1])?u:[];return p=parseFloat(p)>0?subtract2(p):void 0,{_minW:subtract2(c),breakpoint:a,minW:c,maxW:p,maxWQuery:toMediaQueryString(null,p),minWQuery:toMediaQueryString(c),minMaxQuery:toMediaQueryString(c,p)}}),u=keys(a),p=Array.from(u.values());return{keys:u,normalized:s,isResponsive(a){let c=Object.keys(a);return c.length>0&&c.every(a=>u.has(a))},asObject:sortBps(a),asArray:normalize(a),details:d,get:a=>d.find(c=>c.breakpoint===a),media:[null,...s.map(a=>toMediaQueryString(a)).slice(1)],toArrayValue(a){if(!(0,ee.isObject)(a))throw Error("toArrayValue: value must be an object");let c=p.map(c=>{var s;return null!=(s=a[c])?s:null});for(;null===getLastItem(c);)c.pop();return c},toObjectValue(a){if(!Array.isArray(a))throw Error("toObjectValue: value must be an array");return a.reduce((a,c,s)=>{let d=p[s];return null!=d&&null!=c&&(a[d]=c),a},{})}}}var et=s(42409),ea={hover:(a,c)=>`${a}:hover ${c}, ${a}[data-hover] ${c}`,focus:(a,c)=>`${a}:focus ${c}, ${a}[data-focus] ${c}`,focusVisible:(a,c)=>`${a}:focus-visible ${c}`,focusWithin:(a,c)=>`${a}:focus-within ${c}`,active:(a,c)=>`${a}:active ${c}, ${a}[data-active] ${c}`,disabled:(a,c)=>`${a}:disabled ${c}, ${a}[data-disabled] ${c}`,invalid:(a,c)=>`${a}:invalid ${c}, ${a}[data-invalid] ${c}`,checked:(a,c)=>`${a}:checked ${c}, ${a}[data-checked] ${c}`,placeholderShown:(a,c)=>`${a}:placeholder-shown ${c}`},toGroup=a=>merge(c=>a(c,"&"),"[role=group]","[data-group]",".group"),toPeer=a=>merge(c=>a(c,"~ &"),"[data-peer]",".peer"),merge=(a,...c)=>c.map(a).join(", "),en={_hover:"&:hover, &[data-hover]",_active:"&:active, &[data-active]",_focus:"&:focus, &[data-focus]",_highlighted:"&[data-highlighted]",_focusWithin:"&:focus-within",_focusVisible:"&:focus-visible, &[data-focus-visible]",_disabled:"&:disabled, &[disabled], &[aria-disabled=true], &[data-disabled]",_readOnly:"&[aria-readonly=true], &[readonly], &[data-readonly]",_before:"&::before",_after:"&::after",_empty:"&:empty",_expanded:"&[aria-expanded=true], &[data-expanded]",_checked:"&[aria-checked=true], &[data-checked]",_grabbed:"&[aria-grabbed=true], &[data-grabbed]",_pressed:"&[aria-pressed=true], &[data-pressed]",_invalid:"&[aria-invalid=true], &[data-invalid]",_valid:"&[data-valid], &[data-state=valid]",_loading:"&[data-loading], &[aria-busy=true]",_selected:"&[aria-selected=true], &[data-selected]",_hidden:"&[hidden], &[data-hidden]",_autofill:"&:-webkit-autofill",_even:"&:nth-of-type(even)",_odd:"&:nth-of-type(odd)",_first:"&:first-of-type",_firstLetter:"&::first-letter",_last:"&:last-of-type",_notFirst:"&:not(:first-of-type)",_notLast:"&:not(:last-of-type)",_visited:"&:visited",_activeLink:"&[aria-current=page]",_activeStep:"&[aria-current=step]",_indeterminate:"&:indeterminate, &[aria-checked=mixed], &[data-indeterminate]",_groupHover:toGroup(ea.hover),_peerHover:toPeer(ea.hover),_groupFocus:toGroup(ea.focus),_peerFocus:toPeer(ea.focus),_groupFocusVisible:toGroup(ea.focusVisible),_peerFocusVisible:toPeer(ea.focusVisible),_groupActive:toGroup(ea.active),_peerActive:toPeer(ea.active),_groupDisabled:toGroup(ea.disabled),_peerDisabled:toPeer(ea.disabled),_groupInvalid:toGroup(ea.invalid),_peerInvalid:toPeer(ea.invalid),_groupChecked:toGroup(ea.checked),_peerChecked:toPeer(ea.checked),_groupFocusWithin:toGroup(ea.focusWithin),_peerFocusWithin:toPeer(ea.focusWithin),_peerPlaceholderShown:toPeer(ea.placeholderShown),_placeholder:"&::placeholder",_placeholderShown:"&:placeholder-shown",_fullScreen:"&:fullscreen",_selection:"&::selection",_rtl:"[dir=rtl] &, &[dir=rtl]",_ltr:"[dir=ltr] &, &[dir=ltr]",_mediaDark:"@media (prefers-color-scheme: dark)",_mediaReduceMotion:"@media (prefers-reduced-motion: reduce)",_dark:".chakra-ui-dark &:not([data-theme]),[data-theme=dark] &:not([data-theme]),&[data-theme=dark]",_light:".chakra-ui-light &:not([data-theme]),[data-theme=light] &:not([data-theme]),&[data-theme=light]",_horizontal:"&[data-orientation=horizontal]",_vertical:"&[data-orientation=vertical]"},er=Object.keys(en),eo=__toESM(s(38554));function tokenToCssVar(a,c){return cssVar(String(a).replace(/\./g,"-"),void 0,c)}function createThemeVars(a,c){let s={},d={};for(let[u,p]of Object.entries(a)){let{isSemantic:h,value:v}=p,{variable:g,reference:y}=tokenToCssVar(u,null==c?void 0:c.cssVarPrefix);if(!h){if(u.startsWith("space")){let a=u.split("."),[c,...s]=a,p=`${c}.-${s.join(".")}`,h=J.negate(v),m=J.negate(y);d[p]={value:h,var:g,varRef:m}}s[g]=v,d[u]={value:v,var:g,varRef:y};continue}let lookupToken=s=>{let d=String(u).split(".")[0],p=[d,s].join("."),h=a[p];if(!h)return s;let{reference:v}=tokenToCssVar(p,null==c?void 0:c.cssVarPrefix);return v},m=(0,et.isObject)(v)?v:{default:v};s=(0,eo.default)(s,Object.entries(m).reduce((a,[c,s])=>{var d;if(!s)return a;let u=lookupToken(`${s}`);if("default"===c)return a[g]=u,a;let p=null!=(d=null==en?void 0:en[c])?d:c;return a[p]={[g]:u},a},{})),d[u]={value:y,var:g,varRef:y}}return{cssVars:s,cssMap:d}}function omit(a,c=[]){let s=Object.assign({},a);for(let a of c)a in s&&delete s[a];return s}function pick(a,c){let s={};for(let d of c)d in a&&(s[d]=a[d]);return s}function isObject5(a){return"object"==typeof a&&null!=a&&!Array.isArray(a)}function walkObject(a,c,s={}){let{stop:d,getKey:u}=s;function inner(a,s=[]){var p;if(isObject5(a)||Array.isArray(a)){let h={};for(let[v,g]of Object.entries(a)){let y=null!=(p=null==u?void 0:u(v))?p:v,m=[...s,y];if(null==d?void 0:d(a,m))return c(a,s);h[y]=inner(g,m)}return h}return c(a,s)}return inner(a)}var el=["colors","borders","borderWidths","borderStyles","fonts","fontSizes","fontWeights","gradients","letterSpacings","lineHeights","radii","space","shadows","sizes","zIndices","transition","blur","breakpoints"];function extractTokens(a){return pick(a,el)}function extractSemanticTokens(a){return a.semanticTokens}function omitVars(a){let{__cssMap:c,__cssVars:s,__breakpoints:d,...u}=a;return u}var isSemanticCondition=a=>er.includes(a)||"default"===a;function flattenTokens({tokens:a,semanticTokens:c}){let s={};return walkObject(a,(a,c)=>{null!=a&&(s[c.join(".")]={isSemantic:!1,value:a})}),walkObject(c,(a,c)=>{null!=a&&(s[c.join(".")]={isSemantic:!0,value:a})},{stop:a=>Object.keys(a).every(isSemanticCondition)}),s}function toCSSVar(a){var c;let s=omitVars(a),d=extractTokens(s),u=extractSemanticTokens(s),p=flattenTokens({tokens:d,semanticTokens:u}),h=null==(c=s.config)?void 0:c.cssVarPrefix,{cssMap:v,cssVars:g}=createThemeVars(p,{cssVarPrefix:h});return Object.assign(s,{__cssVars:{"--chakra-ring-inset":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-ring-offset-width":"0px","--chakra-ring-offset-color":"#fff","--chakra-ring-color":"rgba(66, 153, 225, 0.6)","--chakra-ring-offset-shadow":"0 0 #0000","--chakra-ring-shadow":"0 0 #0000","--chakra-space-x-reverse":"0","--chakra-space-y-reverse":"0",...g},__cssMap:v,__breakpoints:analyzeBreakpoints(s.breakpoints)}),s}var ec=s(42409),ei=__toESM(s(38554)),es=(0,__toESM(s(38554)).default)({},w,P,O,j,B,D,q,T,E,H,V,F,U,Z,Y,G,X,N,K),ed=Object.keys(Object.assign({},U,B,j,E,V)),eu=[...Object.keys(es),...er],ep={...es,...en},isStyleProp=a=>a in ep,eh=s(42409),expandResponsive=a=>c=>{if(!c.__breakpoints)return a;let{isResponsive:s,toArrayValue:d,media:u}=c.__breakpoints,p={};for(let h in a){let v=(0,eh.runIfFn)(a[h],c);if(null==v)continue;if(!Array.isArray(v=(0,eh.isObject)(v)&&s(v)?d(v):v)){p[h]=v;continue}let g=v.slice(0,u.length).length;for(let a=0;aa.startsWith("--")&&"string"==typeof c&&!isCssVar2(c),resolveTokenValue=(a,c)=>{var s,d;if(null==c)return c;let getVar=c=>{var s,d;return null==(d=null==(s=a.__cssMap)?void 0:s[c])?void 0:d.varRef},getValue=a=>{var c;return null!=(c=getVar(a))?c:a},[u,p]=splitByComma(c);return c=null!=(d=null!=(s=getVar(u))?s:getValue(p))?d:getValue(c)};function getCss(a){let{configs:c={},pseudos:s={},theme:d}=a,css2=(a,u=!1)=>{var p,h,v;let g=(0,ec.runIfFn)(a,d),y=expandResponsive(g)(d),m={};for(let a in y){let k=y[a],M=(0,ec.runIfFn)(k,d);a in s&&(a=s[a]),isCSSVariableTokenValue(a,M)&&(M=resolveTokenValue(d,M));let b=c[a];if(!0===b&&(b={property:a}),(0,ec.isObject)(M)){m[a]=null!=(p=m[a])?p:{},m[a]=(0,ei.default)({},m[a],css2(M,!0));continue}let I=null!=(v=null==(h=null==b?void 0:b.transform)?void 0:h.call(b,M,d,g))?v:M;I=(null==b?void 0:b.processResult)?css2(I,!0):I;let C=(0,ec.runIfFn)(null==b?void 0:b.property,d);if(!u&&(null==b?void 0:b.static)){let a=(0,ec.runIfFn)(b.static,d);m=(0,ei.default)({},m,a)}if(C&&Array.isArray(C)){for(let a of C)m[a]=I;continue}if(C){"&"===C&&(0,ec.isObject)(I)?m=(0,ei.default)({},m,I):m[C]=I;continue}if((0,ec.isObject)(I)){m=(0,ei.default)({},m,I);continue}m[a]=I}return m};return css2}var css=a=>c=>{let s=getCss({theme:c,pseudos:en,configs:es});return s(a)};function defineStyle(a){return a}function defineStyleConfig(a){return a}function createMultiStyleConfigHelpers(a){return{definePartsStyle:a=>a,defineMultiStyleConfig:c=>({parts:a,...c})}}var ev=s(42409),eg=__toESM(s(38554));function normalize2(a,c){return Array.isArray(a)?a:(0,ev.isObject)(a)?c(a):null!=a?[a]:void 0}function getNextIndex(a,c){for(let s=c+1;s{(0,eg.default)(v,{[a]:m?I[a]:{[b]:I[a]}})});continue}if(!k){m?(0,eg.default)(v,I):v[b]=I;continue}v[b]=I}}return v}}function resolveStyleConfig(a){return c=>{var s;let{variant:d,size:u,theme:p}=c,h=createResolver(p);return(0,eg.default)({},(0,ev.runIfFn)(null!=(s=a.baseStyle)?s:{},c),h(a,"sizes",u,c),h(a,"variants",d,c))}}function getCSSVar(a,c,s){var d,u,p;return null!=(p=null==(u=null==(d=a.__cssMap)?void 0:d[`${c}.${s}`])?void 0:u.varRef)?p:s}function omitThemingProps(a){return omit(a,["styleConfig","size","variant","colorScheme"])}},26096:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Switch:()=>b}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90025),y=s(42409),m=s(90914),k=s(67294),M=s(85893),b=(0,m.forwardRef)(function(a,c){let s=(0,m.useMultiStyleConfig)("Switch",a),{spacing:d="0.5rem",children:u,...p}=(0,m.omitThemingProps)(a),{getIndicatorProps:h,getInputProps:v,getCheckboxProps:b,getRootProps:I,getLabelProps:C}=(0,g.useCheckbox)(p),x=(0,k.useMemo)(()=>({display:"inline-block",position:"relative",verticalAlign:"middle",lineHeight:0,...s.container}),[s.container]),R=(0,k.useMemo)(()=>({display:"inline-flex",flexShrink:0,justifyContent:"flex-start",boxSizing:"content-box",cursor:"pointer",...s.track}),[s.track]),S=(0,k.useMemo)(()=>({userSelect:"none",marginStart:d,...s.label}),[d,s.label]);return(0,M.jsxs)(m.chakra.label,{...I(),className:(0,y.cx)("chakra-switch",a.className),__css:x,children:[(0,M.jsx)("input",{className:"chakra-switch__input",...v({},c)}),(0,M.jsx)(m.chakra.span,{...b(),className:"chakra-switch__track",__css:R,children:(0,M.jsx)(m.chakra.span,{__css:s.thumb,className:"chakra-switch__thumb",...h()})}),u&&(0,M.jsx)(m.chakra.span,{className:"chakra-switch__label",...C(),__css:S,children:u})]})});b.displayName="Switch"},90914:function(a,c,s){"use strict";var d,u=Object.create,p=Object.defineProperty,h=Object.getOwnPropertyDescriptor,v=Object.getOwnPropertyNames,g=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty,__copyProps=(a,c,s,d)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let u of v(c))y.call(a,u)||u===s||p(a,u,{get:()=>c[u],enumerable:!(d=h(c,u))||d.enumerable});return a},__reExport=(a,c,s)=>(__copyProps(a,c,"default"),s&&__copyProps(s,c,"default")),__toESM=(a,c,s)=>(s=null!=a?u(g(a)):{},__copyProps(!c&&a&&a.__esModule?s:p(s,"default",{value:a,enumerable:!0}),a)),m={};((a,c)=>{for(var s in c)p(a,s,{get:c[s],enumerable:!0})})(m,{CSSVars:()=>CSSVars,GlobalStyle:()=>GlobalStyle,StylesProvider:()=>O,ThemeProvider:()=>ThemeProvider,chakra:()=>Y,createStylesContext:()=>createStylesContext,forwardRef:()=>forwardRef,getToken:()=>getToken,keyframes:()=>k.keyframes,shouldForwardProp:()=>shouldForwardProp,styled:()=>styled,toCSSObject:()=>toCSSObject,useChakra:()=>useChakra,useComponentStyles__unstable:()=>useComponentStyles__unstable,useMultiStyleConfig:()=>useMultiStyleConfig,useStyleConfig:()=>useStyleConfig,useStyles:()=>F,useTheme:()=>useTheme,useToken:()=>useToken}),a.exports=__copyProps(p({},"__esModule",{value:!0}),m),__reExport(m,s(4876),a.exports),__reExport(m,s(77504),a.exports);var k=s(70917),M=s(4876),b=s(70917),I=s(67294);function useTheme(){let a=(0,I.useContext)(b.ThemeContext);if(!a)throw Error("useTheme: `theme` is undefined. Seems you forgot to wrap your app in `` or ``");return a}function useChakra(){let a=(0,M.useColorMode)(),c=useTheme();return{...a,theme:c}}function getBreakpointValue(a,c,s){var d,u;if(null==c)return c;let getValue=c=>{var s,d;return null==(d=null==(s=a.__breakpoints)?void 0:s.asArray)?void 0:d[c]};return null!=(u=null!=(d=getValue(c))?d:getValue(s))?u:s}function getTokenValue(a,c,s){var d,u;if(null==c)return c;let getValue=c=>{var s,d;return null==(d=null==(s=a.__cssMap)?void 0:s[c])?void 0:d.value};return null!=(u=null!=(d=getValue(c))?d:getValue(s))?u:s}function useToken(a,c,s){let d=useTheme();return getToken(a,c,s)(d)}function getToken(a,c,s){let d=Array.isArray(c)?c:[c],u=Array.isArray(s)?s:[s];return s=>{let p=u.filter(Boolean),h=d.map((c,d)=>{var u,h;if("breakpoints"===a)return getBreakpointValue(s,c,null!=(u=p[d])?u:c);let v=`${a}.${c}`;return getTokenValue(s,v,null!=(h=p[d])?h:c)});return Array.isArray(c)?h:h[0]}}var C=s(4876),x=s(32819),R=s(77504),S=s(18171),_=s(70917),w=s(67294),P=s(85893);function ThemeProvider(a){let{cssVarsRoot:c,theme:s,children:d}=a,u=(0,w.useMemo)(()=>(0,R.toCSSVar)(s),[s]);return(0,P.jsxs)(_.ThemeProvider,{theme:u,children:[(0,P.jsx)(CSSVars,{root:c}),d]})}function CSSVars({root:a=":host, :root"}){let c=[a,"[data-theme]"].join(",");return(0,P.jsx)(_.Global,{styles:a=>({[c]:a.__cssVars})})}var[O,F]=(0,x.createContext)({name:"StylesContext",errorMessage:"useStyles: `styles` is undefined. Seems you forgot to wrap the components in `` "});function createStylesContext(a){return(0,x.createContext)({name:`${a}StylesContext`,errorMessage:`useStyles: "styles" is undefined. Seems you forgot to wrap the components in "<${a} />" `})}function GlobalStyle(){let{colorMode:a}=(0,C.useColorMode)();return(0,P.jsx)(_.Global,{styles:c=>{let s=(0,S.memoizedGet)(c,"styles.global"),d=(0,S.runIfFn)(s,{theme:c,colorMode:a});if(!d)return;let u=(0,R.css)(d)(c);return u}})}var D=s(4876),j=s(77504),E=s(18171),T=s(19707),B=__toESM(s(10166)),N=__toESM(s(67294)),$=s(77504),L=new Set([...$.propNames,"textStyle","layerStyle","apply","noOfLines","focusBorderColor","errorBorderColor","as","__css","css","sx"]),W=new Set(["htmlWidth","htmlHeight","htmlSize","htmlTranslate"]);function shouldForwardProp(a){return W.has(a)||!L.has(a)}var H=null!=(d=B.default.default)?d:B.default,toCSSObject=({baseStyle:a})=>c=>{let{theme:s,css:d,__css:u,sx:p,...h}=c,v=(0,E.objectFilter)(h,(a,c)=>(0,j.isStyleProp)(c)),g=(0,E.runIfFn)(a,c),y=(0,T.assignAfter)({},u,g,(0,E.filterUndefined)(v),p),m=(0,j.css)(y)(c.theme);return d?[m,d]:m};function styled(a,c){let{baseStyle:s,...d}=null!=c?c:{};d.shouldForwardProp||(d.shouldForwardProp=shouldForwardProp);let u=toCSSObject({baseStyle:s}),p=H(a,d)(u),h=N.default.forwardRef(function(a,c){let{colorMode:s,forced:d}=(0,D.useColorMode)();return N.default.createElement(p,{ref:c,"data-theme":d?s:void 0,...a})});return h}var V=s(67294);function forwardRef(a){return(0,V.forwardRef)(a)}var q=s(77504),U=s(63839),G=s(18171),X=s(67294),K=__toESM(s(69590));function useStyleConfigImpl(a,c={}){var s;let{styleConfig:d,...u}=c,{theme:p,colorMode:h}=useChakra(),v=a?(0,G.memoizedGet)(p,`components.${a}`):void 0,g=d||v,y=(0,G.mergeWith)({theme:p,colorMode:h},null!=(s=null==g?void 0:g.defaultProps)?s:{},(0,G.filterUndefined)((0,G.omit)(u,["children"]))),m=(0,X.useRef)({});if(g){let a=(0,q.resolveStyleConfig)(g),c=a(y),s=(0,K.default)(m.current,c);s||(m.current=c)}return m.current}function useStyleConfig(a,c={}){return useStyleConfigImpl(a,c)}function useMultiStyleConfig(a,c={}){return useStyleConfigImpl(a,c)}function useComponentStyles__unstable(a,c){var s;let{baseConfig:d,...u}=c,{theme:p}=useChakra(),h=null==(s=p.components)?void 0:s[a],v=h?(0,U.mergeThemeOverride)(h,d):d;return useStyleConfigImpl(null,{...u,styleConfig:v})}var Y=function(){let a=new Map;return new Proxy(styled,{apply:(a,c,s)=>styled(...s),get:(c,s)=>(a.has(s)||a.set(s,styled(s)),a.get(s))})}()},97578:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Table:()=>I,TableCaption:()=>R,TableContainer:()=>P,Tbody:()=>D,Td:()=>T,Tfoot:()=>$,Th:()=>H,Thead:()=>U,Tr:()=>K,useTableStyles:()=>b}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(42409),m=s(65358),k=s(85893),[M,b]=(0,m.createContext)({name:"TableStylesContext",errorMessage:"useTableStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),I=(0,g.forwardRef)((a,c)=>{let s=(0,g.useMultiStyleConfig)("Table",a),{className:d,layout:u,...p}=(0,g.omitThemingProps)(a);return(0,k.jsx)(M,{value:s,children:(0,k.jsx)(g.chakra.table,{ref:c,__css:{tableLayout:u,...s.table},className:(0,y.cx)("chakra-table",d),...p})})});I.displayName="Table";var C=s(90914),x=s(85893),R=(0,C.forwardRef)((a,c)=>{let{placement:s="bottom",...d}=a,u=b();return(0,x.jsx)(C.chakra.caption,{...d,ref:c,__css:{...u.caption,captionSide:s}})});R.displayName="TableCaption";var S=s(90914),_=s(42409),w=s(85893),P=(0,S.forwardRef)((a,c)=>{var s;let{overflow:d,overflowX:u,className:p,...h}=a;return(0,w.jsx)(S.chakra.div,{ref:c,className:(0,_.cx)("chakra-table__container",p),...h,__css:{display:"block",whiteSpace:"nowrap",WebkitOverflowScrolling:"touch",overflowX:null!=(s=null!=d?d:u)?s:"auto",overflowY:"hidden",maxWidth:"100%"}})}),O=s(90914),F=s(85893),D=(0,O.forwardRef)((a,c)=>{let s=b();return(0,F.jsx)(O.chakra.tbody,{...a,ref:c,__css:s.tbody})}),j=s(90914),E=s(85893),T=(0,j.forwardRef)(({isNumeric:a,...c},s)=>{let d=b();return(0,E.jsx)(j.chakra.td,{...c,ref:s,__css:d.td,"data-is-numeric":a})}),B=s(90914),N=s(85893),$=(0,B.forwardRef)((a,c)=>{let s=b();return(0,N.jsx)(B.chakra.tfoot,{...a,ref:c,__css:s.tfoot})}),L=s(90914),W=s(85893),H=(0,L.forwardRef)(({isNumeric:a,...c},s)=>{let d=b();return(0,W.jsx)(L.chakra.th,{...c,ref:s,__css:d.th,"data-is-numeric":a})}),V=s(90914),q=s(85893),U=(0,V.forwardRef)((a,c)=>{let s=b();return(0,q.jsx)(V.chakra.thead,{...a,ref:c,__css:s.thead})}),G=s(90914),X=s(85893),K=(0,G.forwardRef)((a,c)=>{let s=b();return(0,X.jsx)(G.chakra.tr,{...a,ref:c,__css:s.tr})})},53797:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Tab:()=>G,TabIndicator:()=>Z,TabList:()=>et,TabPanel:()=>eo,TabPanels:()=>es,Tabs:()=>q,TabsDescendantsProvider:()=>D,TabsProvider:()=>B,useTab:()=>useTab,useTabIndicator:()=>useTabIndicator,useTabList:()=>useTabList,useTabPanel:()=>useTabPanel,useTabPanels:()=>useTabPanels,useTabs:()=>useTabs,useTabsContext:()=>N,useTabsDescendant:()=>T,useTabsDescendants:()=>E,useTabsDescendantsContext:()=>j,useTabsStyles:()=>V}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(42409),y=s(90914),m=s(65358),k=s(90914),M=s(42409),b=s(67294),I=s(98698),C=s(45886),x=s(65358),R=s(79005),S=s(40809),_=s(52734),w=s(25089),P=s(14585),O=s(42409),F=s(67294),[D,j,E,T]=(0,C.createDescendantContext)();function useTabs(a){var c;let{defaultIndex:s,onChange:d,index:u,isManual:p,isLazy:h,lazyBehavior:v="unmount",orientation:g="horizontal",direction:y="ltr",...m}=a,[k,M]=(0,F.useState)(null!=s?s:0),[b,I]=(0,S.useControllableState)({defaultValue:null!=s?s:0,value:u,onChange:d});(0,F.useEffect)(()=>{null!=u&&M(u)},[u]);let C=E(),x=(0,F.useId)(),R=null!=(c=a.id)?c:x,_=`tabs-${R}`;return{id:_,selectedIndex:b,focusedIndex:k,setSelectedIndex:I,setFocusedIndex:M,isManual:p,isLazy:h,lazyBehavior:v,orientation:g,descendants:C,direction:y,htmlProps:m}}var[B,N]=(0,x.createContext)({name:"TabsContext",errorMessage:"useTabsContext: `context` is undefined. Seems you forgot to wrap all tabs components within "});function useTabList(a){let{focusedIndex:c,orientation:s,direction:d}=N(),u=j(),p=(0,F.useCallback)(a=>{let nextTab=()=>{var a;let s=u.nextEnabled(c);s&&(null==(a=s.node)||a.focus())},prevTab=()=>{var a;let s=u.prevEnabled(c);s&&(null==(a=s.node)||a.focus())},p="horizontal"===s,h="vertical"===s,v=a.key,g="ltr"===d?"ArrowLeft":"ArrowRight",y="ltr"===d?"ArrowRight":"ArrowLeft",m={[g]:()=>p&&prevTab(),[y]:()=>p&&nextTab(),ArrowDown:()=>h&&nextTab(),ArrowUp:()=>h&&prevTab(),Home:()=>{var a;let c=u.firstEnabled();c&&(null==(a=c.node)||a.focus())},End:()=>{var a;let c=u.lastEnabled();c&&(null==(a=c.node)||a.focus())}}[v];m&&(a.preventDefault(),m(a))},[u,c,s,d]);return{...a,role:"tablist","aria-orientation":s,onKeyDown:(0,O.callAllHandlers)(a.onKeyDown,p)}}function useTab(a){let{isDisabled:c=!1,isFocusable:s=!1,...d}=a,{setSelectedIndex:u,isManual:p,id:h,setFocusedIndex:v,selectedIndex:g}=N(),{index:y,register:m}=T({disabled:c&&!s}),k=y===g,M=(0,I.useClickable)({...d,ref:(0,w.mergeRefs)(m,a.ref),isDisabled:c,isFocusable:s,onClick:(0,O.callAllHandlers)(a.onClick,()=>{u(y)})});return{...M,id:makeTabId(h,y),role:"tab",tabIndex:k?0:-1,type:"button","aria-selected":k,"aria-controls":makeTabPanelId(h,y),onFocus:c?void 0:(0,O.callAllHandlers)(a.onFocus,()=>{v(y);let a=c&&s;p||a||u(y)})}}var[$,L]=(0,x.createContext)({});function useTabPanels(a){let c=N(),{id:s,selectedIndex:d}=c,u=(0,_.getValidChildren)(a.children),p=u.map((a,c)=>(0,F.createElement)($,{key:c,value:{isSelected:c===d,id:makeTabPanelId(s,c),tabId:makeTabId(s,c),selectedIndex:d}},a));return{...a,children:p}}function useTabPanel(a){let{children:c,...s}=a,{isLazy:d,lazyBehavior:u}=N(),{isSelected:p,id:h,tabId:v}=L(),g=(0,F.useRef)(!1);p&&(g.current=!0);let y=(0,P.lazyDisclosure)({wasSelected:g.current,isSelected:p,enabled:d,mode:u});return{tabIndex:0,...s,children:y?c:null,role:"tabpanel","aria-labelledby":v,hidden:!p,id:h}}function useTabIndicator(){let a=N(),c=j(),{selectedIndex:s,orientation:d}=a,u="horizontal"===d,p="vertical"===d,[h,v]=(0,F.useState)(()=>u?{left:0,width:0}:p?{top:0,height:0}:void 0),[g,y]=(0,F.useState)(!1);return(0,R.useSafeLayoutEffect)(()=>{if(null==s)return;let a=c.item(s);if(null==a)return;u&&v({left:a.node.offsetLeft,width:a.node.offsetWidth}),p&&v({top:a.node.offsetTop,height:a.node.offsetHeight});let d=requestAnimationFrame(()=>{y(!0)});return()=>{d&&cancelAnimationFrame(d)}},[s,u,p,c]),{position:"absolute",transitionProperty:"left, right, top, bottom, height, width",transitionDuration:g?"200ms":"0ms",transitionTimingFunction:"cubic-bezier(0, 0, 0.2, 1)",...h}}function makeTabId(a,c){return`${a}--tab-${c}`}function makeTabPanelId(a,c){return`${a}--tabpanel-${c}`}var W=s(85893),[H,V]=(0,m.createContext)({name:"TabsStylesContext",errorMessage:"useTabsStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),q=(0,k.forwardRef)(function(a,c){let s=(0,k.useMultiStyleConfig)("Tabs",a),{children:d,className:u,...p}=(0,k.omitThemingProps)(a),{htmlProps:h,descendants:v,...g}=useTabs(p),y=(0,b.useMemo)(()=>g,[g]),{isFitted:m,...I}=h,C={position:"relative",...s.root};return(0,W.jsx)(D,{value:v,children:(0,W.jsx)(B,{value:y,children:(0,W.jsx)(H,{value:s,children:(0,W.jsx)(k.chakra.div,{className:(0,M.cx)("chakra-tabs",u),ref:c,...I,__css:C,children:d})})})})});q.displayName="Tabs";var U=s(85893),G=(0,y.forwardRef)(function(a,c){let s=V(),d=useTab({...a,ref:c}),u={outline:"0",display:"flex",alignItems:"center",justifyContent:"center",...s.tab};return(0,U.jsx)(y.chakra.button,{...d,className:(0,g.cx)("chakra-tabs__tab",a.className),__css:u})});G.displayName="Tab";var X=s(42409),K=s(90914),Y=s(85893),Z=(0,K.forwardRef)(function(a,c){let s=useTabIndicator(),d={...a.style,...s},u=V();return(0,Y.jsx)(K.chakra.div,{ref:c,...a,className:(0,X.cx)("chakra-tabs__tab-indicator",a.className),style:d,__css:u.indicator})});Z.displayName="TabIndicator";var Q=s(42409),J=s(90914),ee=s(85893),et=(0,J.forwardRef)(function(a,c){let s=useTabList({...a,ref:c}),d=V(),u={display:"flex",...d.tablist};return(0,ee.jsx)(J.chakra.div,{...s,className:(0,Q.cx)("chakra-tabs__tablist",a.className),__css:u})});et.displayName="TabList";var ea=s(42409),en=s(90914),er=s(85893),eo=(0,en.forwardRef)(function(a,c){let s=useTabPanel({...a,ref:c}),d=V();return(0,er.jsx)(en.chakra.div,{outline:"0",...s,className:(0,ea.cx)("chakra-tabs__tab-panel",a.className),__css:d.tabpanel})});eo.displayName="TabPanel";var el=s(42409),ec=s(90914),ei=s(85893),es=(0,ec.forwardRef)(function(a,c){let s=useTabPanels(a),d=V();return(0,ei.jsx)(ec.chakra.div,{...s,width:"100%",ref:c,className:(0,el.cx)("chakra-tabs__tab-panels",a.className),__css:d.tabpanels})});es.displayName="TabPanels"},68489:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Tag:()=>I,TagCloseButton:()=>S,TagLabel:()=>C,TagLeftIcon:()=>x,TagRightIcon:()=>R,useTagStyles:()=>b}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(49413),y=s(65358),m=s(90914),k=s(85893),[M,b]=(0,y.createContext)({name:"TagStylesContext",errorMessage:"useTagStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),I=(0,m.forwardRef)((a,c)=>{let s=(0,m.useMultiStyleConfig)("Tag",a),d=(0,m.omitThemingProps)(a),u={display:"inline-flex",verticalAlign:"top",alignItems:"center",maxWidth:"100%",...s.container};return(0,k.jsx)(M,{value:s,children:(0,k.jsx)(m.chakra.span,{ref:c,...d,__css:u})})});I.displayName="Tag";var C=(0,m.forwardRef)((a,c)=>{let s=b();return(0,k.jsx)(m.chakra.span,{ref:c,noOfLines:1,...a,__css:s.label})});C.displayName="TagLabel";var x=(0,m.forwardRef)((a,c)=>(0,k.jsx)(g.Icon,{ref:c,verticalAlign:"top",marginEnd:"0.5rem",...a}));x.displayName="TagLeftIcon";var R=(0,m.forwardRef)((a,c)=>(0,k.jsx)(g.Icon,{ref:c,verticalAlign:"top",marginStart:"0.5rem",...a}));R.displayName="TagRightIcon";var TagCloseIcon=a=>(0,k.jsx)(g.Icon,{verticalAlign:"inherit",viewBox:"0 0 512 512",...a,children:(0,k.jsx)("path",{fill:"currentColor",d:"M289.94 256l95-95A24 24 0 00351 127l-95 95-95-95a24 24 0 00-34 34l95 95-95 95a24 24 0 1034 34l95-95 95 95a24 24 0 0034-34z"})});TagCloseIcon.displayName="TagCloseIcon";var S=(0,m.forwardRef)((a,c)=>{let{isDisabled:s,children:d,...u}=a,p=b(),h={display:"flex",alignItems:"center",justifyContent:"center",outline:"0",...p.closeButton};return(0,k.jsx)(m.chakra.button,{ref:c,"aria-label":"close",...u,type:"button",disabled:s,__css:h,children:d||(0,k.jsx)(TagCloseIcon,{})})});S.displayName="TagCloseButton"},65928:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Textarea:()=>b}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(68229),y=s(90914),m=s(42409);function omit(a,c=[]){let s=Object.assign({},a);for(let a of c)a in s&&delete s[a];return s}var k=s(85893),M=["h","minH","height","minHeight"],b=(0,y.forwardRef)((a,c)=>{let s=(0,y.useStyleConfig)("Textarea",a),{className:d,rows:u,...p}=(0,y.omitThemingProps)(a),h=(0,g.useFormControl)(p),v=u?omit(s,M):s;return(0,k.jsx)(y.chakra.textarea,{ref:c,rows:u,...h,className:(0,m.cx)("chakra-textarea",d),__css:v})});b.displayName="Textarea"},60723:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{addPrefix:()=>addPrefix,anatomy:()=>g.anatomy,blacken:()=>blacken,calc:()=>b,complementary:()=>complementary,contrast:()=>contrast,createBreakpoints:()=>createBreakpoints,cssVar:()=>cssVar,darken:()=>darken,generateStripe:()=>generateStripe,getColor:()=>getColor,getColorVar:()=>getColorVar,isAccessible:()=>isAccessible,isDark:()=>isDark,isDecimal:()=>isDecimal,isLight:()=>isLight,isReadable:()=>isReadable,lighten:()=>lighten,mode:()=>mode,orient:()=>orient,randomColor:()=>randomColor,readability:()=>readability,toVar:()=>toVar,toVarRef:()=>toVarRef,tone:()=>tone,transparentize:()=>transparentize,whiten:()=>whiten}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(34382),y=s(77504),m=s(34595);function dlv_es_default(a,c,s,d,u){for(c=c.split?c.split("."):c,d=0;d0===Object.keys(a).length,getColor=(a,c,s)=>{let d=dlv_es_default(a,`colors.${c}`,c);try{return(0,m.toHex)(d),d}catch{return null!=s?s:"#000000"}},getColorVar=(a,c,s)=>{var d;return null!=(d=(0,y.getCSSVar)(a,"colors",c))?d:s},getBrightness=a=>{let[c,s,d]=(0,m.parseToRgba)(a);return(299*c+587*s+114*d)/1e3},tone=a=>c=>{let s=getColor(c,a),d=getBrightness(s);return d<128?"dark":"light"},isDark=a=>c=>"dark"===tone(a)(c),isLight=a=>c=>"light"===tone(a)(c),transparentize=(a,c)=>s=>{let d=getColor(s,a);return(0,m.transparentize)(d,1-c)},whiten=(a,c)=>s=>{let d=getColor(s,a);return(0,m.toHex)((0,m.mix)(d,"#fff",c))},blacken=(a,c)=>s=>{let d=getColor(s,a);return(0,m.toHex)((0,m.mix)(d,"#000",c/100))},darken=(a,c)=>s=>{let d=getColor(s,a);return(0,m.toHex)((0,m.darken)(d,c/100))},lighten=(a,c)=>s=>{let d=getColor(s,a);(0,m.toHex)((0,m.lighten)(d,c/100))},contrast=(a,c)=>s=>(0,m.getContrast)(getColor(s,c),getColor(s,a)),isAccessible=(a,c,s)=>d=>isReadable(getColor(d,c),getColor(d,a),s);function isReadable(a,c,s={level:"AA",size:"small"}){var d,u;let p=readability(a,c);switch((null!=(d=s.level)?d:"AA")+(null!=(u=s.size)?u:"small")){case"AAsmall":case"AAAlarge":return p>=4.5;case"AAlarge":return p>=3;case"AAAsmall":return p>=7;default:return!1}}function readability(a,c){return(Math.max((0,m.getLuminance)(a),(0,m.getLuminance)(c))+.05)/(Math.min((0,m.getLuminance)(a),(0,m.getLuminance)(c))+.05)}var complementary=a=>c=>{let s=getColor(c,a),d=(0,m.parseToHsla)(s),u=Object.assign(d,[(d[0]+180)%360]);return(0,m.toHex)((0,m.hsla)(...u))};function generateStripe(a="1rem",c="rgba(255, 255, 255, 0.15)"){return{backgroundImage:`linear-gradient( 45deg, ${c} 25%, transparent 25%, transparent 50%, ${c} 50%, ${c} 75%, transparent 75%, transparent )`,backgroundSize:`${a} ${a}`}}var randomHex=()=>`#${Math.floor(16777215*Math.random()).toString(16).padEnd(6,"0")}`;function randomColor(a){let c=randomHex();return!a||isEmptyObject(a)?c:a.string&&a.colors?randomColorFromList(a.string,a.colors):a.string&&!a.colors?randomColorFromString(a.string):a.colors&&!a.string?randomFromList(a.colors):c}function randomColorFromString(a){let c=0;if(0===a.length)return c.toString();for(let s=0;s>8*a&255;s+=`00${d.toString(16)}`.substr(-2)}return s}function randomColorFromList(a,c){let s=0;if(0===a.length)return c[0];for(let c=0;c"dark"===s.colorMode?c:a}function orient(a){let{orientation:c,vertical:s,horizontal:d}=a;return c?"vertical"===c?s:d:{}}var k=s(42409),createBreakpoints=a=>((0,k.warn)({condition:!0,message:"[chakra-ui]: createBreakpoints(...) will be deprecated pretty soonsimply pass the breakpoints as an object. Remove the createBreakpoints(..) call"}),{base:"0em",...a}),M=s(42409);function toRef(a){return(0,M.isObject)(a)&&a.reference?a.reference:String(a)}var toExpr=(a,...c)=>c.map(toRef).join(` ${a} `).replace(/calc/g,""),add=(...a)=>`calc(${toExpr("+",...a)})`,subtract=(...a)=>`calc(${toExpr("-",...a)})`,multiply=(...a)=>`calc(${toExpr("*",...a)})`,divide=(...a)=>`calc(${toExpr("/",...a)})`,negate=a=>{let c=toRef(a);return null==c||Number.isNaN(parseFloat(c))?multiply(c,-1):String(c).startsWith("-")?String(c).slice(1):`-${c}`},b=Object.assign(a=>({add:(...c)=>b(add(a,...c)),subtract:(...c)=>b(subtract(a,...c)),multiply:(...c)=>b(multiply(a,...c)),divide:(...c)=>b(divide(a,...c)),negate:()=>b(negate(a)),toString:()=>a.toString()}),{add,subtract,multiply,divide,negate});function isDecimal(a){return!Number.isInteger(parseFloat(a.toString()))}function replaceWhiteSpace(a,c="-"){return a.replace(/\s+/g,c)}function escape(a){let c=replaceWhiteSpace(a.toString());return c.includes("\\.")?a:isDecimal(a)?c.replace(".","\\."):a}function addPrefix(a,c=""){return[c,escape(a)].filter(Boolean).join("-")}function toVarRef(a,c){return`var(${escape(a)}${c?`, ${c}`:""})`}function toVar(a,c=""){return`--${addPrefix(a,c)}`}function cssVar(a,c){let s=toVar(a,null==c?void 0:c.prefix);return{variable:s,reference:toVarRef(s,getFallback(null==c?void 0:c.fallback))}}function getFallback(a){return"string"==typeof a?a:null==a?void 0:a.reference}},63839:function(a,c,s){"use strict";var d,u,p=Object.create,h=Object.defineProperty,v=Object.getOwnPropertyDescriptor,g=Object.getOwnPropertyNames,y=Object.getPrototypeOf,m=Object.prototype.hasOwnProperty,__copyProps=(a,c,s,d)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let u of g(c))m.call(a,u)||u===s||h(a,u,{get:()=>c[u],enumerable:!(d=v(c,u))||d.enumerable});return a},k={};((a,c)=>{for(var s in c)h(a,s,{get:c[s],enumerable:!0})})(k,{extendBaseTheme:()=>C,extendTheme:()=>I,mergeThemeOverride:()=>mergeThemeOverride,withDefaultColorScheme:()=>withDefaultColorScheme,withDefaultProps:()=>withDefaultProps,withDefaultSize:()=>withDefaultSize,withDefaultVariant:()=>withDefaultVariant}),a.exports=__copyProps(h({},"__esModule",{value:!0}),k);var M=s(60),b=(u=null!=(d=s(38554))?p(y(d)):{},__copyProps(d&&d.__esModule?u:h(u,"default",{value:d,enumerable:!0}),d));function isFunction(a){return"function"==typeof a}function pipe(...a){return c=>a.reduce((a,c)=>c(a),c)}var createExtendTheme=a=>function(...c){let s=[...c],d=c[c.length-1];return(0,M.isChakraTheme)(d)&&s.length>1?s=s.slice(0,s.length-1):d=a,pipe(...s.map(a=>c=>isFunction(a)?a(c):mergeThemeOverride(c,a)))(d)},I=createExtendTheme(M.theme),C=createExtendTheme(M.baseTheme);function mergeThemeOverride(...a){return(0,b.default)({},...a,mergeThemeCustomizer)}function mergeThemeCustomizer(a,c,s,d){if((isFunction(a)||isFunction(c))&&Object.prototype.hasOwnProperty.call(d,s))return(...s)=>{let d=isFunction(a)?a(...s):a,u=isFunction(c)?c(...s):c;return(0,b.default)({},d,u,mergeThemeCustomizer)}}var x=s(42409);function withDefaultColorScheme({colorScheme:a,components:c}){return s=>{let d=Object.keys(s.components||{});return Array.isArray(c)?d=c:(0,x.isObject)(c)&&(d=Object.keys(c)),mergeThemeOverride(s,{components:Object.fromEntries(d.map(c=>[c,{defaultProps:{colorScheme:a}}]))})}}var R=s(42409);function withDefaultSize({size:a,components:c}){return s=>{let d=Object.keys(s.components||{});return Array.isArray(c)?d=c:(0,R.isObject)(c)&&(d=Object.keys(c)),mergeThemeOverride(s,{components:Object.fromEntries(d.map(c=>[c,{defaultProps:{size:a}}]))})}}var S=s(42409);function withDefaultVariant({variant:a,components:c}){return s=>{let d=Object.keys(s.components||{});return Array.isArray(c)?d=c:(0,S.isObject)(c)&&(d=Object.keys(c)),mergeThemeOverride(s,{components:Object.fromEntries(d.map(c=>[c,{defaultProps:{variant:a}}]))})}}function pipe2(...a){return c=>a.reduce((a,c)=>c(a),c)}function withDefaultProps({defaultProps:{colorScheme:a,variant:c,size:s},components:d}){let identity=a=>a,u=[a?withDefaultColorScheme({colorScheme:a,components:d}):identity,s?withDefaultSize({size:s,components:d}):identity,c?withDefaultVariant({variant:c,components:d}):identity];return a=>mergeThemeOverride(pipe2(...u)(a))}},60:function(a,c,s){"use strict";var d,u,p,h,v,g,y,m,k,M,b,I,C,x,R,S,_,w,P,O,F,D,j,E=Object.defineProperty,T=Object.getOwnPropertyDescriptor,B=Object.getOwnPropertyNames,N=Object.prototype.hasOwnProperty,$={};((a,c)=>{for(var s in c)E(a,s,{get:c[s],enumerable:!0})})($,{baseTheme:()=>oM,isChakraTheme:()=>isChakraTheme,requiredChakraThemeKeys:()=>of,theme:()=>ok}),a.exports=((a,c,s,d)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of B(c))N.call(a,s)||void 0===s||E(a,s,{get:()=>c[s],enumerable:!(d=T(c,s))||d.enumerable});return a})(E({},"__esModule",{value:!0}),$);var L=s(34382),W=s(77504),{definePartsStyle:H,defineMultiStyleConfig:V}=(0,W.createMultiStyleConfigHelpers)(L.accordionAnatomy.keys),q=V({baseStyle:H({container:(0,W.defineStyle)({borderTopWidth:"1px",borderColor:"inherit",_last:{borderBottomWidth:"1px"}}),button:(0,W.defineStyle)({transitionProperty:"common",transitionDuration:"normal",fontSize:"md",_focusVisible:{boxShadow:"outline"},_hover:{bg:"blackAlpha.50"},_disabled:{opacity:.4,cursor:"not-allowed"},px:"4",py:"2"}),panel:(0,W.defineStyle)({pt:"2",px:"4",pb:"5"}),icon:(0,W.defineStyle)({fontSize:"1.25em"})})}),U=s(34382),G=s(77504),X=s(60723),{definePartsStyle:K,defineMultiStyleConfig:Y}=(0,G.createMultiStyleConfigHelpers)(U.alertAnatomy.keys),Z=(0,G.cssVar)("alert-fg"),Q=(0,G.cssVar)("alert-bg");function getBg(a){let{theme:c,colorScheme:s}=a,d=(0,X.transparentize)(`${s}.200`,.16)(c);return{light:`colors.${s}.100`,dark:d}}var J=Y({baseStyle:K({container:{bg:Q.reference,px:"4",py:"3"},title:{fontWeight:"bold",lineHeight:"6",marginEnd:"2"},description:{lineHeight:"6"},icon:{color:Z.reference,flexShrink:0,marginEnd:"3",w:"5",h:"6"},spinner:{color:Z.reference,flexShrink:0,marginEnd:"3",w:"5",h:"5"}}),variants:{subtle:K(a=>{let{colorScheme:c}=a,s=getBg(a);return{container:{[Z.variable]:`colors.${c}.500`,[Q.variable]:s.light,_dark:{[Z.variable]:`colors.${c}.200`,[Q.variable]:s.dark}}}}),"left-accent":K(a=>{let{colorScheme:c}=a,s=getBg(a);return{container:{[Z.variable]:`colors.${c}.500`,[Q.variable]:s.light,_dark:{[Z.variable]:`colors.${c}.200`,[Q.variable]:s.dark},paddingStart:"3",borderStartWidth:"4px",borderStartColor:Z.reference}}}),"top-accent":K(a=>{let{colorScheme:c}=a,s=getBg(a);return{container:{[Z.variable]:`colors.${c}.500`,[Q.variable]:s.light,_dark:{[Z.variable]:`colors.${c}.200`,[Q.variable]:s.dark},pt:"2",borderTopWidth:"4px",borderTopColor:Z.reference}}}),solid:K(a=>{let{colorScheme:c}=a;return{container:{[Z.variable]:"colors.white",[Q.variable]:`colors.${c}.500`,_dark:{[Z.variable]:"colors.gray.900",[Q.variable]:`colors.${c}.200`},color:Z.reference}}})},defaultProps:{variant:"subtle",colorScheme:"blue"}}),ee=s(34382),et=s(77504),ea=s(60723),en={px:"1px",.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},er={...en,max:"max-content",min:"min-content",full:"100%","3xs":"14rem","2xs":"16rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem","8xl":"90rem",prose:"60ch",container:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px"}},isFunction=a=>"function"==typeof a;function runIfFn(a,...c){return isFunction(a)?a(...c):a}var{definePartsStyle:eo,defineMultiStyleConfig:el}=(0,et.createMultiStyleConfigHelpers)(ee.avatarAnatomy.keys),ec=(0,et.cssVar)("avatar-border-color"),ei=(0,et.cssVar)("avatar-bg"),es=(0,et.cssVar)("avatar-font-size"),ed=(0,et.cssVar)("avatar-size"),eu=(0,et.defineStyle)({borderRadius:"full",border:"0.2em solid",borderColor:ec.reference,[ec.variable]:"white",_dark:{[ec.variable]:"colors.gray.800"}}),ep=(0,et.defineStyle)({bg:ei.reference,fontSize:es.reference,width:ed.reference,height:ed.reference,lineHeight:"1",[ei.variable]:"colors.gray.200",_dark:{[ei.variable]:"colors.whiteAlpha.400"}}),eh=(0,et.defineStyle)(a=>{let{name:c,theme:s}=a,d=c?(0,ea.randomColor)({string:c}):"colors.gray.400",u=(0,ea.isDark)(d)(s),p="white";return u||(p="gray.800"),{bg:ei.reference,fontSize:es.reference,color:p,borderColor:ec.reference,verticalAlign:"top",width:ed.reference,height:ed.reference,"&:not([data-loaded])":{[ei.variable]:d},[ec.variable]:"colors.white",_dark:{[ec.variable]:"colors.gray.800"}}}),ev=(0,et.defineStyle)({fontSize:es.reference,lineHeight:"1"});function getSize(a){let c="100%"!==a?er[a]:void 0;return eo({container:{[ed.variable]:null!=c?c:a,[es.variable]:`calc(${null!=c?c:a} / 2.5)`},excessLabel:{[ed.variable]:null!=c?c:a,[es.variable]:`calc(${null!=c?c:a} / 2.5)`}})}var eg=el({baseStyle:eo(a=>({badge:runIfFn(eu,a),excessLabel:runIfFn(ep,a),container:runIfFn(eh,a),label:ev})),sizes:{"2xs":getSize(4),xs:getSize(6),sm:getSize(8),md:getSize(12),lg:getSize(16),xl:getSize(24),"2xl":getSize(32),full:getSize("100%")},defaultProps:{size:"md"}}),ey=s(77504),ef=s(60723),em=(0,ey.defineCssVars)("badge",["bg","color","shadow"]),ek=(0,ey.defineStyle)({px:1,textTransform:"uppercase",fontSize:"xs",borderRadius:"sm",fontWeight:"bold",bg:em.bg.reference,color:em.color.reference,boxShadow:em.shadow.reference}),eM=(0,ey.defineStyle)(a=>{let{colorScheme:c,theme:s}=a,d=(0,ef.transparentize)(`${c}.500`,.6)(s);return{[em.bg.variable]:`colors.${c}.500`,[em.color.variable]:"colors.white",_dark:{[em.bg.variable]:d,[em.color.variable]:"colors.whiteAlpha.800"}}}),eb=(0,ey.defineStyle)(a=>{let{colorScheme:c,theme:s}=a,d=(0,ef.transparentize)(`${c}.200`,.16)(s);return{[em.bg.variable]:`colors.${c}.100`,[em.color.variable]:`colors.${c}.800`,_dark:{[em.bg.variable]:d,[em.color.variable]:`colors.${c}.200`}}}),eI=(0,ey.defineStyle)(a=>{let{colorScheme:c,theme:s}=a,d=(0,ef.transparentize)(`${c}.200`,.8)(s);return{[em.color.variable]:`colors.${c}.500`,_dark:{[em.color.variable]:d},[em.shadow.variable]:`inset 0 0 0px 1px ${em.color.reference}`}}),eC=(0,ey.defineStyleConfig)({baseStyle:ek,variants:{solid:eM,subtle:eb,outline:eI},defaultProps:{variant:"subtle",colorScheme:"gray"}}),ex=s(34382),eR=s(77504),{defineMultiStyleConfig:eS,definePartsStyle:e_}=(0,eR.createMultiStyleConfigHelpers)(ex.breadcrumbAnatomy.keys),ew=(0,eR.cssVar)("breadcrumb-link-decor"),eP=eS({baseStyle:e_({link:(0,eR.defineStyle)({transitionProperty:"common",transitionDuration:"fast",transitionTimingFunction:"ease-out",outline:"none",color:"inherit",textDecoration:ew.reference,[ew.variable]:"none","&:not([aria-current=page])":{cursor:"pointer",_hover:{[ew.variable]:"underline"},_focusVisible:{boxShadow:"outline"}}})})}),eO=s(77504),eF=s(60723),ez=(0,eO.defineStyle)({lineHeight:"1.2",borderRadius:"md",fontWeight:"semibold",transitionProperty:"common",transitionDuration:"normal",_focusVisible:{boxShadow:"outline"},_disabled:{opacity:.4,cursor:"not-allowed",boxShadow:"none"},_hover:{_disabled:{bg:"initial"}}}),eD=(0,eO.defineStyle)(a=>{let{colorScheme:c,theme:s}=a;if("gray"===c)return{color:(0,eF.mode)("gray.800","whiteAlpha.900")(a),_hover:{bg:(0,eF.mode)("gray.100","whiteAlpha.200")(a)},_active:{bg:(0,eF.mode)("gray.200","whiteAlpha.300")(a)}};let d=(0,eF.transparentize)(`${c}.200`,.12)(s),u=(0,eF.transparentize)(`${c}.200`,.24)(s);return{color:(0,eF.mode)(`${c}.600`,`${c}.200`)(a),bg:"transparent",_hover:{bg:(0,eF.mode)(`${c}.50`,d)(a)},_active:{bg:(0,eF.mode)(`${c}.100`,u)(a)}}}),eA=(0,eO.defineStyle)(a=>{let{colorScheme:c}=a,s=(0,eF.mode)("gray.200","whiteAlpha.300")(a);return{border:"1px solid",borderColor:"gray"===c?s:"currentColor",".chakra-button__group[data-attached][data-orientation=horizontal] > &:not(:last-of-type)":{marginEnd:"-1px"},".chakra-button__group[data-attached][data-orientation=vertical] > &:not(:last-of-type)":{marginBottom:"-1px"},...runIfFn(eD,a)}}),ej={yellow:{bg:"yellow.400",color:"black",hoverBg:"yellow.500",activeBg:"yellow.600"},cyan:{bg:"cyan.400",color:"black",hoverBg:"cyan.500",activeBg:"cyan.600"}},eE=(0,eO.defineStyle)(a=>{var c;let{colorScheme:s}=a;if("gray"===s){let c=(0,eF.mode)("gray.100","whiteAlpha.200")(a);return{bg:c,color:(0,eF.mode)("gray.800","whiteAlpha.900")(a),_hover:{bg:(0,eF.mode)("gray.200","whiteAlpha.300")(a),_disabled:{bg:c}},_active:{bg:(0,eF.mode)("gray.300","whiteAlpha.400")(a)}}}let{bg:d=`${s}.500`,color:u="white",hoverBg:p=`${s}.600`,activeBg:h=`${s}.700`}=null!=(c=ej[s])?c:{},v=(0,eF.mode)(d,`${s}.200`)(a);return{bg:v,color:(0,eF.mode)(u,"gray.800")(a),_hover:{bg:(0,eF.mode)(p,`${s}.300`)(a),_disabled:{bg:v}},_active:{bg:(0,eF.mode)(h,`${s}.400`)(a)}}}),eT=(0,eO.defineStyle)(a=>{let{colorScheme:c}=a;return{padding:0,height:"auto",lineHeight:"normal",verticalAlign:"baseline",color:(0,eF.mode)(`${c}.500`,`${c}.200`)(a),_hover:{textDecoration:"underline",_disabled:{textDecoration:"none"}},_active:{color:(0,eF.mode)(`${c}.700`,`${c}.500`)(a)}}}),eB=(0,eO.defineStyle)({bg:"none",color:"inherit",display:"inline",lineHeight:"inherit",m:"0",p:"0"}),eN={lg:(0,eO.defineStyle)({h:"12",minW:"12",fontSize:"lg",px:"6"}),md:(0,eO.defineStyle)({h:"10",minW:"10",fontSize:"md",px:"4"}),sm:(0,eO.defineStyle)({h:"8",minW:"8",fontSize:"sm",px:"3"}),xs:(0,eO.defineStyle)({h:"6",minW:"6",fontSize:"xs",px:"2"})},e$=(0,eO.defineStyleConfig)({baseStyle:ez,variants:{ghost:eD,outline:eA,solid:eE,link:eT,unstyled:eB},sizes:eN,defaultProps:{variant:"solid",size:"md",colorScheme:"gray"}}),eL=s(34382),eW=s(77504),{definePartsStyle:eH,defineMultiStyleConfig:eV}=(0,eW.createMultiStyleConfigHelpers)(eL.cardAnatomy.keys),eU=(0,eW.cssVar)("card-bg"),eG=(0,eW.cssVar)("card-padding"),eX=(0,eW.cssVar)("card-shadow"),eK=(0,eW.cssVar)("card-radius"),eY=(0,eW.cssVar)("card-border-width","0"),eZ=(0,eW.cssVar)("card-border-color"),eQ=eH({container:{[eU.variable]:"colors.chakra-body-bg",backgroundColor:eU.reference,boxShadow:eX.reference,borderRadius:eK.reference,color:"chakra-body-text",borderWidth:eY.reference,borderColor:eZ.reference},body:{padding:eG.reference,flex:"1 1 0%"},header:{padding:eG.reference},footer:{padding:eG.reference}}),eJ={sm:eH({container:{[eK.variable]:"radii.base",[eG.variable]:"space.3"}}),md:eH({container:{[eK.variable]:"radii.md",[eG.variable]:"space.5"}}),lg:eH({container:{[eK.variable]:"radii.xl",[eG.variable]:"space.7"}})},e1=eV({baseStyle:eQ,variants:{elevated:eH({container:{[eX.variable]:"shadows.base",_dark:{[eU.variable]:"colors.gray.700"}}}),outline:eH({container:{[eY.variable]:"1px",[eZ.variable]:"colors.chakra-border-color"}}),filled:eH({container:{[eU.variable]:"colors.chakra-subtle-bg"}}),unstyled:{body:{[eG.variable]:0},header:{[eG.variable]:0},footer:{[eG.variable]:0}}},sizes:eJ,defaultProps:{variant:"elevated",size:"md"}}),e0=s(34382),e2=s(77504),e3=s(60723),{definePartsStyle:e5,defineMultiStyleConfig:e4}=(0,e2.createMultiStyleConfigHelpers)(e0.checkboxAnatomy.keys),e6=(0,e2.cssVar)("checkbox-size"),e9=(0,e2.defineStyle)(a=>{let{colorScheme:c}=a;return{w:e6.reference,h:e6.reference,transitionProperty:"box-shadow",transitionDuration:"normal",border:"2px solid",borderRadius:"sm",borderColor:"inherit",color:"white",_checked:{bg:(0,e3.mode)(`${c}.500`,`${c}.200`)(a),borderColor:(0,e3.mode)(`${c}.500`,`${c}.200`)(a),color:(0,e3.mode)("white","gray.900")(a),_hover:{bg:(0,e3.mode)(`${c}.600`,`${c}.300`)(a),borderColor:(0,e3.mode)(`${c}.600`,`${c}.300`)(a)},_disabled:{borderColor:(0,e3.mode)("gray.200","transparent")(a),bg:(0,e3.mode)("gray.200","whiteAlpha.300")(a),color:(0,e3.mode)("gray.500","whiteAlpha.500")(a)}},_indeterminate:{bg:(0,e3.mode)(`${c}.500`,`${c}.200`)(a),borderColor:(0,e3.mode)(`${c}.500`,`${c}.200`)(a),color:(0,e3.mode)("white","gray.900")(a)},_disabled:{bg:(0,e3.mode)("gray.100","whiteAlpha.100")(a),borderColor:(0,e3.mode)("gray.100","transparent")(a)},_focusVisible:{boxShadow:"outline"},_invalid:{borderColor:(0,e3.mode)("red.500","red.300")(a)}}}),e7=(0,e2.defineStyle)({_disabled:{cursor:"not-allowed"}}),e8=(0,e2.defineStyle)({userSelect:"none",_disabled:{opacity:.4}}),te=(0,e2.defineStyle)({transitionProperty:"transform",transitionDuration:"normal"}),tt=e4({baseStyle:e5(a=>({icon:te,container:e7,control:runIfFn(e9,a),label:e8})),sizes:{sm:e5({control:{[e6.variable]:"sizes.3"},label:{fontSize:"sm"},icon:{fontSize:"3xs"}}),md:e5({control:{[e6.variable]:"sizes.4"},label:{fontSize:"md"},icon:{fontSize:"2xs"}}),lg:e5({control:{[e6.variable]:"sizes.5"},label:{fontSize:"lg"},icon:{fontSize:"2xs"}})},defaultProps:{size:"md",colorScheme:"blue"}}),ta=s(77504),tn=s(60723),tr=(0,tn.cssVar)("close-button-size"),to=(0,tn.cssVar)("close-button-bg"),tl=(0,ta.defineStyle)({w:[tr.reference],h:[tr.reference],borderRadius:"md",transitionProperty:"common",transitionDuration:"normal",_disabled:{opacity:.4,cursor:"not-allowed",boxShadow:"none"},_hover:{[to.variable]:"colors.blackAlpha.100",_dark:{[to.variable]:"colors.whiteAlpha.100"}},_active:{[to.variable]:"colors.blackAlpha.200",_dark:{[to.variable]:"colors.whiteAlpha.200"}},_focusVisible:{boxShadow:"outline"},bg:to.reference}),tc={lg:(0,ta.defineStyle)({[tr.variable]:"sizes.10",fontSize:"md"}),md:(0,ta.defineStyle)({[tr.variable]:"sizes.8",fontSize:"xs"}),sm:(0,ta.defineStyle)({[tr.variable]:"sizes.6",fontSize:"2xs"})},ti=(0,ta.defineStyleConfig)({baseStyle:tl,sizes:tc,defaultProps:{size:"md"}}),ts=s(77504),{variants:td,defaultProps:tu}=eC,tp=(0,ts.defineStyle)({fontFamily:"mono",fontSize:"sm",px:"0.2em",borderRadius:"sm",bg:em.bg.reference,color:em.color.reference,boxShadow:em.shadow.reference}),th=(0,ts.defineStyleConfig)({baseStyle:tp,variants:td,defaultProps:tu}),tv=s(77504),tg=(0,tv.defineStyle)({w:"100%",mx:"auto",maxW:"prose",px:"4"}),ty=(0,tv.defineStyleConfig)({baseStyle:tg}),tf=s(77504),tm=(0,tf.defineStyle)({opacity:.6,borderColor:"inherit"}),tk=(0,tf.defineStyle)({borderStyle:"solid"}),tM=(0,tf.defineStyle)({borderStyle:"dashed"}),tb=(0,tf.defineStyleConfig)({baseStyle:tm,variants:{solid:tk,dashed:tM},defaultProps:{variant:"solid"}}),tI=s(34382),tC=s(77504),{definePartsStyle:tx,defineMultiStyleConfig:tR}=(0,tC.createMultiStyleConfigHelpers)(tI.drawerAnatomy.keys),tS=(0,tC.cssVar)("drawer-bg"),t_=(0,tC.cssVar)("drawer-box-shadow");function getSize2(a){return"full"===a?tx({dialog:{maxW:"100vw",h:"100vh"}}):tx({dialog:{maxW:a}})}var tw=(0,tC.defineStyle)({bg:"blackAlpha.600",zIndex:"modal"}),tP=(0,tC.defineStyle)({display:"flex",zIndex:"modal",justifyContent:"center"}),tO=(0,tC.defineStyle)(a=>{let{isFullHeight:c}=a;return{...c&&{height:"100vh"},zIndex:"modal",maxH:"100vh",color:"inherit",[tS.variable]:"colors.white",[t_.variable]:"shadows.lg",_dark:{[tS.variable]:"colors.gray.700",[t_.variable]:"shadows.dark-lg"},bg:tS.reference,boxShadow:t_.reference}}),tF=(0,tC.defineStyle)({px:"6",py:"4",fontSize:"xl",fontWeight:"semibold"}),tz=(0,tC.defineStyle)({position:"absolute",top:"2",insetEnd:"3"}),tD=(0,tC.defineStyle)({px:"6",py:"2",flex:"1",overflow:"auto"}),tA=(0,tC.defineStyle)({px:"6",py:"4"}),tj=tR({baseStyle:tx(a=>({overlay:tw,dialogContainer:tP,dialog:runIfFn(tO,a),header:tF,closeButton:tz,body:tD,footer:tA})),sizes:{xs:getSize2("xs"),sm:getSize2("md"),md:getSize2("lg"),lg:getSize2("2xl"),xl:getSize2("4xl"),full:getSize2("full")},defaultProps:{size:"xs"}}),tE=s(34382),tT=s(77504),{definePartsStyle:tB,defineMultiStyleConfig:tN}=(0,tT.createMultiStyleConfigHelpers)(tE.editableAnatomy.keys),t$=tN({baseStyle:tB({preview:(0,tT.defineStyle)({borderRadius:"md",py:"1",transitionProperty:"common",transitionDuration:"normal"}),input:(0,tT.defineStyle)({borderRadius:"md",py:"1",transitionProperty:"common",transitionDuration:"normal",width:"full",_focusVisible:{boxShadow:"outline"},_placeholder:{opacity:.6}}),textarea:(0,tT.defineStyle)({borderRadius:"md",py:"1",transitionProperty:"common",transitionDuration:"normal",width:"full",_focusVisible:{boxShadow:"outline"},_placeholder:{opacity:.6}})})}),tL=s(34382),tW=s(77504),{definePartsStyle:tH,defineMultiStyleConfig:tV}=(0,tW.createMultiStyleConfigHelpers)(tL.formAnatomy.keys),tq=(0,tW.cssVar)("form-control-color"),tU=tV({baseStyle:tH({container:{width:"100%",position:"relative"},requiredIndicator:(0,tW.defineStyle)({marginStart:"1",[tq.variable]:"colors.red.500",_dark:{[tq.variable]:"colors.red.300"},color:tq.reference}),helperText:(0,tW.defineStyle)({mt:"2",[tq.variable]:"colors.gray.600",_dark:{[tq.variable]:"colors.whiteAlpha.600"},color:tq.reference,lineHeight:"normal",fontSize:"sm"})})}),tG=s(34382),tX=s(77504),{definePartsStyle:tK,defineMultiStyleConfig:tY}=(0,tX.createMultiStyleConfigHelpers)(tG.formErrorAnatomy.keys),tZ=(0,tX.cssVar)("form-error-color"),tQ=tY({baseStyle:tK({text:(0,tX.defineStyle)({[tZ.variable]:"colors.red.500",_dark:{[tZ.variable]:"colors.red.300"},color:tZ.reference,mt:"2",fontSize:"sm",lineHeight:"normal"}),icon:(0,tX.defineStyle)({marginEnd:"0.5em",[tZ.variable]:"colors.red.500",_dark:{[tZ.variable]:"colors.red.300"},color:tZ.reference})})}),tJ=s(77504),t1=(0,tJ.defineStyle)({fontSize:"md",marginEnd:"3",mb:"2",fontWeight:"medium",transitionProperty:"common",transitionDuration:"normal",opacity:1,_disabled:{opacity:.4}}),t0=(0,tJ.defineStyleConfig)({baseStyle:t1}),t2=s(77504),t3=(0,t2.defineStyle)({fontFamily:"heading",fontWeight:"bold"}),t5={"4xl":(0,t2.defineStyle)({fontSize:["6xl",null,"7xl"],lineHeight:1}),"3xl":(0,t2.defineStyle)({fontSize:["5xl",null,"6xl"],lineHeight:1}),"2xl":(0,t2.defineStyle)({fontSize:["4xl",null,"5xl"],lineHeight:[1.2,null,1]}),xl:(0,t2.defineStyle)({fontSize:["3xl",null,"4xl"],lineHeight:[1.33,null,1.2]}),lg:(0,t2.defineStyle)({fontSize:["2xl",null,"3xl"],lineHeight:[1.33,null,1.2]}),md:(0,t2.defineStyle)({fontSize:"xl",lineHeight:1.2}),sm:(0,t2.defineStyle)({fontSize:"md",lineHeight:1.2}),xs:(0,t2.defineStyle)({fontSize:"sm",lineHeight:1.2})},t4=(0,t2.defineStyleConfig)({baseStyle:t3,sizes:t5,defaultProps:{size:"xl"}}),t6=s(34382),t9=s(77504),t7=s(60723),{definePartsStyle:t8,defineMultiStyleConfig:ae}=(0,t9.createMultiStyleConfigHelpers)(t6.inputAnatomy.keys),at=(0,t9.cssVar)("input-height"),aa=(0,t9.cssVar)("input-font-size"),an=(0,t9.cssVar)("input-padding"),ar=(0,t9.cssVar)("input-border-radius"),ao=t8({addon:{height:at.reference,fontSize:aa.reference,px:an.reference,borderRadius:ar.reference},field:{width:"100%",height:at.reference,fontSize:aa.reference,px:an.reference,borderRadius:ar.reference,minWidth:0,outline:0,position:"relative",appearance:"none",transitionProperty:"common",transitionDuration:"normal",_disabled:{opacity:.4,cursor:"not-allowed"}}}),al={lg:(0,t9.defineStyle)({[aa.variable]:"fontSizes.lg",[an.variable]:"space.4",[ar.variable]:"radii.md",[at.variable]:"sizes.12"}),md:(0,t9.defineStyle)({[aa.variable]:"fontSizes.md",[an.variable]:"space.4",[ar.variable]:"radii.md",[at.variable]:"sizes.10"}),sm:(0,t9.defineStyle)({[aa.variable]:"fontSizes.sm",[an.variable]:"space.3",[ar.variable]:"radii.sm",[at.variable]:"sizes.8"}),xs:(0,t9.defineStyle)({[aa.variable]:"fontSizes.xs",[an.variable]:"space.2",[ar.variable]:"radii.sm",[at.variable]:"sizes.6"})};function getDefaults(a){let{focusBorderColor:c,errorBorderColor:s}=a;return{focusBorderColor:c||(0,t7.mode)("blue.500","blue.300")(a),errorBorderColor:s||(0,t7.mode)("red.500","red.300")(a)}}var ac=ae({baseStyle:ao,sizes:{lg:t8({field:al.lg,group:al.lg}),md:t8({field:al.md,group:al.md}),sm:t8({field:al.sm,group:al.sm}),xs:t8({field:al.xs,group:al.xs})},variants:{outline:t8(a=>{let{theme:c}=a,{focusBorderColor:s,errorBorderColor:d}=getDefaults(a);return{field:{border:"1px solid",borderColor:"inherit",bg:"inherit",_hover:{borderColor:(0,t7.mode)("gray.300","whiteAlpha.400")(a)},_readOnly:{boxShadow:"none !important",userSelect:"all"},_invalid:{borderColor:(0,t7.getColor)(c,d),boxShadow:`0 0 0 1px ${(0,t7.getColor)(c,d)}`},_focusVisible:{zIndex:1,borderColor:(0,t7.getColor)(c,s),boxShadow:`0 0 0 1px ${(0,t7.getColor)(c,s)}`}},addon:{border:"1px solid",borderColor:(0,t7.mode)("inherit","whiteAlpha.50")(a),bg:(0,t7.mode)("gray.100","whiteAlpha.300")(a)}}}),filled:t8(a=>{let{theme:c}=a,{focusBorderColor:s,errorBorderColor:d}=getDefaults(a);return{field:{border:"2px solid",borderColor:"transparent",bg:(0,t7.mode)("gray.100","whiteAlpha.50")(a),_hover:{bg:(0,t7.mode)("gray.200","whiteAlpha.100")(a)},_readOnly:{boxShadow:"none !important",userSelect:"all"},_invalid:{borderColor:(0,t7.getColor)(c,d)},_focusVisible:{bg:"transparent",borderColor:(0,t7.getColor)(c,s)}},addon:{border:"2px solid",borderColor:"transparent",bg:(0,t7.mode)("gray.100","whiteAlpha.50")(a)}}}),flushed:t8(a=>{let{theme:c}=a,{focusBorderColor:s,errorBorderColor:d}=getDefaults(a);return{field:{borderBottom:"1px solid",borderColor:"inherit",borderRadius:"0",px:"0",bg:"transparent",_readOnly:{boxShadow:"none !important",userSelect:"all"},_invalid:{borderColor:(0,t7.getColor)(c,d),boxShadow:`0px 1px 0px 0px ${(0,t7.getColor)(c,d)}`},_focusVisible:{borderColor:(0,t7.getColor)(c,s),boxShadow:`0px 1px 0px 0px ${(0,t7.getColor)(c,s)}`}},addon:{borderBottom:"2px solid",borderColor:"inherit",borderRadius:"0",px:"0",bg:"transparent"}}}),unstyled:t8({field:{bg:"transparent",px:"0",height:"auto"},addon:{bg:"transparent",px:"0",height:"auto"}})},defaultProps:{size:"md",variant:"outline"}}),ai=s(77504),as=(0,ai.cssVar)("kbd-bg"),ad=(0,ai.defineStyle)({[as.variable]:"colors.gray.100",_dark:{[as.variable]:"colors.whiteAlpha.100"},bg:as.reference,borderRadius:"md",borderWidth:"1px",borderBottomWidth:"3px",fontSize:"0.8em",fontWeight:"bold",lineHeight:"normal",px:"0.4em",whiteSpace:"nowrap"}),au=(0,ai.defineStyleConfig)({baseStyle:ad}),ap=s(77504),ah=(0,ap.defineStyle)({transitionProperty:"common",transitionDuration:"fast",transitionTimingFunction:"ease-out",cursor:"pointer",textDecoration:"none",outline:"none",color:"inherit",_hover:{textDecoration:"underline"},_focusVisible:{boxShadow:"outline"}}),av=(0,ap.defineStyleConfig)({baseStyle:ah}),ag=s(34382),ay=s(77504),{defineMultiStyleConfig:af,definePartsStyle:am}=(0,ay.createMultiStyleConfigHelpers)(ag.listAnatomy.keys),ak=af({baseStyle:am({icon:(0,ay.defineStyle)({marginEnd:"2",display:"inline",verticalAlign:"text-bottom"})})}),aM=s(34382),ab=s(77504),{defineMultiStyleConfig:aI,definePartsStyle:aC}=(0,ab.createMultiStyleConfigHelpers)(aM.menuAnatomy.keys),ax=(0,ab.cssVar)("menu-bg"),aR=(0,ab.cssVar)("menu-shadow"),aS=(0,ab.defineStyle)({[ax.variable]:"#fff",[aR.variable]:"shadows.sm",_dark:{[ax.variable]:"colors.gray.700",[aR.variable]:"shadows.dark-lg"},color:"inherit",minW:"3xs",py:"2",zIndex:1,borderRadius:"md",borderWidth:"1px",bg:ax.reference,boxShadow:aR.reference}),a_=(0,ab.defineStyle)({py:"1.5",px:"3",transitionProperty:"background",transitionDuration:"ultra-fast",transitionTimingFunction:"ease-in",_focus:{[ax.variable]:"colors.gray.100",_dark:{[ax.variable]:"colors.whiteAlpha.100"}},_active:{[ax.variable]:"colors.gray.200",_dark:{[ax.variable]:"colors.whiteAlpha.200"}},_expanded:{[ax.variable]:"colors.gray.100",_dark:{[ax.variable]:"colors.whiteAlpha.100"}},_disabled:{opacity:.4,cursor:"not-allowed"},bg:ax.reference}),aw=(0,ab.defineStyle)({mx:4,my:2,fontWeight:"semibold",fontSize:"sm"}),aP=(0,ab.defineStyle)({display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0}),aO=(0,ab.defineStyle)({opacity:.6}),aF=(0,ab.defineStyle)({border:0,borderBottom:"1px solid",borderColor:"inherit",my:"2",opacity:.6}),az=aI({baseStyle:aC({button:(0,ab.defineStyle)({transitionProperty:"common",transitionDuration:"normal"}),list:aS,item:a_,groupTitle:aw,icon:aP,command:aO,divider:aF})}),aD=s(34382),aA=s(77504),{defineMultiStyleConfig:aj,definePartsStyle:aE}=(0,aA.createMultiStyleConfigHelpers)(aD.modalAnatomy.keys),aT=(0,aA.cssVar)("modal-bg"),aB=(0,aA.cssVar)("modal-shadow"),aN=(0,aA.defineStyle)({bg:"blackAlpha.600",zIndex:"modal"}),a$=(0,aA.defineStyle)(a=>{let{isCentered:c,scrollBehavior:s}=a;return{display:"flex",zIndex:"modal",justifyContent:"center",alignItems:c?"center":"flex-start",overflow:"inside"===s?"hidden":"auto",overscrollBehaviorY:"none"}}),aL=(0,aA.defineStyle)(a=>{let{isCentered:c,scrollBehavior:s}=a;return{borderRadius:"md",color:"inherit",my:c?"auto":"16",mx:c?"auto":void 0,zIndex:"modal",maxH:"inside"===s?"calc(100% - 7.5rem)":void 0,[aT.variable]:"colors.white",[aB.variable]:"shadows.lg",_dark:{[aT.variable]:"colors.gray.700",[aB.variable]:"shadows.dark-lg"},bg:aT.reference,boxShadow:aB.reference}}),aW=(0,aA.defineStyle)({px:"6",py:"4",fontSize:"xl",fontWeight:"semibold"}),aH=(0,aA.defineStyle)({position:"absolute",top:"2",insetEnd:"3"}),aV=(0,aA.defineStyle)(a=>{let{scrollBehavior:c}=a;return{px:"6",py:"2",flex:"1",overflow:"inside"===c?"auto":void 0}}),aq=(0,aA.defineStyle)({px:"6",py:"4"});function getSize3(a){return"full"===a?aE({dialog:{maxW:"100vw",minH:"$100vh",my:"0",borderRadius:"0"}}):aE({dialog:{maxW:a}})}var aU=aj({baseStyle:aE(a=>({overlay:aN,dialogContainer:runIfFn(a$,a),dialog:runIfFn(aL,a),header:aW,closeButton:aH,body:runIfFn(aV,a),footer:aq})),sizes:{xs:getSize3("xs"),sm:getSize3("sm"),md:getSize3("md"),lg:getSize3("lg"),xl:getSize3("xl"),"2xl":getSize3("2xl"),"3xl":getSize3("3xl"),"4xl":getSize3("4xl"),"5xl":getSize3("5xl"),"6xl":getSize3("6xl"),full:getSize3("full")},defaultProps:{size:"md"}}),aG=s(34382),aX=s(77504),aK=s(60723),aY={letterSpacings:{tighter:"-0.05em",tight:"-0.025em",normal:"0",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeights:{normal:"normal",none:1,shorter:1.25,short:1.375,base:1.5,tall:1.625,taller:"2",3:".75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem"},fontWeights:{hairline:100,thin:200,light:300,normal:400,medium:500,semibold:600,bold:700,extrabold:800,black:900},fonts:{heading:'-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',body:'-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',mono:'SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'},fontSizes:{"3xs":"0.45rem","2xs":"0.625rem",xs:"0.75rem",sm:"0.875rem",md:"1rem",lg:"1.125rem",xl:"1.25rem","2xl":"1.5rem","3xl":"1.875rem","4xl":"2.25rem","5xl":"3rem","6xl":"3.75rem","7xl":"4.5rem","8xl":"6rem","9xl":"8rem"}},{defineMultiStyleConfig:aZ,definePartsStyle:aQ}=(0,aX.createMultiStyleConfigHelpers)(aG.numberInputAnatomy.keys),aJ=(0,aK.cssVar)("number-input-stepper-width"),a1=(0,aK.cssVar)("number-input-input-padding"),a0=(0,aK.calc)(aJ).add("0.5rem").toString(),a2=(0,aK.cssVar)("number-input-bg"),a3=(0,aK.cssVar)("number-input-color"),a5=(0,aK.cssVar)("number-input-border-color"),a4=(0,aX.defineStyle)({[aJ.variable]:"sizes.6",[a1.variable]:a0}),a6=(0,aX.defineStyle)(a=>{var c,s;return null!=(s=null==(c=runIfFn(ac.baseStyle,a))?void 0:c.field)?s:{}}),a9=(0,aX.defineStyle)({width:aJ.reference}),a7=(0,aX.defineStyle)({borderStart:"1px solid",borderStartColor:a5.reference,color:a3.reference,bg:a2.reference,[a3.variable]:"colors.chakra-body-text",[a5.variable]:"colors.chakra-border-color",_dark:{[a3.variable]:"colors.whiteAlpha.800",[a5.variable]:"colors.whiteAlpha.300"},_active:{[a2.variable]:"colors.gray.200",_dark:{[a2.variable]:"colors.whiteAlpha.300"}},_disabled:{opacity:.4,cursor:"not-allowed"}});function getSize4(a){var c,s,d;let u=null==(c=ac.sizes)?void 0:c[a],p={lg:"md",md:"md",sm:"sm",xs:"sm"},h=null!=(d=null==(s=u.field)?void 0:s.fontSize)?d:"md",v=aY.fontSizes[h];return aQ({field:{...u.field,paddingInlineEnd:a1.reference,verticalAlign:"top"},stepper:{fontSize:(0,aK.calc)(v).multiply(.75).toString(),_first:{borderTopEndRadius:p[a]},_last:{borderBottomEndRadius:p[a],mt:"-1px",borderTopWidth:1}}})}var a8=aZ({baseStyle:aQ(a=>{var c;return{root:a4,field:null!=(c=runIfFn(a6,a))?c:{},stepperGroup:a9,stepper:a7}}),sizes:{xs:getSize4("xs"),sm:getSize4("sm"),md:getSize4("md"),lg:getSize4("lg")},variants:ac.variants,defaultProps:ac.defaultProps}),ne=s(77504),nt=(0,ne.defineStyle)({...null==(d=ac.baseStyle)?void 0:d.field,textAlign:"center"}),na={lg:(0,ne.defineStyle)({fontSize:"lg",w:12,h:12,borderRadius:"md"}),md:(0,ne.defineStyle)({fontSize:"md",w:10,h:10,borderRadius:"md"}),sm:(0,ne.defineStyle)({fontSize:"sm",w:8,h:8,borderRadius:"sm"}),xs:(0,ne.defineStyle)({fontSize:"xs",w:6,h:6,borderRadius:"sm"})},nn={outline:(0,ne.defineStyle)(a=>{var c,s,d;return null!=(d=null==(s=runIfFn(null==(c=ac.variants)?void 0:c.outline,a))?void 0:s.field)?d:{}}),flushed:(0,ne.defineStyle)(a=>{var c,s,d;return null!=(d=null==(s=runIfFn(null==(c=ac.variants)?void 0:c.flushed,a))?void 0:s.field)?d:{}}),filled:(0,ne.defineStyle)(a=>{var c,s,d;return null!=(d=null==(s=runIfFn(null==(c=ac.variants)?void 0:c.filled,a))?void 0:s.field)?d:{}}),unstyled:null!=(p=null==(u=ac.variants)?void 0:u.unstyled.field)?p:{}},nr=(0,ne.defineStyleConfig)({baseStyle:nt,sizes:na,variants:nn,defaultProps:ac.defaultProps}),no=s(34382),nl=s(77504),nc=s(60723),{defineMultiStyleConfig:ni,definePartsStyle:ns}=(0,nl.createMultiStyleConfigHelpers)(no.popoverAnatomy.keys),nd=(0,nc.cssVar)("popper-bg"),nu=(0,nc.cssVar)("popper-arrow-bg"),np=(0,nc.cssVar)("popper-arrow-shadow-color"),nh=ni({baseStyle:ns({popper:(0,nl.defineStyle)({zIndex:10}),content:(0,nl.defineStyle)({[nd.variable]:"colors.white",bg:nd.reference,[nu.variable]:nd.reference,[np.variable]:"colors.gray.200",_dark:{[nd.variable]:"colors.gray.700",[np.variable]:"colors.whiteAlpha.300"},width:"xs",border:"1px solid",borderColor:"inherit",borderRadius:"md",boxShadow:"sm",zIndex:"inherit",_focusVisible:{outline:0,boxShadow:"outline"}}),header:(0,nl.defineStyle)({px:3,py:2,borderBottomWidth:"1px"}),body:(0,nl.defineStyle)({px:3,py:2}),footer:(0,nl.defineStyle)({px:3,py:2,borderTopWidth:"1px"}),closeButton:(0,nl.defineStyle)({position:"absolute",borderRadius:"md",top:1,insetEnd:2,padding:2})})}),nv=s(34382),ng=s(77504),ny=s(60723),{defineMultiStyleConfig:nf,definePartsStyle:nm}=(0,ng.createMultiStyleConfigHelpers)(nv.progressAnatomy.keys),nk=(0,ng.defineStyle)(a=>{let{colorScheme:c,theme:s,isIndeterminate:d,hasStripe:u}=a,p=(0,ny.mode)((0,ny.generateStripe)(),(0,ny.generateStripe)("1rem","rgba(0,0,0,0.1)"))(a),h=(0,ny.mode)(`${c}.500`,`${c}.200`)(a),v=`linear-gradient( to right, transparent 0%, ${(0,ny.getColor)(s,h)} 50%, transparent 100% )`;return{...!d&&u&&p,...d?{bgImage:v}:{bgColor:h}}}),nM=(0,ng.defineStyle)({lineHeight:"1",fontSize:"0.25em",fontWeight:"bold",color:"white"}),nb=(0,ng.defineStyle)(a=>({bg:(0,ny.mode)("gray.100","whiteAlpha.300")(a)})),nI=(0,ng.defineStyle)(a=>({transitionProperty:"common",transitionDuration:"slow",...nk(a)})),nC=nm(a=>({label:nM,filledTrack:nI(a),track:nb(a)})),nx=nf({sizes:{xs:nm({track:{h:"1"}}),sm:nm({track:{h:"2"}}),md:nm({track:{h:"3"}}),lg:nm({track:{h:"4"}})},baseStyle:nC,defaultProps:{size:"md",colorScheme:"blue"}}),nR=s(34382),nS=s(77504),{defineMultiStyleConfig:n_,definePartsStyle:nw}=(0,nS.createMultiStyleConfigHelpers)(nR.radioAnatomy.keys),nP=(0,nS.defineStyle)(a=>{var c;let s=null==(c=runIfFn(tt.baseStyle,a))?void 0:c.control;return{...s,borderRadius:"full",_checked:{...null==s?void 0:s._checked,_before:{content:'""',display:"inline-block",pos:"relative",w:"50%",h:"50%",borderRadius:"50%",bg:"currentColor"}}}}),nO=n_({baseStyle:nw(a=>{var c,s;return{label:null==(c=tt.baseStyle)?void 0:c.call(tt,a).label,container:null==(s=tt.baseStyle)?void 0:s.call(tt,a).container,control:nP(a)}}),sizes:{md:nw({control:{w:"4",h:"4"},label:{fontSize:"md"}}),lg:nw({control:{w:"5",h:"5"},label:{fontSize:"lg"}}),sm:nw({control:{width:"3",height:"3"},label:{fontSize:"sm"}})},defaultProps:{size:"md",colorScheme:"blue"}}),nF=s(34382),nz=s(77504),{defineMultiStyleConfig:nD,definePartsStyle:nA}=(0,nz.createMultiStyleConfigHelpers)(nF.selectAnatomy.keys),nj=(0,nz.cssVar)("select-bg"),nE=nA({field:(0,nz.defineStyle)({...null==(h=ac.baseStyle)?void 0:h.field,appearance:"none",paddingBottom:"1px",lineHeight:"normal",bg:nj.reference,[nj.variable]:"colors.white",_dark:{[nj.variable]:"colors.gray.700"},"> option, > optgroup":{bg:nj.reference}}),icon:(0,nz.defineStyle)({width:"6",height:"100%",insetEnd:"2",position:"relative",color:"currentColor",fontSize:"xl",_disabled:{opacity:.5}})}),nT=(0,nz.defineStyle)({paddingInlineEnd:"8"}),nB=nD({baseStyle:nE,sizes:{lg:{...null==(v=ac.sizes)?void 0:v.lg,field:{...null==(g=ac.sizes)?void 0:g.lg.field,...nT}},md:{...null==(y=ac.sizes)?void 0:y.md,field:{...null==(m=ac.sizes)?void 0:m.md.field,...nT}},sm:{...null==(k=ac.sizes)?void 0:k.sm,field:{...null==(M=ac.sizes)?void 0:M.sm.field,...nT}},xs:{...null==(b=ac.sizes)?void 0:b.xs,field:{...null==(I=ac.sizes)?void 0:I.xs.field,...nT},icon:{insetEnd:"1"}}},variants:ac.variants,defaultProps:ac.defaultProps}),nN=s(77504),n$=(0,nN.cssVar)("skeleton-start-color"),nL=(0,nN.cssVar)("skeleton-end-color"),nW=(0,nN.defineStyle)({[n$.variable]:"colors.gray.100",[nL.variable]:"colors.gray.400",_dark:{[n$.variable]:"colors.gray.800",[nL.variable]:"colors.gray.600"},background:n$.reference,borderColor:nL.reference,opacity:.7,borderRadius:"sm"}),nH=(0,nN.defineStyleConfig)({baseStyle:nW}),nV=s(77504),nq=(0,nV.cssVar)("skip-link-bg"),nU=(0,nV.defineStyle)({borderRadius:"md",fontWeight:"semibold",_focusVisible:{boxShadow:"outline",padding:"4",position:"fixed",top:"6",insetStart:"6",[nq.variable]:"colors.white",_dark:{[nq.variable]:"colors.gray.700"},bg:nq.reference}}),nG=(0,nV.defineStyleConfig)({baseStyle:nU}),nX=s(34382),nK=s(77504),nY=s(60723),{defineMultiStyleConfig:nZ,definePartsStyle:nQ}=(0,nK.createMultiStyleConfigHelpers)(nX.sliderAnatomy.keys),nJ=(0,nK.cssVar)("slider-thumb-size"),n1=(0,nK.cssVar)("slider-track-size"),n0=(0,nK.cssVar)("slider-bg"),n2=(0,nK.defineStyle)(a=>{let{orientation:c}=a;return{display:"inline-block",position:"relative",cursor:"pointer",_disabled:{opacity:.6,cursor:"default",pointerEvents:"none"},...(0,nY.orient)({orientation:c,vertical:{h:"100%"},horizontal:{w:"100%"}})}}),n3=(0,nK.defineStyle)(a=>{let c=(0,nY.orient)({orientation:a.orientation,horizontal:{h:n1.reference},vertical:{w:n1.reference}});return{...c,overflow:"hidden",borderRadius:"sm",[n0.variable]:"colors.gray.200",_dark:{[n0.variable]:"colors.whiteAlpha.200"},_disabled:{[n0.variable]:"colors.gray.300",_dark:{[n0.variable]:"colors.whiteAlpha.300"}},bg:n0.reference}}),n5=(0,nK.defineStyle)(a=>{let{orientation:c}=a,s=(0,nY.orient)({orientation:c,vertical:{left:"50%",transform:"translateX(-50%)",_active:{transform:"translateX(-50%) scale(1.15)"}},horizontal:{top:"50%",transform:"translateY(-50%)",_active:{transform:"translateY(-50%) scale(1.15)"}}});return{...s,w:nJ.reference,h:nJ.reference,display:"flex",alignItems:"center",justifyContent:"center",position:"absolute",outline:0,zIndex:1,borderRadius:"full",bg:"white",boxShadow:"base",border:"1px solid",borderColor:"transparent",transitionProperty:"transform",transitionDuration:"normal",_focusVisible:{boxShadow:"outline"},_disabled:{bg:"gray.300"}}}),n4=(0,nK.defineStyle)(a=>{let{colorScheme:c}=a;return{width:"inherit",height:"inherit",[n0.variable]:`colors.${c}.500`,_dark:{[n0.variable]:`colors.${c}.200`},bg:n0.reference}}),n6=nZ({baseStyle:nQ(a=>({container:n2(a),track:n3(a),thumb:n5(a),filledTrack:n4(a)})),sizes:{lg:nQ({container:{[nJ.variable]:"sizes.4",[n1.variable]:"sizes.1"}}),md:nQ({container:{[nJ.variable]:"sizes.3.5",[n1.variable]:"sizes.1"}}),sm:nQ({container:{[nJ.variable]:"sizes.2.5",[n1.variable]:"sizes.0.5"}})},defaultProps:{size:"md",colorScheme:"blue"}}),n9=s(77504),n7=(0,s(60723).cssVar)("spinner-size"),n8=(0,n9.defineStyle)({width:[n7.reference],height:[n7.reference]}),re={xs:(0,n9.defineStyle)({[n7.variable]:"sizes.3"}),sm:(0,n9.defineStyle)({[n7.variable]:"sizes.4"}),md:(0,n9.defineStyle)({[n7.variable]:"sizes.6"}),lg:(0,n9.defineStyle)({[n7.variable]:"sizes.8"}),xl:(0,n9.defineStyle)({[n7.variable]:"sizes.12"})},rt=(0,n9.defineStyleConfig)({baseStyle:n8,sizes:re,defaultProps:{size:"md"}}),ra=s(34382),rn=s(77504),{defineMultiStyleConfig:rr,definePartsStyle:ro}=(0,rn.createMultiStyleConfigHelpers)(ra.statAnatomy.keys),rl=rr({baseStyle:ro({container:{},label:(0,rn.defineStyle)({fontWeight:"medium"}),helpText:(0,rn.defineStyle)({opacity:.8,marginBottom:"2"}),number:(0,rn.defineStyle)({verticalAlign:"baseline",fontWeight:"semibold"}),icon:(0,rn.defineStyle)({marginEnd:1,w:"3.5",h:"3.5",verticalAlign:"middle"})}),sizes:{md:ro({label:{fontSize:"sm"},helpText:{fontSize:"sm"},number:{fontSize:"2xl"}})},defaultProps:{size:"md"}}),rc=s(77504),{defineMultiStyleConfig:ri,definePartsStyle:rs}=(0,rc.createMultiStyleConfigHelpers)(["stepper","step","title","description","indicator","separator","icon","number"]),rd=(0,rc.cssVar)("stepper-indicator-size"),ru=(0,rc.cssVar)("stepper-icon-size"),rp=(0,rc.cssVar)("stepper-title-font-size"),rh=(0,rc.cssVar)("stepper-description-font-size"),rv=(0,rc.cssVar)("stepper-accent-color"),rg=ri({baseStyle:rs(({colorScheme:a})=>({stepper:{display:"flex",justifyContent:"space-between",gap:"4","&[data-orientation=vertical]":{flexDirection:"column",alignItems:"flex-start"},"&[data-orientation=horizontal]":{flexDirection:"row",alignItems:"center"},[rv.variable]:`colors.${a}.500`,_dark:{[rv.variable]:`colors.${a}.200`}},title:{fontSize:rp.reference,fontWeight:"medium"},description:{fontSize:rh.reference,color:"chakra-subtle-text"},number:{fontSize:rp.reference},step:{flexShrink:0,position:"relative",display:"flex",gap:"2","&[data-orientation=horizontal]":{alignItems:"center"},flex:"1","&:last-of-type:not([data-stretch])":{flex:"initial"}},icon:{flexShrink:0,width:ru.reference,height:ru.reference},indicator:{flexShrink:0,borderRadius:"full",width:rd.reference,height:rd.reference,display:"flex",justifyContent:"center",alignItems:"center","&[data-status=active]":{borderWidth:"2px",borderColor:rv.reference},"&[data-status=complete]":{bg:rv.reference,color:"chakra-inverse-text"},"&[data-status=incomplete]":{borderWidth:"2px"}},separator:{bg:"chakra-border-color",flex:"1","&[data-status=complete]":{bg:rv.reference},"&[data-orientation=horizontal]":{width:"100%",height:"2px",marginStart:"2"},"&[data-orientation=vertical]":{width:"2px",position:"absolute",height:"100%",maxHeight:`calc(100% - ${rd.reference} - 8px)`,top:`calc(${rd.reference} + 4px)`,insetStart:`calc(${rd.reference} / 2 - 1px)`}}})),sizes:{xs:rs({stepper:{[rd.variable]:"sizes.4",[ru.variable]:"sizes.3",[rp.variable]:"fontSizes.xs",[rh.variable]:"fontSizes.xs"}}),sm:rs({stepper:{[rd.variable]:"sizes.6",[ru.variable]:"sizes.4",[rp.variable]:"fontSizes.sm",[rh.variable]:"fontSizes.xs"}}),md:rs({stepper:{[rd.variable]:"sizes.8",[ru.variable]:"sizes.5",[rp.variable]:"fontSizes.md",[rh.variable]:"fontSizes.sm"}}),lg:rs({stepper:{[rd.variable]:"sizes.10",[ru.variable]:"sizes.6",[rp.variable]:"fontSizes.lg",[rh.variable]:"fontSizes.md"}})},defaultProps:{size:"md",colorScheme:"blue"}}),ry=s(34382),rf=s(77504),rm=s(60723),{defineMultiStyleConfig:rk,definePartsStyle:rM}=(0,rf.createMultiStyleConfigHelpers)(ry.switchAnatomy.keys),rb=(0,rm.cssVar)("switch-track-width"),rI=(0,rm.cssVar)("switch-track-height"),rC=(0,rm.cssVar)("switch-track-diff"),rx=rm.calc.subtract(rb,rI),rR=(0,rm.cssVar)("switch-thumb-x"),rS=(0,rm.cssVar)("switch-bg"),r_=(0,rf.defineStyle)(a=>{let{colorScheme:c}=a;return{borderRadius:"full",p:"0.5",width:[rb.reference],height:[rI.reference],transitionProperty:"common",transitionDuration:"fast",[rS.variable]:"colors.gray.300",_dark:{[rS.variable]:"colors.whiteAlpha.400"},_focusVisible:{boxShadow:"outline"},_disabled:{opacity:.4,cursor:"not-allowed"},_checked:{[rS.variable]:`colors.${c}.500`,_dark:{[rS.variable]:`colors.${c}.200`}},bg:rS.reference}}),rw=(0,rf.defineStyle)({bg:"white",transitionProperty:"transform",transitionDuration:"normal",borderRadius:"inherit",width:[rI.reference],height:[rI.reference],_checked:{transform:`translateX(${rR.reference})`}}),rP=rk({baseStyle:rM(a=>({container:{[rC.variable]:rx,[rR.variable]:rC.reference,_rtl:{[rR.variable]:(0,rm.calc)(rC).negate().toString()}},track:r_(a),thumb:rw})),sizes:{sm:rM({container:{[rb.variable]:"1.375rem",[rI.variable]:"sizes.3"}}),md:rM({container:{[rb.variable]:"1.875rem",[rI.variable]:"sizes.4"}}),lg:rM({container:{[rb.variable]:"2.875rem",[rI.variable]:"sizes.6"}})},defaultProps:{size:"md",colorScheme:"blue"}}),rO=s(34382),rF=s(77504),rz=s(60723),{defineMultiStyleConfig:rD,definePartsStyle:rA}=(0,rF.createMultiStyleConfigHelpers)(rO.tableAnatomy.keys),rj=rA({table:{fontVariantNumeric:"lining-nums tabular-nums",borderCollapse:"collapse",width:"full"},th:{fontFamily:"heading",fontWeight:"bold",textTransform:"uppercase",letterSpacing:"wider",textAlign:"start"},td:{textAlign:"start"},caption:{mt:4,fontFamily:"heading",textAlign:"center",fontWeight:"medium"}}),rE=(0,rF.defineStyle)({"&[data-is-numeric=true]":{textAlign:"end"}}),rT=rD({baseStyle:rj,variants:{simple:rA(a=>{let{colorScheme:c}=a;return{th:{color:(0,rz.mode)("gray.600","gray.400")(a),borderBottom:"1px",borderColor:(0,rz.mode)(`${c}.100`,`${c}.700`)(a),...rE},td:{borderBottom:"1px",borderColor:(0,rz.mode)(`${c}.100`,`${c}.700`)(a),...rE},caption:{color:(0,rz.mode)("gray.600","gray.100")(a)},tfoot:{tr:{"&:last-of-type":{th:{borderBottomWidth:0}}}}}}),striped:rA(a=>{let{colorScheme:c}=a;return{th:{color:(0,rz.mode)("gray.600","gray.400")(a),borderBottom:"1px",borderColor:(0,rz.mode)(`${c}.100`,`${c}.700`)(a),...rE},td:{borderBottom:"1px",borderColor:(0,rz.mode)(`${c}.100`,`${c}.700`)(a),...rE},caption:{color:(0,rz.mode)("gray.600","gray.100")(a)},tbody:{tr:{"&:nth-of-type(odd)":{"th, td":{borderBottomWidth:"1px",borderColor:(0,rz.mode)(`${c}.100`,`${c}.700`)(a)},td:{background:(0,rz.mode)(`${c}.100`,`${c}.700`)(a)}}}},tfoot:{tr:{"&:last-of-type":{th:{borderBottomWidth:0}}}}}}),unstyled:(0,rF.defineStyle)({})},sizes:{sm:rA({th:{px:"4",py:"1",lineHeight:"4",fontSize:"xs"},td:{px:"4",py:"2",fontSize:"sm",lineHeight:"4"},caption:{px:"4",py:"2",fontSize:"xs"}}),md:rA({th:{px:"6",py:"3",lineHeight:"4",fontSize:"xs"},td:{px:"6",py:"4",lineHeight:"5"},caption:{px:"6",py:"2",fontSize:"sm"}}),lg:rA({th:{px:"8",py:"4",lineHeight:"5",fontSize:"sm"},td:{px:"8",py:"5",lineHeight:"6"},caption:{px:"6",py:"2",fontSize:"md"}})},defaultProps:{variant:"simple",size:"md",colorScheme:"gray"}}),rB=s(34382),rN=s(77504),r$=s(60723),rL=(0,rN.cssVar)("tabs-color"),rW=(0,rN.cssVar)("tabs-bg"),rH=(0,rN.cssVar)("tabs-border-color"),{defineMultiStyleConfig:rV,definePartsStyle:rq}=(0,rN.createMultiStyleConfigHelpers)(rB.tabsAnatomy.keys),rU=(0,rN.defineStyle)(a=>{let{orientation:c}=a;return{display:"vertical"===c?"flex":"block"}}),rG=(0,rN.defineStyle)(a=>{let{isFitted:c}=a;return{flex:c?1:void 0,transitionProperty:"common",transitionDuration:"normal",_focusVisible:{zIndex:1,boxShadow:"outline"},_disabled:{cursor:"not-allowed",opacity:.4}}}),rX=(0,rN.defineStyle)(a=>{let{align:c="start",orientation:s}=a;return{justifyContent:({end:"flex-end",center:"center",start:"flex-start"})[c],flexDirection:"vertical"===s?"column":"row"}}),rK=(0,rN.defineStyle)({p:4}),rY=rV({baseStyle:rq(a=>({root:rU(a),tab:rG(a),tablist:rX(a),tabpanel:rK})),sizes:{sm:rq({tab:{py:1,px:4,fontSize:"sm"}}),md:rq({tab:{fontSize:"md",py:2,px:4}}),lg:rq({tab:{fontSize:"lg",py:3,px:4}})},variants:{line:rq(a=>{let{colorScheme:c,orientation:s}=a,d="vertical"===s,u=d?"borderStart":"borderBottom";return{tablist:{[u]:"2px solid",borderColor:"inherit"},tab:{[u]:"2px solid",borderColor:"transparent",[d?"marginStart":"marginBottom"]:"-2px",_selected:{[rL.variable]:`colors.${c}.600`,_dark:{[rL.variable]:`colors.${c}.300`},borderColor:"currentColor"},_active:{[rW.variable]:"colors.gray.200",_dark:{[rW.variable]:"colors.whiteAlpha.300"}},_disabled:{_active:{bg:"none"}},color:rL.reference,bg:rW.reference}}}),enclosed:rq(a=>{let{colorScheme:c}=a;return{tab:{borderTopRadius:"md",border:"1px solid",borderColor:"transparent",mb:"-1px",[rH.variable]:"transparent",_selected:{[rL.variable]:`colors.${c}.600`,[rH.variable]:"colors.white",_dark:{[rL.variable]:`colors.${c}.300`,[rH.variable]:"colors.gray.800"},borderColor:"inherit",borderBottomColor:rH.reference},color:rL.reference},tablist:{mb:"-1px",borderBottom:"1px solid",borderColor:"inherit"}}}),"enclosed-colored":rq(a=>{let{colorScheme:c}=a;return{tab:{border:"1px solid",borderColor:"inherit",[rW.variable]:"colors.gray.50",_dark:{[rW.variable]:"colors.whiteAlpha.50"},mb:"-1px",_notLast:{marginEnd:"-1px"},_selected:{[rW.variable]:"colors.white",[rL.variable]:`colors.${c}.600`,_dark:{[rW.variable]:"colors.gray.800",[rL.variable]:`colors.${c}.300`},borderColor:"inherit",borderTopColor:"currentColor",borderBottomColor:"transparent"},color:rL.reference,bg:rW.reference},tablist:{mb:"-1px",borderBottom:"1px solid",borderColor:"inherit"}}}),"soft-rounded":rq(a=>{let{colorScheme:c,theme:s}=a;return{tab:{borderRadius:"full",fontWeight:"semibold",color:"gray.600",_selected:{color:(0,r$.getColor)(s,`${c}.700`),bg:(0,r$.getColor)(s,`${c}.100`)}}}}),"solid-rounded":rq(a=>{let{colorScheme:c}=a;return{tab:{borderRadius:"full",fontWeight:"semibold",[rL.variable]:"colors.gray.600",_dark:{[rL.variable]:"inherit"},_selected:{[rL.variable]:"colors.white",[rW.variable]:`colors.${c}.600`,_dark:{[rL.variable]:"colors.gray.800",[rW.variable]:`colors.${c}.300`}},color:rL.reference,bg:rW.reference}}}),unstyled:rq({})},defaultProps:{size:"md",variant:"line",colorScheme:"blue"}}),rZ=s(34382),rQ=s(77504),{defineMultiStyleConfig:rJ,definePartsStyle:r1}=(0,rQ.createMultiStyleConfigHelpers)(rZ.tagAnatomy.keys),r0=(0,rQ.cssVar)("tag-bg"),r2=(0,rQ.cssVar)("tag-color"),r3=(0,rQ.cssVar)("tag-shadow"),r5=(0,rQ.cssVar)("tag-min-height"),r4=(0,rQ.cssVar)("tag-min-width"),r6=(0,rQ.cssVar)("tag-font-size"),r9=(0,rQ.cssVar)("tag-padding-inline"),r7=r1({container:(0,rQ.defineStyle)({fontWeight:"medium",lineHeight:1.2,outline:0,[r2.variable]:em.color.reference,[r0.variable]:em.bg.reference,[r3.variable]:em.shadow.reference,color:r2.reference,bg:r0.reference,boxShadow:r3.reference,borderRadius:"md",minH:r5.reference,minW:r4.reference,fontSize:r6.reference,px:r9.reference,_focusVisible:{[r3.variable]:"shadows.outline"}}),label:(0,rQ.defineStyle)({lineHeight:1.2,overflow:"visible"}),closeButton:(0,rQ.defineStyle)({fontSize:"lg",w:"5",h:"5",transitionProperty:"common",transitionDuration:"normal",borderRadius:"full",marginStart:"1.5",marginEnd:"-1",opacity:.5,_disabled:{opacity:.4},_focusVisible:{boxShadow:"outline",bg:"rgba(0, 0, 0, 0.14)"},_hover:{opacity:.8},_active:{opacity:1}})}),r8={sm:r1({container:{[r5.variable]:"sizes.5",[r4.variable]:"sizes.5",[r6.variable]:"fontSizes.xs",[r9.variable]:"space.2"},closeButton:{marginEnd:"-2px",marginStart:"0.35rem"}}),md:r1({container:{[r5.variable]:"sizes.6",[r4.variable]:"sizes.6",[r6.variable]:"fontSizes.sm",[r9.variable]:"space.2"}}),lg:r1({container:{[r5.variable]:"sizes.8",[r4.variable]:"sizes.8",[r6.variable]:"fontSizes.md",[r9.variable]:"space.3"}})},oe=rJ({variants:{subtle:r1(a=>{var c;return{container:null==(c=eC.variants)?void 0:c.subtle(a)}}),solid:r1(a=>{var c;return{container:null==(c=eC.variants)?void 0:c.solid(a)}}),outline:r1(a=>{var c;return{container:null==(c=eC.variants)?void 0:c.outline(a)}})},baseStyle:r7,sizes:r8,defaultProps:{size:"md",variant:"subtle",colorScheme:"gray"}}),ot=s(77504),oa=(0,ot.defineStyle)({...null==(C=ac.baseStyle)?void 0:C.field,paddingY:"2",minHeight:"20",lineHeight:"short",verticalAlign:"top"}),on={outline:(0,ot.defineStyle)(a=>{var c,s;return null!=(s=null==(c=ac.variants)?void 0:c.outline(a).field)?s:{}}),flushed:(0,ot.defineStyle)(a=>{var c,s;return null!=(s=null==(c=ac.variants)?void 0:c.flushed(a).field)?s:{}}),filled:(0,ot.defineStyle)(a=>{var c,s;return null!=(s=null==(c=ac.variants)?void 0:c.filled(a).field)?s:{}}),unstyled:null!=(R=null==(x=ac.variants)?void 0:x.unstyled.field)?R:{}},or={xs:null!=(_=null==(S=ac.sizes)?void 0:S.xs.field)?_:{},sm:null!=(P=null==(w=ac.sizes)?void 0:w.sm.field)?P:{},md:null!=(F=null==(O=ac.sizes)?void 0:O.md.field)?F:{},lg:null!=(j=null==(D=ac.sizes)?void 0:D.lg.field)?j:{}},oo=(0,ot.defineStyleConfig)({baseStyle:oa,sizes:or,variants:on,defaultProps:{size:"md",variant:"outline"}}),ol=s(77504),oc=s(60723),oi=(0,oc.cssVar)("tooltip-bg"),os=(0,oc.cssVar)("tooltip-fg"),od=(0,oc.cssVar)("popper-arrow-bg"),ou=(0,ol.defineStyle)({bg:oi.reference,color:os.reference,[oi.variable]:"colors.gray.700",[os.variable]:"colors.whiteAlpha.900",_dark:{[oi.variable]:"colors.gray.300",[os.variable]:"colors.gray.900"},[od.variable]:oi.reference,px:"2",py:"0.5",borderRadius:"sm",fontWeight:"medium",fontSize:"sm",boxShadow:"md",maxW:"xs",zIndex:"tooltip"}),op=(0,ol.defineStyleConfig)({baseStyle:ou}),oh={breakpoints:{base:"0em",sm:"30em",md:"48em",lg:"62em",xl:"80em","2xl":"96em"},zIndices:{hide:-1,auto:"auto",base:0,docked:10,dropdown:1e3,sticky:1100,banner:1200,overlay:1300,modal:1400,popover:1500,skipLink:1600,toast:1700,tooltip:1800},radii:{none:"0",sm:"0.125rem",base:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},blur:{none:0,sm:"4px",base:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},colors:{transparent:"transparent",current:"currentColor",black:"#000000",white:"#FFFFFF",whiteAlpha:{50:"rgba(255, 255, 255, 0.04)",100:"rgba(255, 255, 255, 0.06)",200:"rgba(255, 255, 255, 0.08)",300:"rgba(255, 255, 255, 0.16)",400:"rgba(255, 255, 255, 0.24)",500:"rgba(255, 255, 255, 0.36)",600:"rgba(255, 255, 255, 0.48)",700:"rgba(255, 255, 255, 0.64)",800:"rgba(255, 255, 255, 0.80)",900:"rgba(255, 255, 255, 0.92)"},blackAlpha:{50:"rgba(0, 0, 0, 0.04)",100:"rgba(0, 0, 0, 0.06)",200:"rgba(0, 0, 0, 0.08)",300:"rgba(0, 0, 0, 0.16)",400:"rgba(0, 0, 0, 0.24)",500:"rgba(0, 0, 0, 0.36)",600:"rgba(0, 0, 0, 0.48)",700:"rgba(0, 0, 0, 0.64)",800:"rgba(0, 0, 0, 0.80)",900:"rgba(0, 0, 0, 0.92)"},gray:{50:"#F7FAFC",100:"#EDF2F7",200:"#E2E8F0",300:"#CBD5E0",400:"#A0AEC0",500:"#718096",600:"#4A5568",700:"#2D3748",800:"#1A202C",900:"#171923"},red:{50:"#FFF5F5",100:"#FED7D7",200:"#FEB2B2",300:"#FC8181",400:"#F56565",500:"#E53E3E",600:"#C53030",700:"#9B2C2C",800:"#822727",900:"#63171B"},orange:{50:"#FFFAF0",100:"#FEEBC8",200:"#FBD38D",300:"#F6AD55",400:"#ED8936",500:"#DD6B20",600:"#C05621",700:"#9C4221",800:"#7B341E",900:"#652B19"},yellow:{50:"#FFFFF0",100:"#FEFCBF",200:"#FAF089",300:"#F6E05E",400:"#ECC94B",500:"#D69E2E",600:"#B7791F",700:"#975A16",800:"#744210",900:"#5F370E"},green:{50:"#F0FFF4",100:"#C6F6D5",200:"#9AE6B4",300:"#68D391",400:"#48BB78",500:"#38A169",600:"#2F855A",700:"#276749",800:"#22543D",900:"#1C4532"},teal:{50:"#E6FFFA",100:"#B2F5EA",200:"#81E6D9",300:"#4FD1C5",400:"#38B2AC",500:"#319795",600:"#2C7A7B",700:"#285E61",800:"#234E52",900:"#1D4044"},blue:{50:"#ebf8ff",100:"#bee3f8",200:"#90cdf4",300:"#63b3ed",400:"#4299e1",500:"#3182ce",600:"#2b6cb0",700:"#2c5282",800:"#2a4365",900:"#1A365D"},cyan:{50:"#EDFDFD",100:"#C4F1F9",200:"#9DECF9",300:"#76E4F7",400:"#0BC5EA",500:"#00B5D8",600:"#00A3C4",700:"#0987A0",800:"#086F83",900:"#065666"},purple:{50:"#FAF5FF",100:"#E9D8FD",200:"#D6BCFA",300:"#B794F4",400:"#9F7AEA",500:"#805AD5",600:"#6B46C1",700:"#553C9A",800:"#44337A",900:"#322659"},pink:{50:"#FFF5F7",100:"#FED7E2",200:"#FBB6CE",300:"#F687B3",400:"#ED64A6",500:"#D53F8C",600:"#B83280",700:"#97266D",800:"#702459",900:"#521B41"},linkedin:{50:"#E8F4F9",100:"#CFEDFB",200:"#9BDAF3",300:"#68C7EC",400:"#34B3E4",500:"#00A0DC",600:"#008CC9",700:"#0077B5",800:"#005E93",900:"#004471"},facebook:{50:"#E8F4F9",100:"#D9DEE9",200:"#B7C2DA",300:"#6482C0",400:"#4267B2",500:"#385898",600:"#314E89",700:"#29487D",800:"#223B67",900:"#1E355B"},messenger:{50:"#D0E6FF",100:"#B9DAFF",200:"#A2CDFF",300:"#7AB8FF",400:"#2E90FF",500:"#0078FF",600:"#0063D1",700:"#0052AC",800:"#003C7E",900:"#002C5C"},whatsapp:{50:"#dffeec",100:"#b9f5d0",200:"#90edb3",300:"#65e495",400:"#3cdd78",500:"#22c35e",600:"#179848",700:"#0c6c33",800:"#01421c",900:"#001803"},twitter:{50:"#E5F4FD",100:"#C8E9FB",200:"#A8DCFA",300:"#83CDF7",400:"#57BBF5",500:"#1DA1F2",600:"#1A94DA",700:"#1681BF",800:"#136B9E",900:"#0D4D71"},telegram:{50:"#E3F2F9",100:"#C5E4F3",200:"#A2D4EC",300:"#7AC1E4",400:"#47A9DA",500:"#0088CC",600:"#007AB8",700:"#006BA1",800:"#005885",900:"#003F5E"}},...aY,sizes:er,shadows:{xs:"0 0 0 1px rgba(0, 0, 0, 0.05)",sm:"0 1px 2px 0 rgba(0, 0, 0, 0.05)",base:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",md:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",lg:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",xl:"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)","2xl":"0 25px 50px -12px rgba(0, 0, 0, 0.25)",outline:"0 0 0 3px rgba(66, 153, 225, 0.6)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.06)",none:"none","dark-lg":"rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.4) 0px 15px 40px"},space:en,borders:{none:0,"1px":"1px solid","2px":"2px solid","4px":"4px solid","8px":"8px solid"},transition:{property:{common:"background-color, border-color, color, fill, stroke, opacity, box-shadow, transform",colors:"background-color, border-color, color, fill, stroke",dimensions:"width, height",position:"left, right, top, bottom",background:"background-color, background-image, background-position"},easing:{"ease-in":"cubic-bezier(0.4, 0, 1, 1)","ease-out":"cubic-bezier(0, 0, 0.2, 1)","ease-in-out":"cubic-bezier(0.4, 0, 0.2, 1)"},duration:{"ultra-fast":"50ms",faster:"100ms",fast:"150ms",normal:"200ms",slow:"300ms",slower:"400ms","ultra-slow":"500ms"}}},ov={colors:{"chakra-body-text":{_light:"gray.800",_dark:"whiteAlpha.900"},"chakra-body-bg":{_light:"white",_dark:"gray.800"},"chakra-border-color":{_light:"gray.200",_dark:"whiteAlpha.300"},"chakra-inverse-text":{_light:"white",_dark:"gray.800"},"chakra-subtle-bg":{_light:"gray.100",_dark:"gray.700"},"chakra-subtle-text":{_light:"gray.600",_dark:"gray.400"},"chakra-placeholder-color":{_light:"gray.500",_dark:"whiteAlpha.400"}}},og={global:{body:{fontFamily:"body",color:"chakra-body-text",bg:"chakra-body-bg",transitionProperty:"background-color",transitionDuration:"normal",lineHeight:"base"},"*::placeholder":{color:"chakra-placeholder-color"},"*, *::before, &::after":{borderColor:"chakra-border-color"}}},oy=s(42409),of=["borders","breakpoints","colors","components","config","direction","fonts","fontSizes","fontWeights","letterSpacings","lineHeights","radii","shadows","sizes","space","styles","transition","zIndices"];function isChakraTheme(a){return!!(0,oy.isObject)(a)&&of.every(c=>Object.prototype.hasOwnProperty.call(a,c))}var om={useSystemColorMode:!1,initialColorMode:"light",cssVarPrefix:"chakra"},ok={semanticTokens:ov,direction:"ltr",...oh,components:{Accordion:q,Alert:J,Avatar:eg,Badge:eC,Breadcrumb:eP,Button:e$,Checkbox:tt,CloseButton:ti,Code:th,Container:ty,Divider:tb,Drawer:tj,Editable:t$,Form:tU,FormError:tQ,FormLabel:t0,Heading:t4,Input:ac,Kbd:au,Link:av,List:ak,Menu:az,Modal:aU,NumberInput:a8,PinInput:nr,Popover:nh,Progress:nx,Radio:nO,Select:nB,Skeleton:nH,SkipLink:nG,Slider:n6,Spinner:rt,Stat:rl,Switch:rP,Table:rT,Tabs:rY,Tag:oe,Textarea:oo,Tooltip:op,Card:e1,Stepper:rg},styles:og,config:om},oM={semanticTokens:ov,direction:"ltr",components:{},...oh,styles:og,config:om}},55420:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Toast:()=>Toast,ToastOptionProvider:()=>L,ToastProvider:()=>ToastProvider,createRenderToast:()=>createRenderToast,createStandaloneToast:()=>createStandaloneToast,createToastFn:()=>createToastFn,getToastPlacement:()=>getToastPlacement,useToast:()=>useToast}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y=s(53061),m=s(90914),k=s(56766),M=s(42409);function getToastPlacement(a,c){var s;let d=null!=a?a:"bottom",u={"top-start":{ltr:"top-left",rtl:"top-right"},"top-end":{ltr:"top-right",rtl:"top-left"},"bottom-start":{ltr:"bottom-left",rtl:"bottom-right"},"bottom-end":{ltr:"bottom-right",rtl:"bottom-left"}}[d];return null!=(s=null==u?void 0:u[c])?s:d}var findById=(a,c)=>a.find(a=>a.id===c);function findToast(a,c){let s=getToastPosition(a,c),d=s?a[s].findIndex(a=>a.id===c):-1;return{position:s,index:d}}function getToastPosition(a,c){for(let[s,d]of Object.entries(a))if(findById(d,c))return s}function getToastStyle(a){let c=a.includes("right"),s=a.includes("left"),d="center";return c&&(d="flex-end"),s&&(d="flex-start"),{display:"flex",flexDirection:"column",alignItems:d}}function getToastListStyle(a){let c=a.includes("top")?"env(safe-area-inset-top, 0px)":void 0,s=a.includes("bottom")?"env(safe-area-inset-bottom, 0px)":void 0,d=a.includes("left")?void 0:"env(safe-area-inset-right, 0px)",u=a.includes("right")?void 0:"env(safe-area-inset-left, 0px)";return{position:"fixed",zIndex:"var(--toast-z-index, 5500)",pointerEvents:"none",display:"flex",flexDirection:"column",margin:"top"===a||"bottom"===a?"0 auto":void 0,top:c,bottom:s,right:d,left:u}}var b=createStore({top:[],"top-left":[],"top-right":[],"bottom-left":[],bottom:[],"bottom-right":[]});function createStore(a){let c=a,s=new Set,setState=a=>{c=a(c),s.forEach(a=>a())};return{getState:()=>c,subscribe:c=>(s.add(c),()=>{setState(()=>a),s.delete(c)}),removeToast:(a,c)=>{setState(s=>({...s,[c]:s[c].filter(c=>c.id!=a)}))},notify:(a,c)=>{let s=createToast(a,c),{position:d,id:u}=s;return setState(a=>{var c,u;let p=d.includes("top"),h=p?[s,...null!=(c=a[d])?c:[]]:[...null!=(u=a[d])?u:[],s];return{...a,[d]:h}}),u},update:(a,c)=>{a&&setState(s=>{let d={...s},{position:u,index:p}=findToast(d,a);return u&&-1!==p&&(d[u][p]={...d[u][p],...c,message:createRenderToast(c)}),d})},closeAll:({positions:a}={})=>{setState(c=>(null!=a?a:["bottom","bottom-right","bottom-left","top","top-left","top-right"]).reduce((a,s)=>(a[s]=c[s].map(a=>({...a,requestClose:!0})),a),{...c}))},close:a=>{setState(c=>{let s=getToastPosition(c,a);return s?{...c,[s]:c[s].map(c=>c.id==a?{...c,requestClose:!0}:c)}:c})},isActive:a=>!!findToast(b.getState(),a).position}}var I=0;function createToast(a,c={}){var s,d;I+=1;let u=null!=(s=c.id)?s:I,p=null!=(d=c.position)?d:"bottom";return{id:u,message:a,position:p,duration:c.duration,onCloseComplete:c.onCloseComplete,onRequestRemove:()=>b.removeToast(String(u),p),status:c.status,requestClose:!1,containerStyle:c.containerStyle}}var C=s(85893),Toast=a=>{let{status:c,variant:s="solid",id:d,title:u,isClosable:p,onClose:h,description:v,colorScheme:g,icon:M}=a,b=d?{root:`toast-${d}`,title:`toast-${d}-title`,description:`toast-${d}-description`}:void 0;return(0,C.jsxs)(y.Alert,{addRole:!1,status:c,variant:s,id:null==b?void 0:b.root,alignItems:"start",borderRadius:"md",boxShadow:"lg",paddingEnd:8,textAlign:"start",width:"auto",colorScheme:g,children:[(0,C.jsx)(y.AlertIcon,{children:M}),(0,C.jsxs)(m.chakra.div,{flex:"1",maxWidth:"100%",children:[u&&(0,C.jsx)(y.AlertTitle,{id:null==b?void 0:b.title,children:u}),v&&(0,C.jsx)(y.AlertDescription,{id:null==b?void 0:b.description,display:"block",children:v})]}),p&&(0,C.jsx)(k.CloseButton,{size:"sm",onClick:h,position:"absolute",insetEnd:1,top:1})]})};function createRenderToast(a={}){let{render:c,toastComponent:s=Toast}=a;return d=>"function"==typeof c?c({...d,...a}):(0,C.jsx)(s,{...d,...a})}function createToastFn(a,c){let normalizeToastOptions=s=>{var d;return{...c,...s,position:getToastPlacement(null!=(d=null==s?void 0:s.position)?d:null==c?void 0:c.position,a)}},toast=a=>{let c=normalizeToastOptions(a),s=createRenderToast(c);return b.notify(s,c)};return toast.update=(a,c)=>{b.update(a,normalizeToastOptions(c))},toast.promise=(a,c)=>{let s=toast({...c.loading,status:"loading",duration:null});a.then(a=>toast.update(s,{status:"success",duration:5e3,...(0,M.runIfFn)(c.success,a)})).catch(a=>toast.update(s,{status:"error",duration:5e3,...(0,M.runIfFn)(c.error,a)}))},toast.closeAll=b.closeAll,toast.close=b.close,toast.isActive=b.isActive,toast}var x=s(67294),R=s(46431),S=s(50336),_=s(94028),w=s(75851),P=s(42409),O=s(46431),F=s(90914),D=s(67294),j=s(85893),E={initial:a=>{let{position:c}=a,s=["top","bottom"].includes(c)?"y":"x",d=["top-right","bottom-right"].includes(c)?1:-1;return"bottom"===c&&(d=1),{opacity:0,[s]:24*d}},animate:{opacity:1,y:0,x:0,scale:1,transition:{duration:.4,ease:[.4,0,.2,1]}},exit:{opacity:0,scale:.85,transition:{duration:.2,ease:[.4,0,1,1]}}},T=(0,D.memo)(a=>{let{id:c,message:s,onCloseComplete:d,onRequestRemove:u,requestClose:p=!1,position:h="bottom",duration:v=5e3,containerStyle:g,motionVariants:y=E,toastSpacing:m="0.5rem"}=a,[k,M]=(0,D.useState)(v),b=(0,O.useIsPresent)();(0,w.useUpdateEffect)(()=>{b||null==d||d()},[b]),(0,w.useUpdateEffect)(()=>{M(v)},[v]);let close=()=>{b&&u()};(0,D.useEffect)(()=>{b&&p&&u()},[b,p,u]),(0,_.useTimeout)(close,k);let I=(0,D.useMemo)(()=>({pointerEvents:"auto",maxWidth:560,minWidth:300,margin:m,...g}),[g,m]),C=(0,D.useMemo)(()=>getToastStyle(h),[h]);return(0,j.jsx)(O.motion.div,{layout:!0,className:"chakra-toast",variants:y,initial:"initial",animate:"animate",exit:"exit",onHoverStart:()=>M(null),onHoverEnd:()=>M(v),custom:{position:h},style:C,children:(0,j.jsx)(F.chakra.div,{role:"status","aria-atomic":"true",className:"chakra-toast__inner",__css:I,children:(0,P.runIfFn)(s,{id:c,onClose:close})})})});T.displayName="ToastComponent";var B=s(67294),N=s(65358),$=s(85893),[L,W]=(0,N.createContext)({name:"ToastOptionsContext",strict:!1}),ToastProvider=a=>{let c=(0,B.useSyncExternalStore)(b.subscribe,b.getState,b.getState),{motionVariants:s,component:d=T,portalProps:u}=a,p=Object.keys(c),h=p.map(a=>{let u=c[a];return(0,$.jsx)("div",{role:"region","aria-live":"polite","aria-label":"Notifications",id:`chakra-toast-manager-${a}`,style:getToastListStyle(a),children:(0,$.jsx)(R.AnimatePresence,{initial:!1,children:u.map(a=>(0,$.jsx)(d,{motionVariants:s,...a},a.id))})},a)});return(0,$.jsx)(S.Portal,{...u,children:h})};function useToast(a){let{theme:c}=(0,g.useChakra)(),s=W();return(0,x.useMemo)(()=>createToastFn(c.direction,{...s,...a}),[a,c.direction,s])}var H=s(90914),V=s(60),q=s(85893),U={theme:V.theme,colorMode:"light",toggleColorMode:()=>{},setColorMode:()=>{},defaultOptions:{duration:5e3,variant:"solid"},forced:!1};function createStandaloneToast({theme:a=U.theme,colorMode:c=U.colorMode,toggleColorMode:s=U.toggleColorMode,setColorMode:d=U.setColorMode,defaultOptions:u=U.defaultOptions,motionVariants:p,toastSpacing:h,component:v,forced:g}=U){let y={colorMode:c,setColorMode:d,toggleColorMode:s,forced:g};return{ToastContainer:()=>(0,q.jsx)(H.ThemeProvider,{theme:a,children:(0,q.jsx)(H.ColorModeContext.Provider,{value:y,children:(0,q.jsx)(ToastProvider,{defaultOptions:u,motionVariants:p,toastSpacing:h,component:v})})}),toast:createToastFn(a.direction,u)}}},27954:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Tooltip:()=>D,useTooltip:()=>useTooltip}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(83819),y=s(50336),m=s(90914);function omit(a,c=[]){let s=Object.assign({},a);for(let a of c)a in s&&delete s[a];return s}function pick(a,c){let s={};for(let d of c)d in a&&(s[d]=a[d]);return s}var k=s(46431),M=s(67294),b={exit:{scale:.85,opacity:0,transition:{opacity:{duration:.15,easings:"easeInOut"},scale:{duration:.2,easings:"easeInOut"}}},enter:{scale:1,opacity:1,transition:{opacity:{easings:"easeOut",duration:.2},scale:{duration:.2,ease:[.175,.885,.4,1.1]}}}},I=s(85080),C=s(83819),x=s(27085),R=s(39034),S=s(25089),_=s(42409),w=s(67294),getDoc=a=>{var c;return(null==(c=a.current)?void 0:c.ownerDocument)||document},getWin=a=>{var c,s;return(null==(s=null==(c=a.current)?void 0:c.ownerDocument)?void 0:s.defaultView)||window};function useTooltip(a={}){let{openDelay:c=0,closeDelay:s=0,closeOnClick:d=!0,closeOnMouseDown:u,closeOnScroll:p,closeOnPointerDown:h=u,closeOnEsc:v=!0,onOpen:g,onClose:y,placement:m,id:k,isOpen:M,defaultIsOpen:b,arrowSize:P=10,arrowShadowColor:O,arrowPadding:F,modifiers:D,isDisabled:j,gutter:E,offset:T,direction:B,...N}=a,{isOpen:$,onOpen:L,onClose:W}=(0,x.useDisclosure)({isOpen:M,defaultIsOpen:b,onOpen:g,onClose:y}),{referenceRef:H,getPopperProps:V,getArrowInnerProps:q,getArrowProps:U}=(0,C.usePopper)({enabled:$,placement:m,arrowPadding:F,modifiers:D,gutter:E,offset:T,direction:B}),G=(0,w.useId)(),X=`tooltip-${null!=k?k:G}`,K=(0,w.useRef)(null),Y=(0,w.useRef)(),Z=(0,w.useCallback)(()=>{Y.current&&(clearTimeout(Y.current),Y.current=void 0)},[]),Q=(0,w.useRef)(),J=(0,w.useCallback)(()=>{Q.current&&(clearTimeout(Q.current),Q.current=void 0)},[]),ee=(0,w.useCallback)(()=>{J(),W()},[W,J]),et=useCloseEvent(K,ee),ea=(0,w.useCallback)(()=>{if(!j&&!Y.current){$&&et();let a=getWin(K);Y.current=a.setTimeout(L,c)}},[et,j,$,L,c]),en=(0,w.useCallback)(()=>{Z();let a=getWin(K);Q.current=a.setTimeout(ee,s)},[s,ee,Z]),er=(0,w.useCallback)(()=>{$&&d&&en()},[d,en,$]),eo=(0,w.useCallback)(()=>{$&&h&&en()},[h,en,$]),el=(0,w.useCallback)(a=>{$&&"Escape"===a.key&&en()},[$,en]);(0,R.useEventListener)(()=>getDoc(K),"keydown",v?el:void 0),(0,R.useEventListener)(()=>{let a=K.current;if(!a)return null;let c=(0,I.getScrollParent)(a);return"body"===c.localName?getWin(K):c},"scroll",()=>{$&&p&&ee()},{passive:!0,capture:!0}),(0,w.useEffect)(()=>{j&&(Z(),$&&W())},[j,$,W,Z]),(0,w.useEffect)(()=>()=>{Z(),J()},[Z,J]),(0,R.useEventListener)(()=>K.current,"pointerleave",en);let ec=(0,w.useCallback)((a={},c=null)=>{let s={...a,ref:(0,S.mergeRefs)(K,c,H),onPointerEnter:(0,_.callAllHandlers)(a.onPointerEnter,a=>{"touch"!==a.pointerType&&ea()}),onClick:(0,_.callAllHandlers)(a.onClick,er),onPointerDown:(0,_.callAllHandlers)(a.onPointerDown,eo),onFocus:(0,_.callAllHandlers)(a.onFocus,ea),onBlur:(0,_.callAllHandlers)(a.onBlur,en),"aria-describedby":$?X:void 0};return s},[ea,en,eo,$,X,er,H]),ei=(0,w.useCallback)((a={},c=null)=>V({...a,style:{...a.style,[C.popperCSSVars.arrowSize.var]:P?`${P}px`:void 0,[C.popperCSSVars.arrowShadowColor.var]:O}},c),[V,P,O]),es=(0,w.useCallback)((a={},c=null)=>{let s={...a.style,position:"relative",transformOrigin:C.popperCSSVars.transformOrigin.varRef};return{ref:c,...N,...a,id:X,role:"tooltip",style:s}},[N,X]);return{isOpen:$,show:ea,hide:en,getTriggerProps:ec,getTooltipProps:es,getTooltipPositionerProps:ei,getArrowProps:U,getArrowInnerProps:q}}var P="chakra-ui:close-tooltip";function useCloseEvent(a,c){return(0,w.useEffect)(()=>{let s=getDoc(a);return s.addEventListener(P,c),()=>s.removeEventListener(P,c)},[c,a]),()=>{let c=getDoc(a),s=getWin(a);c.dispatchEvent(new s.CustomEvent(P))}}var O=s(85893),F=(0,m.chakra)(k.motion.div),D=(0,m.forwardRef)((a,c)=>{var s,d;let u;let p=(0,m.useStyleConfig)("Tooltip",a),h=(0,m.omitThemingProps)(a),v=(0,m.useTheme)(),{children:I,label:C,shouldWrapChildren:x,"aria-label":R,hasArrow:S,bg:_,portalProps:w,background:P,backgroundColor:D,bgColor:j,motionProps:E,...T}=h,B=null!=(d=null!=(s=null!=P?P:D)?s:_)?d:j;if(B){p.bg=B;let a=(0,m.getCSSVar)(v,"colors",B);p[g.popperCSSVars.arrowBg.var]=a}let N=useTooltip({...T,direction:v.direction}),$="string"==typeof I||x;if($)u=(0,O.jsx)(m.chakra.span,{display:"inline-block",tabIndex:0,...N.getTriggerProps(),children:I});else{let a=M.Children.only(I);u=(0,M.cloneElement)(a,N.getTriggerProps(a.props,a.ref))}let L=!!R,W=N.getTooltipProps({},c),H=L?omit(W,["role","id"]):W,V=pick(W,["role","id"]);return C?(0,O.jsxs)(O.Fragment,{children:[u,(0,O.jsx)(k.AnimatePresence,{children:N.isOpen&&(0,O.jsx)(y.Portal,{...w,children:(0,O.jsx)(m.chakra.div,{...N.getTooltipPositionerProps(),__css:{zIndex:p.zIndex,pointerEvents:"none"},children:(0,O.jsxs)(F,{variants:b,initial:"exit",animate:"enter",exit:"exit",...E,...H,__css:p,children:[C,L&&(0,O.jsx)(m.chakra.span,{srOnly:!0,...V,children:R}),S&&(0,O.jsx)(m.chakra.div,{"data-popper-arrow":!0,className:"chakra-tooltip__arrow-wrapper",children:(0,O.jsx)(m.chakra.div,{"data-popper-arrow-inner":!0,className:"chakra-tooltip__arrow",__css:{bg:p.bg}})})]})})})})]}):(0,O.jsx)(O.Fragment,{children:I})});D.displayName="Tooltip"},9358:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{Collapse:()=>S,EASINGS:()=>k,Fade:()=>D,ScaleFade:()=>$,Slide:()=>G,SlideFade:()=>J,fadeConfig:()=>F,getSlideTransition:()=>getSlideTransition,scaleFadeConfig:()=>N,slideFadeConfig:()=>Q,withDelay:()=>I}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(42409),y=s(46431),m=s(67294),k={ease:[.25,.1,.25,1],easeIn:[.4,0,1,1],easeOut:[0,0,.2,1],easeInOut:[.4,0,.2,1]},M={slideLeft:{position:{left:0,top:0,bottom:0,width:"100%"},enter:{x:0,y:0},exit:{x:"-100%",y:0}},slideRight:{position:{right:0,top:0,bottom:0,width:"100%"},enter:{x:0,y:0},exit:{x:"100%",y:0}},slideUp:{position:{top:0,left:0,right:0,maxWidth:"100vw"},enter:{x:0,y:0},exit:{x:0,y:"-100%"}},slideDown:{position:{bottom:0,left:0,right:0,maxWidth:"100vw"},enter:{x:0,y:0},exit:{x:0,y:"100%"}}};function getSlideTransition(a){var c;let s=null!=(c=null==a?void 0:a.direction)?c:"right";switch(s){case"right":default:return M.slideRight;case"left":return M.slideLeft;case"bottom":return M.slideDown;case"top":return M.slideUp}}var b={enter:{duration:.2,ease:k.easeOut},exit:{duration:.1,ease:k.easeIn}},I={enter:(a,c)=>({...a,delay:"number"==typeof c?c:null==c?void 0:c.enter}),exit:(a,c)=>({...a,delay:"number"==typeof c?c:null==c?void 0:c.exit})},C=s(85893),isNumeric=a=>null!=a&&parseInt(a.toString(),10)>0,x={exit:{height:{duration:.2,ease:k.ease},opacity:{duration:.3,ease:k.ease}},enter:{height:{duration:.3,ease:k.ease},opacity:{duration:.4,ease:k.ease}}},R={exit:({animateOpacity:a,startingHeight:c,transition:s,transitionEnd:d,delay:u})=>{var p;return{...a&&{opacity:isNumeric(c)?1:0},height:c,transitionEnd:null==d?void 0:d.exit,transition:null!=(p=null==s?void 0:s.exit)?p:I.exit(x.exit,u)}},enter:({animateOpacity:a,endingHeight:c,transition:s,transitionEnd:d,delay:u})=>{var p;return{...a&&{opacity:1},height:c,transitionEnd:null==d?void 0:d.enter,transition:null!=(p=null==s?void 0:s.enter)?p:I.enter(x.enter,u)}}},S=(0,m.forwardRef)((a,c)=>{let{in:s,unmountOnExit:d,animateOpacity:u=!0,startingHeight:p=0,endingHeight:h="auto",style:v,className:k,transition:M,transitionEnd:b,...I}=a,[x,S]=(0,m.useState)(!1);(0,m.useEffect)(()=>{let a=setTimeout(()=>{S(!0)});return()=>clearTimeout(a)},[]),(0,g.warn)({condition:Number(p)>0&&!!d,message:"startingHeight and unmountOnExit are mutually exclusive. You can't use them together"});let _=parseFloat(p.toString())>0,w={startingHeight:p,endingHeight:h,animateOpacity:u,transition:x?M:{enter:{duration:0}},transitionEnd:{enter:null==b?void 0:b.enter,exit:d?null==b?void 0:b.exit:{...null==b?void 0:b.exit,display:_?"block":"none"}}},P=!d||s,O=s||d?"enter":"exit";return(0,C.jsx)(y.AnimatePresence,{initial:!1,custom:w,children:P&&(0,C.jsx)(y.motion.div,{ref:c,...I,className:(0,g.cx)("chakra-collapse",k),style:{overflow:"hidden",display:"block",...v},custom:w,variants:R,initial:!!d&&"exit",animate:O,exit:"exit"})})});S.displayName="Collapse";var _=s(42409),w=s(46431),P=s(67294),O=s(85893),F={initial:"exit",animate:"enter",exit:"exit",variants:{enter:({transition:a,transitionEnd:c,delay:s}={})=>{var d;return{opacity:1,transition:null!=(d=null==a?void 0:a.enter)?d:I.enter(b.enter,s),transitionEnd:null==c?void 0:c.enter}},exit:({transition:a,transitionEnd:c,delay:s}={})=>{var d;return{opacity:0,transition:null!=(d=null==a?void 0:a.exit)?d:I.exit(b.exit,s),transitionEnd:null==c?void 0:c.exit}}}},D=(0,P.forwardRef)(function(a,c){let{unmountOnExit:s,in:d,className:u,transition:p,transitionEnd:h,delay:v,...g}=a,y=d||s?"enter":"exit",m=!s||d&&s,k={transition:p,transitionEnd:h,delay:v};return(0,O.jsx)(w.AnimatePresence,{custom:k,children:m&&(0,O.jsx)(w.motion.div,{ref:c,className:(0,_.cx)("chakra-fade",u),custom:k,...F,animate:y,...g})})});D.displayName="Fade";var j=s(42409),E=s(46431),T=s(67294),B=s(85893),N={initial:"exit",animate:"enter",exit:"exit",variants:{exit:({reverse:a,initialScale:c,transition:s,transitionEnd:d,delay:u})=>{var p;return{opacity:0,...a?{scale:c,transitionEnd:null==d?void 0:d.exit}:{transitionEnd:{scale:c,...null==d?void 0:d.exit}},transition:null!=(p=null==s?void 0:s.exit)?p:I.exit(b.exit,u)}},enter:({transitionEnd:a,transition:c,delay:s})=>{var d;return{opacity:1,scale:1,transition:null!=(d=null==c?void 0:c.enter)?d:I.enter(b.enter,s),transitionEnd:null==a?void 0:a.enter}}}},$=(0,T.forwardRef)(function(a,c){let{unmountOnExit:s,in:d,reverse:u=!0,initialScale:p=.95,className:h,transition:v,transitionEnd:g,delay:y,...m}=a,k=!s||d&&s,M=d||s?"enter":"exit",b={initialScale:p,reverse:u,transition:v,transitionEnd:g,delay:y};return(0,B.jsx)(E.AnimatePresence,{custom:b,children:k&&(0,B.jsx)(E.motion.div,{ref:c,className:(0,j.cx)("chakra-offset-slide",h),...N,animate:M,custom:b,...m})})});$.displayName="ScaleFade";var L=s(42409),W=s(46431),H=s(67294),V=s(85893),q={exit:{duration:.15,ease:k.easeInOut},enter:{type:"spring",damping:25,stiffness:180}},U={exit:({direction:a,transition:c,transitionEnd:s,delay:d})=>{var u;let{exit:p}=getSlideTransition({direction:a});return{...p,transition:null!=(u=null==c?void 0:c.exit)?u:I.exit(q.exit,d),transitionEnd:null==s?void 0:s.exit}},enter:({direction:a,transitionEnd:c,transition:s,delay:d})=>{var u;let{enter:p}=getSlideTransition({direction:a});return{...p,transition:null!=(u=null==s?void 0:s.enter)?u:I.enter(q.enter,d),transitionEnd:null==c?void 0:c.enter}}},G=(0,H.forwardRef)(function(a,c){let{direction:s="right",style:d,unmountOnExit:u,in:p,className:h,transition:v,transitionEnd:g,delay:y,motionProps:m,...k}=a,M=getSlideTransition({direction:s}),b=Object.assign({position:"fixed"},M.position,d),I=!u||p&&u,C=p||u?"enter":"exit",x={transitionEnd:g,transition:v,direction:s,delay:y};return(0,V.jsx)(W.AnimatePresence,{custom:x,children:I&&(0,V.jsx)(W.motion.div,{...k,ref:c,initial:"exit",className:(0,L.cx)("chakra-slide",h),animate:C,exit:"exit",custom:x,variants:U,style:b,...m})})});G.displayName="Slide";var X=s(42409),K=s(46431),Y=s(67294),Z=s(85893),Q={initial:"initial",animate:"enter",exit:"exit",variants:{initial:({offsetX:a,offsetY:c,transition:s,transitionEnd:d,delay:u})=>{var p;return{opacity:0,x:a,y:c,transition:null!=(p=null==s?void 0:s.exit)?p:I.exit(b.exit,u),transitionEnd:null==d?void 0:d.exit}},enter:({transition:a,transitionEnd:c,delay:s})=>{var d;return{opacity:1,x:0,y:0,transition:null!=(d=null==a?void 0:a.enter)?d:I.enter(b.enter,s),transitionEnd:null==c?void 0:c.enter}},exit:({offsetY:a,offsetX:c,transition:s,transitionEnd:d,reverse:u,delay:p})=>{var h;let v={x:c,y:a};return{opacity:0,transition:null!=(h=null==s?void 0:s.exit)?h:I.exit(b.exit,p),...u?{...v,transitionEnd:null==d?void 0:d.exit}:{transitionEnd:{...v,...null==d?void 0:d.exit}}}}}},J=(0,Y.forwardRef)(function(a,c){let{unmountOnExit:s,in:d,reverse:u=!0,className:p,offsetX:h=0,offsetY:v=8,transition:g,transitionEnd:y,delay:m,...k}=a,M=!s||d&&s,b=d||s?"enter":"exit",I={offsetX:h,offsetY:v,reverse:u,transition:g,transitionEnd:y,delay:m};return(0,Z.jsx)(K.AnimatePresence,{custom:I,children:M&&(0,Z.jsx)(K.motion.div,{ref:c,className:(0,X.cx)("chakra-offset-slide",p),custom:I,...Q,animate:b,...k})})});J.displayName="SlideFade"},18171:function(a,c,s){"use strict";var d,u,p=Object.create,h=Object.defineProperty,v=Object.getOwnPropertyDescriptor,g=Object.getOwnPropertyNames,y=Object.getPrototypeOf,m=Object.prototype.hasOwnProperty,__defNormalProp=(a,c,s)=>c in a?h(a,c,{enumerable:!0,configurable:!0,writable:!0,value:s}):a[c]=s,__copyProps=(a,c,s,d)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let u of g(c))m.call(a,u)||u===s||h(a,u,{get:()=>c[u],enumerable:!(d=v(c,u))||d.enumerable});return a},__toESM=(a,c,s)=>(s=null!=a?p(y(a)):{},__copyProps(!c&&a&&a.__esModule?s:h(s,"default",{value:a,enumerable:!0}),a)),__publicField=(a,c,s)=>(__defNormalProp(a,"symbol"!=typeof c?c+"":c,s),s),k={};function getFirstItem(a){return null!=a&&a.length?a[0]:void 0}function getLastItem(a){let c=null==a?0:a.length;return c?a[c-1]:void 0}function getPrevItem(a,c,s=!0){let d=getPrevIndex(a,c.length,s);return c[d]}function getNextItem(a,c,s=!0){let d=getNextIndex(a,c.length,1,s);return c[d]}function removeIndex(a,c){return a.filter((a,s)=>s!==c)}function addItem(a,c){return[...a,c]}function removeItem(a,c){return a.filter(a=>a!==c)}function getNextIndex(a,c,s=1,d=!0){let u=c-1;if(-1===a)return s>0?0:u;let p=a+s;return p<0?d?u:0:p>=c?d?0:a>c?c:a:p}function getPrevIndex(a,c,s=!0){return getNextIndex(a,c,-1,s)}function chunk(a,c){return a.reduce((a,s,d)=>(d%c==0?a.push([s]):a[a.length-1].push(s),a),[])}function getNextItemFromSearch(a,c,s,d){if(null==c)return d;if(!d){let d=a.find(a=>s(a).toLowerCase().startsWith(c.toLowerCase()));return d}let u=a.filter(a=>s(a).toLowerCase().startsWith(c.toLowerCase()));if(u.length>0){let c;if(u.includes(d)){let a=u.indexOf(d);return(c=a+1)===u.length&&(c=0),u[c]}return c=a.indexOf(u[0]),a[c]}return d}function isNumber(a){return"number"==typeof a}function isNotNumber(a){return"number"!=typeof a||Number.isNaN(a)||!Number.isFinite(a)}function isNumeric(a){return null!=a&&a-parseFloat(a)+1>=0}function isArray(a){return Array.isArray(a)}function isEmptyArray(a){return isArray(a)&&0===a.length}function isFunction(a){return"function"==typeof a}function isDefined(a){return void 0!==a&&void 0!==a}function isUndefined(a){return void 0===a||void 0===a}function isObject(a){let c=typeof a;return null!=a&&("object"===c||"function"===c)&&!isArray(a)}function isEmptyObject(a){return isObject(a)&&0===Object.keys(a).length}function isNotEmptyObject(a){return a&&!isEmptyObject(a)}function isNull(a){return null==a}function isString(a){return"[object String]"===Object.prototype.toString.call(a)}function isCssVar(a){return/^var\(--.+\)$/.test(a)}function isEmpty(a){return isArray(a)?isEmptyArray(a):isObject(a)?isEmptyObject(a):null==a||""===a}((a,c)=>{for(var s in c)h(a,s,{get:c[s],enumerable:!0})})(k,{PanSession:()=>T,__DEV__:()=>M,__TEST__:()=>b,addDomEvent:()=>addDomEvent,addItem:()=>addItem,addPointerEvent:()=>addPointerEvent,analyzeBreakpoints:()=>analyzeBreakpoints,ariaAttr:()=>ariaAttr,arrayToObjectNotation:()=>arrayToObjectNotation,breakpoints:()=>B,callAll:()=>callAll,callAllHandlers:()=>callAllHandlers,canUseDOM:()=>canUseDOM,chunk:()=>chunk,clampValue:()=>clampValue,closest:()=>closest,compose:()=>compose,contains:()=>contains,countDecimalPlaces:()=>countDecimalPlaces,cx:()=>cx,dataAttr:()=>dataAttr,detectBrowser:()=>detectBrowser,detectDeviceType:()=>detectDeviceType,detectOS:()=>detectOS,detectTouch:()=>detectTouch,determineLazyBehavior:()=>determineLazyBehavior,distance:()=>distance,error:()=>_,extractEventInfo:()=>extractEventInfo,filterUndefined:()=>filterUndefined,flatten:()=>flatten,focus:()=>focus,focusNextTabbable:()=>focusNextTabbable,focusPreviousTabbable:()=>focusPreviousTabbable,fromEntries:()=>fromEntries,get:()=>get,getActiveElement:()=>getActiveElement,getAllFocusable:()=>getAllFocusable,getAllTabbable:()=>getAllTabbable,getCSSVar:()=>getCSSVar,getEventWindow:()=>getEventWindow,getFirstFocusable:()=>getFirstFocusable,getFirstItem:()=>getFirstItem,getFirstTabbableIn:()=>getFirstTabbableIn,getLastItem:()=>getLastItem,getLastTabbableIn:()=>getLastTabbableIn,getNextIndex:()=>getNextIndex,getNextItem:()=>getNextItem,getNextItemFromSearch:()=>getNextItemFromSearch,getNextTabbable:()=>getNextTabbable,getOwnerDocument:()=>getOwnerDocument,getOwnerWindow:()=>getOwnerWindow,getPointerEventName:()=>getPointerEventName,getPrevIndex:()=>getPrevIndex,getPrevItem:()=>getPrevItem,getPreviousTabbable:()=>getPreviousTabbable,getRelatedTarget:()=>getRelatedTarget,getViewportPointFromEvent:()=>getViewportPointFromEvent,getWithDefault:()=>getWithDefault,hasDisplayNone:()=>hasDisplayNone,hasFocusWithin:()=>hasFocusWithin,hasNegativeTabIndex:()=>hasNegativeTabIndex,hasTabIndex:()=>hasTabIndex,isActiveElement:()=>isActiveElement,isArray:()=>isArray,isBrowser:()=>x,isContentEditable:()=>isContentEditable,isCssVar:()=>isCssVar,isCustomBreakpoint:()=>isCustomBreakpoint,isDefined:()=>isDefined,isDisabled:()=>isDisabled,isElement:()=>isElement,isEmpty:()=>isEmpty,isEmptyArray:()=>isEmptyArray,isEmptyObject:()=>isEmptyObject,isFocusable:()=>isFocusable,isFunction:()=>isFunction,isHTMLElement:()=>isHTMLElement,isHidden:()=>isHidden,isInputElement:()=>isInputElement,isInputEvent:()=>isInputEvent,isMouseEvent:()=>isMouseEvent,isMultiTouchEvent:()=>isMultiTouchEvent,isNotEmptyObject:()=>isNotEmptyObject,isNotNumber:()=>isNotNumber,isNull:()=>isNull,isNumber:()=>isNumber,isNumeric:()=>isNumeric,isObject:()=>isObject,isRefObject:()=>isRefObject,isResponsiveObjectLike:()=>isResponsiveObjectLike,isRightClick:()=>isRightClick,isString:()=>isString,isTabbable:()=>isTabbable,isTouchEvent:()=>isTouchEvent,isUndefined:()=>isUndefined,mapResponsive:()=>mapResponsive,maxSafeInteger:()=>O,memoize:()=>memoize,memoizedGet:()=>C,mergeWith:()=>I.default,minSafeInteger:()=>P,noop:()=>noop,normalizeEventKey:()=>normalizeEventKey,objectFilter:()=>objectFilter,objectKeys:()=>objectKeys,objectToArrayNotation:()=>objectToArrayNotation,omit:()=>omit,once:()=>once,percentToValue:()=>percentToValue,pick:()=>pick,pipe:()=>pipe,px:()=>px,removeIndex:()=>removeIndex,removeItem:()=>removeItem,roundValueToStep:()=>roundValueToStep,runIfFn:()=>runIfFn,split:()=>split,toMediaQueryString:()=>toMediaQueryString,toPrecision:()=>toPrecision,valueToPercent:()=>valueToPercent,walkObject:()=>walkObject,warn:()=>S,wrapPointerEventHandler:()=>wrapPointerEventHandler}),a.exports=__copyProps(h({},"__esModule",{value:!0}),k),d=s(78492),u=a.exports,__copyProps(k,d,"default"),u&&__copyProps(u,d,"default");var M=!1,b=!1;function isRefObject(a){return"current"in a}function isInputEvent(a){return a&&isObject(a)&&isObject(a.target)}var I=__toESM(s(38554));function omit(a,c){let s={};return Object.keys(a).forEach(d=>{c.includes(d)||(s[d]=a[d])}),s}function pick(a,c){let s={};return c.forEach(c=>{c in a&&(s[c]=a[c])}),s}function split(a,c){let s={},d={};return Object.keys(a).forEach(u=>{c.includes(u)?s[u]=a[u]:d[u]=a[u]}),[s,d]}function get(a,c,s,d){let u="string"==typeof c?c.split("."):[c];for(d=0;d{let c=new WeakMap;return(s,d,u,p)=>{if(void 0===s)return a(s,d,u);c.has(s)||c.set(s,new Map);let h=c.get(s);if(h.has(d))return h.get(d);let v=a(s,d,u,p);return h.set(d,v),v}},C=memoize(get);function getWithDefault(a,c){return C(c,a,a)}function objectFilter(a,c){let s={};return Object.keys(a).forEach(d=>{let u=a[d],p=c(u,d,a);p&&(s[d]=u)}),s}var filterUndefined=a=>objectFilter(a,a=>null!=a),objectKeys=a=>Object.keys(a),fromEntries=a=>a.reduce((a,[c,s])=>(a[c]=s,a),{}),getCSSVar=(a,c,s)=>{var d,u,p;return null!=(p=null==(u=null==(d=a.__cssMap)?void 0:d[`${c}.${s}`])?void 0:u.varRef)?p:s};function analyzeCSSValue(a){let c=parseFloat(a.toString()),s=a.toString().replace(String(c),"");return{unitless:!s,value:c,unit:s}}function px(a){if(null==a)return a;let{unitless:c}=analyzeCSSValue(a);return c||isNumber(a)?`${a}px`:a}var sortByBreakpointValue=(a,c)=>parseInt(a[1],10)>parseInt(c[1],10)?1:-1,sortBps=a=>fromEntries(Object.entries(a).sort(sortByBreakpointValue));function normalize(a){let c=sortBps(a);return Object.assign(Object.values(c),c)}function keys(a){let c=Object.keys(sortBps(a));return new Set(c)}function subtract(a){var c;if(!a)return a;a=null!=(c=px(a))?c:a;let s=a.endsWith("px")?-.02:-.01;return isNumber(a)?`${a+s}`:a.replace(/(\d+\.?\d*)/u,a=>`${parseFloat(a)+s}`)}function toMediaQueryString(a,c){let s=["@media screen"];return a&&s.push("and",`(min-width: ${px(a)})`),c&&s.push("and",`(max-width: ${px(c)})`),s.join(" ")}function analyzeBreakpoints(a){var c;if(!a)return null;a.base=null!=(c=a.base)?c:"0px";let s=normalize(a),d=Object.entries(a).sort(sortByBreakpointValue).map(([a,c],s,d)=>{var u;let[,p]=null!=(u=d[s+1])?u:[];return p=parseFloat(p)>0?subtract(p):void 0,{_minW:subtract(c),breakpoint:a,minW:c,maxW:p,maxWQuery:toMediaQueryString(null,p),minWQuery:toMediaQueryString(c),minMaxQuery:toMediaQueryString(c,p)}}),u=keys(a),p=Array.from(u.values());return{keys:u,normalized:s,isResponsive(a){let c=Object.keys(a);return c.length>0&&c.every(a=>u.has(a))},asObject:sortBps(a),asArray:normalize(a),details:d,media:[null,...s.map(a=>toMediaQueryString(a)).slice(1)],toArrayValue(a){if(!isObject(a))throw Error("toArrayValue: value must be an object");let c=p.map(c=>{var s;return null!=(s=a[c])?s:null});for(;null===getLastItem(c);)c.pop();return c},toObjectValue(a){if(!Array.isArray(a))throw Error("toObjectValue: value must be an array");return a.reduce((a,c,s)=>{let d=p[s];return null!=d&&null!=c&&(a[d]=c),a},{})}}}function isElement(a){return null!=a&&"object"==typeof a&&"nodeType"in a&&a.nodeType===Node.ELEMENT_NODE}function isHTMLElement(a){var c;if(!isElement(a))return!1;let s=null!=(c=a.ownerDocument.defaultView)?c:window;return a instanceof s.HTMLElement}function getOwnerWindow(a){var c,s;return isElement(a)&&null!=(s=null==(c=getOwnerDocument(a))?void 0:c.defaultView)?s:window}function getOwnerDocument(a){var c;return isElement(a)&&null!=(c=a.ownerDocument)?c:document}function getEventWindow(a){var c;return null!=(c=a.view)?c:window}function canUseDOM(){return!!("undefined"!=typeof window&&window.document&&window.document.createElement)}var x=canUseDOM(),dataAttr=a=>a?"":void 0,ariaAttr=a=>!!a||void 0,cx=(...a)=>a.filter(Boolean).join(" ");function getActiveElement(a){let c=getOwnerDocument(a);return null==c?void 0:c.activeElement}function contains(a,c){return!!a&&(a===c||a.contains(c))}function addDomEvent(a,c,s,d){return a.addEventListener(c,s,d),()=>{a.removeEventListener(c,s,d)}}function normalizeEventKey(a){let{key:c,keyCode:s}=a,d=s>=37&&s<=40&&0!==c.indexOf("Arrow"),u=d?`Arrow${c}`:c;return u}function getRelatedTarget(a){var c,s;let d=null!=(c=a.target)?c:a.currentTarget,u=getActiveElement(d);return null!=(s=a.relatedTarget)?s:u}function isRightClick(a){return 0!==a.button}var hasDisplayNone=a=>"none"===window.getComputedStyle(a).display,hasTabIndex=a=>a.hasAttribute("tabindex"),hasNegativeTabIndex=a=>hasTabIndex(a)&&-1===a.tabIndex;function isDisabled(a){return!0==!!a.getAttribute("disabled")||!0==!!a.getAttribute("aria-disabled")}function isInputElement(a){return isHTMLElement(a)&&"input"===a.localName&&"select"in a}function isActiveElement(a){let c=isHTMLElement(a)?getOwnerDocument(a):document;return c.activeElement===a}function hasFocusWithin(a){return!!document.activeElement&&a.contains(document.activeElement)}function isHidden(a){return!!(a.parentElement&&isHidden(a.parentElement))||a.hidden}function isContentEditable(a){let c=a.getAttribute("contenteditable");return"false"!==c&&null!=c}function isFocusable(a){if(!isHTMLElement(a)||isHidden(a)||isDisabled(a))return!1;let{localName:c}=a;if(["input","select","textarea","button"].indexOf(c)>=0)return!0;let s={a:()=>a.hasAttribute("href"),audio:()=>a.hasAttribute("controls"),video:()=>a.hasAttribute("controls")};return c in s?s[c]():!!isContentEditable(a)||hasTabIndex(a)}function isTabbable(a){return!!a&&isHTMLElement(a)&&isFocusable(a)&&!hasNegativeTabIndex(a)}var R="input:not(:disabled):not([disabled]),select:not(:disabled):not([disabled]),textarea:not(:disabled):not([disabled]),embed,iframe,object,a[href],area[href],button:not(:disabled):not([disabled]),[tabindex],audio[controls],video[controls],*[tabindex]:not([aria-disabled]),*[contenteditable]",isVisible=a=>a.offsetWidth>0&&a.offsetHeight>0;function getAllFocusable(a){let c=Array.from(a.querySelectorAll(R));return c.unshift(a),c.filter(a=>isFocusable(a)&&isVisible(a))}function getFirstFocusable(a){let c=getAllFocusable(a);return c.length?c[0]:null}function getAllTabbable(a,c){let s=Array.from(a.querySelectorAll(R)),d=s.filter(isTabbable);return(isTabbable(a)&&d.unshift(a),!d.length&&c)?s:d}function getFirstTabbableIn(a,c){let[s]=getAllTabbable(a,c);return s||null}function getLastTabbableIn(a,c){let s=getAllTabbable(a,c);return s[s.length-1]||null}function getNextTabbable(a,c){let s=getAllFocusable(a),d=s.indexOf(document.activeElement),u=s.slice(d+1);return u.find(isTabbable)||s.find(isTabbable)||(c?u[0]:null)}function getPreviousTabbable(a,c){let s=getAllFocusable(a).reverse(),d=s.indexOf(document.activeElement),u=s.slice(d+1);return u.find(isTabbable)||s.find(isTabbable)||(c?u[0]:null)}function focusNextTabbable(a,c){let s=getNextTabbable(a,c);s&&isHTMLElement(s)&&s.focus()}function focusPreviousTabbable(a,c){let s=getPreviousTabbable(a,c);s&&isHTMLElement(s)&&s.focus()}function matches(a,c){return"matches"in a?a.matches(c):"msMatchesSelector"in a?a.msMatchesSelector(c):a.webkitMatchesSelector(c)}function closest(a,c){if("closest"in a)return a.closest(c);do{if(matches(a,c))return a;a=a.parentElement||a.parentNode}while(null!==a&&1===a.nodeType);return null}function runIfFn(a,...c){return isFunction(a)?a(...c):a}function callAllHandlers(...a){return function(c){a.some(a=>(null==a||a(c),null==c?void 0:c.defaultPrevented))}}function callAll(...a){return function(c){a.forEach(a=>{null==a||a(c)})}}var compose=(a,...c)=>c.reduce((a,c)=>(...s)=>a(c(...s)),a);function once(a){let c;return function(...s){return a&&(c=a.apply(this,s),a=null),c}}var noop=()=>{},S=once(a=>()=>{let{condition:c,message:s}=a;c&&M&&console.warn(s)}),_=once(a=>()=>{let{condition:c,message:s}=a;c&&M&&console.error(s)}),pipe=(...a)=>c=>a.reduce((a,c)=>c(a),c),distance1D=(a,c)=>Math.abs(a-c),isPoint=a=>"x"in a&&"y"in a;function distance(a,c){if(isNumber(a)&&isNumber(c))return distance1D(a,c);if(isPoint(a)&&isPoint(c)){let s=distance1D(a.x,c.x),d=distance1D(a.y,c.y);return Math.sqrt(s**2+d**2)}return 0}function focus(a,c={}){let{isActive:s=isActiveElement,nextTick:d,preventScroll:u=!0,selectTextIfInput:p=!0}=c;if(!a||s(a))return -1;function triggerFocus(){if(!a){S({condition:!0,message:"[chakra-ui]: can't call focus() on `null` or `undefined` element"});return}if(supportsPreventScroll())a.focus({preventScroll:u});else if(a.focus(),u){let c=getScrollableElements(a);restoreScrollPosition(c)}p&&(isInputElement(a)?a.select():"setSelectionRange"in a&&a.setSelectionRange(a.value.length,a.value.length))}return d?requestAnimationFrame(triggerFocus):(triggerFocus(),-1)}var w=null;function supportsPreventScroll(){if(null==w){w=!1;try{let a=document.createElement("div");a.focus({get preventScroll(){return w=!0,!0}})}catch(a){}}return w}function getScrollableElements(a){var c;let s=getOwnerDocument(a),d=null!=(c=s.defaultView)?c:window,u=a.parentNode,p=[],h=s.scrollingElement||s.documentElement;for(;u instanceof d.HTMLElement&&u!==h;)(u.offsetHeight(isObject(d)||isArray(d)?Object.entries(flatten(d,c-1)).forEach(([c,d])=>{a[`${s}.${c}`]=d}):a[s]=d,a),{}):a}function determineLazyBehavior(a){let{hasBeenSelected:c,isLazy:s,isSelected:d,lazyBehavior:u="unmount"}=a;return!s||!!d||"keepMounted"===u&&!!c}var P=Number.MIN_SAFE_INTEGER||-9007199254740991,O=Number.MAX_SAFE_INTEGER||9007199254740991;function toNumber(a){let c=parseFloat(a);return isNotNumber(c)?0:c}function toPrecision(a,c){let s=toNumber(a),d=10**(null!=c?c:10);return s=Math.round(s*d)/d,c?s.toFixed(c):s.toString()}function countDecimalPlaces(a){if(!Number.isFinite(a))return 0;let c=1,s=0;for(;Math.round(a*c)/c!==a;)c*=10,s+=1;return s}function valueToPercent(a,c,s){return(a-c)*100/(s-c)}function percentToValue(a,c,s){return(s-c)*a+c}function roundValueToStep(a,c,s){let d=Math.round((a-c)/s)*s+c,u=countDecimalPlaces(s);return toPrecision(d,u)}function clampValue(a,c,s){return null==a?a:(S({condition:s{let s=getEventWindow(c),d=c instanceof s.MouseEvent,u=!d||d&&0===c.button;u&&a(c)}}var D={pageX:0,pageY:0};function pointFromTouch(a,c="page"){let s=a.touches[0]||a.changedTouches[0],d=s||D;return{x:d[`${c}X`],y:d[`${c}Y`]}}function pointFromMouse(a,c="page"){return{x:a[`${c}X`],y:a[`${c}Y`]}}function extractEventInfo(a,c="page"){return{point:isTouchEvent(a)?pointFromTouch(a,c):pointFromMouse(a,c)}}function getViewportPointFromEvent(a){return extractEventInfo(a,"client")}var wrapPointerEventHandler=(a,c=!1)=>{let listener=c=>a(c,extractEventInfo(c));return c?filterPrimaryPointer(listener):listener},supportsPointerEvents=()=>x&&null===window.onpointerdown,supportsTouchEvents=()=>x&&null===window.ontouchstart,supportsMouseEvents=()=>x&&null===window.onmousedown,j={pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointercancel:"mousecancel",pointerover:"mouseover",pointerout:"mouseout",pointerenter:"mouseenter",pointerleave:"mouseleave"},E={pointerdown:"touchstart",pointermove:"touchmove",pointerup:"touchend",pointercancel:"touchcancel"};function getPointerEventName(a){return supportsPointerEvents()?a:supportsTouchEvents()?E[a]:supportsMouseEvents()?j[a]:a}function addPointerEvent(a,c,s,d){return addDomEvent(a,getPointerEventName(c),wrapPointerEventHandler(s,"pointerdown"===c),d)}function isMultiTouchEvent(a){return isTouchEvent(a)&&a.touches.length>1}var T=class{constructor(a,c,s){if(__publicField(this,"history",[]),__publicField(this,"startEvent",null),__publicField(this,"lastEvent",null),__publicField(this,"lastEventInfo",null),__publicField(this,"handlers",{}),__publicField(this,"removeListeners",noop),__publicField(this,"threshold",3),__publicField(this,"win"),__publicField(this,"updatePoint",()=>{if(!(this.lastEvent&&this.lastEventInfo))return;let a=getPanInfo(this.lastEventInfo,this.history),c=null!==this.startEvent,s=distance(a.offset,{x:0,y:0})>=this.threshold;if(!c&&!s)return;let{timestamp:d}=(0,F.getFrameData)();this.history.push({...a.point,timestamp:d});let{onStart:u,onMove:p}=this.handlers;c||(null==u||u(this.lastEvent,a),this.startEvent=this.lastEvent),null==p||p(this.lastEvent,a)}),__publicField(this,"onPointerMove",(a,c)=>{if(this.lastEvent=a,this.lastEventInfo=c,isMouseEvent(a)&&0===a.buttons){this.onPointerUp(a,c);return}F.default.update(this.updatePoint,!0)}),__publicField(this,"onPointerUp",(a,c)=>{let s=getPanInfo(c,this.history),{onEnd:d,onSessionEnd:u}=this.handlers;null==u||u(a,s),this.end(),d&&this.startEvent&&(null==d||d(a,s))}),this.win=getEventWindow(a),isMultiTouchEvent(a))return;this.handlers=c,s&&(this.threshold=s),a.stopPropagation(),a.preventDefault();let d=extractEventInfo(a),{timestamp:u}=(0,F.getFrameData)();this.history=[{...d.point,timestamp:u}];let{onSessionStart:p}=c;null==p||p(a,getPanInfo(d,this.history)),this.removeListeners=pipe(addPointerEvent(this.win,"pointermove",this.onPointerMove),addPointerEvent(this.win,"pointerup",this.onPointerUp),addPointerEvent(this.win,"pointercancel",this.onPointerUp))}updateHandlers(a){this.handlers=a}end(){var a;null==(a=this.removeListeners)||a.call(this),F.cancelSync.update(this.updatePoint)}};function subtractPoint(a,c){return{x:a.x-c.x,y:a.y-c.y}}function startPanPoint(a){return a[0]}function lastPanPoint(a){return a[a.length-1]}function getPanInfo(a,c){return{point:a.point,delta:subtractPoint(a.point,lastPanPoint(c)),offset:subtractPoint(a.point,startPanPoint(c)),velocity:getVelocity(c,.1)}}function lastDevicePoint(a){return a[a.length-1]}var toMilliseconds=a=>1e3*a;function getVelocity(a,c){if(a.length<2)return{x:0,y:0};let s=a.length-1,d=null,u=lastDevicePoint(a);for(;s>=0&&(d=a[s],!(u.timestamp-d.timestamp>toMilliseconds(c)));)s--;if(!d)return{x:0,y:0};let p=(u.timestamp-d.timestamp)/1e3;if(0===p)return{x:0,y:0};let h={x:(u.x-d.x)/p,y:(u.y-d.y)/p};return h.x===1/0&&(h.x=0),h.y===1/0&&(h.y=0),h}var B=Object.freeze(["base","sm","md","lg","xl","2xl"]);function mapResponsive(a,c){return isArray(a)?a.map(a=>null===a?null:c(a)):isObject(a)?objectKeys(a).reduce((s,d)=>(s[d]=c(a[d]),s),{}):null!=a?c(a):null}function objectToArrayNotation(a,c=B){let s=c.map(c=>{var s;return null!=(s=a[c])?s:null});for(;null===getLastItem(s);)s.pop();return s}function arrayToObjectNotation(a,c=B){let s={};return a.forEach((a,d)=>{let u=c[d];null!=a&&(s[u]=a)}),s}function isResponsiveObjectLike(a,c=B){let s=Object.keys(a);return s.length>0&&s.every(a=>c.includes(a))}var isCustomBreakpoint=a=>Number.isNaN(Number(a));function getUserAgentBrowser(a){let{userAgent:c,vendor:s}=a,d=/(android)/i.test(c);switch(!0){case/CriOS/.test(c):return"Chrome for iOS";case/Edg\//.test(c):return"Edge";case d&&/Silk\//.test(c):return"Silk";case/Chrome/.test(c)&&/Google Inc/.test(s):return"Chrome";case/Firefox\/\d+\.\d+$/.test(c):return"Firefox";case d:return"AOSP";case/MSIE|Trident/.test(c):return"IE";case/Safari/.test(a.userAgent)&&/Apple Computer/.test(c):return"Safari";case/AppleWebKit/.test(c):return"WebKit";default:return null}}function getUserAgentOS(a){let{userAgent:c,platform:s}=a;switch(!0){case/Android/.test(c):return"Android";case/iPhone|iPad|iPod/.test(s):return"iOS";case/Win/.test(s):return"Windows";case/Mac/.test(s):return"Mac";case/CrOS/.test(c):return"Chrome OS";case/Firefox/.test(c):return"Firefox OS";default:return null}}function detectDeviceType(a){let{userAgent:c}=a;return/(tablet)|(iPad)|(Nexus 9)/i.test(c)?"tablet":/(mobi)/i.test(c)?"phone":"desktop"}function detectOS(a){return!!x&&getUserAgentOS(window.navigator)===a}function detectBrowser(a){return!!x&&getUserAgentBrowser(window.navigator)===a}function detectTouch(){return!!x&&null===window.ontouchstart&&null===window.ontouchmove&&null===window.ontouchend}function walkObject(a,c){function inner(a,s=[]){return isArray(a)?a.map((a,c)=>inner(a,[...s,String(c)])):isObject(a)?fromEntries(Object.entries(a).map(([a,c])=>[a,inner(c,[...s,a])])):c(a,s)}return inner(a)}},53360:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{VisuallyHidden:()=>m,VisuallyHiddenInput:()=>k,visuallyHiddenStyle:()=>y}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90914),y={border:"0",clip:"rect(0, 0, 0, 0)",height:"1px",width:"1px",margin:"-1px",padding:"0",overflow:"hidden",whiteSpace:"nowrap",position:"absolute"},m=(0,g.chakra)("span",{baseStyle:y});m.displayName="VisuallyHidden";var k=(0,g.chakra)("input",{baseStyle:y});k.displayName="VisuallyHiddenInput"},87235:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"AnalyticsContext",{enumerable:!0,get:function(){return u}});var d,u=((d=s(67294))&&d.__esModule?d:{default:d}).default.createContext({identify:function(){return null},group:function(){return null},page:function(){return null},track:function(){return null},user:function(){return{anonymousId:""}},reset:function(){return null}})},10531:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{_AnalyticsProvider:function(){return _AnalyticsProvider},AnalyticsProvider:function(){return AnalyticsProvider}});var d=_interop_require_default(s(67294)),u=s(87235),p=s(48894),h=s(46578),v=_interop_require_default(s(10646));function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_without_properties(a,c){if(null==a)return{};var s,d,u=_object_without_properties_loose(a,c);if(Object.getOwnPropertySymbols){var p=Object.getOwnPropertySymbols(a);for(d=0;d=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var g={ga:p.GA,gtag:p.GTag,segment:p.Segment},y=!("undefined"!=typeof window&&window.document&&window.document.createElement),m="composer_anonymous_id",proxyToIntegrations=function(a,c,s){a.forEach(function(a){return a[c].apply(a,s)})},_AnalyticsProvider=function(a){var c=a.children,s=_object_without_properties(a,["children"]),p=d.default.useMemo(function(){var a=v.default.get(m)||(0,h.v1)();return v.default.set(m,a,{expires:365}),a},[]),y=d.default.useMemo(function(){return Object.keys(g).filter(function(a){return!!s[a]}).map(function(a){return new g[a](s[a])})},[]),k=d.default.useMemo(function(){return{identify:function(){proxyToIntegrations(y,"identify",Array.from(arguments))},group:function(){proxyToIntegrations(y,"group",Array.from(arguments))},page:function(){proxyToIntegrations(y,"page",Array.from(arguments))},track:function(){proxyToIntegrations(y,"track",Array.from(arguments))},user:function(){return{anonymousId:p}},reset:function(){proxyToIntegrations(y,"reset",Array.from(arguments))}}},[p]);return d.default.createElement(u.AnalyticsContext.Provider,{value:k},c)},AnalyticsProvider=function(a){return y?d.default.createElement(d.default.Fragment,null,a.children):d.default.createElement(_AnalyticsProvider,a)}},3183:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(87235),c),_export_star(s(10531),c),_export_star(s(57004),c),_export_star(s(92225),c),_export_star(s(19379),c)},64884:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"GA",{enumerable:!0,get:function(){return GA}});var d=s(68197);function _class_call_check(a,c){if(!(a instanceof c))throw TypeError("Cannot call a class as a function")}function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}var GA=function GA(a){if(_class_call_check(this,GA),_define_property(this,"identify",function(a){window.ga("set","userId",a),window.ga("send","event","authentication","user-id available")}),_define_property(this,"group",function(){}),_define_property(this,"page",function(a){var c=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};window.ga("send",{hitType:"pageview",page:c.path||location.pathname,title:a})}),_define_property(this,"track",function(a){var c=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};window.ga("send",{hitType:"event",eventCategory:c.category||"None",eventAction:a})}),_define_property(this,"reset",function(){}),!a.trackingId)throw Error("Google Analytics trackingId is required for analytics");(0,d.loadGA)()("create",a.trackingId,a.cookieDomain||"auto")}},17890:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(3111),c),_export_star(s(64884),c)},68197:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"loadGA",{enumerable:!0,get:function(){return loadGA}});var loadGA=function(){var a,c,s,d,u;return a=window,c=document,s="script",a.GoogleAnalyticsObject="ga",a.ga=a.ga||function(){(a.ga.q=a.ga.q||[]).push(arguments)},a.ga.l=1*new Date,d=c.createElement(s),u=c.getElementsByTagName(s)[0],d.async=1,d.src="https://www.google-analytics.com/analytics.js",u.parentNode.insertBefore(d,u),window.ga}},3111:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0})},53516:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"GTag",{enumerable:!0,get:function(){return GTag}});var d=s(18113);function _class_call_check(a,c){if(!(a instanceof c))throw TypeError("Cannot call a class as a function")}function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var GTag=function GTag(a){if(_class_call_check(this,GTag),_define_property(this,"identify",function(a){window.dataLayer.push(function(){this.set("userId",a)}),window.dataLayer.push({event:"login",userId:a})}),_define_property(this,"group",function(){}),_define_property(this,"page",function(a){var c=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};window.dataLayer.push({event:"page_view",page_location:c.path||location.pathname,page_title:a})}),_define_property(this,"track",function(a){var c=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=c.category,d=_object_without_properties(c,["category"]);window.dataLayer.push(_object_spread({event:a,event_category:s||"None"},d))}),_define_property(this,"reset",function(){window.dataLayer.push(function(){this.reset()})}),!a.trackingId)throw Error("TAG ID is required for gTag");(0,d.loadGTag)(a)}},25525:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(41159),c),_export_star(s(53516),c)},18113:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"loadGTag",{enumerable:!0,get:function(){return loadGTag}});var loadGTag=function(a){var c,s,d,u,p,h,v;c=window,s=document,d="script",u="dataLayer",p=a.trackingId,c[u]=c[u]||[],c[u].push({"gtm.start":new Date().getTime(),event:"gtm.js"}),h=s.getElementsByTagName(d)[0],(v=s.createElement(d)).async=!0,v.src="https://www.googletagmanager.com/gtm.js?id="+p,h.parentNode.insertBefore(v,h)}},41159:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0})},48894:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(19379),c),_export_star(s(17890),c),_export_star(s(25525),c),_export_star(s(15443),c)},3236:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Segment",{enumerable:!0,get:function(){return Segment}});var d=s(53347);function _class_call_check(a,c){if(!(a instanceof c))throw TypeError("Cannot call a class as a function")}function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _object_without_properties(a,c){if(null==a)return{};var s,d,u=_object_without_properties_loose(a,c);if(Object.getOwnPropertySymbols){var p=Object.getOwnPropertySymbols(a);for(d=0;d=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var Segment=function Segment(a){if(_class_call_check(this,Segment),_define_property(this,"identify",function(a,c){window.analytics.identify(a,c)}),_define_property(this,"group",function(a,c){window.analytics.group(a,c)}),_define_property(this,"page",function(a){var c=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=c.category,d=_object_without_properties(c,["category"]);s?window.analytics.page(s,a,d):window.analytics.page(a,d)}),_define_property(this,"track",function(a,c){window.analytics.track(a,c)}),_define_property(this,"reset",function(){window.analytics.reset()}),!a.writeKey)throw Error("Segment writeKey is required for analytics");(0,d.loadSnippet)().load(a.writeKey)}},15443:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(45883),c),_export_star(s(3236),c)},53347:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"loadSnippet",{enumerable:!0,get:function(){return loadSnippet}});var loadSnippet=function(){var a=window.analytics=window.analytics||[];if(a.initialize)return a;if(a.invoked)return window.console&&console.error&&console.error("Segment snippet included twice."),a;a.invoked=!0,a.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"],a.factory=function(c){return function(){var s=Array.prototype.slice.call(arguments);return s.unshift(c),a.push(s),a}};for(var c=0;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var Badge=function(a){var c=a.leadingIcon,s=a.trailingIcon,p=a.children,h=_object_without_properties(a,["leadingIcon","trailingIcon","children"]),v=getIcon(c),g=getIcon(s);return d.default.createElement(u.Badge,_object_spread({display:"inline-flex",alignItems:"center",gap:"spacer-1"},h),v,p,g)},getIcon=function(a){return d.default.isValidElement(a)?d.default.cloneElement(a,{size:"xs"}):null}},59786:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(64037),c)},19058:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{Divider:function(){return d.Divider},DividerProps:function(){return d.DividerProps}});var d=s(53159)},99476:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"NumberedList",{enumerable:!0,get:function(){return NumberedList}});var d=_interop_require_wildcard(s(67294)),u=s(26485),p=s(80864);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _getRequireWildcardCache(a){if("function"!=typeof WeakMap)return null;var c=new WeakMap,s=new WeakMap;return(_getRequireWildcardCache=function(a){return a?s:c})(a)}function _interop_require_wildcard(a,c){if(!c&&a&&a.__esModule)return a;if(null===a||"object"!=typeof a&&"function"!=typeof a)return{default:a};var s=_getRequireWildcardCache(c);if(s&&s.has(a))return s.get(a);var d={},u=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in a)if("default"!==p&&Object.prototype.hasOwnProperty.call(a,p)){var h=u?Object.getOwnPropertyDescriptor(a,p):null;h&&(h.get||h.set)?Object.defineProperty(d,p,h):d[p]=a[p]}return d.default=a,s&&s.set(a,d),d}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var NumberedList=function(a){var c=a.children,s=a.number,h=_object_without_properties(a,["children","number"]),v=(0,u.getValidChildren)(c);return d.default.createElement(p.Flex,_object_spread_props(_object_spread({as:"ol"},h),{direction:"column",gap:s?"0.75rem":"1rem"}),v.map(function(a,c){return c++,(0,d.cloneElement)(a,{pl:s?"0":"0.5rem",key:c,number:s?"".concat(s,".").concat(c):"".concat(c)})}))};NumberedList.Item=function(a){var c=a.indexTextVariants,s=a.number,u=a.children,h=_object_without_properties(a,["indexTextVariants","number","children"]);return d.default.createElement(p.Flex,_object_spread_props(_object_spread({as:"li",direction:"row",alignItems:"start"},h),{gap:"0.25rem"}),d.default.createElement(p.Box,null,d.default.createElement(p.Text,{variant:void 0===c?"text-body-regular":c},s,".")),d.default.createElement(p.Box,null,d.Children.map(u,function(a){return(0,d.isValidElement)(a)&&a.type===NumberedList?(0,d.cloneElement)(a,{number:s,paddingTop:"0.75rem"}):a})))}},76320:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(99476),c),_export_star(s(85010),c)},85010:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0})},24949:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"OrderedList",{enumerable:!0,get:function(){return OrderedList}});var d=_interop_require_default(s(67294)),u=s(53159);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var p=Object.assign((0,u.forwardRef)(function(a,c){var s=a.isDisabled,p=_object_without_properties(a,["isDisabled"]);return d.default.createElement(u.Tag,_object_spread({ref:c,disabled:s},p))}),{LeftIcon:(0,u.forwardRef)(function(a,c){var s=(0,u.useTagStyles)();return d.default.createElement(u.TagLeftIcon,_object_spread({ref:c},s.leftIcon,a))}),RightIcon:(0,u.forwardRef)(function(a,c){var s=(0,u.useTagStyles)();return d.default.createElement(u.TagRightIcon,_object_spread({ref:c},s.rightIcon,a))}),Label:u.TagLabel})},55327:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(32930),c),_export_star(s(98608),c)},98608:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"tagSizes",{enumerable:!0,get:function(){return s}});var s=["s","m","l"]},82904:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"UnorderedList",{enumerable:!0,get:function(){return UnorderedList}});var d=_interop_require_default(s(67294)),u=s(53159);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var Accordion=function(a){return d.default.createElement(u.Accordion,a)};Accordion.Item=u.AccordionItem,Accordion.Button=function(a){var c=a.highlight,s=_object_without_properties(a,["highlight"]);return d.default.createElement(u.AccordionButton,_object_spread({_expanded:c&&{bg:"background-action-active"}},s))},Accordion.Panel=u.AccordionPanel,Accordion.Icon=function(a){var c=(0,u.useAccordionItemState)(),s=c.isOpen,h=_object_spread({opacity:c.isDisabled?.4:1,transform:s?"rotate(-180deg)":void 0,transition:(0,u.useAccordionContext)().reduceMotion?void 0:"transform 0.2s",transformOrigin:"center"},(0,u.useAccordionStyles)().icon);return d.default.createElement(p.IconChevronDown,_object_spread({},h,a))}},43212:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(36987),c),_export_star(s(78871),c)},78871:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{AccordionProps:function(){return d.AccordionProps},AccordionItemProps:function(){return d.AccordionItemProps},AccordionPanelProps:function(){return d.AccordionPanelProps}});var d=s(53159)},36994:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Tabs",{enumerable:!0,get:function(){return Tabs}});var d=_interop_require_default(s(67294)),u=s(53159);function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}var Tabs=function(a){return d.default.createElement(u.Tabs,a)};Tabs.List=u.TabList,Tabs.Item=u.Tab,Tabs.Panels=u.TabPanels,Tabs.Panel=u.TabPanel},37997:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(36994),c)},60742:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(43212),c),_export_star(s(37997),c)},65863:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{ALERT_ICONS:function(){return v},Alert:function(){return Alert}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(26485),h=s(80864);function _array_like_to_array(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}function _sliced_to_array(a,c){return _array_with_holes(a)||_iterable_to_array_limit(a,c)||_unsupported_iterable_to_array(a,c)||_non_iterable_rest()}function _unsupported_iterable_to_array(a,c){if(a){if("string"==typeof a)return _array_like_to_array(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(s);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return _array_like_to_array(a,c)}}var v={info:h.IconInfoCircle,warning:h.IconAlertTriangle,success:h.IconCircleCheck,error:h.IconAlertCircle},g=_sliced_to_array((0,p.createContext)({name:"AlertContext",errorMessage:"useAlertContext: `context` is undefined. Seems you forgot to wrap alert components in ``"}),2),y=g[0],m=g[1],Alert=function(a){var c=a.status,s=void 0===c?"info":c,p=_object_without_properties(a,["status"]);return d.default.createElement(y,{value:{status:s}},d.default.createElement(u.Alert,_object_spread({status:s},p)))};Alert.Title=u.AlertTitle,Alert.Description=u.AlertDescription,Alert.CloseButton=function(a){return d.default.createElement(h.CloseButton,_object_spread({size:"s",position:"absolute",top:"0.75rem",right:"0.5rem"},a))},Alert.Icon=function(a){var c,s=(0,u.useAlertStyles)().icon,p=m().status,h=v[p];return d.default.createElement(h,_object_spread(_object_spread_props(_object_spread({},s),{color:null===(c=s.status[p])||void 0===c?void 0:c.color}),a))}},73170:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(65863),c),_export_star(s(37063),c)},37063:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{alertStatuses:function(){return s},alertVariants:function(){return d}});var s=["success","warning","error","info"],d=["solid","subtle","left-accent"]},73047:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"InlineAlert",{enumerable:!0,get:function(){return m}});var d,u=_interop_require_default(s(67294)),p=s(80864),h=s(53159);function _array_like_to_array(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}function _unsupported_iterable_to_array(a,c){if(a){if("string"==typeof a)return _array_like_to_array(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(s);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return _array_like_to_array(a,c)}}var v=function _array_with_holes(a){if(Array.isArray(a))return a}(d=(0,s(26485).createContext)({name:"InlineAlertContext"}))||_iterable_to_array_limit(d,2)||_unsupported_iterable_to_array(d,2)||_non_iterable_rest(),g=v[0],y=v[1],m=Object.assign((0,h.forwardRef)(function(a,c){var s=a.status,d=void 0===s?"info":s,v=a.children,y=_object_without_properties(a,["status","children"]),m=(0,h.useMultiStyleConfig)("InlineAlert",{status:d});return u.default.createElement(g,{value:{styles:m,status:d}},u.default.createElement(p.Flex,_object_spread({ref:c},m.container,y),v))}),{Icon:function(){var a=y(),c=a.status,s=a.styles,d=p.ALERT_ICONS[c];return u.default.createElement(d,_object_spread_props(_object_spread({},s.icon),{"data-testid":"cmpsr.inline-alert.icon"}))},Message:function(a){var c=y().styles;return u.default.createElement(p.Text,c.message,a.children)}})},90090:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(73047),c),_export_star(s(26705),c)},26705:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0})},42502:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"ProgressBar",{enumerable:!0,get:function(){return ProgressBar}});var d=_interop_require_default(s(67294)),u=s(53159);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var ProgressCircular=function(a){var c=a.showLabel,s=_object_without_properties(a,["showLabel"]),h=(0,u.useStyleConfig)("ProgressCircular"),v=h.label,g=h.filledTrack.backgroundColor,y=h.track.backgroundColor;return d.default.createElement(u.CircularProgress,_object_spread({trackColor:y,color:g,"data-testid":"cmpsr.progress-circular"},s),c&&d.default.createElement(p.Text,_object_spread({variant:"text-body-meta-regular"},v),s.value,"%"))}},4057:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(94361),c)},66705:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Skeleton",{enumerable:!0,get:function(){return Skeleton}});var d=_interop_require_default(s(67294)),u=s(53159);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var Skeleton=function(a){var c=a.variant,s=void 0===c?"default":c,p=a.testId,h=_object_without_properties(a,["variant","testId"]),v={default:u.Skeleton,text:u.SkeletonText,circle:u.SkeletonCircle}[s];return d.default.createElement(v,_object_spread({"data-testid":null!=p?p:"cmpsr.skeleton-".concat(s)},h))}},6924:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(66705),c),_export_star(s(65597),c)},65597:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"skeletonVariants",{enumerable:!0,get:function(){return s}});var s=["default","text","circle"]},62307:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Spinner",{enumerable:!0,get:function(){return Spinner}});var d=_interop_require_default(s(67294)),u=s(53159);function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}var Spinner=function(a){return d.default.createElement(u.Spinner,a)}},71653:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(62307),c),_export_star(s(58280),c)},58280:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{spinnerVariants:function(){return s},spinnerSizes:function(){return d}});var s=["accent","primary"],d=["xs","s"]},46553:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(94633),c),_export_star(s(13357),c)},13357:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"toastTitleAlignments",{enumerable:!0,get:function(){return s}});var s=["left","top"]},94633:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"useToast",{enumerable:!0,get:function(){return useToast}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(80864);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;ca.length)&&(c=a.length);for(var s=0,d=Array(c);s=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}function _unsupported_iterable_to_array(a,c){if(a){if("string"==typeof a)return _array_like_to_array(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(s);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return _array_like_to_array(a,c)}}var M=function _array_with_holes(a){if(Array.isArray(a))return a}(d=(0,h.createContext)({}))||_iterable_to_array_limit(d,2)||_unsupported_iterable_to_array(d,2)||_non_iterable_rest(),b=M[0],I=M[1],stateReducer=function(){var a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return function(c,s){var d,u=s.type,h=s.changes;switch(u){case p.useCombobox.stateChangeTypes.InputFocus:case p.useCombobox.stateChangeTypes.InputChange:return _object_spread_props(_object_spread({},h),{isOpen:(null===(d=h.inputValue)||void 0===d?void 0:d.length)>=a});default:return h}}},Autocomplete=function(a){var c=a.children,s=a.items,d=a.onInputValueChange,h=a.minCharsToShowList,v=_object_without_properties(a,["children","items","onInputValueChange","minCharsToShowList"]),g=(0,p.useCombobox)(_object_spread({items:s,onInputValueChange:d,stateReducer:stateReducer(h)},v)),m=g.isOpen,k=g.getMenuProps,M=g.getInputProps,I=g.getItemProps,C=g.selectedItem,x=g.highlightedIndex,R=g.reset;return u.default.createElement(b,{value:{isOpen:m,items:s,getMenuProps:k,getInputProps:M,getItemProps:I,selectedItem:C,highlightedIndex:x,reset:R}},u.default.createElement(y.Box,{position:"relative"},c))};Autocomplete.Input=function(a){var c=a.clearButtonMode,s=_object_without_properties(a,["clearButtonMode"]),d=I(),p=d.selectedItem,h=d.reset,v=d.getInputProps,y=(0,u.useRef)(null),k=v({ref:y}),M={"item-selected":p,"has-value":k.value,never:!1,always:!0}[void 0===c?"item-selected":c],b=(0,u.useCallback)(function(){var a,c;null==h||h(),null==y||null===(c=y.current)||void 0===c||null===(a=c.focus)||void 0===a||a.call(c)},[]);return u.default.createElement(m.Input,_object_spread({},M&&{trailingIcon:u.default.createElement(g.IconX,{"data-testid":"cmpsr.autocomplete.clear-button",cursor:"pointer",onClick:b})},k,s))},Autocomplete.List=function(a){var c=a.noResultsContent,s=a.renderItem,d=_object_without_properties(a,["noResultsContent","renderItem"]),p=I(),h=p.isOpen,g=p.items,m=p.selectedItem,M=p.highlightedIndex,b=p.getItemProps,C=p.getMenuProps,x=(0,v.useStyleConfig)("Autocomplete"),R=null!=c?c:u.default.createElement(k.Text,x.noResults,"No results");return u.default.createElement(y.Box,_object_spread({as:"ul",visibility:h?"visible":"hidden"},x.list,C(),d),h&&g.length?g.map(function(a,c){return u.default.createElement(y.Box,_object_spread({as:"li",key:c},x.item,a===m&&_object_spread({},x.item.active),M===c&&_object_spread({},x.item.highlighted),b({index:c,item:a})),s(a))}):R)}},82730:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(44621),c),_export_star(s(2118),c)},2118:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"autocompleteSizes",{enumerable:!0,get:function(){return s}});var s=["s","m","l"]},85348:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{AutocompleteMultiSelect:function(){return AutocompleteMultiSelect},default:function(){return b},useAutocompleteMultiSelectContext:function(){return M}});var d=_interop_require_wildcard(s(67294)),u=s(33505),p=s(26485),h=s(41461),v=_interop_require_default(s(47163)),g=_interop_require_default(s(16579)),y=_interop_require_default(s(8789));function _array_like_to_array(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var _default=function(a){var c=a.clearButtonMode,s=a.size,v=a.isDisabled,g=_object_without_properties(a,["clearButtonMode","size","isDisabled"]),y=(0,h.useAutocompleteMultiSelectContext)(),m=y.reset,k=y.getInputProps,M=y.getToggleButtonProps,b=y.getDropdownProps,I=y.isOpen,C=y.size,x=y.isDisabled,R=(0,d.useRef)(null),S=k(_object_spread({},b({preventKeyAction:I,ref:R}))),_={"has-value":S.value,never:!1,always:!0}[void 0===c?"has-value":c],w=v||x,P=(0,d.useCallback)(function(){var a,c;null==m||m(),null==R||null===(c=R.current)||void 0===c||null===(a=c.focus)||void 0===a||a.call(c)},[m]),O=w?{pointerEvents:"none"}:{},F=function(){if(_)return d.default.createElement(p.IconX,{"data-testid":"cmpsr.autocompleteMultiSelect.clear-button",cursor:"pointer",onClick:P,style:O});var a=I?p.IconChevronUp:p.IconChevronDown,c=I?"cmpsr.autocompleteMultiSelect.chevron-up":"cmpsr.autocompleteMultiSelect.chevron-down";return d.default.createElement(a,_object_spread({"data-testid":c,cursor:"pointer"},M({style:O})))}();return d.default.createElement(u.Input,_object_spread({trailingIcon:F,size:null!=s?s:C,isDisabled:w},S,g))}},16579:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"default",{enumerable:!0,get:function(){return _default}});var d=_interop_require_default(s(67294)),u=s(41461),p=s(60392),h=s(53159),v=s(85348);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var _default=function(a){var c=a.noResultsContent,s=a.renderItem,g=_object_without_properties(a,["noResultsContent","renderItem"]),y=(0,v.useAutocompleteMultiSelectContext)(),m=y.isOpen,k=y.items,M=y.selectedItem,b=y.highlightedIndex,I=y.getItemProps,C=y.getMenuProps,x=(0,h.useStyleConfig)("AutocompleteMultiSelect"),R=x.item,S=R.active,_=R.highlighted,w=_object_without_properties(R,["active","highlighted"]),P=null!=c?c:d.default.createElement(p.Text,x.noResults,"No results");return d.default.createElement(u.Box,_object_spread({as:"ul",visibility:m?"visible":"hidden"},x.list,C(),g),m&&k.length?k.map(function(a,c){return d.default.createElement(u.Box,_object_spread({as:"li",key:"list-item-".concat(c)},w,a===M&&S,b===c&&_,I({index:c,item:a})),s(a))}):P)}},8789:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"default",{enumerable:!0,get:function(){return _default}});var d=_interop_require_default(s(67294)),u=s(41461),p=s(47917),h=s(94446),v=s(53159),g=s(85348);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var defaultRenderSelectedItem=function(a){var c=a.selectedItem,s=a.removeSelectedItem,u=a.itemToString,v=a.size,g=a.isDisabled,y=u?u(c):c;return d.default.createElement(p.Tag,{size:"l"===v?"m":"s",isDisabled:g,onClick:function(a){a.stopPropagation(),s(c)}},d.default.createElement(p.Tag.Label,null,y),d.default.createElement(p.Tag.RightIcon,{"data-testid":"cmpsr.autocompleteMultiSelect.clear-tag-button",as:h.IconX}))},_default=function(a){var c=a.renderSelectedItem,s=void 0===c?defaultRenderSelectedItem:c,p=a.isDisabled,h=_object_without_properties(a,["renderSelectedItem","isDisabled"]),y=(0,g.useAutocompleteMultiSelectContext)(),m=y.selectedItems,k=y.getSelectedItemProps,M=y.removeSelectedItem,b=y.itemToString,I=y.size,C=y.isDisabled,x=p||C,R=(0,v.useStyleConfig)("AutocompleteMultiSelect");return m.length?d.default.createElement(u.Box,_object_spread({as:"ul"},h,R.selectedItems),m.map(function(a,c){return d.default.createElement(u.Box,_object_spread({as:"li",key:"selected-item-".concat(c)},R.selectedItem,k({selectedItem:a,index:c})),s({selectedItem:a,removeSelectedItem:M,itemToString:b,size:I,isDisabled:x}))})):null}},89725:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(85348),c),_export_star(s(80301),c)},80301:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"autocompleteMultiSelectSizes",{enumerable:!0,get:function(){return s}});var s=["s","m","l"]},12460:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Button",{enumerable:!0,get:function(){return v}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(80864),h=s(71556);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var v=(0,u.forwardRef)(function(a,c){var s=a.children,v=a.variant,g=a.size,y=a.isLoading,m=a.leadingIcon,k=a.trailingIcon,M=_object_without_properties(a,["children","variant","size","isLoading","leadingIcon","trailingIcon"]),b=(0,h.useResponsiveValue)(v),I=(0,h.useResponsiveValue)(g),C=(0,u.useMultiStyleConfig)("Button",{variant:v,size:I,isLoading:y}),x=C.loading,R=C.columnGap,S=getIcon(m,I),_=getIcon(k,I),w=null==b?void 0:b.startsWith("link");return d.default.createElement(u.Button,_object_spread({ref:c,spinner:d.default.createElement(p.Spinner,_object_spread({"data-testid":"cmpsr.button.spinner"},w&&{variant:b.split("-")[1]},x)),variant:v,size:g,isLoading:y},M),d.default.createElement(p.Flex,{direction:"row",alignItems:"center",columnGap:R},S,s,_))}),getIcon=function(a,c){return d.default.isValidElement(a)?d.default.cloneElement(a,{size:getIconSize(c)}):null},getIconSize=function(a){return"l"===a?"m":a}},40353:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(12460),c),_export_star(s(89864),c)},89864:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{buttonVariants:function(){return s},buttonSizes:function(){return d}});var s=["accent","primary","primary-alt","secondary","secondary-alt","destroy","ghost"],d=["xs","s","m","l"]},64118:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"ButtonIcon",{enumerable:!0,get:function(){return v}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(80864),h=s(71556);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var v=(0,u.forwardRef)(function(a,c){var s=a.isRound,v=a.icon,g=a.size,y=_object_without_properties(a,["isRound","icon","size"]),m=(0,h.useResponsiveValue)(g),k=(0,u.useMultiStyleConfig)("ButtonIcon",{isRound:s,size:m,variant:y.variant,isLoading:y.isLoading}),M=k.loading,b=_object_without_properties(k,["loading"]),I=d.default.cloneElement(v,{size:m,display:"block"});return d.default.createElement(u.IconButton,_object_spread({ref:c,icon:I,spinner:d.default.createElement(p.Spinner,M),size:m},b,y))})},29386:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(64118),c),_export_star(s(2827),c)},2827:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{buttonIconSizes:function(){return s},buttonIconVariants:function(){return d}});var s=["xs","s","m","l"],d=["accent","primary","primary-alt","secondary","secondary-alt","ghost"]},86694:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Checkbox",{enumerable:!0,get:function(){return g}});var d=_interop_require_default(s(67294)),u=s(46431),p=s(53159),h=_interop_require_wildcard(s(49984)),v=s(71556);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _getRequireWildcardCache(a){if("function"!=typeof WeakMap)return null;var c=new WeakMap,s=new WeakMap;return(_getRequireWildcardCache=function(a){return a?s:c})(a)}function _interop_require_wildcard(a,c){if(!c&&a&&a.__esModule)return a;if(null===a||"object"!=typeof a&&"function"!=typeof a)return{default:a};var s=_getRequireWildcardCache(c);if(s&&s.has(a))return s.get(a);var d={},u=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in a)if("default"!==p&&Object.prototype.hasOwnProperty.call(a,p)){var h=u?Object.getOwnPropertyDescriptor(a,p):null;h&&(h.get||h.set)?Object.defineProperty(d,p,h):d[p]=a[p]}return d.default=a,s&&s.set(a,d),d}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var CheckboxTransition=function(a){var c=a.open,s=a.children;return d.default.createElement(u.AnimatePresence,{initial:!1},c&&d.default.createElement(u.motion.div,{variants:{unchecked:{scale:.5},checked:{scale:1}},initial:"unchecked",animate:"checked",style:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%"}},s))},CheckboxIcon=function(a){var c=a.__css,s=a.isChecked;return d.default.createElement(CheckboxTransition,{open:s},d.default.createElement(h.IconCheck,c))},g=(0,p.forwardRef)(function(a,c){var s=a.size,u=_object_without_properties(a,["size"]),h=(0,v.useResponsiveValue)(s);return d.default.createElement(p.Checkbox,_object_spread({ref:c,icon:d.default.createElement(CheckboxIcon,null),size:h},u))})},11999:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(86694),c),_export_star(s(93520),c)},93520:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"CheckboxSizes",{enumerable:!0,get:function(){return s}});var s=["s","m","l"]},55849:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"DateInput",{enumerable:!0,get:function(){return g}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(80864),h=s(28083),v=s(32282);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var g=(0,u.forwardRef)(function(a,c){var s=a.maskOptions,g=_object_without_properties(a,["maskOptions"]),y=(0,v.getDateMaskOptions)(void 0===s?{}:s),m=(0,h.useMaskito)({options:y}),k=(0,u.useMergeRefs)(c,m);return d.default.createElement(p.Input,_object_spread({ref:k},g))})},32282:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"getDateMaskOptions",{enumerable:!0,get:function(){return getDateMaskOptions}});var d=s(78186);function _array_like_to_array(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}function _to_consumable_array(a){return _array_without_holes(a)||_iterable_to_array(a)||_unsupported_iterable_to_array(a)||_non_iterable_spread()}function _unsupported_iterable_to_array(a,c){if(a){if("string"==typeof a)return _array_like_to_array(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(s);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return _array_like_to_array(a,c)}}var getDateMaskOptions=function(a){var c=a.mode,s=void 0===c?"mm/dd/yyyy":c,u=a.separator,p=a.showPlaceholderOnFocusOnly,h=(0,d.maskitoDateOptionsGenerator)({mode:s,separator:void 0===u?"/":u}),v=(0,d.maskitoWithPlaceholder)(s,void 0===p||p),g=v.plugins,y=_object_without_properties(v,["plugins"]);return _object_spread_props(_object_spread({},h),{plugins:g.concat(h.plugins||[]),preprocessors:_to_consumable_array(y.preprocessors).concat(_to_consumable_array(h.preprocessors)),postprocessors:_to_consumable_array(h.postprocessors).concat(_to_consumable_array(y.postprocessors))})}},16441:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(55849),c),_export_star(s(36646),c)},36646:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0})},51553:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"IconButton",{enumerable:!0,get:function(){return v}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(80864),h=s(71556);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var v=(0,u.forwardRef)(function(a,c){var s=a.isRound,v=a.icon,g=a.size,y=_object_without_properties(a,["isRound","icon","size"]),m=(0,h.useResponsiveValue)(g),k=(0,u.useMultiStyleConfig)("IconButton",{isRound:s,size:m,variant:y.variant,isLoading:y.isLoading}),M=k.loading,b=_object_without_properties(k,["loading"]),I=d.default.cloneElement(v,{size:m});return console.warn('Deprecated: The component "IconButton" is deprecated. Please use "ButtonIcon" instead.'),d.default.createElement(u.IconButton,_object_spread({ref:c,icon:I,spinner:d.default.createElement(p.Spinner,M),size:m},b,y))})},98611:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(51553),c),_export_star(s(6749),c)},6749:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{iconButtonSizes:function(){return u},iconButtonVariants:function(){return p}});var d=s(80864),u=d.buttonIconSizes,p=d.buttonIconVariants},29595:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Input",{enumerable:!0,get:function(){return p}});var d=_interop_require_wildcard(s(67294)),u=s(53159);function _array_like_to_array(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}function _sliced_to_array(a,c){return _array_with_holes(a)||_iterable_to_array_limit(a,c)||_unsupported_iterable_to_array(a,c)||_non_iterable_rest()}function _unsupported_iterable_to_array(a,c){if(a){if("string"==typeof a)return _array_like_to_array(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(s);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return _array_like_to_array(a,c)}}var p=(0,u.forwardRef)(function(a,c){var s=a.leadingIcon,p=a.trailingIcon,h=a.leftLabel,v=a.rightLabel,g=_object_without_properties(a,["leadingIcon","trailingIcon","leftLabel","rightLabel"]),y=_sliced_to_array((0,d.useState)(!1),2),m=y[0],k=y[1],M=_sliced_to_array((0,d.useState)(!1),2),b=M[0],I=M[1],C=_sliced_to_array((0,d.useState)(!1),2),x=C[0],R=C[1],S=(0,u.useMultiStyleConfig)("Input",{variant:g.variant,size:g.size,isFocused:m,isHovered:b,isInvalid:g.isInvalid,isDisabled:g.isDisabled,hasContent:x}),_=S.element,w=S.elementContainer,P=S.inputGroup,O=S.field.withIcon,F=S.leftLabel,D=S.rightLabel,j=s&&!h,E=p&&!v;return d.default.createElement(u.InputGroup,_object_spread_props(_object_spread({},P),{"data-testid":"cmpsr.input-group"}),j&&d.default.createElement(u.InputLeftElement,_object_spread_props(_object_spread({},w),{pointerEvents:"none",children:(0,d.cloneElement)(s,_object_spread({"data-testid":"cmpsr.input-icon",size:"l"===g.size?"l":"m"},_))})),h&&d.default.createElement(u.InputLeftAddon,_object_spread_props(_object_spread({},F),{children:h})),d.default.createElement(u.Input,_object_spread_props(_object_spread(_object_spread_props(_object_spread({ref:c},j&&_object_spread({},O)),{"data-testid":"cmpsr.input"}),g),{onFocus:function(a){var c;null==g||null===(c=g.onFocus)||void 0===c||c.call(g,a),k(!0)},onBlur:function(a){var c;null==g||null===(c=g.onBlur)||void 0===c||c.call(g,a),k(!1)},onMouseEnter:function(a){var c;null==g||null===(c=g.onMouseEnter)||void 0===c||c.call(g,a),I(!0)},onMouseLeave:function(a){var c;null==g||null===(c=g.onMouseLeave)||void 0===c||c.call(g,a),I(!1)},onChange:function(a){var c;null==R||R(a.target.value.length>0),null==g||null===(c=g.onChange)||void 0===c||c.call(g,a)}})),v&&d.default.createElement(u.InputRightAddon,_object_spread_props(_object_spread({},D),{children:v})),E&&d.default.createElement(u.InputRightElement,_object_spread_props(_object_spread({},w),{children:(0,d.cloneElement)(p,_object_spread({size:"l"===g.size?"l":"m"},_))})))})},1067:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(29595),c),_export_star(s(43490),c)},43490:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{inputVariants:function(){return s},inputSizes:function(){return d}});var s=["outline","flushed"],d=["s","m","l"]},8111:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"MaskInput",{enumerable:!0,get:function(){return g}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(80864),h=s(28083),v=s(98935);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var g=(0,u.forwardRef)(function(a,c){var s=a.maskOptions,g=_object_without_properties(a,["maskOptions"]),y=(0,v.getMaskOptions)(s),m=(0,h.useMaskito)({options:y}),k=(0,u.useMergeRefs)(c,m);return d.default.createElement(p.Input,_object_spread({ref:k},g))})},98935:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"getMaskOptions",{enumerable:!0,get:function(){return getMaskOptions}});var d=s(78186),getMaskOptions=function(a){var c=a.mask,s=a.prefix,u=void 0===s?"":s,p=a.postfix,h=void 0===p?"":p,v=a.caretPositioning,g=[],y=[];return(void 0===v||v)&&g.push((0,d.maskitoCaretGuard)(function(a){return[u.length,Math.max(u.length,a.length-h.length)]})),u&&y.push((0,d.maskitoPrefixPostprocessorGenerator)(u)),h&&y.push((0,d.maskitoPostfixPostprocessorGenerator)(h)),y.push(function(a){var c=a.value,s=a.selection,d=c;return u&&d.startsWith(u)&&(d=d.substring(u.length)),h&&d.endsWith(h)&&(d=d.substring(0,d.length-h.length)),{value:d.trim()?c:"",selection:s}}),{mask:c,postprocessors:y,plugins:g}}},9142:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(8111),c),_export_star(s(13561),c)},13561:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0})},78006:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"NumberInput",{enumerable:!0,get:function(){return y}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(80864);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var m=(0,u.forwardRef)(function(a,c){var s=a.maskOptions,m=void 0===s?{countryIsoCode:"US"}:s,k=a.onChange,M=_object_without_properties(a,["maskOptions","onChange"]),b=(0,v.getPhoneMaskOptions)(m),I=(0,h.useMaskito)({options:b}),C=(0,d.useRef)(null),x=(0,u.useMergeRefs)(I,C,c);return(0,d.useEffect)(function(){var a=C.current;if(a){var handleChange=function(a){var c=a.target,s=(0,g.isValidPhoneNumber)(c.value,m.countryIsoCode,y.default);k&&k(a,s)};return a.addEventListener("input",handleChange),function(){a.removeEventListener("input",handleChange)}}},[k]),d.default.createElement(p.Input,_object_spread({ref:x},M))})},81766:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"getPhoneMaskOptions",{enumerable:!0,get:function(){return getPhoneMaskOptions}});var d=s(73018),u=_interop_require_default(s(76817));function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}var getPhoneMaskOptions=function(a){var c=a.countryIsoCode,s=a.mask;return s?{mask:s}:(0,d.maskitoPhoneOptionsGenerator)({countryIsoCode:c,metadata:u.default})}},97482:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(43864),c),_export_star(s(95068),c)},95068:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0})},87757:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"PinInput",{enumerable:!0,get:function(){return PinInput}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(80864);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var renderFieldsByNumOfDigits=function(a){for(var c=[],s=0;sa.length)&&(c=a.length);for(var s=0,d=Array(c);s=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}function _sliced_to_array(a,c){return _array_with_holes(a)||_iterable_to_array_limit(a,c)||_unsupported_iterable_to_array(a,c)||_non_iterable_rest()}function _unsupported_iterable_to_array(a,c){if(a){if("string"==typeof a)return _array_like_to_array(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(s);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return _array_like_to_array(a,c)}}var v=_sliced_to_array((0,s(26485).createContext)({name:"SegmentedButtonContext"}),2),g=v[0],y=v[1],SegmentedButton=function(a){var c=a.children,s=a.onChange,v=a.variant,y=void 0===v?"primary":v,m=a.size,k=a.defaultValue,M=a.isDisabled,b=void 0!==M&&M,I=_object_without_properties(a,["children","onChange","variant","size","defaultValue","isDisabled"]),C=_sliced_to_array((0,h.useState)(void 0===k?"":k),2),x=C[0],R=C[1],S=(0,p.useResponsiveValue)(void 0===m?"l":m),handleChange=function(a){R(a),s(a)},getButtonStyles=function(a){return(0,d.useMultiStyleConfig)("SegmentedButton",{variant:y,size:S,isActive:a})};return h.default.createElement(g,{value:{getButtonStyles:getButtonStyles}},h.default.createElement(u.Flex,_object_spread(_object_spread_props(_object_spread({},getButtonStyles().container),{role:"group"}),I),c.map(function(a){return(0,h.cloneElement)(a,{key:a.props.value,onClick:function(){return handleChange(a.props.value)},isActive:x===a.props.value,size:S,isDisabled:b,"aria-current":x===a.props.value})})))},m=(0,d.forwardRef)(function(a,c){var s=a.children,u=a.leadingIcon,p=a.trailingIcon,v=a.size,g=a.isActive,m=_object_without_properties(a,["children","leadingIcon","trailingIcon","size","isActive"]),k=y().getButtonStyles,M=getIcon(u,v),b=getIcon(p,v);return h.default.createElement(d.Button,_object_spread_props(_object_spread(_object_spread_props(_object_spread({},k(g).button),{size:v}),m),{ref:c}),M,s,b)});SegmentedButton.Button=m;var k=(0,d.forwardRef)(function(a,c){var s=a.icon,u=a.size,p=a.isActive,v=_object_without_properties(a,["icon","size","isActive"]),g=(0,y().getButtonStyles)(p),m=getIcon(s,u);return h.default.createElement(d.Button,_object_spread_props(_object_spread(_object_spread_props(_object_spread({},g.button,g.icon),{size:u}),v),{ref:c}),m)});SegmentedButton.Icon=k;var getIcon=function(a,c){return(0,h.isValidElement)(a)?(0,h.cloneElement)(a,{size:c}):null}},14807:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(89140),c),_export_star(s(37175),c)},37175:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{segmentedButtonVariants:function(){return s},segmentedButtonSizes:function(){return d}});var s=["primary","primary-alt","secondary","secondary-alt"],d=["xs","s","m","l"]},25420:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Select",{enumerable:!0,get:function(){return h}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(80864);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var Switch=function(a){var c=a.label,s=a.labelPosition,p=void 0===s?"left":s,h=a.id,v=_object_without_properties(a,["label","labelPosition","id"]),g=null!=h?h:"cmpsr.".concat(Math.random().toString(36).slice(2)),y="left"===p,m=(0,u.useMultiStyleConfig)("Switch",{size:v.size,isDisabled:v.isDisabled}).label;return d.default.createElement(u.FormControl,{display:"flex",alignItems:"center","data-testid":"cmpsr.switch",gap:"0.5rem"},c&&d.default.createElement(u.FormLabel,_object_spread_props(_object_spread({},m),{"data-testid":"cmpsr.switch-".concat(p,"-label"),htmlFor:g,order:y?"1":"2"}),c),d.default.createElement(u.Switch,_object_spread_props(_object_spread({},v),{id:g,order:y?"2":"1"})))}},55781:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(95163),c)},21706:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Textarea",{enumerable:!0,get:function(){return d}});var d=s(53159).Textarea},52765:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(21706),c),_export_star(s(50091),c)},50091:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{textareaVariants:function(){return s},textareaSizes:function(){return d}});var s=["outline","flushed"],d=["s","m","l"]},18784:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(82730),c),_export_star(s(89725),c),_export_star(s(40353),c),_export_star(s(29386),c),_export_star(s(11999),c),_export_star(s(16441),c),_export_star(s(98611),c),_export_star(s(1067),c),_export_star(s(9142),c),_export_star(s(90721),c),_export_star(s(97482),c),_export_star(s(29673),c),_export_star(s(62680),c),_export_star(s(17445),c),_export_star(s(14807),c),_export_star(s(68980),c),_export_star(s(60869),c),_export_star(s(55781),c),_export_star(s(52765),c)},80864:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(47917),c),_export_star(s(94446),c),_export_star(s(60742),c),_export_star(s(18784),c),_export_star(s(23436),c),_export_star(s(22658),c),_export_star(s(60392),c),_export_star(s(17763),c),_export_star(s(51197),c),_export_star(s(7906),c)},41461:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{Box:function(){return d.Box},BoxProps:function(){return d.BoxProps}});var d=s(53159)},16240:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{Flex:function(){return d.Flex},FlexProps:function(){return d.FlexProps}});var d=s(53159)},60080:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Grid",{enumerable:!0,get:function(){return Grid}});var d=_interop_require_default(s(67294)),u=s(53159);function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}var Grid=function(a){return d.default.createElement(u.SimpleGrid,a)}},73318:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(60080),c)},67285:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Section",{enumerable:!0,get:function(){return Section}});var d=s(64178),u=_interop_require_default(s(67294));function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var Avatar=function(a){var c=a.showBadge,s=a.size,p=_object_without_properties(a,["showBadge","size"]);return d.default.createElement(u.Avatar,_object_spread({size:s},p),c&&d.default.createElement(AvatarBadge,null))},AvatarBadge=function(a){return d.default.createElement(u.AvatarBadge,_object_spread({"data-testid":"cmpsr.avatar.badge"},(0,u.useAvatarStyles)().badge,a))}},74795:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(55460),c),_export_star(s(9945),c)},9945:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"avatarSizes",{enumerable:!0,get:function(){return s}});var s=["xs","s","m","l","xl","xxl"]},67019:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{IconAdjustments:function(){return h},IconAdjustmentsHorizontal:function(){return v},IconAlertCircle:function(){return g},IconAlertTriangle:function(){return y},IconAlignCenter:function(){return m},IconAlignJustified:function(){return k},IconAlignLeft:function(){return M},IconAlignRight:function(){return b},IconArchive:function(){return I},IconArrowBackUp:function(){return C},IconArrowDown:function(){return x},IconArrowForwardUp:function(){return R},IconArrowLeft:function(){return S},IconArrowRight:function(){return _},IconArrowUp:function(){return w},IconArrowsMaximize:function(){return P},IconArrowsMinimize:function(){return O},IconArrowsSort:function(){return F},IconBan:function(){return D},IconBell:function(){return j},IconBellOff:function(){return E},IconBold:function(){return T},IconBookmark:function(){return B},IconBookmarkOff:function(){return N},IconBrandFacebook:function(){return $},IconBrandInstagram:function(){return L},IconBrandLinkedin:function(){return W},IconBrandTwitter:function(){return H},IconBrandX:function(){return V},IconCalendar:function(){return q},IconCalendarEvent:function(){return U},IconCamera:function(){return G},IconCameraPlus:function(){return X},IconCaretDown:function(){return K},IconCaretLeft:function(){return Y},IconCaretRight:function(){return Z},IconCaretUp:function(){return Q},IconCheck:function(){return J},IconChevronDown:function(){return ee},IconChevronLeft:function(){return et},IconChevronRight:function(){return ea},IconChevronUp:function(){return en},IconCircle0:function(){return er},IconCircle1:function(){return eo},IconCircle2:function(){return el},IconCircle3:function(){return ec},IconCircle4:function(){return ei},IconCircle5:function(){return es},IconCircle6:function(){return ed},IconCircle7:function(){return eu},IconCircle8:function(){return ep},IconCircle9:function(){return eh},IconCircleCheck:function(){return ev},IconCircleCheckFilled:function(){return eg},IconCircleMinus:function(){return ey},IconCirclePlus:function(){return ef},IconCircleX:function(){return em},IconClock:function(){return ek},IconCloud:function(){return eM},IconCloudDownload:function(){return eb},IconCloudOff:function(){return eI},IconCloudUpload:function(){return eC},IconCode:function(){return ex},IconCoin:function(){return eR},IconCreditCard:function(){return eS},IconCurrentLocation:function(){return e_},IconDeviceDesktop:function(){return ew},IconDeviceMobile:function(){return eP},IconDeviceTablet:function(){return eO},IconDots:function(){return eF},IconDownload:function(){return ez},IconEdit:function(){return eD},IconExternalLink:function(){return eA},IconEye:function(){return ej},IconEyeOff:function(){return eE},IconFile:function(){return eT},IconFileDownload:function(){return eB},IconFileExport:function(){return eN},IconFileImport:function(){return e$},IconFileSearch:function(){return eL},IconFileUpload:function(){return eW},IconFiles:function(){return eH},IconFilter:function(){return eV},IconFingerprint:function(){return eU},IconFlag:function(){return eG},IconFolder:function(){return eX},IconFolderOff:function(){return eK},IconFolderPlus:function(){return eY},IconFolderX:function(){return eZ},IconH1:function(){return eQ},IconH2:function(){return eJ},IconH3:function(){return e1},IconH4:function(){return e0},IconH5:function(){return e2},IconH6:function(){return e3},IconHash:function(){return e5},IconHeart:function(){return e4},IconHelp:function(){return e6},IconInbox:function(){return e9},IconInfoCircle:function(){return e7},IconItalic:function(){return e8},IconLayout:function(){return te},IconLetterT:function(){return tt},IconLink:function(){return ta},IconList:function(){return tn},IconListNumbers:function(){return tr},IconLocation:function(){return to},IconLock:function(){return tl},IconLockOpen:function(){return tc},IconLogin:function(){return ti},IconLogout:function(){return ts},IconMail:function(){return td},IconMailOpened:function(){return tu},IconMap:function(){return tp},IconMapPin:function(){return th},IconMarkdown:function(){return tv},IconMenu2:function(){return tg},IconMessage:function(){return ty},IconMicrophone:function(){return tf},IconMicrophoneOff:function(){return tm},IconMusic:function(){return tk},IconPaperclip:function(){return tM},IconPencil:function(){return tb},IconPhone:function(){return tI},IconPhoneIncoming:function(){return tC},IconPhoneOff:function(){return tx},IconPhoneOutgoing:function(){return tR},IconPhoto:function(){return tS},IconPin:function(){return t_},IconPinnedOff:function(){return tw},IconPlayerPause:function(){return tP},IconPlayerPlay:function(){return tO},IconPlayerRecord:function(){return tF},IconPlayerSkipBack:function(){return tz},IconPlayerSkipForward:function(){return tD},IconPlayerStop:function(){return tA},IconPlayerTrackNext:function(){return tj},IconPlayerTrackPrev:function(){return tE},IconPlus:function(){return tT},IconRadiusBottomLeft:function(){return tB},IconRefresh:function(){return tN},IconSearch:function(){return t$},IconSelector:function(){return tL},IconSend:function(){return tW},IconSettings:function(){return tH},IconShare:function(){return tV},IconShield:function(){return tq},IconShoppingCart:function(){return tU},IconSourceCode:function(){return tG},IconStar:function(){return tX},IconStrikethrough:function(){return tK},IconTag:function(){return tY},IconThumbDown:function(){return tZ},IconThumbUp:function(){return tQ},IconTrash:function(){return tJ},IconUnderline:function(){return t1},IconUpload:function(){return t0},IconUser:function(){return t2},IconUserCircle:function(){return t3},IconUsers:function(){return t5},IconVideo:function(){return t4},IconVideoOff:function(){return t6},IconVolume:function(){return t9},IconVolume2:function(){return t7},IconVolume3:function(){return t8},IconWorld:function(){return ae},IconX:function(){return at},IconZoomIn:function(){return aa},IconZoomOut:function(){return an}});var d=_interop_require_default(s(67294)),u=s(53159),p=_interop_require_wildcard(s(84290));function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _getRequireWildcardCache(a){if("function"!=typeof WeakMap)return null;var c=new WeakMap,s=new WeakMap;return(_getRequireWildcardCache=function(a){return a?s:c})(a)}function _interop_require_wildcard(a,c){if(!c&&a&&a.__esModule)return a;if(null===a||"object"!=typeof a&&"function"!=typeof a)return{default:a};var s=_getRequireWildcardCache(c);if(s&&s.has(a))return s.get(a);var d={},u=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in a)if("default"!==p&&Object.prototype.hasOwnProperty.call(a,p)){var h=u?Object.getOwnPropertyDescriptor(a,p):null;h&&(h.get||h.set)?Object.defineProperty(d,p,h):d[p]=a[p]}return d.default=a,s&&s.set(a,d),d}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var h=Object.assign((0,u.forwardRef)(function(a,c){var s=a.separator,h=void 0===s?d.default.createElement(p.IconChevronRight,{size:"m",color:"text-secondary"}):s,v=_object_without_properties(a,["separator"]);return d.default.createElement(u.Breadcrumb,_object_spread({ref:c,separator:h},v))}),{Item:(0,u.forwardRef)(function(a,c){var s=a.isLastChild,h=a.href,v=a.separator,g=a.testId,y=_object_without_properties(a,["isLastChild","href","separator","testId"]);return d.default.createElement(u.BreadcrumbItem,{ref:c,"data-testid":g,separator:v,isLastChild:s},s?d.default.createElement(p.Text,{color:"inherit",variant:"text-body-medium"},y.children):d.default.createElement(u.BreadcrumbLink,{href:h},d.default.createElement(p.Link,_object_spread({size:"m",as:"span"},y))))})})},23939:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(24164),c),_export_star(s(55797),c)},55797:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{BreadcrumbItemProps:function(){return d.LinkProps},BreadcrumbProps:function(){return u.BreadcrumbProps}});var d=s(80864),u=s(53159)},4961:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Link",{enumerable:!0,get:function(){return h}});var d=_interop_require_wildcard(s(67294)),u=s(53159),p=s(11653);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _getRequireWildcardCache(a){if("function"!=typeof WeakMap)return null;var c=new WeakMap,s=new WeakMap;return(_getRequireWildcardCache=function(a){return a?s:c})(a)}function _interop_require_wildcard(a,c){if(!c&&a&&a.__esModule)return a;if(null===a||"object"!=typeof a&&"function"!=typeof a)return{default:a};var s=_getRequireWildcardCache(c);if(s&&s.has(a))return s.get(a);var d={},u=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in a)if("default"!==p&&Object.prototype.hasOwnProperty.call(a,p)){var h=u?Object.getOwnPropertyDescriptor(a,p):null;h&&(h.get||h.set)?Object.defineProperty(d,p,h):d[p]=a[p]}return d.default=a,s&&s.set(a,d),d}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var h=(0,u.forwardRef)(function(a,c){var s=a.children,p=a.leadingIcon,h=a.trailingIcon,v=a.size,g=void 0===v?"m":v,y=a.variant,m=a.isInline,k=void 0!==m&&m,M=a.isDisabled,b=void 0!==M&&M,I=_object_without_properties(a,["children","leadingIcon","trailingIcon","size","variant","isInline","isDisabled"]),C=(0,u.useStyleConfig)("Link",{isInline:k,variant:y,size:g}),x=getIcon(p,g,k),R=getIcon(h,g,k);return d.default.createElement(u.Link,_object_spread({ref:c},b&&{"aria-disabled":"true",tabIndex:-1,disabled:!0,pointerEvents:"none"},C,I),x,s,R)}),getIcon=function(a,c,s){if(!(0,d.isValidElement)(a))return null;var h=(0,d.cloneElement)(a,{size:(0,p.getIconSize)(c)});return s?d.default.createElement(u.chakra.span,{display:"inline-flex",verticalAlign:"middle",marginInline:"0.25rem"},h):h}},3933:function(a,c){"use strict";function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var p=(0,d.forwardRef)(function(a,c){var s=a.icon,p=a.size,h=void 0===p?"m":p,v=a.variant,g=a.isInline,y=_object_without_properties(a,["icon","size","variant","isInline"]),m=(0,d.useStyleConfig)("LinkIcon",{isInline:void 0!==g&&g,variant:v,size:h}),k=getIcon(s,h);return u.default.createElement(d.Link,_object_spread({ref:c},m,y),k)}),getIcon=function(a,c){return(0,u.isValidElement)(a)?(0,u.cloneElement)(a,{size:c}):null}},23714:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(40462),c),_export_star(s(57698),c)},57698:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{linkIconVariants:function(){return s},linkIconSizes:function(){return d}});var s=["link-primary","link-accent","link-secondary","link-destroy"],d=["s","m","l"]},34336:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{useSteps:function(){return u.useSteps},Stepper:function(){return Stepper}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(60392),h=s(94446);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var Card=function(a){var c=a.filled,s=a.elevated,p=a.outlined,h=_object_without_properties(a,["filled","elevated","outlined"]),v=(0,u.useStyleConfig)("Card");return d.default.createElement(u.Box,_object_spread({},c&&{bg:"background-card"},s&&{boxShadow:"elevation-interactive"},p&&{borderWidth:"0.0625rem",borderColor:"ui-element-outline-default"},v,h))}},14029:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(74390),c),_export_star(s(84738),c)},84738:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0})},65891:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"CloseButton",{enumerable:!0,get:function(){return h}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(80864);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var h=(0,u.forwardRef)(function(a,c){var s=a.size,h=_object_without_properties(a,["size"]);return d.default.createElement(u.CloseButton,_object_spread({ref:c,"data-testid":"cmpsr.close-button",size:s},h),d.default.createElement(p.IconX,{size:"s"===s?s:"l"}))})},71904:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(65891),c),_export_star(s(3024),c)},3024:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"closeButtonSizes",{enumerable:!0,get:function(){return s}});var s=["s","m","l"]},22658:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(14029),c),_export_star(s(71904),c)},52451:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Drawer",{enumerable:!0,get:function(){return Drawer}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(80864),h=s(90858);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var Drawer=function(a){return d.default.createElement(u.Drawer,a)},v=(0,u.forwardRef)(function(a,c){var s=a.onClick,v=_object_without_properties(a,["onClick"]),g=(0,u.useModalContext)().onClose;return d.default.createElement(p.CloseButton,_object_spread({position:"absolute",top:"1.25rem",right:"1.25rem",size:"m",ref:c,onClick:(0,h.callAllHandlers)(s,function(a){a.stopPropagation(),g()})},v))});Drawer.Overlay=u.DrawerOverlay,Drawer.Content=u.DrawerContent,Drawer.Footer=u.DrawerFooter,Drawer.Body=u.DrawerBody,Drawer.CloseButton=v,Drawer.Header=u.DrawerHeader},44112:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(52451),c),_export_star(s(24824),c)},24824:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0})},52584:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Dropdown",{enumerable:!0,get:function(){return Dropdown}});var d=_interop_require_default(s(67294)),u=s(53159);function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}var Dropdown=function(a){return d.default.createElement(u.Menu,a)};Dropdown.Button=u.MenuButton,Dropdown.List=u.MenuList,Dropdown.Item=u.MenuItem,Dropdown.Group=u.MenuGroup,Dropdown.Divider=u.MenuDivider,Dropdown.OptionGroup=u.MenuOptionGroup,Dropdown.ItemOption=u.MenuItemOption},41064:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(52584),c),_export_star(s(81674),c)},81674:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{DropdownProps:function(){return d.MenuProps},DropdownButtonProps:function(){return d.MenuButtonProps},DropdownItemProps:function(){return d.MenuItemProps},DropdownListProps:function(){return d.MenuListProps},DropdownGroupProps:function(){return d.MenuGroupProps},DropdownOptionGroupProps:function(){return d.MenuOptionGroupProps},DropdownItemOptionProps:function(){return d.MenuItemOptionProps},DropdownDividerProps:function(){return d.MenuDividerProps}});var d=s(53159)},53384:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Modal",{enumerable:!0,get:function(){return Modal}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(80864),h=s(90858);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var Modal=function(a){return d.default.createElement(u.Modal,a)},v=(0,u.forwardRef)(function(a,c){var s=a.onClick,v=_object_without_properties(a,["onClick"]),g=(0,u.useModalContext)().onClose;return d.default.createElement(p.CloseButton,_object_spread({position:"absolute",top:"1.25rem",right:"1.25rem",size:"m",ref:c,onClick:(0,h.callAllHandlers)(s,function(a){a.stopPropagation(),g()})},v))});Modal.Overlay=u.ModalOverlay,Modal.Content=u.ModalContent,Modal.Header=u.ModalHeader,Modal.Footer=u.ModalFooter,Modal.Body=u.ModalBody,Modal.CloseButton=v},96684:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(53384),c),_export_star(s(23745),c)},23745:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{ModalOverlayProps:function(){return d.ModalOverlayProps},ModalContentProps:function(){return d.ModalContentProps},ModalHeaderProps:function(){return d.ModalHeaderProps},ModalFooterProps:function(){return d.ModalFooterProps},ModalBodyProps:function(){return d.ModalBodyProps},modalSizes:function(){return u}});var d=s(53159),u=["auto","full"]},49691:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Popover",{enumerable:!0,get:function(){return Popover}});var d=_interop_require_default(s(67294)),u=s(53159);function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}var Popover=function(a){return d.default.createElement(u.Popover,a)};Popover.Trigger=u.PopoverTrigger,Popover.Content=u.PopoverContent,Popover.Header=u.PopoverHeader,Popover.Body=u.PopoverBody,Popover.Footer=u.PopoverFooter,Popover.Arrow=u.PopoverArrow,Popover.CloseButton=u.PopoverCloseButton,Popover.Anchor=u.PopoverAnchor},4060:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(49691),c),_export_star(s(70517),c)},70517:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0})},70373:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Tooltip",{enumerable:!0,get:function(){return Tooltip}});var d=_interop_require_default(s(67294)),u=s(53159);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var Tooltip=function(a){var c=a.hasArrow,s=a.placement,p=_object_without_properties(a,["hasArrow","placement"]);return d.default.createElement(u.Tooltip,_object_spread({hasArrow:void 0===c||c,placement:void 0===s?"auto":s},p))}},51783:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(70373),c),_export_star(s(39978),c)},39978:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0})},51197:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(44112),c),_export_star(s(41064),c),_export_star(s(96684),c),_export_star(s(4060),c),_export_star(s(51783),c)},6802:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Highlight",{enumerable:!0,get:function(){return d.Highlight}});var d=s(53159)},65652:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Text",{enumerable:!0,get:function(){return h}});var d=_interop_require_default(s(67294)),u=s(53159),p=s(71556);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _interop_require_default(a){return a&&a.__esModule?a:{default:a}}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var h=(0,u.forwardRef)(function(a,c){var s=a.variant,h=_object_without_properties(a,["variant"]),v=(0,p.useResponsiveValue)(s);return d.default.createElement(u.Text,_object_spread({ref:c,variant:v},h))})},23069:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(65652),c),_export_star(s(11482),c)},11482:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"textVariants",{enumerable:!0,get:function(){return d.textVariants}});var d=s(1862)},35912:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{TextPairingContext:function(){return v},TextPairing:function(){return TextPairing}});var d=_interop_require_wildcard(s(67294)),u=s(90914),p=s(71556),h=s(80864);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _getRequireWildcardCache(a){if("function"!=typeof WeakMap)return null;var c=new WeakMap,s=new WeakMap;return(_getRequireWildcardCache=function(a){return a?s:c})(a)}function _interop_require_wildcard(a,c){if(!c&&a&&a.__esModule)return a;if(null===a||"object"!=typeof a&&"function"!=typeof a)return{default:a};var s=_getRequireWildcardCache(c);if(s&&s.has(a))return s.get(a);var d={},u=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var p in a)if("default"!==p&&Object.prototype.hasOwnProperty.call(a,p)){var h=u?Object.getOwnPropertyDescriptor(a,p):null;h&&(h.get||h.set)?Object.defineProperty(d,p,h):d[p]=a[p]}return d.default=a,s&&s.set(a,d),d}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}var v=(0,d.createContext)({labelVariant:null,subLabelVariant:null}),TextPairing=function(a){var c=a.variant,s=_object_without_properties(a,["variant"]),g=(0,p.useResponsiveValue)(c),y=(0,u.useMultiStyleConfig)("TextPairing",{variant:g}),m=y.container,k=y.label,M=y.subLabel;return d.default.createElement(v.Provider,{value:{labelVariant:k.variant,subLabelVariant:M.variant}},d.default.createElement(h.Flex,_object_spread({flexDirection:"column"},m,s)))},TextPairingText=function(a){var c=a.variantProp,s=_object_without_properties(a,["variantProp"]),u=(0,d.useContext)(v);return d.default.createElement(h.Text,_object_spread({variant:u[c]},s))};TextPairing.Label=function(a){return d.default.createElement(TextPairingText,_object_spread_props(_object_spread({},a),{variantProp:"labelVariant"}))},TextPairing.SubLabel=function(a){return d.default.createElement(TextPairingText,_object_spread_props(_object_spread({},a),{variantProp:"subLabelVariant"}))}},72473:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(35912),c),_export_star(s(715),c)},715:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"textPairingVariants",{enumerable:!0,get:function(){return s}});var s=["textpairing-header-4XL","textpairing-header-3XL","textpairing-header-2XL","textpairing-header-XL","textpairing-header-L","textpairing-header-M","textpairing-body-display-2XL","textpairing-body-display-XL","textpairing-body-display-L","textpairing-body-display-M","textpairing-body-display-S","textpairing-body-bold","textpairing-body-medium","textpairing-body-bold-meta","textpairing-body-medium-meta","textpairing-body-regular-meta","textpairing-body-meta-bold","textpairing-body-meta-medium"]},60392:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(6802),c),_export_star(s(23069),c),_export_star(s(72473),c)},71556:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{useBreakpointValue:function(){return d.useBreakpointValue},useDisclosure:function(){return d.useDisclosure},useTheme:function(){return d.useTheme},createBreakpoints:function(){return u.createBreakpoints}});var d=s(53159),u=s(20189);function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}_export_star(s(40959),c),_export_star(s(90403),c)},40959:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(24696),c)},24696:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"useResponsiveValue",{enumerable:!0,get:function(){return useResponsiveValue}});var d=s(53159),useResponsiveValue=function(a){return a?"string"==typeof a?a:(0,d.useBreakpointValue)(a,"base"):void 0}},90403:function(a,c,s){"use strict";function _export_star(a,c){return Object.keys(a).forEach(function(s){"default"===s||Object.prototype.hasOwnProperty.call(c,s)||Object.defineProperty(c,s,{enumerable:!0,get:function(){return a[s]}})}),a}Object.defineProperty(c,"__esModule",{value:!0}),_export_star(s(83950),c)},83950:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"useScrollPosition",{enumerable:!0,get:function(){return useScrollPosition}});var d=s(67294);function _array_like_to_array(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s ol":{display:"flex",flexWrap:"wrap"}},item:_object_spread_props(_object_spread({},c.textStyles["text-body-medium"]),{color:"text-secondary"}),separator:_object_spread_props(_object_spread({},c.textStyles["text-body-medium"]),{color:"text-secondary",mx:"0.5rem",lineHeight:"1rem"}),link:_object_spread_props(_object_spread({},c.components.Link.sizes.m),{_hover:{textDecoration:"none"},_focus:{boxShadow:"0 0 0 0.1875rem var(--chakra-colors-primary-focus)"}})}}}},98336:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Button",{enumerable:!0,get:function(){return h}});var d=s(20189),u=s(80864);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _object_spread(a){for(var c=1;c=0)&&Object.prototype.propertyIsEnumerable.call(a,s)&&(u[s]=a[s])}return u}function _object_without_properties_loose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"ButtonIcon",{enumerable:!0,get:function(){return s}});var s={baseStyle:function(a){var c=a.isRound,s=a.theme,d=a.variant,u=_object_without_properties(a,["isRound","theme","variant"]),p=s.components.Button.variants[d],h=("function"==typeof p?p(u):p).loading,v=c?"full":"radii-button";return{borderRadius:v,loading:h,_before:_object_spread_props(_object_spread({},p._before),{borderRadius:v})}},sizes:{xs:{px:"spacer-button-icon-XS",py:"spacer-button-icon-XS",loading:{width:"0.75rem",height:"0.75rem",padding:0}},s:{px:"spacer-button-icon-S",py:"spacer-button-icon-S",loading:{width:"0.75rem",height:"0.75rem",padding:0}},m:{px:"spacer-button-icon-M",py:"spacer-button-icon-M",loading:{width:"1rem",height:"1rem",padding:0}},l:{px:"spacer-button-icon-L",py:"spacer-button-icon-L",loading:{width:"1rem",height:"1rem",padding:0}}},defaultProps:{size:"m",variant:"primary"}}},28273:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Card",{enumerable:!0,get:function(){return s}});var s={baseStyle:{borderRadius:"radii-card",padding:"1.25rem"}}},79417:function(a,c){"use strict";function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _object_spread(a){for(var c=1;c1&&void 0!==arguments[1]?arguments[1]:"outline";return a.isInvalid?y[c].invalid:a.isFocused?y[c].focused:{}},getLabelStyle=function(a){var c=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"outline";return a.isInvalid?g.variants[c].invalid:a.isDisabled?g.variants[c].disabled:a.isHovered?g.variants[c].hovered:{}},getIconStyle=function(a){return a.isDisabled?h.disabled:a.hasContent?h.withContent:{}},k={opacity:1,_placeholder:{color:"text-disabled"},color:"text-secondary",backgroundColor:"background-action-disabled",borderWidth:"0.0625rem",borderStyle:"solid",borderColor:"ui-element-outline-disabled"},flushedStyle=function(a){var c=getInputGroupStyle(a,"flushed"),s=getLabelStyle(a,"flushed"),d=getIconStyle(a);return{inputGroup:_object_spread({borderRadius:0},c),leftLabel:_object_spread({},g,s),rightLabel:_object_spread({},g,s),element:_object_spread({color:"text-secondary"},d),elementContainer:{height:"100%"},field:{color:"text-primary",backgroundColor:"background-action-default",border:"none",borderColor:"ui-element-outline-default",borderRadius:0,_placeholder:{color:"text-disabled",textStyle:"text-body-regular"},_hover:{backgroundColor:"background-action-hover",border:"none",borderBottom:"0.0625rem solid var(--chakra-colors-ui-element-outline-active)"},_focusVisible:{boxShadow:"none",border:"none",borderBottom:"solid 0.0625rem var(--chakra-colors-ui-element-outline-default)",borderColor:"ui-element-outline-default"},_invalid:{boxShadow:"none",border:"none",borderColor:"transparent"},_disabled:_object_spread_props(_object_spread({},k),{_hover:k})}}},M={parts:["element","elementContainer","inputGroup","field","leftLabel","rightLabel"],baseStyle:{field:{border:"none",_hover:{boxShadow:"none",border:"none"},_focusVisible:{boxShadow:"none",border:"none"}}},defaultProps:{size:"m",variant:"outline"},sizes:m,variants:{outline:function(a){var c=getInputGroupStyle(a),s=getLabelStyle(a),d=getIconStyle(a);return{inputGroup:_object_spread({transitionProperty:"var(--chakra-transition-property-common)",transitionDuration:"var(--chakra-transition-duration-normal)",borderRadius:"0.375rem"},c),leftLabel:_object_spread_props(_object_spread({},g,s),{borderLeftRadius:"0.375rem"}),rightLabel:_object_spread_props(_object_spread({},g,s),{borderRightRadius:"0.375rem"}),element:_object_spread({color:"text-secondary"},d),elementContainer:{height:"100%"},field:{borderRadius:"0.375rem",color:"text-primary",backgroundColor:"background-action-default",borderWidth:"0.0625rem",borderStyle:"solid",borderColor:"ui-element-outline-default",_placeholder:{color:"text-disabled",textStyle:"text-body-regular"},_hover:{backgroundColor:"background-action-hover",borderWidth:"0.0625rem",borderStyle:"solid",borderColor:"ui-element-outline-active"},_focusVisible:{boxShadow:"none",borderWidth:"0.0625rem",borderStyle:"solid",borderColor:"ui-element-outline-default"},_invalid:{boxShadow:"none",border:"none",borderColor:"transparent"},_disabled:_object_spread_props(_object_spread({},k),{_hover:k})}}},flushed:flushedStyle}}},69299:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),function(a,c){for(var s in c)Object.defineProperty(a,s,{enumerable:!0,get:c[s]})}(c,{linkBaseStyle:function(){return h},Link:function(){return g}});var d,u=s(80864),p=s(90858);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _object_spread(a){for(var c=1;c svg":{boxSize:"1.25rem !important"},color:"text-primary",_disabled:{color:"text-disabled",opacity:1}},field:{backgroundColor:"background-action-default",border:"0.0625rem solid var(--chakra-colors-ui-element-outline-default)",boxShadow:"none",color:getDefaultTextColor(d,c),borderRadius:"0.375rem",_hover:{backgroundColor:"background-action-hover",borderWidth:"0.0625rem",borderColor:"ui-element-outline-active"},_focus:s,_focusVisible:s,_disabled:_object_spread_props(_object_spread({},fieldDisabledStyle(d,c)),{_hover:fieldDisabledStyle(d,c)}),_invalid:{borderColor:"transparent",boxShadow:"0 0 0 0.125rem var(--chakra-colors-alert-error-default)"}}}},u={l:{paddingInlineStart:"1rem",pr:"2.75rem",pt:"0.625rem"},m:{paddingInlineStart:"0.75rem",pr:"2.5rem",py:"0.5rem"},s:{paddingInlineStart:"0.75rem",pr:"2.5rem"}},p={baseStyle:baseStyle,sizes:{l:function(a){return{field:_object_spread({py:"0.75rem",pl:"1rem",pr:"3rem",height:"3rem"},a.theme.textStyles["text-body-regular"]),icon:{right:"1rem"}}},m:function(a){return{field:_object_spread({py:"0.5rem",pl:"0.75rem",pr:"2.75rem",height:"2.5rem"},a.theme.textStyles["text-body-regular"]),icon:{right:"0.75rem"}}},s:function(a){return{field:_object_spread({py:"0.375rem",pl:"0.75rem",pr:"2.75rem",height:"2rem"},a.theme.textStyles["text-body-meta-regular"]),icon:{right:"0.75rem"}}}},variants:{outline:baseStyle,flushed:function(a){var c=a.size,s=a.value,p=a.placeholder;return{field:_object_spread_props(_object_spread({bg:"background-action-default",border:"none",borderBottom:"0.063rem solid var(--chakra-colors-ui-element-outline-default)",color:getDefaultTextColor(p,s)},u[c]),{_hover:{bg:"background-action-hover",borderBottom:"0.063rem solid var(--chakra-colors-ui-element-outline-active)"},_focus:d,_focusVisible:d,_disabled:_object_spread_props(_object_spread({},fieldDisabledStyle(p,s)),{_hover:fieldDisabledStyle(p,s)}),_invalid:{border:"none",boxShadow:"0 0.125rem 0 0 var(--chakra-colors-alert-error-default)"}})}}},defaultProps:{size:"m",variant:"outline"}}},47401:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Skeleton",{enumerable:!0,get:function(){return h}});var d=s(53159);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}var u=(0,d.cssVar)("skeleton-start-color"),p=(0,d.cssVar)("skeleton-end-color"),h={baseStyle:function(a){var c,s=a.theme;return _define_property(c={},u.variable,s.colors["background-skeleton-start"]),_define_property(c,p.variable,s.colors["background-skeleton-end"]),c}}},62070:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Slider",{enumerable:!0,get:function(){return u}});var d=s(20189),sharedSizeStyle=function(a){return{thumb:{w:"1rem",h:"1rem"},track:(0,d.orient)({orientation:a.orientation,horizontal:{h:"0.375rem"},vertical:{w:"0.375rem"}})}},u={baseStyle:function(a){return{track:{bg:"background-action-active",borderRadius:"radii-half",_disabled:{bg:"background-container-disabled"}},filledTrack:{bg:a.isDisabled?"primary-disabled":"primary-default"},thumb:{bg:"background-action-default",_focus:{boxShadow:"0 0 0 0.1875rem var(--chakra-colors-primary-focus)"},_disabled:{bg:"background-action-disabled"}}}},sizes:{sm:sharedSizeStyle,md:sharedSizeStyle,lg:sharedSizeStyle}}},87512:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Spinner",{enumerable:!0,get:function(){return h}});var d=s(90914),u=s(20189),p=(0,d.keyframes)({"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(360deg)"}}),h={baseStyle:{animation:"".concat(p," ").concat("0.70s"," linear infinite")},sizes:{xs:{px:"0.75rem",py:"0.75rem"},s:{px:"0.875rem",py:"0.875rem"}},variants:{accent:{borderColor:"accent-default",borderLeftColor:(0,u.transparentize)("accent-default",.3),borderBottomColor:(0,u.transparentize)("accent-default",.3)},primary:{borderColor:"primary-default",borderLeftColor:(0,u.transparentize)("primary-default",.3),borderBottomColor:(0,u.transparentize)("primary-default",.3)}},defaultProps:{size:"s",variant:"primary",thickness:"0.125rem"}}},6540:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Stepper",{enumerable:!0,get:function(){return y}});var d,u=s(53159);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}var p=(0,u.cssVar)("stepper-indicator-size"),h=(0,u.cssVar)("stepper-icon-size"),v=(0,u.cssVar)("stepper-accent-color"),g=(0,u.cssVar)("chakra-colors-primary-default"),y={parts:["stepper","step","title","description","indicator","separator","icon","number"],baseStyle:{stepper:_define_property({display:"flex",gap:0},v.variable,g.reference),step:{gap:0},indicator:{"&[data-status=incomplete]":{borderColor:"background-static"}},separator:{"&[data-status=active]":{bg:"background-static"},"&[data-status=incomplete]":{bg:"background-static"},"&[data-orientation=horizontal]":{width:"100%",height:"2px",marginStart:0}}},sizes:{s:{stepper:(_define_property(d={},p.variable,"1.25rem"),_define_property(d,h.variable,"0.75rem"),d)}},defaultProps:{size:"s",variant:"horizontal"}}},20754:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"Switch",{enumerable:!0,get:function(){return M}});var d,u,p,h=s(20189);function _define_property(a,c,s){return c in a?Object.defineProperty(a,c,{value:s,enumerable:!0,configurable:!0,writable:!0}):a[c]=s,a}function _object_spread(a){for(var c=1;cc};return p}return{parts:function(...s){for(let a of(assert(),s))c[a]=toPart(a);return anatomy(a,c)},toPart,extend,selectors:function(){let a=Object.fromEntries(Object.entries(c).map(([a,c])=>[a,c.selector]));return a},classnames:function(){let a=Object.fromEntries(Object.entries(c).map(([a,c])=>[a,c.className]));return a},get keys(){return Object.keys(c)},__type:{}}}((a,s)=>{for(var d in s)c(a,d,{get:s[d],enumerable:!0})})(p,{accordionAnatomy:()=>h,alertAnatomy:()=>v,anatomy:()=>anatomy,avatarAnatomy:()=>g,breadcrumbAnatomy:()=>y,buttonAnatomy:()=>m,cardAnatomy:()=>H,checkboxAnatomy:()=>k,circularProgressAnatomy:()=>M,drawerAnatomy:()=>b,editableAnatomy:()=>I,formAnatomy:()=>C,formErrorAnatomy:()=>x,inputAnatomy:()=>R,listAnatomy:()=>S,menuAnatomy:()=>_,modalAnatomy:()=>w,numberInputAnatomy:()=>P,pinInputAnatomy:()=>O,popoverAnatomy:()=>F,progressAnatomy:()=>D,radioAnatomy:()=>j,selectAnatomy:()=>E,sliderAnatomy:()=>T,statAnatomy:()=>B,stepperAnatomy:()=>V,switchAnatomy:()=>N,tableAnatomy:()=>$,tabsAnatomy:()=>L,tagAnatomy:()=>W}),a.exports=((a,p,h,v)=>{if(p&&"object"==typeof p||"function"==typeof p)for(let h of d(p))u.call(a,h)||void 0===h||c(a,h,{get:()=>p[h],enumerable:!(v=s(p,h))||v.enumerable});return a})(c({},"__esModule",{value:!0}),p);var h=anatomy("accordion").parts("root","container","button","panel").extend("icon"),v=anatomy("alert").parts("title","description","container").extend("icon","spinner"),g=anatomy("avatar").parts("label","badge","container").extend("excessLabel","group"),y=anatomy("breadcrumb").parts("link","item","container").extend("separator"),m=anatomy("button").parts(),k=anatomy("checkbox").parts("control","icon","container").extend("label"),M=anatomy("progress").parts("track","filledTrack").extend("label"),b=anatomy("drawer").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer"),I=anatomy("editable").parts("preview","input","textarea"),C=anatomy("form").parts("container","requiredIndicator","helperText"),x=anatomy("formError").parts("text","icon"),R=anatomy("input").parts("addon","field","element","group"),S=anatomy("list").parts("container","item","icon"),_=anatomy("menu").parts("button","list","item").extend("groupTitle","icon","command","divider"),w=anatomy("modal").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer"),P=anatomy("numberinput").parts("root","field","stepperGroup","stepper"),O=anatomy("pininput").parts("field"),F=anatomy("popover").parts("content","header","body","footer").extend("popper","arrow","closeButton"),D=anatomy("progress").parts("label","filledTrack","track"),j=anatomy("radio").parts("container","control","label"),E=anatomy("select").parts("field","icon"),T=anatomy("slider").parts("container","track","thumb","filledTrack","mark"),B=anatomy("stat").parts("container","label","helpText","number","icon"),N=anatomy("switch").parts("container","track","thumb","label"),$=anatomy("table").parts("table","thead","tbody","tr","th","td","tfoot","caption"),L=anatomy("tabs").parts("root","tab","tablist","tabpanel","tabpanels","indicator"),W=anatomy("tag").parts("container","label","closeButton"),H=anatomy("card").parts("container","header","body","footer"),V=anatomy("stepper").parts("stepper","step","title","description","indicator","separator","icon","number")},26485:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{assignRef:()=>assignRef,createContext:()=>createContext,getValidChildren:()=>getValidChildren,mergeRefs:()=>mergeRefs}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(90858);function assignRef(a,c){if(null!=a){if((0,g.isFunction)(a)){a(c);return}try{a.current=c}catch(s){throw Error(`Cannot assign value '${c}' to ref '${a}'`)}}}function mergeRefs(...a){return c=>{a.forEach(a=>assignRef(a,c))}}var y=s(67294);function createContext(a={}){let{strict:c=!0,errorMessage:s="useContext: `context` is undefined. Seems you forgot to wrap component within the Provider",name:d}=a,u=(0,y.createContext)(void 0);function useContext(){var a;let d=(0,y.useContext)(u);if(!d&&c){let c=Error(s);throw c.name="ContextError",null==(a=Error.captureStackTrace)||a.call(Error,c,useContext),c}return d}return u.displayName=d,[u.Provider,useContext,u]}var m=s(67294);function getValidChildren(a){return m.Children.toArray(a).filter(a=>(0,m.isValidElement)(a))}},51699:function(a,c,s){"use strict";var d=Object.create,u=Object.defineProperty,p=Object.getOwnPropertyDescriptor,h=Object.getOwnPropertyNames,v=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty,__copyProps=(a,c,s,d)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let v of h(c))g.call(a,v)||v===s||u(a,v,{get:()=>c[v],enumerable:!(d=p(c,v))||d.enumerable});return a},__toESM=(a,c,s)=>(s=null!=a?d(v(a)):{},__copyProps(!c&&a&&a.__esModule?s:u(s,"default",{value:a,enumerable:!0}),a)),y={};((a,c)=>{for(var s in c)u(a,s,{get:c[s],enumerable:!0})})(y,{addPrefix:()=>addPrefix,background:()=>w,border:()=>P,calc:()=>J,color:()=>O,createMultiStyleConfigHelpers:()=>createMultiStyleConfigHelpers,css:()=>css,cssVar:()=>cssVar,defineCssVars:()=>defineCssVars,defineStyle:()=>defineStyle,defineStyleConfig:()=>defineStyleConfig,effect:()=>F,filter:()=>D,flattenTokens:()=>flattenTokens,flexbox:()=>j,getCSSVar:()=>getCSSVar,getCss:()=>getCss,grid:()=>E,interactivity:()=>T,isStyleProp:()=>isStyleProp,layout:()=>B,layoutPropNames:()=>ed,list:()=>N,omitThemingProps:()=>omitThemingProps,others:()=>H,position:()=>V,propNames:()=>eu,pseudoPropNames:()=>er,pseudoSelectors:()=>en,resolveStyleConfig:()=>resolveStyleConfig,ring:()=>q,scroll:()=>Z,space:()=>U,systemProps:()=>es,textDecoration:()=>G,toCSSVar:()=>toCSSVar,toVarDefinition:()=>toVarDefinition,toVarReference:()=>toVarReference,tokenToCSSVar:()=>tokenToCSSVar,transform:()=>X,transition:()=>K,typography:()=>Y}),a.exports=__copyProps(u({},"__esModule",{value:!0}),y);var m=s(42409),isImportant=a=>/!(important)?$/.test(a),withoutImportant=a=>"string"==typeof a?a.replace(/!(important)?$/,"").trim():a,tokenToCSSVar=(a,c)=>s=>{let d=String(c),u=isImportant(d),p=withoutImportant(d),h=a?`${a}.${p}`:p,v=(0,m.isObject)(s.__cssMap)&&h in s.__cssMap?s.__cssMap[h].varRef:c;return v=withoutImportant(v),u?`${v} !important`:v};function createTransform(a){let{scale:c,transform:s,compose:d}=a;return(a,u)=>{var p;let h=tokenToCSSVar(c,a)(u),v=null!=(p=null==s?void 0:s(h,u))?p:h;return d&&(v=d(v,u)),v}}var pipe=(...a)=>c=>a.reduce((a,c)=>c(a),c);function toConfig(a,c){return s=>{let d={property:s,scale:a};return d.transform=createTransform({scale:a,transform:c}),d}}var getRtl=({rtl:a,ltr:c})=>s=>"rtl"===s.direction?a:c;function logical(a){let{property:c,scale:s,transform:d}=a;return{scale:s,property:getRtl(c),transform:s?createTransform({scale:s,compose:d}):d}}var k=["rotate(var(--chakra-rotate, 0))","scaleX(var(--chakra-scale-x, 1))","scaleY(var(--chakra-scale-y, 1))","skewX(var(--chakra-skew-x, 0))","skewY(var(--chakra-skew-y, 0))"];function getTransformTemplate(){return["translateX(var(--chakra-translate-x, 0))","translateY(var(--chakra-translate-y, 0))",...k].join(" ")}function getTransformGpuTemplate(){return["translate3d(var(--chakra-translate-x, 0), var(--chakra-translate-y, 0), 0)",...k].join(" ")}var M={"--chakra-blur":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-brightness":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-contrast":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-grayscale":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-hue-rotate":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-invert":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-saturate":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-sepia":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-drop-shadow":"var(--chakra-empty,/*!*/ /*!*/)",filter:"var(--chakra-blur) var(--chakra-brightness) var(--chakra-contrast) var(--chakra-grayscale) var(--chakra-hue-rotate) var(--chakra-invert) var(--chakra-saturate) var(--chakra-sepia) var(--chakra-drop-shadow)"},b={backdropFilter:"var(--chakra-backdrop-blur) var(--chakra-backdrop-brightness) var(--chakra-backdrop-contrast) var(--chakra-backdrop-grayscale) var(--chakra-backdrop-hue-rotate) var(--chakra-backdrop-invert) var(--chakra-backdrop-opacity) var(--chakra-backdrop-saturate) var(--chakra-backdrop-sepia)","--chakra-backdrop-blur":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-brightness":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-contrast":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-grayscale":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-hue-rotate":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-invert":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-opacity":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-saturate":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-backdrop-sepia":"var(--chakra-empty,/*!*/ /*!*/)"};function getRingTemplate(a){return{"--chakra-ring-offset-shadow":"var(--chakra-ring-inset) 0 0 0 var(--chakra-ring-offset-width) var(--chakra-ring-offset-color)","--chakra-ring-shadow":"var(--chakra-ring-inset) 0 0 0 calc(var(--chakra-ring-width) + var(--chakra-ring-offset-width)) var(--chakra-ring-color)","--chakra-ring-width":a,boxShadow:"var(--chakra-ring-offset-shadow), var(--chakra-ring-shadow), var(--chakra-shadow, 0 0 #0000)"}}var I={"row-reverse":{space:"--chakra-space-x-reverse",divide:"--chakra-divide-x-reverse"},"column-reverse":{space:"--chakra-space-y-reverse",divide:"--chakra-divide-y-reverse"}},C={"to-t":"to top","to-tr":"to top right","to-r":"to right","to-br":"to bottom right","to-b":"to bottom","to-bl":"to bottom left","to-l":"to left","to-tl":"to top left"},x=new Set(Object.values(C)),R=new Set(["none","-moz-initial","inherit","initial","revert","unset"]),trimSpace=a=>a.trim();function parseGradient(a,c){if(null==a||R.has(a))return a;let s=isCSSFunction(a)||R.has(a);if(!s)return`url('${a}')`;let d=/(^[a-z-A-Z]+)\((.*)\)/g.exec(a),u=null==d?void 0:d[1],p=null==d?void 0:d[2];if(!u||!p)return a;let h=u.includes("-gradient")?u:`${u}-gradient`,[v,...g]=p.split(",").map(trimSpace).filter(Boolean);if((null==g?void 0:g.length)===0)return a;let y=v in C?C[v]:v;g.unshift(y);let m=g.map(a=>{if(x.has(a))return a;let s=a.indexOf(" "),[d,u]=-1!==s?[a.substr(0,s),a.substr(s+1)]:[a],p=isCSSFunction(u)?u:u&&u.split(" "),h=`colors.${d}`,v=h in c.__cssMap?c.__cssMap[h].varRef:d;return p?[v,...Array.isArray(p)?p:[p]].join(" "):v});return`${h}(${m.join(", ")})`}var isCSSFunction=a=>"string"==typeof a&&a.includes("(")&&a.includes(")");function isCssVar(a){return/^var\(--.+\)$/.test(a)}var analyzeCSSValue=a=>{let c=parseFloat(a.toString()),s=a.toString().replace(String(c),"");return{unitless:!s,value:c,unit:s}},wrap=a=>c=>`${a}(${c})`,S={filter:a=>"auto"!==a?a:M,backdropFilter:a=>"auto"!==a?a:b,ring:a=>getRingTemplate(S.px(a)),bgClip:a=>"text"===a?{color:"transparent",backgroundClip:"text"}:{backgroundClip:a},transform:a=>"auto"===a?getTransformTemplate():"auto-gpu"===a?getTransformGpuTemplate():a,vh:a=>"$100vh"===a?"var(--chakra-vh)":a,px(a){if(null==a)return a;let{unitless:c}=analyzeCSSValue(a);return c||"number"==typeof a?`${a}px`:a},fraction:a=>"number"!=typeof a||a>1?a:`${100*a}%`,float:(a,c)=>"rtl"===c.direction?({left:"right",right:"left"})[a]:a,degree(a){if(isCssVar(a)||null==a)return a;let c="string"==typeof a&&!a.endsWith("deg");return"number"==typeof a||c?`${a}deg`:a},gradient:(a,c)=>parseGradient(a,null!=c?c:{}),blur:wrap("blur"),opacity:wrap("opacity"),brightness:wrap("brightness"),contrast:wrap("contrast"),dropShadow:wrap("drop-shadow"),grayscale:wrap("grayscale"),hueRotate:a=>wrap("hue-rotate")(S.degree(a)),invert:wrap("invert"),saturate:wrap("saturate"),sepia:wrap("sepia"),bgImage(a){if(null==a)return a;let c=isCSSFunction(a)||R.has(a);return c?a:`url(${a})`},outline(a){let c="0"===String(a)||"none"===String(a);return null!==a&&c?{outline:"2px solid transparent",outlineOffset:"2px"}:{outline:a}},flexDirection(a){var c;let{space:s,divide:d}=null!=(c=I[a])?c:{},u={flexDirection:a};return s&&(u[s]=1),d&&(u[d]=1),u}},_={borderWidths:toConfig("borderWidths"),borderStyles:toConfig("borderStyles"),colors:toConfig("colors"),borders:toConfig("borders"),gradients:toConfig("gradients",S.gradient),radii:toConfig("radii",S.px),space:toConfig("space",pipe(S.vh,S.px)),spaceT:toConfig("space",pipe(S.vh,S.px)),degreeT:a=>({property:a,transform:S.degree}),prop:(a,c,s)=>({property:a,scale:c,...c&&{transform:createTransform({scale:c,transform:s})}}),propT:(a,c)=>({property:a,transform:c}),sizes:toConfig("sizes",pipe(S.vh,S.px)),sizesT:toConfig("sizes",pipe(S.vh,S.fraction)),shadows:toConfig("shadows"),logical,blur:toConfig("blur",S.blur)},w={background:_.colors("background"),backgroundColor:_.colors("backgroundColor"),backgroundImage:_.gradients("backgroundImage"),backgroundSize:!0,backgroundPosition:!0,backgroundRepeat:!0,backgroundAttachment:!0,backgroundClip:{transform:S.bgClip},bgSize:_.prop("backgroundSize"),bgPosition:_.prop("backgroundPosition"),bg:_.colors("background"),bgColor:_.colors("backgroundColor"),bgPos:_.prop("backgroundPosition"),bgRepeat:_.prop("backgroundRepeat"),bgAttachment:_.prop("backgroundAttachment"),bgGradient:_.gradients("backgroundImage"),bgClip:{transform:S.bgClip}};Object.assign(w,{bgImage:w.backgroundImage,bgImg:w.backgroundImage});var P={border:_.borders("border"),borderWidth:_.borderWidths("borderWidth"),borderStyle:_.borderStyles("borderStyle"),borderColor:_.colors("borderColor"),borderRadius:_.radii("borderRadius"),borderTop:_.borders("borderTop"),borderBlockStart:_.borders("borderBlockStart"),borderTopLeftRadius:_.radii("borderTopLeftRadius"),borderStartStartRadius:_.logical({scale:"radii",property:{ltr:"borderTopLeftRadius",rtl:"borderTopRightRadius"}}),borderEndStartRadius:_.logical({scale:"radii",property:{ltr:"borderBottomLeftRadius",rtl:"borderBottomRightRadius"}}),borderTopRightRadius:_.radii("borderTopRightRadius"),borderStartEndRadius:_.logical({scale:"radii",property:{ltr:"borderTopRightRadius",rtl:"borderTopLeftRadius"}}),borderEndEndRadius:_.logical({scale:"radii",property:{ltr:"borderBottomRightRadius",rtl:"borderBottomLeftRadius"}}),borderRight:_.borders("borderRight"),borderInlineEnd:_.borders("borderInlineEnd"),borderBottom:_.borders("borderBottom"),borderBlockEnd:_.borders("borderBlockEnd"),borderBottomLeftRadius:_.radii("borderBottomLeftRadius"),borderBottomRightRadius:_.radii("borderBottomRightRadius"),borderLeft:_.borders("borderLeft"),borderInlineStart:{property:"borderInlineStart",scale:"borders"},borderInlineStartRadius:_.logical({scale:"radii",property:{ltr:["borderTopLeftRadius","borderBottomLeftRadius"],rtl:["borderTopRightRadius","borderBottomRightRadius"]}}),borderInlineEndRadius:_.logical({scale:"radii",property:{ltr:["borderTopRightRadius","borderBottomRightRadius"],rtl:["borderTopLeftRadius","borderBottomLeftRadius"]}}),borderX:_.borders(["borderLeft","borderRight"]),borderInline:_.borders("borderInline"),borderY:_.borders(["borderTop","borderBottom"]),borderBlock:_.borders("borderBlock"),borderTopWidth:_.borderWidths("borderTopWidth"),borderBlockStartWidth:_.borderWidths("borderBlockStartWidth"),borderTopColor:_.colors("borderTopColor"),borderBlockStartColor:_.colors("borderBlockStartColor"),borderTopStyle:_.borderStyles("borderTopStyle"),borderBlockStartStyle:_.borderStyles("borderBlockStartStyle"),borderBottomWidth:_.borderWidths("borderBottomWidth"),borderBlockEndWidth:_.borderWidths("borderBlockEndWidth"),borderBottomColor:_.colors("borderBottomColor"),borderBlockEndColor:_.colors("borderBlockEndColor"),borderBottomStyle:_.borderStyles("borderBottomStyle"),borderBlockEndStyle:_.borderStyles("borderBlockEndStyle"),borderLeftWidth:_.borderWidths("borderLeftWidth"),borderInlineStartWidth:_.borderWidths("borderInlineStartWidth"),borderLeftColor:_.colors("borderLeftColor"),borderInlineStartColor:_.colors("borderInlineStartColor"),borderLeftStyle:_.borderStyles("borderLeftStyle"),borderInlineStartStyle:_.borderStyles("borderInlineStartStyle"),borderRightWidth:_.borderWidths("borderRightWidth"),borderInlineEndWidth:_.borderWidths("borderInlineEndWidth"),borderRightColor:_.colors("borderRightColor"),borderInlineEndColor:_.colors("borderInlineEndColor"),borderRightStyle:_.borderStyles("borderRightStyle"),borderInlineEndStyle:_.borderStyles("borderInlineEndStyle"),borderTopRadius:_.radii(["borderTopLeftRadius","borderTopRightRadius"]),borderBottomRadius:_.radii(["borderBottomLeftRadius","borderBottomRightRadius"]),borderLeftRadius:_.radii(["borderTopLeftRadius","borderBottomLeftRadius"]),borderRightRadius:_.radii(["borderTopRightRadius","borderBottomRightRadius"])};Object.assign(P,{rounded:P.borderRadius,roundedTop:P.borderTopRadius,roundedTopLeft:P.borderTopLeftRadius,roundedTopRight:P.borderTopRightRadius,roundedTopStart:P.borderStartStartRadius,roundedTopEnd:P.borderStartEndRadius,roundedBottom:P.borderBottomRadius,roundedBottomLeft:P.borderBottomLeftRadius,roundedBottomRight:P.borderBottomRightRadius,roundedBottomStart:P.borderEndStartRadius,roundedBottomEnd:P.borderEndEndRadius,roundedLeft:P.borderLeftRadius,roundedRight:P.borderRightRadius,roundedStart:P.borderInlineStartRadius,roundedEnd:P.borderInlineEndRadius,borderStart:P.borderInlineStart,borderEnd:P.borderInlineEnd,borderTopStartRadius:P.borderStartStartRadius,borderTopEndRadius:P.borderStartEndRadius,borderBottomStartRadius:P.borderEndStartRadius,borderBottomEndRadius:P.borderEndEndRadius,borderStartRadius:P.borderInlineStartRadius,borderEndRadius:P.borderInlineEndRadius,borderStartWidth:P.borderInlineStartWidth,borderEndWidth:P.borderInlineEndWidth,borderStartColor:P.borderInlineStartColor,borderEndColor:P.borderInlineEndColor,borderStartStyle:P.borderInlineStartStyle,borderEndStyle:P.borderInlineEndStyle});var O={color:_.colors("color"),textColor:_.colors("color"),fill:_.colors("fill"),stroke:_.colors("stroke")},F={boxShadow:_.shadows("boxShadow"),mixBlendMode:!0,blendMode:_.prop("mixBlendMode"),backgroundBlendMode:!0,bgBlendMode:_.prop("backgroundBlendMode"),opacity:!0};Object.assign(F,{shadow:F.boxShadow});var D={filter:{transform:S.filter},blur:_.blur("--chakra-blur"),brightness:_.propT("--chakra-brightness",S.brightness),contrast:_.propT("--chakra-contrast",S.contrast),hueRotate:_.propT("--chakra-hue-rotate",S.hueRotate),invert:_.propT("--chakra-invert",S.invert),saturate:_.propT("--chakra-saturate",S.saturate),dropShadow:_.propT("--chakra-drop-shadow",S.dropShadow),backdropFilter:{transform:S.backdropFilter},backdropBlur:_.blur("--chakra-backdrop-blur"),backdropBrightness:_.propT("--chakra-backdrop-brightness",S.brightness),backdropContrast:_.propT("--chakra-backdrop-contrast",S.contrast),backdropHueRotate:_.propT("--chakra-backdrop-hue-rotate",S.hueRotate),backdropInvert:_.propT("--chakra-backdrop-invert",S.invert),backdropSaturate:_.propT("--chakra-backdrop-saturate",S.saturate)},j={alignItems:!0,alignContent:!0,justifyItems:!0,justifyContent:!0,flexWrap:!0,flexDirection:{transform:S.flexDirection},flex:!0,flexFlow:!0,flexGrow:!0,flexShrink:!0,flexBasis:_.sizes("flexBasis"),justifySelf:!0,alignSelf:!0,order:!0,placeItems:!0,placeContent:!0,placeSelf:!0,gap:_.space("gap"),rowGap:_.space("rowGap"),columnGap:_.space("columnGap")};Object.assign(j,{flexDir:j.flexDirection});var E={gridGap:_.space("gridGap"),gridColumnGap:_.space("gridColumnGap"),gridRowGap:_.space("gridRowGap"),gridColumn:!0,gridRow:!0,gridAutoFlow:!0,gridAutoColumns:!0,gridColumnStart:!0,gridColumnEnd:!0,gridRowStart:!0,gridRowEnd:!0,gridAutoRows:!0,gridTemplate:!0,gridTemplateColumns:!0,gridTemplateRows:!0,gridTemplateAreas:!0,gridArea:!0},T={appearance:!0,cursor:!0,resize:!0,userSelect:!0,pointerEvents:!0,outline:{transform:S.outline},outlineOffset:!0,outlineColor:_.colors("outlineColor")},B={width:_.sizesT("width"),inlineSize:_.sizesT("inlineSize"),height:_.sizes("height"),blockSize:_.sizes("blockSize"),boxSize:_.sizes(["width","height"]),minWidth:_.sizes("minWidth"),minInlineSize:_.sizes("minInlineSize"),minHeight:_.sizes("minHeight"),minBlockSize:_.sizes("minBlockSize"),maxWidth:_.sizes("maxWidth"),maxInlineSize:_.sizes("maxInlineSize"),maxHeight:_.sizes("maxHeight"),maxBlockSize:_.sizes("maxBlockSize"),overflow:!0,overflowX:!0,overflowY:!0,overscrollBehavior:!0,overscrollBehaviorX:!0,overscrollBehaviorY:!0,display:!0,aspectRatio:!0,hideFrom:{scale:"breakpoints",transform:(a,c)=>{var s,d,u;let p=null!=(u=null==(d=null==(s=c.__breakpoints)?void 0:s.get(a))?void 0:d.minW)?u:a,h=`@media screen and (min-width: ${p})`;return{[h]:{display:"none"}}}},hideBelow:{scale:"breakpoints",transform:(a,c)=>{var s,d,u;let p=null!=(u=null==(d=null==(s=c.__breakpoints)?void 0:s.get(a))?void 0:d._minW)?u:a,h=`@media screen and (max-width: ${p})`;return{[h]:{display:"none"}}}},verticalAlign:!0,boxSizing:!0,boxDecorationBreak:!0,float:_.propT("float",S.float),objectFit:!0,objectPosition:!0,visibility:!0,isolation:!0};Object.assign(B,{w:B.width,h:B.height,minW:B.minWidth,maxW:B.maxWidth,minH:B.minHeight,maxH:B.maxHeight,overscroll:B.overscrollBehavior,overscrollX:B.overscrollBehaviorX,overscrollY:B.overscrollBehaviorY});var N={listStyleType:!0,listStylePosition:!0,listStylePos:_.prop("listStylePosition"),listStyleImage:!0,listStyleImg:_.prop("listStyleImage")},$=(a=>{let c=new WeakMap;return(s,d,u,p)=>{if(void 0===s)return a(s,d,u);c.has(s)||c.set(s,new Map);let h=c.get(s);if(h.has(d))return h.get(d);let v=a(s,d,u,p);return h.set(d,v),v}})(function(a,c,s,d){let u="string"==typeof c?c.split("."):[c];for(d=0;d{let d={},u=$(a,c,{});for(let a in u){let c=a in s&&null!=s[a];c||(d[a]=u[a])}return d},H={srOnly:{transform:a=>!0===a?L:"focusable"===a?W:{}},layerStyle:{processResult:!0,transform:(a,c,s)=>getWithPriority(c,`layerStyles.${a}`,s)},textStyle:{processResult:!0,transform:(a,c,s)=>getWithPriority(c,`textStyles.${a}`,s)},apply:{processResult:!0,transform:(a,c,s)=>getWithPriority(c,a,s)}},V={position:!0,pos:_.prop("position"),zIndex:_.prop("zIndex","zIndices"),inset:_.spaceT("inset"),insetX:_.spaceT(["left","right"]),insetInline:_.spaceT("insetInline"),insetY:_.spaceT(["top","bottom"]),insetBlock:_.spaceT("insetBlock"),top:_.spaceT("top"),insetBlockStart:_.spaceT("insetBlockStart"),bottom:_.spaceT("bottom"),insetBlockEnd:_.spaceT("insetBlockEnd"),left:_.spaceT("left"),insetInlineStart:_.logical({scale:"space",property:{ltr:"left",rtl:"right"}}),right:_.spaceT("right"),insetInlineEnd:_.logical({scale:"space",property:{ltr:"right",rtl:"left"}})};Object.assign(V,{insetStart:V.insetInlineStart,insetEnd:V.insetInlineEnd});var q={ring:{transform:S.ring},ringColor:_.colors("--chakra-ring-color"),ringOffset:_.prop("--chakra-ring-offset-width"),ringOffsetColor:_.colors("--chakra-ring-offset-color"),ringInset:_.prop("--chakra-ring-inset")},U={margin:_.spaceT("margin"),marginTop:_.spaceT("marginTop"),marginBlockStart:_.spaceT("marginBlockStart"),marginRight:_.spaceT("marginRight"),marginInlineEnd:_.spaceT("marginInlineEnd"),marginBottom:_.spaceT("marginBottom"),marginBlockEnd:_.spaceT("marginBlockEnd"),marginLeft:_.spaceT("marginLeft"),marginInlineStart:_.spaceT("marginInlineStart"),marginX:_.spaceT(["marginInlineStart","marginInlineEnd"]),marginInline:_.spaceT("marginInline"),marginY:_.spaceT(["marginTop","marginBottom"]),marginBlock:_.spaceT("marginBlock"),padding:_.space("padding"),paddingTop:_.space("paddingTop"),paddingBlockStart:_.space("paddingBlockStart"),paddingRight:_.space("paddingRight"),paddingBottom:_.space("paddingBottom"),paddingBlockEnd:_.space("paddingBlockEnd"),paddingLeft:_.space("paddingLeft"),paddingInlineStart:_.space("paddingInlineStart"),paddingInlineEnd:_.space("paddingInlineEnd"),paddingX:_.space(["paddingInlineStart","paddingInlineEnd"]),paddingInline:_.space("paddingInline"),paddingY:_.space(["paddingTop","paddingBottom"]),paddingBlock:_.space("paddingBlock")};Object.assign(U,{m:U.margin,mt:U.marginTop,mr:U.marginRight,me:U.marginInlineEnd,marginEnd:U.marginInlineEnd,mb:U.marginBottom,ml:U.marginLeft,ms:U.marginInlineStart,marginStart:U.marginInlineStart,mx:U.marginX,my:U.marginY,p:U.padding,pt:U.paddingTop,py:U.paddingY,px:U.paddingX,pb:U.paddingBottom,pl:U.paddingLeft,ps:U.paddingInlineStart,paddingStart:U.paddingInlineStart,pr:U.paddingRight,pe:U.paddingInlineEnd,paddingEnd:U.paddingInlineEnd});var G={textDecorationColor:_.colors("textDecorationColor"),textDecoration:!0,textDecor:{property:"textDecoration"},textDecorationLine:!0,textDecorationStyle:!0,textDecorationThickness:!0,textUnderlineOffset:!0,textShadow:_.shadows("textShadow")},X={clipPath:!0,transform:_.propT("transform",S.transform),transformOrigin:!0,translateX:_.spaceT("--chakra-translate-x"),translateY:_.spaceT("--chakra-translate-y"),skewX:_.degreeT("--chakra-skew-x"),skewY:_.degreeT("--chakra-skew-y"),scaleX:_.prop("--chakra-scale-x"),scaleY:_.prop("--chakra-scale-y"),scale:_.prop(["--chakra-scale-x","--chakra-scale-y"]),rotate:_.degreeT("--chakra-rotate")},K={transition:!0,transitionDelay:!0,animation:!0,willChange:!0,transitionDuration:_.prop("transitionDuration","transition.duration"),transitionProperty:_.prop("transitionProperty","transition.property"),transitionTimingFunction:_.prop("transitionTimingFunction","transition.easing")},Y={fontFamily:_.prop("fontFamily","fonts"),fontSize:_.prop("fontSize","fontSizes",S.px),fontWeight:_.prop("fontWeight","fontWeights"),lineHeight:_.prop("lineHeight","lineHeights"),letterSpacing:_.prop("letterSpacing","letterSpacings"),textAlign:!0,fontStyle:!0,textIndent:!0,wordBreak:!0,overflowWrap:!0,textOverflow:!0,textTransform:!0,whiteSpace:!0,isTruncated:{transform(a){if(!0===a)return{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}}},noOfLines:{static:{overflow:"hidden",textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",WebkitLineClamp:"var(--chakra-line-clamp)"},property:"--chakra-line-clamp"}},Z={scrollBehavior:!0,scrollSnapAlign:!0,scrollSnapStop:!0,scrollSnapType:!0,scrollMargin:_.spaceT("scrollMargin"),scrollMarginTop:_.spaceT("scrollMarginTop"),scrollMarginBottom:_.spaceT("scrollMarginBottom"),scrollMarginLeft:_.spaceT("scrollMarginLeft"),scrollMarginRight:_.spaceT("scrollMarginRight"),scrollMarginX:_.spaceT(["scrollMarginLeft","scrollMarginRight"]),scrollMarginY:_.spaceT(["scrollMarginTop","scrollMarginBottom"]),scrollPadding:_.spaceT("scrollPadding"),scrollPaddingTop:_.spaceT("scrollPaddingTop"),scrollPaddingBottom:_.spaceT("scrollPaddingBottom"),scrollPaddingLeft:_.spaceT("scrollPaddingLeft"),scrollPaddingRight:_.spaceT("scrollPaddingRight"),scrollPaddingX:_.spaceT(["scrollPaddingLeft","scrollPaddingRight"]),scrollPaddingY:_.spaceT(["scrollPaddingTop","scrollPaddingBottom"])},Q=s(42409);function resolveReference(a){return(0,Q.isObject)(a)&&a.reference?a.reference:String(a)}var toExpression=(a,...c)=>c.map(resolveReference).join(` ${a} `).replace(/calc/g,""),add=(...a)=>`calc(${toExpression("+",...a)})`,subtract=(...a)=>`calc(${toExpression("-",...a)})`,multiply=(...a)=>`calc(${toExpression("*",...a)})`,divide=(...a)=>`calc(${toExpression("/",...a)})`,negate=a=>{let c=resolveReference(a);return null==c||Number.isNaN(parseFloat(c))?multiply(c,-1):String(c).startsWith("-")?String(c).slice(1):`-${c}`},J=Object.assign(a=>({add:(...c)=>J(add(a,...c)),subtract:(...c)=>J(subtract(a,...c)),multiply:(...c)=>J(multiply(a,...c)),divide:(...c)=>J(divide(a,...c)),negate:()=>J(negate(a)),toString:()=>a.toString()}),{add,subtract,multiply,divide,negate});function replaceWhiteSpace(a,c="-"){return a.replace(/\s+/g,c)}function escape(a){let c=replaceWhiteSpace(a.toString());return escapeSymbol(escapeDot(c))}function escapeDot(a){if(a.includes("\\."))return a;let c=!Number.isInteger(parseFloat(a.toString()));return c?a.replace(".","\\."):a}function escapeSymbol(a){return a.replace(/[!-,/:-@[-^`{-~]/g,"\\$&")}function addPrefix(a,c=""){return[c,a].filter(Boolean).join("-")}function toVarReference(a,c){return`var(${a}${c?`, ${c}`:""})`}function toVarDefinition(a,c=""){return escape(`--${addPrefix(a,c)}`)}function cssVar(a,c,s){let d=toVarDefinition(a,s);return{variable:d,reference:toVarReference(d,c)}}function defineCssVars(a,c){let s={};for(let d of c){if(Array.isArray(d)){let[c,u]=d;s[c]=cssVar(`${a}-${c}`,u);continue}s[d]=cssVar(`${a}-${d}`)}return s}var ee=s(42409);function getLastItem(a){let c=null==a?0:a.length;return c?a[c-1]:void 0}function analyzeCSSValue2(a){let c=parseFloat(a.toString()),s=a.toString().replace(String(c),"");return{unitless:!s,value:c,unit:s}}function px(a){if(null==a)return a;let{unitless:c}=analyzeCSSValue2(a);return c||"number"==typeof a?`${a}px`:a}var sortByBreakpointValue=(a,c)=>parseInt(a[1],10)>parseInt(c[1],10)?1:-1,sortBps=a=>Object.fromEntries(Object.entries(a).sort(sortByBreakpointValue));function normalize(a){let c=sortBps(a);return Object.assign(Object.values(c),c)}function keys(a){let c=Object.keys(sortBps(a));return new Set(c)}function subtract2(a){var c;return a?"number"==typeof(a=null!=(c=px(a))?c:a)?`${a+-.02}`:a.replace(/(\d+\.?\d*)/u,a=>`${parseFloat(a)+-.02}`):a}function toMediaQueryString(a,c){let s=["@media screen"];return a&&s.push("and",`(min-width: ${px(a)})`),c&&s.push("and",`(max-width: ${px(c)})`),s.join(" ")}function analyzeBreakpoints(a){var c;if(!a)return null;a.base=null!=(c=a.base)?c:"0px";let s=normalize(a),d=Object.entries(a).sort(sortByBreakpointValue).map(([a,c],s,d)=>{var u;let[,p]=null!=(u=d[s+1])?u:[];return p=parseFloat(p)>0?subtract2(p):void 0,{_minW:subtract2(c),breakpoint:a,minW:c,maxW:p,maxWQuery:toMediaQueryString(null,p),minWQuery:toMediaQueryString(c),minMaxQuery:toMediaQueryString(c,p)}}),u=keys(a),p=Array.from(u.values());return{keys:u,normalized:s,isResponsive(a){let c=Object.keys(a);return c.length>0&&c.every(a=>u.has(a))},asObject:sortBps(a),asArray:normalize(a),details:d,get:a=>d.find(c=>c.breakpoint===a),media:[null,...s.map(a=>toMediaQueryString(a)).slice(1)],toArrayValue(a){if(!(0,ee.isObject)(a))throw Error("toArrayValue: value must be an object");let c=p.map(c=>{var s;return null!=(s=a[c])?s:null});for(;null===getLastItem(c);)c.pop();return c},toObjectValue(a){if(!Array.isArray(a))throw Error("toObjectValue: value must be an array");return a.reduce((a,c,s)=>{let d=p[s];return null!=d&&null!=c&&(a[d]=c),a},{})}}}var et=s(42409),ea={hover:(a,c)=>`${a}:hover ${c}, ${a}[data-hover] ${c}`,focus:(a,c)=>`${a}:focus ${c}, ${a}[data-focus] ${c}`,focusVisible:(a,c)=>`${a}:focus-visible ${c}`,focusWithin:(a,c)=>`${a}:focus-within ${c}`,active:(a,c)=>`${a}:active ${c}, ${a}[data-active] ${c}`,disabled:(a,c)=>`${a}:disabled ${c}, ${a}[data-disabled] ${c}`,invalid:(a,c)=>`${a}:invalid ${c}, ${a}[data-invalid] ${c}`,checked:(a,c)=>`${a}:checked ${c}, ${a}[data-checked] ${c}`,placeholderShown:(a,c)=>`${a}:placeholder-shown ${c}`},toGroup=a=>merge(c=>a(c,"&"),"[role=group]","[data-group]",".group"),toPeer=a=>merge(c=>a(c,"~ &"),"[data-peer]",".peer"),merge=(a,...c)=>c.map(a).join(", "),en={_hover:"&:hover, &[data-hover]",_active:"&:active, &[data-active]",_focus:"&:focus, &[data-focus]",_highlighted:"&[data-highlighted]",_focusWithin:"&:focus-within",_focusVisible:"&:focus-visible, &[data-focus-visible]",_disabled:"&:disabled, &[disabled], &[aria-disabled=true], &[data-disabled]",_readOnly:"&[aria-readonly=true], &[readonly], &[data-readonly]",_before:"&::before",_after:"&::after",_empty:"&:empty",_expanded:"&[aria-expanded=true], &[data-expanded]",_checked:"&[aria-checked=true], &[data-checked]",_grabbed:"&[aria-grabbed=true], &[data-grabbed]",_pressed:"&[aria-pressed=true], &[data-pressed]",_invalid:"&[aria-invalid=true], &[data-invalid]",_valid:"&[data-valid], &[data-state=valid]",_loading:"&[data-loading], &[aria-busy=true]",_selected:"&[aria-selected=true], &[data-selected]",_hidden:"&[hidden], &[data-hidden]",_autofill:"&:-webkit-autofill",_even:"&:nth-of-type(even)",_odd:"&:nth-of-type(odd)",_first:"&:first-of-type",_firstLetter:"&::first-letter",_last:"&:last-of-type",_notFirst:"&:not(:first-of-type)",_notLast:"&:not(:last-of-type)",_visited:"&:visited",_activeLink:"&[aria-current=page]",_activeStep:"&[aria-current=step]",_indeterminate:"&:indeterminate, &[aria-checked=mixed], &[data-indeterminate]",_groupHover:toGroup(ea.hover),_peerHover:toPeer(ea.hover),_groupFocus:toGroup(ea.focus),_peerFocus:toPeer(ea.focus),_groupFocusVisible:toGroup(ea.focusVisible),_peerFocusVisible:toPeer(ea.focusVisible),_groupActive:toGroup(ea.active),_peerActive:toPeer(ea.active),_groupDisabled:toGroup(ea.disabled),_peerDisabled:toPeer(ea.disabled),_groupInvalid:toGroup(ea.invalid),_peerInvalid:toPeer(ea.invalid),_groupChecked:toGroup(ea.checked),_peerChecked:toPeer(ea.checked),_groupFocusWithin:toGroup(ea.focusWithin),_peerFocusWithin:toPeer(ea.focusWithin),_peerPlaceholderShown:toPeer(ea.placeholderShown),_placeholder:"&::placeholder",_placeholderShown:"&:placeholder-shown",_fullScreen:"&:fullscreen",_selection:"&::selection",_rtl:"[dir=rtl] &, &[dir=rtl]",_ltr:"[dir=ltr] &, &[dir=ltr]",_mediaDark:"@media (prefers-color-scheme: dark)",_mediaReduceMotion:"@media (prefers-reduced-motion: reduce)",_dark:".chakra-ui-dark &:not([data-theme]),[data-theme=dark] &:not([data-theme]),&[data-theme=dark]",_light:".chakra-ui-light &:not([data-theme]),[data-theme=light] &:not([data-theme]),&[data-theme=light]",_horizontal:"&[data-orientation=horizontal]",_vertical:"&[data-orientation=vertical]"},er=Object.keys(en),eo=__toESM(s(38554));function tokenToCssVar(a,c){return cssVar(String(a).replace(/\./g,"-"),void 0,c)}function createThemeVars(a,c){let s={},d={};for(let[u,p]of Object.entries(a)){let{isSemantic:h,value:v}=p,{variable:g,reference:y}=tokenToCssVar(u,null==c?void 0:c.cssVarPrefix);if(!h){if(u.startsWith("space")){let a=u.split("."),[c,...s]=a,p=`${c}.-${s.join(".")}`,h=J.negate(v),m=J.negate(y);d[p]={value:h,var:g,varRef:m}}s[g]=v,d[u]={value:v,var:g,varRef:y};continue}let lookupToken=s=>{let d=String(u).split(".")[0],p=[d,s].join("."),h=a[p];if(!h)return s;let{reference:v}=tokenToCssVar(p,null==c?void 0:c.cssVarPrefix);return v},m=(0,et.isObject)(v)?v:{default:v};s=(0,eo.default)(s,Object.entries(m).reduce((a,[c,s])=>{var d;if(!s)return a;let u=lookupToken(`${s}`);if("default"===c)return a[g]=u,a;let p=null!=(d=null==en?void 0:en[c])?d:c;return a[p]={[g]:u},a},{})),d[u]={value:y,var:g,varRef:y}}return{cssVars:s,cssMap:d}}function omit(a,c=[]){let s=Object.assign({},a);for(let a of c)a in s&&delete s[a];return s}function pick(a,c){let s={};for(let d of c)d in a&&(s[d]=a[d]);return s}function isObject5(a){return"object"==typeof a&&null!=a&&!Array.isArray(a)}function walkObject(a,c,s={}){let{stop:d,getKey:u}=s;function inner(a,s=[]){var p;if(isObject5(a)||Array.isArray(a)){let h={};for(let[v,g]of Object.entries(a)){let y=null!=(p=null==u?void 0:u(v))?p:v,m=[...s,y];if(null==d?void 0:d(a,m))return c(a,s);h[y]=inner(g,m)}return h}return c(a,s)}return inner(a)}var el=["colors","borders","borderWidths","borderStyles","fonts","fontSizes","fontWeights","gradients","letterSpacings","lineHeights","radii","space","shadows","sizes","zIndices","transition","blur","breakpoints"];function extractTokens(a){return pick(a,el)}function extractSemanticTokens(a){return a.semanticTokens}function omitVars(a){let{__cssMap:c,__cssVars:s,__breakpoints:d,...u}=a;return u}var isSemanticCondition=a=>er.includes(a)||"default"===a;function flattenTokens({tokens:a,semanticTokens:c}){let s={};return walkObject(a,(a,c)=>{null!=a&&(s[c.join(".")]={isSemantic:!1,value:a})}),walkObject(c,(a,c)=>{null!=a&&(s[c.join(".")]={isSemantic:!0,value:a})},{stop:a=>Object.keys(a).every(isSemanticCondition)}),s}function toCSSVar(a){var c;let s=omitVars(a),d=extractTokens(s),u=extractSemanticTokens(s),p=flattenTokens({tokens:d,semanticTokens:u}),h=null==(c=s.config)?void 0:c.cssVarPrefix,{cssMap:v,cssVars:g}=createThemeVars(p,{cssVarPrefix:h});return Object.assign(s,{__cssVars:{"--chakra-ring-inset":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-ring-offset-width":"0px","--chakra-ring-offset-color":"#fff","--chakra-ring-color":"rgba(66, 153, 225, 0.6)","--chakra-ring-offset-shadow":"0 0 #0000","--chakra-ring-shadow":"0 0 #0000","--chakra-space-x-reverse":"0","--chakra-space-y-reverse":"0",...g},__cssMap:v,__breakpoints:analyzeBreakpoints(s.breakpoints)}),s}var ec=s(42409),ei=__toESM(s(38554)),es=(0,__toESM(s(38554)).default)({},w,P,O,j,B,D,q,T,E,H,V,F,U,Z,Y,G,X,N,K),ed=Object.keys(Object.assign({},U,B,j,E,V)),eu=[...Object.keys(es),...er],ep={...es,...en},isStyleProp=a=>a in ep,eh=s(42409),expandResponsive=a=>c=>{if(!c.__breakpoints)return a;let{isResponsive:s,toArrayValue:d,media:u}=c.__breakpoints,p={};for(let h in a){let v=(0,eh.runIfFn)(a[h],c);if(null==v)continue;if(!Array.isArray(v=(0,eh.isObject)(v)&&s(v)?d(v):v)){p[h]=v;continue}let g=v.slice(0,u.length).length;for(let a=0;aa.startsWith("--")&&"string"==typeof c&&!isCssVar2(c),resolveTokenValue=(a,c)=>{var s,d;if(null==c)return c;let getVar=c=>{var s,d;return null==(d=null==(s=a.__cssMap)?void 0:s[c])?void 0:d.varRef},getValue=a=>{var c;return null!=(c=getVar(a))?c:a},[u,p]=splitByComma(c);return c=null!=(d=null!=(s=getVar(u))?s:getValue(p))?d:getValue(c)};function getCss(a){let{configs:c={},pseudos:s={},theme:d}=a,css2=(a,u=!1)=>{var p,h,v;let g=(0,ec.runIfFn)(a,d),y=expandResponsive(g)(d),m={};for(let a in y){let k=y[a],M=(0,ec.runIfFn)(k,d);a in s&&(a=s[a]),isCSSVariableTokenValue(a,M)&&(M=resolveTokenValue(d,M));let b=c[a];if(!0===b&&(b={property:a}),(0,ec.isObject)(M)){m[a]=null!=(p=m[a])?p:{},m[a]=(0,ei.default)({},m[a],css2(M,!0));continue}let I=null!=(v=null==(h=null==b?void 0:b.transform)?void 0:h.call(b,M,d,g))?v:M;I=(null==b?void 0:b.processResult)?css2(I,!0):I;let C=(0,ec.runIfFn)(null==b?void 0:b.property,d);if(!u&&(null==b?void 0:b.static)){let a=(0,ec.runIfFn)(b.static,d);m=(0,ei.default)({},m,a)}if(C&&Array.isArray(C)){for(let a of C)m[a]=I;continue}if(C){"&"===C&&(0,ec.isObject)(I)?m=(0,ei.default)({},m,I):m[C]=I;continue}if((0,ec.isObject)(I)){m=(0,ei.default)({},m,I);continue}m[a]=I}return m};return css2}var css=a=>c=>{let s=getCss({theme:c,pseudos:en,configs:es});return s(a)};function defineStyle(a){return a}function defineStyleConfig(a){return a}function createMultiStyleConfigHelpers(a){return{definePartsStyle:a=>a,defineMultiStyleConfig:c=>({parts:a,...c})}}var ev=s(42409),eg=__toESM(s(38554));function normalize2(a,c){return Array.isArray(a)?a:(0,ev.isObject)(a)?c(a):null!=a?[a]:void 0}function getNextIndex(a,c){for(let s=c+1;s{(0,eg.default)(v,{[a]:m?I[a]:{[b]:I[a]}})});continue}if(!k){m?(0,eg.default)(v,I):v[b]=I;continue}v[b]=I}}return v}}function resolveStyleConfig(a){return c=>{var s;let{variant:d,size:u,theme:p}=c,h=createResolver(p);return(0,eg.default)({},(0,ev.runIfFn)(null!=(s=a.baseStyle)?s:{},c),h(a,"sizes",u,c),h(a,"variants",d,c))}}function getCSSVar(a,c,s){var d,u,p;return null!=(p=null==(u=null==(d=a.__cssMap)?void 0:d[`${c}.${s}`])?void 0:u.varRef)?p:s}function omitThemingProps(a){return omit(a,["styleConfig","size","variant","colorScheme"])}},20189:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{addPrefix:()=>addPrefix,anatomy:()=>g.anatomy,blacken:()=>blacken,calc:()=>b,complementary:()=>complementary,contrast:()=>contrast,createBreakpoints:()=>createBreakpoints,cssVar:()=>cssVar,darken:()=>darken,generateStripe:()=>generateStripe,getColor:()=>getColor,getColorVar:()=>getColorVar,isAccessible:()=>isAccessible,isDark:()=>isDark,isDecimal:()=>isDecimal,isLight:()=>isLight,isReadable:()=>isReadable,lighten:()=>lighten,mode:()=>mode,orient:()=>orient,randomColor:()=>randomColor,readability:()=>readability,toVar:()=>toVar,toVarRef:()=>toVarRef,tone:()=>tone,transparentize:()=>transparentize,whiten:()=>whiten}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(77343),y=s(51699),m=s(34595);function dlv_es_default(a,c,s,d,u){for(c=c.split?c.split("."):c,d=0;d0===Object.keys(a).length,getColor=(a,c,s)=>{let d=dlv_es_default(a,`colors.${c}`,c);try{return(0,m.toHex)(d),d}catch{return null!=s?s:"#000000"}},getColorVar=(a,c,s)=>{var d;return null!=(d=(0,y.getCSSVar)(a,"colors",c))?d:s},getBrightness=a=>{let[c,s,d]=(0,m.parseToRgba)(a);return(299*c+587*s+114*d)/1e3},tone=a=>c=>{let s=getColor(c,a),d=getBrightness(s);return d<128?"dark":"light"},isDark=a=>c=>"dark"===tone(a)(c),isLight=a=>c=>"light"===tone(a)(c),transparentize=(a,c)=>s=>{let d=getColor(s,a);return(0,m.transparentize)(d,1-c)},whiten=(a,c)=>s=>{let d=getColor(s,a);return(0,m.toHex)((0,m.mix)(d,"#fff",c))},blacken=(a,c)=>s=>{let d=getColor(s,a);return(0,m.toHex)((0,m.mix)(d,"#000",c/100))},darken=(a,c)=>s=>{let d=getColor(s,a);return(0,m.toHex)((0,m.darken)(d,c/100))},lighten=(a,c)=>s=>{let d=getColor(s,a);(0,m.toHex)((0,m.lighten)(d,c/100))},contrast=(a,c)=>s=>(0,m.getContrast)(getColor(s,c),getColor(s,a)),isAccessible=(a,c,s)=>d=>isReadable(getColor(d,c),getColor(d,a),s);function isReadable(a,c,s={level:"AA",size:"small"}){var d,u;let p=readability(a,c);switch((null!=(d=s.level)?d:"AA")+(null!=(u=s.size)?u:"small")){case"AAsmall":case"AAAlarge":return p>=4.5;case"AAlarge":return p>=3;case"AAAsmall":return p>=7;default:return!1}}function readability(a,c){return(Math.max((0,m.getLuminance)(a),(0,m.getLuminance)(c))+.05)/(Math.min((0,m.getLuminance)(a),(0,m.getLuminance)(c))+.05)}var complementary=a=>c=>{let s=getColor(c,a),d=(0,m.parseToHsla)(s),u=Object.assign(d,[(d[0]+180)%360]);return(0,m.toHex)((0,m.hsla)(...u))};function generateStripe(a="1rem",c="rgba(255, 255, 255, 0.15)"){return{backgroundImage:`linear-gradient( 45deg, ${c} 25%, transparent 25%, transparent 50%, ${c} 50%, ${c} 75%, transparent 75%, transparent )`,backgroundSize:`${a} ${a}`}}var randomHex=()=>`#${Math.floor(16777215*Math.random()).toString(16).padEnd(6,"0")}`;function randomColor(a){let c=randomHex();return!a||isEmptyObject(a)?c:a.string&&a.colors?randomColorFromList(a.string,a.colors):a.string&&!a.colors?randomColorFromString(a.string):a.colors&&!a.string?randomFromList(a.colors):c}function randomColorFromString(a){let c=0;if(0===a.length)return c.toString();for(let s=0;s>8*a&255;s+=`00${d.toString(16)}`.substr(-2)}return s}function randomColorFromList(a,c){let s=0;if(0===a.length)return c[0];for(let c=0;c"dark"===s.colorMode?c:a}function orient(a){let{orientation:c,vertical:s,horizontal:d}=a;return c?"vertical"===c?s:d:{}}var k=s(42409),createBreakpoints=a=>((0,k.warn)({condition:!0,message:"[chakra-ui]: createBreakpoints(...) will be deprecated pretty soonsimply pass the breakpoints as an object. Remove the createBreakpoints(..) call"}),{base:"0em",...a}),M=s(42409);function toRef(a){return(0,M.isObject)(a)&&a.reference?a.reference:String(a)}var toExpr=(a,...c)=>c.map(toRef).join(` ${a} `).replace(/calc/g,""),add=(...a)=>`calc(${toExpr("+",...a)})`,subtract=(...a)=>`calc(${toExpr("-",...a)})`,multiply=(...a)=>`calc(${toExpr("*",...a)})`,divide=(...a)=>`calc(${toExpr("/",...a)})`,negate=a=>{let c=toRef(a);return null==c||Number.isNaN(parseFloat(c))?multiply(c,-1):String(c).startsWith("-")?String(c).slice(1):`-${c}`},b=Object.assign(a=>({add:(...c)=>b(add(a,...c)),subtract:(...c)=>b(subtract(a,...c)),multiply:(...c)=>b(multiply(a,...c)),divide:(...c)=>b(divide(a,...c)),negate:()=>b(negate(a)),toString:()=>a.toString()}),{add,subtract,multiply,divide,negate});function isDecimal(a){return!Number.isInteger(parseFloat(a.toString()))}function replaceWhiteSpace(a,c="-"){return a.replace(/\s+/g,c)}function escape(a){let c=replaceWhiteSpace(a.toString());return c.includes("\\.")?a:isDecimal(a)?c.replace(".","\\."):a}function addPrefix(a,c=""){return[c,escape(a)].filter(Boolean).join("-")}function toVarRef(a,c){return`var(${escape(a)}${c?`, ${c}`:""})`}function toVar(a,c=""){return`--${addPrefix(a,c)}`}function cssVar(a,c){let s=toVar(a,null==c?void 0:c.prefix);return{variable:s,reference:toVarRef(s,getFallback(null==c?void 0:c.fallback))}}function getFallback(a){return"string"==typeof a?a:null==a?void 0:a.reference}},90858:function(a,c,s){"use strict";var d,u,p=Object.create,h=Object.defineProperty,v=Object.getOwnPropertyDescriptor,g=Object.getOwnPropertyNames,y=Object.getPrototypeOf,m=Object.prototype.hasOwnProperty,__defNormalProp=(a,c,s)=>c in a?h(a,c,{enumerable:!0,configurable:!0,writable:!0,value:s}):a[c]=s,__copyProps=(a,c,s,d)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let u of g(c))m.call(a,u)||u===s||h(a,u,{get:()=>c[u],enumerable:!(d=v(c,u))||d.enumerable});return a},__toESM=(a,c,s)=>(s=null!=a?p(y(a)):{},__copyProps(!c&&a&&a.__esModule?s:h(s,"default",{value:a,enumerable:!0}),a)),__publicField=(a,c,s)=>(__defNormalProp(a,"symbol"!=typeof c?c+"":c,s),s),k={};function getFirstItem(a){return null!=a&&a.length?a[0]:void 0}function getLastItem(a){let c=null==a?0:a.length;return c?a[c-1]:void 0}function getPrevItem(a,c,s=!0){let d=getPrevIndex(a,c.length,s);return c[d]}function getNextItem(a,c,s=!0){let d=getNextIndex(a,c.length,1,s);return c[d]}function removeIndex(a,c){return a.filter((a,s)=>s!==c)}function addItem(a,c){return[...a,c]}function removeItem(a,c){return a.filter(a=>a!==c)}function getNextIndex(a,c,s=1,d=!0){let u=c-1;if(-1===a)return s>0?0:u;let p=a+s;return p<0?d?u:0:p>=c?d?0:a>c?c:a:p}function getPrevIndex(a,c,s=!0){return getNextIndex(a,c,-1,s)}function chunk(a,c){return a.reduce((a,s,d)=>(d%c==0?a.push([s]):a[a.length-1].push(s),a),[])}function getNextItemFromSearch(a,c,s,d){if(null==c)return d;if(!d){let d=a.find(a=>s(a).toLowerCase().startsWith(c.toLowerCase()));return d}let u=a.filter(a=>s(a).toLowerCase().startsWith(c.toLowerCase()));if(u.length>0){let c;if(u.includes(d)){let a=u.indexOf(d);return(c=a+1)===u.length&&(c=0),u[c]}return c=a.indexOf(u[0]),a[c]}return d}function isNumber(a){return"number"==typeof a}function isNotNumber(a){return"number"!=typeof a||Number.isNaN(a)||!Number.isFinite(a)}function isNumeric(a){return null!=a&&a-parseFloat(a)+1>=0}function isArray(a){return Array.isArray(a)}function isEmptyArray(a){return isArray(a)&&0===a.length}function isFunction(a){return"function"==typeof a}function isDefined(a){return void 0!==a&&void 0!==a}function isUndefined(a){return void 0===a||void 0===a}function isObject(a){let c=typeof a;return null!=a&&("object"===c||"function"===c)&&!isArray(a)}function isEmptyObject(a){return isObject(a)&&0===Object.keys(a).length}function isNotEmptyObject(a){return a&&!isEmptyObject(a)}function isNull(a){return null==a}function isString(a){return"[object String]"===Object.prototype.toString.call(a)}function isCssVar(a){return/^var\(--.+\)$/.test(a)}function isEmpty(a){return isArray(a)?isEmptyArray(a):isObject(a)?isEmptyObject(a):null==a||""===a}((a,c)=>{for(var s in c)h(a,s,{get:c[s],enumerable:!0})})(k,{PanSession:()=>T,__DEV__:()=>M,__TEST__:()=>b,addDomEvent:()=>addDomEvent,addItem:()=>addItem,addPointerEvent:()=>addPointerEvent,analyzeBreakpoints:()=>analyzeBreakpoints,ariaAttr:()=>ariaAttr,arrayToObjectNotation:()=>arrayToObjectNotation,breakpoints:()=>B,callAll:()=>callAll,callAllHandlers:()=>callAllHandlers,canUseDOM:()=>canUseDOM,chunk:()=>chunk,clampValue:()=>clampValue,closest:()=>closest,compose:()=>compose,contains:()=>contains,countDecimalPlaces:()=>countDecimalPlaces,cx:()=>cx,dataAttr:()=>dataAttr,detectBrowser:()=>detectBrowser,detectDeviceType:()=>detectDeviceType,detectOS:()=>detectOS,detectTouch:()=>detectTouch,determineLazyBehavior:()=>determineLazyBehavior,distance:()=>distance,error:()=>_,extractEventInfo:()=>extractEventInfo,filterUndefined:()=>filterUndefined,flatten:()=>flatten,focus:()=>focus,focusNextTabbable:()=>focusNextTabbable,focusPreviousTabbable:()=>focusPreviousTabbable,fromEntries:()=>fromEntries,get:()=>get,getActiveElement:()=>getActiveElement,getAllFocusable:()=>getAllFocusable,getAllTabbable:()=>getAllTabbable,getCSSVar:()=>getCSSVar,getEventWindow:()=>getEventWindow,getFirstFocusable:()=>getFirstFocusable,getFirstItem:()=>getFirstItem,getFirstTabbableIn:()=>getFirstTabbableIn,getLastItem:()=>getLastItem,getLastTabbableIn:()=>getLastTabbableIn,getNextIndex:()=>getNextIndex,getNextItem:()=>getNextItem,getNextItemFromSearch:()=>getNextItemFromSearch,getNextTabbable:()=>getNextTabbable,getOwnerDocument:()=>getOwnerDocument,getOwnerWindow:()=>getOwnerWindow,getPointerEventName:()=>getPointerEventName,getPrevIndex:()=>getPrevIndex,getPrevItem:()=>getPrevItem,getPreviousTabbable:()=>getPreviousTabbable,getRelatedTarget:()=>getRelatedTarget,getViewportPointFromEvent:()=>getViewportPointFromEvent,getWithDefault:()=>getWithDefault,hasDisplayNone:()=>hasDisplayNone,hasFocusWithin:()=>hasFocusWithin,hasNegativeTabIndex:()=>hasNegativeTabIndex,hasTabIndex:()=>hasTabIndex,isActiveElement:()=>isActiveElement,isArray:()=>isArray,isBrowser:()=>x,isContentEditable:()=>isContentEditable,isCssVar:()=>isCssVar,isCustomBreakpoint:()=>isCustomBreakpoint,isDefined:()=>isDefined,isDisabled:()=>isDisabled,isElement:()=>isElement,isEmpty:()=>isEmpty,isEmptyArray:()=>isEmptyArray,isEmptyObject:()=>isEmptyObject,isFocusable:()=>isFocusable,isFunction:()=>isFunction,isHTMLElement:()=>isHTMLElement,isHidden:()=>isHidden,isInputElement:()=>isInputElement,isInputEvent:()=>isInputEvent,isMouseEvent:()=>isMouseEvent,isMultiTouchEvent:()=>isMultiTouchEvent,isNotEmptyObject:()=>isNotEmptyObject,isNotNumber:()=>isNotNumber,isNull:()=>isNull,isNumber:()=>isNumber,isNumeric:()=>isNumeric,isObject:()=>isObject,isRefObject:()=>isRefObject,isResponsiveObjectLike:()=>isResponsiveObjectLike,isRightClick:()=>isRightClick,isString:()=>isString,isTabbable:()=>isTabbable,isTouchEvent:()=>isTouchEvent,isUndefined:()=>isUndefined,mapResponsive:()=>mapResponsive,maxSafeInteger:()=>O,memoize:()=>memoize,memoizedGet:()=>C,mergeWith:()=>I.default,minSafeInteger:()=>P,noop:()=>noop,normalizeEventKey:()=>normalizeEventKey,objectFilter:()=>objectFilter,objectKeys:()=>objectKeys,objectToArrayNotation:()=>objectToArrayNotation,omit:()=>omit,once:()=>once,percentToValue:()=>percentToValue,pick:()=>pick,pipe:()=>pipe,px:()=>px,removeIndex:()=>removeIndex,removeItem:()=>removeItem,roundValueToStep:()=>roundValueToStep,runIfFn:()=>runIfFn,split:()=>split,toMediaQueryString:()=>toMediaQueryString,toPrecision:()=>toPrecision,valueToPercent:()=>valueToPercent,walkObject:()=>walkObject,warn:()=>S,wrapPointerEventHandler:()=>wrapPointerEventHandler}),a.exports=__copyProps(h({},"__esModule",{value:!0}),k),d=s(78492),u=a.exports,__copyProps(k,d,"default"),u&&__copyProps(u,d,"default");var M=!1,b=!1;function isRefObject(a){return"current"in a}function isInputEvent(a){return a&&isObject(a)&&isObject(a.target)}var I=__toESM(s(38554));function omit(a,c){let s={};return Object.keys(a).forEach(d=>{c.includes(d)||(s[d]=a[d])}),s}function pick(a,c){let s={};return c.forEach(c=>{c in a&&(s[c]=a[c])}),s}function split(a,c){let s={},d={};return Object.keys(a).forEach(u=>{c.includes(u)?s[u]=a[u]:d[u]=a[u]}),[s,d]}function get(a,c,s,d){let u="string"==typeof c?c.split("."):[c];for(d=0;d{let c=new WeakMap;return(s,d,u,p)=>{if(void 0===s)return a(s,d,u);c.has(s)||c.set(s,new Map);let h=c.get(s);if(h.has(d))return h.get(d);let v=a(s,d,u,p);return h.set(d,v),v}},C=memoize(get);function getWithDefault(a,c){return C(c,a,a)}function objectFilter(a,c){let s={};return Object.keys(a).forEach(d=>{let u=a[d],p=c(u,d,a);p&&(s[d]=u)}),s}var filterUndefined=a=>objectFilter(a,a=>null!=a),objectKeys=a=>Object.keys(a),fromEntries=a=>a.reduce((a,[c,s])=>(a[c]=s,a),{}),getCSSVar=(a,c,s)=>{var d,u,p;return null!=(p=null==(u=null==(d=a.__cssMap)?void 0:d[`${c}.${s}`])?void 0:u.varRef)?p:s};function analyzeCSSValue(a){let c=parseFloat(a.toString()),s=a.toString().replace(String(c),"");return{unitless:!s,value:c,unit:s}}function px(a){if(null==a)return a;let{unitless:c}=analyzeCSSValue(a);return c||isNumber(a)?`${a}px`:a}var sortByBreakpointValue=(a,c)=>parseInt(a[1],10)>parseInt(c[1],10)?1:-1,sortBps=a=>fromEntries(Object.entries(a).sort(sortByBreakpointValue));function normalize(a){let c=sortBps(a);return Object.assign(Object.values(c),c)}function keys(a){let c=Object.keys(sortBps(a));return new Set(c)}function subtract(a){var c;if(!a)return a;a=null!=(c=px(a))?c:a;let s=a.endsWith("px")?-.02:-.01;return isNumber(a)?`${a+s}`:a.replace(/(\d+\.?\d*)/u,a=>`${parseFloat(a)+s}`)}function toMediaQueryString(a,c){let s=["@media screen"];return a&&s.push("and",`(min-width: ${px(a)})`),c&&s.push("and",`(max-width: ${px(c)})`),s.join(" ")}function analyzeBreakpoints(a){var c;if(!a)return null;a.base=null!=(c=a.base)?c:"0px";let s=normalize(a),d=Object.entries(a).sort(sortByBreakpointValue).map(([a,c],s,d)=>{var u;let[,p]=null!=(u=d[s+1])?u:[];return p=parseFloat(p)>0?subtract(p):void 0,{_minW:subtract(c),breakpoint:a,minW:c,maxW:p,maxWQuery:toMediaQueryString(null,p),minWQuery:toMediaQueryString(c),minMaxQuery:toMediaQueryString(c,p)}}),u=keys(a),p=Array.from(u.values());return{keys:u,normalized:s,isResponsive(a){let c=Object.keys(a);return c.length>0&&c.every(a=>u.has(a))},asObject:sortBps(a),asArray:normalize(a),details:d,media:[null,...s.map(a=>toMediaQueryString(a)).slice(1)],toArrayValue(a){if(!isObject(a))throw Error("toArrayValue: value must be an object");let c=p.map(c=>{var s;return null!=(s=a[c])?s:null});for(;null===getLastItem(c);)c.pop();return c},toObjectValue(a){if(!Array.isArray(a))throw Error("toObjectValue: value must be an array");return a.reduce((a,c,s)=>{let d=p[s];return null!=d&&null!=c&&(a[d]=c),a},{})}}}function isElement(a){return null!=a&&"object"==typeof a&&"nodeType"in a&&a.nodeType===Node.ELEMENT_NODE}function isHTMLElement(a){var c;if(!isElement(a))return!1;let s=null!=(c=a.ownerDocument.defaultView)?c:window;return a instanceof s.HTMLElement}function getOwnerWindow(a){var c,s;return isElement(a)&&null!=(s=null==(c=getOwnerDocument(a))?void 0:c.defaultView)?s:window}function getOwnerDocument(a){var c;return isElement(a)&&null!=(c=a.ownerDocument)?c:document}function getEventWindow(a){var c;return null!=(c=a.view)?c:window}function canUseDOM(){return!!("undefined"!=typeof window&&window.document&&window.document.createElement)}var x=canUseDOM(),dataAttr=a=>a?"":void 0,ariaAttr=a=>!!a||void 0,cx=(...a)=>a.filter(Boolean).join(" ");function getActiveElement(a){let c=getOwnerDocument(a);return null==c?void 0:c.activeElement}function contains(a,c){return!!a&&(a===c||a.contains(c))}function addDomEvent(a,c,s,d){return a.addEventListener(c,s,d),()=>{a.removeEventListener(c,s,d)}}function normalizeEventKey(a){let{key:c,keyCode:s}=a,d=s>=37&&s<=40&&0!==c.indexOf("Arrow"),u=d?`Arrow${c}`:c;return u}function getRelatedTarget(a){var c,s;let d=null!=(c=a.target)?c:a.currentTarget,u=getActiveElement(d);return null!=(s=a.relatedTarget)?s:u}function isRightClick(a){return 0!==a.button}var hasDisplayNone=a=>"none"===window.getComputedStyle(a).display,hasTabIndex=a=>a.hasAttribute("tabindex"),hasNegativeTabIndex=a=>hasTabIndex(a)&&-1===a.tabIndex;function isDisabled(a){return!0==!!a.getAttribute("disabled")||!0==!!a.getAttribute("aria-disabled")}function isInputElement(a){return isHTMLElement(a)&&"input"===a.localName&&"select"in a}function isActiveElement(a){let c=isHTMLElement(a)?getOwnerDocument(a):document;return c.activeElement===a}function hasFocusWithin(a){return!!document.activeElement&&a.contains(document.activeElement)}function isHidden(a){return!!(a.parentElement&&isHidden(a.parentElement))||a.hidden}function isContentEditable(a){let c=a.getAttribute("contenteditable");return"false"!==c&&null!=c}function isFocusable(a){if(!isHTMLElement(a)||isHidden(a)||isDisabled(a))return!1;let{localName:c}=a;if(["input","select","textarea","button"].indexOf(c)>=0)return!0;let s={a:()=>a.hasAttribute("href"),audio:()=>a.hasAttribute("controls"),video:()=>a.hasAttribute("controls")};return c in s?s[c]():!!isContentEditable(a)||hasTabIndex(a)}function isTabbable(a){return!!a&&isHTMLElement(a)&&isFocusable(a)&&!hasNegativeTabIndex(a)}var R="input:not(:disabled):not([disabled]),select:not(:disabled):not([disabled]),textarea:not(:disabled):not([disabled]),embed,iframe,object,a[href],area[href],button:not(:disabled):not([disabled]),[tabindex],audio[controls],video[controls],*[tabindex]:not([aria-disabled]),*[contenteditable]",isVisible=a=>a.offsetWidth>0&&a.offsetHeight>0;function getAllFocusable(a){let c=Array.from(a.querySelectorAll(R));return c.unshift(a),c.filter(a=>isFocusable(a)&&isVisible(a))}function getFirstFocusable(a){let c=getAllFocusable(a);return c.length?c[0]:null}function getAllTabbable(a,c){let s=Array.from(a.querySelectorAll(R)),d=s.filter(isTabbable);return(isTabbable(a)&&d.unshift(a),!d.length&&c)?s:d}function getFirstTabbableIn(a,c){let[s]=getAllTabbable(a,c);return s||null}function getLastTabbableIn(a,c){let s=getAllTabbable(a,c);return s[s.length-1]||null}function getNextTabbable(a,c){let s=getAllFocusable(a),d=s.indexOf(document.activeElement),u=s.slice(d+1);return u.find(isTabbable)||s.find(isTabbable)||(c?u[0]:null)}function getPreviousTabbable(a,c){let s=getAllFocusable(a).reverse(),d=s.indexOf(document.activeElement),u=s.slice(d+1);return u.find(isTabbable)||s.find(isTabbable)||(c?u[0]:null)}function focusNextTabbable(a,c){let s=getNextTabbable(a,c);s&&isHTMLElement(s)&&s.focus()}function focusPreviousTabbable(a,c){let s=getPreviousTabbable(a,c);s&&isHTMLElement(s)&&s.focus()}function matches(a,c){return"matches"in a?a.matches(c):"msMatchesSelector"in a?a.msMatchesSelector(c):a.webkitMatchesSelector(c)}function closest(a,c){if("closest"in a)return a.closest(c);do{if(matches(a,c))return a;a=a.parentElement||a.parentNode}while(null!==a&&1===a.nodeType);return null}function runIfFn(a,...c){return isFunction(a)?a(...c):a}function callAllHandlers(...a){return function(c){a.some(a=>(null==a||a(c),null==c?void 0:c.defaultPrevented))}}function callAll(...a){return function(c){a.forEach(a=>{null==a||a(c)})}}var compose=(a,...c)=>c.reduce((a,c)=>(...s)=>a(c(...s)),a);function once(a){let c;return function(...s){return a&&(c=a.apply(this,s),a=null),c}}var noop=()=>{},S=once(a=>()=>{let{condition:c,message:s}=a;c&&M&&console.warn(s)}),_=once(a=>()=>{let{condition:c,message:s}=a;c&&M&&console.error(s)}),pipe=(...a)=>c=>a.reduce((a,c)=>c(a),c),distance1D=(a,c)=>Math.abs(a-c),isPoint=a=>"x"in a&&"y"in a;function distance(a,c){if(isNumber(a)&&isNumber(c))return distance1D(a,c);if(isPoint(a)&&isPoint(c)){let s=distance1D(a.x,c.x),d=distance1D(a.y,c.y);return Math.sqrt(s**2+d**2)}return 0}function focus(a,c={}){let{isActive:s=isActiveElement,nextTick:d,preventScroll:u=!0,selectTextIfInput:p=!0}=c;if(!a||s(a))return -1;function triggerFocus(){if(!a){S({condition:!0,message:"[chakra-ui]: can't call focus() on `null` or `undefined` element"});return}if(supportsPreventScroll())a.focus({preventScroll:u});else if(a.focus(),u){let c=getScrollableElements(a);restoreScrollPosition(c)}p&&(isInputElement(a)?a.select():"setSelectionRange"in a&&a.setSelectionRange(a.value.length,a.value.length))}return d?requestAnimationFrame(triggerFocus):(triggerFocus(),-1)}var w=null;function supportsPreventScroll(){if(null==w){w=!1;try{let a=document.createElement("div");a.focus({get preventScroll(){return w=!0,!0}})}catch(a){}}return w}function getScrollableElements(a){var c;let s=getOwnerDocument(a),d=null!=(c=s.defaultView)?c:window,u=a.parentNode,p=[],h=s.scrollingElement||s.documentElement;for(;u instanceof d.HTMLElement&&u!==h;)(u.offsetHeight(isObject(d)||isArray(d)?Object.entries(flatten(d,c-1)).forEach(([c,d])=>{a[`${s}.${c}`]=d}):a[s]=d,a),{}):a}function determineLazyBehavior(a){let{hasBeenSelected:c,isLazy:s,isSelected:d,lazyBehavior:u="unmount"}=a;return!s||!!d||"keepMounted"===u&&!!c}var P=Number.MIN_SAFE_INTEGER||-9007199254740991,O=Number.MAX_SAFE_INTEGER||9007199254740991;function toNumber(a){let c=parseFloat(a);return isNotNumber(c)?0:c}function toPrecision(a,c){let s=toNumber(a),d=10**(null!=c?c:10);return s=Math.round(s*d)/d,c?s.toFixed(c):s.toString()}function countDecimalPlaces(a){if(!Number.isFinite(a))return 0;let c=1,s=0;for(;Math.round(a*c)/c!==a;)c*=10,s+=1;return s}function valueToPercent(a,c,s){return(a-c)*100/(s-c)}function percentToValue(a,c,s){return(s-c)*a+c}function roundValueToStep(a,c,s){let d=Math.round((a-c)/s)*s+c,u=countDecimalPlaces(s);return toPrecision(d,u)}function clampValue(a,c,s){return null==a?a:(S({condition:s{let s=getEventWindow(c),d=c instanceof s.MouseEvent,u=!d||d&&0===c.button;u&&a(c)}}var D={pageX:0,pageY:0};function pointFromTouch(a,c="page"){let s=a.touches[0]||a.changedTouches[0],d=s||D;return{x:d[`${c}X`],y:d[`${c}Y`]}}function pointFromMouse(a,c="page"){return{x:a[`${c}X`],y:a[`${c}Y`]}}function extractEventInfo(a,c="page"){return{point:isTouchEvent(a)?pointFromTouch(a,c):pointFromMouse(a,c)}}function getViewportPointFromEvent(a){return extractEventInfo(a,"client")}var wrapPointerEventHandler=(a,c=!1)=>{let listener=c=>a(c,extractEventInfo(c));return c?filterPrimaryPointer(listener):listener},supportsPointerEvents=()=>x&&null===window.onpointerdown,supportsTouchEvents=()=>x&&null===window.ontouchstart,supportsMouseEvents=()=>x&&null===window.onmousedown,j={pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointercancel:"mousecancel",pointerover:"mouseover",pointerout:"mouseout",pointerenter:"mouseenter",pointerleave:"mouseleave"},E={pointerdown:"touchstart",pointermove:"touchmove",pointerup:"touchend",pointercancel:"touchcancel"};function getPointerEventName(a){return supportsPointerEvents()?a:supportsTouchEvents()?E[a]:supportsMouseEvents()?j[a]:a}function addPointerEvent(a,c,s,d){return addDomEvent(a,getPointerEventName(c),wrapPointerEventHandler(s,"pointerdown"===c),d)}function isMultiTouchEvent(a){return isTouchEvent(a)&&a.touches.length>1}var T=class{constructor(a,c,s){if(__publicField(this,"history",[]),__publicField(this,"startEvent",null),__publicField(this,"lastEvent",null),__publicField(this,"lastEventInfo",null),__publicField(this,"handlers",{}),__publicField(this,"removeListeners",noop),__publicField(this,"threshold",3),__publicField(this,"win"),__publicField(this,"updatePoint",()=>{if(!(this.lastEvent&&this.lastEventInfo))return;let a=getPanInfo(this.lastEventInfo,this.history),c=null!==this.startEvent,s=distance(a.offset,{x:0,y:0})>=this.threshold;if(!c&&!s)return;let{timestamp:d}=(0,F.getFrameData)();this.history.push({...a.point,timestamp:d});let{onStart:u,onMove:p}=this.handlers;c||(null==u||u(this.lastEvent,a),this.startEvent=this.lastEvent),null==p||p(this.lastEvent,a)}),__publicField(this,"onPointerMove",(a,c)=>{if(this.lastEvent=a,this.lastEventInfo=c,isMouseEvent(a)&&0===a.buttons){this.onPointerUp(a,c);return}F.default.update(this.updatePoint,!0)}),__publicField(this,"onPointerUp",(a,c)=>{let s=getPanInfo(c,this.history),{onEnd:d,onSessionEnd:u}=this.handlers;null==u||u(a,s),this.end(),d&&this.startEvent&&(null==d||d(a,s))}),this.win=getEventWindow(a),isMultiTouchEvent(a))return;this.handlers=c,s&&(this.threshold=s),a.stopPropagation(),a.preventDefault();let d=extractEventInfo(a),{timestamp:u}=(0,F.getFrameData)();this.history=[{...d.point,timestamp:u}];let{onSessionStart:p}=c;null==p||p(a,getPanInfo(d,this.history)),this.removeListeners=pipe(addPointerEvent(this.win,"pointermove",this.onPointerMove),addPointerEvent(this.win,"pointerup",this.onPointerUp),addPointerEvent(this.win,"pointercancel",this.onPointerUp))}updateHandlers(a){this.handlers=a}end(){var a;null==(a=this.removeListeners)||a.call(this),F.cancelSync.update(this.updatePoint)}};function subtractPoint(a,c){return{x:a.x-c.x,y:a.y-c.y}}function startPanPoint(a){return a[0]}function lastPanPoint(a){return a[a.length-1]}function getPanInfo(a,c){return{point:a.point,delta:subtractPoint(a.point,lastPanPoint(c)),offset:subtractPoint(a.point,startPanPoint(c)),velocity:getVelocity(c,.1)}}function lastDevicePoint(a){return a[a.length-1]}var toMilliseconds=a=>1e3*a;function getVelocity(a,c){if(a.length<2)return{x:0,y:0};let s=a.length-1,d=null,u=lastDevicePoint(a);for(;s>=0&&(d=a[s],!(u.timestamp-d.timestamp>toMilliseconds(c)));)s--;if(!d)return{x:0,y:0};let p=(u.timestamp-d.timestamp)/1e3;if(0===p)return{x:0,y:0};let h={x:(u.x-d.x)/p,y:(u.y-d.y)/p};return h.x===1/0&&(h.x=0),h.y===1/0&&(h.y=0),h}var B=Object.freeze(["base","sm","md","lg","xl","2xl"]);function mapResponsive(a,c){return isArray(a)?a.map(a=>null===a?null:c(a)):isObject(a)?objectKeys(a).reduce((s,d)=>(s[d]=c(a[d]),s),{}):null!=a?c(a):null}function objectToArrayNotation(a,c=B){let s=c.map(c=>{var s;return null!=(s=a[c])?s:null});for(;null===getLastItem(s);)s.pop();return s}function arrayToObjectNotation(a,c=B){let s={};return a.forEach((a,d)=>{let u=c[d];null!=a&&(s[u]=a)}),s}function isResponsiveObjectLike(a,c=B){let s=Object.keys(a);return s.length>0&&s.every(a=>c.includes(a))}var isCustomBreakpoint=a=>Number.isNaN(Number(a));function getUserAgentBrowser(a){let{userAgent:c,vendor:s}=a,d=/(android)/i.test(c);switch(!0){case/CriOS/.test(c):return"Chrome for iOS";case/Edg\//.test(c):return"Edge";case d&&/Silk\//.test(c):return"Silk";case/Chrome/.test(c)&&/Google Inc/.test(s):return"Chrome";case/Firefox\/\d+\.\d+$/.test(c):return"Firefox";case d:return"AOSP";case/MSIE|Trident/.test(c):return"IE";case/Safari/.test(a.userAgent)&&/Apple Computer/.test(c):return"Safari";case/AppleWebKit/.test(c):return"WebKit";default:return null}}function getUserAgentOS(a){let{userAgent:c,platform:s}=a;switch(!0){case/Android/.test(c):return"Android";case/iPhone|iPad|iPod/.test(s):return"iOS";case/Win/.test(s):return"Windows";case/Mac/.test(s):return"Mac";case/CrOS/.test(c):return"Chrome OS";case/Firefox/.test(c):return"Firefox OS";default:return null}}function detectDeviceType(a){let{userAgent:c}=a;return/(tablet)|(iPad)|(Nexus 9)/i.test(c)?"tablet":/(mobi)/i.test(c)?"phone":"desktop"}function detectOS(a){return!!x&&getUserAgentOS(window.navigator)===a}function detectBrowser(a){return!!x&&getUserAgentBrowser(window.navigator)===a}function detectTouch(){return!!x&&null===window.ontouchstart&&null===window.ontouchmove&&null===window.ontouchend}function walkObject(a,c){function inner(a,s=[]){return isArray(a)?a.map((a,c)=>inner(a,[...s,String(c)])):isObject(a)?fromEntries(Object.entries(a).map(([a,c])=>[a,inner(c,[...s,a])])):c(a,s)}return inner(a)}},73018:function(a,c,s){"use strict";s.r(c),s.d(c,{maskitoGetCountryFromNumber:function(){return maskitoGetCountryFromNumber},maskitoPhoneOptionsGenerator:function(){return maskitoPhoneOptionsGenerator}});var d=s(1388),u="0-90-9٠-٩۰-۹",p="".concat("-‐-―−ー-").concat("//").concat("..").concat(" \xa0\xad​⁠ ").concat("()()[]\\[\\]").concat("~⁓∼~"),h="++";function _typeof(a){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(a){return typeof a}:function(a){return a&&"function"==typeof Symbol&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a})(a)}function _defineProperties(a,c){for(var s=0;sh)return 1;if(h>p)return -1;if(!isNaN(p)&&isNaN(h))return 1;if(isNaN(p)&&!isNaN(h))return -1}return a[1]&&c[1]?a[1]>c[1]?1:a[1]=2&&S.test(a)}function isViablePhoneNumberStart(a){return x.test(a)}var _=RegExp("(?:"+createExtensionPattern()+")$","i");function extractExtension(a){var c=a.search(_);if(c<0)return{};for(var s=a.slice(0,c),d=a.match(_),u=1;u=a.length?{done:!0}:{done:!1,value:a[d++]}}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(a,c){if(a){if("string"==typeof a)return _arrayLikeToArray(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(a);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return _arrayLikeToArray(a,c)}}function _arrayLikeToArray(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s=a.length?{done:!0}:{done:!1,value:a[d++]}}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function parseIncompletePhoneNumber_unsupportedIterableToArray(a,c){if(a){if("string"==typeof a)return parseIncompletePhoneNumber_arrayLikeToArray(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(a);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return parseIncompletePhoneNumber_arrayLikeToArray(a,c)}}function parseIncompletePhoneNumber_arrayLikeToArray(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s=a.length?{done:!0}:{done:!1,value:a[d++]}}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function mergeArrays_unsupportedIterableToArray(a,c){if(a){if("string"==typeof a)return mergeArrays_arrayLikeToArray(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(a);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return mergeArrays_arrayLikeToArray(a,c)}}function mergeArrays_arrayLikeToArray(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);sa.indexOf(p)&&d.push(p)}return d.sort(function(a,c){return a-c})}function checkNumberLength(a,c){return checkNumberLengthForType(a,void 0,c)}function checkNumberLengthForType(a,c,s){var d=s.type(c),u=d&&d.possibleLengths()||s.possibleLengths();if(!u)return"IS_POSSIBLE";if("FIXED_LINE_OR_MOBILE"===c){if(!s.type("FIXED_LINE"))return checkNumberLengthForType(a,"MOBILE",s);var p=s.type("MOBILE");p&&(u=mergeArrays(u,p.possibleLengths()))}else if(c&&!d)return"INVALID_LENGTH";var h=a.length,v=u[0];return v===h?"IS_POSSIBLE":v>h?"TOO_SHORT":u[u.length-1]=0?"IS_POSSIBLE":"INVALID_LENGTH"}function isPossiblePhoneNumber(a,c,s){if(void 0===c&&(c={}),s=new k(s),c.v2){if(!a.countryCallingCode)throw Error("Invalid phone number object passed");s.selectNumberingPlan(a.countryCallingCode)}else{if(!a.phone)return!1;if(a.country){if(!s.hasCountry(a.country))throw Error("Unknown country: ".concat(a.country));s.country(a.country)}else{if(!a.countryCallingCode)throw Error("Invalid phone number object passed");s.selectNumberingPlan(a.countryCallingCode)}}if(s.possibleLengths())return isPossibleNumber(a.phone||a.nationalNumber,s);if(a.countryCallingCode&&s.isNonGeographicCallingCode(a.countryCallingCode))return!0;throw Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}function isPossibleNumber(a,c){return"IS_POSSIBLE"===checkNumberLength(a,c)}function matchesEntirely(a,c){return a=a||"",RegExp("^(?:"+c+")$").test(a)}function getNumberType_createForOfIteratorHelperLoose(a,c){var s="undefined"!=typeof Symbol&&a[Symbol.iterator]||a["@@iterator"];if(s)return(s=s.call(a)).next.bind(s);if(Array.isArray(a)||(s=getNumberType_unsupportedIterableToArray(a))||c&&a&&"number"==typeof a.length){s&&(a=s);var d=0;return function(){return d>=a.length?{done:!0}:{done:!1,value:a[d++]}}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function getNumberType_unsupportedIterableToArray(a,c){if(a){if("string"==typeof a)return getNumberType_arrayLikeToArray(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(a);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return getNumberType_arrayLikeToArray(a,c)}}function getNumberType_arrayLikeToArray(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);sc.possibleLengths().indexOf(a.length))&&matchesEntirely(a,c.pattern())}function isValidNumber(a,c,s){return(c=c||{},(s=new k(s)).selectNumberingPlan(a.country,a.countryCallingCode),s.hasTypes())?void 0!==getNumberType(a,c,s.metadata):matchesEntirely(c.v2?a.nationalNumber:a.phone,s.nationalNumberPattern())}function getPossibleCountriesForNumber(a,c,s){var d=new k(s).getCountryCodesForCallingCode(a);return d?d.filter(function(a){return couldNationalNumberBelongToCountry(c,a,s)}):[]}function couldNationalNumberBelongToCountry(a,c,s){var d=new k(s);return d.selectNumberingPlan(c),d.numberingPlan.possibleLengths().indexOf(a.length)>=0}function applyInternationalSeparatorStyle(a){return a.replace(RegExp("[".concat(p,"]+"),"g")," ").trim()}var O=/(\$\d)/;function formatNationalNumberUsingFormat(a,c,s){var d=s.useInternationalFormat,u=s.withNationalPrefix;s.carrierCode,s.metadata;var p=a.replace(new RegExp(c.pattern()),d?c.internationalFormat():u&&c.nationalPrefixFormattingRule()?c.format().replace(O,c.nationalPrefixFormattingRule()):c.format());return d?applyInternationalSeparatorStyle(p):p}var F=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function getIddPrefix(a,c,s){var d=new k(s);return(d.selectNumberingPlan(a,c),d.defaultIDDPrefix())?d.defaultIDDPrefix():F.test(d.IDDPrefix())?d.IDDPrefix():void 0}function formatRFC3966(a){var c=a.number,s=a.ext;if(!c)return"";if("+"!==c[0])throw Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(c).concat(s?";ext="+s:"")}function format_createForOfIteratorHelperLoose(a,c){var s="undefined"!=typeof Symbol&&a[Symbol.iterator]||a["@@iterator"];if(s)return(s=s.call(a)).next.bind(s);if(Array.isArray(a)||(s=format_unsupportedIterableToArray(a))||c&&a&&"number"==typeof a.length){s&&(a=s);var d=0;return function(){return d>=a.length?{done:!0}:{done:!1,value:a[d++]}}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function format_unsupportedIterableToArray(a,c){if(a){if("string"==typeof a)return format_arrayLikeToArray(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(a);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return format_arrayLikeToArray(a,c)}}function format_arrayLikeToArray(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s0){var p=u.leadingDigitsPatterns()[u.leadingDigitsPatterns().length-1];if(0!==c.search(p))continue}if(matchesEntirely(c,u.pattern()))return u}}function formatIDD(a,c,s,d,u){if(getCountryCallingCode(d,u.metadata)===s){var p=formatNationalNumber(a,c,"NATIONAL",u);return"1"===s?s+" "+p:p}var h=getIddPrefix(d,void 0,u.metadata);if(h)return"".concat(h," ").concat(s," ").concat(formatNationalNumber(a,null,"INTERNATIONAL",u))}function PhoneNumber_ownKeys(a,c){var s=Object.keys(a);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(a);c&&(d=d.filter(function(c){return Object.getOwnPropertyDescriptor(a,c).enumerable})),s.push.apply(s,d)}return s}function PhoneNumber_objectSpread(a){for(var c=1;c0)||"0"!==h[1])return a}}}function extractNationalNumberFromPossiblyIncompleteNumber(a,c){if(a&&c.numberingPlan.nationalPrefixForParsing()){var s=RegExp("^(?:"+c.numberingPlan.nationalPrefixForParsing()+")"),d=s.exec(a);if(d){var u,p,h,v=d.length-1,g=v>0&&d[v];if(c.nationalPrefixTransformRule()&&g)u=a.replace(s,c.nationalPrefixTransformRule()),v>1&&(p=d[1]);else{var y=d[0];u=a.slice(y.length),g&&(p=d[1])}if(g){var m=a.indexOf(d[1]);a.slice(0,m)===c.numberingPlan.nationalPrefix()&&(h=c.numberingPlan.nationalPrefix())}else h=d[0];return{nationalNumber:u,nationalPrefix:h,carrierCode:p}}}return{nationalNumber:a}}function extractNationalNumber(a,c){var s=extractNationalNumberFromPossiblyIncompleteNumber(a,c),d=s.carrierCode,u=s.nationalNumber;return u!==a&&(!shouldHaveExtractedNationalPrefix(a,u,c)||c.possibleLengths()&&!isPossibleIncompleteNationalNumber(u,c))?{nationalNumber:a}:{nationalNumber:u,carrierCode:d}}function shouldHaveExtractedNationalPrefix(a,c,s){return!matchesEntirely(a,s.nationalNumberPattern())||!!matchesEntirely(c,s.nationalNumberPattern())}function isPossibleIncompleteNationalNumber(a,c){switch(checkNumberLength(a,c)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(a,c,s,d){var u=c?getCountryCallingCode(c,d):s;if(0===a.indexOf(u)){(d=new k(d)).selectNumberingPlan(c,s);var p=a.slice(u.length),h=extractNationalNumber(p,d).nationalNumber,v=extractNationalNumber(a,d).nationalNumber;if(!matchesEntirely(v,d.nationalNumberPattern())&&matchesEntirely(h,d.nationalNumberPattern())||"TOO_LONG"===checkNumberLength(v,d))return{countryCallingCode:u,number:p}}return{number:a}}function extractCountryCallingCode_extractCountryCallingCode(a,c,s,d){if(!a)return{};if("+"!==a[0]){var u,p=stripIddPrefix(a,c,s,d);if(p&&p!==a)u=!0,a="+"+p;else{if(c||s){var h=extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(a,c,s,d),v=h.countryCallingCode,g=h.number;if(v)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:v,number:g}}return{number:a}}}if("0"===a[1])return{};d=new k(d);for(var y=2;y-1<=3&&y<=a.length;){var m=a.slice(1,y);if(d.hasCallingCode(m))return d.selectNumberingPlan(m),{countryCallingCodeSource:u?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:m,number:a.slice(y)};y++}return{}}function getCountryByNationalNumber_createForOfIteratorHelperLoose(a,c){var s="undefined"!=typeof Symbol&&a[Symbol.iterator]||a["@@iterator"];if(s)return(s=s.call(a)).next.bind(s);if(Array.isArray(a)||(s=getCountryByNationalNumber_unsupportedIterableToArray(a))||c&&a&&"number"==typeof a.length){s&&(a=s);var d=0;return function(){return d>=a.length?{done:!0}:{done:!1,value:a[d++]}}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function getCountryByNationalNumber_unsupportedIterableToArray(a,c){if(a){if("string"==typeof a)return getCountryByNationalNumber_arrayLikeToArray(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(a);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return getCountryByNationalNumber_arrayLikeToArray(a,c)}}function getCountryByNationalNumber_arrayLikeToArray(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s0)return h[0]}function getCountryByCallingCode(a,c){var s=c.nationalNumber,d=c.defaultCountry,u=c.metadata,p=u.getCountryCodesForCallingCode(a);return p?1===p.length?p[0]:getCountryByNationalNumber(s,{countries:p,defaultCountry:d,metadata:u.metadata}):void 0}var T="(["+u+"]|[\\-\\.\\(\\)]?)",B=RegExp("^\\+"+T+"*["+u+"]"+T+"*$","g"),N=RegExp("^(["+u+"]+((\\-)*["+u+"])*\\.)*[a-zA-Z]+((\\-)*["+u+"])*\\.?$","g"),$="tel:",L=";phone-context=";function extractPhoneContext(a){var c=a.indexOf(L);if(c<0)return null;var s=c+L.length;if(s>=a.length)return"";var d=a.indexOf(";",s);return d>=0?a.substring(s,d):a.substring(s)}function isPhoneContextValid(a){return null===a||0!==a.length&&(B.test(a)||N.test(a))}function extractFormattedPhoneNumberFromPossibleRfc3966NumberUri(a,c){var s=c.extractFormattedPhoneNumber,d=extractPhoneContext(a);if(!isPhoneContextValid(d))throw new v("NOT_A_NUMBER");if(null===d)u=s(a)||"";else{u="","+"===d.charAt(0)&&(u+=d);var u,p,h=a.indexOf($);p=h>=0?h+$.length:0;var g=a.indexOf(L);u+=a.substring(p,g)}var y=u.indexOf(";isub=");if(y>0&&(u=u.substring(0,y)),""!==u)return u}var W=RegExp("["+h+u+"]"),H=RegExp("[^"+u+"#]+$");function parse(a,c,s){if(c=c||{},s=new k(s),c.defaultCountry&&!s.hasCountry(c.defaultCountry)){if(c.v2)throw new v("INVALID_COUNTRY");throw Error("Unknown country: ".concat(c.defaultCountry))}var d=parseInput(a,c.v2,c.extract),u=d.number,p=d.ext,h=d.error;if(!u){if(c.v2){if("TOO_SHORT"===h)throw new v("TOO_SHORT");throw new v("NOT_A_NUMBER")}return{}}var g=parsePhoneNumber(u,c.defaultCountry,c.defaultCallingCode,s),y=g.country,m=g.nationalNumber,M=g.countryCallingCode,b=g.countryCallingCodeSource,I=g.carrierCode;if(!s.hasSelectedNumberingPlan()){if(c.v2)throw new v("INVALID_COUNTRY");return{}}if(!m||m.length<2){if(c.v2)throw new v("TOO_SHORT");return{}}if(m.length>17){if(c.v2)throw new v("TOO_LONG");return{}}if(c.v2){var C=new j(M,m,s.metadata);return y&&(C.country=y),I&&(C.carrierCode=I),p&&(C.ext=p),C.__countryCallingCodeSource=b,C}var x=(c.extended?!!s.hasSelectedNumberingPlan():!!y)&&matchesEntirely(m,s.nationalNumberPattern());return c.extended?{country:y,countryCallingCode:M,carrierCode:I,valid:x,possible:!!x||!!(!0===c.extended&&s.possibleLengths()&&isPossibleNumber(m,s)),phone:m,ext:p}:x?result(y,m,p):{}}function _extractFormattedPhoneNumber(a,c,s){if(a){if(a.length>250){if(s)throw new v("TOO_LONG");return}if(!1===c)return a;var d=a.search(W);if(!(d<0))return a.slice(d).replace(H,"")}}function parseInput(a,c,s){var d=extractFormattedPhoneNumberFromPossibleRfc3966NumberUri(a,{extractFormattedPhoneNumber:function(a){return _extractFormattedPhoneNumber(a,s,c)}});if(!d)return{};if(!isViablePhoneNumber_isViablePhoneNumber(d))return isViablePhoneNumberStart(d)?{error:"TOO_SHORT"}:{};var u=extractExtension(d);return u.ext?u:{number:d}}function result(a,c,s){var d={country:a,phone:c};return s&&(d.ext=s),d}function parsePhoneNumber(a,c,s,d){var u,p=extractCountryCallingCode_extractCountryCallingCode(parseIncompletePhoneNumber(a),c,s,d.metadata),h=p.countryCallingCodeSource,v=p.countryCallingCode,g=p.number;if(v)d.selectNumberingPlan(v);else{if(!g||!c&&!s)return{};d.selectNumberingPlan(c,s),c&&(u=c),v=s||getCountryCallingCode(c,d.metadata)}if(!g)return{countryCallingCodeSource:h,countryCallingCode:v};var y=extractNationalNumber(parseIncompletePhoneNumber(g),d),m=y.nationalNumber,k=y.carrierCode,M=getCountryByCallingCode(v,{nationalNumber:m,defaultCountry:c,metadata:d});return M&&(u=M,"001"===M||d.country(u)),{country:u,countryCallingCode:v,countryCallingCodeSource:h,nationalNumber:m,carrierCode:k}}function parsePhoneNumberWithError_ownKeys(a,c){var s=Object.keys(a);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(a);c&&(d=d.filter(function(c){return Object.getOwnPropertyDescriptor(a,c).enumerable})),s.push.apply(s,d)}return s}function parsePhoneNumberWithError_objectSpread(a){for(var c=1;ca.length)&&(c=a.length);for(var s=0,d=Array(c);s=a.length?{done:!0}:{done:!1,value:a[d++]}}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function AsYouTypeFormatter_util_unsupportedIterableToArray(a,c){if(a){if("string"==typeof a)return AsYouTypeFormatter_util_arrayLikeToArray(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(a);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return AsYouTypeFormatter_util_arrayLikeToArray(a,c)}}function AsYouTypeFormatter_util_arrayLikeToArray(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s1;)1&c&&(s+=a),c>>=1,a+=a;return s+a}function cutAndStripNonPairedParens(a,c){return")"===a[c]&&c++,stripNonPairedParens(a.slice(0,c))}function stripNonPairedParens(a){for(var c=[],s=0;sa.slice(c+1).search(q))return;c=a.search(q),a=a.replace(q,p)}return[a,c]}function formatCompleteNumber(a,c,s){var d=s.metadata,u=s.shouldTryNationalPrefixFormattingRule,p=s.getSeparatorAfterNationalPrefix;if(new RegExp("^(?:".concat(c.pattern(),")$")).test(a.nationalSignificantNumber))return formatNationalNumberWithAndWithoutNationalPrefixFormattingRule(a,c,{metadata:d,shouldTryNationalPrefixFormattingRule:u,getSeparatorAfterNationalPrefix:p})}function canFormatCompleteNumber(a,c){return"IS_POSSIBLE"===checkNumberLength(a,c)}function formatNationalNumberWithAndWithoutNationalPrefixFormattingRule(a,c,s){var d=s.metadata,u=s.shouldTryNationalPrefixFormattingRule,p=s.getSeparatorAfterNationalPrefix;if(a.nationalSignificantNumber,a.international,a.nationalPrefix,a.carrierCode,u(c)){var h=AsYouTypeFormatter_complete_formatNationalNumber(a,c,{useNationalPrefixFormattingRule:!0,getSeparatorAfterNationalPrefix:p,metadata:d});if(h)return h}return AsYouTypeFormatter_complete_formatNationalNumber(a,c,{useNationalPrefixFormattingRule:!1,getSeparatorAfterNationalPrefix:p,metadata:d})}function AsYouTypeFormatter_complete_formatNationalNumber(a,c,s){var d=s.metadata,u=s.useNationalPrefixFormattingRule,p=s.getSeparatorAfterNationalPrefix,h=formatNationalNumberUsingFormat(a.nationalSignificantNumber,c,{carrierCode:a.carrierCode,useInternationalFormat:a.international,withNationalPrefix:u,metadata:d});if(!u&&(a.nationalPrefix?h=a.nationalPrefix+p(c)+h:a.complexPrefixBeforeNationalSignificantNumber&&(h=a.complexPrefixBeforeNationalSignificantNumber+" "+h)),isValidFormattedNationalNumber(h,a))return h}function isValidFormattedNationalNumber(a,c){return parseDigits(a)===c.getNationalDigits()}function AsYouTypeFormatter_PatternParser_classCallCheck(a,c){if(!(a instanceof c))throw TypeError("Cannot call a class as a function")}function AsYouTypeFormatter_PatternParser_defineProperties(a,c){for(var s=0;s=a.length?{done:!0}:{done:!1,value:a[d++]}}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function AsYouTypeFormatter_PatternMatcher_unsupportedIterableToArray(a,c){if(a){if("string"==typeof a)return AsYouTypeFormatter_PatternMatcher_arrayLikeToArray(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(a);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return AsYouTypeFormatter_PatternMatcher_arrayLikeToArray(a,c)}}function AsYouTypeFormatter_PatternMatcher_arrayLikeToArray(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s1&&void 0!==arguments[1]?arguments[1]:{},s=c.allowOverflow;if(!a)throw Error("String is required");var d=_match(a.split(""),this.matchTree,!0);if(d&&d.match&&delete d.matchedChars,!d||!d.overflow||s)return d}}]),PatternMatcher}();function _match(a,c,s){if("string"==typeof c){var d=a.join("");return 0===c.indexOf(d)?a.length===c.length?{match:!0,matchedChars:a}:{partialMatch:!0}:0===d.indexOf(c)?s&&a.length>c.length?{overflow:!0}:{match:!0,matchedChars:a.slice(0,c.length)}:void 0}if(Array.isArray(c)){for(var u=a.slice(),p=0;p=a.length?{done:!0}:{done:!1,value:a[d++]}}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function AsYouTypeFormatter_unsupportedIterableToArray(a,c){if(a){if("string"==typeof a)return AsYouTypeFormatter_arrayLikeToArray(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(a);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return AsYouTypeFormatter_arrayLikeToArray(a,c)}}function AsYouTypeFormatter_arrayLikeToArray(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s=0)){var s=this.getTemplateForFormat(a,c);if(s)return this.setNationalNumberTemplate(s,c),!0}}},{key:"getSeparatorAfterNationalPrefix",value:function(a){return this.isNANP||a&&a.nationalPrefixFormattingRule()&&Z.test(a.nationalPrefixFormattingRule())?" ":""}},{key:"getInternationalPrefixBeforeCountryCallingCode",value:function(a,c){var s=a.IDDPrefix,d=a.missingPlus;return s?c&&!1===c.spacing?s:s+" ":d?"":"+"}},{key:"getTemplate",value:function(a){if(this.template){for(var c=-1,s=0,d=a.international?this.getInternationalPrefixBeforeCountryCallingCode(a,{spacing:!1}):"";sg.length)){var y=RegExp("^"+v+"$"),m=d.replace(/\d/g,"9");y.test(m)&&(g=m);var k=this.getFormatFormat(a,u);if(this.shouldTryNationalPrefixFormattingRule(a,{international:u,nationalPrefix:p})){var M=k.replace(O,a.nationalPrefixFormattingRule());if(parseDigits(a.nationalPrefixFormattingRule())===(p||"")+parseDigits("$1")&&(k=M,s=!0,p))for(var b=p.length;b>0;)k=k.replace(/\d/,"x"),b--}var I=g.replace(new RegExp(v),k).replace(/9/g,"x");return!s&&(h?I=repeat("x",h.length)+" "+I:p&&(I=repeat("x",p.length)+this.getSeparatorAfterNationalPrefix(a)+I)),u&&(I=applyInternationalSeparatorStyle(I)),I}}},{key:"formatNextNationalNumberDigits",value:function(a){var c=populateTemplateWithDigits(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition,a);if(!c){this.resetFormat();return}return this.populatedNationalNumberTemplate=c[0],this.populatedNationalNumberTemplatePosition=c[1],cutAndStripNonPairedParens(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition+1)}},{key:"shouldTryNationalPrefixFormattingRule",value:function(a,c){var s=c.international,d=c.nationalPrefix;if(a.nationalPrefixFormattingRule()){var u=a.usesNationalPrefix();if(u&&d||!u&&!s)return!0}}}]),AsYouTypeFormatter}();function AsYouTypeParser_slicedToArray(a,c){return AsYouTypeParser_arrayWithHoles(a)||AsYouTypeParser_iterableToArrayLimit(a,c)||AsYouTypeParser_unsupportedIterableToArray(a,c)||AsYouTypeParser_nonIterableRest()}function AsYouTypeParser_nonIterableRest(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function AsYouTypeParser_unsupportedIterableToArray(a,c){if(a){if("string"==typeof a)return AsYouTypeParser_arrayLikeToArray(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(a);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return AsYouTypeParser_arrayLikeToArray(a,c)}}function AsYouTypeParser_arrayLikeToArray(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s=3;if(c.appendDigits(a),d&&this.extractIddPrefix(c),this.isWaitingForCountryCallingCode(c)){if(!this.extractCountryCallingCode(c))return}else c.appendNationalSignificantNumberDigits(a);c.international||this.hasExtractedNationalSignificantNumber||this.extractNationalSignificantNumber(c.getNationalDigits(),function(a){return c.update(a)})}},{key:"isWaitingForCountryCallingCode",value:function(a){var c=a.international,s=a.callingCode;return c&&!s}},{key:"extractCountryCallingCode",value:function(a){var c=extractCountryCallingCode_extractCountryCallingCode("+"+a.getDigitsWithoutInternationalPrefix(),this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),s=c.countryCallingCode,d=c.number;if(s)return a.setCallingCode(s),a.update({nationalSignificantNumber:d}),!0}},{key:"reset",value:function(a){if(a){this.hasSelectedNumberingPlan=!0;var c=a._nationalPrefixForParsing();this.couldPossiblyExtractAnotherNationalSignificantNumber=c&&en.test(c)}else this.hasSelectedNumberingPlan=void 0,this.couldPossiblyExtractAnotherNationalSignificantNumber=void 0}},{key:"extractNationalSignificantNumber",value:function(a,c){if(this.hasSelectedNumberingPlan){var s=extractNationalNumberFromPossiblyIncompleteNumber(a,this.metadata),d=s.nationalPrefix,u=s.nationalNumber,p=s.carrierCode;if(u!==a)return this.onExtractedNationalNumber(d,p,u,a,c),!0}}},{key:"extractAnotherNationalSignificantNumber",value:function(a,c,s){if(!this.hasExtractedNationalSignificantNumber)return this.extractNationalSignificantNumber(a,s);if(this.couldPossiblyExtractAnotherNationalSignificantNumber){var d=extractNationalNumberFromPossiblyIncompleteNumber(a,this.metadata),u=d.nationalPrefix,p=d.nationalNumber,h=d.carrierCode;if(p!==c)return this.onExtractedNationalNumber(u,h,p,a,s),!0}}},{key:"onExtractedNationalNumber",value:function(a,c,s,d,u){var p,h,v=d.lastIndexOf(s);if(v>=0&&v===d.length-s.length){h=!0;var g=d.slice(0,v);g!==a&&(p=g)}u({nationalPrefix:a,carrierCode:c,nationalSignificantNumber:s,nationalSignificantNumberMatchesInput:h,complexPrefixBeforeNationalSignificantNumber:p}),this.hasExtractedNationalSignificantNumber=!0,this.onNationalSignificantNumberChange()}},{key:"reExtractNationalSignificantNumber",value:function(a){return!!this.extractAnotherNationalSignificantNumber(a.getNationalDigits(),a.nationalSignificantNumber,function(c){return a.update(c)})||(this.extractIddPrefix(a)||this.fixMissingPlus(a)?(this.extractCallingCodeAndNationalSignificantNumber(a),!0):void 0)}},{key:"extractIddPrefix",value:function(a){var c=a.international,s=a.IDDPrefix,d=a.digits;if(a.nationalSignificantNumber,!c&&!s){var u=stripIddPrefix(d,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata);if(void 0!==u&&u!==d)return a.update({IDDPrefix:d.slice(0,d.length-u.length)}),this.startInternationalNumber(a,{country:void 0,callingCode:void 0}),!0}}},{key:"fixMissingPlus",value:function(a){if(!a.international){var c=extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(a.digits,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),s=c.countryCallingCode;if(c.number,s)return a.update({missingPlus:!0}),this.startInternationalNumber(a,{country:a.country,callingCode:s}),!0}}},{key:"startInternationalNumber",value:function(a,c){var s=c.country,d=c.callingCode;a.startInternationalNumber(s,d),a.nationalSignificantNumber&&(a.resetNationalSignificantNumber(),this.onNationalSignificantNumberChange(),this.hasExtractedNationalSignificantNumber=void 0)}},{key:"extractCallingCodeAndNationalSignificantNumber",value:function(a){this.extractCountryCallingCode(a)&&this.extractNationalSignificantNumber(a.getNationalDigits(),function(c){return a.update(c)})}}]),AsYouTypeParser}();function extractFormattedPhoneNumber(a){var c,s=a.search(et);if(!(s<0))return"+"===(a=a.slice(s))[0]&&(c=!0,a=a.slice(1)),a=a.replace(ea,""),c&&(a="+"+a),a}function _extractFormattedDigitsAndPlus(a){var c=extractFormattedPhoneNumber(a)||"";return"+"===c[0]?[c.slice(1),!0]:[c]}function extractFormattedDigitsAndPlus(a){var c=AsYouTypeParser_slicedToArray(_extractFormattedDigitsAndPlus(a),2),s=c[0],d=c[1];return ee.test(s)||(s=""),[s,d]}function AsYouType_slicedToArray(a,c){return AsYouType_arrayWithHoles(a)||AsYouType_iterableToArrayLimit(a,c)||AsYouType_unsupportedIterableToArray(a,c)||AsYouType_nonIterableRest()}function AsYouType_nonIterableRest(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function AsYouType_unsupportedIterableToArray(a,c){if(a){if("string"==typeof a)return AsYouType_arrayLikeToArray(a,c);var s=Object.prototype.toString.call(a).slice(8,-1);if("Object"===s&&a.constructor&&(s=a.constructor.name),"Map"===s||"Set"===s)return Array.from(a);if("Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return AsYouType_arrayLikeToArray(a,c)}}function AsYouType_arrayLikeToArray(a,c){(null==c||c>a.length)&&(c=a.length);for(var s=0,d=Array(c);s1}},{key:"determineTheCountry",value:function(){this.state.setCountry(getCountryByCallingCode(this.isInternational()?this.state.callingCode:this.defaultCallingCode,{nationalNumber:this.state.nationalSignificantNumber,defaultCountry:this.defaultCountry,metadata:this.metadata}))}},{key:"getNumberValue",value:function(){var a=this.state,c=a.digits,s=a.callingCode,d=a.country,u=a.nationalSignificantNumber;if(c){if(this.isInternational())return s?"+"+s+u:"+"+c;if(d||s)return"+"+(d?this.metadata.countryCallingCode():s)+u}}},{key:"getNumber",value:function(){var a=this.state,c=a.nationalSignificantNumber,s=a.carrierCode,d=a.callingCode,u=this._getCountry();if(c&&(u||d)){if(u&&u===this.defaultCountry){var p=new k(this.metadata.metadata);p.selectNumberingPlan(u);var h=p.numberingPlan.callingCode(),v=this.metadata.getCountryCodesForCallingCode(h);if(v.length>1){var g=getCountryByNationalNumber(c,{countries:v,defaultCountry:this.defaultCountry,metadata:this.metadata.metadata});g&&(u=g)}}var y=new j(u||d,c,this.metadata.metadata);return s&&(y.carrierCode=s),y}}},{key:"isPossible",value:function(){var a=this.getNumber();return!!a&&a.isPossible()}},{key:"isValid",value:function(){var a=this.getNumber();return!!a&&a.isValid()}},{key:"getNationalNumber",value:function(){return this.state.nationalSignificantNumber}},{key:"getChars",value:function(){return(this.state.international?"+":"")+this.state.digits}},{key:"getTemplate",value:function(){return this.formatter.getTemplate(this.state)||this.getNonFormattedTemplate()||""}}]),AsYouType}(),el=s(78186);function cutInitCountryCodePreprocessor({countryIsoCode:a,metadata:c}){let s=!0;return({elementState:d,data:u})=>{if(!s)return{elementState:d,data:u};let{value:p,selection:h}=d;s=!1;try{let s=parsePhoneNumberWithError_parsePhoneNumberWithError(p,a,c),d=getCountryCallingCode(a,c),u=`+${d} ${s.nationalNumber}`;return{elementState:{value:u,selection:h}}}catch(a){return{elementState:d}}}}function cutPhoneByValidLength({phone:a,metadata:c}){let s=validatePhoneNumberLength(a,c);return"TOO_LONG"===s?cutPhoneByValidLength({phone:a.slice(0,a.length-1),metadata:c}):a}function generatePhoneMask({value:a,template:c,prefix:s}){return[...s,...c?c.slice(s.length).split("").map(a=>"x"===a||/\d/.test(a)?/\d/:a):Array(Math.max(a.length-s.length,s.length)).fill(/\d/)]}function maskitoGetCountryFromNumber(a,c){let s=new eo({},c);return s.input(a),s.getCountry()}function getPhoneTemplate(a,c,s){a.input(c.replace(/[^\d+]/g,""));let d=a.getTemplate(),u=d.split(" "),p=u.length>1?`${u.slice(0,2).join(" ")} ${u.slice(2).join(s)}`:d;return a.reset(),p.trim()}function selectTemplate({currentTemplate:a,newTemplate:c,currentPhoneLength:s,newPhoneLength:d}){return c.lengths?a:c}function phoneLengthPostprocessorGenerator(a){return({value:c,selection:s})=>({value:c.length>3?cutPhoneByValidLength({phone:c,metadata:a}):c,selection:s})}function validatePhonePreprocessorGenerator({prefix:a,countryIsoCode:c,metadata:s}){return({elementState:d,data:u})=>{let{selection:p,value:h}=d,[v]=p,g=v{let c=getPhoneTemplate(u,a,s),d=a.replace(/\D/g,"").length;return p=selectTemplate({currentTemplate:p,newTemplate:c,currentPhoneLength:h,newPhoneLength:d}),h=d,1===p.length?["+",/\d/]:generatePhoneMask({value:a,template:p,prefix:"+"})},postprocessors:[phoneLengthPostprocessorGenerator(c)],preprocessors:[validatePhonePreprocessorGenerator({prefix:"+",countryIsoCode:a,metadata:c})]})}function maskitoPhoneStrictOptionsGenerator({countryIsoCode:a,metadata:c,separator:s="-"}){let u=getCountryCallingCode(a,c),p=new eo(a,c),h=`+${u} `,v="",g=0;return Object.assign(Object.assign({},d.A_),{mask:({value:a})=>{let c=getPhoneTemplate(p,a,s),d=a.replace(/\D/g,"").length;return v=selectTemplate({currentTemplate:v,newTemplate:c,currentPhoneLength:g,newPhoneLength:d}),g=d,generatePhoneMask({value:a,template:v,prefix:h})},plugins:[(0,el.maskitoCaretGuard)((a,[c,s])=>[c===s?h.length:0,a.length]),(0,el.maskitoRemoveOnBlurPlugin)(h),(0,el.maskitoAddOnFocusPlugin)(h)],postprocessors:[(0,el.maskitoPrefixPostprocessorGenerator)(h),phoneLengthPostprocessorGenerator(c)],preprocessors:[cutInitCountryCodePreprocessor({countryIsoCode:a,metadata:c}),validatePhonePreprocessorGenerator({prefix:h,countryIsoCode:a,metadata:c})]})}function maskitoPhoneOptionsGenerator({countryIsoCode:a,metadata:c,strict:s=!0,separator:d="-"}){return s&&a?maskitoPhoneStrictOptionsGenerator({countryIsoCode:a,metadata:c,separator:d}):maskitoPhoneNonStrictOptionsGenerator({defaultIsoCode:a,metadata:c,separator:d})}},8417:function(a,c,s){"use strict";function sheetForTag(a){if(a.sheet)return a.sheet;for(var c=0;c0?Utility_charat(M,--m):0,g--,10===k&&(g=1,v--),k}function next(){return k=m2||token(k)>3?"":" "}function escaping(a,c){for(var s;--c&&next()&&!(k<48)&&!(k>102)&&(!(k>57)||!(k<65))&&(!(k>70)||!(k<97)););return s=m+(c<6&&32==peek()&&32==next()),Utility_substr(M,a,s)}function delimiter(a){for(;next();)switch(k){case a:return m;case 34:case 39:34!==a&&39!==a&&delimiter(k);break;case 40:41===a&&delimiter(a);break;case 92:next()}return m}function commenter(a,c){for(;next();)if(a+k===57)break;else if(a+k===84&&47===peek())break;return"/*"+Utility_substr(M,c,m-1)+"*"+p(47===a?a:next())}function identifier(a){for(;!token(peek());)next();return Utility_substr(M,a,m)}var b="-ms-",I="-moz-",C="-webkit-",x="comm",R="rule",S="decl",_="@keyframes";function Serializer_serialize(a,c){for(var s="",d=a.length,u=0;u0&&Utility_strlen(j)-b&&Utility_append(C>32?declaration(j+";",d,s,b-1):declaration(Utility_replace(j," ","")+";",d,s,b-2),y);break;case 59:j+=";";default:if(Utility_append(D=ruleset(j,c,s,k,M,u,g,P,O=[],F=[],b),h),123===w){if(0===M)parse(j,c,D,D,O,h,b,g,F);else switch(99===I&&110===Utility_charat(j,3)?100:I){case 100:case 108:case 109:case 115:parse(a,D,D,d&&Utility_append(ruleset(a,D,D,0,0,u,g,P,u,O=[],b),F),u,F,b,g,d?O:F);break;default:parse(j,D,D,D,[""],F,0,g,F)}}}k=M=C=0,R=_=1,P=j="",b=v;break;case 58:b=1+Utility_strlen(j),C=x;default:if(R<1){if(123==w)--R;else if(125==w&&0==R++&&125==prev())continue}switch(j+=p(w),w*R){case 38:_=M>0?1:(j+="\f",-1);break;case 44:g[k++]=(Utility_strlen(j)-1)*_,_=1;break;case 64:45===peek()&&(j+=delimit(next())),I=peek(),M=b=Utility_strlen(P=j+=identifier(m)),w++;break;case 45:45===x&&2==Utility_strlen(j)&&(R=0)}}return h}function ruleset(a,c,s,d,p,h,v,g,y,m,k){for(var M=p-1,b=0===p?h:[""],I=b.length,C=0,x=0,S=0;C0?b[_]+" "+w:Utility_replace(w,/&\f/g,b[_])).trim())&&(y[S++]=P);return node(a,c,s,0===p?R:g,y,m,k)}function comment(a,c,s){return node(a,c,s,x,p(Tokenizer_char()),Utility_substr(a,2,-2),0)}function declaration(a,c,s,d){return node(a,c,s,S,Utility_substr(a,0,d),Utility_substr(a,d+1,-1),d)}var identifierWithPointTracking=function(a,c,s){for(var d=0,u=0;d=u,u=peek(),38===d&&12===u&&(c[s]=1),!token(u);)next();return Utility_substr(M,a,m)},toRules=function(a,c){var s=-1,d=44;do switch(token(d)){case 0:38===d&&12===peek()&&(c[s]=1),a[s]+=identifierWithPointTracking(m-1,c,s);break;case 2:a[s]+=delimit(d);break;case 4:if(44===d){a[++s]=58===peek()?"&\f":"",c[s]=a[s].length;break}default:a[s]+=p(d)}while(d=next());return a},getRules=function(a,c){var s;return s=toRules(alloc(a),c),M="",s},w=new WeakMap,compat=function(a){if("rule"===a.type&&a.parent&&!(a.length<1)){for(var c=a.value,s=a.parent,d=a.column===s.column&&a.line===s.line;"rule"!==s.type;)if(!(s=s.parent))return;if((1!==a.props.length||58===c.charCodeAt(0)||w.get(s))&&!d){w.set(a,!0);for(var u=[],p=getRules(c,u),h=s.props,v=0,g=0;v6)switch(Utility_charat(a,c+1)){case 109:if(45!==Utility_charat(a,c+4))break;case 102:return Utility_replace(a,/(.+:)(.+)-([^]+)/,"$1"+C+"$2-$3$1"+I+(108==Utility_charat(a,c+3)?"$3":"$2-$3"))+a;case 115:return~indexof(a,"stretch")?emotion_cache_browser_esm_prefix(Utility_replace(a,"stretch","fill-available"),c)+a:a}break;case 4949:if(115!==Utility_charat(a,c+1))break;case 6444:switch(Utility_charat(a,Utility_strlen(a)-3-(~indexof(a,"!important")&&10))){case 107:return Utility_replace(a,":",":"+C)+a;case 101:return Utility_replace(a,/(.+:)([^;!]+)(;|!.+)?/,"$1"+C+(45===Utility_charat(a,14)?"inline-":"")+"box$3$1"+C+"$2$3$1"+b+"$2box$3")+a}break;case 5936:switch(Utility_charat(a,c+11)){case 114:return C+a+b+Utility_replace(a,/[svh]\w+-[tblr]{2}/,"tb")+a;case 108:return C+a+b+Utility_replace(a,/[svh]\w+-[tblr]{2}/,"tb-rl")+a;case 45:return C+a+b+Utility_replace(a,/[svh]\w+-[tblr]{2}/,"lr")+a}return C+a+b+a+a}return a}var P=[function(a,c,s,d){if(a.length>-1&&!a.return)switch(a.type){case S:a.return=emotion_cache_browser_esm_prefix(a.value,a.length);break;case _:return Serializer_serialize([Tokenizer_copy(a,{value:Utility_replace(a.value,"@","@"+C)})],d);case R:if(a.length)return Utility_combine(a.props,function(c){switch(Utility_match(c,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Serializer_serialize([Tokenizer_copy(a,{props:[Utility_replace(c,/:(read-\w+)/,":"+I+"$1")]})],d);case"::placeholder":return Serializer_serialize([Tokenizer_copy(a,{props:[Utility_replace(c,/:(plac\w+)/,":"+C+"input-$1")]}),Tokenizer_copy(a,{props:[Utility_replace(c,/:(plac\w+)/,":"+I+"$1")]}),Tokenizer_copy(a,{props:[Utility_replace(c,/:(plac\w+)/,b+"input-$1")]})],d)}return""})}}],createCache=function(a){var c,s,u=a.key;if("css"===u){var p=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(p,function(a){-1!==a.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(a),a.setAttribute("data-s",""))})}var h=a.stylisPlugins||P,v={},g=[];c=a.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+u+' "]'),function(a){for(var c=a.getAttribute("data-emotion").split(" "),s=1;sc.charCodeAt(2))),d[a]})},45042:function(a,c,s){"use strict";function memoize(a){var c=Object.create(null);return function(s){return void 0===c[s]&&(c[s]=a(s)),c[s]}}s.d(c,{Z:function(){return memoize}})},79626:function(a,c,s){"use strict";s.d(c,{C:function(){return I},E:function(){return S},T:function(){return C},_:function(){return __unsafe_useEmotionCache},a:function(){return ThemeProvider},b:function(){return withTheme},c:function(){return createEmotionProps},h:function(){return M},i:function(){return k},u:function(){return useTheme},w:function(){return withEmotionCache}});var d=s(67294),u=s(8417),p=s(87462),weakMemoize=function(a){var c=new WeakMap;return function(s){if(c.has(s))return c.get(s);var d=a(s);return c.set(s,d),d}},h=s(8679),v=s.n(h),g=s(70444),y=s(48137),m=s(27278),k=!0,M={}.hasOwnProperty,b=d.createContext("undefined"!=typeof HTMLElement?(0,u.Z)({key:"css"}):null),I=b.Provider,__unsafe_useEmotionCache=function(){return(0,d.useContext)(b)},withEmotionCache=function(a){return(0,d.forwardRef)(function(c,s){return a(c,(0,d.useContext)(b),s)})};k||(withEmotionCache=function(a){return function(c){var s=(0,d.useContext)(b);return null===s?(s=(0,u.Z)({key:"css"}),d.createElement(b.Provider,{value:s},a(c,s))):a(c,s)}});var C=d.createContext({}),useTheme=function(){return d.useContext(C)},x=weakMemoize(function(a){return weakMemoize(function(c){return"function"==typeof c?c(a):(0,p.Z)({},a,c)})}),ThemeProvider=function(a){var c=d.useContext(C);return a.theme!==c&&(c=x(c)(a.theme)),d.createElement(C.Provider,{value:c},a.children)};function withTheme(a){var c=a.displayName||a.name||"Component",s=d.forwardRef(function(c,s){var u=d.useContext(C);return d.createElement(a,(0,p.Z)({theme:u,ref:s},c))});return s.displayName="WithTheme("+c+")",v()(s,a)}var R="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",createEmotionProps=function(a,c){var s={};for(var d in c)M.call(c,d)&&(s[d]=c[d]);return s[R]=a,s},Insertion=function(a){var c=a.cache,s=a.serialized,d=a.isStringTag;return(0,g.hC)(c,s,d),(0,m.L)(function(){return(0,g.My)(c,s,d)}),null},S=withEmotionCache(function(a,c,s){var u=a.css;"string"==typeof u&&void 0!==c.registered[u]&&(u=c.registered[u]);var p=a[R],h=[u],v="";"string"==typeof a.className?v=(0,g.fp)(c.registered,h,a.className):null!=a.className&&(v=a.className+" ");var m=(0,y.O)(h,void 0,d.useContext(C));v+=c.key+"-"+m.name;var k={};for(var b in a)M.call(a,b)&&"css"!==b&&b!==R&&(k[b]=a[b]);return k.ref=s,k.className=v,d.createElement(d.Fragment,null,d.createElement(Insertion,{cache:c,serialized:m,isStringTag:"string"==typeof p}),d.createElement(p,k))})},70917:function(a,c,s){"use strict";s.r(c),s.d(c,{CacheProvider:function(){return d.C},ClassNames:function(){return y},Global:function(){return g},ThemeContext:function(){return d.T},ThemeProvider:function(){return d.a},__unsafe_useEmotionCache:function(){return d._},createElement:function(){return jsx},css:function(){return css},jsx:function(){return jsx},keyframes:function(){return keyframes},useTheme:function(){return d.u},withEmotionCache:function(){return d.w},withTheme:function(){return d.b}});var d=s(79626),u=s(67294),p=s(70444),h=s(27278),v=s(48137);s(8417),s(8679);var jsx=function(a,c){var s=arguments;if(null==c||!d.h.call(c,"css"))return u.createElement.apply(void 0,s);var p=s.length,h=Array(p);h[0]=d.E,h[1]=(0,d.c)(a,c);for(var v=2;v=4;++d,u-=4)c=(65535&(c=255&a.charCodeAt(d)|(255&a.charCodeAt(++d))<<8|(255&a.charCodeAt(++d))<<16|(255&a.charCodeAt(++d))<<24))*1540483477+((c>>>16)*59797<<16),c^=c>>>24,s=(65535&c)*1540483477+((c>>>16)*59797<<16)^(65535&s)*1540483477+((s>>>16)*59797<<16);switch(u){case 3:s^=(255&a.charCodeAt(d+2))<<16;case 2:s^=(255&a.charCodeAt(d+1))<<8;case 1:s^=255&a.charCodeAt(d),s=(65535&s)*1540483477+((s>>>16)*59797<<16)}return s^=s>>>13,(((s=(65535&s)*1540483477+((s>>>16)*59797<<16))^s>>>15)>>>0).toString(36)}s.d(c,{O:function(){return serializeStyles}});var d,u={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},p=s(45042),h=/[A-Z]|^ms/g,v=/_EMO_([^_]+?)_([^]*?)_EMO_/g,isCustomProperty=function(a){return 45===a.charCodeAt(1)},isProcessableValue=function(a){return null!=a&&"boolean"!=typeof a},g=(0,p.Z)(function(a){return isCustomProperty(a)?a:a.replace(h,"-$&").toLowerCase()}),processStyleValue=function(a,c){switch(a){case"animation":case"animationName":if("string"==typeof c)return c.replace(v,function(a,c,s){return d={name:c,styles:s,next:d},c})}return 1===u[a]||isCustomProperty(a)||"number"!=typeof c||0===c?c:c+"px"};function handleInterpolation(a,c,s){if(null==s)return"";if(void 0!==s.__emotion_styles)return s;switch(typeof s){case"boolean":return"";case"object":if(1===s.anim)return d={name:s.name,styles:s.styles,next:d},s.name;if(void 0!==s.styles){var u=s.next;if(void 0!==u)for(;void 0!==u;)d={name:u.name,styles:u.styles,next:d},u=u.next;return s.styles+";"}return createStringFromObject(a,c,s);case"function":if(void 0!==a){var p=d,h=s(a);return d=p,handleInterpolation(a,c,h)}}if(null==c)return s;var v=c[s];return void 0!==v?v:s}function createStringFromObject(a,c,s){var d="";if(Array.isArray(s))for(var u=0;ua.charCodeAt(2)}),g=s(79626),y=s(70444),m=s(48137),k=s(27278),testOmitPropsOnComponent=function(a){return"theme"!==a},getDefaultShouldForwardProp=function(a){return"string"==typeof a&&a.charCodeAt(0)>96?v:testOmitPropsOnComponent},composeShouldForwardProps=function(a,c,s){var d;if(c){var u=c.shouldForwardProp;d=a.__emotion_forwardProp&&u?function(c){return a.__emotion_forwardProp(c)&&u(c)}:u}return"function"!=typeof d&&s&&(d=a.__emotion_forwardProp),d},Insertion=function(a){var c=a.cache,s=a.serialized,d=a.isStringTag;return(0,y.hC)(c,s,d),(0,k.L)(function(){return(0,y.My)(c,s,d)}),null},M=(function createStyled(a,c){var s,p,h=a.__emotion_real===a,v=h&&a.__emotion_base||a;void 0!==c&&(s=c.label,p=c.target);var k=composeShouldForwardProps(a,c,h),M=k||getDefaultShouldForwardProp(v),b=!M("as");return function(){var I=arguments,C=h&&void 0!==a.__emotion_styles?a.__emotion_styles.slice(0):[];if(void 0!==s&&C.push("label:"+s+";"),null==I[0]||void 0===I[0].raw)C.push.apply(C,I);else{C.push(I[0][0]);for(var x=I.length,R=1;Ra.querySelector("input,textarea")||a,d={mask:/^.*$/,preprocessors:[],postprocessors:[],plugins:[],overwriteMode:"shift"};let MaskHistory=class MaskHistory{constructor(){this.now=null,this.past=[],this.future=[]}undo(){let a=this.past.pop();a&&this.now&&(this.future.push(this.now),this.updateElement(a,"historyUndo"))}redo(){let a=this.future.pop();a&&this.now&&(this.past.push(this.now),this.updateElement(a,"historyRedo"))}updateHistory(a){if(!this.now){this.now=a;return}let c=this.now.value!==a.value,s=this.now.selection.some((c,s)=>c!==a.selection[s]);(c||s)&&(c&&(this.past.push(this.now),this.future=[]),this.now=a)}updateElement(a,c){this.now=a,this.updateElementState(a,{inputType:c,data:null})}};function areElementValuesEqual(a,...c){return c.every(({value:c})=>c===a.value)}function areElementStatesEqual(a,...c){return c.every(({value:c,selection:s})=>c===a.value&&s[0]===a.selection[0]&&s[1]===a.selection[1])}function applyOverwriteMode({value:a,selection:c},s,d){let[u,p]=c,h="function"==typeof d?d({value:a,selection:c}):d;return{value:a,selection:"replace"===h?[u,u+s.length]:[u,p]}}function isFixedCharacter(a){return"string"==typeof a}function getLeadingFixedCharacters(a,c,s,d){let u="";for(let p=c.length;p{let d=c[s];return isFixedCharacter(d)?a===d:a.match(d)}):c.test(a)}function guessValidValueByPattern(a,c,s){let d=null,u=null,p=Array.from(a.value).reduce((p,h,v)=>{let g=getLeadingFixedCharacters(c,p,h,s),y=p+g,m=c[y.length];return isFixedCharacter(m)?y+m:h.match(m)?(null===d&&v>=a.selection[0]&&(d=y.length),null===u&&v>=a.selection[1]&&(u=y.length),y+h):y},""),h=getLeadingFixedCharacters(c,p,"",s);return{value:validateValueWithMask(p+h,c)?p+h:p,selection:[null!=d?d:p.length,null!=u?u:p.length]}}function guessValidValueByRegExp({value:a,selection:c},s){let[d,u]=c,p=d,h=u,v=Array.from(a).reduce((a,c,v)=>{let g=a+c;return d===v&&(p=a.length),u===v&&(h=a.length),g.match(s)?g:a},"");return{value:v,selection:[p,h]}}function calibrateValueByMask(a,c,s=null){if(validateValueWithMask(a.value,c))return a;let{value:d,selection:u}=Array.isArray(c)?guessValidValueByPattern(a,c,s):guessValidValueByRegExp(a,c);return{selection:u,value:Array.isArray(c)?d.slice(0,c.length):d}}function removeFixedMaskCharacters(a,c){if(!Array.isArray(c))return a;let[s,d]=a.selection,u=[],p=Array.from(a.value).reduce((a,p,h)=>{let v=c[h];return h===s&&u.push(a.length),h===d&&u.push(a.length),isFixedCharacter(v)&&v===p?a:a+p},"");return u.length<2&&u.push(...Array(2-u.length).fill(p.length)),{value:p,selection:[u[0],u[1]]}}let MaskModel=class MaskModel{constructor(a,c){this.initialElementState=a,this.maskOptions=c,this.value="",this.selection=[0,0];let{value:s,selection:d}=calibrateValueByMask(a,this.getMaskExpression(a));this.value=s,this.selection=d}addCharacters([a,c],s){let{value:d}=this,u=this.getMaskExpression({value:d.slice(0,a)+s+d.slice(c),selection:[a+s.length,a+s.length]}),p={value:d,selection:[a,c]},h=removeFixedMaskCharacters(p,u),[v,g]=applyOverwriteMode(h,s,this.maskOptions.overwriteMode).selection,y=h.value.slice(0,v)+s,m=y.length,k=calibrateValueByMask({value:y+h.value.slice(g),selection:[m,m]},u,p),M=d.slice(0,v)===calibrateValueByMask({value:y,selection:[m,m]},u,p).value;if(M||areElementStatesEqual(this,k))throw Error("Invalid mask value");this.value=k.value,this.selection=k.selection}deleteCharacters([a,c]){if(a===c||!c)return;let{value:s}=this,d=this.getMaskExpression({value:s.slice(0,a)+s.slice(c),selection:[a,a]}),u={value:s,selection:[a,c]},p=removeFixedMaskCharacters(u,d),[h,v]=p.selection,g=p.value.slice(0,h)+p.value.slice(v),y=calibrateValueByMask({value:g,selection:[h,h]},d,u);this.value=y.value,this.selection=y.selection}getMaskExpression(a){let{mask:c}=this.maskOptions;return"function"==typeof c?c(a):c}};let EventListener=class EventListener{constructor(a){this.element=a,this.listeners=[]}listen(a,c,s){this.element.addEventListener(a,c,s),this.listeners.push(()=>this.element.removeEventListener(a,c))}destroy(){this.listeners.forEach(a=>a())}};function isHotkey(a,c,s){return!!(1&c)===a.ctrlKey&&!!(2&c)===a.altKey&&!!(4&c)===a.shiftKey&&!!(8&c)===a.metaKey&&a.keyCode===s}function isRedo(a){return isHotkey(a,1,89)||isHotkey(a,5,90)||isHotkey(a,12,90)}function isUndo(a){return isHotkey(a,1,90)||isHotkey(a,8,90)}function isBeforeInputEventSupported(a){return"onbeforeinput"in a}function isEventProducingCharacter({key:a,ctrlKey:c,metaKey:s,altKey:d}){let u=/^.$/u.test(a);return!(c||s||d)&&"Backspace"!==a&&u}function getLineSelection({value:a,selection:c},s){let[d,u]=c;if(d!==u)return[d,u];let p=s?a.slice(d).indexOf("\n")+1||a.length:a.slice(0,u).lastIndexOf("\n")+1,h=s?d:p,v=s?p:u;return[h,v]}function getNotEmptySelection({value:a,selection:c},s){let[d,u]=c;return d!==u?[d,u]:(s?[d,u+1]:[d-1,u]).map(c=>Math.min(Math.max(c,0),a.length))}let u=/\s+$/g,p=/^\s+/g,h=/\s/;function getWordSelection({value:a,selection:c},s){let[d,v]=c;if(d!==v)return[d,v];if(s){let c=a.slice(d),[s]=c.match(p)||[""],u=c.replace(p,"").search(h);return[d,-1!==u?d+s.length+u:a.length]}let g=a.slice(0,v),[y]=g.match(u)||[""],m=g.replace(u,"").split("").reverse().findIndex(a=>a.match(h));return[-1!==m?v-y.length-m:0,v]}function maskitoPipe(a=[]){return(c,...s)=>a.reduce((a,c)=>Object.assign(Object.assign({},a),c(a,...s)),c)}function maskitoTransform(a,c){let s=Object.assign(Object.assign({},d),c),u=maskitoPipe(s.preprocessors),p=maskitoPipe(s.postprocessors),h="string"==typeof a?{value:a,selection:[0,0]}:a,{elementState:v}=u({elementState:h,data:""},"validation"),g=new MaskModel(v,s),{value:y,selection:m}=p(g,h);return"string"==typeof a?y:{value:y,selection:m}}let Maskito=class Maskito extends MaskHistory{constructor(a,c){super(),this.element=a,this.maskitoOptions=c,this.isTextArea="TEXTAREA"===this.element.nodeName,this.eventListener=new EventListener(this.element),this.options=Object.assign(Object.assign({},d),this.maskitoOptions),this.preprocessor=maskitoPipe(this.options.preprocessors),this.postprocessor=maskitoPipe(this.options.postprocessors),this.teardowns=this.options.plugins.map(a=>a(this.element,this.options)),this.ensureValueFitsMask(),this.updateHistory(this.elementState),this.eventListener.listen("keydown",a=>isRedo(a)?(a.preventDefault(),this.redo()):isUndo(a)?(a.preventDefault(),this.undo()):void 0),isBeforeInputEventSupported(a)?this.eventListener.listen("beforeinput",a=>{let c=a.inputType.includes("Forward");switch(this.updateHistory(this.elementState),a.inputType){case"historyUndo":return a.preventDefault(),this.undo();case"historyRedo":return a.preventDefault(),this.redo();case"deleteByCut":case"deleteContentBackward":case"deleteContentForward":return this.handleDelete({event:a,isForward:c,selection:getNotEmptySelection(this.elementState,c)});case"deleteWordForward":case"deleteWordBackward":return this.handleDelete({event:a,isForward:c,selection:getWordSelection(this.elementState,c),force:!0});case"deleteSoftLineBackward":case"deleteSoftLineForward":case"deleteHardLineBackward":case"deleteHardLineForward":return this.handleDelete({event:a,isForward:c,selection:getLineSelection(this.elementState,c),force:!0});case"insertCompositionText":return;case"insertLineBreak":return this.handleEnter(a);default:return this.handleInsert(a,a.data||"")}}):(this.eventListener.listen("keydown",a=>this.handleKeydown(a)),this.eventListener.listen("paste",a=>{var c;return this.handleInsert(a,(null===(c=a.clipboardData)||void 0===c?void 0:c.getData("text/plain"))||"")})),this.eventListener.listen("input",({inputType:a})=>{"insertCompositionText"!==a&&(this.ensureValueFitsMask(),this.updateHistory(this.elementState))}),this.eventListener.listen("compositionend",()=>{this.ensureValueFitsMask(),this.updateHistory(this.elementState)})}get elementState(){let{value:a,selectionStart:c,selectionEnd:s}=this.element;return{value:a,selection:[c||0,s||0]}}get maxLength(){let{maxLength:a}=this.element;return -1===a?1/0:a}destroy(){this.eventListener.destroy(),this.teardowns.forEach(a=>null==a?void 0:a())}updateElementState({value:a,selection:c},s={inputType:"insertText",data:null}){let d=this.elementState.value;this.updateValue(a),this.updateSelectionRange(c),d!==a&&this.dispatchInputEvent(s)}updateSelectionRange([a,c]){var s,d;(this.element.selectionStart!==a||this.element.selectionEnd!==c)&&(null===(d=(s=this.element).setSelectionRange)||void 0===d||d.call(s,a,c))}updateValue(a){this.element.value=a}ensureValueFitsMask(){this.updateElementState(maskitoTransform(this.elementState,this.options))}dispatchInputEvent(a={inputType:"insertText",data:null}){let c="undefined"!=typeof window?window:globalThis;(null==c?void 0:c.InputEvent)&&this.element.dispatchEvent(new InputEvent("input",Object.assign(Object.assign({},a),{bubbles:!0,cancelable:!1})))}handleKeydown(a){let c=a.key,s="Delete"===c;switch(c){case"Backspace":case"Delete":return this.handleDelete({event:a,isForward:s,selection:getNotEmptySelection(this.elementState,s)});case"Enter":return this.handleEnter(a)}isEventProducingCharacter(a)&&this.handleInsert(a,c)}handleDelete({event:a,selection:c,isForward:s,force:d=!1}){let u={value:this.elementState.value,selection:c},[p,h]=u.selection,{elementState:v}=this.preprocessor({elementState:u,data:""},s?"deleteForward":"deleteBackward"),g=new MaskModel(v,this.options),[y,m]=v.selection;g.deleteCharacters([y,m]);let k=this.postprocessor(g,u),M=u.value.slice(0,p)+u.value.slice(h);if(M===k.value&&!d)return;if(a.preventDefault(),areElementValuesEqual(u,v,g,k))return this.updateSelectionRange(s?[m,m]:[y,y]);let b=s?"deleteContentForward":"deleteContentBackward";this.updateElementState(k,{inputType:"inputType"in a?a.inputType:b,data:null}),this.updateHistory(k)}handleInsert(a,c){let s=this.elementState,{elementState:d,data:u=c}=this.preprocessor({data:c,elementState:s},"insert"),p=new MaskModel(d,this.options);try{p.addCharacters(d.selection,u)}catch(c){return a.preventDefault()}let[h,v]=d.selection,g=d.value.slice(0,h)+c+d.value.slice(v),y=this.postprocessor(p,s);if(y.value.length>this.maxLength)return a.preventDefault();g!==y.value&&(a.preventDefault(),this.updateElementState(y,{data:c,inputType:"inputType"in a?a.inputType:"insertText"}),this.updateHistory(y))}handleEnter(a){this.isTextArea&&this.handleInsert(a,"\n")}}},78186:function(a,c,s){"use strict";s.r(c),s.d(c,{maskitoAddOnFocusPlugin:function(){return maskitoAddOnFocusPlugin},maskitoCaretGuard:function(){return maskitoCaretGuard},maskitoDateOptionsGenerator:function(){return maskitoDateOptionsGenerator},maskitoDateRangeOptionsGenerator:function(){return maskitoDateRangeOptionsGenerator},maskitoDateTimeOptionsGenerator:function(){return maskitoDateTimeOptionsGenerator},maskitoEventHandler:function(){return maskitoEventHandler},maskitoNumberOptionsGenerator:function(){return maskitoNumberOptionsGenerator},maskitoParseNumber:function(){return maskitoParseNumber},maskitoPostfixPostprocessorGenerator:function(){return maskitoPostfixPostprocessorGenerator},maskitoPrefixPostprocessorGenerator:function(){return maskitoPrefixPostprocessorGenerator},maskitoRejectEvent:function(){return maskitoRejectEvent},maskitoRemoveOnBlurPlugin:function(){return maskitoRemoveOnBlurPlugin},maskitoTimeOptionsGenerator:function(){return maskitoTimeOptionsGenerator},maskitoWithPlaceholder:function(){return maskitoWithPlaceholder}});var d=s(1388);let u=[".",",","б","ю"],p=new Date("0001-01-01"),h=new Date("9999-12-31"),v={hours:23,minutes:59,seconds:59,milliseconds:999},g=["-","–","—","−"],y=[","," "],m=[":","."],k={hours:2,minutes:2,seconds:2,milliseconds:3};function clamp(a,c,s){let d=Math.min(Number(s),Math.max(Number(c),Number(a)));return a instanceof Date?new Date(d):d}function appendDate(a,{day:c,month:s,year:d}={}){let u=new Date(a);return c&&u.setDate(u.getDate()+c),s&&u.setMonth(u.getMonth()+s),d&&u.setFullYear(u.getFullYear()+d),u}let getDateSegmentValueLength=a=>{var c,s,d;return{day:(null===(c=a.match(/d/g))||void 0===c?void 0:c.length)||0,month:(null===(s=a.match(/m/g))||void 0===s?void 0:s.length)||0,year:(null===(d=a.match(/y/g))||void 0===d?void 0:d.length)||0}};function dateToSegments(a){return{day:String(a.getDate()).padStart(2,"0"),month:String(a.getMonth()+1).padStart(2,"0"),year:String(a.getFullYear()).padStart(4,"0"),hours:String(a.getHours()).padStart(2,"0"),minutes:String(a.getMinutes()).padStart(2,"0"),seconds:String(a.getSeconds()).padStart(2,"0"),milliseconds:String(a.getMilliseconds()).padStart(3,"0")}}function isDateStringComplete(a,c){return!(a.length!a.match(/^0+$/))}function parseDateRangeString(a,c,s){let d=c.replace(/\W/g,"").length;return a.replace(s,"").match(RegExp(`(\\D*\\d[^\\d\\s]*){1,${d}}`,"g"))||[]}function getObjectFromEntries(a){return a.reduce((a,[c,s])=>Object.assign(Object.assign({},a),{[c]:s}),{})}function parseDateString(a,c){let s=c.replace(/[^dmy]/g,""),d=a.replace(/\D+/g,""),u={day:d.slice(s.indexOf("d"),s.lastIndexOf("d")+1),month:d.slice(s.indexOf("m"),s.lastIndexOf("m")+1),year:d.slice(s.indexOf("y"),s.lastIndexOf("y")+1)};return getObjectFromEntries(Object.entries(u).filter(([a,c])=>!!c).sort(([a],[s])=>c.toLowerCase().indexOf(a[0])>c.toLowerCase().indexOf(s[0])?1:-1))}function segmentsToDate(a,c){var s,d,u,p,h,v,g;let y=(null===(s=a.year)||void 0===s?void 0:s.length)===2?`20${a.year}`:a.year,m=new Date(Number(null!=y?y:"0"),Number(null!==(d=a.month)&&void 0!==d?d:"1")-1,Number(null!==(u=a.day)&&void 0!==u?u:"1"),Number(null!==(p=null==c?void 0:c.hours)&&void 0!==p?p:"0"),Number(null!==(h=null==c?void 0:c.minutes)&&void 0!==h?h:"0"),Number(null!==(v=null==c?void 0:c.seconds)&&void 0!==v?v:"0"),Number(null!==(g=null==c?void 0:c.milliseconds)&&void 0!==g?g:"0"));return m.setFullYear(Number(null!=y?y:"0")),m}function toDateString({day:a,month:c,year:s,hours:d,minutes:u,seconds:p,milliseconds:h},v,g){var y;let m=(null===(y=v.match(/y/g))||void 0===y?void 0:y.length)===2?null==s?void 0:s.slice(-2):s;return(v+(g?", "+g:"")).replace(/d+/g,null!=a?a:"").replace(/m+/g,null!=c?c:"").replace(/y+/g,null!=m?m:"").replace(/H+/g,null!=d?d:"").replace(/MSS/g,null!=h?h:"").replace(/M+/g,null!=u?u:"").replace(/S+/g,null!=p?p:"").replace(/^\D+/g,"").replace(/\D+$/g,"")}function padWithZeroesUntilValid(a,c,s=0){return Number(a.padEnd(c.length,"0"))<=Number(c)?{validatedSegmentValue:a,prefixedZeroesCount:s}:a.endsWith("0")?padWithZeroesUntilValid(`0${a.slice(0,c.length-1)}`,c,s+1):padWithZeroesUntilValid(`${a.slice(0,c.length-1)}0`,c,s)}let M={day:31,month:12,year:9999};function validateDateString({dateString:a,dateModeTemplate:c,offset:s,selection:[d,u]}){let p=parseDateString(a,c),h=Object.entries(p),v={},g=0;for(let[a,p]of h){let h=toDateString(v,c),y=M[a],m=h.length&&1,k=s+h.length+m+getDateSegmentValueLength(c)[a],b=k>=d&&k===u;if(b&&Number(p)>Number(y)||b&&1>Number(p))return{validatedDateString:"",updatedSelection:[d,u]};let{validatedSegmentValue:I,prefixedZeroesCount:C}=padWithZeroesUntilValid(p,`${y}`);g+=C,v[a]=I}let y=toDateString(v,c),m=y.length-a.length;return{validatedDateString:y,updatedSelection:[d+g+m,u+g+m]}}let b=/[\\^$.*+?()[\]{}|]/g,I=new RegExp(b.source);function escapeRegExp(a){return a&&I.test(a)?a.replace(b,"\\$&"):a}function findCommonBeginningSubstr(a,c){let s="";for(let d=0;d{let d=s[a];return[a,c.length===d&&c.match(/^0+$/)?"1".padStart(d,"0"):c]}))}function createMinMaxDatePostprocessor({dateModeTemplate:a,min:c=p,max:s=h,rangeSeparator:d="",dateSegmentSeparator:u="."}){return({value:p,selection:h})=>{let v=d&&p.endsWith(d),g=parseDateRangeString(p,a,d),y="";for(let p of g){y+=y?d:"";let h=parseDateString(p,a);if(!isDateStringComplete(p,a)){let c=raiseSegmentValueToMin(h,a),s=toDateString(c,a),d=p.endsWith(u)?u:"";y+=s+d;continue}let v=segmentsToDate(h),g=clamp(v,c,s);y+=toDateString(dateToSegments(g),a)}return{selection:h,value:y+(v?d:"")}}}function normalizeDatePreprocessor({dateModeTemplate:a,dateSegmentsSeparator:c,rangeSeparator:s=""}){return({elementState:d,data:u})=>{let p=s?RegExp(`${s}|-`):", ",h=u.split(p),v=u.includes(", ")?[h[0]]:h;if(v.every(s=>s.trim().split(/\D/).length===a.split(c).length)){let p=v.map(s=>normalizeDateString(s,a,c)).join(s);return{elementState:d,data:`${p}${u.includes(", ")&&", "+h[1]||""}`}}return{elementState:d,data:u}}}function normalizeDateString(a,c,s){let d=a.split(/\D/),u=c.split(s),p=d.map((a,c)=>c===u.length-1?a:a.padStart(u[c].length,"0"));return p.join(s)}function maskitoPostfixPostprocessorGenerator(a){let c=RegExp(`${escapeRegExp(a)}$`);return a?({value:s,selection:d},u)=>{if(!s&&!u.value.endsWith(a))return{value:s,selection:d};if(!s.endsWith(a)&&!u.value.endsWith(a))return{selection:d,value:s+a};let p=u.value.replace(c,""),h=u.selection[1]>=p.length,v=findCommonBeginningSubstr(p,s);return{selection:d,value:Array.from(a).reverse().reduce((a,c,s)=>{let d=a.length-1-s,u=v[d]===c&&h;return a[d]!==c||u?a.slice(0,d+1)+c+a.slice(d+1):a},s)}}:identity}function maskitoPrefixPostprocessorGenerator(a){return a?({value:c,selection:s},d)=>{if(c.startsWith(a)||!c&&!d.value.startsWith(a))return{value:c,selection:s};let[u,p]=s,h=Array.from(a).reduce((a,c,s)=>a[s]===c?a:a.slice(0,s)+c+a.slice(s),c),v=h.length-c.length;return{selection:[u+v,p+v],value:h}}:identity}function createValidDatePreprocessor({dateModeTemplate:a,dateSegmentsSeparator:c,rangeSeparator:s=""}){return({elementState:d,data:u})=>{let{value:p,selection:h}=d;if(u===c)return{elementState:d,data:h[0]===p.length?u:""};if(g.includes(u))return{elementState:d,data:s};let v=u.replace(RegExp(`[^\\d${escapeRegExp(c)}${s}]`,"g"),"");if(!v)return{elementState:d,data:""};let[y,m]=h,k=m+u.length,M=p.slice(0,y)+v+p.slice(k),b=parseDateRangeString(M,a,s),I="",C=!!s&&M.includes(s);for(let c of b){let{validatedDateString:u,updatedSelection:p}=validateDateString({dateString:c,dateModeTemplate:a,offset:I?I.length+s.length:0,selection:[y,k]});if(c&&!u)return{elementState:d,data:""};k=p[1],I+=C&&I?s+u:u}let x=I.slice(y,k);return{elementState:{selection:h,value:I.slice(0,y)+x.split(c).map(a=>"0".repeat(a.length)).join(c)+I.slice(k)},data:x}}}function maskitoEventHandler(a,c,s){return(d,u)=>{let listener=()=>c(d,u);return d.addEventListener(a,listener,s),()=>d.removeEventListener(a,listener,s)}}function maskitoAddOnFocusPlugin(a){return maskitoEventHandler("focus",c=>{c.value||(c.value=a,c.dispatchEvent(new Event("input")))})}function maskitoCaretGuard(a){return c=>{let s=c.ownerDocument,d=0,onPointerDown=()=>d++,onPointerUp=()=>{d=Math.max(--d,0)},listener=()=>{if(getFocused(s)!==c)return;if(d)return s.addEventListener("mouseup",listener,{once:!0,passive:!0});let u=c.selectionStart||0,p=c.selectionEnd||0,[h,v]=a(c.value,[u,p]);(h>u||v{s.removeEventListener("selectionchange",listener),s.removeEventListener("mousedown",onPointerDown),s.removeEventListener("mouseup",onPointerUp)}}}function maskitoRejectEvent(a){let listener=()=>{let c=a.value;a.addEventListener("beforeinput",s=>{s.defaultPrevented&&c===a.value&&a.dispatchEvent(new CustomEvent("maskitoReject",{bubbles:!0}))},{once:!0})};return a.addEventListener("beforeinput",listener,!0),()=>a.removeEventListener("beforeinput",listener,!0)}function maskitoRemoveOnBlurPlugin(a){return maskitoEventHandler("blur",c=>{c.value===a&&(c.value="",c.dispatchEvent(new Event("input")))})}function maskitoWithPlaceholder(a,c=!1){let removePlaceholder=c=>{for(let s=c.length-1;s>=0;s--)if(c[s]!==a[s])return c.slice(0,s+1);return""},s=[maskitoCaretGuard(a=>[0,removePlaceholder(a).length])],d=!1;if(c){let c=maskitoEventHandler("focus",c=>{d=!0,c.value+=a.slice(c.value.length),c.dispatchEvent(new Event("input"))},{capture:!0}),u=maskitoEventHandler("blur",a=>{d=!1,a.value=removePlaceholder(a.value),a.dispatchEvent(new Event("input"))},{capture:!0});s.push(c,u)}return{plugins:s,removePlaceholder,preprocessors:[({elementState:a,data:c})=>{let{value:s,selection:d}=a;return{elementState:{selection:d,value:removePlaceholder(s)},data:c}}],postprocessors:[({value:s,selection:u},p)=>p.value&&(d||!c)?{value:s+a.slice(s.length),selection:u}:{value:s,selection:u}]}}function createZeroPlaceholdersPreprocessor(){return({elementState:a},c)=>{let{value:s,selection:d}=a;if(!s||isLastChar(s,d))return{elementState:a};let[u,p]=d,h=s.slice(u,p).replace(/\d/g,"0"),v=s.slice(0,u)+h+s.slice(p);return"validation"===c||"insert"===c&&u===p?{elementState:{selection:d,value:v}}:{elementState:{selection:"deleteBackward"===c||"insert"===c?[u,u]:[p,p],value:v}}}}function isLastChar(a,[c,s]){return s===a.length}function maskitoDateOptionsGenerator({mode:a,separator:c=".",max:s,min:u}){let p=a.split("/").join(c);return Object.assign(Object.assign({},d.A_),{mask:Array.from(p).map(a=>a===c?a:/\d/),overwriteMode:"replace",preprocessors:[createZeroPlaceholdersPreprocessor(),normalizeDatePreprocessor({dateModeTemplate:p,dateSegmentsSeparator:c}),createValidDatePreprocessor({dateModeTemplate:p,dateSegmentsSeparator:c})],postprocessors:[createMinMaxDatePostprocessor({min:u,max:s,dateModeTemplate:p,dateSegmentSeparator:c})]})}function createMinMaxRangeLengthPostprocessor({dateModeTemplate:a,rangeSeparator:c,minLength:s,maxLength:d,max:u=h}){return isEmpty(s)&&isEmpty(d)?identity:({value:p,selection:h})=>{let v=parseDateRangeString(p,a,c);if(2!==v.length||v.some(c=>!isDateStringComplete(c,a)))return{value:p,selection:h};let[g,y]=v.map(c=>segmentsToDate(parseDateString(c,a))),m=appendDate(g,Object.assign(Object.assign({},s),{day:(null==s?void 0:s.day)&&s.day-1})),k=isEmpty(d)?u:appendDate(g,Object.assign(Object.assign({},d),{day:(null==d?void 0:d.day)&&d.day-1})),M=clamp(y,m,u),b=M>k?k:M;return{selection:h,value:v[0]+c+toDateString(dateToSegments(b),a)}}}function createSwapDatesPostprocessor({dateModeTemplate:a,rangeSeparator:c}){return({value:s,selection:d})=>{let u=parseDateRangeString(s,a,c),p=2===u.length&&u.every(c=>isDateStringComplete(c,a)),[h,v]=d,g=h>=s.length,y=0===h&&v>=s.length;if(!(g||y)||!p)return{value:s,selection:d};let[m,k]=u.map(c=>segmentsToDate(parseDateString(c,a)));return{selection:d,value:m>k?u.reverse().join(c):s}}}function maskitoDateRangeOptionsGenerator({mode:a,separator:c=".",min:s,max:u,minLength:p,maxLength:h,dateSeparator:v=c,rangeSeparator:g=`\xa0–\xa0`}){let y=a.split("/").join(v),m=Array.from(y).map(a=>a===v?a:/\d/);return Object.assign(Object.assign({},d.A_),{mask:[...m,...Array.from(g),...m],overwriteMode:"replace",preprocessors:[createZeroPlaceholdersPreprocessor(),normalizeDatePreprocessor({dateModeTemplate:y,rangeSeparator:g,dateSegmentsSeparator:v}),createValidDatePreprocessor({dateModeTemplate:y,rangeSeparator:g,dateSegmentsSeparator:v})],postprocessors:[createMinMaxDatePostprocessor({min:s,max:u,dateModeTemplate:y,rangeSeparator:g,dateSegmentSeparator:v}),createMinMaxRangeLengthPostprocessor({dateModeTemplate:y,minLength:p,maxLength:h,max:u,rangeSeparator:g}),createSwapDatesPostprocessor({dateModeTemplate:y,rangeSeparator:g})]})}function padTimeSegments(a){return getObjectFromEntries(Object.entries(a).map(([a,c])=>[a,`${c}`.padEnd(k[a],"0")]))}function parseTimeString(a){let c=a.replace(/\D+/g,""),s={hours:c.slice(0,2),minutes:c.slice(2,4),seconds:c.slice(4,6),milliseconds:c.slice(6,9)};return getObjectFromEntries(Object.entries(s).filter(([a,c])=>!!c))}function toTimeString({hours:a="",minutes:c="",seconds:s="",milliseconds:d=""}){let u=c&&`:${c}`,p=s&&`:${s}`,h=d&&`.${d}`;return`${a}${u}${p}${h}`}let C=RegExp(`[${m.map(escapeRegExp).join("")}]$`);function validateTimeString({timeString:a,paddedMaxValues:c,offset:s,selection:[d,u]}){let p=parseTimeString(a),h=Object.entries(p),v={},g=0;for(let[a,p]of h){let h=toTimeString(v),y=c[a],m=h.length&&1,M=s+h.length+m+k[a],b=M>=d&&M<=u;if(b&&Number(p)>Number(y))return{validatedTimeString:"",updatedTimeSelection:[d,u]};let{validatedSegmentValue:I,prefixedZeroesCount:C}=padWithZeroesUntilValid(p,`${y}`);g+=C,v[a]=I}let[y=""]=a.match(C)||[],m=toTimeString(v)+y,M=Math.max(m.length-a.length,0);return{validatedTimeString:m,updatedTimeSelection:[d+g+M,u+g+M]}}function isDateTimeStringComplete(a,c,s){return a.length>=c.length+s.length+2&&a.split(", ")[0].split(/\D/).every(a=>!a.match(/^0+$/))}function parseDateTimeString(a,c){let s=a.includes(", ");return[a.slice(0,c.length),a.slice(s?c.length+2:c.length)]}function createMinMaxDateTimePostprocessor({dateModeTemplate:a,timeMode:c,min:s=p,max:d=h}){return({value:u,selection:p})=>{let[h,v]=parseDateTimeString(u,a),g=parseDateString(h,a),y=parseTimeString(v);if(!isDateTimeStringComplete(u,a,c)){let v=raiseSegmentValueToMin(g,a),{year:m,month:k,day:M}=isDateStringComplete(h,a)?dateToSegments(clamp(segmentsToDate(v),s,d)):v,b=toDateString(Object.assign({year:m,month:k,day:M},y),a,c),I=u.slice(b.length);return{selection:p,value:b+I}}let m=segmentsToDate(g,y),k=clamp(m,s,d),M=toDateString(dateToSegments(k),a,c);return{selection:p,value:M}}}function createValidDateTimePreprocessor({dateModeTemplate:a,dateSegmentsSeparator:c}){let s=RegExp(`[^\\d${m.map(escapeRegExp).join("")}${escapeRegExp(c)}]+`);return({elementState:d,data:u})=>{let{value:p,selection:h}=d;if(u===c)return{elementState:d,data:h[0]===p.length?u:""};if(y.includes(u))return{elementState:d,data:", "};let g=u.replace(s,"");if(!g)return{elementState:d,data:""};let[m,k]=h,M=k+u.length,b=p.slice(0,m)+g+p.slice(M),[I,C]=parseDateTimeString(b,a),x="",R=b.includes(", "),{validatedDateString:S,updatedSelection:_}=validateDateString({dateString:I,dateModeTemplate:a,offset:0,selection:[m,M]});if(I&&!S)return{elementState:d,data:""};M=_[1],x+=S;let w=padTimeSegments(v),{validatedTimeString:P,updatedTimeSelection:O}=validateTimeString({timeString:C,paddedMaxValues:w,offset:x.length+2,selection:[m,M]});if(C&&!P)return{elementState:d,data:""};M=O[1],x+=R?", "+P:P;let F=x.slice(m,M);return{elementState:{selection:h,value:x.slice(0,m)+F.split(c).map(a=>"0".repeat(a.length)).join(c)+x.slice(M)},data:F}}}function maskitoDateTimeOptionsGenerator({dateMode:a,timeMode:c,dateSeparator:s=".",min:u,max:p}){let h=a.split("/").join(s);return Object.assign(Object.assign({},d.A_),{mask:[...Array.from(h).map(a=>a===s?a:/\d/),...", ".split(""),...Array.from(c).map(a=>m.includes(a)?a:/\d/)],overwriteMode:"replace",preprocessors:[createZeroPlaceholdersPreprocessor(),normalizeDatePreprocessor({dateModeTemplate:h,dateSegmentsSeparator:s}),createValidDateTimePreprocessor({dateModeTemplate:h,dateSegmentsSeparator:s})],postprocessors:[createMinMaxDateTimePostprocessor({min:u,max:p,dateModeTemplate:h,timeMode:c})]})}function generateMaskExpression({decimalSeparator:a,isNegativeAllowed:c,precision:s,thousandSeparator:d,prefix:u,postfix:p,decimalPseudoSeparators:h=[],pseudoMinuses:v=[]}){let g=computeAllOptionalCharsRegExp(u),y=c?`[−${v.map(a=>`\\${a}`).join("")}]?`:"",m=d?`[\\d${escapeRegExp(d).replace(/\s/g,"\\s")}]*`:"[\\d]*",k=s>0?`([${escapeRegExp(a)}${h.map(escapeRegExp).join("")}]\\d{0,${Number.isFinite(s)?s:""}})?`:"",M=computeAllOptionalCharsRegExp(p);return RegExp(`^${g}${y}${m}${k}${M}$`)}function computeAllOptionalCharsRegExp(a){return a?`${a.split("").map(a=>`${escapeRegExp(a)}?`).join("")}`:""}function maskitoParseNumber(a,c="."){let s=!!a.match(RegExp(`^\\D*[−\\-–—]`)),d=a.replace(RegExp(`[^\\d${escapeRegExp(c)}]`,"g"),"").replace(c,".");return d?Number((s?"-":"")+d):NaN}function stringifyNumberWithoutExp(a){let c=String(a),[s,d]=c.split("e-"),u=c;if(d){let[,c]=s.split("."),p=Number(d)+((null==c?void 0:c.length)||0);u=a.toFixed(p)}return u}function validateDecimalPseudoSeparators({decimalSeparator:a,thousandSeparator:c,decimalPseudoSeparators:s=u}){return s.filter(s=>s!==c&&s!==a)}function createDecimalZeroPaddingPostprocessor({decimalSeparator:a,precision:c,decimalZeroPadding:s,postfix:d}){if(c<=0||!s)return identity;let u=RegExp(`${escapeRegExp(d)}$`);return({value:s,selection:p})=>{if(Number.isNaN(maskitoParseNumber(s,a)))return{value:s,selection:p};let[h,v=""]=s.replace(u,"").split(a);return{value:h+a+v.padEnd(c,"0")+d,selection:p}}}function createInitializationOnlyPreprocessor({decimalSeparator:a,decimalPseudoSeparators:c,pseudoMinuses:s}){let u=!0,p=generateMaskExpression({decimalSeparator:a,decimalPseudoSeparators:c,pseudoMinuses:s,prefix:"",postfix:"",thousandSeparator:"",precision:1/0,isNegativeAllowed:!0});return({elementState:a,data:c})=>u?(u=!1,{elementState:(0,d.CV)(a,{mask:p}),data:c}):{elementState:a,data:c}}function createLeadingZeroesValidationPostprocessor(a,c){let trimLeadingZeroes=a=>{let s=escapeRegExp(c);return a.replace(RegExp(`^(\\D+)?[0${s}]+(?=0)`),"$1").replace(RegExp(`^(\\D+)?[0${s}]+(?=[1-9])`),"$1")},countTrimmedZeroesBefore=(a,c)=>{let s=a.slice(0,c),d=a.slice(c).startsWith("0");return s.length-trimLeadingZeroes(s).length+(d?1:0)};return({value:c,selection:s})=>{let[d,u]=s,p=c.includes(a),[h,v=""]=c.split(a),g=trimLeadingZeroes(h);if(h===g)return{value:c,selection:s};let y=d-countTrimmedZeroesBefore(c,d),m=u-countTrimmedZeroesBefore(c,u);return{value:g+(p?a:"")+v,selection:[Math.max(y,0),Math.max(m,0)]}}}function createMinMaxPostprocessor({min:a,max:c,decimalSeparator:s}){return({value:d,selection:u})=>{let p=maskitoParseNumber(d,s),h=p>0?Math.min(p,c):Math.max(p,a);if(!Number.isNaN(p)&&h!==p){let a=`${h}`.replace(".",s).replace("-","−");return{value:a,selection:[a.length,a.length]}}return{value:d,selection:u}}}function createNonRemovableCharsDeletionPreprocessor({decimalSeparator:a,thousandSeparator:c,decimalZeroPadding:s}){return({elementState:d,data:u},p)=>{let{value:h,selection:v}=d,[g,y]=v,m=h.slice(g,y),k=s?[a,c]:[c],M=s&&g>h.indexOf(a)&&!!m.match(/^0+$/gi);return("deleteBackward"===p||"deleteForward"===p)&&(k.includes(m)||M)?{elementState:{value:h,selection:"deleteForward"===p?[y,y]:[g,g]},data:u}:{elementState:d,data:u}}}function createNotEmptyIntegerPartPreprocessor({decimalSeparator:a,precision:c}){let s=RegExp(`^\\D*${escapeRegExp(a)}`);return({elementState:d,data:u})=>{let{value:p,selection:h}=d,[v]=h;if(c<=0||p.includes(a)||!u.match(s))return{elementState:d,data:u};let g=p.slice(0,v).match(/\d+/);return{elementState:d,data:g?u:`0${u}`}}}function createPseudoCharactersPreprocessor(a,c){let s=RegExp(`[${c.join("")}]`,"gi");return({elementState:c,data:d})=>{let{value:u,selection:p}=c;return{elementState:{selection:p,value:u.replace(s,a)},data:d.replace(s,a)}}}function createRepeatedDecimalSeparatorPreprocessor(a){return({elementState:c,data:s})=>{let{value:d,selection:u}=c,[p,h]=u;return{elementState:c,data:!d.includes(a)||d.slice(p,h+1).includes(a)?s:s.replace(RegExp(escapeRegExp(a),"gi"),"")}}}function createThousandSeparatorPostprocessor({thousandSeparator:a,decimalSeparator:c,prefix:s,postfix:d}){if(!a)return identity;let u=RegExp(`^${escapeRegExp(s)}−?`),p=RegExp(`${escapeRegExp(d)}$`),isAllSpaces=(...a)=>a.every(a=>/\s/.test(a));return({value:s,selection:d})=>{let[h,v=""]=s.split(c),[g,y]=d,[m,k]=d,M=h.replace(u,"").replace(p,""),[b=""]=h.match(u)||[],[I=""]=h.match(p)||[],C=Array.from(M).reduceRight((c,s,d)=>{let u=!d&&s===a,p=!u&&c.length&&(c.length+1)%4==0;return p&&(s===a||isAllSpaces(s,a))?a+c:s!==a||p?p?(d<=g&&m++,d<=y&&k++,s+a+c):s+c:(d&&d<=g&&m--,d&&d<=y&&k--,c)},"");return{value:b+C+I+(s.includes(c)?c:"")+v,selection:[m,k]}}}function createZeroPrecisionPreprocessor(a,c){if(a>0)return identity;let s=RegExp(`${escapeRegExp(c)}.*$`,"g");return({elementState:a,data:c})=>{let{value:d,selection:u}=a,[p,h]=u,v=d.replace(s,"");return{elementState:{selection:[Math.min(p,v.length),Math.min(h,v.length)],value:v},data:c.replace(s,"")}}}let x=[0,0];function createLeadingZeroesValidationPlugin(a,c){let s=createLeadingZeroesValidationPostprocessor(a,c);return maskitoEventHandler("blur",a=>{let c=s({value:a.value,selection:x},{value:"",selection:x}).value;a.value!==c&&(a.value=c,a.dispatchEvent(new Event("input")))},{capture:!0})}function createMinMaxPlugin({min:a,max:c,decimalSeparator:s}){return maskitoEventHandler("blur",(u,p)=>{let h=maskitoParseNumber(u.value,s),v=clamp(h,a,c);Number.isNaN(h)||h===v||(u.value=(0,d.CV)(stringifyNumberWithoutExp(v),p),u.dispatchEvent(new Event("input")))},{capture:!0})}function createNotEmptyIntegerPlugin(a){return maskitoEventHandler("blur",c=>{let s=c.value.replace(RegExp(`^(\\D+)?${escapeRegExp(a)}`),`$10${a}`);s!==c.value&&(c.value=s,c.dispatchEvent(new Event("input")))},{capture:!0})}function maskitoNumberOptionsGenerator({max:a=Number.MAX_SAFE_INTEGER,min:c=Number.MIN_SAFE_INTEGER,precision:s=0,thousandSeparator:u="\xa0",decimalSeparator:p=".",decimalPseudoSeparators:h,decimalZeroPadding:v=!1,prefix:g="",postfix:y=""}={}){let m=["-","–","—"].filter(a=>a!==u&&a!==p),k=validateDecimalPseudoSeparators({decimalSeparator:p,thousandSeparator:u,decimalPseudoSeparators:h});return Object.assign(Object.assign({},d.A_),{mask:generateMaskExpression({decimalSeparator:p,precision:s,thousandSeparator:u,prefix:g,postfix:y,isNegativeAllowed:c<0}),preprocessors:[createInitializationOnlyPreprocessor({decimalSeparator:p,decimalPseudoSeparators:k,pseudoMinuses:m}),createPseudoCharactersPreprocessor("−",m),createPseudoCharactersPreprocessor(p,k),createNotEmptyIntegerPartPreprocessor({decimalSeparator:p,precision:s}),createNonRemovableCharsDeletionPreprocessor({decimalSeparator:p,decimalZeroPadding:v,thousandSeparator:u}),createZeroPrecisionPreprocessor(s,p),createRepeatedDecimalSeparatorPreprocessor(p)],postprocessors:[createMinMaxPostprocessor({decimalSeparator:p,min:c,max:a}),maskitoPrefixPostprocessorGenerator(g),maskitoPostfixPostprocessorGenerator(y),createThousandSeparatorPostprocessor({decimalSeparator:p,thousandSeparator:u,prefix:g,postfix:y}),createDecimalZeroPaddingPostprocessor({decimalSeparator:p,decimalZeroPadding:v,precision:s,postfix:y})],plugins:[createLeadingZeroesValidationPlugin(p,u),createNotEmptyIntegerPlugin(p),createMinMaxPlugin({min:c,max:a,decimalSeparator:p})],overwriteMode:v?({value:a,selection:[c]})=>c<=a.indexOf(p)?"shift":"replace":"shift"})}function createMaxValidationPreprocessor(a){let c=padTimeSegments(a),s=RegExp(`[^\\d${m.map(escapeRegExp).join("")}]+`);return({elementState:a,data:d},u)=>{if("deleteBackward"===u||"deleteForward"===u)return{elementState:a,data:d};let{value:p,selection:h}=a;if("validation"===u){let{validatedTimeString:a,updatedTimeSelection:s}=validateTimeString({timeString:p,paddedMaxValues:c,offset:0,selection:h});return{elementState:{value:a,selection:s},data:d}}let v=d.replace(s,""),[g,y]=h,m=y+v.length,k=p.slice(0,g)+v+p.slice(m),{validatedTimeString:M,updatedTimeSelection:b}=validateTimeString({timeString:k,paddedMaxValues:c,offset:0,selection:[g,m]});if(k&&!M)return{elementState:a,data:""};m=b[1];let I=M.slice(g,m);return{elementState:{selection:h,value:M.slice(0,g)+"0".repeat(I.length)+M.slice(m)},data:I}}}function maskitoTimeOptionsGenerator({mode:a,timeSegmentMaxValues:c={}}){let s=Object.assign(Object.assign({},v),c);return Object.assign(Object.assign({},d.A_),{mask:Array.from(a).map(a=>m.includes(a)?a:/\d/),preprocessors:[createZeroPlaceholdersPreprocessor(),createMaxValidationPreprocessor(s)],overwriteMode:"replace"})}},28083:function(a,c,s){"use strict";s.r(c),s.d(c,{useMaskito:function(){return useMaskito}});var d=s(1388),u=s(67294);let p="undefined"!=typeof window?u.useLayoutEffect:u.useEffect;function isThenable(a){return a&&"object"==typeof a&&"then"in a}let useMaskito=({options:a=d.A_,elementPredicate:c=d.gI}={})=>{let[s,h]=(0,u.useState)(null),[v,g]=(0,u.useState)(null),y=(0,u.useCallback)(a=>{h(a)},[]),m=(0,u.useRef)(c);return m.current=c,p(()=>{if(!s)return;let a=c(s);isThenable(a)?a.then(a=>{m.current===c&&g(a)}):g(a)},[s,c,m]),p(()=>{if(!v)return;let c=new d.C8(v,a);return()=>{c.destroy()}},[a,v]),y}},56980:function(a,c,s){"use strict";s.r(c),s.d(c,{afterMain:function(){return O},afterRead:function(){return _},afterWrite:function(){return j},applyStyles:function(){return T},arrow:function(){return L},auto:function(){return v},basePlacements:function(){return g},beforeMain:function(){return w},beforeRead:function(){return R},beforeWrite:function(){return F},bottom:function(){return u},clippingParents:function(){return k},computeStyles:function(){return H},createPopper:function(){return et},createPopperBase:function(){return ee},createPopperLite:function(){return ea},detectOverflow:function(){return detectOverflow},end:function(){return m},eventListeners:function(){return q},flip:function(){return X},hide:function(){return K},left:function(){return h},main:function(){return P},modifierPhases:function(){return E},offset:function(){return Y},placements:function(){return x},popper:function(){return b},popperGenerator:function(){return popperGenerator},popperOffsets:function(){return Z},preventOverflow:function(){return Q},read:function(){return S},reference:function(){return I},right:function(){return p},start:function(){return y},top:function(){return d},variationPlacements:function(){return C},viewport:function(){return M},write:function(){return D}});var d="top",u="bottom",p="right",h="left",v="auto",g=[d,u,p,h],y="start",m="end",k="clippingParents",M="viewport",b="popper",I="reference",C=g.reduce(function(a,c){return a.concat([c+"-"+y,c+"-"+m])},[]),x=[].concat(g,[v]).reduce(function(a,c){return a.concat([c,c+"-"+y,c+"-"+m])},[]),R="beforeRead",S="read",_="afterRead",w="beforeMain",P="main",O="afterMain",F="beforeWrite",D="write",j="afterWrite",E=[R,S,_,w,P,O,F,D,j];function getNodeName(a){return a?(a.nodeName||"").toLowerCase():null}function getWindow(a){if(null==a)return window;if("[object Window]"!==a.toString()){var c=a.ownerDocument;return c&&c.defaultView||window}return a}function isElement(a){var c=getWindow(a).Element;return a instanceof c||a instanceof Element}function isHTMLElement(a){var c=getWindow(a).HTMLElement;return a instanceof c||a instanceof HTMLElement}function isShadowRoot(a){if("undefined"==typeof ShadowRoot)return!1;var c=getWindow(a).ShadowRoot;return a instanceof c||a instanceof ShadowRoot}var T={name:"applyStyles",enabled:!0,phase:"write",fn:function(a){var c=a.state;Object.keys(c.elements).forEach(function(a){var s=c.styles[a]||{},d=c.attributes[a]||{},u=c.elements[a];isHTMLElement(u)&&getNodeName(u)&&(Object.assign(u.style,s),Object.keys(d).forEach(function(a){var c=d[a];!1===c?u.removeAttribute(a):u.setAttribute(a,!0===c?"":c)}))})},effect:function(a){var c=a.state,s={popper:{position:c.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(c.elements.popper.style,s.popper),c.styles=s,c.elements.arrow&&Object.assign(c.elements.arrow.style,s.arrow),function(){Object.keys(c.elements).forEach(function(a){var d=c.elements[a],u=c.attributes[a]||{},p=Object.keys(c.styles.hasOwnProperty(a)?c.styles[a]:s[a]).reduce(function(a,c){return a[c]="",a},{});isHTMLElement(d)&&getNodeName(d)&&(Object.assign(d.style,p),Object.keys(u).forEach(function(a){d.removeAttribute(a)}))})}},requires:["computeStyles"]};function getBasePlacement(a){return a.split("-")[0]}var B=Math.max,N=Math.min,$=Math.round;function getUAString(){var a=navigator.userAgentData;return null!=a&&a.brands?a.brands.map(function(a){return a.brand+"/"+a.version}).join(" "):navigator.userAgent}function isLayoutViewport(){return!/^((?!chrome|android).)*safari/i.test(getUAString())}function getBoundingClientRect(a,c,s){void 0===c&&(c=!1),void 0===s&&(s=!1);var d=a.getBoundingClientRect(),u=1,p=1;c&&isHTMLElement(a)&&(u=a.offsetWidth>0&&$(d.width)/a.offsetWidth||1,p=a.offsetHeight>0&&$(d.height)/a.offsetHeight||1);var h=(isElement(a)?getWindow(a):window).visualViewport,v=!isLayoutViewport()&&s,g=(d.left+(v&&h?h.offsetLeft:0))/u,y=(d.top+(v&&h?h.offsetTop:0))/p,m=d.width/u,k=d.height/p;return{width:m,height:k,top:y,right:g+m,bottom:y+k,left:g,x:g,y:y}}function getLayoutRect(a){var c=getBoundingClientRect(a),s=a.offsetWidth,d=a.offsetHeight;return 1>=Math.abs(c.width-s)&&(s=c.width),1>=Math.abs(c.height-d)&&(d=c.height),{x:a.offsetLeft,y:a.offsetTop,width:s,height:d}}function contains(a,c){var s=c.getRootNode&&c.getRootNode();if(a.contains(c))return!0;if(s&&isShadowRoot(s)){var d=c;do{if(d&&a.isSameNode(d))return!0;d=d.parentNode||d.host}while(d)}return!1}function getComputedStyle(a){return getWindow(a).getComputedStyle(a)}function isTableElement(a){return["table","td","th"].indexOf(getNodeName(a))>=0}function getDocumentElement(a){return((isElement(a)?a.ownerDocument:a.document)||window.document).documentElement}function getParentNode(a){return"html"===getNodeName(a)?a:a.assignedSlot||a.parentNode||(isShadowRoot(a)?a.host:null)||getDocumentElement(a)}function getTrueOffsetParent(a){return isHTMLElement(a)&&"fixed"!==getComputedStyle(a).position?a.offsetParent:null}function getContainingBlock(a){var c=/firefox/i.test(getUAString());if(/Trident/i.test(getUAString())&&isHTMLElement(a)&&"fixed"===getComputedStyle(a).position)return null;var s=getParentNode(a);for(isShadowRoot(s)&&(s=s.host);isHTMLElement(s)&&0>["html","body"].indexOf(getNodeName(s));){var d=getComputedStyle(s);if("none"!==d.transform||"none"!==d.perspective||"paint"===d.contain||-1!==["transform","perspective"].indexOf(d.willChange)||c&&"filter"===d.willChange||c&&d.filter&&"none"!==d.filter)return s;s=s.parentNode}return null}function getOffsetParent(a){for(var c=getWindow(a),s=getTrueOffsetParent(a);s&&isTableElement(s)&&"static"===getComputedStyle(s).position;)s=getTrueOffsetParent(s);return s&&("html"===getNodeName(s)||"body"===getNodeName(s)&&"static"===getComputedStyle(s).position)?c:s||getContainingBlock(a)||c}function getMainAxisFromPlacement(a){return["top","bottom"].indexOf(a)>=0?"x":"y"}function within(a,c,s){return B(a,N(c,s))}function withinMaxClamp(a,c,s){var d=within(a,c,s);return d>s?s:d}function getFreshSideObject(){return{top:0,right:0,bottom:0,left:0}}function mergePaddingObject(a){return Object.assign({},getFreshSideObject(),a)}function expandToHashMap(a,c){return c.reduce(function(c,s){return c[s]=a,c},{})}var L={name:"arrow",enabled:!0,phase:"main",fn:function(a){var c,s,v=a.state,y=a.name,m=a.options,k=v.elements.arrow,M=v.modifiersData.popperOffsets,b=getBasePlacement(v.placement),I=getMainAxisFromPlacement(b),C=[h,p].indexOf(b)>=0?"height":"width";if(k&&M){var x=mergePaddingObject("number"!=typeof(c="function"==typeof(c=m.padding)?c(Object.assign({},v.rects,{placement:v.placement})):c)?c:expandToHashMap(c,g)),R=getLayoutRect(k),S="y"===I?d:h,_="y"===I?u:p,w=v.rects.reference[C]+v.rects.reference[I]-M[I]-v.rects.popper[C],P=M[I]-v.rects.reference[I],O=getOffsetParent(k),F=O?"y"===I?O.clientHeight||0:O.clientWidth||0:0,D=x[S],j=F-R[C]-x[_],E=F/2-R[C]/2+(w/2-P/2),T=within(D,E,j);v.modifiersData[y]=((s={})[I]=T,s.centerOffset=T-E,s)}},effect:function(a){var c=a.state,s=a.options.element,d=void 0===s?"[data-popper-arrow]":s;null!=d&&("string"!=typeof d||(d=c.elements.popper.querySelector(d)))&&contains(c.elements.popper,d)&&(c.elements.arrow=d)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function getVariation(a){return a.split("-")[1]}var W={top:"auto",right:"auto",bottom:"auto",left:"auto"};function roundOffsetsByDPR(a){var c=a.x,s=a.y,d=window.devicePixelRatio||1;return{x:$(c*d)/d||0,y:$(s*d)/d||0}}function mapToStyles(a){var c,s,v=a.popper,g=a.popperRect,y=a.placement,k=a.variation,M=a.offsets,b=a.position,I=a.gpuAcceleration,C=a.adaptive,x=a.roundOffsets,R=a.isFixed,S=M.x,_=void 0===S?0:S,w=M.y,P=void 0===w?0:w,O="function"==typeof x?x({x:_,y:P}):{x:_,y:P};_=O.x,P=O.y;var F=M.hasOwnProperty("x"),D=M.hasOwnProperty("y"),j=h,E=d,T=window;if(C){var B=getOffsetParent(v),N="clientHeight",$="clientWidth";B===getWindow(v)&&"static"!==getComputedStyle(B=getDocumentElement(v)).position&&"absolute"===b&&(N="scrollHeight",$="scrollWidth"),(y===d||(y===h||y===p)&&k===m)&&(E=u,P-=(R&&B===T&&T.visualViewport?T.visualViewport.height:B[N])-g.height,P*=I?1:-1),(y===h||(y===d||y===u)&&k===m)&&(j=p,_-=(R&&B===T&&T.visualViewport?T.visualViewport.width:B[$])-g.width,_*=I?1:-1)}var L=Object.assign({position:b},C&&W),H=!0===x?roundOffsetsByDPR({x:_,y:P}):{x:_,y:P};return(_=H.x,P=H.y,I)?Object.assign({},L,((s={})[E]=D?"0":"",s[j]=F?"0":"",s.transform=1>=(T.devicePixelRatio||1)?"translate("+_+"px, "+P+"px)":"translate3d("+_+"px, "+P+"px, 0)",s)):Object.assign({},L,((c={})[E]=D?P+"px":"",c[j]=F?_+"px":"",c.transform="",c))}var H={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(a){var c=a.state,s=a.options,d=s.gpuAcceleration,u=s.adaptive,p=s.roundOffsets,h=void 0===p||p,v={placement:getBasePlacement(c.placement),variation:getVariation(c.placement),popper:c.elements.popper,popperRect:c.rects.popper,gpuAcceleration:void 0===d||d,isFixed:"fixed"===c.options.strategy};null!=c.modifiersData.popperOffsets&&(c.styles.popper=Object.assign({},c.styles.popper,mapToStyles(Object.assign({},v,{offsets:c.modifiersData.popperOffsets,position:c.options.strategy,adaptive:void 0===u||u,roundOffsets:h})))),null!=c.modifiersData.arrow&&(c.styles.arrow=Object.assign({},c.styles.arrow,mapToStyles(Object.assign({},v,{offsets:c.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:h})))),c.attributes.popper=Object.assign({},c.attributes.popper,{"data-popper-placement":c.placement})},data:{}},V={passive:!0},q={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(a){var c=a.state,s=a.instance,d=a.options,u=d.scroll,p=void 0===u||u,h=d.resize,v=void 0===h||h,g=getWindow(c.elements.popper),y=[].concat(c.scrollParents.reference,c.scrollParents.popper);return p&&y.forEach(function(a){a.addEventListener("scroll",s.update,V)}),v&&g.addEventListener("resize",s.update,V),function(){p&&y.forEach(function(a){a.removeEventListener("scroll",s.update,V)}),v&&g.removeEventListener("resize",s.update,V)}},data:{}},U={left:"right",right:"left",bottom:"top",top:"bottom"};function getOppositePlacement(a){return a.replace(/left|right|bottom|top/g,function(a){return U[a]})}var G={start:"end",end:"start"};function getOppositeVariationPlacement(a){return a.replace(/start|end/g,function(a){return G[a]})}function getWindowScroll(a){var c=getWindow(a);return{scrollLeft:c.pageXOffset,scrollTop:c.pageYOffset}}function getWindowScrollBarX(a){return getBoundingClientRect(getDocumentElement(a)).left+getWindowScroll(a).scrollLeft}function getViewportRect(a,c){var s=getWindow(a),d=getDocumentElement(a),u=s.visualViewport,p=d.clientWidth,h=d.clientHeight,v=0,g=0;if(u){p=u.width,h=u.height;var y=isLayoutViewport();(y||!y&&"fixed"===c)&&(v=u.offsetLeft,g=u.offsetTop)}return{width:p,height:h,x:v+getWindowScrollBarX(a),y:g}}function getDocumentRect(a){var c,s=getDocumentElement(a),d=getWindowScroll(a),u=null==(c=a.ownerDocument)?void 0:c.body,p=B(s.scrollWidth,s.clientWidth,u?u.scrollWidth:0,u?u.clientWidth:0),h=B(s.scrollHeight,s.clientHeight,u?u.scrollHeight:0,u?u.clientHeight:0),v=-d.scrollLeft+getWindowScrollBarX(a),g=-d.scrollTop;return"rtl"===getComputedStyle(u||s).direction&&(v+=B(s.clientWidth,u?u.clientWidth:0)-p),{width:p,height:h,x:v,y:g}}function isScrollParent(a){var c=getComputedStyle(a),s=c.overflow,d=c.overflowX,u=c.overflowY;return/auto|scroll|overlay|hidden/.test(s+u+d)}function getScrollParent(a){return["html","body","#document"].indexOf(getNodeName(a))>=0?a.ownerDocument.body:isHTMLElement(a)&&isScrollParent(a)?a:getScrollParent(getParentNode(a))}function listScrollParents(a,c){void 0===c&&(c=[]);var s,d=getScrollParent(a),u=d===(null==(s=a.ownerDocument)?void 0:s.body),p=getWindow(d),h=u?[p].concat(p.visualViewport||[],isScrollParent(d)?d:[]):d,v=c.concat(h);return u?v:v.concat(listScrollParents(getParentNode(h)))}function rectToClientRect(a){return Object.assign({},a,{left:a.x,top:a.y,right:a.x+a.width,bottom:a.y+a.height})}function getInnerBoundingClientRect(a,c){var s=getBoundingClientRect(a,!1,"fixed"===c);return s.top=s.top+a.clientTop,s.left=s.left+a.clientLeft,s.bottom=s.top+a.clientHeight,s.right=s.left+a.clientWidth,s.width=a.clientWidth,s.height=a.clientHeight,s.x=s.left,s.y=s.top,s}function getClientRectFromMixedType(a,c,s){return c===M?rectToClientRect(getViewportRect(a,s)):isElement(c)?getInnerBoundingClientRect(c,s):rectToClientRect(getDocumentRect(getDocumentElement(a)))}function getClippingParents(a){var c=listScrollParents(getParentNode(a)),s=["absolute","fixed"].indexOf(getComputedStyle(a).position)>=0&&isHTMLElement(a)?getOffsetParent(a):a;return isElement(s)?c.filter(function(a){return isElement(a)&&contains(a,s)&&"body"!==getNodeName(a)}):[]}function getClippingRect(a,c,s,d){var u=[].concat("clippingParents"===c?getClippingParents(a):[].concat(c),[s]),p=u[0],h=u.reduce(function(c,s){var u=getClientRectFromMixedType(a,s,d);return c.top=B(u.top,c.top),c.right=N(u.right,c.right),c.bottom=N(u.bottom,c.bottom),c.left=B(u.left,c.left),c},getClientRectFromMixedType(a,p,d));return h.width=h.right-h.left,h.height=h.bottom-h.top,h.x=h.left,h.y=h.top,h}function computeOffsets(a){var c,s=a.reference,v=a.element,g=a.placement,k=g?getBasePlacement(g):null,M=g?getVariation(g):null,b=s.x+s.width/2-v.width/2,I=s.y+s.height/2-v.height/2;switch(k){case d:c={x:b,y:s.y-v.height};break;case u:c={x:b,y:s.y+s.height};break;case p:c={x:s.x+s.width,y:I};break;case h:c={x:s.x-v.width,y:I};break;default:c={x:s.x,y:s.y}}var C=k?getMainAxisFromPlacement(k):null;if(null!=C){var x="y"===C?"height":"width";switch(M){case y:c[C]=c[C]-(s[x]/2-v[x]/2);break;case m:c[C]=c[C]+(s[x]/2-v[x]/2)}}return c}function detectOverflow(a,c){void 0===c&&(c={});var s=c,h=s.placement,v=void 0===h?a.placement:h,y=s.strategy,m=void 0===y?a.strategy:y,C=s.boundary,x=s.rootBoundary,R=s.elementContext,S=void 0===R?b:R,_=s.altBoundary,w=s.padding,P=void 0===w?0:w,O=mergePaddingObject("number"!=typeof P?P:expandToHashMap(P,g)),F=a.rects.popper,D=a.elements[void 0!==_&&_?S===b?I:b:S],j=getClippingRect(isElement(D)?D:D.contextElement||getDocumentElement(a.elements.popper),void 0===C?k:C,void 0===x?M:x,m),E=getBoundingClientRect(a.elements.reference),T=computeOffsets({reference:E,element:F,strategy:"absolute",placement:v}),B=rectToClientRect(Object.assign({},F,T)),N=S===b?B:E,$={top:j.top-N.top+O.top,bottom:N.bottom-j.bottom+O.bottom,left:j.left-N.left+O.left,right:N.right-j.right+O.right},L=a.modifiersData.offset;if(S===b&&L){var W=L[v];Object.keys($).forEach(function(a){var c=[p,u].indexOf(a)>=0?1:-1,s=[d,u].indexOf(a)>=0?"y":"x";$[a]+=W[s]*c})}return $}function computeAutoPlacement(a,c){void 0===c&&(c={});var s=c,d=s.placement,u=s.boundary,p=s.rootBoundary,h=s.padding,v=s.flipVariations,y=s.allowedAutoPlacements,m=void 0===y?x:y,k=getVariation(d),M=k?v?C:C.filter(function(a){return getVariation(a)===k}):g,b=M.filter(function(a){return m.indexOf(a)>=0});0===b.length&&(b=M);var I=b.reduce(function(c,s){return c[s]=detectOverflow(a,{placement:s,boundary:u,rootBoundary:p,padding:h})[getBasePlacement(s)],c},{});return Object.keys(I).sort(function(a,c){return I[a]-I[c]})}function getExpandedFallbackPlacements(a){if(getBasePlacement(a)===v)return[];var c=getOppositePlacement(a);return[getOppositeVariationPlacement(a),c,getOppositeVariationPlacement(c)]}var X={name:"flip",enabled:!0,phase:"main",fn:function(a){var c=a.state,s=a.options,g=a.name;if(!c.modifiersData[g]._skip){for(var m=s.mainAxis,k=void 0===m||m,M=s.altAxis,b=void 0===M||M,I=s.fallbackPlacements,C=s.padding,x=s.boundary,R=s.rootBoundary,S=s.altBoundary,_=s.flipVariations,w=void 0===_||_,P=s.allowedAutoPlacements,O=c.options.placement,F=getBasePlacement(O)===O,D=I||(F||!w?[getOppositePlacement(O)]:getExpandedFallbackPlacements(O)),j=[O].concat(D).reduce(function(a,s){return a.concat(getBasePlacement(s)===v?computeAutoPlacement(c,{placement:s,boundary:x,rootBoundary:R,padding:C,flipVariations:w,allowedAutoPlacements:P}):s)},[]),E=c.rects.reference,T=c.rects.popper,B=new Map,N=!0,$=j[0],L=0;L=0,U=q?"width":"height",G=detectOverflow(c,{placement:W,boundary:x,rootBoundary:R,altBoundary:S,padding:C}),X=q?V?p:h:V?u:d;E[U]>T[U]&&(X=getOppositePlacement(X));var K=getOppositePlacement(X),Y=[];if(k&&Y.push(G[H]<=0),b&&Y.push(G[X]<=0,G[K]<=0),Y.every(function(a){return a})){$=W,N=!1;break}B.set(W,Y)}if(N)for(var Z=w?3:1,_loop=function(a){var c=j.find(function(c){var s=B.get(c);if(s)return s.slice(0,a).every(function(a){return a})});if(c)return $=c,"break"},Q=Z;Q>0&&"break"!==_loop(Q);Q--);c.placement!==$&&(c.modifiersData[g]._skip=!0,c.placement=$,c.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function getSideOffsets(a,c,s){return void 0===s&&(s={x:0,y:0}),{top:a.top-c.height-s.y,right:a.right-c.width+s.x,bottom:a.bottom-c.height+s.y,left:a.left-c.width-s.x}}function isAnySideFullyClipped(a){return[d,p,u,h].some(function(c){return a[c]>=0})}var K={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(a){var c=a.state,s=a.name,d=c.rects.reference,u=c.rects.popper,p=c.modifiersData.preventOverflow,h=detectOverflow(c,{elementContext:"reference"}),v=detectOverflow(c,{altBoundary:!0}),g=getSideOffsets(h,d),y=getSideOffsets(v,u,p),m=isAnySideFullyClipped(g),k=isAnySideFullyClipped(y);c.modifiersData[s]={referenceClippingOffsets:g,popperEscapeOffsets:y,isReferenceHidden:m,hasPopperEscaped:k},c.attributes.popper=Object.assign({},c.attributes.popper,{"data-popper-reference-hidden":m,"data-popper-escaped":k})}};function distanceAndSkiddingToXY(a,c,s){var u=getBasePlacement(a),v=[h,d].indexOf(u)>=0?-1:1,g="function"==typeof s?s(Object.assign({},c,{placement:a})):s,y=g[0],m=g[1];return y=y||0,m=(m||0)*v,[h,p].indexOf(u)>=0?{x:m,y:y}:{x:y,y:m}}var Y={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(a){var c=a.state,s=a.options,d=a.name,u=s.offset,p=void 0===u?[0,0]:u,h=x.reduce(function(a,s){return a[s]=distanceAndSkiddingToXY(s,c.rects,p),a},{}),v=h[c.placement],g=v.x,y=v.y;null!=c.modifiersData.popperOffsets&&(c.modifiersData.popperOffsets.x+=g,c.modifiersData.popperOffsets.y+=y),c.modifiersData[d]=h}},Z={name:"popperOffsets",enabled:!0,phase:"read",fn:function(a){var c=a.state,s=a.name;c.modifiersData[s]=computeOffsets({reference:c.rects.reference,element:c.rects.popper,strategy:"absolute",placement:c.placement})},data:{}};function getAltAxis(a){return"x"===a?"y":"x"}var Q={name:"preventOverflow",enabled:!0,phase:"main",fn:function(a){var c=a.state,s=a.options,v=a.name,g=s.mainAxis,m=s.altAxis,k=s.boundary,M=s.rootBoundary,b=s.altBoundary,I=s.padding,C=s.tether,x=void 0===C||C,R=s.tetherOffset,S=void 0===R?0:R,_=detectOverflow(c,{boundary:k,rootBoundary:M,padding:I,altBoundary:b}),w=getBasePlacement(c.placement),P=getVariation(c.placement),O=!P,F=getMainAxisFromPlacement(w),D=getAltAxis(F),j=c.modifiersData.popperOffsets,E=c.rects.reference,T=c.rects.popper,$="function"==typeof S?S(Object.assign({},c.rects,{placement:c.placement})):S,L="number"==typeof $?{mainAxis:$,altAxis:$}:Object.assign({mainAxis:0,altAxis:0},$),W=c.modifiersData.offset?c.modifiersData.offset[c.placement]:null,H={x:0,y:0};if(j){if(void 0===g||g){var V,q="y"===F?d:h,U="y"===F?u:p,G="y"===F?"height":"width",X=j[F],K=X+_[q],Y=X-_[U],Z=x?-T[G]/2:0,Q=P===y?E[G]:T[G],J=P===y?-T[G]:-E[G],ee=c.elements.arrow,et=x&&ee?getLayoutRect(ee):{width:0,height:0},ea=c.modifiersData["arrow#persistent"]?c.modifiersData["arrow#persistent"].padding:getFreshSideObject(),en=ea[q],er=ea[U],eo=within(0,E[G],et[G]),el=O?E[G]/2-Z-eo-en-L.mainAxis:Q-eo-en-L.mainAxis,ec=O?-E[G]/2+Z+eo+er+L.mainAxis:J+eo+er+L.mainAxis,ei=c.elements.arrow&&getOffsetParent(c.elements.arrow),es=ei?"y"===F?ei.clientTop||0:ei.clientLeft||0:0,ed=null!=(V=null==W?void 0:W[F])?V:0,eu=X+el-ed-es,ep=X+ec-ed,eh=within(x?N(K,eu):K,X,x?B(Y,ep):Y);j[F]=eh,H[F]=eh-X}if(void 0!==m&&m){var ev,eg="x"===F?d:h,ey="x"===F?u:p,ef=j[D],em="y"===D?"height":"width",ek=ef+_[eg],eM=ef-_[ey],eb=-1!==[d,h].indexOf(w),eI=null!=(ev=null==W?void 0:W[D])?ev:0,eC=eb?ek:ef-E[em]-T[em]-eI+L.altAxis,ex=eb?ef+E[em]+T[em]-eI-L.altAxis:eM,eR=x&&eb?withinMaxClamp(eC,ef,ex):within(x?eC:ek,ef,x?ex:eM);j[D]=eR,H[D]=eR-ef}c.modifiersData[v]=H}},requiresIfExists:["offset"]};function getHTMLElementScroll(a){return{scrollLeft:a.scrollLeft,scrollTop:a.scrollTop}}function getNodeScroll(a){return a!==getWindow(a)&&isHTMLElement(a)?getHTMLElementScroll(a):getWindowScroll(a)}function isElementScaled(a){var c=a.getBoundingClientRect(),s=$(c.width)/a.offsetWidth||1,d=$(c.height)/a.offsetHeight||1;return 1!==s||1!==d}function getCompositeRect(a,c,s){void 0===s&&(s=!1);var d=isHTMLElement(c),u=isHTMLElement(c)&&isElementScaled(c),p=getDocumentElement(c),h=getBoundingClientRect(a,u,s),v={scrollLeft:0,scrollTop:0},g={x:0,y:0};return(d||!d&&!s)&&(("body"!==getNodeName(c)||isScrollParent(p))&&(v=getNodeScroll(c)),isHTMLElement(c)?(g=getBoundingClientRect(c,!0),g.x+=c.clientLeft,g.y+=c.clientTop):p&&(g.x=getWindowScrollBarX(p))),{x:h.left+v.scrollLeft-g.x,y:h.top+v.scrollTop-g.y,width:h.width,height:h.height}}function order(a){var c=new Map,s=new Set,d=[];function sort(a){s.add(a.name),[].concat(a.requires||[],a.requiresIfExists||[]).forEach(function(a){if(!s.has(a)){var d=c.get(a);d&&sort(d)}}),d.push(a)}return a.forEach(function(a){c.set(a.name,a)}),a.forEach(function(a){s.has(a.name)||sort(a)}),d}function orderModifiers(a){var c=order(a);return E.reduce(function(a,s){return a.concat(c.filter(function(a){return a.phase===s}))},[])}function debounce(a){var c;return function(){return c||(c=new Promise(function(s){Promise.resolve().then(function(){c=void 0,s(a())})})),c}}function mergeByName(a){var c=a.reduce(function(a,c){var s=a[c.name];return a[c.name]=s?Object.assign({},s,c,{options:Object.assign({},s.options,c.options),data:Object.assign({},s.data,c.data)}):c,a},{});return Object.keys(c).map(function(a){return c[a]})}var J={placement:"bottom",modifiers:[],strategy:"absolute"};function areValidElements(){for(var a=arguments.length,c=Array(a),s=0;sc in a?v(a,c,{enumerable:!0,configurable:!0,writable:!0,value:s}):a[c]=s,__spreadValues=(a,c)=>{for(var s in c||(c={}))k.call(c,s)&&__defNormalProp(a,s,c[s]);if(m)for(var s of m(c))M.call(c,s)&&__defNormalProp(a,s,c[s]);return a},__spreadProps=(a,c)=>g(a,y(c)),__objRest=(a,c)=>{var s={};for(var d in a)k.call(a,d)&&0>c.indexOf(d)&&(s[d]=a[d]);if(null!=a&&m)for(var d of m(a))0>c.indexOf(d)&&M.call(a,d)&&(s[d]=a[d]);return s},createReactComponent=(a,c,s)=>{let u=(0,d.forwardRef)((c,u)=>{var{color:p="currentColor",size:v=24,stroke:g=2,children:y}=c,m=__objRest(c,["color","size","stroke","children"]);return(0,d.createElement)("svg",__spreadValues(__spreadProps(__spreadValues({ref:u},h),{width:v,height:v,stroke:p,strokeWidth:g,className:`tabler-icon tabler-icon-${a}`}),m),[...s.map(([a,c])=>(0,d.createElement)(a,c)),...y||[]])});return u.propTypes={color:p().string,size:p().oneOfType([p().string,p().number]),stroke:p().oneOfType([p().string,p().number])},u.displayName=`${c}`,u},b=createReactComponent("12-hours","Icon12Hours",[["path",{d:"M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4",key:"svg-0"}],["path",{d:"M4 13c.468 3.6 3.384 6.546 7 7",key:"svg-1"}],["path",{d:"M18 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2",key:"svg-2"}],["path",{d:"M15 21v-6",key:"svg-3"}]]),I=createReactComponent("123","Icon123",[["path",{d:"M3 10l2 -2v8",key:"svg-0"}],["path",{d:"M9 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}],["path",{d:"M17 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5",key:"svg-2"}]]),C=createReactComponent("24-hours","Icon24Hours",[["path",{d:"M4 13c.325 2.532 1.881 4.781 4 6",key:"svg-0"}],["path",{d:"M20 11a8.1 8.1 0 0 0 -15.5 -2",key:"svg-1"}],["path",{d:"M4 5v4h4",key:"svg-2"}],["path",{d:"M12 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2",key:"svg-3"}],["path",{d:"M18 15v2a1 1 0 0 0 1 1h1",key:"svg-4"}],["path",{d:"M21 15v6",key:"svg-5"}]]),x=createReactComponent("2fa","Icon2fa",[["path",{d:"M7 16h-4l3.47 -4.66a2 2 0 1 0 -3.47 -1.54",key:"svg-0"}],["path",{d:"M10 16v-8h4",key:"svg-1"}],["path",{d:"M10 12l3 0",key:"svg-2"}],["path",{d:"M17 16v-6a2 2 0 0 1 4 0v6",key:"svg-3"}],["path",{d:"M17 13l4 0",key:"svg-4"}]]),R=createReactComponent("360-view","Icon360View",[["path",{d:"M14 6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3",key:"svg-0"}],["path",{d:"M3 5h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5",key:"svg-1"}],["path",{d:"M17 7v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z",key:"svg-2"}],["path",{d:"M3 16c0 1.657 4.03 3 9 3s9 -1.343 9 -3",key:"svg-3"}]]),S=createReactComponent("360","Icon360",[["path",{d:"M17 15.328c2.414 -.718 4 -1.94 4 -3.328c0 -2.21 -4.03 -4 -9 -4s-9 1.79 -9 4s4.03 4 9 4",key:"svg-0"}],["path",{d:"M9 13l3 3l-3 3",key:"svg-1"}]]),_=createReactComponent("3d-cube-sphere-off","Icon3dCubeSphereOff",[["path",{d:"M6 17.6l-2 -1.1v-2.5",key:"svg-0"}],["path",{d:"M4 10v-2.5l2 -1.1",key:"svg-1"}],["path",{d:"M10 4.1l2 -1.1l2 1.1",key:"svg-2"}],["path",{d:"M18 6.4l2 1.1v2.5",key:"svg-3"}],["path",{d:"M20 14v2",key:"svg-4"}],["path",{d:"M14 19.9l-2 1.1l-2 -1.1",key:"svg-5"}],["path",{d:"M18 8.6l2 -1.1",key:"svg-6"}],["path",{d:"M12 12v2.5",key:"svg-7"}],["path",{d:"M12 18.5v2.5",key:"svg-8"}],["path",{d:"M12 12l-2 -1.12",key:"svg-9"}],["path",{d:"M6 8.6l-2 -1.1",key:"svg-10"}],["path",{d:"M3 3l18 18",key:"svg-11"}]]),w=createReactComponent("3d-cube-sphere","Icon3dCubeSphere",[["path",{d:"M6 17.6l-2 -1.1v-2.5",key:"svg-0"}],["path",{d:"M4 10v-2.5l2 -1.1",key:"svg-1"}],["path",{d:"M10 4.1l2 -1.1l2 1.1",key:"svg-2"}],["path",{d:"M18 6.4l2 1.1v2.5",key:"svg-3"}],["path",{d:"M20 14v2.5l-2 1.12",key:"svg-4"}],["path",{d:"M14 19.9l-2 1.1l-2 -1.1",key:"svg-5"}],["path",{d:"M12 12l2 -1.1",key:"svg-6"}],["path",{d:"M18 8.6l2 -1.1",key:"svg-7"}],["path",{d:"M12 12l0 2.5",key:"svg-8"}],["path",{d:"M12 18.5l0 2.5",key:"svg-9"}],["path",{d:"M12 12l-2 -1.12",key:"svg-10"}],["path",{d:"M6 8.6l-2 -1.1",key:"svg-11"}]]),P=createReactComponent("3d-rotate","Icon3dRotate",[["path",{d:"M12 3a7 7 0 0 1 7 7v4l-3 -3",key:"svg-0"}],["path",{d:"M22 11l-3 3",key:"svg-1"}],["path",{d:"M8 15.5l-5 -3l5 -3l5 3v5.5l-5 3z",key:"svg-2"}],["path",{d:"M3 12.5v5.5l5 3",key:"svg-3"}],["path",{d:"M8 15.545l5 -3.03",key:"svg-4"}]]),O=createReactComponent("a-b-2","IconAB2",[["path",{d:"M16 21h3c.81 0 1.48 -.67 1.48 -1.48l.02 -.02c0 -.82 -.69 -1.5 -1.5 -1.5h-3v3z",key:"svg-0"}],["path",{d:"M16 15h2.5c.84 -.01 1.5 .66 1.5 1.5s-.66 1.5 -1.5 1.5h-2.5v-3z",key:"svg-1"}],["path",{d:"M4 9v-4c0 -1.036 .895 -2 2 -2s2 .964 2 2v4",key:"svg-2"}],["path",{d:"M2.99 11.98a9 9 0 0 0 9 9m9 -9a9 9 0 0 0 -9 -9",key:"svg-3"}],["path",{d:"M8 7h-4",key:"svg-4"}]]),F=createReactComponent("a-b-off","IconABOff",[["path",{d:"M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5",key:"svg-0"}],["path",{d:"M12 12v6",key:"svg-1"}],["path",{d:"M12 6v2",key:"svg-2"}],["path",{d:"M16 8h3a2 2 0 1 1 0 4h-3m3 0a2 2 0 0 1 .83 3.82m-3.83 -3.82v-4",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),D=createReactComponent("a-b","IconAB",[["path",{d:"M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5",key:"svg-0"}],["path",{d:"M12 6l0 12",key:"svg-1"}],["path",{d:"M16 16v-8h3a2 2 0 0 1 0 4h-3m3 0a2 2 0 0 1 0 4h-3",key:"svg-2"}]]),j=createReactComponent("abacus-off","IconAbacusOff",[["path",{d:"M5 5v16",key:"svg-0"}],["path",{d:"M19 21v-2m0 -4v-12",key:"svg-1"}],["path",{d:"M5 7h2m4 0h8",key:"svg-2"}],["path",{d:"M5 15h10",key:"svg-3"}],["path",{d:"M8 13v4",key:"svg-4"}],["path",{d:"M11 13v4",key:"svg-5"}],["path",{d:"M16 16v1",key:"svg-6"}],["path",{d:"M14 5v4",key:"svg-7"}],["path",{d:"M11 5v2",key:"svg-8"}],["path",{d:"M8 8v1",key:"svg-9"}],["path",{d:"M3 21h18",key:"svg-10"}],["path",{d:"M3 3l18 18",key:"svg-11"}]]),E=createReactComponent("abacus","IconAbacus",[["path",{d:"M5 3v18",key:"svg-0"}],["path",{d:"M19 21v-18",key:"svg-1"}],["path",{d:"M5 7h14",key:"svg-2"}],["path",{d:"M5 15h14",key:"svg-3"}],["path",{d:"M8 13v4",key:"svg-4"}],["path",{d:"M11 13v4",key:"svg-5"}],["path",{d:"M16 13v4",key:"svg-6"}],["path",{d:"M14 5v4",key:"svg-7"}],["path",{d:"M11 5v4",key:"svg-8"}],["path",{d:"M8 5v4",key:"svg-9"}],["path",{d:"M3 21h18",key:"svg-10"}]]),T=createReactComponent("abc","IconAbc",[["path",{d:"M3 16v-6a2 2 0 1 1 4 0v6",key:"svg-0"}],["path",{d:"M3 13h4",key:"svg-1"}],["path",{d:"M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1",key:"svg-2"}],["path",{d:"M20.732 12a2 2 0 0 0 -3.732 1v1a2 2 0 0 0 3.726 1.01",key:"svg-3"}]]),B=createReactComponent("access-point-off","IconAccessPointOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M14.828 9.172a4 4 0 0 1 1.172 2.828",key:"svg-1"}],["path",{d:"M17.657 6.343a8 8 0 0 1 1.635 8.952",key:"svg-2"}],["path",{d:"M9.168 14.828a4 4 0 0 1 0 -5.656",key:"svg-3"}],["path",{d:"M6.337 17.657a8 8 0 0 1 0 -11.314",key:"svg-4"}]]),N=createReactComponent("access-point","IconAccessPoint",[["path",{d:"M12 12l0 .01",key:"svg-0"}],["path",{d:"M14.828 9.172a4 4 0 0 1 0 5.656",key:"svg-1"}],["path",{d:"M17.657 6.343a8 8 0 0 1 0 11.314",key:"svg-2"}],["path",{d:"M9.168 14.828a4 4 0 0 1 0 -5.656",key:"svg-3"}],["path",{d:"M6.337 17.657a8 8 0 0 1 0 -11.314",key:"svg-4"}]]),$=createReactComponent("accessible-off-filled","IconAccessibleOffFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.051 6.844a1 1 0 0 0 -1.152 -.663l-.113 .03l-2.684 .895l-2.684 -.895l-.113 -.03a1 1 0 0 0 -.628 1.884l.109 .044l2.316 .771v.976l-1.832 2.75l-.06 .1a1 1 0 0 0 .237 1.21l.1 .076l.101 .06a1 1 0 0 0 1.21 -.237l.076 -.1l1.168 -1.752l1.168 1.752l.07 .093a1 1 0 0 0 1.653 -1.102l-.059 -.1l-1.832 -2.75v-.977l2.316 -.771l.109 -.044a1 1 0 0 0 .524 -1.221zm-3.949 -4.184a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),L=createReactComponent("accessible-off","IconAccessibleOff",[["path",{d:"M10 16.5l2 -3l2 3m-2 -3v-1.5m2.627 -1.376l.373 -.124m-6 0l2.231 .744",key:"svg-0"}],["path",{d:"M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73",key:"svg-1"}],["path",{d:"M12 8a.5 .5 0 1 0 -.5 -.5",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),W=createReactComponent("accessible","IconAccessible",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 16.5l2 -3l2 3m-2 -3v-2l3 -1m-6 0l3 1",key:"svg-1"}],["circle",{cx:"12",cy:"7.5",r:".5",fill:"currentColor",key:"svg-2"}]]),H=createReactComponent("activity-heartbeat","IconActivityHeartbeat",[["path",{d:"M3 12h4.5l1.5 -6l4 12l2 -9l1.5 3h4.5",key:"svg-0"}]]),V=createReactComponent("activity","IconActivity",[["path",{d:"M3 12h4l3 8l4 -16l3 8h4",key:"svg-0"}]]),q=createReactComponent("ad-2","IconAd2",[["path",{d:"M11.933 5h-6.933v16h13v-8",key:"svg-0"}],["path",{d:"M14 17h-5",key:"svg-1"}],["path",{d:"M9 13h5v-4h-5z",key:"svg-2"}],["path",{d:"M15 5v-2",key:"svg-3"}],["path",{d:"M18 6l2 -2",key:"svg-4"}],["path",{d:"M19 9h2",key:"svg-5"}]]),U=createReactComponent("ad-circle-filled","IconAdCircleFilled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10c-5.43 0 -9.848 -4.327 -9.996 -9.72l-.004 -.28l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm-3.5 6a2.5 2.5 0 0 0 -2.495 2.336l-.005 .164v4.5l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-1h1v1l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4.5l-.005 -.164a2.5 2.5 0 0 0 -2.495 -2.336zm6.5 0h-1a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h1a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3zm0 2a1 1 0 0 1 1 1v2a1 1 0 0 1 -.883 .993l-.117 .007v-4zm-6.5 0a.5 .5 0 0 1 .492 .41l.008 .09v1.5h-1v-1.5l.008 -.09a.5 .5 0 0 1 .492 -.41z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),G=createReactComponent("ad-circle-off","IconAdCircleOff",[["path",{d:"M4.91 4.949a9.968 9.968 0 0 0 -2.91 7.051c0 5.523 4.477 10 10 10a9.968 9.968 0 0 0 7.05 -2.909",key:"svg-0"}],["path",{d:"M20.778 16.793a9.955 9.955 0 0 0 1.222 -4.793c0 -5.523 -4.477 -10 -10 -10c-1.74 0 -3.376 .444 -4.8 1.225",key:"svg-1"}],["path",{d:"M7 15v-4.5a1.5 1.5 0 0 1 2.138 -1.358",key:"svg-2"}],["path",{d:"M9.854 9.853c.094 .196 .146 .415 .146 .647v4.5",key:"svg-3"}],["path",{d:"M7 13h3",key:"svg-4"}],["path",{d:"M14 14v1h1",key:"svg-5"}],["path",{d:"M17 13v-2a2 2 0 0 0 -2 -2h-1v1",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),X=createReactComponent("ad-circle","IconAdCircle",[["path",{d:"M12 12m-10 0a10 10 0 1 0 20 0a10 10 0 1 0 -20 0",key:"svg-0"}],["path",{d:"M7 15v-4.5a1.5 1.5 0 0 1 3 0v4.5",key:"svg-1"}],["path",{d:"M7 13h3",key:"svg-2"}],["path",{d:"M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z",key:"svg-3"}]]),K=createReactComponent("ad-filled","IconAdFilled",[["path",{d:"M19 4h-14a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3zm-10 4a3 3 0 0 1 2.995 2.824l.005 .176v4a1 1 0 0 1 -1.993 .117l-.007 -.117v-1h-2v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-4a3 3 0 0 1 3 -3zm0 2a1 1 0 0 0 -.993 .883l-.007 .117v1h2v-1a1 1 0 0 0 -1 -1zm8 -2a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -.883 .993l-.117 .007h-1.5a2.5 2.5 0 1 1 .326 -4.979l.174 .029v-2.05a1 1 0 0 1 .883 -.993l.117 -.007zm-1.41 5.008l-.09 -.008a.5 .5 0 0 0 -.09 .992l.09 .008h.5v-.5l-.008 -.09a.5 .5 0 0 0 -.318 -.379l-.084 -.023z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Y=createReactComponent("ad-off","IconAdOff",[["path",{d:"M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M7 15v-4a2 2 0 0 1 2 -2m2 2v4",key:"svg-1"}],["path",{d:"M7 13h4",key:"svg-2"}],["path",{d:"M17 9v4",key:"svg-3"}],["path",{d:"M16.115 12.131c.33 .149 .595 .412 .747 .74",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),Z=createReactComponent("ad","IconAd",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 15v-4a2 2 0 0 1 4 0v4",key:"svg-1"}],["path",{d:"M7 13l4 0",key:"svg-2"}],["path",{d:"M17 9v6h-1.5a1.5 1.5 0 1 1 1.5 -1.5",key:"svg-3"}]]),Q=createReactComponent("address-book-off","IconAddressBookOff",[["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.57 3.399c-.363 .37 -.87 .601 -1.43 .601h-10a2 2 0 0 1 -2 -2v-12",key:"svg-0"}],["path",{d:"M10 16h6",key:"svg-1"}],["path",{d:"M11 11a2 2 0 0 0 2 2m2 -2a2 2 0 0 0 -2 -2",key:"svg-2"}],["path",{d:"M4 8h3",key:"svg-3"}],["path",{d:"M4 12h3",key:"svg-4"}],["path",{d:"M4 16h3",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),J=createReactComponent("address-book","IconAddressBook",[["path",{d:"M20 6v12a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2z",key:"svg-0"}],["path",{d:"M10 16h6",key:"svg-1"}],["path",{d:"M13 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M4 8h3",key:"svg-3"}],["path",{d:"M4 12h3",key:"svg-4"}],["path",{d:"M4 16h3",key:"svg-5"}]]),ee=createReactComponent("adjustments-alt","IconAdjustmentsAlt",[["path",{d:"M4 8h4v4h-4z",key:"svg-0"}],["path",{d:"M6 4l0 4",key:"svg-1"}],["path",{d:"M6 12l0 8",key:"svg-2"}],["path",{d:"M10 14h4v4h-4z",key:"svg-3"}],["path",{d:"M12 4l0 10",key:"svg-4"}],["path",{d:"M12 18l0 2",key:"svg-5"}],["path",{d:"M16 5h4v4h-4z",key:"svg-6"}],["path",{d:"M18 4l0 1",key:"svg-7"}],["path",{d:"M18 9l0 11",key:"svg-8"}]]),et=createReactComponent("adjustments-bolt","IconAdjustmentsBolt",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-5"}],["path",{d:"M12 18v2",key:"svg-6"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-7"}],["path",{d:"M18 4v1",key:"svg-8"}],["path",{d:"M18 9v3",key:"svg-9"}]]),ea=createReactComponent("adjustments-cancel","IconAdjustmentsCancel",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.499 14.675a2 2 0 1 0 -1.499 3.325",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M18 9v3",key:"svg-8"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-9"}],["path",{d:"M17 21l4 -4",key:"svg-10"}]]),en=createReactComponent("adjustments-check","IconAdjustmentsCheck",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.823 15.176a2 2 0 1 0 -2.638 2.651",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-5"}],["path",{d:"M18 4v1",key:"svg-6"}],["path",{d:"M18 9v5",key:"svg-7"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-8"}]]),er=createReactComponent("adjustments-code","IconAdjustmentsCode",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.557 14.745a2 2 0 1 0 -1.557 3.255",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M18 9v4",key:"svg-8"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-9"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-10"}]]),eo=createReactComponent("adjustments-cog","IconAdjustmentsCog",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.199 14.399a2 2 0 1 0 -1.199 3.601",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M18 9v2.5",key:"svg-8"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-9"}],["path",{d:"M19.001 15.5v1.5",key:"svg-10"}],["path",{d:"M19.001 21v1.5",key:"svg-11"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-12"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-13"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-14"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-15"}]]),el=createReactComponent("adjustments-dollar","IconAdjustmentsDollar",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.366 14.54a2 2 0 1 0 -.216 3.097",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M18 9v1",key:"svg-8"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-9"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-10"}]]),ec=createReactComponent("adjustments-down","IconAdjustmentsDown",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.945 15.53a2 2 0 1 0 -1.945 2.47",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M18 9v3",key:"svg-8"}],["path",{d:"M19 16v6",key:"svg-9"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-10"}]]),ei=createReactComponent("adjustments-exclamation","IconAdjustmentsExclamation",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M18 9v3",key:"svg-8"}],["path",{d:"M19 16v3",key:"svg-9"}],["path",{d:"M19 22v.01",key:"svg-10"}]]),es=createReactComponent("adjustments-filled","IconAdjustmentsFilled",[["path",{d:"M6 3a1 1 0 0 1 .993 .883l.007 .117v3.171a3.001 3.001 0 0 1 0 5.658v7.171a1 1 0 0 1 -1.993 .117l-.007 -.117v-7.17a3.002 3.002 0 0 1 -1.995 -2.654l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-3.17a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 3a1 1 0 0 1 .993 .883l.007 .117v9.171a3.001 3.001 0 0 1 0 5.658v1.171a1 1 0 0 1 -1.993 .117l-.007 -.117v-1.17a3.002 3.002 0 0 1 -1.995 -2.654l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-9.17a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M18 3a1 1 0 0 1 .993 .883l.007 .117v.171a3.001 3.001 0 0 1 0 5.658v10.171a1 1 0 0 1 -1.993 .117l-.007 -.117v-10.17a3.002 3.002 0 0 1 -1.995 -2.654l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-.17a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),ed=createReactComponent("adjustments-heart","IconAdjustmentsHeart",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M12 4v8.5",key:"svg-3"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-4"}],["path",{d:"M18 4v1",key:"svg-5"}],["path",{d:"M18 9v2.5",key:"svg-6"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-7"}]]),eu=createReactComponent("adjustments-horizontal","IconAdjustmentsHorizontal",[["path",{d:"M14 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M4 6l8 0",key:"svg-1"}],["path",{d:"M16 6l4 0",key:"svg-2"}],["path",{d:"M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M4 12l2 0",key:"svg-4"}],["path",{d:"M10 12l10 0",key:"svg-5"}],["path",{d:"M17 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-6"}],["path",{d:"M4 18l11 0",key:"svg-7"}],["path",{d:"M19 18l1 0",key:"svg-8"}]]),ep=createReactComponent("adjustments-minus","IconAdjustmentsMinus",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.954 15.574a2 2 0 1 0 -1.954 2.426",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M18 9v6",key:"svg-8"}],["path",{d:"M16 19h6",key:"svg-9"}]]),eh=createReactComponent("adjustments-off","IconAdjustmentsOff",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 6v2",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M12 4v4m0 4v2",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M18 9v5m0 4v2",key:"svg-8"}],["path",{d:"M3 3l18 18",key:"svg-9"}]]),ev=createReactComponent("adjustments-pause","IconAdjustmentsPause",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.627 14.836a2 2 0 1 0 -.62 2.892",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M17 17v5",key:"svg-8"}],["path",{d:"M21 17v5",key:"svg-9"}],["path",{d:"M18 9v4.5",key:"svg-10"}]]),eg=createReactComponent("adjustments-pin","IconAdjustmentsPin",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.071 14.31a2 2 0 1 0 -1.071 3.69",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M18 9v2.5",key:"svg-8"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-9"}],["path",{d:"M19 18v.01",key:"svg-10"}]]),ey=createReactComponent("adjustments-plus","IconAdjustmentsPlus",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.958 15.592a2 2 0 1 0 -1.958 2.408",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M18 9v3",key:"svg-8"}],["path",{d:"M16 19h6",key:"svg-9"}],["path",{d:"M19 16v6",key:"svg-10"}]]),ef=createReactComponent("adjustments-question","IconAdjustmentsQuestion",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.577 14.77a2 2 0 1 0 .117 2.295",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M19 22v.01",key:"svg-5"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-6"}],["path",{d:"M12 18v2",key:"svg-7"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-8"}],["path",{d:"M18 4v1",key:"svg-9"}],["path",{d:"M18 9v2",key:"svg-10"}]]),em=createReactComponent("adjustments-search","IconAdjustmentsSearch",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M12 14a2 2 0 0 0 -1.042 3.707",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-5"}],["path",{d:"M18 4v1",key:"svg-6"}],["path",{d:"M18 9v2",key:"svg-7"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-8"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-9"}]]),ek=createReactComponent("adjustments-share","IconAdjustmentsShare",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.387 14.56a2 2 0 1 0 -.798 3.352",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M16 22l5 -5",key:"svg-8"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-9"}],["path",{d:"M18 9v4",key:"svg-10"}]]),eM=createReactComponent("adjustments-star","IconAdjustmentsStar",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M12 4v9.5",key:"svg-3"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-4"}],["path",{d:"M18 4v1",key:"svg-5"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-6"}],["path",{d:"M18 9v1",key:"svg-7"}]]),eb=createReactComponent("adjustments-up","IconAdjustmentsUp",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.927 15.462a2 2 0 1 0 -1.927 2.538",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M18 9v3",key:"svg-8"}],["path",{d:"M19 22v-6",key:"svg-9"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-10"}]]),eI=createReactComponent("adjustments-x","IconAdjustmentsX",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M13.653 14.874a2 2 0 1 0 -.586 2.818",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M18 9v4",key:"svg-8"}],["path",{d:"M22 22l-5 -5",key:"svg-9"}],["path",{d:"M17 22l5 -5",key:"svg-10"}]]),eC=createReactComponent("adjustments","IconAdjustments",[["path",{d:"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M6 4v4",key:"svg-1"}],["path",{d:"M6 12v8",key:"svg-2"}],["path",{d:"M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M12 4v10",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M18 4v1",key:"svg-7"}],["path",{d:"M18 9v11",key:"svg-8"}]]),ex=createReactComponent("aerial-lift","IconAerialLift",[["path",{d:"M4 5l16 -2m-8 1v10m-5.106 -6h10.306c2.45 3 2.45 9 -.2 12h-10.106c-2.544 -3 -2.544 -9 0 -12zm-1.894 6h14",key:"svg-0"}]]),eR=createReactComponent("affiliate-filled","IconAffiliateFilled",[["path",{d:"M18.5 3a2.5 2.5 0 1 1 -.912 4.828l-4.556 4.555a5.475 5.475 0 0 1 .936 3.714l2.624 .787a2.5 2.5 0 1 1 -.575 1.916l-2.623 -.788a5.5 5.5 0 0 1 -10.39 -2.29l-.004 -.222l.004 -.221a5.5 5.5 0 0 1 2.984 -4.673l-.788 -2.624a2.498 2.498 0 0 1 -2.194 -2.304l-.006 -.178l.005 -.164a2.5 2.5 0 1 1 4.111 2.071l.787 2.625a5.475 5.475 0 0 1 3.714 .936l4.555 -4.556a2.487 2.487 0 0 1 -.167 -.748l-.005 -.164l.005 -.164a2.5 2.5 0 0 1 2.495 -2.336z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eS=createReactComponent("affiliate","IconAffiliate",[["path",{d:"M5.931 6.936l1.275 4.249m5.607 5.609l4.251 1.275",key:"svg-0"}],["path",{d:"M11.683 12.317l5.759 -5.759",key:"svg-1"}],["path",{d:"M5.5 5.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-2"}],["path",{d:"M18.5 5.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-3"}],["path",{d:"M18.5 18.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-4"}],["path",{d:"M8.5 15.5m-4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0",key:"svg-5"}]]),e_=createReactComponent("air-balloon","IconAirBalloon",[["path",{d:"M10 19m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M12 16c3.314 0 6 -4.686 6 -8a6 6 0 1 0 -12 0c0 3.314 2.686 8 6 8z",key:"svg-1"}],["path",{d:"M12 9m-2 0a2 7 0 1 0 4 0a2 7 0 1 0 -4 0",key:"svg-2"}]]),ew=createReactComponent("air-conditioning-disabled","IconAirConditioningDisabled",[["path",{d:"M3 8m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 16v-3a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v3",key:"svg-1"}]]),eP=createReactComponent("air-conditioning","IconAirConditioning",[["path",{d:"M8 16a3 3 0 0 1 -3 3",key:"svg-0"}],["path",{d:"M16 16a3 3 0 0 0 3 3",key:"svg-1"}],["path",{d:"M12 16v4",key:"svg-2"}],["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-3"}],["path",{d:"M7 13v-3a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v3",key:"svg-4"}]]),eO=createReactComponent("air-traffic-control","IconAirTrafficControl",[["path",{d:"M11 3h2",key:"svg-0"}],["path",{d:"M12 3v3",key:"svg-1"}],["path",{d:"M5.998 6h12.004a2 2 0 0 1 1.916 2.575l-1.8 6a2 2 0 0 1 -1.916 1.425h-8.404a2 2 0 0 1 -1.916 -1.425l-1.8 -6a2 2 0 0 1 1.916 -2.575z",key:"svg-2"}],["path",{d:"M8.5 6l1.5 10v5",key:"svg-3"}],["path",{d:"M15.5 6l-1.5 10v5",key:"svg-4"}]]),eF=createReactComponent("alarm-average","IconAlarmAverage",[["path",{d:"M5 13a7 7 0 1 0 14 0a7 7 0 0 0 -14 0",key:"svg-0"}],["path",{d:"M7 4l-2.75 2",key:"svg-1"}],["path",{d:"M17 4l2.75 2",key:"svg-2"}],["path",{d:"M8 13h1l2 3l2 -6l2 3h1",key:"svg-3"}]]),ez=createReactComponent("alarm-filled","IconAlarmFilled",[["path",{d:"M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-4 2.928a1 1 0 0 0 -1 1v3l.007 .117a1 1 0 0 0 .993 .883h2l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-1v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),eD=createReactComponent("alarm-minus-filled","IconAlarmMinusFilled",[["path",{d:"M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-2 5.928h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),eA=createReactComponent("alarm-minus","IconAlarmMinus",[["path",{d:"M12 13m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M7 4l-2.75 2",key:"svg-1"}],["path",{d:"M17 4l2.75 2",key:"svg-2"}],["path",{d:"M10 13h4",key:"svg-3"}]]),ej=createReactComponent("alarm-off","IconAlarmOff",[["path",{d:"M7.587 7.566a7 7 0 1 0 9.833 9.864m1.35 -2.645a7 7 0 0 0 -8.536 -8.56",key:"svg-0"}],["path",{d:"M12 12v1h1",key:"svg-1"}],["path",{d:"M5.261 5.265l-1.011 .735",key:"svg-2"}],["path",{d:"M17 4l2.75 2",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),eE=createReactComponent("alarm-plus-filled","IconAlarmPlusFilled",[["path",{d:"M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-4 3.928a1 1 0 0 0 -1 1v1h-1l-.117 .007a1 1 0 0 0 .117 1.993h1v1l.007 .117a1 1 0 0 0 1.993 -.117v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),eT=createReactComponent("alarm-plus","IconAlarmPlus",[["path",{d:"M12 13m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M7 4l-2.75 2",key:"svg-1"}],["path",{d:"M17 4l2.75 2",key:"svg-2"}],["path",{d:"M10 13h4",key:"svg-3"}],["path",{d:"M12 11v4",key:"svg-4"}]]),eB=createReactComponent("alarm-snooze-filled","IconAlarmSnoozeFilled",[["path",{d:"M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-2 3.928h-4l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h1.584l-2.291 2.293l-.076 .084c-.514 .637 -.07 1.623 .783 1.623h4l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-1.586l2.293 -2.293l.076 -.084c.514 -.637 .07 -1.623 -.783 -1.623z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),eN=createReactComponent("alarm-snooze","IconAlarmSnooze",[["path",{d:"M12 13m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M10 11h4l-4 4h4",key:"svg-1"}],["path",{d:"M7 4l-2.75 2",key:"svg-2"}],["path",{d:"M17 4l2.75 2",key:"svg-3"}]]),e$=createReactComponent("alarm","IconAlarm",[["path",{d:"M12 13m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M12 10l0 3l2 0",key:"svg-1"}],["path",{d:"M7 4l-2.75 2",key:"svg-2"}],["path",{d:"M17 4l2.75 2",key:"svg-3"}]]),eL=createReactComponent("album-off","IconAlbumOff",[["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.581 3.41c-.362 .364 -.864 .59 -1.419 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.052 .585 -1.413",key:"svg-0"}],["path",{d:"M12 4v4m1.503 1.497l.497 -.497l2 2v-7",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),eW=createReactComponent("album","IconAlbum",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 4v7l2 -2l2 2v-7",key:"svg-1"}]]),eH=createReactComponent("alert-circle-filled","IconAlertCircleFilled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm.01 13l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eV=createReactComponent("alert-circle-off","IconAlertCircleOff",[["path",{d:"M5.644 5.629a9 9 0 1 0 12.715 12.741m1.693 -2.349a9 9 0 0 0 -12.087 -12.068",key:"svg-0"}],["path",{d:"M12 7v1",key:"svg-1"}],["path",{d:"M12 16h.01",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eU=createReactComponent("alert-circle","IconAlertCircle",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M12 8v4",key:"svg-1"}],["path",{d:"M12 16h.01",key:"svg-2"}]]),eG=createReactComponent("alert-hexagon-filled","IconAlertHexagonFilled",[["path",{d:"M10.425 1.414a3.33 3.33 0 0 1 3.026 -.097l.19 .097l6.775 3.995l.096 .063l.092 .077l.107 .075a3.224 3.224 0 0 1 1.266 2.188l.018 .202l.005 .204v7.284c0 1.106 -.57 2.129 -1.454 2.693l-.17 .1l-6.803 4.302c-.918 .504 -2.019 .535 -3.004 .068l-.196 -.1l-6.695 -4.237a3.225 3.225 0 0 1 -1.671 -2.619l-.007 -.207v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098zm1.585 13.586l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eX=createReactComponent("alert-hexagon-off","IconAlertHexagonOff",[["path",{d:"M18.36 18.387l-5.268 3.333a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l1.317 -.777m2.535 -1.493l2.898 -1.709a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .414 -.116 .812 -.326 1.155",key:"svg-0"}],["path",{d:"M12 7v1",key:"svg-1"}],["path",{d:"M12 8v.01",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}],["path",{d:"M12 16h.01",key:"svg-4"}]]),eK=createReactComponent("alert-hexagon","IconAlertHexagon",[["path",{d:"M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M12 8v4",key:"svg-1"}],["path",{d:"M12 16h.01",key:"svg-2"}]]),eY=createReactComponent("alert-octagon-filled","IconAlertOctagonFilled",[["path",{d:"M14.897 1a4 4 0 0 1 2.664 1.016l.165 .156l4.1 4.1a4 4 0 0 1 1.168 2.605l.006 .227v5.794a4 4 0 0 1 -1.016 2.664l-.156 .165l-4.1 4.1a4 4 0 0 1 -2.603 1.168l-.227 .006h-5.795a3.999 3.999 0 0 1 -2.664 -1.017l-.165 -.156l-4.1 -4.1a4 4 0 0 1 -1.168 -2.604l-.006 -.227v-5.794a4 4 0 0 1 1.016 -2.664l.156 -.165l4.1 -4.1a4 4 0 0 1 2.605 -1.168l.227 -.006h5.793zm-2.887 14l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eZ=createReactComponent("alert-octagon","IconAlertOctagon",[["path",{d:"M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z",key:"svg-0"}],["path",{d:"M12 8v4",key:"svg-1"}],["path",{d:"M12 16h.01",key:"svg-2"}]]),eQ=createReactComponent("alert-small-off","IconAlertSmallOff",[["path",{d:"M12 16h.01",key:"svg-0"}],["path",{d:"M12 7v1",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),eJ=createReactComponent("alert-small","IconAlertSmall",[["path",{d:"M12 8v4",key:"svg-0"}],["path",{d:"M12 16h.01",key:"svg-1"}]]),e1=createReactComponent("alert-square-filled","IconAlertSquareFilled",[["path",{d:"M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-6.99 13l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),e0=createReactComponent("alert-square-rounded-filled","IconAlertSquareRoundedFilled",[["path",{d:"M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm.01 13l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),e2=createReactComponent("alert-square-rounded-off","IconAlertSquareRoundedOff",[["path",{d:"M19.201 19.199c-1.35 1.35 -3.6 1.801 -7.201 1.801c-7.2 0 -9 -1.8 -9 -9c0 -3.598 .45 -5.847 1.797 -7.197m2.626 -1.376c1.204 -.307 2.709 -.427 4.577 -.427c7.2 0 9 1.8 9 9c0 1.865 -.12 3.367 -.425 4.57",key:"svg-0"}],["path",{d:"M12 7v1",key:"svg-1"}],["path",{d:"M12 16h.01",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),e3=createReactComponent("alert-square-rounded","IconAlertSquareRounded",[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-0"}],["path",{d:"M12 8v4",key:"svg-1"}],["path",{d:"M12 16h.01",key:"svg-2"}]]),e5=createReactComponent("alert-square","IconAlertSquare",[["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-0"}],["path",{d:"M12 8v4",key:"svg-1"}],["path",{d:"M12 16h.01",key:"svg-2"}]]),e4=createReactComponent("alert-triangle-filled","IconAlertTriangleFilled",[["path",{d:"M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm.01 13.33l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -7a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),e6=createReactComponent("alert-triangle-off","IconAlertTriangleOff",[["path",{d:"M21.998 17.997a1.913 1.913 0 0 0 -.255 -.872l-8.106 -13.534a1.914 1.914 0 0 0 -3.274 0l-1.04 1.736m-1.493 2.493l-5.573 9.304a1.914 1.914 0 0 0 1.636 2.871h16.107",key:"svg-0"}],["path",{d:"M12 16h.01",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}],["path",{d:"M12 7v1",key:"svg-3"}]]),e9=createReactComponent("alert-triangle","IconAlertTriangle",[["path",{d:"M12 9v4",key:"svg-0"}],["path",{d:"M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z",key:"svg-1"}],["path",{d:"M12 16h.01",key:"svg-2"}]]),e7=createReactComponent("alien-filled","IconAlienFilled",[["path",{d:"M12.004 2c4.942 0 8.288 2.503 8.85 6.444a12.884 12.884 0 0 1 -2.163 9.308a11.794 11.794 0 0 1 -3.51 3.356c-1.982 1.19 -4.376 1.19 -6.373 -.008a11.763 11.763 0 0 1 -3.489 -3.34a12.808 12.808 0 0 1 -2.171 -9.306c.564 -3.95 3.91 -6.454 8.856 -6.454zm1.913 14.6a1 1 0 0 0 -1.317 -.517l-.146 .055a1.5 1.5 0 0 1 -1.054 -.055l-.11 -.04a1 1 0 0 0 -.69 1.874a3.5 3.5 0 0 0 2.8 0a1 1 0 0 0 .517 -1.317zm-5.304 -6.39a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -1.497l-2 -2zm8.094 .083a1 1 0 0 0 -1.414 0l-2 2l-.083 .094a1 1 0 0 0 1.497 1.32l2 -2l.083 -.094a1 1 0 0 0 -.083 -1.32z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),e8=createReactComponent("alien","IconAlien",[["path",{d:"M11 17a2.5 2.5 0 0 0 2 0",key:"svg-0"}],["path",{d:"M12 3c-4.664 0 -7.396 2.331 -7.862 5.595a11.816 11.816 0 0 0 2 8.592a10.777 10.777 0 0 0 3.199 3.064c1.666 1 3.664 1 5.33 0a10.777 10.777 0 0 0 3.199 -3.064a11.89 11.89 0 0 0 2 -8.592c-.466 -3.265 -3.198 -5.595 -7.862 -5.595z",key:"svg-1"}],["path",{d:"M8 11l2 2",key:"svg-2"}],["path",{d:"M16 11l-2 2",key:"svg-3"}]]),te=createReactComponent("align-box-bottom-center-filled","IconAlignBoxBottomCenterFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-9.333 13a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 -4a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 2a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),tt=createReactComponent("align-box-bottom-center","IconAlignBoxBottomCenter",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 15v2",key:"svg-1"}],["path",{d:"M12 11v6",key:"svg-2"}],["path",{d:"M15 13v4",key:"svg-3"}]]),ta=createReactComponent("align-box-bottom-left-filled","IconAlignBoxBottomLeftFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-12.333 13a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 -4a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 2a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),tn=createReactComponent("align-box-bottom-left","IconAlignBoxBottomLeft",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 15v2",key:"svg-1"}],["path",{d:"M10 11v6",key:"svg-2"}],["path",{d:"M13 13v4",key:"svg-3"}]]),tr=createReactComponent("align-box-bottom-right-filled","IconAlignBoxBottomRightFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 13a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 -4a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 2a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),to=createReactComponent("align-box-bottom-right","IconAlignBoxBottomRight",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M11 15v2",key:"svg-1"}],["path",{d:"M14 11v6",key:"svg-2"}],["path",{d:"M17 13v4",key:"svg-3"}]]),tl=createReactComponent("align-box-center-bottom","IconAlignBoxCenterBottom",[["path",{d:"M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M11 17h2",key:"svg-1"}],["path",{d:"M9 14h6",key:"svg-2"}],["path",{d:"M10 11h4",key:"svg-3"}]]),tc=createReactComponent("align-box-center-middle-filled","IconAlignBoxCenterMiddleFilled",[["path",{d:"M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.993 -2.802l-.007 -.198v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-6 12h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm2 -3h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-1 -3h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ti=createReactComponent("align-box-center-middle","IconAlignBoxCenterMiddle",[["path",{d:"M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M11 15h2",key:"svg-1"}],["path",{d:"M9 12h6",key:"svg-2"}],["path",{d:"M10 9h4",key:"svg-3"}]]),ts=createReactComponent("align-box-center-stretch","IconAlignBoxCenterStretch",[["path",{d:"M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M11 17h2",key:"svg-1"}],["path",{d:"M9 12h6",key:"svg-2"}],["path",{d:"M10 7h4",key:"svg-3"}]]),td=createReactComponent("align-box-center-top","IconAlignBoxCenterTop",[["path",{d:"M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M11 13h2",key:"svg-1"}],["path",{d:"M9 10h6",key:"svg-2"}],["path",{d:"M10 7h4",key:"svg-3"}]]),tu=createReactComponent("align-box-left-bottom-filled","IconAlignBoxLeftBottomFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-10.333 15h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm4 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm-2 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),tp=createReactComponent("align-box-left-bottom","IconAlignBoxLeftBottom",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 17h-2",key:"svg-1"}],["path",{d:"M13 14h-6",key:"svg-2"}],["path",{d:"M11 11h-4",key:"svg-3"}]]),th=createReactComponent("align-box-left-middle-filled","IconAlignBoxLeftMiddleFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-10.333 12h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm4 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm-2 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),tv=createReactComponent("align-box-left-middle","IconAlignBoxLeftMiddle",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 15h-2",key:"svg-1"}],["path",{d:"M13 12h-6",key:"svg-2"}],["path",{d:"M11 9h-4",key:"svg-3"}]]),tg=createReactComponent("align-box-left-stretch","IconAlignBoxLeftStretch",[["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-0"}],["path",{d:"M9 17h-2",key:"svg-1"}],["path",{d:"M13 12h-6",key:"svg-2"}],["path",{d:"M11 7h-4",key:"svg-3"}]]),ty=createReactComponent("align-box-left-top-filled","IconAlignBoxLeftTopFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-10.333 9h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm4 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm-2 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),tf=createReactComponent("align-box-left-top","IconAlignBoxLeftTop",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 13h-2",key:"svg-1"}],["path",{d:"M13 10h-6",key:"svg-2"}],["path",{d:"M11 7h-4",key:"svg-3"}]]),tm=createReactComponent("align-box-right-bottom-filled","IconAlignBoxRightBottomFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-.333 15h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),tk=createReactComponent("align-box-right-bottom","IconAlignBoxRightBottom",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M15 17h2",key:"svg-1"}],["path",{d:"M11 14h6",key:"svg-2"}],["path",{d:"M13 11h4",key:"svg-3"}]]),tM=createReactComponent("align-box-right-middle-filled","IconAlignBoxRightMiddleFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-.333 12h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -3h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -3h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),tb=createReactComponent("align-box-right-middle","IconAlignBoxRightMiddle",[["path",{d:"M15 15h2",key:"svg-0"}],["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-1"}],["path",{d:"M11 12h6",key:"svg-2"}],["path",{d:"M13 9h4",key:"svg-3"}]]),tI=createReactComponent("align-box-right-stretch","IconAlignBoxRightStretch",[["path",{d:"M15 17h2",key:"svg-0"}],["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-1"}],["path",{d:"M11 12h6",key:"svg-2"}],["path",{d:"M13 7h4",key:"svg-3"}]]),tC=createReactComponent("align-box-right-top-filled","IconAlignBoxRightTopFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-.333 9h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),tx=createReactComponent("align-box-right-top","IconAlignBoxRightTop",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M15 13h2",key:"svg-1"}],["path",{d:"M11 10h6",key:"svg-2"}],["path",{d:"M13 7h4",key:"svg-3"}]]),tR=createReactComponent("align-box-top-center-filled","IconAlignBoxTopCenterFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 3a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),tS=createReactComponent("align-box-top-center","IconAlignBoxTopCenter",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 9v-2",key:"svg-1"}],["path",{d:"M12 13v-6",key:"svg-2"}],["path",{d:"M15 11v-4",key:"svg-3"}]]),t_=createReactComponent("align-box-top-left-filled","IconAlignBoxTopLeftFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-9.333 3a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),tw=createReactComponent("align-box-top-left","IconAlignBoxTopLeft",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 9v-2",key:"svg-1"}],["path",{d:"M10 13v-6",key:"svg-2"}],["path",{d:"M13 11v-4",key:"svg-3"}]]),tP=createReactComponent("align-box-top-right-filled","IconAlignBoxTopRightFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.333 3a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),tO=createReactComponent("align-box-top-right","IconAlignBoxTopRight",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M11 9v-2",key:"svg-1"}],["path",{d:"M14 13v-6",key:"svg-2"}],["path",{d:"M17 11v-4",key:"svg-3"}]]),tF=createReactComponent("align-center","IconAlignCenter",[["path",{d:"M4 6l16 0",key:"svg-0"}],["path",{d:"M8 12l8 0",key:"svg-1"}],["path",{d:"M6 18l12 0",key:"svg-2"}]]),tz=createReactComponent("align-justified","IconAlignJustified",[["path",{d:"M4 6l16 0",key:"svg-0"}],["path",{d:"M4 12l16 0",key:"svg-1"}],["path",{d:"M4 18l12 0",key:"svg-2"}]]),tD=createReactComponent("align-left","IconAlignLeft",[["path",{d:"M4 6l16 0",key:"svg-0"}],["path",{d:"M4 12l10 0",key:"svg-1"}],["path",{d:"M4 18l14 0",key:"svg-2"}]]),tA=createReactComponent("align-right","IconAlignRight",[["path",{d:"M4 6l16 0",key:"svg-0"}],["path",{d:"M10 12l10 0",key:"svg-1"}],["path",{d:"M6 18l14 0",key:"svg-2"}]]),tj=createReactComponent("alpha","IconAlpha",[["path",{d:"M18.1 6c-1.1 2.913 -1.9 4.913 -2.4 6c-1.879 4.088 -3.713 6 -6 6c-2.4 0 -4.8 -2.4 -4.8 -6s2.4 -6 4.8 -6c2.267 0 4.135 1.986 6 6c.512 1.102 1.312 3.102 2.4 6",key:"svg-0"}]]),tE=createReactComponent("alphabet-cyrillic","IconAlphabetCyrillic",[["path",{d:"M6 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3",key:"svg-0"}],["path",{d:"M19 7h-3a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1a2 2 0 0 0 2 -2v-3a2 2 0 0 0 -2 -2h-3",key:"svg-1"}]]),tT=createReactComponent("alphabet-greek","IconAlphabetGreek",[["path",{d:"M10 10v7",key:"svg-0"}],["path",{d:"M5 10m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M14 20v-11a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2",key:"svg-2"}]]),tB=createReactComponent("alphabet-latin","IconAlphabetLatin",[["path",{d:"M6 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3",key:"svg-0"}],["path",{d:"M14 7v10",key:"svg-1"}],["path",{d:"M14 10m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),tN=createReactComponent("alt","IconAlt",[["path",{d:"M4 16v-6a2 2 0 1 1 4 0v6",key:"svg-0"}],["path",{d:"M4 13h4",key:"svg-1"}],["path",{d:"M11 8v8h4",key:"svg-2"}],["path",{d:"M16 8h4",key:"svg-3"}],["path",{d:"M18 8v8",key:"svg-4"}]]),t$=createReactComponent("ambulance","IconAmbulance",[["path",{d:"M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5",key:"svg-2"}],["path",{d:"M6 10h4m-2 -2v4",key:"svg-3"}]]),tL=createReactComponent("ampersand","IconAmpersand",[["path",{d:"M19 20l-10.403 -10.972a2.948 2.948 0 0 1 0 -4.165a2.94 2.94 0 0 1 4.161 0a2.948 2.948 0 0 1 0 4.165l-4.68 4.687a3.685 3.685 0 0 0 0 5.207a3.675 3.675 0 0 0 5.2 0l5.722 -5.922",key:"svg-0"}]]),tW=createReactComponent("analyze-filled","IconAnalyzeFilled",[["path",{d:"M4.99 12.862a7.1 7.1 0 0 0 12.171 3.924a1.956 1.956 0 0 1 -.156 -.637l-.005 -.149l.005 -.15a2 2 0 1 1 1.769 2.137a9.099 9.099 0 0 1 -15.764 -4.85a1 1 0 0 1 1.98 -.275z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M13.142 3.09a9.1 9.1 0 0 1 7.848 7.772a1 1 0 0 1 -1.98 .276a7.1 7.1 0 0 0 -6.125 -6.064a7.096 7.096 0 0 0 -6.048 2.136a2 2 0 1 1 -3.831 .939l-.006 -.149l.005 -.15a2 2 0 0 1 2.216 -1.838a9.094 9.094 0 0 1 7.921 -2.922z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),tH=createReactComponent("analyze-off","IconAnalyzeOff",[["path",{d:"M20 11a8.1 8.1 0 0 0 -6.986 -6.918a8.086 8.086 0 0 0 -4.31 .62m-2.383 1.608a8.089 8.089 0 0 0 -1.326 1.69",key:"svg-0"}],["path",{d:"M4 13a8.1 8.1 0 0 0 13.687 4.676",key:"svg-1"}],["path",{d:"M20 16a1 1 0 0 0 -1 -1",key:"svg-2"}],["path",{d:"M5 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M9.888 9.87a3 3 0 1 0 4.233 4.252m.595 -3.397a3.012 3.012 0 0 0 -1.426 -1.435",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),tV=createReactComponent("analyze","IconAnalyze",[["path",{d:"M20 11a8.1 8.1 0 0 0 -6.986 -6.918a8.095 8.095 0 0 0 -8.019 3.918",key:"svg-0"}],["path",{d:"M4 13a8.1 8.1 0 0 0 15 3",key:"svg-1"}],["path",{d:"M19 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M5 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-4"}]]),tq=createReactComponent("anchor-off","IconAnchorOff",[["path",{d:"M12 12v9",key:"svg-0"}],["path",{d:"M4 13a8 8 0 0 0 14.138 5.13m1.44 -2.56a7.99 7.99 0 0 0 .422 -2.57",key:"svg-1"}],["path",{d:"M21 13h-2",key:"svg-2"}],["path",{d:"M5 13h-2",key:"svg-3"}],["path",{d:"M12.866 8.873a3 3 0 1 0 -3.737 -3.747",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),tU=createReactComponent("anchor","IconAnchor",[["path",{d:"M12 9v12m-8 -8a8 8 0 0 0 16 0m1 0h-2m-14 0h-2",key:"svg-0"}],["path",{d:"M12 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}]]),tG=createReactComponent("angle","IconAngle",[["path",{d:"M21 19h-18l9 -15",key:"svg-0"}],["path",{d:"M20.615 15.171h.015",key:"svg-1"}],["path",{d:"M19.515 11.771h.015",key:"svg-2"}],["path",{d:"M17.715 8.671h.015",key:"svg-3"}],["path",{d:"M15.415 5.971h.015",key:"svg-4"}]]),tX=createReactComponent("ankh","IconAnkh",[["path",{d:"M6 13h12",key:"svg-0"}],["path",{d:"M12 21v-8l-.422 -.211a6.472 6.472 0 0 1 -3.578 -5.789a4 4 0 1 1 8 0a6.472 6.472 0 0 1 -3.578 5.789l-.422 .211",key:"svg-1"}]]),tK=createReactComponent("antenna-bars-1","IconAntennaBars1",[["path",{d:"M6 18l0 .01",key:"svg-0"}],["path",{d:"M10 18l0 .01",key:"svg-1"}],["path",{d:"M14 18l0 .01",key:"svg-2"}],["path",{d:"M18 18l0 .01",key:"svg-3"}]]),tY=createReactComponent("antenna-bars-2","IconAntennaBars2",[["path",{d:"M6 18l0 -3",key:"svg-0"}],["path",{d:"M10 18l0 .01",key:"svg-1"}],["path",{d:"M14 18l0 .01",key:"svg-2"}],["path",{d:"M18 18l0 .01",key:"svg-3"}]]),tZ=createReactComponent("antenna-bars-3","IconAntennaBars3",[["path",{d:"M6 18l0 -3",key:"svg-0"}],["path",{d:"M10 18l0 -6",key:"svg-1"}],["path",{d:"M14 18l0 .01",key:"svg-2"}],["path",{d:"M18 18l0 .01",key:"svg-3"}]]),tQ=createReactComponent("antenna-bars-4","IconAntennaBars4",[["path",{d:"M6 18l0 -3",key:"svg-0"}],["path",{d:"M10 18l0 -6",key:"svg-1"}],["path",{d:"M14 18l0 -9",key:"svg-2"}],["path",{d:"M18 18l0 .01",key:"svg-3"}]]),tJ=createReactComponent("antenna-bars-5","IconAntennaBars5",[["path",{d:"M6 18l0 -3",key:"svg-0"}],["path",{d:"M10 18l0 -6",key:"svg-1"}],["path",{d:"M14 18l0 -9",key:"svg-2"}],["path",{d:"M18 18l0 -12",key:"svg-3"}]]),t1=createReactComponent("antenna-bars-off","IconAntennaBarsOff",[["path",{d:"M6 18v-3",key:"svg-0"}],["path",{d:"M10 18v-6",key:"svg-1"}],["path",{d:"M14 18v-4",key:"svg-2"}],["path",{d:"M14 10v-1",key:"svg-3"}],["path",{d:"M18 14v-8",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),t0=createReactComponent("antenna-off","IconAntennaOff",[["path",{d:"M20 4v8",key:"svg-0"}],["path",{d:"M16 4.5v7",key:"svg-1"}],["path",{d:"M12 5v3m0 4v9",key:"svg-2"}],["path",{d:"M8 8v2.5",key:"svg-3"}],["path",{d:"M4 6v4",key:"svg-4"}],["path",{d:"M20 8h-8m-4 0h-4",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),t2=createReactComponent("antenna","IconAntenna",[["path",{d:"M20 4v8",key:"svg-0"}],["path",{d:"M16 4.5v7",key:"svg-1"}],["path",{d:"M12 5v16",key:"svg-2"}],["path",{d:"M8 5.5v5",key:"svg-3"}],["path",{d:"M4 6v4",key:"svg-4"}],["path",{d:"M20 8h-16",key:"svg-5"}]]),t3=createReactComponent("aperture-off","IconApertureOff",[["path",{d:"M3.6 15h10.55",key:"svg-0"}],["path",{d:"M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098",key:"svg-1"}],["path",{d:"M7.395 7.534l2.416 7.438",key:"svg-2"}],["path",{d:"M17.032 4.636l-4.852 3.526m-2.334 1.695l-1.349 .98",key:"svg-3"}],["path",{d:"M20.559 14.51l-8.535 -6.201",key:"svg-4"}],["path",{d:"M12.257 20.916l2.123 -6.533m.984 -3.028l.154 -.473",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),t5=createReactComponent("aperture","IconAperture",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M3.6 15h10.55",key:"svg-1"}],["path",{d:"M6.551 4.938l3.26 10.034",key:"svg-2"}],["path",{d:"M17.032 4.636l-8.535 6.201",key:"svg-3"}],["path",{d:"M20.559 14.51l-8.535 -6.201",key:"svg-4"}],["path",{d:"M12.257 20.916l3.261 -10.034",key:"svg-5"}]]),t4=createReactComponent("api-app-off","IconApiAppOff",[["path",{d:"M12 15h-6.5a2.5 2.5 0 1 1 0 -5h.5",key:"svg-0"}],["path",{d:"M15 15v3.5a2.5 2.5 0 1 1 -5 0v-.5",key:"svg-1"}],["path",{d:"M13 9h5.5a2.5 2.5 0 1 1 0 5h-.5",key:"svg-2"}],["path",{d:"M9 12v-3m.042 -3.957a2.5 2.5 0 0 1 4.958 .457v.5",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),t6=createReactComponent("api-app","IconApiApp",[["path",{d:"M12 15h-6.5a2.5 2.5 0 1 1 0 -5h.5",key:"svg-0"}],["path",{d:"M15 12v6.5a2.5 2.5 0 1 1 -5 0v-.5",key:"svg-1"}],["path",{d:"M12 9h6.5a2.5 2.5 0 1 1 0 5h-.5",key:"svg-2"}],["path",{d:"M9 12v-6.5a2.5 2.5 0 0 1 5 0v.5",key:"svg-3"}]]),t9=createReactComponent("api-off","IconApiOff",[["path",{d:"M4 13h5",key:"svg-0"}],["path",{d:"M12 16v-4m0 -4h3a2 2 0 0 1 2 2v1c0 .554 -.225 1.055 -.589 1.417m-3.411 .583h-1",key:"svg-1"}],["path",{d:"M20 8v8",key:"svg-2"}],["path",{d:"M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),t7=createReactComponent("api","IconApi",[["path",{d:"M4 13h5",key:"svg-0"}],["path",{d:"M12 16v-8h3a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-3",key:"svg-1"}],["path",{d:"M20 8v8",key:"svg-2"}],["path",{d:"M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5",key:"svg-3"}]]),t8=createReactComponent("app-window-filled","IconAppWindowFilled",[["path",{d:"M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-12.99 3l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm3 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ae=createReactComponent("app-window","IconAppWindow",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M6 8h.01",key:"svg-1"}],["path",{d:"M9 8h.01",key:"svg-2"}]]),at=createReactComponent("apple","IconApple",[["path",{d:"M12 14m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M12 11v-6a2 2 0 0 1 2 -2h2v1a2 2 0 0 1 -2 2h-2",key:"svg-1"}],["path",{d:"M10 10.5c1.333 .667 2.667 .667 4 0",key:"svg-2"}]]),aa=createReactComponent("apps-filled","IconAppsFilled",[["path",{d:"M9 3h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M9 13h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M19 13h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M17 3a1 1 0 0 1 .993 .883l.007 .117v2h2a1 1 0 0 1 .117 1.993l-.117 .007h-2v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-2a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}]]),an=createReactComponent("apps-off","IconAppsOff",[["path",{d:"M8 4h1a1 1 0 0 1 1 1v1m-.29 3.704a1 1 0 0 1 -.71 .296h-4a1 1 0 0 1 -1 -1v-4c0 -.276 .111 -.525 .292 -.706",key:"svg-0"}],["path",{d:"M18 14h1a1 1 0 0 1 1 1v1m-.29 3.704a1 1 0 0 1 -.71 .296h-4a1 1 0 0 1 -1 -1v-4c0 -.276 .111 -.525 .292 -.706",key:"svg-1"}],["path",{d:"M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M14 7h6",key:"svg-3"}],["path",{d:"M17 4v6",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),ar=createReactComponent("apps","IconApps",[["path",{d:"M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M14 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M14 7l6 0",key:"svg-3"}],["path",{d:"M17 4l0 6",key:"svg-4"}]]),ao=createReactComponent("archery-arrow","IconArcheryArrow",[["path",{d:"M14 7v3h3l3 -3h-3v-3z",key:"svg-0"}],["path",{d:"M14 10l-9 9",key:"svg-1"}],["path",{d:"M5 15v4h4",key:"svg-2"}]]),al=createReactComponent("archive-filled","IconArchiveFilled",[["rect",{x:"2",y:"3",width:"20",height:"4",rx:"2",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M19 9c.513 0 .936 .463 .993 1.06l.007 .14v7.2c0 1.917 -1.249 3.484 -2.824 3.594l-.176 .006h-10c-1.598 0 -2.904 -1.499 -2.995 -3.388l-.005 -.212v-7.2c0 -.663 .448 -1.2 1 -1.2h14zm-5 2h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),ac=createReactComponent("archive-off","IconArchiveOff",[["path",{d:"M8 4h11a2 2 0 1 1 0 4h-7m-4 0h-3a2 2 0 0 1 -.826 -3.822",key:"svg-0"}],["path",{d:"M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 1.824 -1.18m.176 -3.82v-7",key:"svg-1"}],["path",{d:"M10 12h2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),ai=createReactComponent("archive","IconArchive",[["path",{d:"M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10",key:"svg-1"}],["path",{d:"M10 12l4 0",key:"svg-2"}]]),as=createReactComponent("armchair-2-off","IconArmchair2Off",[["path",{d:"M5 10v-4a3 3 0 0 1 .128 -.869m2.038 -2.013c.264 -.078 .544 -.118 .834 -.118h8a3 3 0 0 1 3 3v4",key:"svg-0"}],["path",{d:"M16.124 12.145a3 3 0 1 1 3.756 3.724m-.88 3.131h-14v-3a3 3 0 1 1 3 -3v2",key:"svg-1"}],["path",{d:"M8 12h4",key:"svg-2"}],["path",{d:"M7 19v2",key:"svg-3"}],["path",{d:"M17 19v2",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),ad=createReactComponent("armchair-2","IconArmchair2",[["path",{d:"M5 10v-4a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v4",key:"svg-0"}],["path",{d:"M16 15v-2a3 3 0 1 1 3 3v3h-14v-3a3 3 0 1 1 3 -3v2",key:"svg-1"}],["path",{d:"M8 12h8",key:"svg-2"}],["path",{d:"M7 19v2",key:"svg-3"}],["path",{d:"M17 19v2",key:"svg-4"}]]),au=createReactComponent("armchair-off","IconArmchairOff",[["path",{d:"M17 13a2 2 0 1 1 4 0v4m-2 2h-14a2 2 0 0 1 -2 -2v-4a2 2 0 1 1 4 0v2h8.036",key:"svg-0"}],["path",{d:"M5 11v-5a3 3 0 0 1 .134 -.89m1.987 -1.98a3 3 0 0 1 .879 -.13h8a3 3 0 0 1 3 3v5",key:"svg-1"}],["path",{d:"M6 19v2",key:"svg-2"}],["path",{d:"M18 19v2",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),ap=createReactComponent("armchair","IconArmchair",[["path",{d:"M5 11a2 2 0 0 1 2 2v2h10v-2a2 2 0 1 1 4 0v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2z",key:"svg-0"}],["path",{d:"M5 11v-5a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v5",key:"svg-1"}],["path",{d:"M6 19v2",key:"svg-2"}],["path",{d:"M18 19v2",key:"svg-3"}]]),ah=createReactComponent("arrow-autofit-content-filled","IconArrowAutofitContentFilled",[["path",{d:"M6.707 3.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.292 1.293h4.585a1 1 0 0 1 .117 1.993l-.117 .007h-4.585l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1.008 1.008 0 0 1 -.097 -.112l-.071 -.11l-.054 -.114l-.035 -.105l-.025 -.118l-.007 -.058l-.004 -.09l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.064 -.092l.083 -.094l3 -3a1 1 0 0 1 1.414 0z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M18.613 3.21l.094 .083l3 3a.927 .927 0 0 1 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.292 -1.293h-4.585a1 1 0 0 1 -.117 -1.993l.117 -.007h4.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M18 13h-12a3 3 0 0 0 -3 3v2a3 3 0 0 0 3 3h12a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),av=createReactComponent("arrow-autofit-content","IconArrowAutofitContent",[["path",{d:"M6 4l-3 3l3 3",key:"svg-0"}],["path",{d:"M18 4l3 3l-3 3",key:"svg-1"}],["path",{d:"M4 14m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-2"}],["path",{d:"M10 7h-7",key:"svg-3"}],["path",{d:"M21 7h-7",key:"svg-4"}]]),ag=createReactComponent("arrow-autofit-down","IconArrowAutofitDown",[["path",{d:"M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8",key:"svg-0"}],["path",{d:"M18 4v17",key:"svg-1"}],["path",{d:"M15 18l3 3l3 -3",key:"svg-2"}]]),ay=createReactComponent("arrow-autofit-height","IconArrowAutofitHeight",[["path",{d:"M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h6",key:"svg-0"}],["path",{d:"M18 14v7",key:"svg-1"}],["path",{d:"M18 3v7",key:"svg-2"}],["path",{d:"M15 18l3 3l3 -3",key:"svg-3"}],["path",{d:"M15 6l3 -3l3 3",key:"svg-4"}]]),af=createReactComponent("arrow-autofit-left","IconArrowAutofitLeft",[["path",{d:"M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M20 18h-17",key:"svg-1"}],["path",{d:"M6 15l-3 3l3 3",key:"svg-2"}]]),am=createReactComponent("arrow-autofit-right","IconArrowAutofitRight",[["path",{d:"M20 12v-6a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v8",key:"svg-0"}],["path",{d:"M4 18h17",key:"svg-1"}],["path",{d:"M18 15l3 3l-3 3",key:"svg-2"}]]),ak=createReactComponent("arrow-autofit-up","IconArrowAutofitUp",[["path",{d:"M12 4h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8",key:"svg-0"}],["path",{d:"M18 20v-17",key:"svg-1"}],["path",{d:"M15 6l3 -3l3 3",key:"svg-2"}]]),aM=createReactComponent("arrow-autofit-width","IconArrowAutofitWidth",[["path",{d:"M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M10 18h-7",key:"svg-1"}],["path",{d:"M21 18h-7",key:"svg-2"}],["path",{d:"M6 15l-3 3l3 3",key:"svg-3"}],["path",{d:"M18 15l3 3l-3 3",key:"svg-4"}]]),ab=createReactComponent("arrow-back-up-double","IconArrowBackUpDouble",[["path",{d:"M13 14l-4 -4l4 -4",key:"svg-0"}],["path",{d:"M8 14l-4 -4l4 -4",key:"svg-1"}],["path",{d:"M9 10h7a4 4 0 1 1 0 8h-1",key:"svg-2"}]]),aI=createReactComponent("arrow-back-up","IconArrowBackUp",[["path",{d:"M9 14l-4 -4l4 -4",key:"svg-0"}],["path",{d:"M5 10h11a4 4 0 1 1 0 8h-1",key:"svg-1"}]]),aC=createReactComponent("arrow-back","IconArrowBack",[["path",{d:"M9 11l-4 4l4 4m-4 -4h11a4 4 0 0 0 0 -8h-1",key:"svg-0"}]]),ax=createReactComponent("arrow-badge-down-filled","IconArrowBadgeDownFilled",[["path",{d:"M16.375 6.22l-4.375 3.498l-4.375 -3.5a1 1 0 0 0 -1.625 .782v6a1 1 0 0 0 .375 .78l5 4a1 1 0 0 0 1.25 0l5 -4a1 1 0 0 0 .375 -.78v-6a1 1 0 0 0 -1.625 -.78z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),aR=createReactComponent("arrow-badge-down","IconArrowBadgeDown",[["path",{d:"M17 13v-6l-5 4l-5 -4v6l5 4z",key:"svg-0"}]]),aS=createReactComponent("arrow-badge-left-filled","IconArrowBadgeLeftFilled",[["path",{d:"M17 6h-6a1 1 0 0 0 -.78 .375l-4 5a1 1 0 0 0 0 1.25l4 5a1 1 0 0 0 .78 .375h6l.112 -.006a1 1 0 0 0 .669 -1.619l-3.501 -4.375l3.5 -4.375a1 1 0 0 0 -.78 -1.625z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),a_=createReactComponent("arrow-badge-left","IconArrowBadgeLeft",[["path",{d:"M11 17h6l-4 -5l4 -5h-6l-4 5z",key:"svg-0"}]]),aw=createReactComponent("arrow-badge-right-filled","IconArrowBadgeRightFilled",[["path",{d:"M7 6l-.112 .006a1 1 0 0 0 -.669 1.619l3.501 4.375l-3.5 4.375a1 1 0 0 0 .78 1.625h6a1 1 0 0 0 .78 -.375l4 -5a1 1 0 0 0 0 -1.25l-4 -5a1 1 0 0 0 -.78 -.375h-6z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),aP=createReactComponent("arrow-badge-right","IconArrowBadgeRight",[["path",{d:"M13 7h-6l4 5l-4 5h6l4 -5z",key:"svg-0"}]]),aO=createReactComponent("arrow-badge-up-filled","IconArrowBadgeUpFilled",[["path",{d:"M11.375 6.22l-5 4a1 1 0 0 0 -.375 .78v6l.006 .112a1 1 0 0 0 1.619 .669l4.375 -3.501l4.375 3.5a1 1 0 0 0 1.625 -.78v-6a1 1 0 0 0 -.375 -.78l-5 -4a1 1 0 0 0 -1.25 0z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),aF=createReactComponent("arrow-badge-up","IconArrowBadgeUp",[["path",{d:"M17 11v6l-5 -4l-5 4v-6l5 -4z",key:"svg-0"}]]),az=createReactComponent("arrow-bar-both","IconArrowBarBoth",[["path",{d:"M8 12h-6",key:"svg-0"}],["path",{d:"M5 15l-3 -3l3 -3",key:"svg-1"}],["path",{d:"M22 12h-6",key:"svg-2"}],["path",{d:"M19 15l3 -3l-3 -3",key:"svg-3"}],["path",{d:"M12 4v16",key:"svg-4"}]]),aD=createReactComponent("arrow-bar-down","IconArrowBarDown",[["path",{d:"M12 20l0 -10",key:"svg-0"}],["path",{d:"M12 20l4 -4",key:"svg-1"}],["path",{d:"M12 20l-4 -4",key:"svg-2"}],["path",{d:"M4 4l16 0",key:"svg-3"}]]),aA=createReactComponent("arrow-bar-left","IconArrowBarLeft",[["path",{d:"M4 12l10 0",key:"svg-0"}],["path",{d:"M4 12l4 4",key:"svg-1"}],["path",{d:"M4 12l4 -4",key:"svg-2"}],["path",{d:"M20 4l0 16",key:"svg-3"}]]),aj=createReactComponent("arrow-bar-right","IconArrowBarRight",[["path",{d:"M20 12l-10 0",key:"svg-0"}],["path",{d:"M20 12l-4 4",key:"svg-1"}],["path",{d:"M20 12l-4 -4",key:"svg-2"}],["path",{d:"M4 4l0 16",key:"svg-3"}]]),aE=createReactComponent("arrow-bar-to-down","IconArrowBarToDown",[["path",{d:"M4 20l16 0",key:"svg-0"}],["path",{d:"M12 14l0 -10",key:"svg-1"}],["path",{d:"M12 14l4 -4",key:"svg-2"}],["path",{d:"M12 14l-4 -4",key:"svg-3"}]]),aT=createReactComponent("arrow-bar-to-left","IconArrowBarToLeft",[["path",{d:"M10 12l10 0",key:"svg-0"}],["path",{d:"M10 12l4 4",key:"svg-1"}],["path",{d:"M10 12l4 -4",key:"svg-2"}],["path",{d:"M4 4l0 16",key:"svg-3"}]]),aB=createReactComponent("arrow-bar-to-right","IconArrowBarToRight",[["path",{d:"M14 12l-10 0",key:"svg-0"}],["path",{d:"M14 12l-4 4",key:"svg-1"}],["path",{d:"M14 12l-4 -4",key:"svg-2"}],["path",{d:"M20 4l0 16",key:"svg-3"}]]),aN=createReactComponent("arrow-bar-to-up","IconArrowBarToUp",[["path",{d:"M12 10l0 10",key:"svg-0"}],["path",{d:"M12 10l4 4",key:"svg-1"}],["path",{d:"M12 10l-4 4",key:"svg-2"}],["path",{d:"M4 4l16 0",key:"svg-3"}]]),a$=createReactComponent("arrow-bar-up","IconArrowBarUp",[["path",{d:"M12 4l0 10",key:"svg-0"}],["path",{d:"M12 4l4 4",key:"svg-1"}],["path",{d:"M12 4l-4 4",key:"svg-2"}],["path",{d:"M4 20l16 0",key:"svg-3"}]]),aL=createReactComponent("arrow-bear-left-2","IconArrowBearLeft2",[["path",{d:"M9 3h-5v5",key:"svg-0"}],["path",{d:"M4 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93",key:"svg-1"}],["path",{d:"M20 5l-4.5 4.5",key:"svg-2"}]]),aW=createReactComponent("arrow-bear-left","IconArrowBearLeft",[["path",{d:"M13 3h-5v5",key:"svg-0"}],["path",{d:"M8 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93",key:"svg-1"}]]),aH=createReactComponent("arrow-bear-right-2","IconArrowBearRight2",[["path",{d:"M15 3h5v5",key:"svg-0"}],["path",{d:"M20 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93",key:"svg-1"}],["path",{d:"M4 5l4.5 4.5",key:"svg-2"}]]),aV=createReactComponent("arrow-bear-right","IconArrowBearRight",[["path",{d:"M12 3h5v5",key:"svg-0"}],["path",{d:"M17 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93",key:"svg-1"}]]),aq=createReactComponent("arrow-big-down-filled","IconArrowBigDownFilled",[["path",{d:"M10 2l-.15 .005a2 2 0 0 0 -1.85 1.995v6.999l-2.586 .001a2 2 0 0 0 -1.414 3.414l6.586 6.586a2 2 0 0 0 2.828 0l6.586 -6.586a2 2 0 0 0 .434 -2.18l-.068 -.145a2 2 0 0 0 -1.78 -1.089l-2.586 -.001v-6.999a2 2 0 0 0 -2 -2h-4z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),aU=createReactComponent("arrow-big-down-line-filled","IconArrowBigDownLineFilled",[["path",{d:"M9 5l-.117 .007a1 1 0 0 0 -.883 .993v4.999l-2.586 .001a2 2 0 0 0 -1.414 3.414l6.586 6.586a2 2 0 0 0 2.828 0l6.586 -6.586a2 2 0 0 0 .434 -2.18l-.068 -.145a2 2 0 0 0 -1.78 -1.089l-2.586 -.001v-4.999a1 1 0 0 0 -1 -1h-6z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M15 2a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),aG=createReactComponent("arrow-big-down-line","IconArrowBigDownLine",[["path",{d:"M15 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-6h6v6z",key:"svg-0"}],["path",{d:"M15 3h-6",key:"svg-1"}]]),aX=createReactComponent("arrow-big-down-lines-filled","IconArrowBigDownLinesFilled",[["path",{d:"M9 8l-.117 .007a1 1 0 0 0 -.883 .993v1.999l-2.586 .001a2 2 0 0 0 -1.414 3.414l6.586 6.586a2 2 0 0 0 2.828 0l6.586 -6.586a2 2 0 0 0 .434 -2.18l-.068 -.145a2 2 0 0 0 -1.78 -1.089l-2.586 -.001v-1.999a1 1 0 0 0 -1 -1h-6z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M15 2a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M15 5a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),aK=createReactComponent("arrow-big-down-lines","IconArrowBigDownLines",[["path",{d:"M15 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-3h6v3z",key:"svg-0"}],["path",{d:"M15 3h-6",key:"svg-1"}],["path",{d:"M15 6h-6",key:"svg-2"}]]),aY=createReactComponent("arrow-big-down","IconArrowBigDown",[["path",{d:"M15 4v8h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-8a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1z",key:"svg-0"}]]),aZ=createReactComponent("arrow-big-left-filled","IconArrowBigLeftFilled",[["path",{d:"M9.586 4l-6.586 6.586a2 2 0 0 0 0 2.828l6.586 6.586a2 2 0 0 0 2.18 .434l.145 -.068a2 2 0 0 0 1.089 -1.78v-2.586h7a2 2 0 0 0 2 -2v-4l-.005 -.15a2 2 0 0 0 -1.995 -1.85l-7 -.001v-2.585a2 2 0 0 0 -3.414 -1.414z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),aQ=createReactComponent("arrow-big-left-line-filled","IconArrowBigLeftLineFilled",[["path",{d:"M9.586 4l-6.586 6.586a2 2 0 0 0 0 2.828l6.586 6.586a2 2 0 0 0 2.18 .434l.145 -.068a2 2 0 0 0 1.089 -1.78v-2.586h5a1 1 0 0 0 1 -1v-6l-.007 -.117a1 1 0 0 0 -.993 -.883l-5 -.001v-2.585a2 2 0 0 0 -3.414 -1.414z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M4.415 12l6.585 -6.586v3.586l.007 .117a1 1 0 0 0 .993 .883l5 -.001v4l-5 .001a1 1 0 0 0 -1 1v3.586l-6.585 -6.586z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M21 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),aJ=createReactComponent("arrow-big-left-line","IconArrowBigLeftLine",[["path",{d:"M12 15v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h6v6h-6z",key:"svg-0"}],["path",{d:"M21 15v-6",key:"svg-1"}]]),a1=createReactComponent("arrow-big-left-lines-filled","IconArrowBigLeftLinesFilled",[["path",{d:"M9.586 4l-6.586 6.586a2 2 0 0 0 0 2.828l6.586 6.586a2 2 0 0 0 2.18 .434l.145 -.068a2 2 0 0 0 1.089 -1.78v-2.586h2a1 1 0 0 0 1 -1v-6l-.007 -.117a1 1 0 0 0 -.993 -.883l-2 -.001v-2.585a2 2 0 0 0 -3.414 -1.414z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M21 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M18 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),a0=createReactComponent("arrow-big-left-lines","IconArrowBigLeftLines",[["path",{d:"M12 15v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h3v6h-3z",key:"svg-0"}],["path",{d:"M21 15v-6",key:"svg-1"}],["path",{d:"M18 15v-6",key:"svg-2"}]]),a2=createReactComponent("arrow-big-left","IconArrowBigLeft",[["path",{d:"M20 15h-8v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h8a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1z",key:"svg-0"}]]),a3=createReactComponent("arrow-big-right-filled","IconArrowBigRightFilled",[["path",{d:"M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.586h-6.999a2 2 0 0 0 -2 2v4l.005 .15a2 2 0 0 0 1.995 1.85l6.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),a5=createReactComponent("arrow-big-right-line-filled","IconArrowBigRightLineFilled",[["path",{d:"M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.586h-4.999a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 .993 .883l4.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M3 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),a4=createReactComponent("arrow-big-right-line","IconArrowBigRightLine",[["path",{d:"M12 9v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-6v-6h6z",key:"svg-0"}],["path",{d:"M3 9v6",key:"svg-1"}]]),a6=createReactComponent("arrow-big-right-lines-filled","IconArrowBigRightLinesFilled",[["path",{d:"M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.585l-1.999 .001a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 .993 .883l1.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M3 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M6 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),a9=createReactComponent("arrow-big-right-lines","IconArrowBigRightLines",[["path",{d:"M12 9v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-3v-6h3z",key:"svg-0"}],["path",{d:"M3 9v6",key:"svg-1"}],["path",{d:"M6 9v6",key:"svg-2"}]]),a7=createReactComponent("arrow-big-right","IconArrowBigRight",[["path",{d:"M4 9h8v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1z",key:"svg-0"}]]),a8=createReactComponent("arrow-big-up-filled","IconArrowBigUpFilled",[["path",{d:"M10.586 3l-6.586 6.586a2 2 0 0 0 -.434 2.18l.068 .145a2 2 0 0 0 1.78 1.089h2.586v7a2 2 0 0 0 2 2h4l.15 -.005a2 2 0 0 0 1.85 -1.995l-.001 -7h2.587a2 2 0 0 0 1.414 -3.414l-6.586 -6.586a2 2 0 0 0 -2.828 0z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ne=createReactComponent("arrow-big-up-line-filled","IconArrowBigUpLineFilled",[["path",{d:"M10.586 3l-6.586 6.586a2 2 0 0 0 -.434 2.18l.068 .145a2 2 0 0 0 1.78 1.089h2.586v5a1 1 0 0 0 1 1h6l.117 -.007a1 1 0 0 0 .883 -.993l-.001 -5h2.587a2 2 0 0 0 1.414 -3.414l-6.586 -6.586a2 2 0 0 0 -2.828 0z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),nt=createReactComponent("arrow-big-up-line","IconArrowBigUpLine",[["path",{d:"M9 12h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v6h-6v-6z",key:"svg-0"}],["path",{d:"M9 21h6",key:"svg-1"}]]),na=createReactComponent("arrow-big-up-lines-filled","IconArrowBigUpLinesFilled",[["path",{d:"M10.586 3l-6.586 6.586a2 2 0 0 0 -.434 2.18l.068 .145a2 2 0 0 0 1.78 1.089h2.586v2a1 1 0 0 0 1 1h6l.117 -.007a1 1 0 0 0 .883 -.993l-.001 -2h2.587a2 2 0 0 0 1.414 -3.414l-6.586 -6.586a2 2 0 0 0 -2.828 0z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M15 17a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),nn=createReactComponent("arrow-big-up-lines","IconArrowBigUpLines",[["path",{d:"M9 12h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v3h-6v-3z",key:"svg-0"}],["path",{d:"M9 21h6",key:"svg-1"}],["path",{d:"M9 18h6",key:"svg-2"}]]),nr=createReactComponent("arrow-big-up","IconArrowBigUp",[["path",{d:"M9 20v-8h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v8a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}]]),no=createReactComponent("arrow-bounce","IconArrowBounce",[["path",{d:"M10 18h4",key:"svg-0"}],["path",{d:"M3 8a9 9 0 0 1 9 9v1l1.428 -4.285a12 12 0 0 1 6.018 -6.938l.554 -.277",key:"svg-1"}],["path",{d:"M15 6h5v5",key:"svg-2"}]]),nl=createReactComponent("arrow-capsule","IconArrowCapsule",[["path",{d:"M18 15a6 6 0 1 1 -12 0v-6a6 6 0 1 1 12 0v2",key:"svg-0"}],["path",{d:"M15 8l3 3l3 -3",key:"svg-1"}]]),nc=createReactComponent("arrow-curve-left","IconArrowCurveLeft",[["path",{d:"M14 7l-4 -4l-4 4",key:"svg-0"}],["path",{d:"M10 3v4.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v2.394",key:"svg-1"}]]),ni=createReactComponent("arrow-curve-right","IconArrowCurveRight",[["path",{d:"M10 7l4 -4l4 4",key:"svg-0"}],["path",{d:"M14 3v4.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v2.394",key:"svg-1"}]]),ns=createReactComponent("arrow-down-bar","IconArrowDownBar",[["path",{d:"M12 3v18",key:"svg-0"}],["path",{d:"M9 18l3 3l3 -3",key:"svg-1"}],["path",{d:"M9 3h6",key:"svg-2"}]]),nd=createReactComponent("arrow-down-circle","IconArrowDownCircle",[["path",{d:"M12 7v14",key:"svg-0"}],["path",{d:"M9 18l3 3l3 -3",key:"svg-1"}],["path",{d:"M12 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4",key:"svg-2"}]]),nu=createReactComponent("arrow-down-left-circle","IconArrowDownLeftCircle",[["path",{d:"M15.536 8.464l-9.536 9.536",key:"svg-0"}],["path",{d:"M6 14v4h4",key:"svg-1"}],["path",{d:"M15.586 8.414a2 2 0 1 0 2.828 -2.828a2 2 0 0 0 -2.828 2.828",key:"svg-2"}]]),np=createReactComponent("arrow-down-left","IconArrowDownLeft",[["path",{d:"M17 7l-10 10",key:"svg-0"}],["path",{d:"M16 17l-9 0l0 -9",key:"svg-1"}]]),nh=createReactComponent("arrow-down-rhombus","IconArrowDownRhombus",[["path",{d:"M12 8v13",key:"svg-0"}],["path",{d:"M15 18l-3 3l-3 -3",key:"svg-1"}],["path",{d:"M14.5 5.5l-2.5 -2.5l-2.5 2.5l2.5 2.5z",key:"svg-2"}]]),nv=createReactComponent("arrow-down-right-circle","IconArrowDownRightCircle",[["path",{d:"M8.464 8.464l9.536 9.536",key:"svg-0"}],["path",{d:"M14 18h4v-4",key:"svg-1"}],["path",{d:"M8.414 8.414a2 2 0 1 0 -2.828 -2.828a2 2 0 0 0 2.828 2.828",key:"svg-2"}]]),ng=createReactComponent("arrow-down-right","IconArrowDownRight",[["path",{d:"M7 7l10 10",key:"svg-0"}],["path",{d:"M17 8l0 9l-9 0",key:"svg-1"}]]),ny=createReactComponent("arrow-down-square","IconArrowDownSquare",[["path",{d:"M12 7v14",key:"svg-0"}],["path",{d:"M9 18l3 3l3 -3",key:"svg-1"}],["path",{d:"M14 3v4h-4v-4z",key:"svg-2"}]]),nf=createReactComponent("arrow-down-tail","IconArrowDownTail",[["path",{d:"M12 6v15",key:"svg-0"}],["path",{d:"M9 18l3 3l3 -3",key:"svg-1"}],["path",{d:"M9 3l3 3l3 -3",key:"svg-2"}]]),nm=createReactComponent("arrow-down","IconArrowDown",[["path",{d:"M12 5l0 14",key:"svg-0"}],["path",{d:"M18 13l-6 6",key:"svg-1"}],["path",{d:"M6 13l6 6",key:"svg-2"}]]),nk=createReactComponent("arrow-elbow-left","IconArrowElbowLeft",[["path",{d:"M3 14v-6h6",key:"svg-0"}],["path",{d:"M3 8l9 9l9 -9",key:"svg-1"}]]),nM=createReactComponent("arrow-elbow-right","IconArrowElbowRight",[["path",{d:"M21 14v-6h-6",key:"svg-0"}],["path",{d:"M21 8l-9 9l-9 -9",key:"svg-1"}]]),nb=createReactComponent("arrow-fork","IconArrowFork",[["path",{d:"M16 3h5v5",key:"svg-0"}],["path",{d:"M8 3h-5v5",key:"svg-1"}],["path",{d:"M21 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93",key:"svg-2"}],["path",{d:"M3 3l7.536 7.536a5 5 0 0 1 1.464 3.534v.93",key:"svg-3"}]]),nI=createReactComponent("arrow-forward-up-double","IconArrowForwardUpDouble",[["path",{d:"M11 14l4 -4l-4 -4",key:"svg-0"}],["path",{d:"M16 14l4 -4l-4 -4",key:"svg-1"}],["path",{d:"M15 10h-7a4 4 0 1 0 0 8h1",key:"svg-2"}]]),nC=createReactComponent("arrow-forward-up","IconArrowForwardUp",[["path",{d:"M15 14l4 -4l-4 -4",key:"svg-0"}],["path",{d:"M19 10h-11a4 4 0 1 0 0 8h1",key:"svg-1"}]]),nx=createReactComponent("arrow-forward","IconArrowForward",[["path",{d:"M15 11l4 4l-4 4m4 -4h-11a4 4 0 0 1 0 -8h1",key:"svg-0"}]]),nR=createReactComponent("arrow-guide","IconArrowGuide",[["path",{d:"M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M7 19h3a2 2 0 0 0 2 -2v-8a2 2 0 0 1 2 -2h7",key:"svg-1"}],["path",{d:"M18 4l3 3l-3 3",key:"svg-2"}]]),nS=createReactComponent("arrow-iteration","IconArrowIteration",[["path",{d:"M8.5 16a5.5 5.5 0 1 0 -5.5 -5.5v.5",key:"svg-0"}],["path",{d:"M3 16h18",key:"svg-1"}],["path",{d:"M18 13l3 3l-3 3",key:"svg-2"}]]),n_=createReactComponent("arrow-left-bar","IconArrowLeftBar",[["path",{d:"M21 12h-18",key:"svg-0"}],["path",{d:"M6 9l-3 3l3 3",key:"svg-1"}],["path",{d:"M21 9v6",key:"svg-2"}]]),nw=createReactComponent("arrow-left-circle","IconArrowLeftCircle",[["path",{d:"M17 12h-14",key:"svg-0"}],["path",{d:"M6 9l-3 3l3 3",key:"svg-1"}],["path",{d:"M19 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}]]),nP=createReactComponent("arrow-left-rhombus","IconArrowLeftRhombus",[["path",{d:"M16 12h-13",key:"svg-0"}],["path",{d:"M6 9l-3 3l3 3",key:"svg-1"}],["path",{d:"M18.5 9.5l2.5 2.5l-2.5 2.5l-2.5 -2.5z",key:"svg-2"}]]),nO=createReactComponent("arrow-left-right","IconArrowLeftRight",[["path",{d:"M17 13l4 -4l-4 -4",key:"svg-0"}],["path",{d:"M7 13l-4 -4l4 -4",key:"svg-1"}],["path",{d:"M12 14a5 5 0 0 1 5 -5h4",key:"svg-2"}],["path",{d:"M12 19v-5a5 5 0 0 0 -5 -5h-4",key:"svg-3"}]]),nF=createReactComponent("arrow-left-square","IconArrowLeftSquare",[["path",{d:"M17 12h-14",key:"svg-0"}],["path",{d:"M6 9l-3 3l3 3",key:"svg-1"}],["path",{d:"M21 14h-4v-4h4z",key:"svg-2"}]]),nz=createReactComponent("arrow-left-tail","IconArrowLeftTail",[["path",{d:"M18 12h-15",key:"svg-0"}],["path",{d:"M6 9l-3 3l3 3",key:"svg-1"}],["path",{d:"M21 9l-3 3l3 3",key:"svg-2"}]]),nD=createReactComponent("arrow-left","IconArrowLeft",[["path",{d:"M5 12l14 0",key:"svg-0"}],["path",{d:"M5 12l6 6",key:"svg-1"}],["path",{d:"M5 12l6 -6",key:"svg-2"}]]),nA=createReactComponent("arrow-loop-left-2","IconArrowLoopLeft2",[["path",{d:"M13 21v-6m0 -6v-1a4 4 0 1 1 4 4h-13",key:"svg-0"}],["path",{d:"M8 16l-4 -4l4 -4",key:"svg-1"}]]),nj=createReactComponent("arrow-loop-left","IconArrowLoopLeft",[["path",{d:"M13 21v-13a4 4 0 1 1 4 4h-13",key:"svg-0"}],["path",{d:"M8 16l-4 -4l4 -4",key:"svg-1"}]]),nE=createReactComponent("arrow-loop-right-2","IconArrowLoopRight2",[["path",{d:"M12 21v-6m0 -6v-1a4 4 0 1 0 -4 4h13",key:"svg-0"}],["path",{d:"M17 16l4 -4l-4 -4",key:"svg-1"}]]),nT=createReactComponent("arrow-loop-right","IconArrowLoopRight",[["path",{d:"M12 21v-13a4 4 0 1 0 -4 4h13",key:"svg-0"}],["path",{d:"M17 16l4 -4l-4 -4",key:"svg-1"}]]),nB=createReactComponent("arrow-merge-alt-left","IconArrowMergeAltLeft",[["path",{d:"M8 7l4 -4l4 4",key:"svg-0"}],["path",{d:"M18 21v.01",key:"svg-1"}],["path",{d:"M18 18.01v.01",key:"svg-2"}],["path",{d:"M17 15.02v.01",key:"svg-3"}],["path",{d:"M14 13.03v.01",key:"svg-4"}],["path",{d:"M12 3v5.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v1.394",key:"svg-5"}]]),nN=createReactComponent("arrow-merge-alt-right","IconArrowMergeAltRight",[["path",{d:"M16 7l-4 -4l-4 4",key:"svg-0"}],["path",{d:"M6 21v.01",key:"svg-1"}],["path",{d:"M6 18.01v.01",key:"svg-2"}],["path",{d:"M7 15.02v.01",key:"svg-3"}],["path",{d:"M10 13.03v.01",key:"svg-4"}],["path",{d:"M12 3v5.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v1.394",key:"svg-5"}]]),n$=createReactComponent("arrow-merge-both","IconArrowMergeBoth",[["path",{d:"M16 8l-4 -4l-4 4",key:"svg-0"}],["path",{d:"M12 20v-16",key:"svg-1"}],["path",{d:"M18 18c-4 -1.333 -6 -4.667 -6 -10",key:"svg-2"}],["path",{d:"M6 18c4 -1.333 6 -4.667 6 -10",key:"svg-3"}]]),nL=createReactComponent("arrow-merge-left","IconArrowMergeLeft",[["path",{d:"M8 8l4 -4l4 4",key:"svg-0"}],["path",{d:"M12 20v-16",key:"svg-1"}],["path",{d:"M6 18c4 -1.333 6 -4.667 6 -10",key:"svg-2"}]]),nW=createReactComponent("arrow-merge-right","IconArrowMergeRight",[["path",{d:"M16 8l-4 -4l-4 4",key:"svg-0"}],["path",{d:"M12 20v-16",key:"svg-1"}],["path",{d:"M18 18c-4 -1.333 -6 -4.667 -6 -10",key:"svg-2"}]]),nH=createReactComponent("arrow-merge","IconArrowMerge",[["path",{d:"M8 7l4 -4l4 4",key:"svg-0"}],["path",{d:"M12 3v5.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v1.394",key:"svg-1"}],["path",{d:"M12 3v5.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v1.394",key:"svg-2"}]]),nV=createReactComponent("arrow-move-down","IconArrowMoveDown",[["path",{d:"M12 11v10",key:"svg-0"}],["path",{d:"M9 18l3 3l3 -3",key:"svg-1"}],["path",{d:"M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}]]),nq=createReactComponent("arrow-move-left","IconArrowMoveLeft",[["path",{d:"M13 12h-10",key:"svg-0"}],["path",{d:"M6 15l-3 -3l3 -3",key:"svg-1"}],["path",{d:"M17 12a2 2 0 1 1 4 0a2 2 0 0 1 -4 0z",key:"svg-2"}]]),nU=createReactComponent("arrow-move-right","IconArrowMoveRight",[["path",{d:"M11 12h10",key:"svg-0"}],["path",{d:"M18 9l3 3l-3 3",key:"svg-1"}],["path",{d:"M7 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z",key:"svg-2"}]]),nG=createReactComponent("arrow-move-up","IconArrowMoveUp",[["path",{d:"M12 13v-10",key:"svg-0"}],["path",{d:"M9 6l3 -3l3 3",key:"svg-1"}],["path",{d:"M12 17a2 2 0 1 1 0 4a2 2 0 0 1 0 -4z",key:"svg-2"}]]),nX=createReactComponent("arrow-narrow-down","IconArrowNarrowDown",[["path",{d:"M12 5l0 14",key:"svg-0"}],["path",{d:"M16 15l-4 4",key:"svg-1"}],["path",{d:"M8 15l4 4",key:"svg-2"}]]),nK=createReactComponent("arrow-narrow-left","IconArrowNarrowLeft",[["path",{d:"M5 12l14 0",key:"svg-0"}],["path",{d:"M5 12l4 4",key:"svg-1"}],["path",{d:"M5 12l4 -4",key:"svg-2"}]]),nY=createReactComponent("arrow-narrow-right","IconArrowNarrowRight",[["path",{d:"M5 12l14 0",key:"svg-0"}],["path",{d:"M15 16l4 -4",key:"svg-1"}],["path",{d:"M15 8l4 4",key:"svg-2"}]]),nZ=createReactComponent("arrow-narrow-up","IconArrowNarrowUp",[["path",{d:"M12 5l0 14",key:"svg-0"}],["path",{d:"M16 9l-4 -4",key:"svg-1"}],["path",{d:"M8 9l4 -4",key:"svg-2"}]]),nQ=createReactComponent("arrow-ramp-left-2","IconArrowRampLeft2",[["path",{d:"M18 3v8.707",key:"svg-0"}],["path",{d:"M8 14l-4 -4l4 -4",key:"svg-1"}],["path",{d:"M18 21c0 -6.075 -4.925 -11 -11 -11h-3",key:"svg-2"}]]),nJ=createReactComponent("arrow-ramp-left-3","IconArrowRampLeft3",[["path",{d:"M18 3v6",key:"svg-0"}],["path",{d:"M8 16l-4 -4l4 -4",key:"svg-1"}],["path",{d:"M18 21v-6a3 3 0 0 0 -3 -3h-11",key:"svg-2"}]]),n1=createReactComponent("arrow-ramp-left","IconArrowRampLeft",[["path",{d:"M17 3l0 8.707",key:"svg-0"}],["path",{d:"M13 7l4 -4l4 4",key:"svg-1"}],["path",{d:"M7 14l-4 -4l4 -4",key:"svg-2"}],["path",{d:"M17 21a11 11 0 0 0 -11 -11h-3",key:"svg-3"}]]),n0=createReactComponent("arrow-ramp-right-2","IconArrowRampRight2",[["path",{d:"M6 3v8.707",key:"svg-0"}],["path",{d:"M16 14l4 -4l-4 -4",key:"svg-1"}],["path",{d:"M6 21c0 -6.075 4.925 -11 11 -11h3",key:"svg-2"}]]),n2=createReactComponent("arrow-ramp-right-3","IconArrowRampRight3",[["path",{d:"M6 3v6",key:"svg-0"}],["path",{d:"M16 16l4 -4l-4 -4",key:"svg-1"}],["path",{d:"M6 21v-6a3 3 0 0 1 3 -3h11",key:"svg-2"}]]),n3=createReactComponent("arrow-ramp-right","IconArrowRampRight",[["path",{d:"M7 3l0 8.707",key:"svg-0"}],["path",{d:"M11 7l-4 -4l-4 4",key:"svg-1"}],["path",{d:"M17 14l4 -4l-4 -4",key:"svg-2"}],["path",{d:"M7 21a11 11 0 0 1 11 -11h3",key:"svg-3"}]]),n5=createReactComponent("arrow-right-bar","IconArrowRightBar",[["path",{d:"M18 15l3 -3l-3 -3",key:"svg-0"}],["path",{d:"M3 12h18",key:"svg-1"}],["path",{d:"M3 9v6",key:"svg-2"}]]),n4=createReactComponent("arrow-right-circle","IconArrowRightCircle",[["path",{d:"M18 15l3 -3l-3 -3",key:"svg-0"}],["path",{d:"M5 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M7 12h14",key:"svg-2"}]]),n6=createReactComponent("arrow-right-rhombus","IconArrowRightRhombus",[["path",{d:"M8 12h13",key:"svg-0"}],["path",{d:"M18 9l3 3l-3 3",key:"svg-1"}],["path",{d:"M5.5 9.5l-2.5 2.5l2.5 2.5l2.5 -2.5z",key:"svg-2"}]]),n9=createReactComponent("arrow-right-square","IconArrowRightSquare",[["path",{d:"M7 12l14 0",key:"svg-0"}],["path",{d:"M18 15l3 -3l-3 -3",key:"svg-1"}],["path",{d:"M3 10h4v4h-4z",key:"svg-2"}]]),n7=createReactComponent("arrow-right-tail","IconArrowRightTail",[["path",{d:"M18 15l3 -3l-3 -3",key:"svg-0"}],["path",{d:"M3 15l3 -3l-3 -3",key:"svg-1"}],["path",{d:"M6 12l15 0",key:"svg-2"}]]),n8=createReactComponent("arrow-right","IconArrowRight",[["path",{d:"M5 12l14 0",key:"svg-0"}],["path",{d:"M13 18l6 -6",key:"svg-1"}],["path",{d:"M13 6l6 6",key:"svg-2"}]]),re=createReactComponent("arrow-rotary-first-left","IconArrowRotaryFirstLeft",[["path",{d:"M16 10a3 3 0 1 1 0 -6a3 3 0 0 1 0 6z",key:"svg-0"}],["path",{d:"M16 10v10",key:"svg-1"}],["path",{d:"M13.5 9.5l-8.5 8.5",key:"svg-2"}],["path",{d:"M10 18h-5v-5",key:"svg-3"}]]),rt=createReactComponent("arrow-rotary-first-right","IconArrowRotaryFirstRight",[["path",{d:"M8 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M8 10v10",key:"svg-1"}],["path",{d:"M10.5 9.5l8.5 8.5",key:"svg-2"}],["path",{d:"M14 18h5v-5",key:"svg-3"}]]),ra=createReactComponent("arrow-rotary-last-left","IconArrowRotaryLastLeft",[["path",{d:"M15 15a3 3 0 1 1 0 -6a3 3 0 0 1 0 6z",key:"svg-0"}],["path",{d:"M15 15v6",key:"svg-1"}],["path",{d:"M12.5 9.5l-6.5 -6.5",key:"svg-2"}],["path",{d:"M11 3h-5v5",key:"svg-3"}]]),rn=createReactComponent("arrow-rotary-last-right","IconArrowRotaryLastRight",[["path",{d:"M9 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M9 15v6",key:"svg-1"}],["path",{d:"M11.5 9.5l6.5 -6.5",key:"svg-2"}],["path",{d:"M13 3h5v5",key:"svg-3"}]]),rr=createReactComponent("arrow-rotary-left","IconArrowRotaryLeft",[["path",{d:"M16 10a3 3 0 1 1 0 -6a3 3 0 0 1 0 6z",key:"svg-0"}],["path",{d:"M16 10v10",key:"svg-1"}],["path",{d:"M13 7h-10",key:"svg-2"}],["path",{d:"M7 11l-4 -4l4 -4",key:"svg-3"}]]),ro=createReactComponent("arrow-rotary-right","IconArrowRotaryRight",[["path",{d:"M8 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M8 10v10",key:"svg-1"}],["path",{d:"M17 11l4 -4l-4 -4",key:"svg-2"}],["path",{d:"M11 7h10",key:"svg-3"}]]),rl=createReactComponent("arrow-rotary-straight","IconArrowRotaryStraight",[["path",{d:"M13 13m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M13 16v5",key:"svg-1"}],["path",{d:"M13 3v7",key:"svg-2"}],["path",{d:"M9 7l4 -4l4 4",key:"svg-3"}]]),rc=createReactComponent("arrow-roundabout-left","IconArrowRoundaboutLeft",[["path",{d:"M3 9h8a5 5 0 1 1 5 5v7",key:"svg-0"}],["path",{d:"M7 5l-4 4l4 4",key:"svg-1"}]]),ri=createReactComponent("arrow-roundabout-right","IconArrowRoundaboutRight",[["path",{d:"M21 9h-8a5 5 0 1 0 -5 5v7",key:"svg-0"}],["path",{d:"M17 5l4 4l-4 4",key:"svg-1"}]]),rs=createReactComponent("arrow-sharp-turn-left","IconArrowSharpTurnLeft",[["path",{d:"M17 18v-11.31a.7 .7 0 0 0 -1.195 -.495l-9.805 9.805",key:"svg-0"}],["path",{d:"M11 16h-5v-5",key:"svg-1"}]]),rd=createReactComponent("arrow-sharp-turn-right","IconArrowSharpTurnRight",[["path",{d:"M7 18v-11.31a.7 .7 0 0 1 1.195 -.495l9.805 9.805",key:"svg-0"}],["path",{d:"M13 16h5v-5",key:"svg-1"}]]),ru=createReactComponent("arrow-up-bar","IconArrowUpBar",[["path",{d:"M12 21l0 -18",key:"svg-0"}],["path",{d:"M15 6l-3 -3l-3 3",key:"svg-1"}],["path",{d:"M9 21l6 0",key:"svg-2"}]]),rp=createReactComponent("arrow-up-circle","IconArrowUpCircle",[["path",{d:"M12 17v-14",key:"svg-0"}],["path",{d:"M15 6l-3 -3l-3 3",key:"svg-1"}],["path",{d:"M12 17a2 2 0 1 0 0 4a2 2 0 0 0 0 -4",key:"svg-2"}]]),rh=createReactComponent("arrow-up-left-circle","IconArrowUpLeftCircle",[["path",{d:"M15.536 15.536l-9.536 -9.536",key:"svg-0"}],["path",{d:"M10 6h-4v4",key:"svg-1"}],["path",{d:"M15.586 15.586a2 2 0 1 0 2.828 2.828a2 2 0 0 0 -2.828 -2.828",key:"svg-2"}]]),rv=createReactComponent("arrow-up-left","IconArrowUpLeft",[["path",{d:"M7 7l10 10",key:"svg-0"}],["path",{d:"M16 7l-9 0l0 9",key:"svg-1"}]]),rg=createReactComponent("arrow-up-rhombus","IconArrowUpRhombus",[["path",{d:"M12 16v-13",key:"svg-0"}],["path",{d:"M15 6l-3 -3l-3 3",key:"svg-1"}],["path",{d:"M14.5 18.5l-2.5 2.5l-2.5 -2.5l2.5 -2.5z",key:"svg-2"}]]),ry=createReactComponent("arrow-up-right-circle","IconArrowUpRightCircle",[["path",{d:"M8.464 15.536l9.536 -9.536",key:"svg-0"}],["path",{d:"M18 10v-4h-4",key:"svg-1"}],["path",{d:"M8.414 15.586a2 2 0 1 0 -2.828 2.828a2 2 0 0 0 2.828 -2.828",key:"svg-2"}]]),rf=createReactComponent("arrow-up-right","IconArrowUpRight",[["path",{d:"M17 7l-10 10",key:"svg-0"}],["path",{d:"M8 7l9 0l0 9",key:"svg-1"}]]),rm=createReactComponent("arrow-up-square","IconArrowUpSquare",[["path",{d:"M12 17l0 -14",key:"svg-0"}],["path",{d:"M15 6l-3 -3l-3 3",key:"svg-1"}],["path",{d:"M10 21v-4h4v4z",key:"svg-2"}]]),rk=createReactComponent("arrow-up-tail","IconArrowUpTail",[["path",{d:"M12 18l0 -15",key:"svg-0"}],["path",{d:"M15 6l-3 -3l-3 3",key:"svg-1"}],["path",{d:"M15 21l-3 -3l-3 3",key:"svg-2"}]]),rM=createReactComponent("arrow-up","IconArrowUp",[["path",{d:"M12 5l0 14",key:"svg-0"}],["path",{d:"M18 11l-6 -6",key:"svg-1"}],["path",{d:"M6 11l6 -6",key:"svg-2"}]]),rb=createReactComponent("arrow-wave-left-down","IconArrowWaveLeftDown",[["path",{d:"M7 14h-4v-4",key:"svg-0"}],["path",{d:"M21 12c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3.113 -.716 -4 -2s-2.48 -2.033 -4 -2c-1.52 -.033 -3 1 -4 2l-2 2",key:"svg-1"}]]),rI=createReactComponent("arrow-wave-left-up","IconArrowWaveLeftUp",[["path",{d:"M7 10h-4v4",key:"svg-0"}],["path",{d:"M21 12c-.887 -1.285 -2.48 -2.033 -4 -2c-1.52 -.033 -3.113 .715 -4 2c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3 -1 -4 -2l-2 -2",key:"svg-1"}]]),rC=createReactComponent("arrow-wave-right-down","IconArrowWaveRightDown",[["path",{d:"M17 14h4v-4",key:"svg-0"}],["path",{d:"M3 12c.887 1.284 2.48 2.033 4 2c1.52 .033 3.113 -.716 4 -2s2.48 -2.033 4 -2c1.52 -.033 3 1 4 2l2 2",key:"svg-1"}]]),rx=createReactComponent("arrow-wave-right-up","IconArrowWaveRightUp",[["path",{d:"M17 10h4v4",key:"svg-0"}],["path",{d:"M3 12c.887 -1.284 2.48 -2.033 4 -2c1.52 -.033 3.113 .716 4 2s2.48 2.033 4 2c1.52 .033 3 -1 4 -2l2 -2",key:"svg-1"}]]),rR=createReactComponent("arrow-zig-zag","IconArrowZigZag",[["path",{d:"M6 20v-10l10 6v-12",key:"svg-0"}],["path",{d:"M13 7l3 -3l3 3",key:"svg-1"}]]),rS=createReactComponent("arrows-cross","IconArrowsCross",[["path",{d:"M16 4h4v4",key:"svg-0"}],["path",{d:"M15 9l5 -5",key:"svg-1"}],["path",{d:"M4 20l5 -5",key:"svg-2"}],["path",{d:"M16 20h4v-4",key:"svg-3"}],["path",{d:"M4 4l16 16",key:"svg-4"}]]),r_=createReactComponent("arrows-diagonal-2","IconArrowsDiagonal2",[["path",{d:"M16 20l4 0l0 -4",key:"svg-0"}],["path",{d:"M14 14l6 6",key:"svg-1"}],["path",{d:"M8 4l-4 0l0 4",key:"svg-2"}],["path",{d:"M4 4l6 6",key:"svg-3"}]]),rw=createReactComponent("arrows-diagonal-minimize-2","IconArrowsDiagonalMinimize2",[["path",{d:"M18 10h-4v-4",key:"svg-0"}],["path",{d:"M20 4l-6 6",key:"svg-1"}],["path",{d:"M6 14h4v4",key:"svg-2"}],["path",{d:"M10 14l-6 6",key:"svg-3"}]]),rP=createReactComponent("arrows-diagonal-minimize","IconArrowsDiagonalMinimize",[["path",{d:"M6 10h4v-4",key:"svg-0"}],["path",{d:"M4 4l6 6",key:"svg-1"}],["path",{d:"M18 14h-4v4",key:"svg-2"}],["path",{d:"M14 14l6 6",key:"svg-3"}]]),rO=createReactComponent("arrows-diagonal","IconArrowsDiagonal",[["path",{d:"M16 4l4 0l0 4",key:"svg-0"}],["path",{d:"M14 10l6 -6",key:"svg-1"}],["path",{d:"M8 20l-4 0l0 -4",key:"svg-2"}],["path",{d:"M4 20l6 -6",key:"svg-3"}]]),rF=createReactComponent("arrows-diff","IconArrowsDiff",[["path",{d:"M11 16h10",key:"svg-0"}],["path",{d:"M11 16l4 4",key:"svg-1"}],["path",{d:"M11 16l4 -4",key:"svg-2"}],["path",{d:"M13 8h-10",key:"svg-3"}],["path",{d:"M13 8l-4 4",key:"svg-4"}],["path",{d:"M13 8l-4 -4",key:"svg-5"}]]),rz=createReactComponent("arrows-double-ne-sw","IconArrowsDoubleNeSw",[["path",{d:"M3 14l11 -11",key:"svg-0"}],["path",{d:"M10 3h4v4",key:"svg-1"}],["path",{d:"M10 17v4h4",key:"svg-2"}],["path",{d:"M21 10l-11 11",key:"svg-3"}]]),rD=createReactComponent("arrows-double-nw-se","IconArrowsDoubleNwSe",[["path",{d:"M14 21l-11 -11",key:"svg-0"}],["path",{d:"M3 14v-4h4",key:"svg-1"}],["path",{d:"M17 14h4v-4",key:"svg-2"}],["path",{d:"M10 3l11 11",key:"svg-3"}]]),rA=createReactComponent("arrows-double-se-nw","IconArrowsDoubleSeNw",[["path",{d:"M3 10l11 11",key:"svg-0"}],["path",{d:"M14 17v4h-4",key:"svg-1"}],["path",{d:"M14 3h-4v4",key:"svg-2"}],["path",{d:"M21 14l-11 -11",key:"svg-3"}]]),rj=createReactComponent("arrows-double-sw-ne","IconArrowsDoubleSwNe",[["path",{d:"M14 3l-11 11",key:"svg-0"}],["path",{d:"M3 10v4h4",key:"svg-1"}],["path",{d:"M17 10h4v4",key:"svg-2"}],["path",{d:"M10 21l11 -11",key:"svg-3"}]]),rE=createReactComponent("arrows-down-up","IconArrowsDownUp",[["path",{d:"M17 3l0 18",key:"svg-0"}],["path",{d:"M10 18l-3 3l-3 -3",key:"svg-1"}],["path",{d:"M7 21l0 -18",key:"svg-2"}],["path",{d:"M20 6l-3 -3l-3 3",key:"svg-3"}]]),rT=createReactComponent("arrows-down","IconArrowsDown",[["path",{d:"M7 21l0 -18",key:"svg-0"}],["path",{d:"M20 18l-3 3l-3 -3",key:"svg-1"}],["path",{d:"M4 18l3 3l3 -3",key:"svg-2"}],["path",{d:"M17 21l0 -18",key:"svg-3"}]]),rB=createReactComponent("arrows-exchange-2","IconArrowsExchange2",[["path",{d:"M17 10h-14l4 -4",key:"svg-0"}],["path",{d:"M7 14h14l-4 4",key:"svg-1"}]]),rN=createReactComponent("arrows-exchange","IconArrowsExchange",[["path",{d:"M7 10h14l-4 -4",key:"svg-0"}],["path",{d:"M17 14h-14l4 4",key:"svg-1"}]]),r$=createReactComponent("arrows-horizontal","IconArrowsHorizontal",[["path",{d:"M7 8l-4 4l4 4",key:"svg-0"}],["path",{d:"M17 8l4 4l-4 4",key:"svg-1"}],["path",{d:"M3 12l18 0",key:"svg-2"}]]),rL=createReactComponent("arrows-join-2","IconArrowsJoin2",[["path",{d:"M3 7h1.948c1.913 0 3.705 .933 4.802 2.5a5.861 5.861 0 0 0 4.802 2.5h6.448",key:"svg-0"}],["path",{d:"M3 17h1.95a5.854 5.854 0 0 0 4.798 -2.5a5.854 5.854 0 0 1 4.798 -2.5h5.454",key:"svg-1"}],["path",{d:"M18 15l3 -3l-3 -3",key:"svg-2"}]]),rW=createReactComponent("arrows-join","IconArrowsJoin",[["path",{d:"M3 7h5l3.5 5h9.5",key:"svg-0"}],["path",{d:"M3 17h5l3.495 -5",key:"svg-1"}],["path",{d:"M18 15l3 -3l-3 -3",key:"svg-2"}]]),rH=createReactComponent("arrows-left-down","IconArrowsLeftDown",[["path",{d:"M7 3l-4 4l4 4",key:"svg-0"}],["path",{d:"M3 7h11a3 3 0 0 1 3 3v11",key:"svg-1"}],["path",{d:"M13 17l4 4l4 -4",key:"svg-2"}]]),rV=createReactComponent("arrows-left-right","IconArrowsLeftRight",[["path",{d:"M21 17l-18 0",key:"svg-0"}],["path",{d:"M6 10l-3 -3l3 -3",key:"svg-1"}],["path",{d:"M3 7l18 0",key:"svg-2"}],["path",{d:"M18 20l3 -3l-3 -3",key:"svg-3"}]]),rq=createReactComponent("arrows-left","IconArrowsLeft",[["path",{d:"M3 7l18 0",key:"svg-0"}],["path",{d:"M6 20l-3 -3l3 -3",key:"svg-1"}],["path",{d:"M6 4l-3 3l3 3",key:"svg-2"}],["path",{d:"M3 17l18 0",key:"svg-3"}]]),rU=createReactComponent("arrows-maximize","IconArrowsMaximize",[["path",{d:"M16 4l4 0l0 4",key:"svg-0"}],["path",{d:"M14 10l6 -6",key:"svg-1"}],["path",{d:"M8 20l-4 0l0 -4",key:"svg-2"}],["path",{d:"M4 20l6 -6",key:"svg-3"}],["path",{d:"M16 20l4 0l0 -4",key:"svg-4"}],["path",{d:"M14 14l6 6",key:"svg-5"}],["path",{d:"M8 4l-4 0l0 4",key:"svg-6"}],["path",{d:"M4 4l6 6",key:"svg-7"}]]),rG=createReactComponent("arrows-minimize","IconArrowsMinimize",[["path",{d:"M5 9l4 0l0 -4",key:"svg-0"}],["path",{d:"M3 3l6 6",key:"svg-1"}],["path",{d:"M5 15l4 0l0 4",key:"svg-2"}],["path",{d:"M3 21l6 -6",key:"svg-3"}],["path",{d:"M19 9l-4 0l0 -4",key:"svg-4"}],["path",{d:"M15 9l6 -6",key:"svg-5"}],["path",{d:"M19 15l-4 0l0 4",key:"svg-6"}],["path",{d:"M15 15l6 6",key:"svg-7"}]]),rX=createReactComponent("arrows-move-horizontal","IconArrowsMoveHorizontal",[["path",{d:"M18 9l3 3l-3 3",key:"svg-0"}],["path",{d:"M15 12h6",key:"svg-1"}],["path",{d:"M6 9l-3 3l3 3",key:"svg-2"}],["path",{d:"M3 12h6",key:"svg-3"}]]),rK=createReactComponent("arrows-move-vertical","IconArrowsMoveVertical",[["path",{d:"M9 18l3 3l3 -3",key:"svg-0"}],["path",{d:"M12 15v6",key:"svg-1"}],["path",{d:"M15 6l-3 -3l-3 3",key:"svg-2"}],["path",{d:"M12 3v6",key:"svg-3"}]]),rY=createReactComponent("arrows-move","IconArrowsMove",[["path",{d:"M18 9l3 3l-3 3",key:"svg-0"}],["path",{d:"M15 12h6",key:"svg-1"}],["path",{d:"M6 9l-3 3l3 3",key:"svg-2"}],["path",{d:"M3 12h6",key:"svg-3"}],["path",{d:"M9 18l3 3l3 -3",key:"svg-4"}],["path",{d:"M12 15v6",key:"svg-5"}],["path",{d:"M15 6l-3 -3l-3 3",key:"svg-6"}],["path",{d:"M12 3v6",key:"svg-7"}]]),rZ=createReactComponent("arrows-random","IconArrowsRandom",[["path",{d:"M20 21h-4v-4",key:"svg-0"}],["path",{d:"M16 21l5 -5",key:"svg-1"}],["path",{d:"M6.5 9.504l-3.5 -2l2 -3.504",key:"svg-2"}],["path",{d:"M3 7.504l6.83 -1.87",key:"svg-3"}],["path",{d:"M4 16l4 -1l1 4",key:"svg-4"}],["path",{d:"M8 15l-3.5 6",key:"svg-5"}],["path",{d:"M21 5l-.5 4l-4 -.5",key:"svg-6"}],["path",{d:"M20.5 9l-4.5 -5.5",key:"svg-7"}]]),rQ=createReactComponent("arrows-right-down","IconArrowsRightDown",[["path",{d:"M3 17l4 4l4 -4",key:"svg-0"}],["path",{d:"M7 21v-11a3 3 0 0 1 3 -3h11",key:"svg-1"}],["path",{d:"M17 11l4 -4l-4 -4",key:"svg-2"}]]),rJ=createReactComponent("arrows-right-left","IconArrowsRightLeft",[["path",{d:"M21 7l-18 0",key:"svg-0"}],["path",{d:"M18 10l3 -3l-3 -3",key:"svg-1"}],["path",{d:"M6 20l-3 -3l3 -3",key:"svg-2"}],["path",{d:"M3 17l18 0",key:"svg-3"}]]),r1=createReactComponent("arrows-right","IconArrowsRight",[["path",{d:"M21 17l-18 0",key:"svg-0"}],["path",{d:"M18 4l3 3l-3 3",key:"svg-1"}],["path",{d:"M18 20l3 -3l-3 -3",key:"svg-2"}],["path",{d:"M21 7l-18 0",key:"svg-3"}]]),r0=createReactComponent("arrows-shuffle-2","IconArrowsShuffle2",[["path",{d:"M18 4l3 3l-3 3",key:"svg-0"}],["path",{d:"M18 20l3 -3l-3 -3",key:"svg-1"}],["path",{d:"M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5",key:"svg-2"}],["path",{d:"M3 17h3a5 5 0 0 0 5 -5a5 5 0 0 1 5 -5h5",key:"svg-3"}]]),r2=createReactComponent("arrows-shuffle","IconArrowsShuffle",[["path",{d:"M18 4l3 3l-3 3",key:"svg-0"}],["path",{d:"M18 20l3 -3l-3 -3",key:"svg-1"}],["path",{d:"M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5",key:"svg-2"}],["path",{d:"M21 7h-5a4.978 4.978 0 0 0 -3 1m-4 8a4.984 4.984 0 0 1 -3 1h-3",key:"svg-3"}]]),r3=createReactComponent("arrows-sort","IconArrowsSort",[["path",{d:"M3 9l4 -4l4 4m-4 -4v14",key:"svg-0"}],["path",{d:"M21 15l-4 4l-4 -4m4 4v-14",key:"svg-1"}]]),r5=createReactComponent("arrows-split-2","IconArrowsSplit2",[["path",{d:"M21 17h-5.397a5 5 0 0 1 -4.096 -2.133l-.514 -.734a5 5 0 0 0 -4.096 -2.133h-3.897",key:"svg-0"}],["path",{d:"M21 7h-5.395a5 5 0 0 0 -4.098 2.135l-.51 .73a5 5 0 0 1 -4.097 2.135h-3.9",key:"svg-1"}],["path",{d:"M18 10l3 -3l-3 -3",key:"svg-2"}],["path",{d:"M18 20l3 -3l-3 -3",key:"svg-3"}]]),r4=createReactComponent("arrows-split","IconArrowsSplit",[["path",{d:"M21 17h-8l-3.5 -5h-6.5",key:"svg-0"}],["path",{d:"M21 7h-8l-3.495 5",key:"svg-1"}],["path",{d:"M18 10l3 -3l-3 -3",key:"svg-2"}],["path",{d:"M18 20l3 -3l-3 -3",key:"svg-3"}]]),r6=createReactComponent("arrows-transfer-down","IconArrowsTransferDown",[["path",{d:"M17 3v6",key:"svg-0"}],["path",{d:"M10 18l-3 3l-3 -3",key:"svg-1"}],["path",{d:"M7 21v-18",key:"svg-2"}],["path",{d:"M20 6l-3 -3l-3 3",key:"svg-3"}],["path",{d:"M17 21v-2",key:"svg-4"}],["path",{d:"M17 15v-2",key:"svg-5"}]]),r9=createReactComponent("arrows-transfer-up","IconArrowsTransferUp",[["path",{d:"M7 21v-6",key:"svg-0"}],["path",{d:"M20 6l-3 -3l-3 3",key:"svg-1"}],["path",{d:"M17 3v18",key:"svg-2"}],["path",{d:"M10 18l-3 3l-3 -3",key:"svg-3"}],["path",{d:"M7 3v2",key:"svg-4"}],["path",{d:"M7 9v2",key:"svg-5"}]]),r7=createReactComponent("arrows-up-down","IconArrowsUpDown",[["path",{d:"M7 3l0 18",key:"svg-0"}],["path",{d:"M10 6l-3 -3l-3 3",key:"svg-1"}],["path",{d:"M20 18l-3 3l-3 -3",key:"svg-2"}],["path",{d:"M17 21l0 -18",key:"svg-3"}]]),r8=createReactComponent("arrows-up-left","IconArrowsUpLeft",[["path",{d:"M21 7l-4 -4l-4 4",key:"svg-0"}],["path",{d:"M17 3v11a3 3 0 0 1 -3 3h-11",key:"svg-1"}],["path",{d:"M7 13l-4 4l4 4",key:"svg-2"}]]),oe=createReactComponent("arrows-up-right","IconArrowsUpRight",[["path",{d:"M17 21l4 -4l-4 -4",key:"svg-0"}],["path",{d:"M21 17h-11a3 3 0 0 1 -3 -3v-11",key:"svg-1"}],["path",{d:"M11 7l-4 -4l-4 4",key:"svg-2"}]]),ot=createReactComponent("arrows-up","IconArrowsUp",[["path",{d:"M17 3l0 18",key:"svg-0"}],["path",{d:"M4 6l3 -3l3 3",key:"svg-1"}],["path",{d:"M20 6l-3 -3l-3 3",key:"svg-2"}],["path",{d:"M7 3l0 18",key:"svg-3"}]]),oa=createReactComponent("arrows-vertical","IconArrowsVertical",[["path",{d:"M8 7l4 -4l4 4",key:"svg-0"}],["path",{d:"M8 17l4 4l4 -4",key:"svg-1"}],["path",{d:"M12 3l0 18",key:"svg-2"}]]),on=createReactComponent("artboard-filled","IconArtboardFilled",[["path",{d:"M15 7h-6a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-6a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M4 7a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M4 15a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M8 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M16 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M21 7a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M21 15a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}],["path",{d:"M8 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-7",strokeWidth:"0"}],["path",{d:"M16 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-8",strokeWidth:"0"}]]),or=createReactComponent("artboard-off","IconArtboardOff",[["path",{d:"M12 8h3a1 1 0 0 1 1 1v3",key:"svg-0"}],["path",{d:"M15.716 15.698a1 1 0 0 1 -.716 .302h-6a1 1 0 0 1 -1 -1v-6c0 -.273 .11 -.52 .287 -.7",key:"svg-1"}],["path",{d:"M3 8h1",key:"svg-2"}],["path",{d:"M3 16h1",key:"svg-3"}],["path",{d:"M8 3v1",key:"svg-4"}],["path",{d:"M16 3v1",key:"svg-5"}],["path",{d:"M20 8h1",key:"svg-6"}],["path",{d:"M20 16h1",key:"svg-7"}],["path",{d:"M8 20v1",key:"svg-8"}],["path",{d:"M16 20v1",key:"svg-9"}],["path",{d:"M3 3l18 18",key:"svg-10"}]]),oo=createReactComponent("artboard","IconArtboard",[["path",{d:"M8 8m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M3 8l1 0",key:"svg-1"}],["path",{d:"M3 16l1 0",key:"svg-2"}],["path",{d:"M8 3l0 1",key:"svg-3"}],["path",{d:"M16 3l0 1",key:"svg-4"}],["path",{d:"M20 8l1 0",key:"svg-5"}],["path",{d:"M20 16l1 0",key:"svg-6"}],["path",{d:"M8 20l0 1",key:"svg-7"}],["path",{d:"M16 20l0 1",key:"svg-8"}]]),ol=createReactComponent("article-filled-filled","IconArticleFilledFilled",[["path",{d:"M19 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-2 12h-10l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h10l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -4h-10l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h10l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -4h-10l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h10l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),oc=createReactComponent("article-off","IconArticleOff",[["path",{d:"M8 4h11a2 2 0 0 1 2 2v11m-1.172 2.821a1.993 1.993 0 0 1 -.828 .179h-14a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 1.156 -1.814",key:"svg-0"}],["path",{d:"M7 8h1m4 0h5",key:"svg-1"}],["path",{d:"M7 12h5m4 0h1",key:"svg-2"}],["path",{d:"M7 16h9",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),oi=createReactComponent("article","IconArticle",[["path",{d:"M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 8h10",key:"svg-1"}],["path",{d:"M7 12h10",key:"svg-2"}],["path",{d:"M7 16h10",key:"svg-3"}]]),os=createReactComponent("aspect-ratio-filled","IconAspectRatioFilled",[["path",{d:"M19 4h-14a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3zm-10 3a1 1 0 0 1 .117 1.993l-.117 .007h-2v2a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -.993 -.883l-.007 -.117v-3a1 1 0 0 1 .883 -.993l.117 -.007h3zm9 5a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 1 -.883 .993l-.117 .007h-3a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-2a1 1 0 0 1 .883 -.993l.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),od=createReactComponent("aspect-ratio-off","IconAspectRatioOff",[["path",{d:"M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M7 12v-3h2",key:"svg-1"}],["path",{d:"M17 12v1m-2 2h-1",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),ou=createReactComponent("aspect-ratio","IconAspectRatio",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 12v-3h3",key:"svg-1"}],["path",{d:"M17 12v3h-3",key:"svg-2"}]]),op=createReactComponent("assembly-off","IconAssemblyOff",[["path",{d:"M8.703 4.685l2.326 -1.385a2.056 2.056 0 0 1 2 0l6 3.573h-.029a2 2 0 0 1 1 1.747v6.536c0 .248 -.046 .49 -.132 .715m-2.156 1.837l-4.741 3.029a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l1.157 -.689",key:"svg-0"}],["path",{d:"M11.593 7.591c.295 -.133 .637 -.12 .921 .04l3 1.79h-.014c.312 .181 .503 .516 .5 .877v1.702m-1.152 2.86l-2.363 1.514a1 1 0 0 1 -.97 0l-3 -1.922a1 1 0 0 1 -.515 -.876v-3.278c0 -.364 .197 -.7 .514 -.877l.568 -.339",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),oh=createReactComponent("assembly","IconAssembly",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M15.5 9.422c.312 .18 .503 .515 .5 .876v3.277c0 .364 -.197 .7 -.515 .877l-3 1.922a1 1 0 0 1 -.97 0l-3 -1.922a1 1 0 0 1 -.515 -.876v-3.278c0 -.364 .197 -.7 .514 -.877l3 -1.79c.311 -.174 .69 -.174 1 0l3 1.79h-.014z",key:"svg-1"}]]),ov=createReactComponent("asset","IconAsset",[["path",{d:"M9 15m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0",key:"svg-0"}],["path",{d:"M9 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M14.218 17.975l6.619 -12.174",key:"svg-3"}],["path",{d:"M6.079 9.756l12.217 -6.631",key:"svg-4"}],["path",{d:"M9 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-5"}]]),og=createReactComponent("asterisk-simple","IconAsteriskSimple",[["path",{d:"M12 12v-9",key:"svg-0"}],["path",{d:"M12 12l-9 -2.5",key:"svg-1"}],["path",{d:"M12 12l9 -2.5",key:"svg-2"}],["path",{d:"M12 12l6 8.5",key:"svg-3"}],["path",{d:"M12 12l-6 8.5",key:"svg-4"}]]),oy=createReactComponent("asterisk","IconAsterisk",[["path",{d:"M12 12l8 -4.5",key:"svg-0"}],["path",{d:"M12 12v9",key:"svg-1"}],["path",{d:"M12 12l-8 -4.5",key:"svg-2"}],["path",{d:"M12 12l8 4.5",key:"svg-3"}],["path",{d:"M12 3v9",key:"svg-4"}],["path",{d:"M12 12l-8 4.5",key:"svg-5"}]]),of=createReactComponent("at-off","IconAtOff",[["path",{d:"M9.174 9.17a4 4 0 0 0 5.646 5.668m1.18 -2.838a4 4 0 0 0 -4 -4",key:"svg-0"}],["path",{d:"M19.695 15.697a2.5 2.5 0 0 0 1.305 -2.197v-1.5a9 9 0 0 0 -13.055 -8.047m-2.322 1.683a9 9 0 0 0 9.877 14.644",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),om=createReactComponent("at","IconAt",[["path",{d:"M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M16 12v1.5a2.5 2.5 0 0 0 5 0v-1.5a9 9 0 1 0 -5.5 8.28",key:"svg-1"}]]),ok=createReactComponent("atom-2-filled","IconAtom2Filled",[["path",{d:"M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 20a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M3 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M21 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M2.89 12.006a1 1 0 0 1 1.104 .884a8 8 0 0 0 4.444 6.311a1 1 0 1 1 -.876 1.799a10 10 0 0 1 -5.556 -7.89a1 1 0 0 1 .884 -1.103z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M20.993 12l.117 .006a1 1 0 0 1 .884 1.104a10 10 0 0 1 -5.556 7.889a1 1 0 1 1 -.876 -1.798a8 8 0 0 0 4.444 -6.31a1 1 0 0 1 .987 -.891z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M5.567 4.226a10 10 0 0 1 12.666 0a1 1 0 1 1 -1.266 1.548a8 8 0 0 0 -10.134 0a1 1 0 1 1 -1.266 -1.548z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}]]),oM=createReactComponent("atom-2","IconAtom2",[["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M12 21l0 .01",key:"svg-1"}],["path",{d:"M3 9l0 .01",key:"svg-2"}],["path",{d:"M21 9l0 .01",key:"svg-3"}],["path",{d:"M8 20.1a9 9 0 0 1 -5 -7.1",key:"svg-4"}],["path",{d:"M16 20.1a9 9 0 0 0 5 -7.1",key:"svg-5"}],["path",{d:"M6.2 5a9 9 0 0 1 11.4 0",key:"svg-6"}]]),ob=createReactComponent("atom-off","IconAtomOff",[["path",{d:"M12 12v.01",key:"svg-0"}],["path",{d:"M9.172 9.172c-3.906 3.905 -5.805 8.337 -4.243 9.9c1.562 1.561 6 -.338 9.9 -4.244m1.884 -2.113c2.587 -3.277 3.642 -6.502 2.358 -7.786c-1.284 -1.284 -4.508 -.23 -7.784 2.357",key:"svg-1"}],["path",{d:"M4.929 4.929c-1.562 1.562 .337 6 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242m-.072 -4.071c-.767 -1.794 -2.215 -3.872 -4.172 -5.828c-1.944 -1.945 -4.041 -3.402 -5.828 -4.172",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),oI=createReactComponent("atom","IconAtom",[["path",{d:"M12 12v.01",key:"svg-0"}],["path",{d:"M19.071 4.929c-1.562 -1.562 -6 .337 -9.9 4.243c-3.905 3.905 -5.804 8.337 -4.242 9.9c1.562 1.561 6 -.338 9.9 -4.244c3.905 -3.905 5.804 -8.337 4.242 -9.9",key:"svg-1"}],["path",{d:"M4.929 4.929c-1.562 1.562 .337 6 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242c1.561 -1.562 -.338 -6 -4.244 -9.9c-3.905 -3.905 -8.337 -5.804 -9.9 -4.242",key:"svg-2"}]]),oC=createReactComponent("augmented-reality-2","IconAugmentedReality2",[["path",{d:"M10 21h-2a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M17 17l-4 -2.5l4 -2.5l4 2.5v4.5l-4 2.5z",key:"svg-1"}],["path",{d:"M13 14.5v4.5l4 2.5",key:"svg-2"}],["path",{d:"M17 17l4 -2.5",key:"svg-3"}],["path",{d:"M11 4h2",key:"svg-4"}]]),ox=createReactComponent("augmented-reality-off","IconAugmentedRealityOff",[["path",{d:"M4 8v-2c0 -.557 .228 -1.061 .595 -1.424",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2c.558 0 1.062 -.228 1.425 -.596",key:"svg-3"}],["path",{d:"M12 12.5l.312 -.195m2.457 -1.536l1.231 -.769",key:"svg-4"}],["path",{d:"M9.225 9.235l-1.225 .765l4 2.5v4.5l3.076 -1.923m.924 -3.077v-2l-4 -2.5l-.302 .189",key:"svg-5"}],["path",{d:"M8 10v4.5l4 2.5",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),oR=createReactComponent("augmented-reality","IconAugmentedReality",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M12 12.5l4 -2.5",key:"svg-4"}],["path",{d:"M8 10l4 2.5v4.5l4 -2.5v-4.5l-4 -2.5z",key:"svg-5"}],["path",{d:"M8 10v4.5l4 2.5",key:"svg-6"}]]),oS=createReactComponent("automatic-gearbox","IconAutomaticGearbox",[["path",{d:"M17 17v4h1a2 2 0 1 0 0 -4h-1z",key:"svg-0"}],["path",{d:"M17 11h1.5a1.5 1.5 0 0 0 0 -3h-1.5v5",key:"svg-1"}],["path",{d:"M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M5 7v3a1 1 0 0 0 1 1h3v7a1 1 0 0 0 1 1h3",key:"svg-3"}],["path",{d:"M9 11h4",key:"svg-4"}]]),o_=createReactComponent("award-filled","IconAwardFilled",[["path",{d:"M19.496 13.983l1.966 3.406a1.001 1.001 0 0 1 -.705 1.488l-.113 .011l-.112 -.001l-2.933 -.19l-1.303 2.636a1.001 1.001 0 0 1 -1.608 .26l-.082 -.094l-.072 -.11l-1.968 -3.407a8.994 8.994 0 0 0 6.93 -3.999z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M11.43 17.982l-1.966 3.408a1.001 1.001 0 0 1 -1.622 .157l-.076 -.1l-.064 -.114l-1.304 -2.635l-2.931 .19a1.001 1.001 0 0 1 -1.022 -1.29l.04 -.107l.05 -.1l1.968 -3.409a8.994 8.994 0 0 0 6.927 4.001z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M12 2l.24 .004a7 7 0 0 1 6.76 6.996l-.003 .193l-.007 .192l-.018 .245l-.026 .242l-.024 .178a6.985 6.985 0 0 1 -.317 1.268l-.116 .308l-.153 .348a7.001 7.001 0 0 1 -12.688 -.028l-.13 -.297l-.052 -.133l-.08 -.217l-.095 -.294a6.96 6.96 0 0 1 -.093 -.344l-.06 -.271l-.049 -.271l-.02 -.139l-.039 -.323l-.024 -.365l-.006 -.292a7 7 0 0 1 6.76 -6.996l.24 -.004z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),ow=createReactComponent("award-off","IconAwardOff",[["path",{d:"M16.72 12.704a6 6 0 0 0 -8.433 -8.418m-1.755 2.24a6 6 0 0 0 7.936 7.944",key:"svg-0"}],["path",{d:"M12 15l3.4 5.89l1.598 -3.233l.707 .046m1.108 -2.902l-1.617 -2.8",key:"svg-1"}],["path",{d:"M6.802 12l-3.4 5.89l3.598 -.233l1.598 3.232l3.4 -5.889",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),oP=createReactComponent("award","IconAward",[["path",{d:"M12 9m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0",key:"svg-0"}],["path",{d:"M12 15l3.4 5.89l1.598 -3.233l3.598 .232l-3.4 -5.889",key:"svg-1"}],["path",{d:"M6.802 12l-3.4 5.89l3.598 -.233l1.598 3.232l3.4 -5.889",key:"svg-2"}]]),oO=createReactComponent("axe","IconAxe",[["path",{d:"M13 9l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385",key:"svg-0"}],["path",{d:"M6.66 15.66l-3.32 -3.32a1.25 1.25 0 0 1 .42 -2.044l3.24 -1.296l6 -6l3 3l-6 6l-1.296 3.24a1.25 1.25 0 0 1 -2.044 .42z",key:"svg-1"}]]),oF=createReactComponent("axis-x","IconAxisX",[["path",{d:"M4 13v.01",key:"svg-0"}],["path",{d:"M4 9v.01",key:"svg-1"}],["path",{d:"M4 5v.01",key:"svg-2"}],["path",{d:"M17 20l3 -3l-3 -3",key:"svg-3"}],["path",{d:"M4 17h16",key:"svg-4"}]]),oz=createReactComponent("axis-y","IconAxisY",[["path",{d:"M11 20h-.01",key:"svg-0"}],["path",{d:"M15 20h-.01",key:"svg-1"}],["path",{d:"M19 20h-.01",key:"svg-2"}],["path",{d:"M4 7l3 -3l3 3",key:"svg-3"}],["path",{d:"M7 20v-16",key:"svg-4"}]]),oD=createReactComponent("baby-bottle","IconBabyBottle",[["path",{d:"M5 10h14",key:"svg-0"}],["path",{d:"M12 2v2",key:"svg-1"}],["path",{d:"M12 4a5 5 0 0 1 5 5v11a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-11a5 5 0 0 1 5 -5z",key:"svg-2"}]]),oA=createReactComponent("baby-carriage","IconBabyCarriage",[["path",{d:"M8 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M18 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M2 5h2.5l1.632 4.897a6 6 0 0 0 5.693 4.103h2.675a5.5 5.5 0 0 0 0 -11h-.5v6",key:"svg-2"}],["path",{d:"M6 9h14",key:"svg-3"}],["path",{d:"M9 17l1 -3",key:"svg-4"}],["path",{d:"M16 14l1 3",key:"svg-5"}]]),oj=createReactComponent("backhoe","IconBackhoe",[["path",{d:"M4 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M13 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M13 19l-9 0",key:"svg-2"}],["path",{d:"M4 15l9 0",key:"svg-3"}],["path",{d:"M8 12v-5h2a3 3 0 0 1 3 3v5",key:"svg-4"}],["path",{d:"M5 15v-2a1 1 0 0 1 1 -1h7",key:"svg-5"}],["path",{d:"M21.12 9.88l-3.12 -4.88l-5 5",key:"svg-6"}],["path",{d:"M21.12 9.88a3 3 0 0 1 -2.12 5.12a3 3 0 0 1 -2.12 -.88l4.24 -4.24z",key:"svg-7"}]]),oE=createReactComponent("backpack-off","IconBackpackOff",[["path",{d:"M10 6h3a6 6 0 0 1 6 6v3m-.129 3.872a3 3 0 0 1 -2.871 2.128h-8a3 3 0 0 1 -3 -3v-6a5.99 5.99 0 0 1 2.285 -4.712",key:"svg-0"}],["path",{d:"M10 6v-1a2 2 0 1 1 4 0v1",key:"svg-1"}],["path",{d:"M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),oT=createReactComponent("backpack","IconBackpack",[["path",{d:"M5 18v-6a6 6 0 0 1 6 -6h2a6 6 0 0 1 6 6v6a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M10 6v-1a2 2 0 1 1 4 0v1",key:"svg-1"}],["path",{d:"M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4",key:"svg-2"}],["path",{d:"M11 10h2",key:"svg-3"}]]),oB=createReactComponent("backslash","IconBackslash",[["path",{d:"M7 5l10 14",key:"svg-0"}]]),oN=createReactComponent("backspace-filled","IconBackspaceFilled",[["path",{d:"M20 5a2 2 0 0 1 1.995 1.85l.005 .15v10a2 2 0 0 1 -1.85 1.995l-.15 .005h-11a1 1 0 0 1 -.608 -.206l-.1 -.087l-5.037 -5.04c-.809 -.904 -.847 -2.25 -.083 -3.23l.12 -.144l5 -5a1 1 0 0 1 .577 -.284l.131 -.009h11zm-7.489 4.14a1 1 0 0 0 -1.301 1.473l.083 .094l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.403 -1.403l-.094 .083l-1.293 1.292l-1.293 -1.292l-.094 -.083l-.102 -.07z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),o$=createReactComponent("backspace","IconBackspace",[["path",{d:"M20 6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-11l-5 -5a1.5 1.5 0 0 1 0 -2l5 -5z",key:"svg-0"}],["path",{d:"M12 10l4 4m0 -4l-4 4",key:"svg-1"}]]),oL=createReactComponent("badge-3d","IconBadge3d",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 9.5a.5 .5 0 0 1 .5 -.5h1a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1a.5 .5 0 0 1 -.5 -.5",key:"svg-1"}],["path",{d:"M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z",key:"svg-2"}]]),oW=createReactComponent("badge-4k","IconBadge4k",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 9v2a1 1 0 0 0 1 1h1",key:"svg-1"}],["path",{d:"M10 9v6",key:"svg-2"}],["path",{d:"M14 9v6",key:"svg-3"}],["path",{d:"M17 9l-2 3l2 3",key:"svg-4"}],["path",{d:"M15 12h-1",key:"svg-5"}]]),oH=createReactComponent("badge-8k","IconBadge8k",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 9v6",key:"svg-1"}],["path",{d:"M17 9l-2 3l2 3",key:"svg-2"}],["path",{d:"M15 12h-1",key:"svg-3"}],["path",{d:"M8.5 12h-.5a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1",key:"svg-4"}]]),oV=createReactComponent("badge-ad","IconBadgeAd",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z",key:"svg-1"}],["path",{d:"M7 15v-4.5a1.5 1.5 0 0 1 3 0v4.5",key:"svg-2"}],["path",{d:"M7 13h3",key:"svg-3"}]]),oq=createReactComponent("badge-ar","IconBadgeAr",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 15v-4.5a1.5 1.5 0 0 1 3 0v4.5",key:"svg-1"}],["path",{d:"M7 13h3",key:"svg-2"}],["path",{d:"M14 12h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6m3 0l-2 -3",key:"svg-3"}]]),oU=createReactComponent("badge-cc","IconBadgeCc",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0",key:"svg-1"}],["path",{d:"M17 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0",key:"svg-2"}]]),oG=createReactComponent("badge-filled","IconBadgeFilled",[["path",{d:"M16.486 3.143l-4.486 2.69l-4.486 -2.69a1 1 0 0 0 -1.514 .857v13a1 1 0 0 0 .486 .857l5 3a1 1 0 0 0 1.028 0l5 -3a1 1 0 0 0 .486 -.857v-13a1 1 0 0 0 -1.514 -.857z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),oX=createReactComponent("badge-hd","IconBadgeHd",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z",key:"svg-1"}],["path",{d:"M7 15v-6",key:"svg-2"}],["path",{d:"M10 15v-6",key:"svg-3"}],["path",{d:"M7 12h3",key:"svg-4"}]]),oK=createReactComponent("badge-off","IconBadgeOff",[["path",{d:"M7 7v10l5 3l5 -3m0 -4v-9l-5 3l-2.496 -1.497",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),oY=createReactComponent("badge-sd","IconBadgeSd",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z",key:"svg-1"}],["path",{d:"M7 14.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-2"}]]),oZ=createReactComponent("badge-tm","IconBadgeTm",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M6 9h4",key:"svg-1"}],["path",{d:"M8 9v6",key:"svg-2"}],["path",{d:"M13 15v-6l2 3l2 -3v6",key:"svg-3"}]]),oQ=createReactComponent("badge-vo","IconBadgeVo",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 9l2 6l2 -6",key:"svg-1"}],["path",{d:"M15.5 9a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 1.5 -1.5z",key:"svg-2"}]]),oJ=createReactComponent("badge-vr","IconBadgeVr",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 12h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6m3 0l-2 -3",key:"svg-1"}],["path",{d:"M7 9l2 6l2 -6",key:"svg-2"}]]),o1=createReactComponent("badge-wc","IconBadgeWc",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M6.5 9l.5 6l2 -4l2 4l.5 -6",key:"svg-1"}],["path",{d:"M17 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0",key:"svg-2"}]]),o0=createReactComponent("badge","IconBadge",[["path",{d:"M17 17v-13l-5 3l-5 -3v13l5 3z",key:"svg-0"}]]),o2=createReactComponent("badges-filled","IconBadgesFilled",[["path",{d:"M16.486 12.143l-4.486 2.69l-4.486 -2.69a1 1 0 0 0 -1.514 .857v4a1 1 0 0 0 .486 .857l5 3a1 1 0 0 0 1.028 0l5 -3a1 1 0 0 0 .486 -.857v-4a1 1 0 0 0 -1.514 -.857z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M16.486 3.143l-4.486 2.69l-4.486 -2.69a1 1 0 0 0 -1.514 .857v4a1 1 0 0 0 .486 .857l5 3a1 1 0 0 0 1.028 0l5 -3a1 1 0 0 0 .486 -.857v-4a1 1 0 0 0 -1.514 -.857z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),o3=createReactComponent("badges-off","IconBadgesOff",[["path",{d:"M14.505 14.497l-2.505 1.503l-5 -3v4l5 3l5 -3",key:"svg-0"}],["path",{d:"M13.873 9.876l3.127 -1.876v-4l-5 3l-2.492 -1.495m-2.508 1.495v1l2.492 1.495",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),o5=createReactComponent("badges","IconBadges",[["path",{d:"M17 17v-4l-5 3l-5 -3v4l5 3z",key:"svg-0"}],["path",{d:"M17 8v-4l-5 3l-5 -3v4l5 3z",key:"svg-1"}]]),o4=createReactComponent("baguette","IconBaguette",[["path",{d:"M5.628 11.283l5.644 -5.637c2.665 -2.663 5.924 -3.747 8.663 -1.205l.188 .181a2.987 2.987 0 0 1 0 4.228l-11.287 11.274a3 3 0 0 1 -4.089 .135l-.143 -.135c-2.728 -2.724 -1.704 -6.117 1.024 -8.841z",key:"svg-0"}],["path",{d:"M9.5 7.5l1.5 3.5",key:"svg-1"}],["path",{d:"M6.5 10.5l1.5 3.5",key:"svg-2"}],["path",{d:"M12.5 4.5l1.5 3.5",key:"svg-3"}]]),o6=createReactComponent("ball-american-football-off","IconBallAmericanFootballOff",[["path",{d:"M15 9l-1 1m-2 2l-3 3",key:"svg-0"}],["path",{d:"M10 12l2 2",key:"svg-1"}],["path",{d:"M8 21a5 5 0 0 0 -5 -5",key:"svg-2"}],["path",{d:"M6.813 6.802a12.96 12.96 0 0 0 -3.813 9.198a5 5 0 0 0 5 5a12.96 12.96 0 0 0 9.186 -3.801m1.789 -2.227a12.94 12.94 0 0 0 2.025 -6.972a5 5 0 0 0 -5 -5a12.94 12.94 0 0 0 -6.967 2.022",key:"svg-3"}],["path",{d:"M16 3a5 5 0 0 0 5 5",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),o9=createReactComponent("ball-american-football","IconBallAmericanFootball",[["path",{d:"M15 9l-6 6",key:"svg-0"}],["path",{d:"M10 12l2 2",key:"svg-1"}],["path",{d:"M12 10l2 2",key:"svg-2"}],["path",{d:"M8 21a5 5 0 0 0 -5 -5",key:"svg-3"}],["path",{d:"M16 3c-7.18 0 -13 5.82 -13 13a5 5 0 0 0 5 5c7.18 0 13 -5.82 13 -13a5 5 0 0 0 -5 -5",key:"svg-4"}],["path",{d:"M16 3a5 5 0 0 0 5 5",key:"svg-5"}]]),o7=createReactComponent("ball-baseball","IconBallBaseball",[["path",{d:"M5.636 18.364a9 9 0 1 0 12.728 -12.728a9 9 0 0 0 -12.728 12.728z",key:"svg-0"}],["path",{d:"M12.495 3.02a9 9 0 0 1 -9.475 9.475",key:"svg-1"}],["path",{d:"M20.98 11.505a9 9 0 0 0 -9.475 9.475",key:"svg-2"}],["path",{d:"M9 9l2 2",key:"svg-3"}],["path",{d:"M13 13l2 2",key:"svg-4"}],["path",{d:"M11 7l2 1",key:"svg-5"}],["path",{d:"M7 11l1 2",key:"svg-6"}],["path",{d:"M16 11l1 2",key:"svg-7"}],["path",{d:"M11 16l2 1",key:"svg-8"}]]),o8=createReactComponent("ball-basketball","IconBallBasketball",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M5.65 5.65l12.7 12.7",key:"svg-1"}],["path",{d:"M5.65 18.35l12.7 -12.7",key:"svg-2"}],["path",{d:"M12 3a9 9 0 0 0 9 9",key:"svg-3"}],["path",{d:"M3 12a9 9 0 0 1 9 9",key:"svg-4"}]]),le=createReactComponent("ball-bowling","IconBallBowling",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M11 9l0 .01",key:"svg-1"}],["path",{d:"M15 8l0 .01",key:"svg-2"}],["path",{d:"M14 12l0 .01",key:"svg-3"}]]),lt=createReactComponent("ball-football-off","IconBallFootballOff",[["path",{d:"M20.041 16.046a9 9 0 0 0 -12.084 -12.09m-2.323 1.683a9 9 0 0 0 12.726 12.73",key:"svg-0"}],["path",{d:"M12 7l4.755 3.455l-.566 1.743l-.98 3.014l-.209 .788h-6l-1.755 -5.545l1.86 -1.351l2.313 -1.681z",key:"svg-1"}],["path",{d:"M12 7v-4",key:"svg-2"}],["path",{d:"M15 16l2.5 3",key:"svg-3"}],["path",{d:"M16.755 10.455l3.745 -1.455",key:"svg-4"}],["path",{d:"M9.061 16.045l-2.561 2.955",key:"svg-5"}],["path",{d:"M7.245 10.455l-3.745 -1.455",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),la=createReactComponent("ball-football","IconBallFootball",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 7l4.76 3.45l-1.76 5.55h-6l-1.76 -5.55z",key:"svg-1"}],["path",{d:"M12 7v-4m3 13l2.5 3m-.74 -8.55l3.74 -1.45m-11.44 7.05l-2.56 2.95m.74 -8.55l-3.74 -1.45",key:"svg-2"}]]),ln=createReactComponent("ball-tennis","IconBallTennis",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M6 5.3a9 9 0 0 1 0 13.4",key:"svg-1"}],["path",{d:"M18 5.3a9 9 0 0 0 0 13.4",key:"svg-2"}]]),lr=createReactComponent("ball-volleyball","IconBallVolleyball",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12a8 8 0 0 0 8 4",key:"svg-1"}],["path",{d:"M7.5 13.5a12 12 0 0 0 8.5 6.5",key:"svg-2"}],["path",{d:"M12 12a8 8 0 0 0 -7.464 4.928",key:"svg-3"}],["path",{d:"M12.951 7.353a12 12 0 0 0 -9.88 4.111",key:"svg-4"}],["path",{d:"M12 12a8 8 0 0 0 -.536 -8.928",key:"svg-5"}],["path",{d:"M15.549 15.147a12 12 0 0 0 1.38 -10.611",key:"svg-6"}]]),lo=createReactComponent("balloon-filled","IconBalloonFilled",[["path",{d:"M12 1a7 7 0 0 1 7 7c0 5.457 -3.028 10 -7 10c-3.9 0 -6.89 -4.379 -6.997 -9.703l-.003 -.297l.004 -.24a7 7 0 0 1 6.996 -6.76zm0 4a1 1 0 0 0 0 2l.117 .007a1 1 0 0 1 .883 .993l.007 .117a1 1 0 0 0 1.993 -.117a3 3 0 0 0 -3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 16a1 1 0 0 1 .993 .883l.007 .117v1a3 3 0 0 1 -2.824 2.995l-.176 .005h-3a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 1 -2 0a3 3 0 0 1 2.824 -2.995l.176 -.005h3a1 1 0 0 0 .993 -.883l.007 -.117v-1a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),ll=createReactComponent("balloon-off","IconBalloonOff",[["path",{d:"M14 8a2 2 0 0 0 -2 -2",key:"svg-0"}],["path",{d:"M7.762 3.753a6 6 0 0 1 10.238 4.247c0 1.847 -.37 3.564 -1.007 4.993m-1.59 2.42c-.967 1 -2.14 1.587 -3.403 1.587c-3.314 0 -6 -4.03 -6 -9c0 -.593 .086 -1.166 .246 -1.707",key:"svg-1"}],["path",{d:"M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),lc=createReactComponent("balloon","IconBalloon",[["path",{d:"M14 8a2 2 0 0 0 -2 -2",key:"svg-0"}],["path",{d:"M6 8a6 6 0 1 1 12 0c0 4.97 -2.686 9 -6 9s-6 -4.03 -6 -9",key:"svg-1"}],["path",{d:"M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2",key:"svg-2"}]]),li=createReactComponent("ballpen-filled","IconBallpenFilled",[["path",{d:"M17.828 2a3 3 0 0 1 1.977 .743l.145 .136l1.171 1.17a3 3 0 0 1 .136 4.1l-.136 .144l-1.706 1.707l2.292 2.293a1 1 0 0 1 .083 1.32l-.083 .094l-4 4a1 1 0 0 1 -1.497 -1.32l.083 -.094l3.292 -3.293l-1.586 -1.585l-7.464 7.464a3.828 3.828 0 0 1 -2.474 1.114l-.233 .008c-.674 0 -1.33 -.178 -1.905 -.508l-1.216 1.214a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.214 -1.216a3.828 3.828 0 0 1 .454 -4.442l.16 -.17l10.586 -10.586a3 3 0 0 1 1.923 -.873l.198 -.006zm0 2a1 1 0 0 0 -.608 .206l-.099 .087l-1.707 1.707l2.586 2.585l1.707 -1.706a1 1 0 0 0 .284 -.576l.01 -.131a1 1 0 0 0 -.207 -.609l-.087 -.099l-1.171 -1.171a1 1 0 0 0 -.708 -.293z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ls=createReactComponent("ballpen-off","IconBallpenOff",[["path",{d:"M14 6l7 7l-2 2",key:"svg-0"}],["path",{d:"M10 10l-4.172 4.172a2.828 2.828 0 1 0 4 4l4.172 -4.172",key:"svg-1"}],["path",{d:"M16 12l4.414 -4.414a2 2 0 0 0 0 -2.829l-1.171 -1.171a2 2 0 0 0 -2.829 0l-4.414 4.414",key:"svg-2"}],["path",{d:"M4 20l1.768 -1.768",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),ld=createReactComponent("ballpen","IconBallpen",[["path",{d:"M14 6l7 7l-4 4",key:"svg-0"}],["path",{d:"M5.828 18.172a2.828 2.828 0 0 0 4 0l10.586 -10.586a2 2 0 0 0 0 -2.829l-1.171 -1.171a2 2 0 0 0 -2.829 0l-10.586 10.586a2.828 2.828 0 0 0 0 4z",key:"svg-1"}],["path",{d:"M4 20l1.768 -1.768",key:"svg-2"}]]),lu=createReactComponent("ban","IconBan",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M5.7 5.7l12.6 12.6",key:"svg-1"}]]),lp=createReactComponent("bandage-filled","IconBandageFilled",[["path",{d:"M20.207 3.793a5.95 5.95 0 0 1 .179 8.228l-.179 .186l-8 8a5.95 5.95 0 0 1 -8.593 -8.228l.179 -.186l8 -8a5.95 5.95 0 0 1 8.414 0zm-8.207 9.207a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm2 -2a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm2 -2a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),lh=createReactComponent("bandage-off","IconBandageOff",[["path",{d:"M10 12v.01",key:"svg-0"}],["path",{d:"M12 14v.01",key:"svg-1"}],["path",{d:"M10.513 6.487l1.987 -1.987a4.95 4.95 0 0 1 7 7l-2.018 2.018m-1.982 1.982l-4 4a4.95 4.95 0 0 1 -7 -7l4 -4",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),lv=createReactComponent("bandage","IconBandage",[["path",{d:"M14 12l0 .01",key:"svg-0"}],["path",{d:"M10 12l0 .01",key:"svg-1"}],["path",{d:"M12 10l0 .01",key:"svg-2"}],["path",{d:"M12 14l0 .01",key:"svg-3"}],["path",{d:"M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7",key:"svg-4"}]]),lg=createReactComponent("barbell-off","IconBarbellOff",[["path",{d:"M2 12h1",key:"svg-0"}],["path",{d:"M6 8h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2",key:"svg-1"}],["path",{d:"M6.298 6.288a1 1 0 0 0 -.298 .712v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-8",key:"svg-2"}],["path",{d:"M9 12h3",key:"svg-3"}],["path",{d:"M15 15v2a1 1 0 0 0 1 1h1c.275 0 .523 -.11 .704 -.29m.296 -3.71v-7a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1v4",key:"svg-4"}],["path",{d:"M18 8h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1",key:"svg-5"}],["path",{d:"M22 12h-1",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),ly=createReactComponent("barbell","IconBarbell",[["path",{d:"M2 12h1",key:"svg-0"}],["path",{d:"M6 8h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2",key:"svg-1"}],["path",{d:"M6 7v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-10a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1z",key:"svg-2"}],["path",{d:"M9 12h6",key:"svg-3"}],["path",{d:"M15 7v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-10a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1z",key:"svg-4"}],["path",{d:"M18 8h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2",key:"svg-5"}],["path",{d:"M22 12h-1",key:"svg-6"}]]),lf=createReactComponent("barcode-off","IconBarcodeOff",[["path",{d:"M4 7v-1c0 -.552 .224 -1.052 .586 -1.414",key:"svg-0"}],["path",{d:"M4 17v1a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v1",key:"svg-2"}],["path",{d:"M16 20h2c.551 0 1.05 -.223 1.412 -.584",key:"svg-3"}],["path",{d:"M5 11h1v2h-1z",key:"svg-4"}],["path",{d:"M10 11v2",key:"svg-5"}],["path",{d:"M15 11v.01",key:"svg-6"}],["path",{d:"M19 11v2",key:"svg-7"}],["path",{d:"M3 3l18 18",key:"svg-8"}]]),lm=createReactComponent("barcode","IconBarcode",[["path",{d:"M4 7v-1a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 17v1a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v1",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-1",key:"svg-3"}],["path",{d:"M5 11h1v2h-1z",key:"svg-4"}],["path",{d:"M10 11l0 2",key:"svg-5"}],["path",{d:"M14 11h1v2h-1z",key:"svg-6"}],["path",{d:"M19 11l0 2",key:"svg-7"}]]),lk=createReactComponent("barrel-off","IconBarrelOff",[["path",{d:"M8 4h8.722a2 2 0 0 1 1.841 1.22c.958 2.26 1.437 4.52 1.437 6.78a16.35 16.35 0 0 1 -.407 3.609m-.964 3.013l-.066 .158a2 2 0 0 1 -1.841 1.22h-9.444a2 2 0 0 1 -1.841 -1.22c-.958 -2.26 -1.437 -4.52 -1.437 -6.78c0 -2.21 .458 -4.42 1.374 -6.63",key:"svg-0"}],["path",{d:"M14 4c.585 2.337 .913 4.674 .985 7.01m-.114 3.86a33.415 33.415 0 0 1 -.871 5.13",key:"svg-1"}],["path",{d:"M10 4a34.42 34.42 0 0 0 -.366 1.632m-.506 3.501a32.126 32.126 0 0 0 -.128 2.867c0 2.667 .333 5.333 1 8",key:"svg-2"}],["path",{d:"M4.5 16h11.5",key:"svg-3"}],["path",{d:"M19.5 8h-7.5m-4 0h-3.5",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),lM=createReactComponent("barrel","IconBarrel",[["path",{d:"M7.278 4h9.444a2 2 0 0 1 1.841 1.22c.958 2.26 1.437 4.52 1.437 6.78c0 2.26 -.479 4.52 -1.437 6.78a2 2 0 0 1 -1.841 1.22h-9.444a2 2 0 0 1 -1.841 -1.22c-.958 -2.26 -1.437 -4.52 -1.437 -6.78c0 -2.26 .479 -4.52 1.437 -6.78a2 2 0 0 1 1.841 -1.22z",key:"svg-0"}],["path",{d:"M14 4c.667 2.667 1 5.333 1 8s-.333 5.333 -1 8",key:"svg-1"}],["path",{d:"M10 4c-.667 2.667 -1 5.333 -1 8s.333 5.333 1 8",key:"svg-2"}],["path",{d:"M4.5 16h15",key:"svg-3"}],["path",{d:"M19.5 8h-15",key:"svg-4"}]]),lb=createReactComponent("barrier-block-off","IconBarrierBlockOff",[["path",{d:"M11 7h8a1 1 0 0 1 1 1v7c0 .27 -.107 .516 -.282 .696",key:"svg-0"}],["path",{d:"M16 16h-11a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h2",key:"svg-1"}],["path",{d:"M7 16v4",key:"svg-2"}],["path",{d:"M7.5 16l4.244 -4.244",key:"svg-3"}],["path",{d:"M13.745 9.755l2.755 -2.755",key:"svg-4"}],["path",{d:"M13.5 16l1.249 -1.249",key:"svg-5"}],["path",{d:"M16.741 12.759l3.259 -3.259",key:"svg-6"}],["path",{d:"M4 13.5l4.752 -4.752",key:"svg-7"}],["path",{d:"M17 17v3",key:"svg-8"}],["path",{d:"M5 20h4",key:"svg-9"}],["path",{d:"M15 20h4",key:"svg-10"}],["path",{d:"M17 7v-2",key:"svg-11"}],["path",{d:"M3 3l18 18",key:"svg-12"}]]),lI=createReactComponent("barrier-block","IconBarrierBlock",[["path",{d:"M4 7m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v7a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M7 16v4",key:"svg-1"}],["path",{d:"M7.5 16l9 -9",key:"svg-2"}],["path",{d:"M13.5 16l6.5 -6.5",key:"svg-3"}],["path",{d:"M4 13.5l6.5 -6.5",key:"svg-4"}],["path",{d:"M17 16v4",key:"svg-5"}],["path",{d:"M5 20h4",key:"svg-6"}],["path",{d:"M15 20h4",key:"svg-7"}],["path",{d:"M17 7v-2",key:"svg-8"}],["path",{d:"M7 7v-2",key:"svg-9"}]]),lC=createReactComponent("baseline-density-large","IconBaselineDensityLarge",[["path",{d:"M4 4h16",key:"svg-0"}],["path",{d:"M4 20h16",key:"svg-1"}]]),lx=createReactComponent("baseline-density-medium","IconBaselineDensityMedium",[["path",{d:"M4 20h16",key:"svg-0"}],["path",{d:"M4 12h16",key:"svg-1"}],["path",{d:"M4 4h16",key:"svg-2"}]]),lR=createReactComponent("baseline-density-small","IconBaselineDensitySmall",[["path",{d:"M4 3h16",key:"svg-0"}],["path",{d:"M4 9h16",key:"svg-1"}],["path",{d:"M4 15h16",key:"svg-2"}],["path",{d:"M4 21h16",key:"svg-3"}]]),lS=createReactComponent("baseline","IconBaseline",[["path",{d:"M4 20h16",key:"svg-0"}],["path",{d:"M8 16v-8a4 4 0 1 1 8 0v8",key:"svg-1"}],["path",{d:"M8 10h8",key:"svg-2"}]]),l_=createReactComponent("basket-bolt","IconBasketBolt",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M13 20h-5.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.358 2.04",key:"svg-2"}],["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-4"}]]),lw=createReactComponent("basket-cancel","IconBasketCancel",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.3 1.713",key:"svg-2"}],["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-4"}],["path",{d:"M17 21l4 -4",key:"svg-5"}]]),lP=createReactComponent("basket-check","IconBasketCheck",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M11 20h-3.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.479 2.729",key:"svg-2"}],["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-4"}]]),lO=createReactComponent("basket-code","IconBasketCode",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M11 20h-3.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304c-.21 1.202 -.37 2.104 -.475 2.705",key:"svg-2"}],["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-4"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-5"}]]),lF=createReactComponent("basket-cog","IconBasketCog",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.267 1.522",key:"svg-2"}],["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}],["path",{d:"M19.001 15.5v1.5",key:"svg-5"}],["path",{d:"M19.001 21v1.5",key:"svg-6"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-7"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-8"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-9"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-10"}]]),lz=createReactComponent("basket-discount","IconBasketDiscount",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M12.5 20h-5.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.394 2.248",key:"svg-2"}],["path",{d:"M13.856 13.254a2 2 0 1 0 -1.856 2.746",key:"svg-3"}],["path",{d:"M16 21l5 -5",key:"svg-4"}],["path",{d:"M21 21v.01",key:"svg-5"}],["path",{d:"M16 16v.01",key:"svg-6"}]]),lD=createReactComponent("basket-dollar","IconBasketDollar",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M13 20h-5.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304",key:"svg-2"}],["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-4"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-5"}]]),lA=createReactComponent("basket-down","IconBasketDown",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.349 1.989",key:"svg-2"}],["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-5"}]]),lj=createReactComponent("basket-exclamation","IconBasketExclamation",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M15 20h-7.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.36 2.055",key:"svg-2"}],["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M19 16v3",key:"svg-4"}],["path",{d:"M19 22v.01",key:"svg-5"}]]),lE=createReactComponent("basket-filled","IconBasketFilled",[["path",{d:"M12.684 3.27l.084 .09l4.7 5.64h3.532a1 1 0 0 1 .991 1.131l-.02 .112l-1.984 7.918c-.258 1.578 -1.41 2.781 -2.817 2.838l-.17 .001l-10.148 -.002c-1.37 -.053 -2.484 -1.157 -2.787 -2.57l-.035 -.185l-2 -8a1 1 0 0 1 .857 -1.237l.113 -.006h3.53l4.702 -5.64a1 1 0 0 1 1.452 -.09zm-.684 8.73a3 3 0 0 0 -2.98 2.65l-.015 .174l-.005 .176l.005 .176a3 3 0 1 0 2.995 -3.176zm0 -6.438l-2.865 3.438h5.73l-2.865 -3.438z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),lT=createReactComponent("basket-heart","IconBasketHeart",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M10.5 20h-3.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.143 .817",key:"svg-2"}],["path",{d:"M12.602 12.092a2 2 0 0 0 -2.233 3.066",key:"svg-3"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-4"}]]),lB=createReactComponent("basket-minus","IconBasketMinus",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.833 4.75",key:"svg-2"}],["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}]]),lN=createReactComponent("basket-off","IconBasketOff",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l.75 -2.252m1.001 -3.002l.249 -.746",key:"svg-1"}],["path",{d:"M12 8h7a2 2 0 0 1 1.977 2.304c-.442 2.516 -.756 4.438 -.977 5.696m-1.01 3.003a2.997 2.997 0 0 1 -2.234 .997h-9.512a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h2.999",key:"svg-2"}],["path",{d:"M12 12a2 2 0 1 0 2 2",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),l$=createReactComponent("basket-pause","IconBasketPause",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M13 20h-5.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.478 2.725",key:"svg-2"}],["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M17 17v5",key:"svg-4"}],["path",{d:"M21 17v5",key:"svg-5"}]]),lL=createReactComponent("basket-pin","IconBasketPin",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.161 .92",key:"svg-2"}],["path",{d:"M13.866 13.28a2 2 0 1 0 -1.866 2.72",key:"svg-3"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-4"}],["path",{d:"M19 18v.01",key:"svg-5"}]]),lW=createReactComponent("basket-plus","IconBasketPlus",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.359 2.043",key:"svg-2"}],["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}],["path",{d:"M19 16v6",key:"svg-5"}]]),lH=createReactComponent("basket-question","IconBasketQuestion",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M15 20h-7.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.161 .918",key:"svg-2"}],["path",{d:"M12 16a2 2 0 1 0 0 -4a2 2 0 0 0 0 4z",key:"svg-3"}],["path",{d:"M19 22v.01",key:"svg-4"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-5"}]]),lV=createReactComponent("basket-search","IconBasketSearch",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M11 20h-3.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.215 1.227",key:"svg-2"}],["path",{d:"M13.483 12.658a2 2 0 1 0 -2.162 3.224",key:"svg-3"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-4"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-5"}]]),lq=createReactComponent("basket-share","IconBasketShare",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M12.5 20h-5.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.478 2.723",key:"svg-2"}],["path",{d:"M14 14a2 2 0 1 0 -2 2",key:"svg-3"}],["path",{d:"M16 22l5 -5",key:"svg-4"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-5"}]]),lU=createReactComponent("basket-star","IconBasketStar",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M10.5 20h-3.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.133 .757",key:"svg-2"}],["path",{d:"M13.596 12.794a2 2 0 0 0 -3.377 2.116",key:"svg-3"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-4"}]]),lG=createReactComponent("basket-up","IconBasketUp",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.358 2.04",key:"svg-2"}],["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M19 22v-6",key:"svg-4"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-5"}]]),lX=createReactComponent("basket-x","IconBasketX",[["path",{d:"M17 10l-2 -6",key:"svg-0"}],["path",{d:"M7 10l2 -6",key:"svg-1"}],["path",{d:"M13.5 20h-6.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.532 3.03",key:"svg-2"}],["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-3"}],["path",{d:"M22 22l-5 -5",key:"svg-4"}],["path",{d:"M17 22l5 -5",key:"svg-5"}]]),lK=createReactComponent("basket","IconBasket",[["path",{d:"M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M5.001 8h13.999a2 2 0 0 1 1.977 2.304l-1.255 7.152a3 3 0 0 1 -2.966 2.544h-9.512a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304z",key:"svg-1"}],["path",{d:"M17 10l-2 -6",key:"svg-2"}],["path",{d:"M7 10l2 -6",key:"svg-3"}]]),lY=createReactComponent("bat","IconBat",[["path",{d:"M17 16c.74 -2.286 2.778 -3.762 5 -3c-.173 -2.595 .13 -5.314 -2 -7.5c-1.708 2.648 -3.358 2.557 -5 2.5v-4l-3 2l-3 -2v4c-1.642 .057 -3.292 .148 -5 -2.5c-2.13 2.186 -1.827 4.905 -2 7.5c2.222 -.762 4.26 .714 5 3c2.593 0 3.889 .952 5 4c1.111 -3.048 2.407 -4 5 -4z",key:"svg-0"}],["path",{d:"M9 8a3 3 0 0 0 6 0",key:"svg-1"}]]),lZ=createReactComponent("bath-filled","IconBathFilled",[["path",{d:"M11 2a1 1 0 0 1 .993 .883l.007 .117v2.25a1 1 0 0 1 -1.993 .117l-.007 -.117v-1.25h-2a1 1 0 0 0 -.993 .883l-.007 .117v6h13a2 2 0 0 1 1.995 1.85l.005 .15v3c0 1.475 -.638 2.8 -1.654 3.715l.486 .73a1 1 0 0 1 -1.594 1.203l-.07 -.093l-.55 -.823a4.98 4.98 0 0 1 -1.337 .26l-.281 .008h-10a4.994 4.994 0 0 1 -1.619 -.268l-.549 .823a1 1 0 0 1 -1.723 -1.009l.059 -.1l.486 -.73a4.987 4.987 0 0 1 -1.647 -3.457l-.007 -.259v-3a2 2 0 0 1 1.85 -1.995l.15 -.005h1v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),lQ=createReactComponent("bath-off","IconBathOff",[["path",{d:"M16 12h4a1 1 0 0 1 1 1v3c0 .311 -.036 .614 -.103 .904m-1.61 2.378a3.982 3.982 0 0 1 -2.287 .718h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1h8",key:"svg-0"}],["path",{d:"M6 12v-6m1.178 -2.824c.252 -.113 .53 -.176 .822 -.176h3v2.25",key:"svg-1"}],["path",{d:"M4 21l1 -1.5",key:"svg-2"}],["path",{d:"M20 21l-1 -1.5",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),lJ=createReactComponent("bath","IconBath",[["path",{d:"M4 12h16a1 1 0 0 1 1 1v3a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M6 12v-7a2 2 0 0 1 2 -2h3v2.25",key:"svg-1"}],["path",{d:"M4 21l1 -1.5",key:"svg-2"}],["path",{d:"M20 21l-1 -1.5",key:"svg-3"}]]),l1=createReactComponent("battery-1-filled","IconBattery1Filled",[["path",{d:"M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),l0=createReactComponent("battery-1","IconBattery1",[["path",{d:"M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M7 10l0 4",key:"svg-1"}]]),l2=createReactComponent("battery-2-filled","IconBattery2Filled",[["path",{d:"M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),l3=createReactComponent("battery-2","IconBattery2",[["path",{d:"M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M7 10l0 4",key:"svg-1"}],["path",{d:"M10 10l0 4",key:"svg-2"}]]),l5=createReactComponent("battery-3-filled","IconBattery3Filled",[["path",{d:"M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),l4=createReactComponent("battery-3","IconBattery3",[["path",{d:"M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M7 10l0 4",key:"svg-1"}],["path",{d:"M10 10l0 4",key:"svg-2"}],["path",{d:"M13 10l0 4",key:"svg-3"}]]),l6=createReactComponent("battery-4-filled","IconBattery4Filled",[["path",{d:"M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),l9=createReactComponent("battery-4","IconBattery4",[["path",{d:"M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M7 10l0 4",key:"svg-1"}],["path",{d:"M10 10l0 4",key:"svg-2"}],["path",{d:"M13 10l0 4",key:"svg-3"}],["path",{d:"M16 10l0 4",key:"svg-4"}]]),l7=createReactComponent("battery-automotive","IconBatteryAutomotive",[["path",{d:"M3 6m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M6 6v-2",key:"svg-1"}],["path",{d:"M19 4l0 2",key:"svg-2"}],["path",{d:"M6.5 13l3 0",key:"svg-3"}],["path",{d:"M14.5 13l3 0",key:"svg-4"}],["path",{d:"M16 11.5l0 3",key:"svg-5"}]]),l8=createReactComponent("battery-charging-2","IconBatteryCharging2",[["path",{d:"M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-4.5",key:"svg-0"}],["path",{d:"M3 15h6v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-2z",key:"svg-1"}],["path",{d:"M6 22v-3",key:"svg-2"}],["path",{d:"M4 15v-2.5",key:"svg-3"}],["path",{d:"M8 15v-2.5",key:"svg-4"}]]),ce=createReactComponent("battery-charging","IconBatteryCharging",[["path",{d:"M16 7h1a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-2",key:"svg-0"}],["path",{d:"M8 7h-2a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1",key:"svg-1"}],["path",{d:"M12 8l-2 4h3l-2 4",key:"svg-2"}]]),ct=createReactComponent("battery-eco","IconBatteryEco",[["path",{d:"M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-5.5",key:"svg-0"}],["path",{d:"M3 16.143c0 -2.84 2.09 -5.143 4.667 -5.143h2.333v.857c0 2.84 -2.09 5.143 -4.667 5.143h-2.333v-.857z",key:"svg-1"}],["path",{d:"M3 20v-3",key:"svg-2"}]]),ca=createReactComponent("battery-filled","IconBatteryFilled",[["path",{d:"M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),cn=createReactComponent("battery-off","IconBatteryOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M11 7h6a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5m-2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h1",key:"svg-1"}]]),cr=createReactComponent("battery","IconBattery",[["path",{d:"M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2",key:"svg-0"}]]),co=createReactComponent("beach-off","IconBeachOff",[["path",{d:"M15.071 15.102a7.502 7.502 0 0 0 -8.124 1.648",key:"svg-0"}],["path",{d:"M10.27 6.269l9.926 5.731a6 6 0 0 0 -10.32 -6.123",key:"svg-1"}],["path",{d:"M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196",key:"svg-2"}],["path",{d:"M15 9l-.739 1.279",key:"svg-3"}],["path",{d:"M12.794 12.82l-.794 1.376",key:"svg-4"}],["path",{d:"M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1.135 -.858",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),cl=createReactComponent("beach","IconBeach",[["path",{d:"M17.553 16.75a7.5 7.5 0 0 0 -10.606 0",key:"svg-0"}],["path",{d:"M18 3.804a6 6 0 0 0 -8.196 2.196l10.392 6a6 6 0 0 0 -2.196 -8.196z",key:"svg-1"}],["path",{d:"M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196",key:"svg-2"}],["path",{d:"M15 9l-3 5.196",key:"svg-3"}],["path",{d:"M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 1 .25",key:"svg-4"}]]),cc=createReactComponent("bed-filled","IconBedFilled",[["path",{d:"M3 6a1 1 0 0 1 .993 .883l.007 .117v6h6v-5a1 1 0 0 1 .883 -.993l.117 -.007h8a3 3 0 0 1 2.995 2.824l.005 .176v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-3h-16v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-11a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M7 8a2 2 0 1 1 -1.995 2.15l-.005 -.15l.005 -.15a2 2 0 0 1 1.995 -1.85z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),ci=createReactComponent("bed-flat","IconBedFlat",[["path",{d:"M5 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M10 13h11v-2a3 3 0 0 0 -3 -3h-8v5z",key:"svg-1"}],["path",{d:"M3 16h18",key:"svg-2"}]]),cs=createReactComponent("bed-off","IconBedOff",[["path",{d:"M7 7a2 2 0 1 0 2 2",key:"svg-0"}],["path",{d:"M22 17v-3h-4m-4 0h-12",key:"svg-1"}],["path",{d:"M2 8v9",key:"svg-2"}],["path",{d:"M12 12v2h2m4 0h4v-2a3 3 0 0 0 -3 -3h-6",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),cd=createReactComponent("bed","IconBed",[["path",{d:"M7 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M22 17v-3h-20",key:"svg-1"}],["path",{d:"M2 8v9",key:"svg-2"}],["path",{d:"M12 14h10v-2a3 3 0 0 0 -3 -3h-7v5z",key:"svg-3"}]]),cu=createReactComponent("beer-filled","IconBeerFilled",[["path",{d:"M17 2a2 2 0 0 1 1.995 1.85l.005 .15v4c0 1.335 -.229 2.386 -.774 3.692l-.157 .363l-.31 .701a8.902 8.902 0 0 0 -.751 3.242l-.008 .377v3.625a2 2 0 0 1 -1.85 1.995l-.15 .005h-6a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3.625c0 -1.132 -.21 -2.25 -.617 -3.28l-.142 -.34l-.31 -.699c-.604 -1.358 -.883 -2.41 -.925 -3.698l-.006 -.358v-4a2 2 0 0 1 1.85 -1.995l.15 -.005h10zm0 2h-10v3h10v-3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),cp=createReactComponent("beer-off","IconBeerOff",[["path",{d:"M7 7v1.111c0 1.242 .29 2.467 .845 3.578l.31 .622a8 8 0 0 1 .845 3.578v4.111h6v-4.111a8 8 0 0 1 .045 -.85m.953 -3.035l.157 -.315a8 8 0 0 0 .845 -3.578v-4.111h-9",key:"svg-0"}],["path",{d:"M7 8h1m4 0h5",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),ch=createReactComponent("beer","IconBeer",[["path",{d:"M9 21h6a1 1 0 0 0 1 -1v-3.625c0 -1.397 .29 -2.775 .845 -4.025l.31 -.7c.556 -1.25 .845 -2.253 .845 -3.65v-4a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v4c0 1.397 .29 2.4 .845 3.65l.31 .7a9.931 9.931 0 0 1 .845 4.025v3.625a1 1 0 0 0 1 1z",key:"svg-0"}],["path",{d:"M6 8h12",key:"svg-1"}]]),cv=createReactComponent("bell-bolt","IconBellBolt",[["path",{d:"M13.5 17h-9.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 4.368 2.67",key:"svg-1"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-2"}]]),cg=createReactComponent("bell-cancel","IconBellCancel",[["path",{d:"M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 3 3",key:"svg-1"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M17 21l4 -4",key:"svg-3"}]]),cy=createReactComponent("bell-check","IconBellCheck",[["path",{d:"M11.5 17h-7.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3c.016 .129 .037 .256 .065 .382",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 2.502 2.959",key:"svg-1"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-2"}]]),cf=createReactComponent("bell-code","IconBellCode",[["path",{d:"M11.5 17h-7.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 2.498 2.958",key:"svg-1"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-3"}]]),cm=createReactComponent("bell-cog","IconBellCog",[["path",{d:"M12 17h-8a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v.5",key:"svg-0"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19.001 15.5v1.5",key:"svg-2"}],["path",{d:"M19.001 21v1.5",key:"svg-3"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-4"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-5"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-6"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-7"}],["path",{d:"M9 17v1a3 3 0 0 0 3 3",key:"svg-8"}]]),ck=createReactComponent("bell-dollar","IconBellDollar",[["path",{d:"M13 17h-9a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 3.911 5.17",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 4.02 2.822",key:"svg-1"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-3"}]]),cM=createReactComponent("bell-down","IconBellDown",[["path",{d:"M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 3.518 2.955",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-3"}]]),cb=createReactComponent("bell-exclamation","IconBellExclamation",[["path",{d:"M15 17h-11a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1.5",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 6 0v-1",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),cI=createReactComponent("bell-filled","IconBellFilled",[["path",{d:"M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),cC=createReactComponent("bell-heart","IconBellHeart",[["path",{d:"M10 17h-6a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6",key:"svg-0"}],["path",{d:"M9 17v1c0 1.408 .97 2.59 2.28 2.913",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}]]),cR=createReactComponent("bell-minus-filled","IconBellMinusFilled",[["path",{d:"M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm2 8h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),cS=createReactComponent("bell-minus","IconBellMinus",[["path",{d:"M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3c.047 .386 .149 .758 .3 1.107",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 3.504 2.958",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}]]),c_=createReactComponent("bell-off","IconBellOff",[["path",{d:"M9.346 5.353c.21 -.129 .428 -.246 .654 -.353a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3m-1 3h-13a4 4 0 0 0 2 -3v-3a6.996 6.996 0 0 1 1.273 -3.707",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 6 0v-1",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),cw=createReactComponent("bell-pause","IconBellPause",[["path",{d:"M13 17h-9a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 4.022 2.821",key:"svg-1"}],["path",{d:"M17 17v5",key:"svg-2"}],["path",{d:"M21 17v5",key:"svg-3"}]]),cP=createReactComponent("bell-pin","IconBellPin",[["path",{d:"M12 17h-8a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 3.64 2.931",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}]]),cO=createReactComponent("bell-plus-filled","IconBellPlusFilled",[["path",{d:"M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm0 6a1 1 0 0 0 -1 1v1h-1l-.117 .007a1 1 0 0 0 .117 1.993h1v1l.007 .117a1 1 0 0 0 1.993 -.117v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),cF=createReactComponent("bell-plus","IconBellPlus",[["path",{d:"M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 3.51 2.957",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}]]),cz=createReactComponent("bell-question","IconBellQuestion",[["path",{d:"M13.5 17h-9.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 5.914 .716",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-3"}]]),cD=createReactComponent("bell-ringing-2-filled","IconBellRinging2Filled",[["path",{d:"M9.63 17.531c.612 .611 .211 1.658 -.652 1.706a3.992 3.992 0 0 1 -3.05 -1.166a3.992 3.992 0 0 1 -1.165 -3.049c.046 -.826 1.005 -1.228 1.624 -.726l.082 .074l3.161 3.16z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M20.071 3.929c.96 .96 1.134 2.41 .52 3.547l-.09 .153l-.024 .036a8.013 8.013 0 0 1 -1.446 7.137l-.183 .223l-.191 .218l-2.073 2.072l-.08 .112a3 3 0 0 0 -.499 2.113l.035 .201l.045 .185c.264 .952 -.853 1.645 -1.585 1.051l-.086 -.078l-11.313 -11.313c-.727 -.727 -.017 -1.945 .973 -1.671a3 3 0 0 0 2.5 -.418l.116 -.086l2.101 -2.1a8 8 0 0 1 7.265 -1.86l.278 .071l.037 -.023a3.003 3.003 0 0 1 3.432 .192l.14 .117l.128 .12z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),cA=createReactComponent("bell-ringing-2","IconBellRinging2",[["path",{d:"M19.364 4.636a2 2 0 0 1 0 2.828a7 7 0 0 1 -1.414 7.072l-2.122 2.12a4 4 0 0 0 -.707 3.536l-11.313 -11.312a4 4 0 0 0 3.535 -.707l2.121 -2.123a7 7 0 0 1 7.072 -1.414a2 2 0 0 1 2.828 0z",key:"svg-0"}],["path",{d:"M7.343 12.414l-.707 .707a3 3 0 0 0 4.243 4.243l.707 -.707",key:"svg-1"}]]),cj=createReactComponent("bell-ringing-filled","IconBellRingingFilled",[["path",{d:"M17.451 2.344a1 1 0 0 1 1.41 -.099a12.05 12.05 0 0 1 3.048 4.064a1 1 0 1 1 -1.818 .836a10.05 10.05 0 0 0 -2.54 -3.39a1 1 0 0 1 -.1 -1.41z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M5.136 2.245a1 1 0 0 1 1.312 1.51a10.05 10.05 0 0 0 -2.54 3.39a1 1 0 1 1 -1.817 -.835a12.05 12.05 0 0 1 3.045 -4.065z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}]]),cE=createReactComponent("bell-ringing","IconBellRinging",[["path",{d:"M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 6 0v-1",key:"svg-1"}],["path",{d:"M21 6.727a11.05 11.05 0 0 0 -2.794 -3.727",key:"svg-2"}],["path",{d:"M3 6.727a11.05 11.05 0 0 1 2.792 -3.727",key:"svg-3"}]]),cT=createReactComponent("bell-school","IconBellSchool",[["path",{d:"M10 10m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0",key:"svg-0"}],["path",{d:"M13.5 15h.5a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-1a2 2 0 0 1 2 -2h.5",key:"svg-1"}],["path",{d:"M16 17a5.698 5.698 0 0 0 4.467 -7.932l-.467 -1.068",key:"svg-2"}],["path",{d:"M10 10v.01",key:"svg-3"}],["path",{d:"M20 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}]]),cB=createReactComponent("bell-search","IconBellSearch",[["path",{d:"M11 17h-7a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 2.685 2.984",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),cN=createReactComponent("bell-share","IconBellShare",[["path",{d:"M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 3 3",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}]]),c$=createReactComponent("bell-star","IconBellStar",[["path",{d:"M9.5 17h-5.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 3.88 5",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 2.15 2.878",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),cL=createReactComponent("bell-up","IconBellUp",[["path",{d:"M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 3.49 2.96",key:"svg-1"}],["path",{d:"M19 22v-6",key:"svg-2"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-3"}]]),cW=createReactComponent("bell-x-filled","IconBellXFilled",[["path",{d:"M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm-1.489 6.14a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),cH=createReactComponent("bell-x","IconBellX",[["path",{d:"M13 17h-9a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 4.194 2.753",key:"svg-1"}],["path",{d:"M22 22l-5 -5",key:"svg-2"}],["path",{d:"M17 22l5 -5",key:"svg-3"}]]),cV=createReactComponent("bell-z-filled","IconBellZFilled",[["path",{d:"M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm2 6h-4l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h1.584l-2.291 2.293l-.076 .084c-.514 .637 -.07 1.623 .783 1.623h4l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-1.586l2.293 -2.293l.076 -.084c.514 -.637 .07 -1.623 -.783 -1.623z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),cq=createReactComponent("bell-z","IconBellZ",[["path",{d:"M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 6 0v-1",key:"svg-1"}],["path",{d:"M10 9h4l-4 4h4",key:"svg-2"}]]),cU=createReactComponent("bell","IconBell",[["path",{d:"M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6",key:"svg-0"}],["path",{d:"M9 17v1a3 3 0 0 0 6 0v-1",key:"svg-1"}]]),cG=createReactComponent("beta","IconBeta",[["path",{d:"M8 22v-14a4 4 0 0 1 4 -4h.5a3.5 3.5 0 0 1 0 7h-.5h.5a4.5 4.5 0 1 1 -4.5 4.5v-.5",key:"svg-0"}]]),cX=createReactComponent("bible","IconBible",[["path",{d:"M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z",key:"svg-0"}],["path",{d:"M19 16h-12a2 2 0 0 0 -2 2",key:"svg-1"}],["path",{d:"M12 7v6",key:"svg-2"}],["path",{d:"M10 9h4",key:"svg-3"}]]),cK=createReactComponent("bike-off","IconBikeOff",[["path",{d:"M5 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M16.437 16.44a3 3 0 0 0 4.123 4.123m1.44 -2.563a3 3 0 0 0 -3 -3",key:"svg-1"}],["path",{d:"M12 19v-4l-3 -3l1.665 -1.332m2.215 -1.772l1.12 -.896l2 3h3",key:"svg-2"}],["path",{d:"M17 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),cY=createReactComponent("bike","IconBike",[["path",{d:"M5 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M19 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M12 19l0 -4l-3 -3l5 -4l2 3l3 0",key:"svg-2"}],["path",{d:"M17 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}]]),cZ=createReactComponent("binary-off","IconBinaryOff",[["path",{d:"M11 7v-2h-1",key:"svg-0"}],["path",{d:"M18 19v-1",key:"svg-1"}],["path",{d:"M15.5 5h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5v-4a.5 .5 0 0 1 .5 -.5z",key:"svg-2"}],["path",{d:"M10.5 14h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5v-4a.5 .5 0 0 1 .5 -.5z",key:"svg-3"}],["path",{d:"M6 10v.01",key:"svg-4"}],["path",{d:"M6 19v.01",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),cQ=createReactComponent("binary-tree-2","IconBinaryTree2",[["path",{d:"M14 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M7 14a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M21 14a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M14 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-3"}],["path",{d:"M12 8v8",key:"svg-4"}],["path",{d:"M6.316 12.496l4.368 -4.992",key:"svg-5"}],["path",{d:"M17.684 12.496l-4.366 -4.99",key:"svg-6"}]]),cJ=createReactComponent("binary-tree","IconBinaryTree",[["path",{d:"M6 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M16 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M16 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M11 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-3"}],["path",{d:"M21 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-4"}],["path",{d:"M5.058 18.306l2.88 -4.606",key:"svg-5"}],["path",{d:"M10.061 10.303l2.877 -4.604",key:"svg-6"}],["path",{d:"M10.065 13.705l2.876 4.6",key:"svg-7"}],["path",{d:"M15.063 5.7l2.881 4.61",key:"svg-8"}]]),c1=createReactComponent("binary","IconBinary",[["path",{d:"M11 10v-5h-1m8 14v-5h-1",key:"svg-0"}],["path",{d:"M15 5m0 .5a.5 .5 0 0 1 .5 -.5h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5z",key:"svg-1"}],["path",{d:"M10 14m0 .5a.5 .5 0 0 1 .5 -.5h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5z",key:"svg-2"}],["path",{d:"M6 10h.01m-.01 9h.01",key:"svg-3"}]]),c0=createReactComponent("biohazard-off","IconBiohazardOff",[["path",{d:"M10.586 10.586a2 2 0 1 0 2.836 2.82",key:"svg-0"}],["path",{d:"M11.939 14c0 .173 .048 .351 .056 .533v.217a4.75 4.75 0 0 1 -4.533 4.745h-.217",key:"svg-1"}],["path",{d:"M2.495 14.745a4.75 4.75 0 0 1 7.737 -3.693",key:"svg-2"}],["path",{d:"M16.745 19.495a4.75 4.75 0 0 1 -4.69 -5.503h-.06",key:"svg-3"}],["path",{d:"M14.533 10.538a4.75 4.75 0 0 1 6.957 3.987v.217",key:"svg-4"}],["path",{d:"M10.295 10.929a4.75 4.75 0 0 1 -2.988 -3.64m.66 -3.324a4.75 4.75 0 0 1 .5 -.66l.164 -.172",key:"svg-5"}],["path",{d:"M15.349 3.133a4.75 4.75 0 0 1 -.836 7.385",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),c2=createReactComponent("biohazard","IconBiohazard",[["path",{d:"M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M11.939 14c0 .173 .048 .351 .056 .533l0 .217a4.75 4.75 0 0 1 -4.533 4.745l-.217 0m-4.75 -4.75a4.75 4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 0m1.764 -2.944a4.75 4.75 0 0 1 7.731 3.477l0 .217m-11.195 -3.813a4.75 4.75 0 0 1 -1.828 -7.624l.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798",key:"svg-1"}]]),c3=createReactComponent("blade-filled","IconBladeFilled",[["path",{d:"M11.586 3a2 2 0 0 1 2.828 0l.586 .585l.586 -.585a2 2 0 0 1 2.7 -.117l.128 .117l2.586 2.586a2 2 0 0 1 0 2.828l-.586 .586l.586 .586a2 2 0 0 1 0 2.828l-8.586 8.586a2 2 0 0 1 -2.828 0l-.586 -.586l-.586 .586a2 2 0 0 1 -2.828 0l-2.586 -2.586a2 2 0 0 1 0 -2.828l.585 -.587l-.585 -.585a2 2 0 0 1 -.117 -2.7l.117 -.129zm3.027 4.21a1 1 0 0 0 -1.32 1.497l.292 .293l-1.068 1.067a2.003 2.003 0 0 0 -2.512 1.784l-.005 .149l.005 .15c.01 .125 .03 .248 .062 .367l-1.067 1.068l-.293 -.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l.292 .293l-.292 .293l-.083 .094a1 1 0 0 0 1.497 1.32l.293 -.292l.293 .292l.094 .083a1 1 0 0 0 1.32 -1.497l-.292 -.293l1.069 -1.067a2.003 2.003 0 0 0 2.449 -2.45l1.067 -1.068l.293 .292l.094 .083a1 1 0 0 0 1.32 -1.497l-.292 -.293l.292 -.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-.293 .292l-.293 -.292z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),c5=createReactComponent("blade","IconBlade",[["path",{d:"M17.707 3.707l2.586 2.586a1 1 0 0 1 0 1.414l-.586 .586a1 1 0 0 0 0 1.414l.586 .586a1 1 0 0 1 0 1.414l-8.586 8.586a1 1 0 0 1 -1.414 0l-.586 -.586a1 1 0 0 0 -1.414 0l-.586 .586a1 1 0 0 1 -1.414 0l-2.586 -2.586a1 1 0 0 1 0 -1.414l.586 -.586a1 1 0 0 0 0 -1.414l-.586 -.586a1 1 0 0 1 0 -1.414l8.586 -8.586a1 1 0 0 1 1.414 0l.586 .586a1 1 0 0 0 1.414 0l.586 -.586a1 1 0 0 1 1.414 0z",key:"svg-0"}],["path",{d:"M8 16l3.2 -3.2",key:"svg-1"}],["path",{d:"M12.8 11.2l3.2 -3.2",key:"svg-2"}],["path",{d:"M14 8l2 2",key:"svg-3"}],["path",{d:"M8 14l2 2",key:"svg-4"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-5"}]]),c4=createReactComponent("bleach-chlorine","IconBleachChlorine",[["path",{d:"M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75",key:"svg-0"}],["path",{d:"M11 12h-1a2 2 0 1 0 0 4h1",key:"svg-1"}],["path",{d:"M14 12v4h2",key:"svg-2"}]]),c6=createReactComponent("bleach-no-chlorine","IconBleachNoChlorine",[["path",{d:"M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75",key:"svg-0"}],["path",{d:"M6.576 19l7.907 -13.733",key:"svg-1"}],["path",{d:"M11.719 19.014l5.346 -9.284",key:"svg-2"}]]),c9=createReactComponent("bleach-off","IconBleachOff",[["path",{d:"M5 19h14m1.986 -1.977a2 2 0 0 0 -.146 -.773l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.815 1.405m-1.488 2.568l-4.797 8.277a2 2 0 0 0 1.75 2.75",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),c7=createReactComponent("bleach","IconBleach",[["path",{d:"M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75",key:"svg-0"}]]),c8=createReactComponent("blender","IconBlender",[["path",{d:"M9 10h-3a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h10.802a1 1 0 0 1 .984 1.179l-1.786 9.821",key:"svg-0"}],["path",{d:"M8 4l2 11",key:"svg-1"}],["path",{d:"M11 15h4a3 3 0 0 1 3 3v2a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-2a3 3 0 0 1 3 -3z",key:"svg-2"}],["path",{d:"M12 4v-1h2v1",key:"svg-3"}],["path",{d:"M13 18v.01",key:"svg-4"}]]),ie=createReactComponent("blockquote","IconBlockquote",[["path",{d:"M6 15h15",key:"svg-0"}],["path",{d:"M21 19h-15",key:"svg-1"}],["path",{d:"M15 11h6",key:"svg-2"}],["path",{d:"M21 7h-6",key:"svg-3"}],["path",{d:"M9 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2",key:"svg-4"}],["path",{d:"M3 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2",key:"svg-5"}]]),it=createReactComponent("bluetooth-connected","IconBluetoothConnected",[["path",{d:"M7 8l10 8l-5 4l0 -16l5 4l-10 8",key:"svg-0"}],["path",{d:"M4 12l1 0",key:"svg-1"}],["path",{d:"M18 12l1 0",key:"svg-2"}]]),ia=createReactComponent("bluetooth-off","IconBluetoothOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M16.438 16.45l-4.438 3.55v-8m0 -4v-4l5 4l-2.776 2.22m-2.222 1.779l-5 4",key:"svg-1"}]]),ir=createReactComponent("bluetooth-x","IconBluetoothX",[["path",{d:"M7 8l10 8l-5 4v-16l1 .802m0 6.396l-6 4.802",key:"svg-0"}],["path",{d:"M16 6l4 4",key:"svg-1"}],["path",{d:"M20 6l-4 4",key:"svg-2"}]]),io=createReactComponent("bluetooth","IconBluetooth",[["path",{d:"M7 8l10 8l-5 4l0 -16l5 4l-10 8",key:"svg-0"}]]),il=createReactComponent("blur-off","IconBlurOff",[["path",{d:"M12 3v5m0 4v8",key:"svg-0"}],["path",{d:"M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098",key:"svg-1"}],["path",{d:"M16 12h5",key:"svg-2"}],["path",{d:"M13 9h7",key:"svg-3"}],["path",{d:"M12 6h6",key:"svg-4"}],["path",{d:"M12 18h6",key:"svg-5"}],["path",{d:"M12 15h3m4 0h1",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),ic=createReactComponent("blur","IconBlur",[["path",{d:"M12 21a9.01 9.01 0 0 0 2.32 -.302a9 9 0 0 0 1.74 -16.733a9 9 0 1 0 -4.06 17.035z",key:"svg-0"}],["path",{d:"M12 3v17",key:"svg-1"}],["path",{d:"M12 12h9",key:"svg-2"}],["path",{d:"M12 9h8",key:"svg-3"}],["path",{d:"M12 6h6",key:"svg-4"}],["path",{d:"M12 18h6",key:"svg-5"}],["path",{d:"M12 15h8",key:"svg-6"}]]),ii=createReactComponent("bmp","IconBmp",[["path",{d:"M18 16v-8h2a2 2 0 1 1 0 4h-2",key:"svg-0"}],["path",{d:"M6 14a2 2 0 0 1 -2 2h-2v-8h2a2 2 0 1 1 0 4h-2h2a2 2 0 0 1 2 2z",key:"svg-1"}],["path",{d:"M9 16v-8l3 6l3 -6v8",key:"svg-2"}]]),is=createReactComponent("body-scan","IconBodyScan",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M12 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}],["path",{d:"M10 17v-1a2 2 0 1 1 4 0v1",key:"svg-5"}],["path",{d:"M8 10c.666 .666 1.334 1 2 1h4c.666 0 1.334 -.334 2 -1",key:"svg-6"}],["path",{d:"M12 11v3",key:"svg-7"}]]),id=createReactComponent("bold-off","IconBoldOff",[["path",{d:"M9 5h4a3.5 3.5 0 0 1 2.222 6.204m-3.222 .796h-5v-5",key:"svg-0"}],["path",{d:"M17.107 17.112a3.5 3.5 0 0 1 -3.107 1.888h-7v-7",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),iu=createReactComponent("bold","IconBold",[["path",{d:"M7 5h6a3.5 3.5 0 0 1 0 7h-6z",key:"svg-0"}],["path",{d:"M13 12h1a3.5 3.5 0 0 1 0 7h-7v-7",key:"svg-1"}]]),ip=createReactComponent("bolt-off","IconBoltOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M15.212 15.21l-4.212 5.79v-7h-6l3.79 -5.21m1.685 -2.32l2.525 -3.47v6m1 1h5l-2.104 2.893",key:"svg-1"}]]),ih=createReactComponent("bolt","IconBolt",[["path",{d:"M13 3l0 7l6 0l-8 11l0 -7l-6 0l8 -11",key:"svg-0"}]]),iv=createReactComponent("bomb-filled","IconBombFilled",[["path",{d:"M14.499 3.996a2.2 2.2 0 0 1 1.556 .645l3.302 3.301a2.2 2.2 0 0 1 0 3.113l-.567 .567l.043 .192a8.5 8.5 0 0 1 -3.732 8.83l-.23 .144a8.5 8.5 0 1 1 -2.687 -15.623l.192 .042l.567 -.566a2.2 2.2 0 0 1 1.362 -.636zm-4.499 5.004a4 4 0 0 0 -4 4a1 1 0 0 0 2 0a2 2 0 0 1 2 -2a1 1 0 0 0 0 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M21 2a1 1 0 0 1 .117 1.993l-.117 .007h-1c0 .83 -.302 1.629 -.846 2.25l-.154 .163l-1.293 1.293a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.293 -1.292c.232 -.232 .375 -.537 .407 -.86l.007 -.14a2 2 0 0 1 1.85 -1.995l.15 -.005h1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),ig=createReactComponent("bomb","IconBomb",[["path",{d:"M15.349 5.349l3.301 3.301a1.2 1.2 0 0 1 0 1.698l-.972 .972a7.5 7.5 0 1 1 -5 -5l.972 -.972a1.2 1.2 0 0 1 1.698 0z",key:"svg-0"}],["path",{d:"M17 7l1.293 -1.293a2.414 2.414 0 0 0 .707 -1.707a1 1 0 0 1 1 -1h1",key:"svg-1"}],["path",{d:"M7 13a3 3 0 0 1 3 -3",key:"svg-2"}]]),iy=createReactComponent("bone-off","IconBoneOff",[["path",{d:"M12.5 8.502l.38 -.38a3 3 0 1 1 5.12 -2.122a3 3 0 1 1 -2.12 5.122l-.372 .372m-2.008 2.008l-2.378 2.378a3 3 0 1 1 -5.117 2.297l0 -.177l-.176 0a3 3 0 1 1 2.298 -5.115l2.378 -2.378",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),im=createReactComponent("bone","IconBone",[["path",{d:"M15 3a3 3 0 0 1 3 3a3 3 0 1 1 -2.12 5.122l-4.758 4.758a3 3 0 1 1 -5.117 2.297l0 -.177l-.176 0a3 3 0 1 1 2.298 -5.115l4.758 -4.758a3 3 0 0 1 2.12 -5.122z",key:"svg-0"}]]),ik=createReactComponent("bong-off","IconBongOff",[["path",{d:"M9 5v-2h4v6m1.5 1.5l2.5 -2.5l2 2l-2.5 2.5m-.5 3.505a5 5 0 1 1 -7 -4.589v-2.416",key:"svg-0"}],["path",{d:"M8 3h6",key:"svg-1"}],["path",{d:"M6.1 17h9.8",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),iM=createReactComponent("bong","IconBong",[["path",{d:"M13 3v8.416c.134 .059 .265 .123 .393 .193l3.607 -3.609l2 2l-3.608 3.608a5 5 0 1 1 -6.392 -2.192v-8.416h4z",key:"svg-0"}],["path",{d:"M8 3h6",key:"svg-1"}],["path",{d:"M6.1 17h9.8",key:"svg-2"}]]),ib=createReactComponent("book-2","IconBook2",[["path",{d:"M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z",key:"svg-0"}],["path",{d:"M19 16h-12a2 2 0 0 0 -2 2",key:"svg-1"}],["path",{d:"M9 8h6",key:"svg-2"}]]),iI=createReactComponent("book-download","IconBookDownload",[["path",{d:"M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12v5",key:"svg-0"}],["path",{d:"M13 16h-7a2 2 0 0 0 -2 2",key:"svg-1"}],["path",{d:"M15 19l3 3l3 -3",key:"svg-2"}],["path",{d:"M18 22v-9",key:"svg-3"}]]),iC=createReactComponent("book-filled","IconBookFilled",[["path",{d:"M12.088 4.82a10 10 0 0 1 9.412 .314a1 1 0 0 1 .493 .748l.007 .118v13a1 1 0 0 1 -1.5 .866a8 8 0 0 0 -8 0a1 1 0 0 1 -1 0a8 8 0 0 0 -7.733 -.148l-.327 .18l-.103 .044l-.049 .016l-.11 .026l-.061 .01l-.117 .006h-.042l-.11 -.012l-.077 -.014l-.108 -.032l-.126 -.056l-.095 -.056l-.089 -.067l-.06 -.056l-.073 -.082l-.064 -.089l-.022 -.036l-.032 -.06l-.044 -.103l-.016 -.049l-.026 -.11l-.01 -.061l-.004 -.049l-.002 -.068v-13a1 1 0 0 1 .5 -.866a10 10 0 0 1 9.412 -.314l.088 .044l.088 -.044z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ix=createReactComponent("book-off","IconBookOff",[["path",{d:"M3 19a9 9 0 0 1 9 0a9 9 0 0 1 5.899 -1.096",key:"svg-0"}],["path",{d:"M3 6a9 9 0 0 1 2.114 -.884m3.8 -.21c1.07 .17 2.116 .534 3.086 1.094a9 9 0 0 1 9 0",key:"svg-1"}],["path",{d:"M3 6v13",key:"svg-2"}],["path",{d:"M12 6v2m0 4v7",key:"svg-3"}],["path",{d:"M21 6v11",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),iR=createReactComponent("book-upload","IconBookUpload",[["path",{d:"M14 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12v5",key:"svg-0"}],["path",{d:"M11 16h-5a2 2 0 0 0 -2 2",key:"svg-1"}],["path",{d:"M15 16l3 -3l3 3",key:"svg-2"}],["path",{d:"M18 13v9",key:"svg-3"}]]),iS=createReactComponent("book","IconBook",[["path",{d:"M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0",key:"svg-0"}],["path",{d:"M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0",key:"svg-1"}],["path",{d:"M3 6l0 13",key:"svg-2"}],["path",{d:"M12 6l0 13",key:"svg-3"}],["path",{d:"M21 6l0 13",key:"svg-4"}]]),i_=createReactComponent("bookmark-ai","IconBookmarkAi",[["path",{d:"M10.02 18.32l-4.02 2.68v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v4.5",key:"svg-0"}],["path",{d:"M14 21v-4a2 2 0 1 1 4 0v4",key:"svg-1"}],["path",{d:"M14 19h4",key:"svg-2"}],["path",{d:"M21 15v6",key:"svg-3"}]]),iw=createReactComponent("bookmark-edit","IconBookmarkEdit",[["path",{d:"M12 17l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v4",key:"svg-0"}],["path",{d:"M18.42 15.61a2.1 2.1 0 1 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z",key:"svg-1"}]]),iP=createReactComponent("bookmark-filled","IconBookmarkFilled",[["path",{d:"M14 2a5 5 0 0 1 5 5v14a1 1 0 0 1 -1.555 .832l-5.445 -3.63l-5.444 3.63a1 1 0 0 1 -1.55 -.72l-.006 -.112v-14a5 5 0 0 1 5 -5h4z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),iO=createReactComponent("bookmark-minus","IconBookmarkMinus",[["path",{d:"M12 17l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v8",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),iF=createReactComponent("bookmark-off","IconBookmarkOff",[["path",{d:"M7.708 3.721a3.982 3.982 0 0 1 2.292 -.721h4a4 4 0 0 1 4 4v7m0 4v3l-6 -4l-6 4v-14c0 -.308 .035 -.609 .1 -.897",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),iz=createReactComponent("bookmark-plus","IconBookmarkPlus",[["path",{d:"M12 17l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v5",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),iD=createReactComponent("bookmark-question","IconBookmarkQuestion",[["path",{d:"M15 19l-3 -2l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v4",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),iA=createReactComponent("bookmark","IconBookmark",[["path",{d:"M18 7v14l-6 -4l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4z",key:"svg-0"}]]),ij=createReactComponent("bookmarks-filled","IconBookmarksFilled",[["path",{d:"M12 6a4 4 0 0 1 4 4v11a1 1 0 0 1 -1.514 .857l-4.486 -2.691l-4.486 2.691a1 1 0 0 1 -1.508 -.743l-.006 -.114v-11a4 4 0 0 1 4 -4h4z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M16 2a4 4 0 0 1 4 4v11a1 1 0 0 1 -2 0v-11a2 2 0 0 0 -2 -2h-5a1 1 0 0 1 0 -2h5z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),iE=createReactComponent("bookmarks-off","IconBookmarksOff",[["path",{d:"M11 7h2a2 2 0 0 1 2 2v2m0 4v6l-5 -3l-5 3v-12a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M9.265 4a2 2 0 0 1 1.735 -1h6a2 2 0 0 1 2 2v10",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),iT=createReactComponent("bookmarks","IconBookmarks",[["path",{d:"M15 10v11l-5 -3l-5 3v-11a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3z",key:"svg-0"}],["path",{d:"M11 3h5a3 3 0 0 1 3 3v11",key:"svg-1"}]]),iB=createReactComponent("books-off","IconBooksOff",[["path",{d:"M9 9v10a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-14",key:"svg-0"}],["path",{d:"M8 4a1 1 0 0 1 1 1",key:"svg-1"}],["path",{d:"M9 5a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4",key:"svg-2"}],["path",{d:"M13 13v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-10",key:"svg-3"}],["path",{d:"M5 8h3",key:"svg-4"}],["path",{d:"M9 16h4",key:"svg-5"}],["path",{d:"M14.254 10.244l-1.218 -4.424a1.02 1.02 0 0 1 .634 -1.219l.133 -.041l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.236 11.75",key:"svg-6"}],["path",{d:"M19.585 19.589l-1.572 .38c-.562 .136 -1.133 -.19 -1.282 -.731l-.952 -3.458",key:"svg-7"}],["path",{d:"M14 9l4 -1",key:"svg-8"}],["path",{d:"M19.207 15.199l.716 -.18",key:"svg-9"}],["path",{d:"M3 3l18 18",key:"svg-10"}]]),iN=createReactComponent("books","IconBooks",[["path",{d:"M5 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M9 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M5 8h4",key:"svg-2"}],["path",{d:"M9 16h4",key:"svg-3"}],["path",{d:"M13.803 4.56l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.695 13.418a1.02 1.02 0 0 1 -.634 1.219l-.133 .041l-2.184 .53c-.562 .135 -1.133 -.19 -1.282 -.732l-3.695 -13.418a1.02 1.02 0 0 1 .634 -1.219l.133 -.041z",key:"svg-4"}],["path",{d:"M14 9l4 -1",key:"svg-5"}],["path",{d:"M16 16l3.923 -.98",key:"svg-6"}]]),i$=createReactComponent("border-all","IconBorderAll",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 12l16 0",key:"svg-1"}],["path",{d:"M12 4l0 16",key:"svg-2"}]]),iL=createReactComponent("border-bottom","IconBorderBottom",[["path",{d:"M20 20l-16 0",key:"svg-0"}],["path",{d:"M4 4l0 .01",key:"svg-1"}],["path",{d:"M8 4l0 .01",key:"svg-2"}],["path",{d:"M12 4l0 .01",key:"svg-3"}],["path",{d:"M16 4l0 .01",key:"svg-4"}],["path",{d:"M20 4l0 .01",key:"svg-5"}],["path",{d:"M4 8l0 .01",key:"svg-6"}],["path",{d:"M12 8l0 .01",key:"svg-7"}],["path",{d:"M20 8l0 .01",key:"svg-8"}],["path",{d:"M4 12l0 .01",key:"svg-9"}],["path",{d:"M8 12l0 .01",key:"svg-10"}],["path",{d:"M12 12l0 .01",key:"svg-11"}],["path",{d:"M16 12l0 .01",key:"svg-12"}],["path",{d:"M20 12l0 .01",key:"svg-13"}],["path",{d:"M4 16l0 .01",key:"svg-14"}],["path",{d:"M12 16l0 .01",key:"svg-15"}],["path",{d:"M20 16l0 .01",key:"svg-16"}]]),iW=createReactComponent("border-corners","IconBorderCorners",[["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-0"}],["path",{d:"M20 16v2a2 2 0 0 1 -2 2h-2",key:"svg-1"}],["path",{d:"M8 20h-2a2 2 0 0 1 -2 -2v-2",key:"svg-2"}],["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-3"}]]),iH=createReactComponent("border-horizontal","IconBorderHorizontal",[["path",{d:"M4 12l16 0",key:"svg-0"}],["path",{d:"M4 4l0 .01",key:"svg-1"}],["path",{d:"M8 4l0 .01",key:"svg-2"}],["path",{d:"M12 4l0 .01",key:"svg-3"}],["path",{d:"M16 4l0 .01",key:"svg-4"}],["path",{d:"M20 4l0 .01",key:"svg-5"}],["path",{d:"M4 8l0 .01",key:"svg-6"}],["path",{d:"M12 8l0 .01",key:"svg-7"}],["path",{d:"M20 8l0 .01",key:"svg-8"}],["path",{d:"M4 16l0 .01",key:"svg-9"}],["path",{d:"M12 16l0 .01",key:"svg-10"}],["path",{d:"M20 16l0 .01",key:"svg-11"}],["path",{d:"M4 20l0 .01",key:"svg-12"}],["path",{d:"M8 20l0 .01",key:"svg-13"}],["path",{d:"M12 20l0 .01",key:"svg-14"}],["path",{d:"M16 20l0 .01",key:"svg-15"}],["path",{d:"M20 20l0 .01",key:"svg-16"}]]),iV=createReactComponent("border-inner","IconBorderInner",[["path",{d:"M4 12l16 0",key:"svg-0"}],["path",{d:"M12 4l0 16",key:"svg-1"}],["path",{d:"M4 4l0 .01",key:"svg-2"}],["path",{d:"M8 4l0 .01",key:"svg-3"}],["path",{d:"M16 4l0 .01",key:"svg-4"}],["path",{d:"M20 4l0 .01",key:"svg-5"}],["path",{d:"M4 8l0 .01",key:"svg-6"}],["path",{d:"M20 8l0 .01",key:"svg-7"}],["path",{d:"M4 16l0 .01",key:"svg-8"}],["path",{d:"M20 16l0 .01",key:"svg-9"}],["path",{d:"M4 20l0 .01",key:"svg-10"}],["path",{d:"M8 20l0 .01",key:"svg-11"}],["path",{d:"M16 20l0 .01",key:"svg-12"}],["path",{d:"M20 20l0 .01",key:"svg-13"}]]),iq=createReactComponent("border-left","IconBorderLeft",[["path",{d:"M4 20l0 -16",key:"svg-0"}],["path",{d:"M8 4l0 .01",key:"svg-1"}],["path",{d:"M12 4l0 .01",key:"svg-2"}],["path",{d:"M16 4l0 .01",key:"svg-3"}],["path",{d:"M20 4l0 .01",key:"svg-4"}],["path",{d:"M12 8l0 .01",key:"svg-5"}],["path",{d:"M20 8l0 .01",key:"svg-6"}],["path",{d:"M8 12l0 .01",key:"svg-7"}],["path",{d:"M12 12l0 .01",key:"svg-8"}],["path",{d:"M16 12l0 .01",key:"svg-9"}],["path",{d:"M20 12l0 .01",key:"svg-10"}],["path",{d:"M12 16l0 .01",key:"svg-11"}],["path",{d:"M20 16l0 .01",key:"svg-12"}],["path",{d:"M8 20l0 .01",key:"svg-13"}],["path",{d:"M12 20l0 .01",key:"svg-14"}],["path",{d:"M16 20l0 .01",key:"svg-15"}],["path",{d:"M20 20l0 .01",key:"svg-16"}]]),iU=createReactComponent("border-none","IconBorderNone",[["path",{d:"M4 4l0 .01",key:"svg-0"}],["path",{d:"M8 4l0 .01",key:"svg-1"}],["path",{d:"M12 4l0 .01",key:"svg-2"}],["path",{d:"M16 4l0 .01",key:"svg-3"}],["path",{d:"M20 4l0 .01",key:"svg-4"}],["path",{d:"M4 8l0 .01",key:"svg-5"}],["path",{d:"M12 8l0 .01",key:"svg-6"}],["path",{d:"M20 8l0 .01",key:"svg-7"}],["path",{d:"M4 12l0 .01",key:"svg-8"}],["path",{d:"M8 12l0 .01",key:"svg-9"}],["path",{d:"M12 12l0 .01",key:"svg-10"}],["path",{d:"M16 12l0 .01",key:"svg-11"}],["path",{d:"M20 12l0 .01",key:"svg-12"}],["path",{d:"M4 16l0 .01",key:"svg-13"}],["path",{d:"M12 16l0 .01",key:"svg-14"}],["path",{d:"M20 16l0 .01",key:"svg-15"}],["path",{d:"M4 20l0 .01",key:"svg-16"}],["path",{d:"M8 20l0 .01",key:"svg-17"}],["path",{d:"M12 20l0 .01",key:"svg-18"}],["path",{d:"M16 20l0 .01",key:"svg-19"}],["path",{d:"M20 20l0 .01",key:"svg-20"}]]),iG=createReactComponent("border-outer","IconBorderOuter",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 8l0 .01",key:"svg-1"}],["path",{d:"M8 12l0 .01",key:"svg-2"}],["path",{d:"M12 12l0 .01",key:"svg-3"}],["path",{d:"M16 12l0 .01",key:"svg-4"}],["path",{d:"M12 16l0 .01",key:"svg-5"}]]),iX=createReactComponent("border-radius","IconBorderRadius",[["path",{d:"M4 12v-4a4 4 0 0 1 4 -4h4",key:"svg-0"}],["path",{d:"M16 4l0 .01",key:"svg-1"}],["path",{d:"M20 4l0 .01",key:"svg-2"}],["path",{d:"M20 8l0 .01",key:"svg-3"}],["path",{d:"M20 12l0 .01",key:"svg-4"}],["path",{d:"M4 16l0 .01",key:"svg-5"}],["path",{d:"M20 16l0 .01",key:"svg-6"}],["path",{d:"M4 20l0 .01",key:"svg-7"}],["path",{d:"M8 20l0 .01",key:"svg-8"}],["path",{d:"M12 20l0 .01",key:"svg-9"}],["path",{d:"M16 20l0 .01",key:"svg-10"}],["path",{d:"M20 20l0 .01",key:"svg-11"}]]),iK=createReactComponent("border-right","IconBorderRight",[["path",{d:"M20 4l0 16",key:"svg-0"}],["path",{d:"M4 4l0 .01",key:"svg-1"}],["path",{d:"M8 4l0 .01",key:"svg-2"}],["path",{d:"M12 4l0 .01",key:"svg-3"}],["path",{d:"M16 4l0 .01",key:"svg-4"}],["path",{d:"M4 8l0 .01",key:"svg-5"}],["path",{d:"M12 8l0 .01",key:"svg-6"}],["path",{d:"M4 12l0 .01",key:"svg-7"}],["path",{d:"M8 12l0 .01",key:"svg-8"}],["path",{d:"M12 12l0 .01",key:"svg-9"}],["path",{d:"M16 12l0 .01",key:"svg-10"}],["path",{d:"M4 16l0 .01",key:"svg-11"}],["path",{d:"M12 16l0 .01",key:"svg-12"}],["path",{d:"M4 20l0 .01",key:"svg-13"}],["path",{d:"M8 20l0 .01",key:"svg-14"}],["path",{d:"M12 20l0 .01",key:"svg-15"}],["path",{d:"M16 20l0 .01",key:"svg-16"}]]),iY=createReactComponent("border-sides","IconBorderSides",[["path",{d:"M4 8v8",key:"svg-0"}],["path",{d:"M20 16v-8",key:"svg-1"}],["path",{d:"M8 4h8",key:"svg-2"}],["path",{d:"M8 20h8",key:"svg-3"}]]),iZ=createReactComponent("border-style-2","IconBorderStyle2",[["path",{d:"M4 18v.01",key:"svg-0"}],["path",{d:"M8 18v.01",key:"svg-1"}],["path",{d:"M12 18v.01",key:"svg-2"}],["path",{d:"M16 18v.01",key:"svg-3"}],["path",{d:"M20 18v.01",key:"svg-4"}],["path",{d:"M18 12h2",key:"svg-5"}],["path",{d:"M11 12h2",key:"svg-6"}],["path",{d:"M4 12h2",key:"svg-7"}],["path",{d:"M4 6h16",key:"svg-8"}]]),iQ=createReactComponent("border-style","IconBorderStyle",[["path",{d:"M4 20v-14a2 2 0 0 1 2 -2h14",key:"svg-0"}],["path",{d:"M20 8v.01",key:"svg-1"}],["path",{d:"M20 12v.01",key:"svg-2"}],["path",{d:"M20 16v.01",key:"svg-3"}],["path",{d:"M8 20v.01",key:"svg-4"}],["path",{d:"M12 20v.01",key:"svg-5"}],["path",{d:"M16 20v.01",key:"svg-6"}],["path",{d:"M20 20v.01",key:"svg-7"}]]),iJ=createReactComponent("border-top","IconBorderTop",[["path",{d:"M4 4l16 0",key:"svg-0"}],["path",{d:"M4 8l0 .01",key:"svg-1"}],["path",{d:"M12 8l0 .01",key:"svg-2"}],["path",{d:"M20 8l0 .01",key:"svg-3"}],["path",{d:"M4 12l0 .01",key:"svg-4"}],["path",{d:"M8 12l0 .01",key:"svg-5"}],["path",{d:"M12 12l0 .01",key:"svg-6"}],["path",{d:"M16 12l0 .01",key:"svg-7"}],["path",{d:"M20 12l0 .01",key:"svg-8"}],["path",{d:"M4 16l0 .01",key:"svg-9"}],["path",{d:"M12 16l0 .01",key:"svg-10"}],["path",{d:"M20 16l0 .01",key:"svg-11"}],["path",{d:"M4 20l0 .01",key:"svg-12"}],["path",{d:"M8 20l0 .01",key:"svg-13"}],["path",{d:"M12 20l0 .01",key:"svg-14"}],["path",{d:"M16 20l0 .01",key:"svg-15"}],["path",{d:"M20 20l0 .01",key:"svg-16"}]]),i1=createReactComponent("border-vertical","IconBorderVertical",[["path",{d:"M12 4l0 16",key:"svg-0"}],["path",{d:"M4 4l0 .01",key:"svg-1"}],["path",{d:"M8 4l0 .01",key:"svg-2"}],["path",{d:"M16 4l0 .01",key:"svg-3"}],["path",{d:"M20 4l0 .01",key:"svg-4"}],["path",{d:"M4 8l0 .01",key:"svg-5"}],["path",{d:"M20 8l0 .01",key:"svg-6"}],["path",{d:"M4 12l0 .01",key:"svg-7"}],["path",{d:"M8 12l0 .01",key:"svg-8"}],["path",{d:"M16 12l0 .01",key:"svg-9"}],["path",{d:"M20 12l0 .01",key:"svg-10"}],["path",{d:"M4 16l0 .01",key:"svg-11"}],["path",{d:"M20 16l0 .01",key:"svg-12"}],["path",{d:"M4 20l0 .01",key:"svg-13"}],["path",{d:"M8 20l0 .01",key:"svg-14"}],["path",{d:"M16 20l0 .01",key:"svg-15"}],["path",{d:"M20 20l0 .01",key:"svg-16"}]]),i0=createReactComponent("bottle-filled","IconBottleFilled",[["path",{d:"M13 1a2 2 0 0 1 1.995 1.85l.005 .15v.5c0 1.317 .381 2.604 1.094 3.705l.17 .25l.05 .072a9.093 9.093 0 0 1 1.68 4.92l.006 .354v6.199a3 3 0 0 1 -2.824 2.995l-.176 .005h-6a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6.2a9.1 9.1 0 0 1 1.486 -4.982l.2 -.292l.05 -.069a6.823 6.823 0 0 0 1.264 -3.957v-.5a2 2 0 0 1 1.85 -1.995l.15 -.005h2zm.362 5h-2.724a8.827 8.827 0 0 1 -1.08 2.334l-.194 .284l-.05 .069a7.091 7.091 0 0 0 -1.307 3.798l-.003 .125a3.33 3.33 0 0 1 1.975 -.61a3.4 3.4 0 0 1 2.833 1.417c.27 .375 .706 .593 1.209 .583a1.4 1.4 0 0 0 1.166 -.583a3.4 3.4 0 0 1 .81 -.8l.003 .183c0 -1.37 -.396 -2.707 -1.137 -3.852l-.228 -.332a8.827 8.827 0 0 1 -1.273 -2.616z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),i2=createReactComponent("bottle-off","IconBottleOff",[["path",{d:"M10 5h4v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2z",key:"svg-0"}],["path",{d:"M14 3.5c0 1.626 .507 3.212 1.45 4.537l.05 .07a8.093 8.093 0 0 1 1.5 4.694v.199m0 4v2a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-6.2a8.09 8.09 0 0 1 1.35 -4.474m1.336 -2.63a7.822 7.822 0 0 0 .314 -2.196",key:"svg-1"}],["path",{d:"M7 14.803a2.4 2.4 0 0 0 1 -.803a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 .866 -.142",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),i3=createReactComponent("bottle","IconBottle",[["path",{d:"M10 5h4v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2z",key:"svg-0"}],["path",{d:"M14 3.5c0 1.626 .507 3.212 1.45 4.537l.05 .07a8.093 8.093 0 0 1 1.5 4.694v6.199a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-6.2c0 -1.682 .524 -3.322 1.5 -4.693l.05 -.07a7.823 7.823 0 0 0 1.45 -4.537",key:"svg-1"}],["path",{d:"M7 14.803a2.4 2.4 0 0 0 1 -.803a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1 -.805",key:"svg-2"}]]),i5=createReactComponent("bounce-left-filled","IconBounceLeftFilled",[["path",{d:"M8.486 11.143a1 1 0 0 1 1.371 .343c1.045 1.74 1.83 3.443 2.392 5.237l.172 .581l.092 -.13c2.093 -2.921 4.48 -3.653 7.565 -2.7l.238 .077a1 1 0 1 1 -.632 1.898c-2.932 -.978 -4.73 -.122 -6.79 3.998c-.433 .866 -1.721 .673 -1.88 -.283c-.46 -2.76 -1.369 -5.145 -2.871 -7.65a1 1 0 0 1 .343 -1.371z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M6 4a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),i4=createReactComponent("bounce-left","IconBounceLeft",[["path",{d:"M20 15.5c-3 -1 -5.5 -.5 -8 4.5c-.5 -3 -1.5 -5.5 -3 -8",key:"svg-0"}],["path",{d:"M6 9a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z",key:"svg-1"}]]),i6=createReactComponent("bounce-right-filled","IconBounceRightFilled",[["path",{d:"M14.143 11.486a1 1 0 0 1 1.714 1.028c-1.502 2.505 -2.41 4.89 -2.87 7.65c-.16 .956 -1.448 1.15 -1.881 .283c-2.06 -4.12 -3.858 -4.976 -6.79 -3.998a1 1 0 1 1 -.632 -1.898c3.2 -1.067 5.656 -.373 7.803 2.623l.091 .13l.011 -.04c.522 -1.828 1.267 -3.55 2.273 -5.3l.28 -.478z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M18 4a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),i9=createReactComponent("bounce-right","IconBounceRight",[["path",{d:"M4 15.5c3 -1 5.5 -.5 8 4.5c.5 -3 1.5 -5.5 3 -8",key:"svg-0"}],["path",{d:"M18 9a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z",key:"svg-1"}]]),i7=createReactComponent("bow","IconBow",[["path",{d:"M17 3h4v4",key:"svg-0"}],["path",{d:"M21 3l-15 15",key:"svg-1"}],["path",{d:"M3 18h3v3",key:"svg-2"}],["path",{d:"M16.5 20c1.576 -1.576 2.5 -4.095 2.5 -6.5c0 -4.81 -3.69 -8.5 -8.5 -8.5c-2.415 0 -4.922 .913 -6.5 2.5l12.5 12.5z",key:"svg-3"}]]),i8=createReactComponent("bowl-filled","IconBowlFilled",[["path",{d:"M20 7h-16a2 2 0 0 0 -2 2v.5l.007 .18c.134 1.806 2.169 5.275 3.928 6.771l.065 .053v.496a2 2 0 0 0 2 2h8l.15 -.005a2 2 0 0 0 1.85 -1.995v-.504l.017 -.013c1.736 -1.494 3.983 -5.289 3.983 -6.983v-.5a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),se=createReactComponent("bowl","IconBowl",[["path",{d:"M4 8h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1z",key:"svg-0"}]]),st=createReactComponent("box-align-bottom-filled","IconBoxAlignBottomFilled",[["path",{d:"M20 13h-16a1 1 0 0 0 -1 1v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-5a1 1 0 0 0 -1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M15 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M20 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M20 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}]]),sa=createReactComponent("box-align-bottom-left-filled","IconBoxAlignBottomLeftFilled",[["path",{d:"M10 12h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M15 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M15 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M20 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}],["path",{d:"M20 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-7",strokeWidth:"0"}],["path",{d:"M20 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-8",strokeWidth:"0"}],["path",{d:"M20 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-9",strokeWidth:"0"}]]),sn=createReactComponent("box-align-bottom-left","IconBoxAlignBottomLeft",[["path",{d:"M5 13h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M4 9v.01",key:"svg-1"}],["path",{d:"M4 4v.01",key:"svg-2"}],["path",{d:"M9 4v.01",key:"svg-3"}],["path",{d:"M15 4v.01",key:"svg-4"}],["path",{d:"M15 20v.01",key:"svg-5"}],["path",{d:"M20 4v.01",key:"svg-6"}],["path",{d:"M20 9v.01",key:"svg-7"}],["path",{d:"M20 15v.01",key:"svg-8"}],["path",{d:"M20 20v.01",key:"svg-9"}]]),sr=createReactComponent("box-align-bottom-right-filled","IconBoxAlignBottomRightFilled",[["path",{d:"M19 12h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M20 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M20 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M15 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M9 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}],["path",{d:"M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-7",strokeWidth:"0"}],["path",{d:"M4 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-8",strokeWidth:"0"}],["path",{d:"M4 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-9",strokeWidth:"0"}]]),so=createReactComponent("box-align-bottom-right","IconBoxAlignBottomRight",[["path",{d:"M19 13h-5a1 1 0 0 0 -1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-5a1 1 0 0 0 -1 -1z",key:"svg-0"}],["path",{d:"M20 9v.01",key:"svg-1"}],["path",{d:"M20 4v.01",key:"svg-2"}],["path",{d:"M15 4v.01",key:"svg-3"}],["path",{d:"M9 4v.01",key:"svg-4"}],["path",{d:"M9 20v.01",key:"svg-5"}],["path",{d:"M4 4v.01",key:"svg-6"}],["path",{d:"M4 9v.01",key:"svg-7"}],["path",{d:"M4 15v.01",key:"svg-8"}],["path",{d:"M4 20v.01",key:"svg-9"}]]),sl=createReactComponent("box-align-bottom","IconBoxAlignBottom",[["path",{d:"M4 14h16v5a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-5z",key:"svg-0"}],["path",{d:"M4 9v.01",key:"svg-1"}],["path",{d:"M4 4v.01",key:"svg-2"}],["path",{d:"M9 4v.01",key:"svg-3"}],["path",{d:"M15 4v.01",key:"svg-4"}],["path",{d:"M20 4v.01",key:"svg-5"}],["path",{d:"M20 9v.01",key:"svg-6"}]]),sc=createReactComponent("box-align-left-filled","IconBoxAlignLeftFilled",[["path",{d:"M10.002 3.003h-5a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h5a1 1 0 0 0 1 -1v-16a1 1 0 0 0 -1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M15.002 19.003a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M20.003 19.003a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M20.003 14.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M20.003 8.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M20.003 3.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M15.002 3.002a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}]]),si=createReactComponent("box-align-left","IconBoxAlignLeft",[["path",{d:"M10.002 20.003v-16h-5a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1h5z",key:"svg-0"}],["path",{d:"M15.002 20.003h-.01",key:"svg-1"}],["path",{d:"M20.003 20.003h-.011",key:"svg-2"}],["path",{d:"M20.003 15.002h-.011",key:"svg-3"}],["path",{d:"M20.003 9.002h-.011",key:"svg-4"}],["path",{d:"M20.003 4.002h-.011",key:"svg-5"}],["path",{d:"M15.002 4.002h-.01",key:"svg-6"}]]),ss=createReactComponent("box-align-right-filled","IconBoxAlignRightFilled",[["path",{d:"M18.998 3.003h-5a1 1 0 0 0 -1 1v16a1 1 0 0 0 1 1h5a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M9.008 19.003a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M4.008 19.003a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M4.008 14.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M4.008 8.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M4.008 3.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M9.008 3.002a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}]]),sd=createReactComponent("box-align-right","IconBoxAlignRight",[["path",{d:"M13.998 20.003v-16h5a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-5z",key:"svg-0"}],["path",{d:"M8.998 20.003h.01",key:"svg-1"}],["path",{d:"M3.997 20.003h.011",key:"svg-2"}],["path",{d:"M3.997 15.002h.011",key:"svg-3"}],["path",{d:"M3.997 9.002h.011",key:"svg-4"}],["path",{d:"M3.997 4.002h.011",key:"svg-5"}],["path",{d:"M8.998 4.002h.01",key:"svg-6"}]]),su=createReactComponent("box-align-top-filled","IconBoxAlignTopFilled",[["path",{d:"M19 3.005h-14a2 2 0 0 0 -2 2v5a1 1 0 0 0 1 1h16a1 1 0 0 0 1 -1v-5a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M4 13.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M4 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M9 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M15 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M20 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M20 13.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}]]),sp=createReactComponent("box-align-top-left-filled","IconBoxAlignTopLeftFilled",[["path",{d:"M10 3h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M15 3a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M20 3a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M20 8a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M20 14a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M4 14a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M20 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}],["path",{d:"M15 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-7",strokeWidth:"0"}],["path",{d:"M9 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-8",strokeWidth:"0"}],["path",{d:"M4 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-9",strokeWidth:"0"}]]),sh=createReactComponent("box-align-top-left","IconBoxAlignTopLeft",[["path",{d:"M11 5v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1z",key:"svg-0"}],["path",{d:"M15 4h-.01",key:"svg-1"}],["path",{d:"M20 4h-.01",key:"svg-2"}],["path",{d:"M20 9h-.01",key:"svg-3"}],["path",{d:"M20 15h-.01",key:"svg-4"}],["path",{d:"M4 15h-.01",key:"svg-5"}],["path",{d:"M20 20h-.01",key:"svg-6"}],["path",{d:"M15 20h-.01",key:"svg-7"}],["path",{d:"M9 20h-.01",key:"svg-8"}],["path",{d:"M4 20h-.01",key:"svg-9"}]]),sv=createReactComponent("box-align-top-right-filled","IconBoxAlignTopRightFilled",[["path",{d:"M19 3.01h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M20 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M20 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M15 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M9 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M4 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}],["path",{d:"M4 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-7",strokeWidth:"0"}],["path",{d:"M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-8",strokeWidth:"0"}],["path",{d:"M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-9",strokeWidth:"0"}]]),sg=createReactComponent("box-align-top-right","IconBoxAlignTopRight",[["path",{d:"M19 11.01h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1z",key:"svg-0"}],["path",{d:"M20 15.01v-.01",key:"svg-1"}],["path",{d:"M20 20.01v-.01",key:"svg-2"}],["path",{d:"M15 20.01v-.01",key:"svg-3"}],["path",{d:"M9 20.01v-.01",key:"svg-4"}],["path",{d:"M9 4.01v-.01",key:"svg-5"}],["path",{d:"M4 20.01v-.01",key:"svg-6"}],["path",{d:"M4 15.01v-.01",key:"svg-7"}],["path",{d:"M4 9.01v-.01",key:"svg-8"}],["path",{d:"M4 4.01v-.01",key:"svg-9"}]]),sy=createReactComponent("box-align-top","IconBoxAlignTop",[["path",{d:"M4 10.005h16v-5a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1v5z",key:"svg-0"}],["path",{d:"M4 15.005v-.01",key:"svg-1"}],["path",{d:"M4 20.005v-.01",key:"svg-2"}],["path",{d:"M9 20.005v-.01",key:"svg-3"}],["path",{d:"M15 20.005v-.01",key:"svg-4"}],["path",{d:"M20 20.005v-.01",key:"svg-5"}],["path",{d:"M20 15.005v-.01",key:"svg-6"}]]),sf=createReactComponent("box-margin","IconBoxMargin",[["path",{d:"M8 8h8v8h-8z",key:"svg-0"}],["path",{d:"M4 4v.01",key:"svg-1"}],["path",{d:"M8 4v.01",key:"svg-2"}],["path",{d:"M12 4v.01",key:"svg-3"}],["path",{d:"M16 4v.01",key:"svg-4"}],["path",{d:"M20 4v.01",key:"svg-5"}],["path",{d:"M4 20v.01",key:"svg-6"}],["path",{d:"M8 20v.01",key:"svg-7"}],["path",{d:"M12 20v.01",key:"svg-8"}],["path",{d:"M16 20v.01",key:"svg-9"}],["path",{d:"M20 20v.01",key:"svg-10"}],["path",{d:"M20 16v.01",key:"svg-11"}],["path",{d:"M20 12v.01",key:"svg-12"}],["path",{d:"M20 8v.01",key:"svg-13"}],["path",{d:"M4 16v.01",key:"svg-14"}],["path",{d:"M4 12v.01",key:"svg-15"}],["path",{d:"M4 8v.01",key:"svg-16"}]]),sm=createReactComponent("box-model-2-off","IconBoxModel2Off",[["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405",key:"svg-0"}],["path",{d:"M12 8h4v4m0 4h-8v-8",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),sk=createReactComponent("box-model-2","IconBoxModel2",[["path",{d:"M8 8h8v8h-8z",key:"svg-0"}],["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),sM=createReactComponent("box-model-off","IconBoxModelOff",[["path",{d:"M12 8h4v4m0 4h-8v-8",key:"svg-0"}],["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405",key:"svg-1"}],["path",{d:"M16 16l3.3 3.3",key:"svg-2"}],["path",{d:"M16 8l3.3 -3.3",key:"svg-3"}],["path",{d:"M8 8l-3.3 -3.3",key:"svg-4"}],["path",{d:"M8 16l-3.3 3.3",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),sb=createReactComponent("box-model","IconBoxModel",[["path",{d:"M8 8h8v8h-8z",key:"svg-0"}],["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M16 16l3.3 3.3",key:"svg-2"}],["path",{d:"M16 8l3.3 -3.3",key:"svg-3"}],["path",{d:"M8 8l-3.3 -3.3",key:"svg-4"}],["path",{d:"M8 16l-3.3 3.3",key:"svg-5"}]]),sI=createReactComponent("box-multiple-0","IconBoxMultiple0",[["path",{d:"M14 6a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-0"}],["path",{d:"M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-2"}]]),sC=createReactComponent("box-multiple-1","IconBoxMultiple1",[["path",{d:"M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-1"}],["path",{d:"M14 14v-8l-2 2",key:"svg-2"}]]),sx=createReactComponent("box-multiple-2","IconBoxMultiple2",[["path",{d:"M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-1"}],["path",{d:"M12 8a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0",key:"svg-2"}]]),sR=createReactComponent("box-multiple-3","IconBoxMultiple3",[["path",{d:"M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-1"}],["path",{d:"M14 10a2 2 0 1 0 -2 -2",key:"svg-2"}],["path",{d:"M12 12a2 2 0 1 0 2 -2",key:"svg-3"}]]),sS=createReactComponent("box-multiple-4","IconBoxMultiple4",[["path",{d:"M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-1"}],["path",{d:"M15 14v-8l-4 6h5",key:"svg-2"}]]),s_=createReactComponent("box-multiple-5","IconBoxMultiple5",[["path",{d:"M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 14h2a2 2 0 1 0 0 -4h-2v-4h4",key:"svg-1"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-2"}]]),sw=createReactComponent("box-multiple-6","IconBoxMultiple6",[["path",{d:"M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M16 8a2 2 0 1 0 -4 0v4",key:"svg-2"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-3"}]]),sP=createReactComponent("box-multiple-7","IconBoxMultiple7",[["path",{d:"M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 6h4l-2 8",key:"svg-1"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-2"}]]),sO=createReactComponent("box-multiple-8","IconBoxMultiple8",[["path",{d:"M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M14 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-3"}]]),sF=createReactComponent("box-multiple-9","IconBoxMultiple9",[["path",{d:"M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M12 12a2 2 0 1 0 4 0v-4",key:"svg-2"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-3"}]]),sz=createReactComponent("box-multiple","IconBoxMultiple",[["path",{d:"M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-1"}]]),sD=createReactComponent("box-off","IconBoxOff",[["path",{d:"M17.765 17.757l-5.765 3.243l-8 -4.5v-9l2.236 -1.258m2.57 -1.445l3.194 -1.797l8 4.5v8.5",key:"svg-0"}],["path",{d:"M14.561 10.559l5.439 -3.059",key:"svg-1"}],["path",{d:"M12 12v9",key:"svg-2"}],["path",{d:"M12 12l-8 -4.5",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),sA=createReactComponent("box-padding","IconBoxPadding",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M8 16v.01",key:"svg-1"}],["path",{d:"M8 12v.01",key:"svg-2"}],["path",{d:"M8 8v.01",key:"svg-3"}],["path",{d:"M16 16v.01",key:"svg-4"}],["path",{d:"M16 12v.01",key:"svg-5"}],["path",{d:"M16 8v.01",key:"svg-6"}],["path",{d:"M12 8v.01",key:"svg-7"}],["path",{d:"M12 16v.01",key:"svg-8"}]]),sj=createReactComponent("box-seam","IconBoxSeam",[["path",{d:"M12 3l8 4.5v9l-8 4.5l-8 -4.5v-9l8 -4.5",key:"svg-0"}],["path",{d:"M12 12l8 -4.5",key:"svg-1"}],["path",{d:"M8.2 9.8l7.6 -4.6",key:"svg-2"}],["path",{d:"M12 12v9",key:"svg-3"}],["path",{d:"M12 12l-8 -4.5",key:"svg-4"}]]),sE=createReactComponent("box","IconBox",[["path",{d:"M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5",key:"svg-0"}],["path",{d:"M12 12l8 -4.5",key:"svg-1"}],["path",{d:"M12 12l0 9",key:"svg-2"}],["path",{d:"M12 12l-8 -4.5",key:"svg-3"}]]),sT=createReactComponent("braces-off","IconBracesOff",[["path",{d:"M5.176 5.177c-.113 .251 -.176 .53 -.176 .823v3c0 1.657 -.895 3 -2 3c1.105 0 2 1.343 2 3v3a2 2 0 0 0 2 2",key:"svg-0"}],["path",{d:"M17 4a2 2 0 0 1 2 2v3c0 1.657 .895 3 2 3c-1.105 0 -2 1.343 -2 3m-.176 3.821a2 2 0 0 1 -1.824 1.179",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),sB=createReactComponent("braces","IconBraces",[["path",{d:"M7 4a2 2 0 0 0 -2 2v3a2 3 0 0 1 -2 3a2 3 0 0 1 2 3v3a2 2 0 0 0 2 2",key:"svg-0"}],["path",{d:"M17 4a2 2 0 0 1 2 2v3a2 3 0 0 0 2 3a2 3 0 0 0 -2 3v3a2 2 0 0 1 -2 2",key:"svg-1"}]]),sN=createReactComponent("brackets-angle-off","IconBracketsAngleOff",[["path",{d:"M8 4h.01",key:"svg-0"}],["path",{d:"M6.453 6.474l-3.453 5.526l5 8",key:"svg-1"}],["path",{d:"M16 4l5 8l-1.917 3.067",key:"svg-2"}],["path",{d:"M17.535 17.544l-1.535 2.456",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),s$=createReactComponent("brackets-angle","IconBracketsAngle",[["path",{d:"M8 4l-5 8l5 8",key:"svg-0"}],["path",{d:"M16 4l5 8l-5 8",key:"svg-1"}]]),sL=createReactComponent("brackets-contain-end","IconBracketsContainEnd",[["path",{d:"M14 4h4v16h-4",key:"svg-0"}],["path",{d:"M5 16h.01",key:"svg-1"}],["path",{d:"M9 16h.01",key:"svg-2"}],["path",{d:"M13 16h.01",key:"svg-3"}]]),sW=createReactComponent("brackets-contain-start","IconBracketsContainStart",[["path",{d:"M9 4h-4v16h4",key:"svg-0"}],["path",{d:"M18 16h-.01",key:"svg-1"}],["path",{d:"M14 16h-.01",key:"svg-2"}],["path",{d:"M10 16h-.01",key:"svg-3"}]]),sH=createReactComponent("brackets-contain","IconBracketsContain",[["path",{d:"M7 4h-4v16h4",key:"svg-0"}],["path",{d:"M17 4h4v16h-4",key:"svg-1"}],["path",{d:"M8 16h.01",key:"svg-2"}],["path",{d:"M12 16h.01",key:"svg-3"}],["path",{d:"M16 16h.01",key:"svg-4"}]]),sV=createReactComponent("brackets-off","IconBracketsOff",[["path",{d:"M5 5v15h3",key:"svg-0"}],["path",{d:"M16 4h3v11m0 4v1h-3",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),sq=createReactComponent("brackets","IconBrackets",[["path",{d:"M8 4h-3v16h3",key:"svg-0"}],["path",{d:"M16 4h3v16h-3",key:"svg-1"}]]),sU=createReactComponent("braille","IconBraille",[["path",{d:"M15 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z",key:"svg-0"}],["path",{d:"M7 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z",key:"svg-1"}],["path",{d:"M7 19a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z",key:"svg-2"}],["path",{d:"M16 12h.01",key:"svg-3"}],["path",{d:"M8 12h.01",key:"svg-4"}],["path",{d:"M16 19h.01",key:"svg-5"}]]),sG=createReactComponent("brain","IconBrain",[["path",{d:"M15.5 13a3.5 3.5 0 0 0 -3.5 3.5v1a3.5 3.5 0 0 0 7 0v-1.8",key:"svg-0"}],["path",{d:"M8.5 13a3.5 3.5 0 0 1 3.5 3.5v1a3.5 3.5 0 0 1 -7 0v-1.8",key:"svg-1"}],["path",{d:"M17.5 16a3.5 3.5 0 0 0 0 -7h-.5",key:"svg-2"}],["path",{d:"M19 9.3v-2.8a3.5 3.5 0 0 0 -7 0",key:"svg-3"}],["path",{d:"M6.5 16a3.5 3.5 0 0 1 0 -7h.5",key:"svg-4"}],["path",{d:"M5 9.3v-2.8a3.5 3.5 0 0 1 7 0v10",key:"svg-5"}]]),sX=createReactComponent("brand-4chan","IconBrand4chan",[["path",{d:"M14 11s6.054 -1.05 6 -4.5c-.038 -2.324 -2.485 -3.19 -3.016 -1.5c0 0 -.502 -2 -2.01 -2c-1.508 0 -2.984 3 -.974 8z",key:"svg-0"}],["path",{d:"M13.98 11s6.075 -1.05 6.02 -4.5c-.038 -2.324 -2.493 -3.19 -3.025 -1.5c0 0 -.505 -2 -2.017 -2c-1.513 0 -3 3 -.977 8z",key:"svg-1"}],["path",{d:"M13 13.98l.062 .309l.081 .35l.075 .29l.092 .328l.11 .358l.061 .188l.139 .392c.64 1.73 1.841 3.837 3.88 3.805c2.324 -.038 3.19 -2.493 1.5 -3.025l.148 -.045l.165 -.058a4.13 4.13 0 0 0 .098 -.039l.222 -.098c.586 -.28 1.367 -.832 1.367 -1.777c0 -1.513 -3 -3 -8 -.977z",key:"svg-2"}],["path",{d:"M10.02 13l-.309 .062l-.35 .081l-.29 .075l-.328 .092l-.358 .11l-.188 .061l-.392 .139c-1.73 .64 -3.837 1.84 -3.805 3.88c.038 2.324 2.493 3.19 3.025 1.5l.045 .148l.058 .165l.039 .098l.098 .222c.28 .586 .832 1.367 1.777 1.367c1.513 0 3 -3 .977 -8z",key:"svg-3"}],["path",{d:"M11 10.02l-.062 -.309l-.081 -.35l-.075 -.29l-.092 -.328l-.11 -.358l-.128 -.382l-.148 -.399c-.658 -1.687 -1.844 -3.634 -3.804 -3.604c-2.324 .038 -3.19 2.493 -1.5 3.025l-.148 .045l-.164 .058a4.13 4.13 0 0 0 -.1 .039l-.22 .098c-.588 .28 -1.368 .832 -1.368 1.777c0 1.513 3 3 8 .977z",key:"svg-4"}]]),sK=createReactComponent("brand-abstract","IconBrandAbstract",[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-0"}],["path",{d:"M10.5 13.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-1"}],["path",{d:"M8 8h8v8",key:"svg-2"}]]),sY=createReactComponent("brand-adobe","IconBrandAdobe",[["path",{d:"M12.893 4.514l7.977 14a.993 .993 0 0 1 -.394 1.365a1.04 1.04 0 0 1 -.5 .127h-3.476l-4.5 -8l-2.5 4h1.5l2 4h-8.977c-.565 0 -1.023 -.45 -1.023 -1c0 -.171 .045 -.34 .13 -.49l7.977 -13.993a1.034 1.034 0 0 1 1.786 0z",key:"svg-0"}]]),sZ=createReactComponent("brand-adonis-js","IconBrandAdonisJs",[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-0"}],["path",{d:"M8.863 16.922c1.137 -.422 1.637 -.922 3.137 -.922s2 .5 3.138 .922c.713 .264 1.516 -.102 1.778 -.772c.126 -.32 .11 -.673 -.044 -.983l-3.708 -7.474c-.297 -.598 -1.058 -.859 -1.7 -.583a1.24 1.24 0 0 0 -.627 .583l-3.709 7.474c-.321 .648 -.017 1.415 .679 1.714c.332 .143 .715 .167 1.056 .04z",key:"svg-1"}]]),sQ=createReactComponent("brand-airbnb","IconBrandAirbnb",[["path",{d:"M12 10c-2 0 -3 1 -3 3c0 1.5 1.494 3.535 3 5.5c1 1 1.5 1.5 2.5 2s2.5 1 4.5 -.5s1.5 -3.5 .5 -6s-2.333 -5.5 -5 -9.5c-.834 -1 -1.5 -1.5 -2.503 -1.5c-1 0 -1.623 .45 -2.497 1.5c-2.667 4 -4 7 -5 9.5s-1.5 4.5 .5 6s3.5 1 4.5 .5s1.5 -1 2.5 -2c1.506 -1.965 3 -4 3 -5.5c0 -2 -1 -3 -3 -3z",key:"svg-0"}]]),sJ=createReactComponent("brand-airtable","IconBrandAirtable",[["path",{d:"M3 10v8l7 -3v-2.6z",key:"svg-0"}],["path",{d:"M3 6l9 3l9 -3l-9 -3z",key:"svg-1"}],["path",{d:"M14 12.3v8.7l7 -3v-8z",key:"svg-2"}]]),s1=createReactComponent("brand-algolia","IconBrandAlgolia",[["path",{d:"M15.5 11c-.414 -1.477 -1.886 -2.5 -3.5 -2.5a3.47 3.47 0 0 0 -3.5 3.5a3.47 3.47 0 0 0 3.5 3.5c.974 0 1.861 -.357 2.5 -1l4.5 4.5v-15h-7c-4.386 0 -8 3.582 -8 8s3.614 8 8 8a7.577 7.577 0 0 0 2.998 -.614",key:"svg-0"}]]),s0=createReactComponent("brand-alipay","IconBrandAlipay",[["path",{d:"M19 3h-14a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2z",key:"svg-0"}],["path",{d:"M7 7h10",key:"svg-1"}],["path",{d:"M12 3v7",key:"svg-2"}],["path",{d:"M21 17.314c-2.971 -1.923 -15 -8.779 -15 -1.864c0 1.716 1.52 2.55 2.985 2.55c3.512 0 6.814 -5.425 6.814 -8h-6.604",key:"svg-3"}]]),s2=createReactComponent("brand-alpine-js","IconBrandAlpineJs",[["path",{d:"M3 11.5l4.5 4.5h9l-9 -9z",key:"svg-0"}],["path",{d:"M16.5 16l4.5 -4.5l-4.5 -4.5l-4.5 4.5",key:"svg-1"}]]),s3=createReactComponent("brand-amazon","IconBrandAmazon",[["path",{d:"M17 12.5a15.198 15.198 0 0 1 -7.37 1.44a14.62 14.62 0 0 1 -6.63 -2.94",key:"svg-0"}],["path",{d:"M19.5 15c.907 -1.411 1.451 -3.323 1.5 -5c-1.197 -.773 -2.577 -.935 -4 -1",key:"svg-1"}]]),s5=createReactComponent("brand-amd","IconBrandAmd",[["path",{d:"M16 16v-7c0 -.566 -.434 -1 -1 -1h-7l-5 -5h17c.566 0 1 .434 1 1v17l-5 -5z",key:"svg-0"}],["path",{d:"M11.293 20.707l4.707 -4.707h-7a1 1 0 0 1 -1 -1v-7l-4.707 4.707a1 1 0 0 0 -.293 .707v6.586a1 1 0 0 0 1 1h6.586a1 1 0 0 0 .707 -.293z",key:"svg-1"}]]),s4=createReactComponent("brand-amigo","IconBrandAmigo",[["path",{d:"M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M9.591 3.635l-7.13 14.082c-1.712 3.38 1.759 5.45 3.69 3.573l1.86 -1.81c3.142 -3.054 4.959 -2.99 8.039 .11l1.329 1.337c2.372 2.387 5.865 .078 4.176 -3.225l-7.195 -14.067c-1.114 -2.18 -3.666 -2.18 -4.77 0z",key:"svg-1"}]]),s6=createReactComponent("brand-among-us","IconBrandAmongUs",[["path",{d:"M10.646 12.774c-1.939 .396 -4.467 .317 -6.234 -.601c-2.454 -1.263 -1.537 -4.66 1.423 -4.982c2.254 -.224 3.814 -.354 5.65 .214c.835 .256 1.93 .569 1.355 3.281c-.191 1.067 -1.07 1.904 -2.194 2.088z",key:"svg-0"}],["path",{d:"M5.84 7.132c.083 -.564 .214 -1.12 .392 -1.661c.456 -.936 1.095 -2.068 3.985 -2.456a22.464 22.464 0 0 1 2.867 .08c1.776 .14 2.643 1.234 3.287 3.368c.339 1.157 .46 2.342 .629 3.537v11l-12.704 -.019c-.552 -2.386 -.262 -5.894 .204 -8.481",key:"svg-1"}],["path",{d:"M17 10c.991 .163 2.105 .383 3.069 .67c.255 .13 .52 .275 .534 .505c.264 3.434 .57 7.448 .278 9.825h-3.881",key:"svg-2"}]]),s9=createReactComponent("brand-android","IconBrandAndroid",[["path",{d:"M4 10l0 6",key:"svg-0"}],["path",{d:"M20 10l0 6",key:"svg-1"}],["path",{d:"M7 9h10v8a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-8a5 5 0 0 1 10 0",key:"svg-2"}],["path",{d:"M8 3l1 2",key:"svg-3"}],["path",{d:"M16 3l-1 2",key:"svg-4"}],["path",{d:"M9 18l0 3",key:"svg-5"}],["path",{d:"M15 18l0 3",key:"svg-6"}]]),s7=createReactComponent("brand-angular","IconBrandAngular",[["path",{d:"M5.428 17.245l6.076 3.471a1 1 0 0 0 .992 0l6.076 -3.471a1 1 0 0 0 .495 -.734l1.323 -9.704a1 1 0 0 0 -.658 -1.078l-7.4 -2.612a1 1 0 0 0 -.665 0l-7.399 2.613a1 1 0 0 0 -.658 1.078l1.323 9.704a1 1 0 0 0 .495 .734z",key:"svg-0"}],["path",{d:"M9 15l3 -8l3 8",key:"svg-1"}],["path",{d:"M10 13h4",key:"svg-2"}]]),s8=createReactComponent("brand-ansible","IconBrandAnsible",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9.647 12.294l6.353 3.706l-4 -9l-4 9",key:"svg-1"}]]),de=createReactComponent("brand-ao3","IconBrandAo3",[["path",{d:"M2 5c7.109 4.1 10.956 10.131 12 14c1.074 -4.67 4.49 -8.94 8 -11",key:"svg-0"}],["path",{d:"M14 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M7 9c-.278 5.494 -2.337 7.33 -4 10c4.013 -2 6.02 -5 15.05 -5c4.012 0 3.51 2.5 1 3c2 .5 2.508 5 -2.007 2",key:"svg-2"}]]),dt=createReactComponent("brand-appgallery","IconBrandAppgallery",[["path",{d:"M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z",key:"svg-0"}],["path",{d:"M9 8a3 3 0 0 0 6 0",key:"svg-1"}]]),da=createReactComponent("brand-apple-arcade","IconBrandAppleArcade",[["path",{d:"M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M20 12.5v4.75a.734 .734 0 0 1 -.055 .325a.704 .704 0 0 1 -.348 .366l-5.462 2.58a5 5 0 0 1 -4.27 0l-5.462 -2.58a.705 .705 0 0 1 -.401 -.691l0 -4.75",key:"svg-1"}],["path",{d:"M4.431 12.216l5.634 -2.332a5.065 5.065 0 0 1 3.87 0l5.634 2.332a.692 .692 0 0 1 .028 1.269l-5.462 2.543a5.064 5.064 0 0 1 -4.27 0l-5.462 -2.543a.691 .691 0 0 1 .028 -1.27z",key:"svg-2"}],["path",{d:"M12 7l0 6",key:"svg-3"}]]),dn=createReactComponent("brand-apple-podcast","IconBrandApplePodcast",[["path",{d:"M18.364 18.364a9 9 0 1 0 -12.728 0",key:"svg-0"}],["path",{d:"M11.766 22h.468a2 2 0 0 0 1.985 -1.752l.5 -4a2 2 0 0 0 -1.985 -2.248h-1.468a2 2 0 0 0 -1.985 2.248l.5 4a2 2 0 0 0 1.985 1.752z",key:"svg-1"}],["path",{d:"M12 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}]]),dr=createReactComponent("brand-apple","IconBrandApple",[["path",{d:"M9 7c-3 0 -4 3 -4 5.5c0 3 2 7.5 4 7.5c1.088 -.046 1.679 -.5 3 -.5c1.312 0 1.5 .5 3 .5s4 -3 4 -5c-.028 -.01 -2.472 -.403 -2.5 -3c-.019 -2.17 2.416 -2.954 2.5 -3c-1.023 -1.492 -2.951 -1.963 -3.5 -2c-1.433 -.111 -2.83 1 -3.5 1c-.68 0 -1.9 -1 -3 -1z",key:"svg-0"}],["path",{d:"M12 4a2 2 0 0 0 2 -2a2 2 0 0 0 -2 2",key:"svg-1"}]]),dl=createReactComponent("brand-appstore","IconBrandAppstore",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M8 16l1.106 -1.99m1.4 -2.522l2.494 -4.488",key:"svg-1"}],["path",{d:"M7 14h5m2.9 0h2.1",key:"svg-2"}],["path",{d:"M16 16l-2.51 -4.518m-1.487 -2.677l-1 -1.805",key:"svg-3"}]]),dc=createReactComponent("brand-asana","IconBrandAsana",[["path",{d:"M12 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M17 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M7 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}]]),di=createReactComponent("brand-auth0","IconBrandAuth0",[["path",{d:"M12 14.5l-5.5 3.5l2 -6l-4.5 -4h6l2 -5l2 5h6l-4.5 4l2 6z",key:"svg-0"}],["path",{d:"M20.507 8.872l-2.01 -5.872h-12.994l-2.009 5.872c-1.242 3.593 -.135 7.094 3.249 9.407l5.257 3.721l5.257 -3.721c3.385 -2.313 4.49 -5.814 3.25 -9.407z",key:"svg-1"}]]),ds=createReactComponent("brand-aws","IconBrandAws",[["path",{d:"M17 18.5a15.198 15.198 0 0 1 -7.37 1.44a14.62 14.62 0 0 1 -6.63 -2.94",key:"svg-0"}],["path",{d:"M19.5 21c.907 -1.411 1.451 -3.323 1.5 -5c-1.197 -.773 -2.577 -.935 -4 -1",key:"svg-1"}],["path",{d:"M3 11v-4.5a1.5 1.5 0 0 1 3 0v4.5",key:"svg-2"}],["path",{d:"M3 9h3",key:"svg-3"}],["path",{d:"M9 5l1.2 6l1.8 -4l1.8 4l1.2 -6",key:"svg-4"}],["path",{d:"M18 10.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-5"}]]),dd=createReactComponent("brand-azure","IconBrandAzure",[["path",{d:"M6 7.5l-4 9.5h4l6 -15z",key:"svg-0"}],["path",{d:"M22 20l-7 -15l-3 7l4 5l-8 3z",key:"svg-1"}]]),du=createReactComponent("brand-backbone","IconBrandBackbone",[["path",{d:"M5 20l14 -8l-14 -8z",key:"svg-0"}],["path",{d:"M19 20l-14 -8l14 -8z",key:"svg-1"}]]),dp=createReactComponent("brand-badoo","IconBrandBadoo",[["path",{d:"M22 9.43c0 5.838 -4.477 10.57 -10 10.57s-10 -4.662 -10 -10.5c0 -2.667 1.83 -5.01 4.322 -5.429c2.492 -.418 4.9 1.392 5.678 3.929c.768 -2.54 3.177 -4.354 5.668 -3.931c2.495 .417 4.332 2.69 4.332 5.36z",key:"svg-0"}],["path",{d:"M7.5 10c0 2.761 2.015 5 4.5 5s4.5 -2.239 4.5 -5",key:"svg-1"}]]),dh=createReactComponent("brand-baidu","IconBrandBaidu",[["path",{d:"M5 9.5m-1 0a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M14.463 11.596c1.282 1.774 3.476 3.416 3.476 3.416s1.921 1.574 .593 3.636c-1.328 2.063 -4.892 1.152 -4.892 1.152s-1.416 -.44 -3.06 -.088c-1.644 .356 -3.06 .22 -3.06 .22s-2.055 -.22 -2.47 -2.304c-.416 -2.084 1.918 -3.638 2.102 -3.858c.182 -.222 1.409 -.966 2.284 -2.394c.875 -1.428 3.337 -2.287 5.027 .221z",key:"svg-1"}],["path",{d:"M9 4.5m-1 0a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M15 4.5m-1 0a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M19 9.5m-1 0a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0",key:"svg-4"}]]),dv=createReactComponent("brand-bandcamp","IconBrandBandcamp",[["path",{d:"M8.5 6h13.5l-7 12h-13z",key:"svg-0"}]]),dg=createReactComponent("brand-bandlab","IconBrandBandlab",[["path",{d:"M6.885 7l-2.536 4.907c-2.021 3.845 -2.499 8.775 3.821 9.093h6.808c4.86 -.207 7.989 -2.975 4.607 -9.093l-2.988 -4.907",key:"svg-0"}],["path",{d:"M15.078 4h-5.136l3.678 8.768c.547 1.14 .847 1.822 .162 2.676c-.053 .093 -1.332 1.907 -3.053 1.495c-.825 -.187 -1.384 -.926 -1.32 -1.74c.04 -.91 .62 -1.717 1.488 -2.074a4.463 4.463 0 0 1 2.723 -.358",key:"svg-1"}]]),dy=createReactComponent("brand-beats","IconBrandBeats",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12.5 12.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0",key:"svg-1"}],["path",{d:"M9 12v-8",key:"svg-2"}]]),df=createReactComponent("brand-behance","IconBrandBehance",[["path",{d:"M3 18v-12h4.5a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-4.5",key:"svg-0"}],["path",{d:"M3 12l4.5 0",key:"svg-1"}],["path",{d:"M14 13h7a3.5 3.5 0 0 0 -7 0v2a3.5 3.5 0 0 0 6.64 1",key:"svg-2"}],["path",{d:"M16 6l3 0",key:"svg-3"}]]),dm=createReactComponent("brand-bilibili","IconBrandBilibili",[["path",{d:"M3 10a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v6a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-6z",key:"svg-0"}],["path",{d:"M8 3l2 3",key:"svg-1"}],["path",{d:"M16 3l-2 3",key:"svg-2"}],["path",{d:"M9 13v-2",key:"svg-3"}],["path",{d:"M15 11v2",key:"svg-4"}]]),dk=createReactComponent("brand-binance","IconBrandBinance",[["path",{d:"M6 8l2 2l4 -4l4 4l2 -2l-6 -6z",key:"svg-0"}],["path",{d:"M6 16l2 -2l4 4l3.5 -3.5l2 2l-5.5 5.5z",key:"svg-1"}],["path",{d:"M20 10l2 2l-2 2l-2 -2z",key:"svg-2"}],["path",{d:"M4 10l2 2l-2 2l-2 -2z",key:"svg-3"}],["path",{d:"M12 10l2 2l-2 2l-2 -2z",key:"svg-4"}]]),dM=createReactComponent("brand-bing","IconBrandBing",[["path",{d:"M5 3l4 1.5v12l6 -2.5l-2 -1l-1 -4l7 2.5v4.5l-10 5l-4 -2z",key:"svg-0"}]]),db=createReactComponent("brand-bitbucket","IconBrandBitbucket",[["path",{d:"M3.648 4a.64 .64 0 0 0 -.64 .744l3.14 14.528c.07 .417 .43 .724 .852 .728h10a.644 .644 0 0 0 .642 -.539l3.35 -14.71a.641 .641 0 0 0 -.64 -.744l-16.704 -.007z",key:"svg-0"}],["path",{d:"M14 15h-4l-1 -6h6z",key:"svg-1"}]]),dI=createReactComponent("brand-blackberry","IconBrandBlackberry",[["path",{d:"M7 6a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z",key:"svg-0"}],["path",{d:"M6 12a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z",key:"svg-1"}],["path",{d:"M13 12a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z",key:"svg-2"}],["path",{d:"M14 6a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z",key:"svg-3"}],["path",{d:"M12 18a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z",key:"svg-4"}],["path",{d:"M20 15a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z",key:"svg-5"}],["path",{d:"M21 9a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z",key:"svg-6"}]]),dC=createReactComponent("brand-blender","IconBrandBlender",[["path",{d:"M15 14m-6 0a6 5 0 1 0 12 0a6 5 0 1 0 -12 0",key:"svg-0"}],["path",{d:"M15 14m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M3 16l9 -6.5",key:"svg-2"}],["path",{d:"M6 9h9",key:"svg-3"}],["path",{d:"M13 5l5.65 5",key:"svg-4"}]]),dx=createReactComponent("brand-blogger","IconBrandBlogger",[["path",{d:"M8 21h8a5 5 0 0 0 5 -5v-3a3 3 0 0 0 -3 -3h-1v-2a5 5 0 0 0 -5 -5h-4a5 5 0 0 0 -5 5v8a5 5 0 0 0 5 5z",key:"svg-0"}],["path",{d:"M7 7m0 1.5a1.5 1.5 0 0 1 1.5 -1.5h3a1.5 1.5 0 0 1 1.5 1.5v0a1.5 1.5 0 0 1 -1.5 1.5h-3a1.5 1.5 0 0 1 -1.5 -1.5z",key:"svg-1"}],["path",{d:"M7 14m0 1.5a1.5 1.5 0 0 1 1.5 -1.5h7a1.5 1.5 0 0 1 1.5 1.5v0a1.5 1.5 0 0 1 -1.5 1.5h-7a1.5 1.5 0 0 1 -1.5 -1.5z",key:"svg-2"}]]),dR=createReactComponent("brand-booking","IconBrandBooking",[["path",{d:"M4 18v-9.5a4.5 4.5 0 0 1 4.5 -4.5h7a4.5 4.5 0 0 1 4.5 4.5v7a4.5 4.5 0 0 1 -4.5 4.5h-9.5a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M8 12h3.5a2 2 0 1 1 0 4h-3.5v-7a1 1 0 0 1 1 -1h1.5a2 2 0 1 1 0 4h-1.5",key:"svg-1"}],["path",{d:"M16 16l.01 0",key:"svg-2"}]]),dS=createReactComponent("brand-bootstrap","IconBrandBootstrap",[["path",{d:"M2 12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2",key:"svg-0"}],["path",{d:"M2 12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2",key:"svg-1"}],["path",{d:"M9 16v-8h3.5a2 2 0 1 1 0 4h-3.5h4a2 2 0 1 1 0 4h-4z",key:"svg-2"}]]),d_=createReactComponent("brand-bulma","IconBrandBulma",[["path",{d:"M5 16l1 -9l5 -5l6.5 6l-3.5 4l5 5l-8 5z",key:"svg-0"}]]),dw=createReactComponent("brand-bumble","IconBrandBumble",[["path",{d:"M7 12h10",key:"svg-0"}],["path",{d:"M9 8h6",key:"svg-1"}],["path",{d:"M10 16h4",key:"svg-2"}],["path",{d:"M16.268 3h-8.536a1.46 1.46 0 0 0 -1.268 .748l-4.268 7.509a1.507 1.507 0 0 0 0 1.486l4.268 7.509c.26 .462 .744 .747 1.268 .748h8.536a1.46 1.46 0 0 0 1.268 -.748l4.268 -7.509a1.507 1.507 0 0 0 0 -1.486l-4.268 -7.509a1.46 1.46 0 0 0 -1.268 -.748z",key:"svg-3"}]]),dP=createReactComponent("brand-bunpo","IconBrandBunpo",[["path",{d:"M3.9 7.205a17.764 17.764 0 0 0 4.008 2.753a7.917 7.917 0 0 0 4.57 .567c1.5 -.33 2.907 -1 4.121 -1.956a12.107 12.107 0 0 0 2.892 -2.903c.603 -.94 .745 -1.766 .484 -2.231c-.261 -.465 -.927 -.568 -1.72 -.257a7.564 7.564 0 0 0 -2.608 2.034a18.425 18.425 0 0 0 -2.588 3.884a34.927 34.927 0 0 0 -2.093 5.073a12.908 12.908 0 0 0 -.677 3.515c-.07 .752 .07 1.51 .405 2.184c.323 .562 1.06 1.132 2.343 1.132c3.474 0 5.093 -3.53 5.463 -5.62c.24 -1.365 -.085 -3.197 -1.182 -4.01",key:"svg-0"}]]),dO=createReactComponent("brand-c-sharp","IconBrandCSharp",[["path",{d:"M10 9a3 3 0 0 0 -3 -3h-.5a3.5 3.5 0 0 0 -3.5 3.5v5a3.5 3.5 0 0 0 3.5 3.5h.5a3 3 0 0 0 3 -3",key:"svg-0"}],["path",{d:"M16 7l-1 10",key:"svg-1"}],["path",{d:"M20 7l-1 10",key:"svg-2"}],["path",{d:"M14 10h7.5",key:"svg-3"}],["path",{d:"M21 14h-7.5",key:"svg-4"}]]),dF=createReactComponent("brand-cake","IconBrandCake",[["path",{d:"M20.84 12c0 2.05 .985 3.225 -.04 5c-1.026 1.775 -2.537 1.51 -4.314 2.534c-1.776 1.026 -2.302 2.466 -4.353 2.466c-2.051 0 -2.576 -1.441 -4.353 -2.466c-1.776 -1.024 -3.288 -.759 -4.314 -2.534c-1.025 -1.775 -.04 -2.95 -.04 -5s-.985 -3.225 .04 -5c1.026 -1.775 2.537 -1.51 4.314 -2.534c1.776 -1.026 2.302 -2.466 4.353 -2.466s2.577 1.441 4.353 2.466c1.776 1.024 3.288 .759 4.313 2.534c1.026 1.775 .04 2.95 .04 5z",key:"svg-0"}]]),dz=createReactComponent("brand-cakephp","IconBrandCakephp",[["path",{d:"M12 11l8 2c1.361 -.545 2 -1.248 2 -2v-3.8c0 -1.765 -4.479 -3.2 -10.002 -3.2c-5.522 0 -9.998 1.435 -9.998 3.2v2.8c0 1.766 4.478 4 10 4v-3z",key:"svg-0"}],["path",{d:"M12 14v3l8 2c1.362 -.547 2 -1.246 2 -2v-3c0 .754 -.638 1.453 -2 2l-8 -2z",key:"svg-1"}],["path",{d:"M2 17c0 1.766 4.476 3 9.998 3l.002 -3c-5.522 0 -10 -1.734 -10 -3.5v3.5z",key:"svg-2"}],["path",{d:"M2 10v4",key:"svg-3"}],["path",{d:"M22 10v4",key:"svg-4"}]]),dD=createReactComponent("brand-campaignmonitor","IconBrandCampaignmonitor",[["path",{d:"M3 18l9 -6.462l-9 -5.538v12h18v-12l-9 5.538",key:"svg-0"}]]),dA=createReactComponent("brand-carbon","IconBrandCarbon",[["path",{d:"M14 10v-.2a1.8 1.8 0 0 0 -1.8 -1.8h-.4a1.8 1.8 0 0 0 -1.8 1.8v4.4a1.8 1.8 0 0 0 1.8 1.8h.4a1.8 1.8 0 0 0 1.8 -1.8v-.2",key:"svg-0"}],["path",{d:"M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-1"}]]),dj=createReactComponent("brand-cashapp","IconBrandCashapp",[["path",{d:"M17.1 8.648a.568 .568 0 0 1 -.761 .011a5.682 5.682 0 0 0 -3.659 -1.34c-1.102 0 -2.205 .363 -2.205 1.374c0 1.023 1.182 1.364 2.546 1.875c2.386 .796 4.363 1.796 4.363 4.137c0 2.545 -1.977 4.295 -5.204 4.488l-.295 1.364a.557 .557 0 0 1 -.546 .443h-2.034l-.102 -.011a.568 .568 0 0 1 -.432 -.67l.318 -1.444a7.432 7.432 0 0 1 -3.273 -1.784v-.011a.545 .545 0 0 1 0 -.773l1.137 -1.102c.214 -.2 .547 -.2 .761 0a5.495 5.495 0 0 0 3.852 1.5c1.478 0 2.466 -.625 2.466 -1.614c0 -.989 -1 -1.25 -2.886 -1.954c-2 -.716 -3.898 -1.728 -3.898 -4.091c0 -2.75 2.284 -4.091 4.989 -4.216l.284 -1.398a.545 .545 0 0 1 .545 -.432h2.023l.114 .012a.544 .544 0 0 1 .42 .647l-.307 1.557a8.528 8.528 0 0 1 2.818 1.58l.023 .022c.216 .228 .216 .569 0 .773l-1.057 1.057z",key:"svg-0"}]]),dE=createReactComponent("brand-chrome","IconBrandChrome",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M12 9h8.4",key:"svg-2"}],["path",{d:"M14.598 13.5l-4.2 7.275",key:"svg-3"}],["path",{d:"M9.402 13.5l-4.2 -7.275",key:"svg-4"}]]),dT=createReactComponent("brand-cinema-4d","IconBrandCinema4d",[["path",{d:"M9.65 6.956a5.39 5.39 0 0 0 7.494 7.495",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}],["path",{d:"M17.7 12.137a5.738 5.738 0 1 1 -5.737 -5.737",key:"svg-2"}],["path",{d:"M17.7 12.338v-1.175c0 -.47 .171 -.92 .476 -1.253a1.56 1.56 0 0 1 1.149 -.52c.827 0 1.523 .676 1.62 1.573c.037 .344 .055 .69 .055 1.037",key:"svg-3"}],["path",{d:"M11.662 6.4h1.175c.47 0 .92 -.176 1.253 -.49c.333 -.314 .52 -.74 .52 -1.184c0 -.852 -.676 -1.57 -1.573 -1.67a9.496 9.496 0 0 0 -1.037 -.056",key:"svg-4"}]]),dB=createReactComponent("brand-citymapper","IconBrandCitymapper",[["path",{d:"M3 11a1 1 0 1 1 -1 1.013a1 1 0 0 1 1 -1v-.013z",key:"svg-0"}],["path",{d:"M21 11a1 1 0 1 1 -1 1.013a1 1 0 0 1 1 -1v-.013z",key:"svg-1"}],["path",{d:"M8 12h8",key:"svg-2"}],["path",{d:"M13 9l3 3l-3 3",key:"svg-3"}]]),dN=createReactComponent("brand-cloudflare","IconBrandCloudflare",[["path",{d:"M13.031 7.007c2.469 -.007 3.295 1.293 3.969 2.993c4 0 4.994 3.825 5 6h-20c-.001 -1.64 1.36 -2.954 3 -3c0 -1.5 1 -3 3 -3c.66 -1.942 2.562 -2.986 5.031 -2.993z",key:"svg-0"}],["path",{d:"M12 13h6",key:"svg-1"}],["path",{d:"M17 10l-2.5 6",key:"svg-2"}]]),d$=createReactComponent("brand-codecov","IconBrandCodecov",[["path",{d:"M9.695 12.985a5.972 5.972 0 0 0 -3.295 -.985c-1.257 0 -2.436 .339 -3.4 1a9 9 0 1 1 18 0c-.966 -.664 -2.14 -1 -3.4 -1a6 6 0 0 0 -5.605 8.144",key:"svg-0"}]]),dL=createReactComponent("brand-codepen","IconBrandCodepen",[["path",{d:"M3 15l9 6l9 -6l-9 -6l-9 6",key:"svg-0"}],["path",{d:"M3 9l9 6l9 -6l-9 -6l-9 6",key:"svg-1"}],["path",{d:"M3 9l0 6",key:"svg-2"}],["path",{d:"M21 9l0 6",key:"svg-3"}],["path",{d:"M12 3l0 6",key:"svg-4"}],["path",{d:"M12 15l0 6",key:"svg-5"}]]),dW=createReactComponent("brand-codesandbox","IconBrandCodesandbox",[["path",{d:"M20 7.5v9l-4 2.25l-4 2.25l-4 -2.25l-4 -2.25v-9l4 -2.25l4 -2.25l4 2.25z",key:"svg-0"}],["path",{d:"M12 12l4 -2.25l4 -2.25",key:"svg-1"}],["path",{d:"M12 12l0 9",key:"svg-2"}],["path",{d:"M12 12l-4 -2.25l-4 -2.25",key:"svg-3"}],["path",{d:"M20 12l-4 2v4.75",key:"svg-4"}],["path",{d:"M4 12l4 2l0 4.75",key:"svg-5"}],["path",{d:"M8 5.25l4 2.25l4 -2.25",key:"svg-6"}]]),dH=createReactComponent("brand-cohost","IconBrandCohost",[["path",{d:"M17 14m-3 0a3 2 0 1 0 6 0a3 2 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M4.526 17.666c-1.133 -.772 -1.897 -1.924 -2.291 -3.456c-.398 -1.54 -.29 -2.937 .32 -4.19c.61 -1.255 1.59 -2.34 2.938 -3.254c1.348 -.914 2.93 -1.625 4.749 -2.132c1.81 -.504 3.516 -.708 5.12 -.61c1.608 .1 2.979 .537 4.112 1.31s1.897 1.924 2.291 3.456c.398 1.541 .29 2.938 -.32 4.192c-.61 1.253 -1.59 2.337 -2.938 3.252c-1.348 .915 -2.93 1.626 -4.749 2.133c-1.81 .503 -3.516 .707 -5.12 .61c-1.608 -.102 -2.979 -.538 -4.112 -1.31z",key:"svg-1"}],["path",{d:"M11 12.508c-.53 -.316 -1.23 -.508 -2 -.508c-1.657 0 -3 .895 -3 2s1.343 2 3 2c.767 0 1.467 -.192 2 -.508",key:"svg-2"}]]),dV=createReactComponent("brand-coinbase","IconBrandCoinbase",[["path",{d:"M12.95 22c-4.503 0 -8.445 -3.04 -9.61 -7.413c-1.165 -4.373 .737 -8.988 4.638 -11.25a9.906 9.906 0 0 1 12.008 1.598l-3.335 3.367a5.185 5.185 0 0 0 -7.354 .013a5.252 5.252 0 0 0 0 7.393a5.185 5.185 0 0 0 7.354 .013l3.349 3.367a9.887 9.887 0 0 1 -7.05 2.912z",key:"svg-0"}]]),dq=createReactComponent("brand-comedy-central","IconBrandComedyCentral",[["path",{d:"M5.343 17.657a8 8 0 1 0 0 -11.314",key:"svg-0"}],["path",{d:"M13.828 9.172a4 4 0 1 0 0 5.656",key:"svg-1"}]]),dU=createReactComponent("brand-coreos","IconBrandCoreos",[["path",{d:"M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z",key:"svg-0"}],["path",{d:"M12 3c-3.263 3.212 -3 7.654 -3 12c4.59 .244 8.814 -.282 12 -3",key:"svg-1"}],["path",{d:"M9.5 9a4.494 4.494 0 0 1 5.5 5.5",key:"svg-2"}]]),dG=createReactComponent("brand-couchdb","IconBrandCouchdb",[["path",{d:"M6 12h12v-2a2 2 0 0 1 2 -2a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2a2 2 0 0 1 2 2v2z",key:"svg-0"}],["path",{d:"M6 15h12",key:"svg-1"}],["path",{d:"M6 18h12",key:"svg-2"}],["path",{d:"M21 11v7",key:"svg-3"}],["path",{d:"M3 11v7",key:"svg-4"}]]),dX=createReactComponent("brand-couchsurfing","IconBrandCouchsurfing",[["path",{d:"M3.1 13c3.267 0 5.9 -.167 7.9 -.5c3 -.5 4 -2 4 -3.5a3 3 0 1 0 -6 0c0 1.554 1.807 3 3 4c1.193 1 2 2.5 2 3.5a1.5 1.5 0 1 1 -3 0c0 -2 4 -3.5 7 -3.5h2.9",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),dK=createReactComponent("brand-cpp","IconBrandCpp",[["path",{d:"M18 12h4",key:"svg-0"}],["path",{d:"M20 10v4",key:"svg-1"}],["path",{d:"M11 12h4",key:"svg-2"}],["path",{d:"M13 10v4",key:"svg-3"}],["path",{d:"M9 9a3 3 0 0 0 -3 -3h-.5a3.5 3.5 0 0 0 -3.5 3.5v5a3.5 3.5 0 0 0 3.5 3.5h.5a3 3 0 0 0 3 -3",key:"svg-4"}]]),dY=createReactComponent("brand-craft","IconBrandCraft",[["path",{d:"M20 4h-8a8 8 0 1 0 0 16h8a8 8 0 0 0 -8 -8a8 8 0 0 0 8 -8",key:"svg-0"}],["path",{d:"M4 12h8",key:"svg-1"}],["path",{d:"M12 4v16",key:"svg-2"}]]),dZ=createReactComponent("brand-crunchbase","IconBrandCrunchbase",[["path",{d:"M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10.414 11.586a2 2 0 1 0 0 2.828",key:"svg-1"}],["path",{d:"M15 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M13 7v6",key:"svg-3"}]]),dQ=createReactComponent("brand-css3","IconBrandCss3",[["path",{d:"M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z",key:"svg-0"}],["path",{d:"M8.5 8h7l-4.5 4h4l-.5 3.5l-2.5 .75l-2.5 -.75l-.1 -.5",key:"svg-1"}]]),dJ=createReactComponent("brand-ctemplar","IconBrandCtemplar",[["path",{d:"M6.04 14.831l4.46 -4.331",key:"svg-0"}],["path",{d:"M12.555 20.82c4.55 -3.456 7.582 -8.639 8.426 -14.405a1.668 1.668 0 0 0 -.934 -1.767a19.647 19.647 0 0 0 -8.047 -1.648a19.647 19.647 0 0 0 -8.047 1.647a1.668 1.668 0 0 0 -.934 1.767c.844 5.766 3.875 10.95 8.426 14.406a.948 .948 0 0 0 1.11 0z",key:"svg-1"}],["path",{d:"M20 5c-2 0 -4.37 3.304 -8 6.644c-3.63 -3.34 -6 -6.644 -8 -6.644",key:"svg-2"}],["path",{d:"M17.738 15l-4.238 -4.5",key:"svg-3"}]]),d1=createReactComponent("brand-cucumber","IconBrandCucumber",[["path",{d:"M20 10.99c-.01 5.52 -4.48 10 -10 10.01v-2.26l-.01 -.01c-4.28 -1.11 -6.86 -5.47 -5.76 -9.75a8 8 0 0 1 9.74 -5.76c3.53 .91 6.03 4.13 6.03 7.78v-.01z",key:"svg-0"}],["path",{d:"M10.5 8l-.5 -1",key:"svg-1"}],["path",{d:"M13.5 14l.5 1",key:"svg-2"}],["path",{d:"M9 12.5l-1 .5",key:"svg-3"}],["path",{d:"M11 14l-.5 1",key:"svg-4"}],["path",{d:"M13 8l.5 -1",key:"svg-5"}],["path",{d:"M16 12.5l-1 -.5",key:"svg-6"}],["path",{d:"M9 10l-1 -.5",key:"svg-7"}]]),d0=createReactComponent("brand-cupra","IconBrandCupra",[["path",{d:"M4.5 10l-2.5 -4l15.298 6.909a.2 .2 0 0 1 .09 .283l-3.388 5.808",key:"svg-0"}],["path",{d:"M10 19l-3.388 -5.808a.2 .2 0 0 1 .09 -.283l15.298 -6.909l-2.5 4",key:"svg-1"}]]),d2=createReactComponent("brand-cypress","IconBrandCypress",[["path",{d:"M19.48 17.007a9 9 0 1 0 -7.48 3.993c.896 0 1.691 -.573 1.974 -1.423l3.526 -10.577",key:"svg-0"}],["path",{d:"M13.5 9l2 6",key:"svg-1"}],["path",{d:"M10.764 9.411a3 3 0 1 0 -.023 5.19",key:"svg-2"}]]),d3=createReactComponent("brand-d3","IconBrandD3",[["path",{d:"M3 4h1.8c3.976 0 7.2 3.582 7.2 8s-3.224 8 -7.2 8h-1.8",key:"svg-0"}],["path",{d:"M12 4h5.472c1.948 0 3.528 1.79 3.528 4s-1.58 4 -3.528 4",key:"svg-1"}],["path",{d:"M17.472 12h-2.472",key:"svg-2"}],["path",{d:"M17.472 12h-2.352",key:"svg-3"}],["path",{d:"M17.472 12c1.948 0 3.528 1.79 3.528 4s-1.58 4 -3.528 4h-5.472",key:"svg-4"}]]),d5=createReactComponent("brand-databricks","IconBrandDatabricks",[["path",{d:"M3 17l9 5l9 -5v-3l-9 5l-9 -5v-3l9 5l9 -5v-3l-9 5l-9 -5l9 -5l5.418 3.01",key:"svg-0"}]]),d4=createReactComponent("brand-days-counter","IconBrandDaysCounter",[["path",{d:"M20.779 10.007a9 9 0 1 0 -10.77 10.772",key:"svg-0"}],["path",{d:"M13 21h8v-7",key:"svg-1"}],["path",{d:"M12 8v4l3 3",key:"svg-2"}]]),d6=createReactComponent("brand-dcos","IconBrandDcos",[["path",{d:"M3 18l18 -12h-18l9 14l9 -14v10l-18 -10z",key:"svg-0"}]]),d9=createReactComponent("brand-debian","IconBrandDebian",[["path",{d:"M12 17c-2.397 -.943 -4 -3.153 -4 -5.635c0 -2.19 1.039 -3.14 1.604 -3.595c2.646 -2.133 6.396 -.27 6.396 3.23c0 2.5 -2.905 2.121 -3.5 1.5c-.595 -.621 -1 -1.5 -.5 -2.5",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),d7=createReactComponent("brand-deezer","IconBrandDeezer",[["path",{d:"M3 16.5h2v.5h-2z",key:"svg-0"}],["path",{d:"M8 16.5h2.5v.5h-2.5z",key:"svg-1"}],["path",{d:"M16 17h-2.5v-.5h2.5z",key:"svg-2"}],["path",{d:"M21.5 17h-2.5v-.5h2.5z",key:"svg-3"}],["path",{d:"M21.5 13h-2.5v.5h2.5z",key:"svg-4"}],["path",{d:"M21.5 9.5h-2.5v.5h2.5z",key:"svg-5"}],["path",{d:"M21.5 6h-2.5v.5h2.5z",key:"svg-6"}],["path",{d:"M16 13h-2.5v.5h2.5z",key:"svg-7"}],["path",{d:"M8 13.5h2.5v-.5h-2.5z",key:"svg-8"}],["path",{d:"M8 9.5h2.5v.5h-2.5z",key:"svg-9"}]]),d8=createReactComponent("brand-deliveroo","IconBrandDeliveroo",[["path",{d:"M15 11l1 -9l5 .5l-1 13.5l-3 6l-12.5 -2.5l-1.5 -6l7 -1.5l-1.5 -7.5l4.5 -1z",key:"svg-0"}],["circle",{cx:"15.5",cy:"15.5",r:"1",fill:"currentColor",key:"svg-1"}],["circle",{cx:"11.5",cy:"14.5",r:"1",fill:"currentColor",key:"svg-2"}]]),ue=createReactComponent("brand-deno","IconBrandDeno",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M13.47 20.882l-1.47 -5.882c-2.649 -.088 -5 -1.624 -5 -3.5c0 -1.933 2.239 -3.5 5 -3.5s4 1 5 3c.024 .048 .69 2.215 2 6.5",key:"svg-1"}],["path",{d:"M12 11h.01",key:"svg-2"}]]),ut=createReactComponent("brand-denodo","IconBrandDenodo",[["path",{d:"M11 11h2v2h-2z",key:"svg-0"}],["path",{d:"M3.634 15.634l1.732 -1l1 1.732l-1.732 1z",key:"svg-1"}],["path",{d:"M11 19h2v2h-2z",key:"svg-2"}],["path",{d:"M18.634 14.634l1.732 1l-1 1.732l-1.732 -1z",key:"svg-3"}],["path",{d:"M17.634 7.634l1.732 -1l1 1.732l-1.732 1z",key:"svg-4"}],["path",{d:"M11 3h2v2h-2z",key:"svg-5"}],["path",{d:"M3.634 8.366l1 -1.732l1.732 1l-1 1.732z",key:"svg-6"}]]),un=createReactComponent("brand-deviantart","IconBrandDeviantart",[["path",{d:"M18 3v4l-3.857 6h3.857v4h-6.429l-2.571 4h-3v-4l3.857 -6h-3.857v-4h6.429l2.571 -4z",key:"svg-0"}]]),ur=createReactComponent("brand-digg","IconBrandDigg",[["path",{d:"M6 15h-3v-4h3",key:"svg-0"}],["path",{d:"M15 15h-3v-4h3",key:"svg-1"}],["path",{d:"M9 15v-4",key:"svg-2"}],["path",{d:"M15 11v7h-3",key:"svg-3"}],["path",{d:"M6 7v8",key:"svg-4"}],["path",{d:"M21 15h-3v-4h3",key:"svg-5"}],["path",{d:"M21 11v7h-3",key:"svg-6"}]]),uo=createReactComponent("brand-dingtalk","IconBrandDingtalk",[["path",{d:"M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z",key:"svg-0"}],["path",{d:"M8 7.5l7.02 2.632a1 1 0 0 1 .567 1.33l-1.087 2.538h1.5l-5 4l1 -4c-3.1 .03 -3.114 -3.139 -4 -6.5z",key:"svg-1"}]]),ul=createReactComponent("brand-discord-filled","IconBrandDiscordFilled",[["path",{d:"M14.983 3l.123 .006c2.014 .214 3.527 .672 4.966 1.673a1 1 0 0 1 .371 .488c1.876 5.315 2.373 9.987 1.451 12.28c-1.003 2.005 -2.606 3.553 -4.394 3.553c-.732 0 -1.693 -.968 -2.328 -2.045a21.512 21.512 0 0 0 2.103 -.493a1 1 0 1 0 -.55 -1.924c-3.32 .95 -6.13 .95 -9.45 0a1 1 0 0 0 -.55 1.924c.717 .204 1.416 .37 2.103 .494c-.635 1.075 -1.596 2.044 -2.328 2.044c-1.788 0 -3.391 -1.548 -4.428 -3.629c-.888 -2.217 -.39 -6.89 1.485 -12.204a1 1 0 0 1 .371 -.488c1.439 -1.001 2.952 -1.459 4.966 -1.673a1 1 0 0 1 .935 .435l.063 .107l.651 1.285l.137 -.016a12.97 12.97 0 0 1 2.643 0l.134 .016l.65 -1.284a1 1 0 0 1 .754 -.54l.122 -.009zm-5.983 7a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15zm6 0a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),uc=createReactComponent("brand-discord","IconBrandDiscord",[["path",{d:"M8 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-0"}],["path",{d:"M14 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833 -1.667 3.5 -3c.667 -1.667 .5 -5.833 -1.5 -11.5c-1.457 -1.015 -3 -1.34 -4.5 -1.5l-.972 1.923a11.913 11.913 0 0 0 -4.053 0l-.975 -1.923c-1.5 .16 -3.043 .485 -4.5 1.5c-2 5.667 -2.167 9.833 -1.5 11.5c.667 1.333 2 3 3.5 3c.5 0 2 -2 2 -3",key:"svg-2"}],["path",{d:"M7 16.5c3.5 1 6.5 1 10 0",key:"svg-3"}]]),ui=createReactComponent("brand-disney","IconBrandDisney",[["path",{d:"M3.22 5.838c-1.307 -.15 -1.22 -.578 -1.22 -.794c0 -.216 .424 -1.044 4.34 -1.044c4.694 0 14.66 3.645 14.66 10.042s-8.71 4.931 -10.435 4.52c-1.724 -.412 -5.565 -2.256 -5.565 -4.174c0 -1.395 3.08 -2.388 6.715 -2.388c3.634 0 5.285 1.041 5.285 2c0 .5 -.074 1.229 -1 1.5",key:"svg-0"}],["path",{d:"M10.02 8a505.153 505.153 0 0 0 0 13",key:"svg-1"}]]),us=createReactComponent("brand-disqus","IconBrandDisqus",[["path",{d:"M11.847 21c-2.259 0 -4.323 -.667 -5.919 -2h-3.928l1.708 -3.266c-.545 -1.174 -.759 -2.446 -.758 -3.734c0 -4.97 3.84 -9 8.898 -9c5.052 0 9.152 4.03 9.152 9c0 4.972 -4.098 9 -9.153 9z",key:"svg-0"}],["path",{d:"M11.485 15h-1.485v-6h1.485c2.112 0 3.515 .823 3.515 2.981v.035c0 2.18 -1.403 2.984 -3.515 2.984z",key:"svg-1"}]]),ud=createReactComponent("brand-django","IconBrandDjango",[["path",{d:"M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M12 7v8.5l-2.015 .201a2.715 2.715 0 1 1 0 -5.402l2.015 .201",key:"svg-1"}],["path",{d:"M16 7v.01",key:"svg-2"}],["path",{d:"M16 10v5.586c0 .905 -.36 1.774 -1 2.414",key:"svg-3"}]]),uu=createReactComponent("brand-docker","IconBrandDocker",[["path",{d:"M22 12.54c-1.804 -.345 -2.701 -1.08 -3.523 -2.94c-.487 .696 -1.102 1.568 -.92 2.4c.028 .238 -.32 1 -.557 1h-14c0 5.208 3.164 7 6.196 7c4.124 .022 7.828 -1.376 9.854 -5c1.146 -.101 2.296 -1.505 2.95 -2.46z",key:"svg-0"}],["path",{d:"M5 10h3v3h-3z",key:"svg-1"}],["path",{d:"M8 10h3v3h-3z",key:"svg-2"}],["path",{d:"M11 10h3v3h-3z",key:"svg-3"}],["path",{d:"M8 7h3v3h-3z",key:"svg-4"}],["path",{d:"M11 7h3v3h-3z",key:"svg-5"}],["path",{d:"M11 4h3v3h-3z",key:"svg-6"}],["path",{d:"M4.571 18c1.5 0 2.047 -.074 2.958 -.78",key:"svg-7"}],["path",{d:"M10 16l0 .01",key:"svg-8"}]]),up=createReactComponent("brand-doctrine","IconBrandDoctrine",[["path",{d:"M12 14m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M9 14h6",key:"svg-1"}],["path",{d:"M12 11l3 3l-3 3",key:"svg-2"}],["path",{d:"M10 3l6.9 6",key:"svg-3"}]]),uh=createReactComponent("brand-dolby-digital","IconBrandDolbyDigital",[["path",{d:"M21 6v12h-.89c-3.34 0 -6.047 -2.686 -6.047 -6s2.707 -6 6.046 -6h.891z",key:"svg-0"}],["path",{d:"M3.063 6v12h.891c3.34 0 6.046 -2.686 6.046 -6s-2.707 -6 -6.046 -6h-.89z",key:"svg-1"}]]),uv=createReactComponent("brand-douban","IconBrandDouban",[["path",{d:"M4 20h16",key:"svg-0"}],["path",{d:"M5 4h14",key:"svg-1"}],["path",{d:"M8 8h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-2a2 2 0 0 1 2 -2z",key:"svg-2"}],["path",{d:"M16 14l-2 6",key:"svg-3"}],["path",{d:"M8 17l1 3",key:"svg-4"}]]),ug=createReactComponent("brand-dribbble-filled","IconBrandDribbbleFilled",[["path",{d:"M14.384 14.38a22.877 22.877 0 0 1 1.056 4.863l.064 .644l.126 1.431a10 10 0 0 1 -9.15 -.98l2.08 -2.087l.246 -.24c1.793 -1.728 3.41 -2.875 5.387 -3.566l.191 -.065zm6.09 -.783l.414 .003l.981 .014a9.997 9.997 0 0 1 -4.319 6.704l-.054 -.605c-.18 -2.057 -.55 -3.958 -1.163 -5.814c1.044 -.182 2.203 -.278 3.529 -.298l.611 -.004zm-7.869 -3.181a24.91 24.91 0 0 1 1.052 2.098c-2.276 .77 -4.142 2.053 -6.144 3.967l-.355 .344l-2.236 2.24a10 10 0 0 1 -2.917 -6.741l-.005 -.324l.004 -.25h1.096l.467 -.002c3.547 -.026 6.356 -.367 8.938 -1.295l.1 -.037zm9.388 1.202l-1.515 -.02c-1.86 -.003 -3.45 .124 -4.865 .402a26.112 26.112 0 0 0 -1.163 -2.38c1.393 -.695 2.757 -1.597 4.179 -2.75l.428 -.354l.816 -.682a10 10 0 0 1 2.098 5.409l.022 .375zm-14.663 -8.46l1.266 1.522c1.145 1.398 2.121 2.713 2.949 3.985c-2.26 .766 -4.739 1.052 -7.883 1.081l-.562 .004h-.844a10 10 0 0 1 5.074 -6.593zm9.67 .182c.53 .306 1.026 .657 1.483 1.046l-1.025 .857c-1.379 1.128 -2.688 1.993 -4.034 2.649c-.89 -1.398 -1.943 -2.836 -3.182 -4.358l-.474 -.574l-.485 -.584a10 10 0 0 1 7.717 .964z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),uy=createReactComponent("brand-dribbble","IconBrandDribbble",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 3.6c5 6 7 10.5 7.5 16.2",key:"svg-1"}],["path",{d:"M6.4 19c3.5 -3.5 6 -6.5 14.5 -6.4",key:"svg-2"}],["path",{d:"M3.1 10.75c5 0 9.814 -.38 15.314 -5",key:"svg-3"}]]),uf=createReactComponent("brand-drops","IconBrandDrops",[["path",{d:"M17.637 7.416a7.907 7.907 0 0 1 1.76 8.666a8 8 0 0 1 -7.397 4.918a8 8 0 0 1 -7.396 -4.918a7.907 7.907 0 0 1 1.759 -8.666l5.637 -5.416l5.637 5.416z",key:"svg-0"}],["path",{d:"M14.466 10.923a3.595 3.595 0 0 1 .77 3.877a3.5 3.5 0 0 1 -3.236 2.2a3.5 3.5 0 0 1 -3.236 -2.2a3.595 3.595 0 0 1 .77 -3.877l2.466 -2.423l2.466 2.423z",key:"svg-1"}]]),um=createReactComponent("brand-drupal","IconBrandDrupal",[["path",{d:"M12 2c0 4.308 -7 6 -7 12a7 7 0 0 0 14 0c0 -6 -7 -7.697 -7 -12z",key:"svg-0"}],["path",{d:"M12 11.33a65.753 65.753 0 0 1 -2.012 2.023c-1 .957 -1.988 1.967 -1.988 3.647c0 2.17 1.79 4 4 4s4 -1.827 4 -4c0 -1.676 -.989 -2.685 -1.983 -3.642c-.42 -.404 -2.259 -2.357 -5.517 -5.858l3.5 3.83z",key:"svg-1"}]]),uk=createReactComponent("brand-edge","IconBrandEdge",[["path",{d:"M20.978 11.372a9 9 0 1 0 -1.593 5.773",key:"svg-0"}],["path",{d:"M20.978 11.372c.21 2.993 -5.034 2.413 -6.913 1.486c1.392 -1.6 .402 -4.038 -2.274 -3.851c-1.745 .122 -2.927 1.157 -2.784 3.202c.28 3.99 4.444 6.205 10.36 4.79",key:"svg-1"}],["path",{d:"M3.022 12.628c-.283 -4.043 8.717 -7.228 11.248 -2.688",key:"svg-2"}],["path",{d:"M12.628 20.978c-2.993 .21 -5.162 -4.725 -3.567 -9.748",key:"svg-3"}]]),uM=createReactComponent("brand-elastic","IconBrandElastic",[["path",{d:"M14 2a5 5 0 0 1 5 5c0 .712 -.232 1.387 -.5 2c1.894 .042 3.5 1.595 3.5 3.5c0 1.869 -1.656 3.4 -3.5 3.5c.333 .625 .5 1.125 .5 1.5a2.5 2.5 0 0 1 -2.5 2.5c-.787 0 -1.542 -.432 -2 -1c-.786 1.73 -2.476 3 -4.5 3a5 5 0 0 1 -4.583 -7a3.5 3.5 0 0 1 -.11 -6.992l.195 0a2.5 2.5 0 0 1 2 -4c.787 0 1.542 .432 2 1c.786 -1.73 2.476 -3 4.5 -3z",key:"svg-0"}],["path",{d:"M8.5 9l-3 -1",key:"svg-1"}],["path",{d:"M9.5 5l-1 4l1 2l5 2l4 -4",key:"svg-2"}],["path",{d:"M18.499 16l-3 -.5l-1 -2.5",key:"svg-3"}],["path",{d:"M14.5 19l1 -3.5",key:"svg-4"}],["path",{d:"M5.417 15l4.083 -4",key:"svg-5"}]]),ub=createReactComponent("brand-electronic-arts","IconBrandElectronicArts",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M17.5 15l-3 -6l-3 6h-5l1.5 -3",key:"svg-1"}],["path",{d:"M17 14h-2",key:"svg-2"}],["path",{d:"M6.5 12h3.5",key:"svg-3"}],["path",{d:"M8 9h3",key:"svg-4"}]]),uI=createReactComponent("brand-ember","IconBrandEmber",[["path",{d:"M3 12.958c8.466 1.647 11.112 -1.196 12.17 -2.294c2.116 -2.196 0 -6.589 -2.646 -5.49c-2.644 1.096 -6.35 7.686 -3.174 12.078c2.116 2.928 6 2.178 11.65 -2.252",key:"svg-0"}]]),uC=createReactComponent("brand-envato","IconBrandEnvato",[["path",{d:"M4.711 17.875c-.534 -1.339 -1.35 -4.178 .129 -6.47c1.415 -2.193 3.769 -3.608 5.099 -4.278l-5.229 10.748z",key:"svg-0"}],["path",{d:"M19.715 12.508c-.54 3.409 -2.094 6.156 -4.155 7.348c-4.069 2.353 -8.144 .45 -9.297 -.188c.877 -1.436 4.433 -7.22 6.882 -10.591c2.714 -3.737 5.864 -5.978 6.565 -6.077c0 .201 .03 .55 .071 1.03c.144 1.709 .443 5.264 -.066 8.478z",key:"svg-1"}]]),ux=createReactComponent("brand-etsy","IconBrandEtsy",[["path",{d:"M14 12h-5",key:"svg-0"}],["path",{d:"M3 3m0 5a5 5 0 0 1 5 -5h8a5 5 0 0 1 5 5v8a5 5 0 0 1 -5 5h-8a5 5 0 0 1 -5 -5z",key:"svg-1"}],["path",{d:"M15 16h-5a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h5",key:"svg-2"}]]),uR=createReactComponent("brand-evernote","IconBrandEvernote",[["path",{d:"M4 8h5v-5",key:"svg-0"}],["path",{d:"M17.9 19c.6 -2.5 1.1 -5.471 1.1 -9c0 -4.5 -2 -5 -3 -5c-1.906 0 -3 -.5 -3.5 -1c-.354 -.354 -.5 -1 -1.5 -1h-2l-5 5c0 6 2.5 8 5 8c1 0 1.5 -.5 2 -1.5s1.414 -.326 2.5 0c1.044 .313 2.01 .255 2.5 .5c1 .5 2 1.5 2 3c0 .5 0 3 -3 3s-3 -3 -1 -3",key:"svg-1"}],["path",{d:"M15 10h1",key:"svg-2"}]]),uS=createReactComponent("brand-facebook-filled","IconBrandFacebookFilled",[["path",{d:"M18 2a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -.883 .993l-.117 .007h-3v1h3a1 1 0 0 1 .991 1.131l-.02 .112l-1 4a1 1 0 0 1 -.858 .75l-.113 .007h-2v6a1 1 0 0 1 -.883 .993l-.117 .007h-4a1 1 0 0 1 -.993 -.883l-.007 -.117v-6h-2a1 1 0 0 1 -.993 -.883l-.007 -.117v-4a1 1 0 0 1 .883 -.993l.117 -.007h2v-1a6 6 0 0 1 5.775 -5.996l.225 -.004h3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),u_=createReactComponent("brand-facebook","IconBrandFacebook",[["path",{d:"M7 10v4h3v7h4v-7h3l1 -4h-4v-2a1 1 0 0 1 1 -1h3v-4h-3a5 5 0 0 0 -5 5v2h-3",key:"svg-0"}]]),uw=createReactComponent("brand-feedly","IconBrandFeedly",[["path",{d:"M7.833 12.278l4.445 -4.445",key:"svg-0"}],["path",{d:"M10.055 14.5l2.223 -2.222",key:"svg-1"}],["path",{d:"M12.278 16.722l.555 -.555",key:"svg-2"}],["path",{d:"M19.828 14.828a4 4 0 0 0 0 -5.656l-5 -5a4 4 0 0 0 -5.656 0l-5 5a4 4 0 0 0 0 5.656l6.171 6.172h3.314l6.171 -6.172z",key:"svg-3"}]]),uP=createReactComponent("brand-figma","IconBrandFigma",[["path",{d:"M15 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M6 3m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v0a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z",key:"svg-1"}],["path",{d:"M9 9a3 3 0 0 0 0 6h3m-3 0a3 3 0 1 0 3 3v-15",key:"svg-2"}]]),uO=createReactComponent("brand-filezilla","IconBrandFilezilla",[["path",{d:"M16 15.824a4.062 4.062 0 0 1 -2.25 .033c-.738 -.201 -2.018 -.08 -2.75 .143l4.583 -5h-6.583",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}],["path",{d:"M8 15l2 -8h5",key:"svg-2"}]]),uF=createReactComponent("brand-finder","IconBrandFinder",[["path",{d:"M3 4m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M7 8v1",key:"svg-1"}],["path",{d:"M17 8v1",key:"svg-2"}],["path",{d:"M12.5 4c-.654 1.486 -1.26 3.443 -1.5 9h2.5c-.19 2.867 .094 5.024 .5 7",key:"svg-3"}],["path",{d:"M7 15.5c3.667 2 6.333 2 10 0",key:"svg-4"}]]),uz=createReactComponent("brand-firebase","IconBrandFirebase",[["path",{d:"M4.53 17.05l6.15 -11.72h-.02c.38 -.74 1.28 -1.02 2.01 -.63c.26 .14 .48 .36 .62 .62l1.06 2.01",key:"svg-0"}],["path",{d:"M15.47 6.45c.58 -.59 1.53 -.59 2.11 -.01c.22 .22 .36 .5 .41 .81l1.5 9.11c.1 .62 -.2 1.24 -.76 1.54l-6.07 2.9c-.46 .25 -1.01 .26 -1.46 0l-6.02 -2.92c-.55 -.31 -.85 -.92 -.75 -1.54l1.96 -12.04c.12 -.82 .89 -1.38 1.7 -1.25c.46 .07 .87 .36 1.09 .77l1.24 1.76",key:"svg-1"}],["path",{d:"M4.57 17.18l10.93 -10.68",key:"svg-2"}]]),uD=createReactComponent("brand-firefox","IconBrandFirefox",[["path",{d:"M4.028 7.82a9 9 0 1 0 12.823 -3.4c-1.636 -1.02 -3.064 -1.02 -4.851 -1.02h-1.647",key:"svg-0"}],["path",{d:"M4.914 9.485c-1.756 -1.569 -.805 -5.38 .109 -6.17c.086 .896 .585 1.208 1.111 1.685c.88 -.275 1.313 -.282 1.867 0c.82 -.91 1.694 -2.354 2.628 -2.093c-1.082 1.741 -.07 3.733 1.371 4.173c-.17 .975 -1.484 1.913 -2.76 2.686c-1.296 .938 -.722 1.85 0 2.234c.949 .506 3.611 -1 4.545 .354c-1.698 .102 -1.536 3.107 -3.983 2.727c2.523 .957 4.345 .462 5.458 -.34c1.965 -1.52 2.879 -3.542 2.879 -5.557c-.014 -1.398 .194 -2.695 -1.26 -4.75",key:"svg-1"}]]),uA=createReactComponent("brand-fiverr","IconBrandFiverr",[["path",{d:"M15 3h-2a6 6 0 0 0 -6 6h-3v4h3v8h4v-7h4v7h4v-11h-8v-1.033a1.967 1.967 0 0 1 2 -1.967h2v-4z",key:"svg-0"}]]),uj=createReactComponent("brand-flickr","IconBrandFlickr",[["path",{d:"M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M17 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}]]),uE=createReactComponent("brand-flightradar24","IconBrandFlightradar24",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-1"}],["path",{d:"M8.5 20l3.5 -8l-6.5 6",key:"svg-2"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}]]),uT=createReactComponent("brand-flipboard","IconBrandFlipboard",[["path",{d:"M3.973 3h16.054c.537 0 .973 .436 .973 .973v4.052a.973 .973 0 0 1 -.973 .973h-5.025v4.831c0 .648 -.525 1.173 -1.173 1.173h-4.829v5.025a.973 .973 0 0 1 -.974 .973h-4.053a.973 .973 0 0 1 -.973 -.973v-16.054c0 -.537 .436 -.973 .973 -.973z",key:"svg-0"}]]),uB=createReactComponent("brand-flutter","IconBrandFlutter",[["path",{d:"M7 14l-3 -3l8 -8h6z",key:"svg-0"}],["path",{d:"M14 21l-5 -5l5 -5h5l-5 5l5 5z",key:"svg-1"}]]),uN=createReactComponent("brand-fortnite","IconBrandFortnite",[["path",{d:"M8 3h7.5l-.5 4h-3v3h3v3.5h-3v6.5l-4 1z",key:"svg-0"}]]),u$=createReactComponent("brand-foursquare","IconBrandFoursquare",[["path",{d:"M7 3h10c.644 0 1.11 .696 .978 1.33l-1.984 9.859a1.014 1.014 0 0 1 -1 .811h-2.254c-.308 0 -.6 .141 -.793 .382l-4.144 5.25c-.599 .752 -1.809 .331 -1.809 -.632v-16c0 -.564 .44 -1 1 -1z",key:"svg-0"}],["path",{d:"M12 9l5 0",key:"svg-1"}]]),uL=createReactComponent("brand-framer-motion","IconBrandFramerMotion",[["path",{d:"M12 12l-8 -8v16l16 -16v16l-4 -4",key:"svg-0"}],["path",{d:"M20 12l-8 8l-4 -4",key:"svg-1"}]]),uW=createReactComponent("brand-framer","IconBrandFramer",[["path",{d:"M6 15h12l-12 -12h12v6h-12v6l6 6v-6",key:"svg-0"}]]),uH=createReactComponent("brand-funimation","IconBrandFunimation",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M8 13h8a4 4 0 1 1 -8 0z",key:"svg-1"}]]),uV=createReactComponent("brand-gatsby","IconBrandGatsby",[["path",{d:"M3.296 14.297l6.407 6.407a9.018 9.018 0 0 1 -6.325 -6.116l-.082 -.291z",key:"svg-0"}],["path",{d:"M16 13h5c-.41 3.603 -3.007 6.59 -6.386 7.614l-11.228 -11.229a9 9 0 0 1 15.66 -2.985",key:"svg-1"}]]),uq=createReactComponent("brand-git","IconBrandGit",[["path",{d:"M16 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M12 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M12 15v-6",key:"svg-3"}],["path",{d:"M15 11l-2 -2",key:"svg-4"}],["path",{d:"M11 7l-1.9 -1.9",key:"svg-5"}],["path",{d:"M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z",key:"svg-6"}]]),uU=createReactComponent("brand-github-copilot","IconBrandGithubCopilot",[["path",{d:"M4 18v-5.5c0 -.667 .167 -1.333 .5 -2",key:"svg-0"}],["path",{d:"M12 7.5c0 -1 -.01 -4.07 -4 -3.5c-3.5 .5 -4 2.5 -4 3.5c0 1.5 0 4 3 4c4 0 5 -2.5 5 -4z",key:"svg-1"}],["path",{d:"M4 12c-1.333 .667 -2 1.333 -2 2c0 1 0 3 1.5 4c3 2 6.5 3 8.5 3s5.499 -1 8.5 -3c1.5 -1 1.5 -3 1.5 -4c0 -.667 -.667 -1.333 -2 -2",key:"svg-2"}],["path",{d:"M20 18v-5.5c0 -.667 -.167 -1.333 -.5 -2",key:"svg-3"}],["path",{d:"M12 7.5l0 -.297l.01 -.269l.027 -.298l.013 -.105l.033 -.215c.014 -.073 .029 -.146 .046 -.22l.06 -.223c.336 -1.118 1.262 -2.237 3.808 -1.873c2.838 .405 3.703 1.797 3.93 2.842l.036 .204c0 .033 .01 .066 .013 .098l.016 .185l0 .171l0 .49l-.015 .394l-.02 .271c-.122 1.366 -.655 2.845 -2.962 2.845c-3.256 0 -4.524 -1.656 -4.883 -3.081l-.053 -.242a3.865 3.865 0 0 1 -.036 -.235l-.021 -.227a3.518 3.518 0 0 1 -.007 -.215z",key:"svg-4"}],["path",{d:"M10 15v2",key:"svg-5"}],["path",{d:"M14 15v2",key:"svg-6"}]]),uG=createReactComponent("brand-github-filled","IconBrandGithubFilled",[["path",{d:"M5.315 2.1c.791 -.113 1.9 .145 3.333 .966l.272 .161l.16 .1l.397 -.083a13.3 13.3 0 0 1 4.59 -.08l.456 .08l.396 .083l.161 -.1c1.385 -.84 2.487 -1.17 3.322 -1.148l.164 .008l.147 .017l.076 .014l.05 .011l.144 .047a1 1 0 0 1 .53 .514a5.2 5.2 0 0 1 .397 2.91l-.047 .267l-.046 .196l.123 .163c.574 .795 .93 1.728 1.03 2.707l.023 .295l.007 .272c0 3.855 -1.659 5.883 -4.644 6.68l-.245 .061l-.132 .029l.014 .161l.008 .157l.004 .365l-.002 .213l-.003 3.834a1 1 0 0 1 -.883 .993l-.117 .007h-6a1 1 0 0 1 -.993 -.883l-.007 -.117v-.734c-1.818 .26 -3.03 -.424 -4.11 -1.878l-.535 -.766c-.28 -.396 -.455 -.579 -.589 -.644l-.048 -.019a1 1 0 0 1 .564 -1.918c.642 .188 1.074 .568 1.57 1.239l.538 .769c.76 1.079 1.36 1.459 2.609 1.191l.001 -.678l-.018 -.168a5.03 5.03 0 0 1 -.021 -.824l.017 -.185l.019 -.12l-.108 -.024c-2.976 -.71 -4.703 -2.573 -4.875 -6.139l-.01 -.31l-.004 -.292a5.6 5.6 0 0 1 .908 -3.051l.152 -.222l.122 -.163l-.045 -.196a5.2 5.2 0 0 1 .145 -2.642l.1 -.282l.106 -.253a1 1 0 0 1 .529 -.514l.144 -.047l.154 -.03z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),uX=createReactComponent("brand-github","IconBrandGithub",[["path",{d:"M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5",key:"svg-0"}]]),uK=createReactComponent("brand-gitlab","IconBrandGitlab",[["path",{d:"M21 14l-9 7l-9 -7l3 -11l3 7h6l3 -7z",key:"svg-0"}]]),uY=createReactComponent("brand-gmail","IconBrandGmail",[["path",{d:"M16 20h3a1 1 0 0 0 1 -1v-14a1 1 0 0 0 -1 -1h-3v16z",key:"svg-0"}],["path",{d:"M5 20h3v-16h-3a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1z",key:"svg-1"}],["path",{d:"M16 4l-4 4l-4 -4",key:"svg-2"}],["path",{d:"M4 6.5l8 7.5l8 -7.5",key:"svg-3"}]]),uZ=createReactComponent("brand-golang","IconBrandGolang",[["path",{d:"M15.695 14.305c1.061 1.06 2.953 .888 4.226 -.384c1.272 -1.273 1.444 -3.165 .384 -4.226c-1.061 -1.06 -2.953 -.888 -4.226 .384c-1.272 1.273 -1.444 3.165 -.384 4.226z",key:"svg-0"}],["path",{d:"M12.68 9.233c-1.084 -.497 -2.545 -.191 -3.591 .846c-1.284 1.273 -1.457 3.165 -.388 4.226c1.07 1.06 2.978 .888 4.261 -.384a3.669 3.669 0 0 0 1.038 -1.921h-2.427",key:"svg-1"}],["path",{d:"M5.5 15h-1.5",key:"svg-2"}],["path",{d:"M6 9h-2",key:"svg-3"}],["path",{d:"M5 12h-3",key:"svg-4"}]]),uQ=createReactComponent("brand-google-analytics","IconBrandGoogleAnalytics",[["path",{d:"M10 9m0 1.105a1.105 1.105 0 0 1 1.105 -1.105h1.79a1.105 1.105 0 0 1 1.105 1.105v9.79a1.105 1.105 0 0 1 -1.105 1.105h-1.79a1.105 1.105 0 0 1 -1.105 -1.105z",key:"svg-0"}],["path",{d:"M17 3m0 1.105a1.105 1.105 0 0 1 1.105 -1.105h1.79a1.105 1.105 0 0 1 1.105 1.105v15.79a1.105 1.105 0 0 1 -1.105 1.105h-1.79a1.105 1.105 0 0 1 -1.105 -1.105z",key:"svg-1"}],["path",{d:"M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}]]),uJ=createReactComponent("brand-google-big-query","IconBrandGoogleBigQuery",[["path",{d:"M17.73 19.875a2.225 2.225 0 0 1 -1.948 1.125h-7.283a2.222 2.222 0 0 1 -1.947 -1.158l-4.272 -6.75a2.269 2.269 0 0 1 0 -2.184l4.272 -6.75a2.225 2.225 0 0 1 1.946 -1.158h7.285c.809 0 1.554 .443 1.947 1.158l3.98 6.75a2.33 2.33 0 0 1 0 2.25l-3.98 6.75v-.033z",key:"svg-0"}],["path",{d:"M11.5 11.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0",key:"svg-1"}],["path",{d:"M14 14l2 2",key:"svg-2"}]]),u1=createReactComponent("brand-google-drive","IconBrandGoogleDrive",[["path",{d:"M12 10l-6 10l-3 -5l6 -10z",key:"svg-0"}],["path",{d:"M9 15h12l-3 5h-12",key:"svg-1"}],["path",{d:"M15 15l-6 -10h6l6 10z",key:"svg-2"}]]),u0=createReactComponent("brand-google-filled","IconBrandGoogleFilled",[["path",{d:"M12 2a9.96 9.96 0 0 1 6.29 2.226a1 1 0 0 1 .04 1.52l-1.51 1.362a1 1 0 0 1 -1.265 .06a6 6 0 1 0 2.103 6.836l.001 -.004h-3.66a1 1 0 0 1 -.992 -.883l-.007 -.117v-2a1 1 0 0 1 1 -1h6.945a1 1 0 0 1 .994 .89c.04 .367 .061 .737 .061 1.11c0 5.523 -4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),u2=createReactComponent("brand-google-fit","IconBrandGoogleFit",[["path",{d:"M12 9.314l-2.343 -2.344a3.314 3.314 0 0 0 -4.686 4.686l2.343 2.344l4.686 4.686l7.03 -7.03a3.314 3.314 0 0 0 -4.687 -4.685l-7.03 7.029",key:"svg-0"}]]),u3=createReactComponent("brand-google-home","IconBrandGoogleHome",[["path",{d:"M19.072 21h-14.144a1.928 1.928 0 0 1 -1.928 -1.928v-6.857c0 -.512 .203 -1 .566 -1.365l7.07 -7.063a1.928 1.928 0 0 1 2.727 0l7.071 7.063c.363 .362 .566 .853 .566 1.365v6.857a1.928 1.928 0 0 1 -1.928 1.928z",key:"svg-0"}],["path",{d:"M7 13v4h10v-4l-5 -5",key:"svg-1"}],["path",{d:"M14.8 5.2l-11.8 11.8",key:"svg-2"}],["path",{d:"M7 17v4",key:"svg-3"}],["path",{d:"M17 17v4",key:"svg-4"}]]),u5=createReactComponent("brand-google-maps","IconBrandGoogleMaps",[["path",{d:"M12 9.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-0"}],["path",{d:"M6.428 12.494l7.314 -9.252",key:"svg-1"}],["path",{d:"M10.002 7.935l-2.937 -2.545",key:"svg-2"}],["path",{d:"M17.693 6.593l-8.336 9.979",key:"svg-3"}],["path",{d:"M17.591 6.376c.472 .907 .715 1.914 .709 2.935a7.263 7.263 0 0 1 -.72 3.18a19.085 19.085 0 0 1 -2.089 3c-.784 .933 -1.49 1.93 -2.11 2.98c-.314 .62 -.568 1.27 -.757 1.938c-.121 .36 -.277 .591 -.622 .591c-.315 0 -.463 -.136 -.626 -.593a10.595 10.595 0 0 0 -.779 -1.978a18.18 18.18 0 0 0 -1.423 -2.091c-.877 -1.184 -2.179 -2.535 -2.853 -4.071a7.077 7.077 0 0 1 -.621 -2.967a6.226 6.226 0 0 1 1.476 -4.055a6.25 6.25 0 0 1 4.811 -2.245a6.462 6.462 0 0 1 1.918 .284a6.255 6.255 0 0 1 3.686 3.092z",key:"svg-4"}]]),u4=createReactComponent("brand-google-one","IconBrandGoogleOne",[["path",{d:"M11 5v13.982a2 2 0 0 0 4 0v-13.982a2 2 0 1 0 -4 0z",key:"svg-0"}],["path",{d:"M6.63 8.407a2.125 2.125 0 0 0 -.074 2.944c.77 .834 2.051 .869 2.862 .077l4.95 -4.834c.812 -.792 .846 -2.11 .076 -2.945a1.984 1.984 0 0 0 -2.861 -.077l-4.953 4.835z",key:"svg-1"}]]),u6=createReactComponent("brand-google-photos","IconBrandGooglePhotos",[["path",{d:"M7.5 7c2.485 0 4.5 1.974 4.5 4.409v.591h-8.397a.61 .61 0 0 1 -.426 -.173a.585 .585 0 0 1 -.177 -.418c0 -2.435 2.015 -4.409 4.5 -4.409z",key:"svg-0"}],["path",{d:"M16.5 17c-2.485 0 -4.5 -1.974 -4.5 -4.409v-.591h8.397c.333 0 .603 .265 .603 .591c0 2.435 -2.015 4.409 -4.5 4.409z",key:"svg-1"}],["path",{d:"M7 16.5c0 -2.485 1.972 -4.5 4.405 -4.5h.595v8.392a.61 .61 0 0 1 -.173 .431a.584 .584 0 0 1 -.422 .177c-2.433 0 -4.405 -2.015 -4.405 -4.5z",key:"svg-2"}],["path",{d:"M17 7.5c0 2.485 -1.972 4.5 -4.405 4.5h-.595v-8.397a.61 .61 0 0 1 .175 -.428a.584 .584 0 0 1 .42 -.175c2.433 0 4.405 2.015 4.405 4.5z",key:"svg-3"}]]),u9=createReactComponent("brand-google-play","IconBrandGooglePlay",[["path",{d:"M4 3.71v16.58a.7 .7 0 0 0 1.05 .606l14.622 -8.42a.55 .55 0 0 0 0 -.953l-14.622 -8.419a.7 .7 0 0 0 -1.05 .607z",key:"svg-0"}],["path",{d:"M15 9l-10.5 11.5",key:"svg-1"}],["path",{d:"M4.5 3.5l10.5 11.5",key:"svg-2"}]]),u7=createReactComponent("brand-google-podcasts","IconBrandGooglePodcasts",[["path",{d:"M12 3v2",key:"svg-0"}],["path",{d:"M12 19v2",key:"svg-1"}],["path",{d:"M12 8v8",key:"svg-2"}],["path",{d:"M8 17v2",key:"svg-3"}],["path",{d:"M4 11v2",key:"svg-4"}],["path",{d:"M20 11v2",key:"svg-5"}],["path",{d:"M8 5v8",key:"svg-6"}],["path",{d:"M16 7v-2",key:"svg-7"}],["path",{d:"M16 19v-8",key:"svg-8"}]]),u8=createReactComponent("brand-google","IconBrandGoogle",[["path",{d:"M20.945 11a9 9 0 1 1 -3.284 -5.997l-2.655 2.392a5.5 5.5 0 1 0 2.119 6.605h-4.125v-3h7.945z",key:"svg-0"}]]),pe=createReactComponent("brand-grammarly","IconBrandGrammarly",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M15.697 9.434a4.5 4.5 0 1 0 .217 4.788",key:"svg-1"}],["path",{d:"M13.5 14h2.5v2.5",key:"svg-2"}]]),pa=createReactComponent("brand-graphql","IconBrandGraphql",[["path",{d:"M5.308 7.265l5.385 -3.029",key:"svg-0"}],["path",{d:"M13.308 4.235l5.384 3.03",key:"svg-1"}],["path",{d:"M20 9.5v5",key:"svg-2"}],["path",{d:"M18.693 16.736l-5.385 3.029",key:"svg-3"}],["path",{d:"M10.692 19.765l-5.384 -3.03",key:"svg-4"}],["path",{d:"M4 14.5v-5",key:"svg-5"}],["path",{d:"M12.772 4.786l6.121 10.202",key:"svg-6"}],["path",{d:"M18.5 16h-13",key:"svg-7"}],["path",{d:"M5.107 14.988l6.122 -10.201",key:"svg-8"}],["path",{d:"M12 3.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-9"}],["path",{d:"M12 20.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-10"}],["path",{d:"M4 8m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-11"}],["path",{d:"M4 16m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-12"}],["path",{d:"M20 16m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-13"}],["path",{d:"M20 8m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-14"}]]),pn=createReactComponent("brand-gravatar","IconBrandGravatar",[["path",{d:"M5.64 5.632a9 9 0 1 0 6.36 -2.632v7.714",key:"svg-0"}]]),pr=createReactComponent("brand-grindr","IconBrandGrindr",[["path",{d:"M13 13.282c0 .492 .784 1.718 2.102 1.718c1.318 0 2.898 -.966 2.898 -2.062c0 -.817 -.932 -.938 -1.409 -.938c-.228 0 -3.591 .111 -3.591 1.282z",key:"svg-0"}],["path",{d:"M12 21c-2.984 0 -6.471 -2.721 -6.63 -2.982c-2.13 -3.49 -2.37 -13.703 -2.37 -13.703l1.446 -1.315c2.499 .39 5.023 .617 7.554 .68a58.626 58.626 0 0 0 7.554 -.68l1.446 1.315s-.24 10.213 -2.37 13.704c-.16 .26 -3.646 2.981 -6.63 2.981z",key:"svg-1"}],["path",{d:"M11 13.282c0 .492 -.784 1.718 -2.102 1.718c-1.318 0 -2.898 -.966 -2.898 -2.062c0 -.817 .932 -.938 1.409 -.938c.228 0 3.591 .111 3.591 1.282z",key:"svg-2"}]]),po=createReactComponent("brand-guardian","IconBrandGuardian",[["path",{d:"M14 13h6",key:"svg-0"}],["path",{d:"M4 12c0 -9.296 9.5 -9 9.5 -9c-2.808 0 -4.5 4.373 -4.5 9s1.763 8.976 4.572 8.976c0 .023 -9.572 1.092 -9.572 -8.976z",key:"svg-1"}],["path",{d:"M14.5 3c1.416 0 3.853 1.16 4.5 2v3.5",key:"svg-2"}],["path",{d:"M15 13v8s2.77 -.37 4 -2v-6",key:"svg-3"}],["path",{d:"M13.5 21h1.5",key:"svg-4"}],["path",{d:"M13.5 3h1",key:"svg-5"}]]),pl=createReactComponent("brand-gumroad","IconBrandGumroad",[["path",{d:"M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z",key:"svg-0"}],["path",{d:"M13.5 13h2.5v3",key:"svg-1"}],["path",{d:"M15.024 9.382a4 4 0 1 0 -3.024 6.618c1.862 0 2.554 -1.278 3 -3",key:"svg-2"}]]),pc=createReactComponent("brand-hbo","IconBrandHbo",[["path",{d:"M2 16v-8",key:"svg-0"}],["path",{d:"M6 8v8",key:"svg-1"}],["path",{d:"M2 12h4",key:"svg-2"}],["path",{d:"M9 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z",key:"svg-3"}],["path",{d:"M19 8a4 4 0 1 1 0 8a4 4 0 0 1 0 -8z",key:"svg-4"}],["path",{d:"M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-5"}]]),pi=createReactComponent("brand-headlessui","IconBrandHeadlessui",[["path",{d:"M6.744 4.325l7.82 -1.267a4.456 4.456 0 0 1 5.111 3.686l1.267 7.82a4.456 4.456 0 0 1 -3.686 5.111l-7.82 1.267a4.456 4.456 0 0 1 -5.111 -3.686l-1.267 -7.82a4.456 4.456 0 0 1 3.686 -5.111z",key:"svg-0"}],["path",{d:"M7.252 7.704l7.897 -1.28a1 1 0 0 1 1.147 .828l.36 2.223l-9.562 3.51l-.67 -4.134a1 1 0 0 1 .828 -1.147z",key:"svg-1"}]]),ps=createReactComponent("brand-hexo","IconBrandHexo",[["path",{d:"M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M9 8v8",key:"svg-1"}],["path",{d:"M15 8v8",key:"svg-2"}],["path",{d:"M9 12h6",key:"svg-3"}]]),pd=createReactComponent("brand-hipchat","IconBrandHipchat",[["path",{d:"M17.802 17.292s.077 -.055 .2 -.149c1.843 -1.425 3 -3.49 3 -5.789c0 -4.286 -4.03 -7.764 -9 -7.764c-4.97 0 -9 3.478 -9 7.764c0 4.288 4.03 7.646 9 7.646c.424 0 1.12 -.028 2.088 -.084c1.262 .82 3.104 1.493 4.716 1.493c.499 0 .734 -.41 .414 -.828c-.486 -.596 -1.156 -1.551 -1.416 -2.29z",key:"svg-0"}],["path",{d:"M7.5 13.5c2.5 2.5 6.5 2.5 9 0",key:"svg-1"}]]),pu=createReactComponent("brand-html5","IconBrandHtml5",[["path",{d:"M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z",key:"svg-0"}],["path",{d:"M15.5 8h-7l.5 4h6l-.5 3.5l-2.5 .75l-2.5 -.75l-.1 -.5",key:"svg-1"}]]),pp=createReactComponent("brand-inertia","IconBrandInertia",[["path",{d:"M12.5 8l4 4l-4 4h4.5l4 -4l-4 -4z",key:"svg-0"}],["path",{d:"M3.5 8l4 4l-4 4h4.5l4 -4l-4 -4z",key:"svg-1"}]]),ph=createReactComponent("brand-instagram","IconBrandInstagram",[["path",{d:"M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z",key:"svg-0"}],["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M16.5 7.5l0 .01",key:"svg-2"}]]),pv=createReactComponent("brand-intercom","IconBrandIntercom",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 8v3",key:"svg-1"}],["path",{d:"M10 7v6",key:"svg-2"}],["path",{d:"M14 7v6",key:"svg-3"}],["path",{d:"M17 8v3",key:"svg-4"}],["path",{d:"M7 15c4 2.667 6 2.667 10 0",key:"svg-5"}]]),pg=createReactComponent("brand-itch","IconBrandItch",[["path",{d:"M2 7v1c0 1.087 1.078 2 2 2c1.107 0 2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2c.922 0 2 -.913 2 -2v-1c-.009 -.275 -.538 -.964 -1.588 -2.068a3 3 0 0 0 -2.174 -.932h-12.476a3 3 0 0 0 -2.174 .932c-1.05 1.104 -1.58 1.793 -1.588 2.068z",key:"svg-0"}],["path",{d:"M4 10c-.117 6.28 .154 9.765 .814 10.456c1.534 .367 4.355 .535 7.186 .536c2.83 -.001 5.652 -.169 7.186 -.536c.99 -1.037 .898 -9.559 .814 -10.456",key:"svg-1"}],["path",{d:"M10 16l2 -2l2 2",key:"svg-2"}],["path",{d:"M12 14v4",key:"svg-3"}]]),py=createReactComponent("brand-javascript","IconBrandJavascript",[["path",{d:"M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z",key:"svg-0"}],["path",{d:"M7.5 8h3v8l-2 -1",key:"svg-1"}],["path",{d:"M16.5 8h-2.5a.5 .5 0 0 0 -.5 .5v3a.5 .5 0 0 0 .5 .5h1.423a.5 .5 0 0 1 .495 .57l-.418 2.93l-2 .5",key:"svg-2"}]]),pf=createReactComponent("brand-juejin","IconBrandJuejin",[["path",{d:"M2 12l10 7.422l10 -7.422",key:"svg-0"}],["path",{d:"M7 9l5 4l5 -4",key:"svg-1"}],["path",{d:"M11 6l1 .8l1 -.8l-1 -.8z",key:"svg-2"}]]),pm=createReactComponent("brand-kbin","IconBrandKbin",[["g",{key:"svg-0",strokeWidth:"1.838"}]]),pk=createReactComponent("brand-kick","IconBrandKick",[["path",{d:"M4 4h5v4h3v-2h2v-2h6v4h-2v2h-2v4h2v2h2v4h-6v-2h-2v-2h-3v4h-5z",key:"svg-0"}]]),pM=createReactComponent("brand-kickstarter","IconBrandKickstarter",[["path",{d:"M11 9l2.975 -4.65c.615 -.9 1.405 -1.35 2.377 -1.35c.79 0 1.474 .286 2.054 .858c.576 .574 .866 1.256 .866 2.054c0 .588 -.153 1.109 -.46 1.559l-2.812 4.029l3.465 4.912c.356 .46 .535 1 .535 1.613a2.92 2.92 0 0 1 -.843 2.098c-.561 .584 -1.242 .877 -2.04 .877c-.876 0 -1.545 -.29 -2 -.87l-4.112 -5.697v3.067c0 .876 -.313 1.69 -.611 2.175c-.543 .883 -1.35 1.325 -2.389 1.325c-.944 0 -1.753 -.327 -2.271 -.974c-.486 -.6 -.729 -1.392 -.729 -2.38v-11.371c0 -.934 .247 -1.706 .74 -2.313c.512 -.641 1.347 -.962 2.26 -.962c.868 0 1.821 .321 2.4 .962c.323 .356 .515 .714 .6 1.08c.052 .224 0 .643 0 1.26v2.698z",key:"svg-0"}]]),pb=createReactComponent("brand-kotlin","IconBrandKotlin",[["path",{d:"M20 20h-16v-16h16",key:"svg-0"}],["path",{d:"M4 20l16 -16",key:"svg-1"}],["path",{d:"M4 12l8 -8",key:"svg-2"}],["path",{d:"M12 12l8 8",key:"svg-3"}]]),pI=createReactComponent("brand-laravel","IconBrandLaravel",[["path",{d:"M3 17l8 5l7 -4v-8l-4 -2.5l4 -2.5l4 2.5v4l-11 6.5l-4 -2.5v-7.5l-4 -2.5z",key:"svg-0"}],["path",{d:"M11 18v4",key:"svg-1"}],["path",{d:"M7 15.5l7 -4",key:"svg-2"}],["path",{d:"M14 7.5v4",key:"svg-3"}],["path",{d:"M14 11.5l4 2.5",key:"svg-4"}],["path",{d:"M11 13v-7.5l-4 -2.5l-4 2.5",key:"svg-5"}],["path",{d:"M7 8l4 -2.5",key:"svg-6"}],["path",{d:"M18 10l4 -2.5",key:"svg-7"}]]),pC=createReactComponent("brand-lastfm","IconBrandLastfm",[["path",{d:"M20 8c-.83 -1 -1.388 -1 -2 -1c-.612 0 -2 .271 -2 2s1.384 2.233 3 3c1.616 .767 2.125 1.812 2 3s-1 2 -3 2s-3 -1 -3.5 -2s-1.585 -4.78 -2.497 -6a5 5 0 1 0 -1 7",key:"svg-0"}]]),pR=createReactComponent("brand-leetcode","IconBrandLeetcode",[["path",{d:"M12 13h7.5",key:"svg-0"}],["path",{d:"M9.424 7.268l4.999 -4.999",key:"svg-1"}],["path",{d:"M16.633 16.644l-2.402 2.415a3.189 3.189 0 0 1 -4.524 0l-3.77 -3.787a3.223 3.223 0 0 1 0 -4.544l3.77 -3.787a3.189 3.189 0 0 1 4.524 0l2.302 2.313",key:"svg-2"}]]),pS=createReactComponent("brand-letterboxd","IconBrandLetterboxd",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}]]),p_=createReactComponent("brand-line","IconBrandLine",[["path",{d:"M21 10.663c0 -4.224 -4.041 -7.663 -9 -7.663s-9 3.439 -9 7.663c0 3.783 3.201 6.958 7.527 7.56c1.053 .239 .932 .644 .696 2.133c-.039 .238 -.184 .932 .777 .512c.96 -.42 5.18 -3.201 7.073 -5.48c1.304 -1.504 1.927 -3.029 1.927 -4.715v-.01z",key:"svg-0"}]]),pw=createReactComponent("brand-linkedin","IconBrandLinkedin",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M8 11l0 5",key:"svg-1"}],["path",{d:"M8 8l0 .01",key:"svg-2"}],["path",{d:"M12 16l0 -5",key:"svg-3"}],["path",{d:"M16 16v-3a2 2 0 0 0 -4 0",key:"svg-4"}]]),pP=createReactComponent("brand-linktree","IconBrandLinktree",[["path",{d:"M9 3l-7 12h3v5h5v-5h-2l4 -7z",key:"svg-0"}],["path",{d:"M15 3l7 12h-3v5h-5v-5h2l-4 -7z",key:"svg-1"}]]),pO=createReactComponent("brand-linqpad","IconBrandLinqpad",[["path",{d:"M5 21h3.5l2.5 -6l2.5 -1l2.5 7h4l1 -4.5l-2 -1l-7 -12l-6 -.5l1.5 4l2.5 .5l1 2.5l-7 8z",key:"svg-0"}]]),pF=createReactComponent("brand-loom","IconBrandLoom",[["path",{d:"M17.464 6.518a6 6 0 1 0 -3.023 7.965",key:"svg-0"}],["path",{d:"M17.482 17.464a6 6 0 1 0 -7.965 -3.023",key:"svg-1"}],["path",{d:"M6.54 17.482a6 6 0 1 0 3.024 -7.965",key:"svg-2"}],["path",{d:"M6.518 6.54a6 6 0 1 0 7.965 3.024",key:"svg-3"}]]),pz=createReactComponent("brand-mailgun","IconBrandMailgun",[["path",{d:"M17 12a2 2 0 1 0 4 0a9 9 0 1 0 -2.987 6.697",key:"svg-0"}],["path",{d:"M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-1"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}]]),pD=createReactComponent("brand-mantine","IconBrandMantine",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M11 16c1.22 -.912 2 -2.36 2 -4a5.01 5.01 0 0 0 -2 -4",key:"svg-1"}],["path",{d:"M14 9h-2",key:"svg-2"}],["path",{d:"M14 15h-2",key:"svg-3"}],["path",{d:"M10 12h.01",key:"svg-4"}]]),pA=createReactComponent("brand-mastercard","IconBrandMastercard",[["path",{d:"M14 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M12 9.765a3 3 0 1 0 0 4.47",key:"svg-1"}],["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),pj=createReactComponent("brand-mastodon","IconBrandMastodon",[["path",{d:"M18.648 15.254c-1.816 1.763 -6.648 1.626 -6.648 1.626a18.262 18.262 0 0 1 -3.288 -.256c1.127 1.985 4.12 2.81 8.982 2.475c-1.945 2.013 -13.598 5.257 -13.668 -7.636l-.026 -1.154c0 -3.036 .023 -4.115 1.352 -5.633c1.671 -1.91 6.648 -1.666 6.648 -1.666s4.977 -.243 6.648 1.667c1.329 1.518 1.352 2.597 1.352 5.633s-.456 4.074 -1.352 4.944z",key:"svg-0"}],["path",{d:"M12 11.204v-2.926c0 -1.258 -.895 -2.278 -2 -2.278s-2 1.02 -2 2.278v4.722m4 -4.722c0 -1.258 .895 -2.278 2 -2.278s2 1.02 2 2.278v4.722",key:"svg-1"}]]),pE=createReactComponent("brand-matrix","IconBrandMatrix",[["path",{d:"M4 3h-1v18h1",key:"svg-0"}],["path",{d:"M20 21h1v-18h-1",key:"svg-1"}],["path",{d:"M7 9v6",key:"svg-2"}],["path",{d:"M12 15v-3.5a2.5 2.5 0 1 0 -5 0v.5",key:"svg-3"}],["path",{d:"M17 15v-3.5a2.5 2.5 0 1 0 -5 0v.5",key:"svg-4"}]]),pT=createReactComponent("brand-mcdonalds","IconBrandMcdonalds",[["path",{d:"M20 20c0 -3.952 -.966 -16 -4.038 -16s-3.962 9.087 -3.962 14.756c0 -5.669 -.896 -14.756 -3.962 -14.756c-3.065 0 -4.038 12.048 -4.038 16",key:"svg-0"}]]),pB=createReactComponent("brand-medium","IconBrandMedium",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M8 9h1l3 3l3 -3h1",key:"svg-1"}],["path",{d:"M8 15l2 0",key:"svg-2"}],["path",{d:"M14 15l2 0",key:"svg-3"}],["path",{d:"M9 9l0 6",key:"svg-4"}],["path",{d:"M15 9l0 6",key:"svg-5"}]]),pN=createReactComponent("brand-meetup","IconBrandMeetup",[["path",{d:"M5.455 10.82c.935 -2.163 3.045 -3.82 5.545 -3.82c2.104 0 2.844 1.915 2 4l-2 6",key:"svg-0"}],["path",{d:"M6.981 7l-3.981 9.914",key:"svg-1"}],["path",{d:"M13 11c.937 -2.16 3.071 -3.802 5.42 -3.972c2.104 0 3.128 1.706 2.284 3.792l-2.454 6.094c-.853 1.676 .75 2.586 2.75 2.086",key:"svg-2"}]]),p$=createReactComponent("brand-mercedes","IconBrandMercedes",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 3v9",key:"svg-1"}],["path",{d:"M12 12l7 5",key:"svg-2"}],["path",{d:"M12 12l-7 5",key:"svg-3"}]]),pL=createReactComponent("brand-messenger","IconBrandMessenger",[["path",{d:"M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1",key:"svg-0"}],["path",{d:"M8 13l3 -2l2 2l3 -2",key:"svg-1"}]]),pW=createReactComponent("brand-meta","IconBrandMeta",[["path",{d:"M12 10.174c1.766 -2.784 3.315 -4.174 4.648 -4.174c2 0 3.263 2.213 4 5.217c.704 2.869 .5 6.783 -2 6.783c-1.114 0 -2.648 -1.565 -4.148 -3.652a27.627 27.627 0 0 1 -2.5 -4.174z",key:"svg-0"}],["path",{d:"M12 10.174c-1.766 -2.784 -3.315 -4.174 -4.648 -4.174c-2 0 -3.263 2.213 -4 5.217c-.704 2.869 -.5 6.783 2 6.783c1.114 0 2.648 -1.565 4.148 -3.652c1 -1.391 1.833 -2.783 2.5 -4.174z",key:"svg-1"}]]),pH=createReactComponent("brand-minecraft","IconBrandMinecraft",[["path",{d:"M21 16.008v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.008c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008c.62 .354 1.38 .354 2 0l7 -4.008c.619 -.355 1 -1.01 1 -1.718z",key:"svg-0"}],["path",{d:"M12 22v-10",key:"svg-1"}],["path",{d:"M12 12l8.73 -5.04",key:"svg-2"}],["path",{d:"M3.27 6.96l8.73 5.04",key:"svg-3"}],["path",{d:"M12 17l3.003 -1.668m3 -1.667l2.997 -1.665m-9 5l-9 -5",key:"svg-4"}],["path",{d:"M15 17l3 -1.67v-3l-3 1.67z",key:"svg-5"}]]),pV=createReactComponent("brand-miniprogram","IconBrandMiniprogram",[["path",{d:"M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z",key:"svg-0"}],["path",{d:"M8 11.503a2.5 2.5 0 1 0 4 2v-3a2.5 2.5 0 1 1 4 2",key:"svg-1"}]]),pq=createReactComponent("brand-mixpanel","IconBrandMixpanel",[["path",{d:"M4.5 12m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-0"}],["path",{d:"M20.5 12m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-1"}],["path",{d:"M13 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}]]),pU=createReactComponent("brand-monday","IconBrandMonday",[["path",{d:"M19.5 15.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-0"}],["path",{d:"M9.5 7a1.5 1.5 0 0 1 1.339 2.177l-4.034 7.074c-.264 .447 -.75 .749 -1.305 .749a1.5 1.5 0 0 1 -1.271 -2.297l3.906 -6.827a1.5 1.5 0 0 1 1.365 -.876z",key:"svg-1"}],["path",{d:"M16.5 7a1.5 1.5 0 0 1 1.339 2.177l-4.034 7.074c-.264 .447 -.75 .749 -1.305 .749a1.5 1.5 0 0 1 -1.271 -2.297l3.906 -6.827a1.5 1.5 0 0 1 1.365 -.876z",key:"svg-2"}]]),pG=createReactComponent("brand-mongodb","IconBrandMongodb",[["path",{d:"M12 3v19",key:"svg-0"}],["path",{d:"M18 11.227c0 3.273 -1.812 4.77 -6 9.273c-4.188 -4.503 -6 -6 -6 -9.273c0 -4.454 3.071 -6.927 6 -9.227c2.929 2.3 6 4.773 6 9.227z",key:"svg-1"}]]),pX=createReactComponent("brand-my-oppo","IconBrandMyOppo",[["path",{d:"M18.316 5h-12.632l-3.418 4.019a1.089 1.089 0 0 0 .019 1.447l9.714 10.534l9.715 -10.49a1.09 1.09 0 0 0 .024 -1.444l-3.422 -4.066z",key:"svg-0"}],["path",{d:"M9 11l3 3l3 -3",key:"svg-1"}]]),pK=createReactComponent("brand-mysql","IconBrandMysql",[["path",{d:"M13 21c-1.427 -1.026 -3.59 -3.854 -4 -6c-.486 .77 -1.501 2 -2 2c-1.499 -.888 -.574 -3.973 0 -6c-1.596 -1.433 -2.468 -2.458 -2.5 -4c-3.35 -3.44 -.444 -5.27 2.5 -3h1c8.482 .5 6.421 8.07 9 11.5c2.295 .522 3.665 2.254 5 3.5c-2.086 -.2 -2.784 -.344 -3.5 0c.478 1.64 2.123 2.2 3.5 3",key:"svg-0"}],["path",{d:"M9 7h.01",key:"svg-1"}]]),pY=createReactComponent("brand-national-geographic","IconBrandNationalGeographic",[["path",{d:"M7 3h10v18h-10z",key:"svg-0"}]]),pZ=createReactComponent("brand-nem","IconBrandNem",[["path",{d:"M12.182 2c1.94 .022 3.879 .382 5.818 1.08l.364 .135a23.075 23.075 0 0 1 3.636 1.785c0 5.618 -1.957 10.258 -5.87 13.92c-1.24 1.239 -2.5 2.204 -3.78 2.898l-.35 .182c-1.4 -.703 -2.777 -1.729 -4.13 -3.079c-3.912 -3.663 -5.87 -8.303 -5.87 -13.921c2.545 -1.527 5.09 -2.471 7.636 -2.832l.364 -.048a16.786 16.786 0 0 1 1.818 -.12h.364z",key:"svg-0"}],["path",{d:"M2.1 7.07c2.073 6.72 5.373 7.697 9.9 2.93c0 -4 1.357 -6.353 4.07 -7.06l.59 -.11",key:"svg-1"}],["path",{d:"M16.35 18.51s2.65 -5.51 -4.35 -8.51",key:"svg-2"}]]),pQ=createReactComponent("brand-netbeans","IconBrandNetbeans",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M15.5 9.43a1 1 0 0 1 .5 .874v3.268a1 1 0 0 1 -.515 .874l-3 1.917a1 1 0 0 1 -.97 0l-3 -1.917a1 1 0 0 1 -.515 -.873v-3.269a1 1 0 0 1 .514 -.874l3 -1.786c.311 -.173 .69 -.173 1 0l3 1.787h-.014z",key:"svg-1"}],["path",{d:"M12 21v-9l-7.5 -4.5",key:"svg-2"}],["path",{d:"M12 12l7.5 -4.5",key:"svg-3"}],["path",{d:"M12 3v4.5",key:"svg-4"}],["path",{d:"M19.5 16l-3.5 -2",key:"svg-5"}],["path",{d:"M8 14l-3.5 2",key:"svg-6"}]]),pJ=createReactComponent("brand-netease-music","IconBrandNeteaseMusic",[["path",{d:"M9 4c-2.93 1.346 -5 5.046 -5 8.492c0 4.508 4 7.508 8 7.508s8 -3 8 -7c0 -3.513 -3.5 -5.513 -6 -5.513s-5 1.513 -5 4.513c0 2 1.5 3 3 3s3 -1 3 -3c0 -3.513 -2 -4.508 -2 -6.515c0 -3.504 3.5 -2.603 4 -1.502",key:"svg-0"}]]),p1=createReactComponent("brand-netflix","IconBrandNetflix",[["path",{d:"M9 3l10 18h-4l-10 -18z",key:"svg-0"}],["path",{d:"M5 3v18h4v-10.5",key:"svg-1"}],["path",{d:"M19 21v-18h-4v10.5",key:"svg-2"}]]),p0=createReactComponent("brand-nexo","IconBrandNexo",[["path",{d:"M17 3l5 3v12l-5 3l-10 -6v-6l10 6v-6l-5 -3z",key:"svg-0"}],["path",{d:"M12 6l-5 -3l-5 3v12l5 3l4.7 -3.13",key:"svg-1"}]]),p2=createReactComponent("brand-nextcloud","IconBrandNextcloud",[["path",{d:"M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M4.5 12.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-1"}],["path",{d:"M19.5 12.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-2"}]]),p3=createReactComponent("brand-nextjs","IconBrandNextjs",[["path",{d:"M9 15v-6l7.745 10.65a9 9 0 1 1 2.255 -1.993",key:"svg-0"}],["path",{d:"M15 12v-3",key:"svg-1"}]]),p5=createReactComponent("brand-nodejs","IconBrandNodejs",[["path",{d:"M9 9v8.044a2 2 0 0 1 -2.996 1.734l-1.568 -.9a3 3 0 0 1 -1.436 -2.561v-6.635a3 3 0 0 1 1.436 -2.56l6 -3.667a3 3 0 0 1 3.128 0l6 3.667a3 3 0 0 1 1.436 2.561v6.634a3 3 0 0 1 -1.436 2.56l-6 3.667a3 3 0 0 1 -3.128 0",key:"svg-0"}],["path",{d:"M17 9h-3.5a1.5 1.5 0 0 0 0 3h2a1.5 1.5 0 0 1 0 3h-3.5",key:"svg-1"}]]),p4=createReactComponent("brand-nord-vpn","IconBrandNordVpn",[["path",{d:"M9.992 15l-2.007 -3l-4.015 8c-2.212 -3.061 -2.625 -7.098 -.915 -10.463a10.14 10.14 0 0 1 8.945 -5.537a10.14 10.14 0 0 1 8.945 5.537c1.71 3.365 1.297 7.402 -.915 10.463l-4.517 -8l-1.505 1.5",key:"svg-0"}],["path",{d:"M14.5 15l-3 -6l-2.5 4.5",key:"svg-1"}]]),p6=createReactComponent("brand-notion","IconBrandNotion",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 7h3l6 6",key:"svg-1"}],["path",{d:"M8 7v10",key:"svg-2"}],["path",{d:"M7 17h2",key:"svg-3"}],["path",{d:"M15 7h2",key:"svg-4"}],["path",{d:"M16 7v10h-1l-7 -7",key:"svg-5"}]]),p9=createReactComponent("brand-npm","IconBrandNpm",[["path",{d:"M1 8h22v7h-12v2h-4v-2h-6z",key:"svg-0"}],["path",{d:"M7 8v7",key:"svg-1"}],["path",{d:"M14 8v7",key:"svg-2"}],["path",{d:"M17 11v4",key:"svg-3"}],["path",{d:"M4 11v4",key:"svg-4"}],["path",{d:"M11 11v1",key:"svg-5"}],["path",{d:"M20 11v4",key:"svg-6"}]]),p7=createReactComponent("brand-nuxt","IconBrandNuxt",[["path",{d:"M12.146 8.583l-1.3 -2.09a1.046 1.046 0 0 0 -1.786 .017l-5.91 9.908a1.046 1.046 0 0 0 .897 1.582h3.913",key:"svg-0"}],["path",{d:"M20.043 18c.743 0 1.201 -.843 .82 -1.505l-4.044 -7.013a.936 .936 0 0 0 -1.638 0l-4.043 7.013c-.382 .662 .076 1.505 .819 1.505h8.086z",key:"svg-1"}]]),p8=createReactComponent("brand-nytimes","IconBrandNytimes",[["path",{d:"M11.036 5.058a8 8 0 1 0 8.706 9.965",key:"svg-0"}],["path",{d:"M12 21v-11l-7.5 4",key:"svg-1"}],["path",{d:"M17.5 3a2.5 2.5 0 1 1 0 5l-11 -5a2.5 2.5 0 0 0 -.67 4.91",key:"svg-2"}],["path",{d:"M9 12v8",key:"svg-3"}],["path",{d:"M16 13h-.01",key:"svg-4"}]]),he=createReactComponent("brand-oauth","IconBrandOauth",[["path",{d:"M12 12m-10 0a10 10 0 1 0 20 0a10 10 0 1 0 -20 0",key:"svg-0"}],["path",{d:"M12.556 6c.65 0 1.235 .373 1.508 .947l2.839 7.848a1.646 1.646 0 0 1 -1.01 2.108a1.673 1.673 0 0 1 -2.068 -.851l-.46 -1.052h-2.73l-.398 .905a1.67 1.67 0 0 1 -1.977 1.045l-.153 -.047a1.647 1.647 0 0 1 -1.056 -1.956l2.824 -7.852a1.664 1.664 0 0 1 1.409 -1.087l1.272 -.008z",key:"svg-1"}]]),ht=createReactComponent("brand-office","IconBrandOffice",[["path",{d:"M4 18h9v-12l-5 2v5l-4 2v-8l9 -4l7 2v13l-7 3z",key:"svg-0"}]]),ha=createReactComponent("brand-ok-ru","IconBrandOkRu",[["path",{d:"M12 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M20 12c0 8 0 8 -8 8s-8 0 -8 -8s0 -8 8 -8s8 0 8 8z",key:"svg-1"}],["path",{d:"M9.5 13c1.333 .667 3.667 .667 5 0",key:"svg-2"}],["path",{d:"M9.5 17l2.5 -3l2.5 3",key:"svg-3"}],["path",{d:"M12 13.5v.5",key:"svg-4"}]]),hn=createReactComponent("brand-onedrive","IconBrandOnedrive",[["path",{d:"M18.456 10.45a6.45 6.45 0 0 0 -12 -2.151a4.857 4.857 0 0 0 -4.44 5.241a4.856 4.856 0 0 0 5.236 4.444h10.751a3.771 3.771 0 0 0 3.99 -3.54a3.772 3.772 0 0 0 -3.538 -3.992z",key:"svg-0"}]]),hr=createReactComponent("brand-onlyfans","IconBrandOnlyfans",[["path",{d:"M8.5 6a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0 -13z",key:"svg-0"}],["path",{d:"M8.5 15a2.5 2.5 0 1 1 0 -5a2.5 2.5 0 0 1 0 5z",key:"svg-1"}],["path",{d:"M14 16c2.5 0 6.42 -1.467 7 -4h-6c3 -1 6.44 -3.533 7 -6h-4c-3.03 0 -3.764 -.196 -5 1.5",key:"svg-2"}]]),ho=createReactComponent("brand-open-source","IconBrandOpenSource",[["path",{d:"M12 3a9 9 0 0 1 3.618 17.243l-2.193 -5.602a3 3 0 1 0 -2.849 0l-2.193 5.603a9 9 0 0 1 3.617 -17.244z",key:"svg-0"}]]),hl=createReactComponent("brand-openai","IconBrandOpenai",[["path",{d:"M11.217 19.384a3.501 3.501 0 0 0 6.783 -1.217v-5.167l-6 -3.35",key:"svg-0"}],["path",{d:"M5.214 15.014a3.501 3.501 0 0 0 4.446 5.266l4.34 -2.534v-6.946",key:"svg-1"}],["path",{d:"M6 7.63c-1.391 -.236 -2.787 .395 -3.534 1.689a3.474 3.474 0 0 0 1.271 4.745l4.263 2.514l6 -3.348",key:"svg-2"}],["path",{d:"M12.783 4.616a3.501 3.501 0 0 0 -6.783 1.217v5.067l6 3.45",key:"svg-3"}],["path",{d:"M18.786 8.986a3.501 3.501 0 0 0 -4.446 -5.266l-4.34 2.534v6.946",key:"svg-4"}],["path",{d:"M18 16.302c1.391 .236 2.787 -.395 3.534 -1.689a3.474 3.474 0 0 0 -1.271 -4.745l-4.308 -2.514l-5.955 3.42",key:"svg-5"}]]),hc=createReactComponent("brand-openvpn","IconBrandOpenvpn",[["path",{d:"M15.618 20.243l-2.193 -5.602a3 3 0 1 0 -2.849 0l-2.193 5.603",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),hi=createReactComponent("brand-opera","IconBrandOpera",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12m-3 0a3 5 0 1 0 6 0a3 5 0 1 0 -6 0",key:"svg-1"}]]),hs=createReactComponent("brand-pagekit","IconBrandPagekit",[["path",{d:"M12.077 20h-5.077v-16h11v14h-5.077",key:"svg-0"}]]),hd=createReactComponent("brand-parsinta","IconBrandParsinta",[["path",{d:"M12 3a9 9 0 1 0 9 9",key:"svg-0"}],["path",{d:"M21 12a9 9 0 0 0 -9 -9",opacity:".5",key:"svg-1"}],["path",{d:"M10 9v6l5 -3z",key:"svg-2"}]]),hu=createReactComponent("brand-patreon-filled","IconBrandPatreonFilled",[["path",{d:"M7.462 3.1c2.615 -1.268 6.226 -1.446 9.063 -.503c2.568 .853 4.471 3.175 4.475 5.81c.004 3.061 -1.942 5.492 -4.896 6.243c-1.693 .43 -2.338 .75 -2.942 1.582c-.238 .328 -.45 .745 -.796 1.533l-.22 .5c-1.146 2.601 -2.156 3.762 -4.236 3.735c-2.232 -.03 -3.603 -1.742 -4.313 -4.48c-.458 -1.768 -.617 -3.808 -.594 -5.876c.044 -3.993 1.42 -7.072 4.46 -8.545z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),hp=createReactComponent("brand-patreon","IconBrandPatreon",[["path",{d:"M20 8.408c-.003 -2.299 -1.746 -4.182 -3.79 -4.862c-2.54 -.844 -5.888 -.722 -8.312 .453c-2.939 1.425 -3.862 4.545 -3.896 7.656c-.028 2.559 .22 9.297 3.92 9.345c2.75 .036 3.159 -3.603 4.43 -5.356c.906 -1.247 2.071 -1.599 3.506 -1.963c2.465 -.627 4.146 -2.626 4.142 -5.273z",key:"svg-0"}]]),hh=createReactComponent("brand-paypal-filled","IconBrandPaypalFilled",[["path",{d:"M12.5 2c3.113 0 5.309 1.785 5.863 4.565c1.725 1.185 2.637 3.152 2.637 5.435c0 2.933 -2.748 5.384 -5.783 5.496l-.217 .004h-1.754l-.466 2.8a1.998 1.998 0 0 1 -1.823 1.597l-.157 .003h-2.68a1.5 1.5 0 0 1 -1.182 -.54a1.495 1.495 0 0 1 -.348 -1.07l.042 -.29h-1.632c-1.004 0 -1.914 -.864 -1.994 -1.857l-.006 -.143l.01 -.141l1.993 -13.954l.003 -.048c.072 -.894 .815 -1.682 1.695 -1.832l.156 -.02l.143 -.005h5.5zm5.812 7.35l-.024 .087c-.706 2.403 -3.072 4.436 -5.555 4.557l-.233 .006h-2.503v.05l-.025 .183l-1.2 5a1.007 1.007 0 0 1 -.019 .07l-.088 .597h2.154l.595 -3.564a1 1 0 0 1 .865 -.829l.121 -.007h2.6c2.073 0 4 -1.67 4 -3.5c0 -1.022 -.236 -1.924 -.688 -2.65z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),hv=createReactComponent("brand-paypal","IconBrandPaypal",[["path",{d:"M10 13l2.5 0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 0a.5 .5 0 0 1 -.5 -.6l.2 -1.4",key:"svg-0"}]]),hg=createReactComponent("brand-paypay","IconBrandPaypay",[["path",{d:"M6.375 21l3.938 -13.838",key:"svg-0"}],["path",{d:"M3 6c16.731 0 21.231 9.881 4.5 11",key:"svg-1"}],["path",{d:"M21 19v-14a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2z",key:"svg-2"}]]),hy=createReactComponent("brand-peanut","IconBrandPeanut",[["path",{d:"M15 16.25l-.816 -.36l-.462 -.196c-1.444 -.592 -2 -.593 -3.447 0l-.462 .195l-.817 .359a4.5 4.5 0 1 1 0 -8.49v0l1.054 .462l.434 .178c1.292 .507 1.863 .48 3.237 -.082l.462 -.195l.817 -.359a4.5 4.5 0 1 1 0 8.49",key:"svg-0"}]]),hf=createReactComponent("brand-pepsi","IconBrandPepsi",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M4 16c5.713 -2.973 11 -3.5 13.449 -11.162",key:"svg-1"}],["path",{d:"M5 17.5c5.118 -2.859 15 0 14 -11",key:"svg-2"}]]),hm=createReactComponent("brand-php","IconBrandPhp",[["path",{d:"M12 12m-10 0a10 9 0 1 0 20 0a10 9 0 1 0 -20 0",key:"svg-0"}],["path",{d:"M5.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653",key:"svg-1"}],["path",{d:"M15.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653",key:"svg-2"}],["path",{d:"M12 7.5l-1 5.5",key:"svg-3"}],["path",{d:"M11.6 10h2.4l-.5 3",key:"svg-4"}]]),hk=createReactComponent("brand-picsart","IconBrandPicsart",[["path",{d:"M12 9m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M12 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M5 9v11a2 2 0 1 0 4 0v-4.5",key:"svg-2"}]]),hM=createReactComponent("brand-pinterest","IconBrandPinterest",[["path",{d:"M8 20l4 -9",key:"svg-0"}],["path",{d:"M10.7 14c.437 1.263 1.43 2 2.55 2c2.071 0 3.75 -1.554 3.75 -4a5 5 0 1 0 -9.7 1.7",key:"svg-1"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-2"}]]),hb=createReactComponent("brand-planetscale","IconBrandPlanetscale",[["path",{d:"M20.993 11.63a9 9 0 0 1 -9.362 9.362l9.362 -9.362z",key:"svg-0"}],["path",{d:"M12 3a9.001 9.001 0 0 1 8.166 5.211l-11.955 11.955a9 9 0 0 1 3.789 -17.166z",key:"svg-1"}],["path",{d:"M12 12l-6 6",key:"svg-2"}]]),hI=createReactComponent("brand-pocket","IconBrandPocket",[["path",{d:"M5 4h14a2 2 0 0 1 2 2v6a9 9 0 0 1 -18 0v-6a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M8 11l4 4l4 -4",key:"svg-1"}]]),hC=createReactComponent("brand-polymer","IconBrandPolymer",[["path",{d:"M6.706 6l-3.706 6l3.706 6h1.059l8.47 -12h1.06l3.705 6l-3.706 6",key:"svg-0"}]]),hx=createReactComponent("brand-powershell","IconBrandPowershell",[["path",{d:"M4.887 20h11.868c.893 0 1.664 -.665 1.847 -1.592l2.358 -12c.212 -1.081 -.442 -2.14 -1.462 -2.366a1.784 1.784 0 0 0 -.385 -.042h-11.868c-.893 0 -1.664 .665 -1.847 1.592l-2.358 12c-.212 1.081 .442 2.14 1.462 2.366c.127 .028 .256 .042 .385 .042z",key:"svg-0"}],["path",{d:"M9 8l4 4l-6 4",key:"svg-1"}],["path",{d:"M12 16h3",key:"svg-2"}]]),hR=createReactComponent("brand-printables","IconBrandPrintables",[["path",{d:"M6 21l12 -7v-7.5l-6 -3.5l-6 3.5l6 3.5v7.5l-6 -3.5z",key:"svg-0"}]]),hS=createReactComponent("brand-prisma","IconBrandPrisma",[["path",{d:"M4.186 16.202l3.615 5.313c.265 .39 .754 .57 1.215 .447l10.166 -2.718a1.086 1.086 0 0 0 .713 -1.511l-7.505 -15.483a.448 .448 0 0 0 -.787 -.033l-7.453 12.838a1.07 1.07 0 0 0 .037 1.147z",key:"svg-0"}],["path",{d:"M8.5 22l3.5 -20",key:"svg-1"}]]),h_=createReactComponent("brand-producthunt","IconBrandProducthunt",[["path",{d:"M10 16v-8h2.5a2.5 2.5 0 1 1 0 5h-2.5",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),hw=createReactComponent("brand-pushbullet","IconBrandPushbullet",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M11 8v8h2a4 4 0 1 0 0 -8h-2z",key:"svg-1"}],["path",{d:"M8 8v8",key:"svg-2"}]]),hP=createReactComponent("brand-pushover","IconBrandPushover",[["path",{d:"M6.16 10.985c-.83 -1.935 1.53 -7.985 8.195 -7.985c3.333 0 4.645 1.382 4.645 3.9c0 2.597 -2.612 6.1 -9 6.1",key:"svg-0"}],["path",{d:"M12.5 6l-5.5 15",key:"svg-1"}]]),hO=createReactComponent("brand-python","IconBrandPython",[["path",{d:"M12 9h-7a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3",key:"svg-0"}],["path",{d:"M12 15h7a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-3",key:"svg-1"}],["path",{d:"M8 9v-4a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v5a2 2 0 0 1 -2 2h-4a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4",key:"svg-2"}],["path",{d:"M11 6l0 .01",key:"svg-3"}],["path",{d:"M13 18l0 .01",key:"svg-4"}]]),hF=createReactComponent("brand-qq","IconBrandQq",[["path",{d:"M6 9.748a14.716 14.716 0 0 0 11.995 -.052c.275 -9.236 -11.104 -11.256 -11.995 .052z",key:"svg-0"}],["path",{d:"M18 10c.984 2.762 1.949 4.765 2 7.153c.014 .688 -.664 1.346 -1.184 .303c-.346 -.696 -.952 -1.181 -1.816 -1.456",key:"svg-1"}],["path",{d:"M17 16c.031 1.831 .147 3.102 -1 4",key:"svg-2"}],["path",{d:"M8 20c-1.099 -.87 -.914 -2.24 -1 -4",key:"svg-3"}],["path",{d:"M6 10c-.783 2.338 -1.742 4.12 -1.968 6.43c-.217 2.227 .716 1.644 1.16 .917c.296 -.487 .898 -.934 1.808 -1.347",key:"svg-4"}],["path",{d:"M15.898 13l-.476 -2",key:"svg-5"}],["path",{d:"M8 20l-1.5 1c-.5 .5 -.5 1 .5 1h10c1 0 1 -.5 .5 -1l-1.5 -1",key:"svg-6"}],["path",{d:"M13.75 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-7"}],["path",{d:"M10.25 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-8"}]]),hz=createReactComponent("brand-radix-ui","IconBrandRadixUi",[["path",{d:"M16.5 5.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-0"}],["path",{d:"M6 3h5v5h-5z",key:"svg-1"}],["path",{d:"M11 11v10a5 5 0 0 1 -.217 -9.995l.217 -.005z",key:"svg-2"}]]),hD=createReactComponent("brand-react-native","IconBrandReactNative",[["path",{d:"M6.357 9c-2.637 .68 -4.357 1.845 -4.357 3.175c0 2.107 4.405 3.825 9.85 3.825c.74 0 1.26 -.039 1.95 -.097",key:"svg-0"}],["path",{d:"M9.837 15.9c-.413 -.596 -.806 -1.133 -1.18 -1.8c-2.751 -4.9 -3.488 -9.77 -1.63 -10.873c1.15 -.697 3.047 .253 4.974 2.254",key:"svg-1"}],["path",{d:"M6.429 15.387c-.702 2.688 -.56 4.716 .56 5.395c1.783 1.08 5.387 -1.958 8.043 -6.804c.36 -.67 .683 -1.329 .968 -1.978",key:"svg-2"}],["path",{d:"M12 18.52c1.928 2 3.817 2.95 4.978 2.253c1.85 -1.102 1.121 -5.972 -1.633 -10.873c-.384 -.677 -.777 -1.204 -1.18 -1.8",key:"svg-3"}],["path",{d:"M17.66 15c2.612 -.687 4.34 -1.85 4.34 -3.176c0 -2.11 -4.408 -3.824 -9.845 -3.824c-.747 0 -1.266 .029 -1.955 .087",key:"svg-4"}],["path",{d:"M8 12c.285 -.66 .607 -1.308 .968 -1.978c2.647 -4.844 6.253 -7.89 8.046 -6.801c1.11 .679 1.262 2.706 .56 5.393",key:"svg-5"}],["path",{d:"M12.26 12.015h-.01c-.01 .13 -.12 .24 -.26 .24a.263 .263 0 0 1 -.25 -.26c0 -.14 .11 -.25 .24 -.25h-.01c.13 -.01 .25 .11 .25 .24",key:"svg-6"}]]),hA=createReactComponent("brand-react","IconBrandReact",[["path",{d:"M6.306 8.711c-2.602 .723 -4.306 1.926 -4.306 3.289c0 2.21 4.477 4 10 4c.773 0 1.526 -.035 2.248 -.102",key:"svg-0"}],["path",{d:"M17.692 15.289c2.603 -.722 4.308 -1.926 4.308 -3.289c0 -2.21 -4.477 -4 -10 -4c-.773 0 -1.526 .035 -2.25 .102",key:"svg-1"}],["path",{d:"M6.305 15.287c-.676 2.615 -.485 4.693 .695 5.373c1.913 1.105 5.703 -1.877 8.464 -6.66c.387 -.67 .733 -1.339 1.036 -2",key:"svg-2"}],["path",{d:"M17.694 8.716c.677 -2.616 .487 -4.696 -.694 -5.376c-1.913 -1.105 -5.703 1.877 -8.464 6.66c-.387 .67 -.733 1.34 -1.037 2",key:"svg-3"}],["path",{d:"M12 5.424c-1.925 -1.892 -3.82 -2.766 -5 -2.084c-1.913 1.104 -1.226 5.877 1.536 10.66c.386 .67 .793 1.304 1.212 1.896",key:"svg-4"}],["path",{d:"M12 18.574c1.926 1.893 3.821 2.768 5 2.086c1.913 -1.104 1.226 -5.877 -1.536 -10.66c-.375 -.65 -.78 -1.283 -1.212 -1.897",key:"svg-5"}],["path",{d:"M11.5 12.866a1 1 0 1 0 1 -1.732a1 1 0 0 0 -1 1.732z",key:"svg-6"}]]),hj=createReactComponent("brand-reason","IconBrandReason",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M18 18h-3v-6h3",key:"svg-1"}],["path",{d:"M18 15h-3",key:"svg-2"}],["path",{d:"M8 18v-6h2.5a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-3"}],["path",{d:"M12 18l-2 -3",key:"svg-4"}]]),hE=createReactComponent("brand-reddit","IconBrandReddit",[["path",{d:"M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z",key:"svg-0"}],["path",{d:"M12 8l1 -5l6 1",key:"svg-1"}],["path",{d:"M19 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["circle",{cx:"9",cy:"13",r:".5",fill:"currentColor",key:"svg-3"}],["circle",{cx:"15",cy:"13",r:".5",fill:"currentColor",key:"svg-4"}],["path",{d:"M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5",key:"svg-5"}]]),hT=createReactComponent("brand-redhat","IconBrandRedhat",[["path",{d:"M6 10.5l1.436 -4c.318 -.876 .728 -1.302 1.359 -1.302c.219 0 1.054 .365 1.88 .583c.825 .219 .733 -.329 .908 -.487c.176 -.158 .355 -.294 .61 -.294c.242 0 .553 .048 1.692 .448c.759 .267 1.493 .574 2.204 .922c1.175 .582 1.426 .913 1.595 1.507l.816 4.623c2.086 .898 3.5 2.357 3.5 3.682c0 1.685 -1.2 3.818 -5.957 3.818c-6.206 0 -14.043 -4.042 -14.043 -7.32c0 -1.044 1.333 -1.77 4 -2.18z",key:"svg-0"}],["path",{d:"M6 10.5c0 .969 4.39 3.5 9.5 3.5c1.314 0 3 .063 3 -1.5",key:"svg-1"}]]),hB=createReactComponent("brand-redux","IconBrandRedux",[["path",{d:"M16.54 7c-.805 -2.365 -2.536 -4 -4.54 -4c-2.774 0 -5.023 2.632 -5.023 6.496c0 1.956 1.582 4.727 2.512 6",key:"svg-0"}],["path",{d:"M4.711 11.979c-1.656 1.877 -2.214 4.185 -1.211 5.911c1.387 2.39 5.138 2.831 8.501 .9c1.703 -.979 2.875 -3.362 3.516 -4.798",key:"svg-1"}],["path",{d:"M15.014 19.99c2.511 0 4.523 -.438 5.487 -2.1c1.387 -2.39 -.215 -5.893 -3.579 -7.824c-1.702 -.979 -4.357 -1.235 -5.927 -1.07",key:"svg-2"}],["path",{d:"M10.493 9.862c.48 .276 1.095 .112 1.372 -.366a1 1 0 0 0 -.367 -1.365a1.007 1.007 0 0 0 -1.373 .366a1 1 0 0 0 .368 1.365z",key:"svg-3"}],["path",{d:"M9.5 15.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}],["path",{d:"M15.5 14m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-5"}]]),hN=createReactComponent("brand-revolut","IconBrandRevolut",[["path",{d:"M10.908 6c-.091 .363 -.908 5 -.908 5h1.228c1.59 0 2.772 -1.168 2.772 -2.943c0 -1.249 -.818 -2.057 -2.087 -2.057h-1z",key:"svg-0"}],["path",{d:"M15.5 13.5l1.791 4.558c.535 1.352 1.13 2.008 1.709 2.442c-1 .5 -2.616 .522 -3.605 .497c-.973 0 -2.28 -.24 -3.106 -2.6l-1.289 -3.397h-1.5s-.465 2.243 -.65 3.202c-.092 .704 .059 1.594 .15 2.298c-1 .5 -2.5 .5 -3.5 .5c-.727 0 -1.45 -.248 -1.5 -1.5l0 -.311a7 7 0 0 1 .149 -1.409c.75 -3.577 1.366 -7.17 1.847 -10.78c.23 -1.722 0 -3.5 0 -3.5c.585 -.144 2.709 -.602 6.787 -.471a10.26 10.26 0 0 1 3.641 .722c.308 .148 .601 .326 .875 .531c.254 .212 .497 .437 .727 .674c.3 .382 .545 .804 .727 1.253c.155 .483 .237 .987 .243 1.493c0 2.462 -1.412 4.676 -3.5 5.798z",key:"svg-1"}]]),h$=createReactComponent("brand-rumble","IconBrandRumble",[["path",{d:"M19.993 9.108c.383 .4 .687 .863 .893 1.368a4.195 4.195 0 0 1 .006 3.166a4.37 4.37 0 0 1 -.887 1.372a20.233 20.233 0 0 1 -2.208 2a20.615 20.615 0 0 1 -2.495 1.669a21.322 21.322 0 0 1 -5.622 2.202a4.213 4.213 0 0 1 -3.002 -.404a3.98 3.98 0 0 1 -1.163 -.967a3.796 3.796 0 0 1 -.695 -1.312c-1.199 -3.902 -1.022 -8.312 .134 -12.23c.609 -2.057 2.643 -3.349 4.737 -2.874c3.88 .88 7.52 3.147 10.302 6.01z",key:"svg-0"}],["path",{d:"M14.044 13.034c.67 -.505 .67 -1.489 0 -2.01a14.824 14.824 0 0 0 -1.498 -1.044a15.783 15.783 0 0 0 -1.62 -.865c-.77 -.35 -1.63 .139 -1.753 .973a15.385 15.385 0 0 0 -.1 3.786a1.232 1.232 0 0 0 1.715 1.027a14.783 14.783 0 0 0 1.694 -.827a14.46 14.46 0 0 0 1.562 -1.035v-.005z",key:"svg-1"}]]),hL=createReactComponent("brand-rust","IconBrandRust",[["path",{d:"M10.139 3.463c.473 -1.95 3.249 -1.95 3.722 0a1.916 1.916 0 0 0 2.859 1.185c1.714 -1.045 3.678 .918 2.633 2.633a1.916 1.916 0 0 0 1.184 2.858c1.95 .473 1.95 3.249 0 3.722a1.916 1.916 0 0 0 -1.185 2.859c1.045 1.714 -.918 3.678 -2.633 2.633a1.916 1.916 0 0 0 -2.858 1.184c-.473 1.95 -3.249 1.95 -3.722 0a1.916 1.916 0 0 0 -2.859 -1.185c-1.714 1.045 -3.678 -.918 -2.633 -2.633a1.916 1.916 0 0 0 -1.184 -2.858c-1.95 -.473 -1.95 -3.249 0 -3.722a1.916 1.916 0 0 0 1.185 -2.859c-1.045 -1.714 .918 -3.678 2.633 -2.633a1.914 1.914 0 0 0 2.858 -1.184z",key:"svg-0"}],["path",{d:"M8 12h6a2 2 0 1 0 0 -4h-6v8v-4z",key:"svg-1"}],["path",{d:"M19 16h-2a2 2 0 0 1 -2 -2a2 2 0 0 0 -2 -2h-1",key:"svg-2"}],["path",{d:"M9 8h-4",key:"svg-3"}],["path",{d:"M5 16h4",key:"svg-4"}]]),hW=createReactComponent("brand-safari","IconBrandSafari",[["path",{d:"M8 16l2 -6l6 -2l-2 6l-6 2",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),hH=createReactComponent("brand-samsungpass","IconBrandSamsungpass",[["path",{d:"M4 10m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 10v-1.862c0 -2.838 2.239 -5.138 5 -5.138s5 2.3 5 5.138v1.862",key:"svg-1"}],["path",{d:"M10.485 17.577c.337 .29 .7 .423 1.515 .423h.413c.323 0 .633 -.133 .862 -.368a1.27 1.27 0 0 0 .356 -.886c0 -.332 -.128 -.65 -.356 -.886a1.203 1.203 0 0 0 -.862 -.368h-.826a1.2 1.2 0 0 1 -.861 -.367a1.27 1.27 0 0 1 -.356 -.886c0 -.332 .128 -.651 .356 -.886a1.2 1.2 0 0 1 .861 -.368h.413c.816 0 1.178 .133 1.515 .423",key:"svg-2"}]]),hV=createReactComponent("brand-sass","IconBrandSass",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 10.523c2.46 -.826 4 -.826 4 -2.155c0 -1.366 -1.347 -1.366 -2.735 -1.366c-1.91 0 -3.352 .49 -4.537 1.748c-.848 .902 -1.027 2.449 -.153 3.307c.973 .956 3.206 1.789 2.884 3.493c-.233 1.235 -1.469 1.823 -2.617 1.202c-.782 -.424 -.454 -1.746 .626 -2.512s2.822 -.992 4.1 -.24c.98 .575 1.046 1.724 .434 2.193",key:"svg-1"}]]),hq=createReactComponent("brand-sentry","IconBrandSentry",[["path",{d:"M3 18a1.93 1.93 0 0 0 .306 1.076a2 2 0 0 0 1.584 .924c.646 .033 -.537 0 .11 0h3a4.992 4.992 0 0 0 -3.66 -4.81c.558 -.973 1.24 -2.149 2.04 -3.531a9 9 0 0 1 5.62 8.341h4c.663 0 2.337 0 3 0a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-1.84 3.176c4.482 2.05 7.6 6.571 7.6 11.824",key:"svg-0"}]]),hU=createReactComponent("brand-sharik","IconBrandSharik",[["path",{d:"M4.281 16.606a8.968 8.968 0 0 1 1.363 -10.977a9.033 9.033 0 0 1 11.011 -1.346c-1.584 4.692 -2.415 6.96 -4.655 8.717c-1.584 1.242 -3.836 2.24 -7.719 3.606zm16.335 -7.306c2.113 7.59 -4.892 13.361 -11.302 11.264c1.931 -3.1 3.235 -4.606 4.686 -6.065c1.705 -1.715 3.591 -3.23 6.616 -5.199z",key:"svg-0"}]]),hG=createReactComponent("brand-shazam","IconBrandShazam",[["path",{d:"M10 12l2 -2a2.828 2.828 0 0 1 4 0a2.828 2.828 0 0 1 0 4l-3 3",key:"svg-0"}],["path",{d:"M14 12l-2 2a2.828 2.828 0 1 1 -4 -4l3 -3",key:"svg-1"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-2"}]]),hX=createReactComponent("brand-shopee","IconBrandShopee",[["path",{d:"M4 7l.867 12.143a2 2 0 0 0 2 1.857h10.276a2 2 0 0 0 2 -1.857l.867 -12.143h-16z",key:"svg-0"}],["path",{d:"M8.5 7c0 -1.653 1.5 -4 3.5 -4s3.5 2.347 3.5 4",key:"svg-1"}],["path",{d:"M9.5 17c.413 .462 1 1 2.5 1s2.5 -.897 2.5 -2s-1 -1.5 -2.5 -2s-2 -1.47 -2 -2c0 -1.104 1 -2 2 -2s1.5 0 2.5 1",key:"svg-2"}]]),hK=createReactComponent("brand-sketch","IconBrandSketch",[["path",{d:"M3.262 10.878l8 8.789c.4 .44 1.091 .44 1.491 0l8 -8.79c.313 -.344 .349 -.859 .087 -1.243l-3.537 -5.194a1 1 0 0 0 -.823 -.436h-8.926a1 1 0 0 0 -.823 .436l-3.54 5.192c-.263 .385 -.227 .901 .087 1.246z",key:"svg-0"}]]),hY=createReactComponent("brand-skype","IconBrandSkype",[["path",{d:"M12 3a9 9 0 0 1 8.603 11.65a4.5 4.5 0 0 1 -5.953 5.953a9 9 0 0 1 -11.253 -11.253a4.5 4.5 0 0 1 5.953 -5.954a8.987 8.987 0 0 1 2.65 -.396z",key:"svg-0"}],["path",{d:"M8 14.5c.5 2 2.358 2.5 4 2.5c2.905 0 4 -1.187 4 -2.5c0 -1.503 -1.927 -2.5 -4 -2.5s-4 -1 -4 -2.5c0 -1.313 1.095 -2.5 4 -2.5c1.642 0 3.5 .5 4 2.5",key:"svg-1"}]]),hZ=createReactComponent("brand-slack","IconBrandSlack",[["path",{d:"M12 12v-6a2 2 0 0 1 4 0v6m0 -2a2 2 0 1 1 2 2h-6",key:"svg-0"}],["path",{d:"M12 12h6a2 2 0 0 1 0 4h-6m2 0a2 2 0 1 1 -2 2v-6",key:"svg-1"}],["path",{d:"M12 12v6a2 2 0 0 1 -4 0v-6m0 2a2 2 0 1 1 -2 -2h6",key:"svg-2"}],["path",{d:"M12 12h-6a2 2 0 0 1 0 -4h6m-2 0a2 2 0 1 1 2 -2v6",key:"svg-3"}]]),hQ=createReactComponent("brand-snapchat","IconBrandSnapchat",[["path",{d:"M16.882 7.842a4.882 4.882 0 0 0 -9.764 0c0 4.273 -.213 6.409 -4.118 8.118c2 .882 2 .882 3 3c3 0 4 2 6 2s3 -2 6 -2c1 -2.118 1 -2.118 3 -3c-3.906 -1.709 -4.118 -3.845 -4.118 -8.118zm-13.882 8.119c4 -2.118 4 -4.118 1 -7.118m17 7.118c-4 -2.118 -4 -4.118 -1 -7.118",key:"svg-0"}]]),hJ=createReactComponent("brand-snapseed","IconBrandSnapseed",[["path",{d:"M8.152 3.115a.46 .46 0 0 0 -.609 0c-2.943 2.58 -4.529 5.441 -4.543 8.378c0 2.928 1.586 5.803 4.543 8.392a.46 .46 0 0 0 .61 0c2.957 -2.589 4.547 -5.464 4.547 -8.392c0 -2.928 -1.6 -5.799 -4.548 -8.378z",key:"svg-0"}],["path",{d:"M8 20l12.09 -.011c.503 0 .91 -.434 .91 -.969v-6.063c0 -.535 -.407 -.968 -.91 -.968h-7.382",key:"svg-1"}]]),h1=createReactComponent("brand-snowflake","IconBrandSnowflake",[["path",{d:"M14 21v-5.5l4.5 2.5",key:"svg-0"}],["path",{d:"M10 21v-5.5l-4.5 2.5",key:"svg-1"}],["path",{d:"M3.5 14.5l4.5 -2.5l-4.5 -2.5",key:"svg-2"}],["path",{d:"M20.5 9.5l-4.5 2.5l4.5 2.5",key:"svg-3"}],["path",{d:"M10 3v5.5l-4.5 -2.5",key:"svg-4"}],["path",{d:"M14 3v5.5l4.5 -2.5",key:"svg-5"}],["path",{d:"M12 11l1 1l-1 1l-1 -1z",key:"svg-6"}]]),h0=createReactComponent("brand-socket-io","IconBrandSocketIo",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M11 11h1l3 -4z",key:"svg-1"}],["path",{d:"M12 13h1l-4 4z",key:"svg-2"}]]),h2=createReactComponent("brand-solidjs","IconBrandSolidjs",[["path",{d:"M2 17.5c4.667 3 8 4.5 10 4.5c2.5 0 4 -1.5 4 -3.5s-1.5 -3.5 -4 -3.5c-2 0 -5.333 .833 -10 2.5z",key:"svg-0"}],["path",{d:"M5 13.5c4.667 -1.667 8 -2.5 10 -2.5c2.5 0 4 1.5 4 3.5c0 .738 -.204 1.408 -.588 1.96l-2.883 3.825",key:"svg-1"}],["path",{d:"M22 6.5c-4 -3 -8 -4.5 -10 -4.5c-2.04 0 -2.618 .463 -3.419 1.545",key:"svg-2"}],["path",{d:"M2 17.5l3 -4",key:"svg-3"}],["path",{d:"M22 6.5l-3 4",key:"svg-4"}],["path",{d:"M8.581 3.545l-2.953 3.711",key:"svg-5"}],["path",{d:"M7.416 12.662c-1.51 -.476 -2.416 -1.479 -2.416 -3.162c0 -2.5 1.5 -3.5 4 -3.5c1.688 0 5.087 1.068 8.198 3.204a114.76 114.76 0 0 1 1.802 1.296l-2.302 .785",key:"svg-6"}]]),h3=createReactComponent("brand-soundcloud","IconBrandSoundcloud",[["path",{d:"M17 11h1c1.38 0 3 1.274 3 3c0 1.657 -1.5 3 -3 3l-6 0v-10c3 0 4.5 1.5 5 4z",key:"svg-0"}],["path",{d:"M9 8l0 9",key:"svg-1"}],["path",{d:"M6 17l0 -7",key:"svg-2"}],["path",{d:"M3 16l0 -2",key:"svg-3"}]]),h5=createReactComponent("brand-spacehey","IconBrandSpacehey",[["path",{d:"M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M14 20h6v-6a3 3 0 0 0 -6 0v6z",key:"svg-1"}],["path",{d:"M11 8v2.5a3.5 3.5 0 0 1 -3.5 3.5h-.5a3 3 0 0 1 0 -6h4z",key:"svg-2"}]]),h4=createReactComponent("brand-speedtest","IconBrandSpeedtest",[["path",{d:"M5.636 19.364a9 9 0 1 1 12.728 0",key:"svg-0"}],["path",{d:"M16 9l-4 4",key:"svg-1"}]]),h6=createReactComponent("brand-spotify","IconBrandSpotify",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M8 11.973c2.5 -1.473 5.5 -.973 7.5 .527",key:"svg-1"}],["path",{d:"M9 15c1.5 -1 4 -1 5 .5",key:"svg-2"}],["path",{d:"M7 9c2 -1 6 -2 10 .5",key:"svg-3"}]]),h9=createReactComponent("brand-stackoverflow","IconBrandStackoverflow",[["path",{d:"M4 17v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-1",key:"svg-0"}],["path",{d:"M8 16h8",key:"svg-1"}],["path",{d:"M8.322 12.582l7.956 .836",key:"svg-2"}],["path",{d:"M8.787 9.168l7.826 1.664",key:"svg-3"}],["path",{d:"M10.096 5.764l7.608 2.472",key:"svg-4"}]]),h7=createReactComponent("brand-stackshare","IconBrandStackshare",[["path",{d:"M19 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M19 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M7 12h3l3.5 6h3.5",key:"svg-3"}],["path",{d:"M17 6h-3.5l-3.5 6",key:"svg-4"}]]),h8=createReactComponent("brand-steam","IconBrandSteam",[["path",{d:"M16.5 5a4.5 4.5 0 1 1 -.653 8.953l-4.347 3.009l0 .038a3 3 0 0 1 -2.824 3l-.176 0a3 3 0 0 1 -2.94 -2.402l-2.56 -1.098v-3.5l3.51 1.755a2.989 2.989 0 0 1 2.834 -.635l2.727 -3.818a4.5 4.5 0 0 1 4.429 -5.302z",key:"svg-0"}],["circle",{cx:"16.5",cy:"9.5",r:"1",fill:"currentColor",key:"svg-1"}]]),ve=createReactComponent("brand-storj","IconBrandStorj",[["path",{d:"M4 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M4 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M20 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M20 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M12 3m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}],["path",{d:"M12 21m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-5"}],["path",{d:"M12 21l-8 -4v-10l8 -4l8 4v10z",key:"svg-6"}],["path",{d:"M9.1 15a2.1 2.1 0 0 1 -.648 -4.098c.282 -1.648 1.319 -2.902 3.048 -2.902c1.694 0 2.906 1.203 3.23 2.8h.17a2.1 2.1 0 0 1 .202 4.19l-.202 .01h-5.8z",key:"svg-7"}],["path",{d:"M4 7l4.323 2.702",key:"svg-8"}],["path",{d:"M16.413 14.758l3.587 2.242",key:"svg-9"}],["path",{d:"M4 17l3.529 -2.206",key:"svg-10"}],["path",{d:"M14.609 10.37l5.391 -3.37",key:"svg-11"}],["path",{d:"M12 3v5",key:"svg-12"}],["path",{d:"M12 15v6",key:"svg-13"}]]),vt=createReactComponent("brand-storybook","IconBrandStorybook",[["path",{d:"M5 4l.5 16.5l13.5 .5v-18z",key:"svg-0"}],["path",{d:"M9 15c.6 1.5 1.639 2 3.283 2h-.283c1.8 0 3 -.974 3 -2.435c0 -1.194 -.831 -1.799 -2.147 -2.333l-1.975 -.802c-1.15 -.467 -1.878 -1.422 -1.878 -2.467c0 -.97 .899 -1.786 2.087 -1.893l.613 -.055c1.528 -.138 3 .762 3.3 1.985",key:"svg-1"}],["path",{d:"M16 3.5v1",key:"svg-2"}]]),va=createReactComponent("brand-storytel","IconBrandStorytel",[["path",{d:"M4.103 22c2.292 -2.933 16.825 -2.43 16.825 -11.538c0 -6.298 -4.974 -8.462 -8.451 -8.462c-3.477 0 -9.477 3.036 -9.477 11.241c0 6.374 1.103 8.759 1.103 8.759z",key:"svg-0"}]]),vr=createReactComponent("brand-strava","IconBrandStrava",[["path",{d:"M15 13l-5 -10l-5 10m6 0l4 8l4 -8",key:"svg-0"}]]),vo=createReactComponent("brand-stripe","IconBrandStripe",[["path",{d:"M11.453 8.056c0 -.623 .518 -.979 1.442 -.979c1.69 0 3.41 .343 4.605 .923l.5 -4c-.948 -.449 -2.82 -1 -5.5 -1c-1.895 0 -3.373 .087 -4.5 1c-1.172 .956 -2 2.33 -2 4c0 3.03 1.958 4.906 5 6c1.961 .69 3 .743 3 1.5c0 .735 -.851 1.5 -2 1.5c-1.423 0 -3.963 -.609 -5.5 -1.5l-.5 4c1.321 .734 3.474 1.5 6 1.5c2 0 3.957 -.468 5.084 -1.36c1.263 -.979 1.916 -2.268 1.916 -4.14c0 -3.096 -1.915 -4.547 -5 -5.637c-1.646 -.605 -2.544 -1.07 -2.544 -1.807z",key:"svg-0"}]]),vl=createReactComponent("brand-sublime-text","IconBrandSublimeText",[["path",{d:"M19 8l-14 4.5v-5.5l14 -4.5z",key:"svg-0"}],["path",{d:"M19 17l-14 4.5v-5.5l14 -4.5z",key:"svg-1"}],["path",{d:"M19 11.5l-14 -4.5",key:"svg-2"}],["path",{d:"M5 12.5l14 4.5",key:"svg-3"}]]),vc=createReactComponent("brand-sugarizer","IconBrandSugarizer",[["path",{d:"M14.277 16l3.252 -3.252a1.61 1.61 0 0 0 -2.277 -2.276l-3.252 3.251l-3.252 -3.251a1.61 1.61 0 0 0 -2.276 2.276l3.251 3.252l-3.251 3.252a1.61 1.61 0 1 0 2.276 2.277l3.252 -3.252l3.252 3.252a1.61 1.61 0 1 0 2.277 -2.277l-3.252 -3.252z",key:"svg-0"}],["path",{d:"M12 5m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}]]),vi=createReactComponent("brand-supabase","IconBrandSupabase",[["path",{d:"M4 14h8v7l8 -11h-8v-7z",key:"svg-0"}]]),vs=createReactComponent("brand-superhuman","IconBrandSuperhuman",[["path",{d:"M16 12l4 3l-8 7l-8 -7l4 -3",key:"svg-0"}],["path",{d:"M12 3l-8 6l8 6l8 -6z",key:"svg-1"}],["path",{d:"M12 15h8",key:"svg-2"}]]),vd=createReactComponent("brand-supernova","IconBrandSupernova",[["path",{d:"M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M15 15h.5c3.038 0 5.5 -1.343 5.5 -3s-2.462 -3 -5.5 -3c-1.836 0 -3.462 .49 -4.46 1.245",key:"svg-1"}],["path",{d:"M9 9h-.5c-3.038 0 -5.5 1.343 -5.5 3s2.462 3 5.5 3c1.844 0 3.476 -.495 4.474 -1.255",key:"svg-2"}],["path",{d:"M15 9v-.5c0 -3.038 -1.343 -5.5 -3 -5.5s-3 2.462 -3 5.5c0 1.833 .49 3.457 1.241 4.456",key:"svg-3"}],["path",{d:"M9 15v.5c0 3.038 1.343 5.5 3 5.5s3 -2.462 3 -5.5c0 -1.842 -.494 -3.472 -1.252 -4.47",key:"svg-4"}]]),vu=createReactComponent("brand-surfshark","IconBrandSurfshark",[["path",{d:"M19.954 9.447c-.237 -6.217 0 -6.217 -6 -6.425c-5.774 -.208 -6.824 1 -7.91 5.382c-2.884 11.816 -3.845 14.716 4.792 11.198c9.392 -3.831 9.297 -5.382 9.114 -10.155z",key:"svg-0"}],["path",{d:"M8 16h.452c1.943 .007 3.526 -1.461 3.543 -3.286v-2.428c.018 -1.828 1.607 -3.298 3.553 -3.286h.452",key:"svg-1"}]]),vp=createReactComponent("brand-svelte","IconBrandSvelte",[["path",{d:"M15 8l-5 3l.821 -.495c1.86 -1.15 4.412 -.49 5.574 1.352a3.91 3.91 0 0 1 -1.264 5.42l-5.053 3.126c-1.86 1.151 -4.312 .591 -5.474 -1.251a3.91 3.91 0 0 1 1.263 -5.42l.26 -.16",key:"svg-0"}],["path",{d:"M8 17l5 -3l-.822 .496c-1.86 1.151 -4.411 .491 -5.574 -1.351a3.91 3.91 0 0 1 1.264 -5.42l5.054 -3.127c1.86 -1.15 4.311 -.59 5.474 1.252a3.91 3.91 0 0 1 -1.264 5.42l-.26 .16",key:"svg-1"}]]),vh=createReactComponent("brand-swift","IconBrandSwift",[["path",{d:"M20.547 15.828c1.33 -4.126 -1.384 -9.521 -6.047 -12.828c-.135 -.096 2.39 6.704 1.308 9.124c-2.153 -1.454 -4.756 -3.494 -7.808 -6.124l-.5 2l-3.5 -1c4.36 4.748 7.213 7.695 8.56 8.841c-4.658 2.089 -10.65 -.978 -10.56 -.841c1.016 1.545 6 6 11 6c2 0 3.788 -.502 4.742 -1.389c.005 -.005 .432 -.446 1.378 -.17c.504 .148 1.463 .667 2.88 1.559v-1.507c0 -1.377 -.515 -2.67 -1.453 -3.665z",key:"svg-0"}]]),vv=createReactComponent("brand-symfony","IconBrandSymfony",[["path",{d:"M6 13c.458 .667 1.125 1 2 1c1.313 0 2 -.875 2 -1.5c0 -1.5 -2 -1 -2 -2c0 -.625 .516 -1.5 1.5 -1.5c2.5 0 1.563 2 5.5 2c.667 0 1 -.333 1 -1",key:"svg-0"}],["path",{d:"M9 17c-.095 .667 .238 1 1 1c1.714 0 2.714 -2 3 -6c.286 -4 1.571 -6 3 -6c.571 0 .905 .333 1 1",key:"svg-1"}],["path",{d:"M22 12c0 5.523 -4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10a10 10 0 0 1 10 10z",key:"svg-2"}]]),vg=createReactComponent("brand-tabler","IconBrandTabler",[["path",{d:"M8 9l3 3l-3 3",key:"svg-0"}],["path",{d:"M13 15l3 0",key:"svg-1"}],["path",{d:"M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z",key:"svg-2"}]]),vy=createReactComponent("brand-tailwind","IconBrandTailwind",[["path",{d:"M11.667 6c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 2 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968zm-4 6.5c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 1.975 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968z",key:"svg-0"}]]),vf=createReactComponent("brand-taobao","IconBrandTaobao",[["path",{d:"M2 5c.968 .555 1.335 1.104 2 2",key:"svg-0"}],["path",{d:"M2 10c5.007 3.674 2.85 6.544 0 10",key:"svg-1"}],["path",{d:"M10 4c-.137 4.137 -2.258 5.286 -3.709 6.684",key:"svg-2"}],["path",{d:"M10 6c2.194 -.8 3.736 -.852 6.056 -.993c4.206 -.158 5.523 2.264 5.803 5.153c.428 4.396 -.077 7.186 -2.117 9.298c-1.188 1.23 -3.238 2.62 -7.207 .259",key:"svg-3"}],["path",{d:"M11 10h6",key:"svg-4"}],["path",{d:"M13 10v6.493",key:"svg-5"}],["path",{d:"M8 13h10",key:"svg-6"}],["path",{d:"M16 15.512l.853 1.72",key:"svg-7"}],["path",{d:"M16.5 17c-1.145 .361 -7 3 -8.5 -.5",key:"svg-8"}],["path",{d:"M11.765 8.539l-1.765 2.461",key:"svg-9"}]]),vm=createReactComponent("brand-teams","IconBrandTeams",[["path",{d:"M3 7h10v10h-10z",key:"svg-0"}],["path",{d:"M6 10h4",key:"svg-1"}],["path",{d:"M8 10v4",key:"svg-2"}],["path",{d:"M8.104 17c.47 2.274 2.483 4 4.896 4a5 5 0 0 0 5 -5v-7h-5",key:"svg-3"}],["path",{d:"M18 18a4 4 0 0 0 4 -4v-5h-4",key:"svg-4"}],["path",{d:"M13.003 8.83a3 3 0 1 0 -1.833 -1.833",key:"svg-5"}],["path",{d:"M15.83 8.36a2.5 2.5 0 1 0 .594 -4.117",key:"svg-6"}]]),vk=createReactComponent("brand-ted","IconBrandTed",[["path",{d:"M2 8h4",key:"svg-0"}],["path",{d:"M4 8v8",key:"svg-1"}],["path",{d:"M13 8h-4v8h4",key:"svg-2"}],["path",{d:"M9 12h2.5",key:"svg-3"}],["path",{d:"M16 8v8h2a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3h-2z",key:"svg-4"}]]),vM=createReactComponent("brand-telegram","IconBrandTelegram",[["path",{d:"M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4",key:"svg-0"}]]),vb=createReactComponent("brand-terraform","IconBrandTerraform",[["path",{d:"M15 15.5l-11.476 -6.216a1 1 0 0 1 -.524 -.88v-4.054a1.35 1.35 0 0 1 2.03 -1.166l9.97 5.816v10.65a1.35 1.35 0 0 1 -2.03 1.166l-3.474 -2.027a1 1 0 0 1 -.496 -.863v-11.926",key:"svg-0"}],["path",{d:"M15 15.5l5.504 -3.21a1 1 0 0 0 .496 -.864v-3.576a1.35 1.35 0 0 0 -2.03 -1.166l-3.97 2.316",key:"svg-1"}]]),vI=createReactComponent("brand-tether","IconBrandTether",[["path",{d:"M14.08 20.188c-1.15 1.083 -3.02 1.083 -4.17 0l-6.93 -6.548c-.96 -.906 -1.27 -2.624 -.69 -3.831l2.4 -5.018c.47 -.991 1.72 -1.791 2.78 -1.791h9.06c1.06 0 2.31 .802 2.78 1.79l2.4 5.019c.58 1.207 .26 2.925 -.69 3.83c-3.453 3.293 -3.466 3.279 -6.94 6.549z",key:"svg-0"}],["path",{d:"M12 15v-7",key:"svg-1"}],["path",{d:"M8 8h8",key:"svg-2"}]]),vC=createReactComponent("brand-thingiverse","IconBrandThingiverse",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M8 9h8m-4 0v8",key:"svg-1"}]]),vx=createReactComponent("brand-threads","IconBrandThreads",[["path",{d:"M19 7.5c-1.333 -3 -3.667 -4.5 -7 -4.5c-5 0 -8 2.5 -8 9s3.5 9 8 9s7 -3 7 -5s-1 -5 -7 -5c-2.5 0 -3 1.25 -3 2.5c0 1.5 1 2.5 2.5 2.5c2.5 0 3.5 -1.5 3.5 -5s-2 -4 -3 -4s-1.833 .333 -2.5 1",key:"svg-0"}]]),vR=createReactComponent("brand-threejs","IconBrandThreejs",[["path",{d:"M8 22l-5 -19l19 5.5z",key:"svg-0"}],["path",{d:"M12.573 17.58l-6.152 -1.576l8.796 -9.466l1.914 6.64",key:"svg-1"}],["path",{d:"M12.573 17.58l-1.573 -6.58l6.13 2.179",key:"svg-2"}],["path",{d:"M9.527 4.893l1.473 6.107l-6.31 -1.564z",key:"svg-3"}]]),vS=createReactComponent("brand-tidal","IconBrandTidal",[["path",{d:"M5.333 6l3.334 3.25l3.333 -3.25l3.333 3.25l3.334 -3.25l3.333 3.25l-3.333 3.25l-3.334 -3.25l-3.333 3.25l3.333 3.25l-3.333 3.25l-3.333 -3.25l3.333 -3.25l-3.333 -3.25l-3.334 3.25l-3.333 -3.25z",key:"svg-0"}]]),v_=createReactComponent("brand-tiktok-filled","IconBrandTiktokFilled",[["path",{d:"M16.083 2h-4.083a1 1 0 0 0 -1 1v11.5a1.5 1.5 0 1 1 -2.519 -1.1l.12 -.1a1 1 0 0 0 .399 -.8v-4.326a1 1 0 0 0 -1.23 -.974a7.5 7.5 0 0 0 1.73 14.8l.243 -.005a7.5 7.5 0 0 0 7.257 -7.495v-2.7l.311 .153c1.122 .53 2.333 .868 3.59 .993a1 1 0 0 0 1.099 -.996v-4.033a1 1 0 0 0 -.834 -.986a5.005 5.005 0 0 1 -4.097 -4.096a1 1 0 0 0 -.986 -.835z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),vw=createReactComponent("brand-tiktok","IconBrandTiktok",[["path",{d:"M21 7.917v4.034a9.948 9.948 0 0 1 -5 -1.951v4.5a6.5 6.5 0 1 1 -8 -6.326v4.326a2.5 2.5 0 1 0 4 2v-11.5h4.083a6.005 6.005 0 0 0 4.917 4.917z",key:"svg-0"}]]),vP=createReactComponent("brand-tinder","IconBrandTinder",[["path",{d:"M18.918 8.174c2.56 4.982 .501 11.656 -5.38 12.626c-7.702 1.687 -12.84 -7.716 -7.054 -13.229c.309 -.305 1.161 -1.095 1.516 -1.349c0 .528 .27 3.475 1 3.167c3 0 4 -4.222 3.587 -7.389c2.7 1.411 4.987 3.376 6.331 6.174z",key:"svg-0"}]]),vO=createReactComponent("brand-topbuzz","IconBrandTopbuzz",[["path",{d:"M4.417 8.655a.524 .524 0 0 1 -.405 -.622l.986 -4.617a.524 .524 0 0 1 .626 -.404l14.958 3.162c.285 .06 .467 .339 .406 .622l-.987 4.618a.524 .524 0 0 1 -.625 .404l-4.345 -.92c-.198 -.04 -.315 .024 -.353 .197l-2.028 9.49a.527 .527 0 0 1 -.625 .404l-4.642 -.982a.527 .527 0 0 1 -.406 -.622l2.028 -9.493c.037 -.17 -.031 -.274 -.204 -.31l-4.384 -.927z",key:"svg-0"}]]),vF=createReactComponent("brand-torchain","IconBrandTorchain",[["path",{d:"M15.588 15.537l-3.553 -3.537l-7.742 8.18c-.791 .85 .153 2.18 1.238 1.73l9.616 -4.096a1.398 1.398 0 0 0 .44 -2.277z",key:"svg-0"}],["path",{d:"M8.412 8.464l3.553 3.536l7.742 -8.18c.791 -.85 -.153 -2.18 -1.238 -1.73l-9.616 4.098a1.398 1.398 0 0 0 -.44 2.277z",key:"svg-1"}]]),vz=createReactComponent("brand-toyota","IconBrandToyota",[["path",{d:"M12 12m-10 0a10 7 0 1 0 20 0a10 7 0 1 0 -20 0",key:"svg-0"}],["path",{d:"M9 12c0 3.866 1.343 7 3 7s3 -3.134 3 -7s-1.343 -7 -3 -7s-3 3.134 -3 7z",key:"svg-1"}],["path",{d:"M6.415 6.191c-.888 .503 -1.415 1.13 -1.415 1.809c0 1.657 3.134 3 7 3s7 -1.343 7 -3c0 -.678 -.525 -1.304 -1.41 -1.806",key:"svg-2"}]]),vD=createReactComponent("brand-trello","IconBrandTrello",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 7h3v10h-3z",key:"svg-1"}],["path",{d:"M14 7h3v6h-3z",key:"svg-2"}]]),vA=createReactComponent("brand-tripadvisor","IconBrandTripadvisor",[["path",{d:"M6.5 13.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-0"}],["path",{d:"M17.5 13.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-1"}],["path",{d:"M17.5 9a4.5 4.5 0 1 0 3.5 1.671l1 -1.671h-4.5z",key:"svg-2"}],["path",{d:"M6.5 9a4.5 4.5 0 1 1 -3.5 1.671l-1 -1.671h4.5z",key:"svg-3"}],["path",{d:"M10.5 15.5l1.5 2l1.5 -2",key:"svg-4"}],["path",{d:"M9 6.75c2 -.667 4 -.667 6 0",key:"svg-5"}]]),vj=createReactComponent("brand-tumblr","IconBrandTumblr",[["path",{d:"M14 21h4v-4h-4v-6h4v-4h-4v-4h-4v1a3 3 0 0 1 -3 3h-1v4h4v6a4 4 0 0 0 4 4",key:"svg-0"}]]),vE=createReactComponent("brand-twilio","IconBrandTwilio",[["path",{d:"M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z",key:"svg-0"}],["path",{d:"M9 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M15 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M15 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M9 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}]]),vT=createReactComponent("brand-twitch","IconBrandTwitch",[["path",{d:"M4 5v11a1 1 0 0 0 1 1h2v4l4 -4h5.584c.266 0 .52 -.105 .707 -.293l2.415 -2.414c.187 -.188 .293 -.442 .293 -.708v-8.585a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1z",key:"svg-0"}],["path",{d:"M16 8l0 4",key:"svg-1"}],["path",{d:"M12 8l0 4",key:"svg-2"}]]),vB=createReactComponent("brand-twitter-filled","IconBrandTwitterFilled",[["path",{d:"M14.058 3.41c-1.807 .767 -2.995 2.453 -3.056 4.38l-.002 .182l-.243 -.023c-2.392 -.269 -4.498 -1.512 -5.944 -3.531a1 1 0 0 0 -1.685 .092l-.097 .186l-.049 .099c-.719 1.485 -1.19 3.29 -1.017 5.203l.03 .273c.283 2.263 1.5 4.215 3.779 5.679l.173 .107l-.081 .043c-1.315 .663 -2.518 .952 -3.827 .9c-1.056 -.04 -1.446 1.372 -.518 1.878c3.598 1.961 7.461 2.566 10.792 1.6c4.06 -1.18 7.152 -4.223 8.335 -8.433l.127 -.495c.238 -.993 .372 -2.006 .401 -3.024l.003 -.332l.393 -.779l.44 -.862l.214 -.434l.118 -.247c.265 -.565 .456 -1.033 .574 -1.43l.014 -.056l.008 -.018c.22 -.593 -.166 -1.358 -.941 -1.358l-.122 .007a.997 .997 0 0 0 -.231 .057l-.086 .038a7.46 7.46 0 0 1 -.88 .36l-.356 .115l-.271 .08l-.772 .214c-1.336 -1.118 -3.144 -1.254 -5.012 -.554l-.211 .084z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),vN=createReactComponent("brand-twitter","IconBrandTwitter",[["path",{d:"M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c0 -.249 1.51 -2.772 1.818 -4.013z",key:"svg-0"}]]),v$=createReactComponent("brand-typescript","IconBrandTypescript",[["path",{d:"M15 17.5c.32 .32 .754 .5 1.207 .5h.543c.69 0 1.25 -.56 1.25 -1.25v-.25a1.5 1.5 0 0 0 -1.5 -1.5a1.5 1.5 0 0 1 -1.5 -1.5v-.25c0 -.69 .56 -1.25 1.25 -1.25h.543c.453 0 .887 .18 1.207 .5",key:"svg-0"}],["path",{d:"M9 12h4",key:"svg-1"}],["path",{d:"M11 12v6",key:"svg-2"}],["path",{d:"M21 19v-14a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2z",key:"svg-3"}]]),vL=createReactComponent("brand-uber","IconBrandUber",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 9m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M3 12h6",key:"svg-2"}]]),vW=createReactComponent("brand-ubuntu","IconBrandUbuntu",[["path",{d:"M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M17.723 7.41a7.992 7.992 0 0 0 -3.74 -2.162m-3.971 0a7.993 7.993 0 0 0 -3.789 2.216m-1.881 3.215a8 8 0 0 0 -.342 2.32c0 .738 .1 1.453 .287 2.132m1.96 3.428a7.993 7.993 0 0 0 3.759 2.19m4 0a7.993 7.993 0 0 0 3.747 -2.186m1.962 -3.43a8.008 8.008 0 0 0 .287 -2.131c0 -.764 -.107 -1.503 -.307 -2.203",key:"svg-1"}],["path",{d:"M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}]]),vH=createReactComponent("brand-unity","IconBrandUnity",[["path",{d:"M14 3l6 4v7",key:"svg-0"}],["path",{d:"M18 17l-6 4l-6 -4",key:"svg-1"}],["path",{d:"M4 14v-7l6 -4",key:"svg-2"}],["path",{d:"M4 7l8 5v9",key:"svg-3"}],["path",{d:"M20 7l-8 5",key:"svg-4"}]]),vV=createReactComponent("brand-unsplash","IconBrandUnsplash",[["path",{d:"M4 11h5v4h6v-4h5v9h-16zm5 -7h6v4h-6z",key:"svg-0"}]]),vq=createReactComponent("brand-upwork","IconBrandUpwork",[["path",{d:"M3 7v5a3 3 0 0 0 6 0v-5h1l4 6c.824 1.319 1.945 2 3.5 2a3.5 3.5 0 0 0 0 -7c-2.027 0 -3.137 1 -3.5 3c-.242 1.33 -.908 4 -2 8",key:"svg-0"}]]),vU=createReactComponent("brand-valorant","IconBrandValorant",[["path",{d:"M14.5 14h4.5l2 -2v-6z",key:"svg-0"}],["path",{d:"M9 19h5l-11 -13v6z",key:"svg-1"}]]),vG=createReactComponent("brand-vercel","IconBrandVercel",[["path",{d:"M3 19h18l-9 -15z",key:"svg-0"}]]),vX=createReactComponent("brand-vimeo","IconBrandVimeo",[["path",{d:"M3 8.5l1 1s1.5 -1.102 2 -.5c.509 .609 1.863 7.65 2.5 9c.556 1.184 1.978 2.89 4 1.5c2 -1.5 7.5 -5.5 8.5 -11.5c.444 -2.661 -1 -4 -2.5 -4c-2 0 -4.047 1.202 -4.5 4c2.05 -1.254 2.551 1 1.5 3c-1.052 2 -2 3 -2.5 3c-.49 0 -.924 -1.165 -1.5 -3.5c-.59 -2.42 -.5 -6.5 -3 -6.5s-5.5 4.5 -5.5 4.5z",key:"svg-0"}]]),vK=createReactComponent("brand-vinted","IconBrandVinted",[["path",{d:"M11.028 6c0 7.695 -.292 11.728 0 12c2.046 -5 4.246 -12.642 5.252 -14.099c.343 -.497 .768 -.93 1.257 -1.277c.603 -.39 1.292 -.76 1.463 -.575c-.07 2.319 -4.023 15.822 -4.209 16.314a6.135 6.135 0 0 1 -3.465 3.386c-3.213 .78 -3.429 -.446 -3.836 -1.134c-.95 -2.103 -1.682 -14.26 -1.445 -15.615c.05 -.523 .143 -1.851 2.491 -2c2.359 -.354 2.547 1.404 2.492 3z",key:"svg-0"}]]),vY=createReactComponent("brand-visa","IconBrandVisa",[["path",{d:"M21 15l-1 -6l-2.5 6",key:"svg-0"}],["path",{d:"M9 15l1 -6",key:"svg-1"}],["path",{d:"M3 9h1v6h.5l2.5 -6",key:"svg-2"}],["path",{d:"M16 9.5a.5 .5 0 0 0 -.5 -.5h-.75c-.721 0 -1.337 .521 -1.455 1.233l-.09 .534a1.059 1.059 0 0 0 1.045 1.233a1.059 1.059 0 0 1 1.045 1.233l-.09 .534a1.476 1.476 0 0 1 -1.455 1.233h-.75a.5 .5 0 0 1 -.5 -.5",key:"svg-3"}],["path",{d:"M18 14h2.7",key:"svg-4"}]]),vZ=createReactComponent("brand-visual-studio","IconBrandVisualStudio",[["path",{d:"M4 8l2 -1l10 13l4 -2v-12l-4 -2l-10 13l-2 -1z",key:"svg-0"}]]),vQ=createReactComponent("brand-vite","IconBrandVite",[["path",{d:"M10 4.5l6 -1.5l-2 6.5l2 -.5l-4 7v-5l-3 1z",key:"svg-0"}],["path",{d:"M15 6.5l7 -1.5l-10 17l-10 -17l7.741 1.5",key:"svg-1"}]]),vJ=createReactComponent("brand-vivaldi","IconBrandVivaldi",[["path",{d:"M21.648 6.808c-2.468 4.28 -4.937 8.56 -7.408 12.836c-.397 .777 -1.366 1.301 -2.24 1.356c-.962 .102 -1.7 -.402 -2.154 -1.254c-1.563 -2.684 -3.106 -5.374 -4.66 -8.064c-.943 -1.633 -1.891 -3.266 -2.83 -4.905a2.47 2.47 0 0 1 -.06 -2.45a2.493 2.493 0 0 1 2.085 -1.307c.951 -.065 1.85 .438 2.287 1.281c.697 1.19 2.043 3.83 2.55 4.682a3.919 3.919 0 0 0 3.282 2.017c2.126 .133 3.974 -.95 4.21 -3.058c0 -.164 .228 -3.178 .846 -3.962c.619 -.784 1.64 -1.155 2.606 -.893a2.484 2.484 0 0 1 1.814 2.062c.08 .581 -.041 1.171 -.343 1.674",key:"svg-0"}]]),v1=createReactComponent("brand-vk","IconBrandVk",[["path",{d:"M14 19h-4a8 8 0 0 1 -8 -8v-5h4v5a4 4 0 0 0 4 4h0v-9h4v4.5l.03 0a4.531 4.531 0 0 0 3.97 -4.496h4l-.342 1.711a6.858 6.858 0 0 1 -3.658 4.789h0a5.34 5.34 0 0 1 3.566 4.111l.434 2.389h0h-4a4.531 4.531 0 0 0 -3.97 -4.496v4.5z",key:"svg-0"}]]),v0=createReactComponent("brand-vlc","IconBrandVlc",[["path",{d:"M13.79 4.337l3.101 9.305c.33 .985 -.113 2.07 -1.02 2.499a9.148 9.148 0 0 1 -7.742 0c-.907 -.428 -1.35 -1.514 -1.02 -2.499l3.1 -9.305c.267 -.8 .985 -1.337 1.791 -1.337c.807 0 1.525 .537 1.79 1.337z",key:"svg-0"}],["path",{d:"M7 14h-1.429a2 2 0 0 0 -1.923 1.45l-.571 2a2 2 0 0 0 1.923 2.55h13.998a2 2 0 0 0 1.923 -2.55l-.572 -2a2 2 0 0 0 -1.923 -1.45h-1.426",key:"svg-1"}]]),v2=createReactComponent("brand-volkswagen","IconBrandVolkswagen",[["path",{d:"M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z",key:"svg-0"}],["path",{d:"M5 7l4.5 11l1.5 -5h2l1.5 5l4.5 -11",key:"svg-1"}],["path",{d:"M9 4l2 6h2l2 -6",key:"svg-2"}]]),v3=createReactComponent("brand-vsco","IconBrandVsco",[["path",{d:"M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z",key:"svg-0"}],["path",{d:"M17 12a5 5 0 1 0 -10 0a5 5 0 0 0 10 0z",key:"svg-1"}],["path",{d:"M12 3v4",key:"svg-2"}],["path",{d:"M21 12h-4",key:"svg-3"}],["path",{d:"M12 21v-4",key:"svg-4"}],["path",{d:"M3 12h4",key:"svg-5"}],["path",{d:"M18.364 5.636l-2.828 2.828",key:"svg-6"}],["path",{d:"M18.364 18.364l-2.828 -2.828",key:"svg-7"}],["path",{d:"M5.636 18.364l2.828 -2.828",key:"svg-8"}],["path",{d:"M5.636 5.636l2.828 2.828",key:"svg-9"}]]),v5=createReactComponent("brand-vscode","IconBrandVscode",[["path",{d:"M16 3v18l4 -2.5v-13z",key:"svg-0"}],["path",{d:"M9.165 13.903l-4.165 3.597l-2 -1l4.333 -4.5m1.735 -1.802l6.932 -7.198v5l-4.795 4.141",key:"svg-1"}],["path",{d:"M16 16.5l-11 -10l-2 1l13 13.5",key:"svg-2"}]]),v6=createReactComponent("brand-vue","IconBrandVue",[["path",{d:"M16.5 4l-4.5 8l-4.5 -8",key:"svg-0"}],["path",{d:"M3 4l9 16l9 -16",key:"svg-1"}]]),v9=createReactComponent("brand-walmart","IconBrandWalmart",[["path",{d:"M12 8.04v-5.04",key:"svg-0"}],["path",{d:"M15.5 10l4.5 -2.5",key:"svg-1"}],["path",{d:"M15.5 14l4.5 2.5",key:"svg-2"}],["path",{d:"M12 15.96v5.04",key:"svg-3"}],["path",{d:"M8.5 14l-4.5 2.5",key:"svg-4"}],["path",{d:"M8.5 10l-4.5 -2.505",key:"svg-5"}]]),v7=createReactComponent("brand-waze","IconBrandWaze",[["path",{d:"M6.66 17.52a7 7 0 0 1 -3.66 -4.52c2 0 3 -1 3 -2.51c0 -3.92 2.25 -7.49 7.38 -7.49c4.62 0 7.62 3.51 7.62 8a8.08 8.08 0 0 1 -3.39 6.62",key:"svg-0"}],["path",{d:"M10 18.69a17.29 17.29 0 0 0 3.33 .3h.54",key:"svg-1"}],["path",{d:"M16 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M8 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M16 9h.01",key:"svg-4"}],["path",{d:"M11 9h.01",key:"svg-5"}]]),v8=createReactComponent("brand-webflow","IconBrandWebflow",[["path",{d:"M17 10s-1.376 3.606 -1.5 4c-.046 -.4 -1.5 -8 -1.5 -8c-2.627 0 -3.766 1.562 -4.5 3.5c0 0 -1.843 4.593 -2 5c-.013 -.368 -.5 -4.5 -.5 -4.5c-.15 -2.371 -2.211 -3.98 -4 -3.98l2 12.98c2.745 -.013 4.72 -1.562 5.5 -3.5c0 0 1.44 -4.3 1.5 -4.5c.013 .18 1 8 1 8c2.758 0 4.694 -1.626 5.5 -3.5l3.5 -9.5c-2.732 0 -4.253 2.055 -5 4z",key:"svg-0"}]]),ge=createReactComponent("brand-wechat","IconBrandWechat",[["path",{d:"M16.5 10c3.038 0 5.5 2.015 5.5 4.5c0 1.397 -.778 2.645 -2 3.47l0 2.03l-1.964 -1.178a6.649 6.649 0 0 1 -1.536 .178c-3.038 0 -5.5 -2.015 -5.5 -4.5s2.462 -4.5 5.5 -4.5z",key:"svg-0"}],["path",{d:"M11.197 15.698c-.69 .196 -1.43 .302 -2.197 .302a8.008 8.008 0 0 1 -2.612 -.432l-2.388 1.432v-2.801c-1.237 -1.082 -2 -2.564 -2 -4.199c0 -3.314 3.134 -6 7 -6c3.782 0 6.863 2.57 7 5.785l0 .233",key:"svg-1"}],["path",{d:"M10 8h.01",key:"svg-2"}],["path",{d:"M7 8h.01",key:"svg-3"}],["path",{d:"M15 14h.01",key:"svg-4"}],["path",{d:"M18 14h.01",key:"svg-5"}]]),gt=createReactComponent("brand-weibo","IconBrandWeibo",[["path",{d:"M19 14.127c0 3.073 -3.502 5.873 -8 5.873c-4.126 0 -8 -2.224 -8 -5.565c0 -1.78 .984 -3.737 2.7 -5.567c2.362 -2.51 5.193 -3.687 6.551 -2.238c.415 .44 .752 1.39 .749 2.062c2 -1.615 4.308 .387 3.5 2.693c1.26 .557 2.5 .538 2.5 2.742z",key:"svg-0"}],["path",{d:"M15 4h1a5 5 0 0 1 5 5v1",key:"svg-1"}]]),ga=createReactComponent("brand-whatsapp","IconBrandWhatsapp",[["path",{d:"M3 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9",key:"svg-0"}],["path",{d:"M9 10a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1",key:"svg-1"}]]),gn=createReactComponent("brand-wikipedia","IconBrandWikipedia",[["path",{d:"M3 4.984h2",key:"svg-0"}],["path",{d:"M8 4.984h2.5",key:"svg-1"}],["path",{d:"M14.5 4.984h2.5",key:"svg-2"}],["path",{d:"M22 4.984h-2",key:"svg-3"}],["path",{d:"M4 4.984l5.455 14.516l6.545 -14.516",key:"svg-4"}],["path",{d:"M9 4.984l6 14.516l6 -14.516",key:"svg-5"}]]),gr=createReactComponent("brand-windows","IconBrandWindows",[["path",{d:"M17.8 20l-12 -1.5c-1 -.1 -1.8 -.9 -1.8 -1.9v-9.2c0 -1 .8 -1.8 1.8 -1.9l12 -1.5c1.2 -.1 2.2 .8 2.2 1.9v12.1c0 1.2 -1.1 2.1 -2.2 1.9z",key:"svg-0"}],["path",{d:"M12 5l0 14",key:"svg-1"}],["path",{d:"M4 12l16 0",key:"svg-2"}]]),go=createReactComponent("brand-windy","IconBrandWindy",[["path",{d:"M9 4c0 5.5 -.33 16 4 16s7.546 -11.27 8 -13",key:"svg-0"}],["path",{d:"M3 4c.253 5.44 1.449 16 5.894 16c4.444 0 8.42 -10.036 9.106 -14",key:"svg-1"}]]),gl=createReactComponent("brand-wish","IconBrandWish",[["path",{d:"M2 6l5.981 2.392l-.639 6.037c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.381 1.057a4.328 4.328 0 0 0 4.132 -3.57c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.38 1.056a4.328 4.328 0 0 0 4.132 -3.57l.333 -4.633",key:"svg-0"}],["path",{d:"M14.504 14.429l.334 -3",key:"svg-1"}]]),gc=createReactComponent("brand-wix","IconBrandWix",[["path",{d:"M3 9l1.5 6l1.379 -5.515a.64 .64 0 0 1 1.242 0l1.379 5.515l1.5 -6",key:"svg-0"}],["path",{d:"M13 11.5v3.5",key:"svg-1"}],["path",{d:"M16 9l5 6",key:"svg-2"}],["path",{d:"M21 9l-5 6",key:"svg-3"}],["path",{d:"M13 9h.01",key:"svg-4"}]]),gi=createReactComponent("brand-wordpress","IconBrandWordpress",[["path",{d:"M9.5 9h3",key:"svg-0"}],["path",{d:"M4 9h2.5",key:"svg-1"}],["path",{d:"M11 9l3 11l4 -9",key:"svg-2"}],["path",{d:"M5.5 9l3.5 11l3 -7",key:"svg-3"}],["path",{d:"M18 11c.177 -.528 1 -1.364 1 -2.5c0 -1.78 -.776 -2.5 -1.875 -2.5c-.898 0 -1.125 .812 -1.125 1.429c0 1.83 2 2.058 2 3.571z",key:"svg-4"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-5"}]]),gs=createReactComponent("brand-x-filled","IconBrandXFilled",[["path",{d:"M8.267 3a1 1 0 0 1 .73 .317l.076 .092l4.274 5.828l5.946 -5.944a1 1 0 0 1 1.497 1.32l-.083 .094l-6.163 6.162l6.262 8.54a1 1 0 0 1 -.697 1.585l-.109 .006h-4.267a1 1 0 0 1 -.73 -.317l-.076 -.092l-4.276 -5.829l-5.944 5.945a1 1 0 0 1 -1.497 -1.32l.083 -.094l6.161 -6.163l-6.26 -8.539a1 1 0 0 1 .697 -1.585l.109 -.006h4.267z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),gd=createReactComponent("brand-x","IconBrandX",[["path",{d:"M4 4l11.733 16h4.267l-11.733 -16z",key:"svg-0"}],["path",{d:"M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772",key:"svg-1"}]]),gu=createReactComponent("brand-xamarin","IconBrandXamarin",[["path",{d:"M15.958 21h-7.917a2 2 0 0 1 -1.732 -1l-4.041 -7a2 2 0 0 1 0 -2l4.041 -7a2 2 0 0 1 1.732 -1h7.917a2 2 0 0 1 1.732 1l4.042 7a2 2 0 0 1 0 2l-4.041 7a2 2 0 0 1 -1.733 1z",key:"svg-0"}],["path",{d:"M15 16l-6 -8",key:"svg-1"}],["path",{d:"M9 16l6 -8",key:"svg-2"}]]),gp=createReactComponent("brand-xbox","IconBrandXbox",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M6.5 5c7.72 2.266 10.037 7.597 12.5 12.5",key:"svg-1"}],["path",{d:"M17.5 5c-7.72 2.266 -10.037 7.597 -12.5 12.5",key:"svg-2"}]]),gh=createReactComponent("brand-xdeep","IconBrandXdeep",[["path",{d:"M14.401 8.398l1.599 -2.398h5l-4 6l4 6h-5l-8 -12h-5l4 6l-4 6h5l1.596 -2.393",key:"svg-0"}]]),gv=createReactComponent("brand-xing","IconBrandXing",[["path",{d:"M16 21l-4 -7l6.5 -11",key:"svg-0"}],["path",{d:"M7 7l2 3.5l-3 4.5",key:"svg-1"}]]),gg=createReactComponent("brand-yahoo","IconBrandYahoo",[["path",{d:"M3 6l5 0",key:"svg-0"}],["path",{d:"M7 18l7 0",key:"svg-1"}],["path",{d:"M4.5 6l5.5 7v5",key:"svg-2"}],["path",{d:"M10 13l6 -5",key:"svg-3"}],["path",{d:"M12.5 8l5 0",key:"svg-4"}],["path",{d:"M20 11l0 4",key:"svg-5"}],["path",{d:"M20 18l0 .01",key:"svg-6"}]]),gy=createReactComponent("brand-yandex","IconBrandYandex",[["path",{d:"M15 20v-16h-2a4 4 0 0 0 -4 4v1a4 4 0 0 0 4 4h2",key:"svg-0"}],["path",{d:"M9 20l3 -7",key:"svg-1"}]]),gf=createReactComponent("brand-yatse","IconBrandYatse",[["path",{d:"M7 3l5 2.876v5.088l4.197 -2.73l4.803 2.731l-9.281 5.478l-2.383 1.41l-2.334 1.377l-3 1.77v-5.565l3 -1.771z",key:"svg-0"}]]),gm=createReactComponent("brand-ycombinator","IconBrandYcombinator",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M8 7l4 6l4 -6",key:"svg-1"}],["path",{d:"M12 17l0 -4",key:"svg-2"}]]),gk=createReactComponent("brand-youtube-filled","IconBrandYoutubeFilled",[["path",{d:"M18 3a5 5 0 0 1 5 5v8a5 5 0 0 1 -5 5h-12a5 5 0 0 1 -5 -5v-8a5 5 0 0 1 5 -5zm-9 6v6a1 1 0 0 0 1.514 .857l5 -3a1 1 0 0 0 0 -1.714l-5 -3a1 1 0 0 0 -1.514 .857z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),gM=createReactComponent("brand-youtube-kids","IconBrandYoutubeKids",[["path",{d:"M18.608 17.75l-3.9 .268h-.027a13.83 13.83 0 0 0 -3.722 .828l-2.511 .908a4.111 4.111 0 0 1 -3.287 -.216a3.82 3.82 0 0 1 -1.98 -2.527l-1.376 -6.05a3.669 3.669 0 0 1 .536 -2.86a3.964 3.964 0 0 1 2.489 -1.661l11.25 -2.354c2.137 -.448 4.247 .85 4.713 2.9l1.403 6.162a3.677 3.677 0 0 1 -.697 3.086a4.007 4.007 0 0 1 -2.89 1.512v.002z",key:"svg-0"}],["path",{d:"M9 10l1.208 5l4.292 -4z",key:"svg-1"}]]),gb=createReactComponent("brand-youtube","IconBrandYoutube",[["path",{d:"M2 8a4 4 0 0 1 4 -4h12a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-12a4 4 0 0 1 -4 -4v-8z",key:"svg-0"}],["path",{d:"M10 9l5 3l-5 3z",key:"svg-1"}]]),gI=createReactComponent("brand-zalando","IconBrandZalando",[["path",{d:"M7.531 21c-.65 0 -1 -.15 -1.196 -.27c-.266 -.157 -.753 -.563 -1.197 -1.747a20.583 20.583 0 0 1 -1.137 -6.983c.015 -2.745 .436 -5.07 1.137 -6.975c.444 -1.2 .93 -1.605 1.197 -1.763c.192 -.103 .545 -.262 1.195 -.262c.244 0 .532 .022 .871 .075a19.093 19.093 0 0 1 6.425 2.475h.007a19.572 19.572 0 0 1 5.287 4.508c.783 .99 .879 1.627 .879 1.942c0 .315 -.096 .953 -.879 1.943a19.571 19.571 0 0 1 -5.287 4.5h-.007a19.041 19.041 0 0 1 -6.425 2.474a5.01 5.01 0 0 1 -.871 .083z",key:"svg-0"}]]),gC=createReactComponent("brand-zapier","IconBrandZapier",[["path",{d:"M3 12h6",key:"svg-0"}],["path",{d:"M21 12h-6",key:"svg-1"}],["path",{d:"M12 3v6",key:"svg-2"}],["path",{d:"M12 15v6",key:"svg-3"}],["path",{d:"M5.636 5.636l4.243 4.243",key:"svg-4"}],["path",{d:"M18.364 18.364l-4.243 -4.243",key:"svg-5"}],["path",{d:"M18.364 5.636l-4.243 4.243",key:"svg-6"}],["path",{d:"M9.879 14.121l-4.243 4.243",key:"svg-7"}]]),gx=createReactComponent("brand-zeit","IconBrandZeit",[["path",{d:"M3 20h18l-9 -16z",key:"svg-0"}]]),gR=createReactComponent("brand-zhihu","IconBrandZhihu",[["path",{d:"M14 6h6v12h-2l-2 2l-1 -2h-1z",key:"svg-0"}],["path",{d:"M4 12h6.5",key:"svg-1"}],["path",{d:"M10.5 6h-5",key:"svg-2"}],["path",{d:"M6 4c-.5 2.5 -1.5 3.5 -2.5 4.5",key:"svg-3"}],["path",{d:"M8 6v7c0 4.5 -2 5.5 -4 7",key:"svg-4"}],["path",{d:"M11 18l-3 -5",key:"svg-5"}]]),gS=createReactComponent("brand-zoom","IconBrandZoom",[["path",{d:"M17.011 9.385v5.128l3.989 3.487v-12z",key:"svg-0"}],["path",{d:"M3.887 6h10.08c1.468 0 3.033 1.203 3.033 2.803v8.196a.991 .991 0 0 1 -.975 1h-10.373c-1.667 0 -2.652 -1.5 -2.652 -3l.01 -8a.882 .882 0 0 1 .208 -.71a.841 .841 0 0 1 .67 -.287z",key:"svg-1"}]]),g_=createReactComponent("brand-zulip","IconBrandZulip",[["path",{d:"M6.5 3h11c1.325 0 2.5 1 2.5 2.5c0 2 -1.705 3.264 -2 3.5l-4.5 4l2 -5h-9a2.5 2.5 0 0 1 0 -5z",key:"svg-0"}],["path",{d:"M17.5 21h-11c-1.325 0 -2.5 -1 -2.5 -2.5c0 -2 1.705 -3.264 2 -3.5l4.5 -4l-2 5h9a2.5 2.5 0 1 1 0 5z",key:"svg-1"}]]),gw=createReactComponent("brand-zwift","IconBrandZwift",[["path",{d:"M5.5 4c-1.465 0 -2.5 1.101 -2.5 2.5s1.035 2.5 2.5 2.5h2.5l-4.637 7.19a2.434 2.434 0 0 0 -.011 2.538c.473 .787 1.35 1.272 2.3 1.272h10.848c1.465 0 2.5 -1.101 2.5 -2.5s-1.035 -2.5 -2.5 -2.5h-2.5l7 -11h-15.5z",key:"svg-0"}]]),gP=createReactComponent("bread-off","IconBreadOff",[["path",{d:"M8 4l10 .005v-.005a3 3 0 0 1 2 5.235v6.765m-.59 3.418c-.36 .36 -.86 .582 -1.41 .582h-12a2 2 0 0 1 -2 -2v-8.764a3 3 0 0 1 .418 -4.785",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),gO=createReactComponent("bread","IconBread",[["path",{d:"M18 4a3 3 0 0 1 2 5.235v8.765a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-8.764a3 3 0 0 1 1.824 -5.231h12.176v-.005z",key:"svg-0"}]]),gF=createReactComponent("briefcase-2","IconBriefcase2",[["path",{d:"M3 9a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9z",key:"svg-0"}],["path",{d:"M8 7v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2",key:"svg-1"}]]),gz=createReactComponent("briefcase-filled","IconBriefcaseFilled",[["path",{d:"M22 13.478v4.522a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-4.522l.553 .277a20.999 20.999 0 0 0 18.897 -.002l.55 -.275zm-8 -11.478a3 3 0 0 1 3 3v1h2a3 3 0 0 1 3 3v2.242l-1.447 .724a19.002 19.002 0 0 1 -16.726 .186l-.647 -.32l-1.18 -.59v-2.242a3 3 0 0 1 3 -3h2v-1a3 3 0 0 1 3 -3h4zm-2 8a1 1 0 0 0 -1 1a1 1 0 1 0 2 .01c0 -.562 -.448 -1.01 -1 -1.01zm2 -6h-4a1 1 0 0 0 -1 1v1h6v-1a1 1 0 0 0 -1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),gD=createReactComponent("briefcase-off","IconBriefcaseOff",[["path",{d:"M11 7h8a2 2 0 0 1 2 2v8m-1.166 2.818a1.993 1.993 0 0 1 -.834 .182h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M8.185 4.158a2 2 0 0 1 1.815 -1.158h4a2 2 0 0 1 2 2v2",key:"svg-1"}],["path",{d:"M12 12v.01",key:"svg-2"}],["path",{d:"M3 13a20 20 0 0 0 11.905 1.928m3.263 -.763a20 20 0 0 0 2.832 -1.165",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),gA=createReactComponent("briefcase","IconBriefcase",[["path",{d:"M3 7m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M8 7v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2",key:"svg-1"}],["path",{d:"M12 12l0 .01",key:"svg-2"}],["path",{d:"M3 13a20 20 0 0 0 18 0",key:"svg-3"}]]),gj=createReactComponent("brightness-2","IconBrightness2",[["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z",key:"svg-1"}]]),gE=createReactComponent("brightness-down-filled","IconBrightnessDownFilled",[["path",{d:"M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 4a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M17 6a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M19 11a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M17 16a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M12 18a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M7 16a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}],["path",{d:"M5 11a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-7",strokeWidth:"0"}],["path",{d:"M7 6a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-8",strokeWidth:"0"}]]),gT=createReactComponent("brightness-down","IconBrightnessDown",[["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M12 5l0 .01",key:"svg-1"}],["path",{d:"M17 7l0 .01",key:"svg-2"}],["path",{d:"M19 12l0 .01",key:"svg-3"}],["path",{d:"M17 17l0 .01",key:"svg-4"}],["path",{d:"M12 19l0 .01",key:"svg-5"}],["path",{d:"M7 17l0 .01",key:"svg-6"}],["path",{d:"M5 12l0 .01",key:"svg-7"}],["path",{d:"M7 7l0 .01",key:"svg-8"}]]),gB=createReactComponent("brightness-half","IconBrightnessHalf",[["path",{d:"M12 9a3 3 0 0 0 0 6v-6z",key:"svg-0"}],["path",{d:"M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z",key:"svg-1"}]]),gN=createReactComponent("brightness-off","IconBrightnessOff",[["path",{d:"M12 3v5m0 4v9",key:"svg-0"}],["path",{d:"M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098",key:"svg-1"}],["path",{d:"M12.5 8.5l4.15 -4.15",key:"svg-2"}],["path",{d:"M12 14l1.025 -.983m2.065 -1.981l4.28 -4.106",key:"svg-3"}],["path",{d:"M12 19.6l3.79 -3.79m2 -2l3.054 -3.054",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),g$=createReactComponent("brightness-up-filled","IconBrightnessUpFilled",[["path",{d:"M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 2a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M17.693 4.893a1 1 0 0 1 1.497 1.32l-.083 .094l-1.4 1.4a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.4 -1.4z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M16.293 16.293a1 1 0 0 1 1.32 -.083l.094 .083l1.4 1.4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.4 -1.4a1 1 0 0 1 0 -1.414z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M12 18a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M6.293 16.293a1 1 0 0 1 1.497 1.32l-.083 .094l-1.4 1.4a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.4 -1.4z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}],["path",{d:"M6 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z",fill:"currentColor",key:"svg-7",strokeWidth:"0"}],["path",{d:"M4.893 4.893a1 1 0 0 1 1.32 -.083l.094 .083l1.4 1.4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.4 -1.4a1 1 0 0 1 0 -1.414z",fill:"currentColor",key:"svg-8",strokeWidth:"0"}]]),gL=createReactComponent("brightness-up","IconBrightnessUp",[["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M12 5l0 -2",key:"svg-1"}],["path",{d:"M17 7l1.4 -1.4",key:"svg-2"}],["path",{d:"M19 12l2 0",key:"svg-3"}],["path",{d:"M17 17l1.4 1.4",key:"svg-4"}],["path",{d:"M12 19l0 2",key:"svg-5"}],["path",{d:"M7 17l-1.4 1.4",key:"svg-6"}],["path",{d:"M6 12l-2 0",key:"svg-7"}],["path",{d:"M7 7l-1.4 -1.4",key:"svg-8"}]]),gW=createReactComponent("brightness","IconBrightness",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 3l0 18",key:"svg-1"}],["path",{d:"M12 9l4.65 -4.65",key:"svg-2"}],["path",{d:"M12 14.3l7.37 -7.37",key:"svg-3"}],["path",{d:"M12 19.6l8.85 -8.85",key:"svg-4"}]]),gH=createReactComponent("broadcast-off","IconBroadcastOff",[["path",{d:"M18.364 19.364a9 9 0 0 0 -9.721 -14.717m-2.488 1.509a9 9 0 0 0 -.519 13.208",key:"svg-0"}],["path",{d:"M15.536 16.536a5 5 0 0 0 -3.536 -8.536m-3 1a5 5 0 0 0 -.535 7.536",key:"svg-1"}],["path",{d:"M12 12a1 1 0 1 0 1 1",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),gV=createReactComponent("broadcast","IconBroadcast",[["path",{d:"M18.364 19.364a9 9 0 1 0 -12.728 0",key:"svg-0"}],["path",{d:"M15.536 16.536a5 5 0 1 0 -7.072 0",key:"svg-1"}],["path",{d:"M12 13m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}]]),gq=createReactComponent("browser-check","IconBrowserCheck",[["path",{d:"M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M4 8h16",key:"svg-1"}],["path",{d:"M8 4v4",key:"svg-2"}],["path",{d:"M9.5 14.5l1.5 1.5l3 -3",key:"svg-3"}]]),gU=createReactComponent("browser-off","IconBrowserOff",[["path",{d:"M8 4h11a1 1 0 0 1 1 1v11m-.288 3.702a1 1 0 0 1 -.712 .298h-14a1 1 0 0 1 -1 -1v-14c0 -.276 .112 -.526 .293 -.707",key:"svg-0"}],["path",{d:"M4 8h4m4 0h8",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),gG=createReactComponent("browser-plus","IconBrowserPlus",[["path",{d:"M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M4 8h16",key:"svg-1"}],["path",{d:"M8 4v4",key:"svg-2"}],["path",{d:"M10 14h4",key:"svg-3"}],["path",{d:"M12 12v4",key:"svg-4"}]]),gX=createReactComponent("browser-x","IconBrowserX",[["path",{d:"M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M4 8h16",key:"svg-1"}],["path",{d:"M8 4v4",key:"svg-2"}],["path",{d:"M10 16l4 -4",key:"svg-3"}],["path",{d:"M14 16l-4 -4",key:"svg-4"}]]),gK=createReactComponent("browser","IconBrowser",[["path",{d:"M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M4 8l16 0",key:"svg-1"}],["path",{d:"M8 4l0 4",key:"svg-2"}]]),gY=createReactComponent("brush-off","IconBrushOff",[["path",{d:"M3 17a4 4 0 1 1 4 4h-4v-4z",key:"svg-0"}],["path",{d:"M21 3a16 16 0 0 0 -9.309 4.704m-1.795 2.212a15.993 15.993 0 0 0 -1.696 3.284",key:"svg-1"}],["path",{d:"M21 3a16 16 0 0 1 -4.697 9.302m-2.195 1.786a15.993 15.993 0 0 1 -3.308 1.712",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),gZ=createReactComponent("brush","IconBrush",[["path",{d:"M3 21v-4a4 4 0 1 1 4 4h-4",key:"svg-0"}],["path",{d:"M21 3a16 16 0 0 0 -12.8 10.2",key:"svg-1"}],["path",{d:"M21 3a16 16 0 0 1 -10.2 12.8",key:"svg-2"}],["path",{d:"M10.6 9a9 9 0 0 1 4.4 4.4",key:"svg-3"}]]),gQ=createReactComponent("bucket-droplet","IconBucketDroplet",[["path",{d:"M5 16l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z",key:"svg-0"}],["path",{d:"M13.737 9.737c2.299 -2.3 3.23 -5.095 2.081 -6.245c-1.15 -1.15 -3.945 -.217 -6.244 2.082c-2.3 2.299 -3.231 5.095 -2.082 6.244c1.15 1.15 3.946 .218 6.245 -2.081z",key:"svg-1"}],["path",{d:"M7.492 11.818c.362 .362 .768 .676 1.208 .934l6.895 4.047c1.078 .557 2.255 -.075 3.692 -1.512c1.437 -1.437 2.07 -2.614 1.512 -3.692c-.372 -.718 -1.72 -3.017 -4.047 -6.895a6.015 6.015 0 0 0 -.934 -1.208",key:"svg-2"}]]),gJ=createReactComponent("bucket-off","IconBucketOff",[["path",{d:"M5.029 5.036c-.655 .58 -1.029 1.25 -1.029 1.964c0 2.033 3.033 3.712 6.96 3.967m3.788 -.21c3.064 -.559 5.252 -2.029 5.252 -3.757c0 -2.21 -3.582 -4 -8 -4c-1.605 0 -3.1 .236 -4.352 .643",key:"svg-0"}],["path",{d:"M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.1 -.3 .252 -.812 .457 -1.535m.862 -3.146c.262 -.975 .735 -2.76 1.418 -5.354a7.45 7.45 0 0 0 .263 -1.965",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),g1=createReactComponent("bucket","IconBucket",[["path",{d:"M12 7m-8 0a8 4 0 1 0 16 0a8 4 0 1 0 -16 0",key:"svg-0"}],["path",{d:"M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.333 -1 1.246 -4.345 2.737 -10.035a7.45 7.45 0 0 0 .263 -1.965",key:"svg-1"}]]),g0=createReactComponent("bug-filled","IconBugFilled",[["path",{d:"M12 4a4 4 0 0 1 3.995 3.8l.005 .2a1 1 0 0 1 .428 .096l3.033 -1.938a1 1 0 1 1 1.078 1.684l-3.015 1.931a7.17 7.17 0 0 1 .476 2.227h3a1 1 0 0 1 0 2h-3v1a6.01 6.01 0 0 1 -.195 1.525l2.708 1.616a1 1 0 1 1 -1.026 1.718l-2.514 -1.501a6.002 6.002 0 0 1 -3.973 2.56v-5.918a1 1 0 0 0 -2 0v5.917a6.002 6.002 0 0 1 -3.973 -2.56l-2.514 1.503a1 1 0 1 1 -1.026 -1.718l2.708 -1.616a6.01 6.01 0 0 1 -.195 -1.526v-1h-3a1 1 0 0 1 0 -2h3.001v-.055a7 7 0 0 1 .474 -2.173l-3.014 -1.93a1 1 0 1 1 1.078 -1.684l3.032 1.939l.024 -.012l.068 -.027l.019 -.005l.016 -.006l.032 -.008l.04 -.013l.034 -.007l.034 -.004l.045 -.008l.015 -.001l.015 -.002l.087 -.004a4 4 0 0 1 4 -4zm0 2a2 2 0 0 0 -2 2h4a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),g2=createReactComponent("bug-off","IconBugOff",[["path",{d:"M9.884 5.873a3 3 0 0 1 5.116 2.127v1",key:"svg-0"}],["path",{d:"M13 9h3a6 6 0 0 1 1 3v1m-.298 3.705a5 5 0 0 1 -9.702 -1.705v-3a6 6 0 0 1 1 -3h1",key:"svg-1"}],["path",{d:"M3 13h4",key:"svg-2"}],["path",{d:"M17 13h4",key:"svg-3"}],["path",{d:"M12 20v-6",key:"svg-4"}],["path",{d:"M4 19l3.35 -2",key:"svg-5"}],["path",{d:"M4 7l3.75 2.4",key:"svg-6"}],["path",{d:"M20 7l-3.75 2.4",key:"svg-7"}],["path",{d:"M3 3l18 18",key:"svg-8"}]]),g3=createReactComponent("bug","IconBug",[["path",{d:"M9 9v-1a3 3 0 0 1 6 0v1",key:"svg-0"}],["path",{d:"M8 9h8a6 6 0 0 1 1 3v3a5 5 0 0 1 -10 0v-3a6 6 0 0 1 1 -3",key:"svg-1"}],["path",{d:"M3 13l4 0",key:"svg-2"}],["path",{d:"M17 13l4 0",key:"svg-3"}],["path",{d:"M12 20l0 -6",key:"svg-4"}],["path",{d:"M4 19l3.35 -2",key:"svg-5"}],["path",{d:"M20 19l-3.35 -2",key:"svg-6"}],["path",{d:"M4 7l3.75 2.4",key:"svg-7"}],["path",{d:"M20 7l-3.75 2.4",key:"svg-8"}]]),g5=createReactComponent("building-arch","IconBuildingArch",[["path",{d:"M3 21l18 0",key:"svg-0"}],["path",{d:"M4 21v-15a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v15",key:"svg-1"}],["path",{d:"M9 21v-8a3 3 0 0 1 6 0v8",key:"svg-2"}]]),g4=createReactComponent("building-bank","IconBuildingBank",[["path",{d:"M3 21l18 0",key:"svg-0"}],["path",{d:"M3 10l18 0",key:"svg-1"}],["path",{d:"M5 6l7 -3l7 3",key:"svg-2"}],["path",{d:"M4 10l0 11",key:"svg-3"}],["path",{d:"M20 10l0 11",key:"svg-4"}],["path",{d:"M8 14l0 3",key:"svg-5"}],["path",{d:"M12 14l0 3",key:"svg-6"}],["path",{d:"M16 14l0 3",key:"svg-7"}]]),g6=createReactComponent("building-bridge-2","IconBuildingBridge2",[["path",{d:"M6 7h12a2 2 0 0 1 2 2v9a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a4 4 0 0 0 -8 0v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-9a2 2 0 0 1 2 -2",key:"svg-0"}]]),g9=createReactComponent("building-bridge","IconBuildingBridge",[["path",{d:"M6 5l0 14",key:"svg-0"}],["path",{d:"M18 5l0 14",key:"svg-1"}],["path",{d:"M2 15l20 0",key:"svg-2"}],["path",{d:"M3 8a7.5 7.5 0 0 0 3 -2a6.5 6.5 0 0 0 12 0a7.5 7.5 0 0 0 3 2",key:"svg-3"}],["path",{d:"M12 10l0 5",key:"svg-4"}]]),g7=createReactComponent("building-broadcast-tower","IconBuildingBroadcastTower",[["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M16.616 13.924a5 5 0 1 0 -9.23 0",key:"svg-1"}],["path",{d:"M20.307 15.469a9 9 0 1 0 -16.615 0",key:"svg-2"}],["path",{d:"M9 21l3 -9l3 9",key:"svg-3"}],["path",{d:"M10 19h4",key:"svg-4"}]]),g8=createReactComponent("building-carousel","IconBuildingCarousel",[["path",{d:"M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0",key:"svg-0"}],["path",{d:"M5 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M12 4m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M5 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}],["path",{d:"M19 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-5"}],["path",{d:"M8 22l4 -10l4 10",key:"svg-6"}]]),ye=createReactComponent("building-castle","IconBuildingCastle",[["path",{d:"M15 19v-2a3 3 0 0 0 -6 0v2a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14h4v3h3v-3h4v3h3v-3h4v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M3 11l18 0",key:"svg-1"}]]),yt=createReactComponent("building-church","IconBuildingChurch",[["path",{d:"M3 21l18 0",key:"svg-0"}],["path",{d:"M10 21v-4a2 2 0 0 1 4 0v4",key:"svg-1"}],["path",{d:"M10 5l4 0",key:"svg-2"}],["path",{d:"M12 3l0 5",key:"svg-3"}],["path",{d:"M6 21v-7m-2 2l8 -8l8 8m-2 -2v7",key:"svg-4"}]]),ya=createReactComponent("building-circus","IconBuildingCircus",[["path",{d:"M4 11h16",key:"svg-0"}],["path",{d:"M12 6.5c0 1 -5 4.5 -8 4.5",key:"svg-1"}],["path",{d:"M12 6.5c0 1 5 4.5 8 4.5",key:"svg-2"}],["path",{d:"M6 11c-.333 5.333 -1 8.667 -2 10h4c1 0 4 -4 4 -9v-1",key:"svg-3"}],["path",{d:"M18 11c.333 5.333 1 8.667 2 10h-4c-1 0 -4 -4 -4 -9v-1",key:"svg-4"}],["path",{d:"M12 7v-4l2 1h-2",key:"svg-5"}]]),yn=createReactComponent("building-community","IconBuildingCommunity",[["path",{d:"M8 9l5 5v7h-5v-4m0 4h-5v-7l5 -5m1 1v-6a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v17h-8",key:"svg-0"}],["path",{d:"M13 7l0 .01",key:"svg-1"}],["path",{d:"M17 7l0 .01",key:"svg-2"}],["path",{d:"M17 11l0 .01",key:"svg-3"}],["path",{d:"M17 15l0 .01",key:"svg-4"}]]),yr=createReactComponent("building-cottage","IconBuildingCottage",[["path",{d:"M3 21l18 0",key:"svg-0"}],["path",{d:"M4 21v-11l2.5 -4.5l5.5 -2.5l5.5 2.5l2.5 4.5v11",key:"svg-1"}],["path",{d:"M12 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M9 21v-5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v5",key:"svg-3"}]]),yo=createReactComponent("building-estate","IconBuildingEstate",[["path",{d:"M3 21h18",key:"svg-0"}],["path",{d:"M19 21v-4",key:"svg-1"}],["path",{d:"M19 17a2 2 0 0 0 2 -2v-2a2 2 0 1 0 -4 0v2a2 2 0 0 0 2 2z",key:"svg-2"}],["path",{d:"M14 21v-14a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v14",key:"svg-3"}],["path",{d:"M9 17v4",key:"svg-4"}],["path",{d:"M8 13h2",key:"svg-5"}],["path",{d:"M8 9h2",key:"svg-6"}]]),yl=createReactComponent("building-factory-2","IconBuildingFactory2",[["path",{d:"M3 21h18",key:"svg-0"}],["path",{d:"M5 21v-12l5 4v-4l5 4h4",key:"svg-1"}],["path",{d:"M19 21v-8l-1.436 -9.574a.5 .5 0 0 0 -.495 -.426h-1.145a.5 .5 0 0 0 -.494 .418l-1.43 8.582",key:"svg-2"}],["path",{d:"M9 17h1",key:"svg-3"}],["path",{d:"M14 17h1",key:"svg-4"}]]),yc=createReactComponent("building-factory","IconBuildingFactory",[["path",{d:"M4 21c1.147 -4.02 1.983 -8.027 2 -12h6c.017 3.973 .853 7.98 2 12",key:"svg-0"}],["path",{d:"M12.5 13h4.5c.025 2.612 .894 5.296 2 8",key:"svg-1"}],["path",{d:"M9 5a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1",key:"svg-2"}],["path",{d:"M3 21l19 0",key:"svg-3"}]]),yi=createReactComponent("building-fortress","IconBuildingFortress",[["path",{d:"M7 21h1a1 1 0 0 0 1 -1v-1h0a3 3 0 0 1 6 0m3 2h1a1 1 0 0 0 1 -1v-15l-3 -2l-3 2v6h-4v-6l-3 -2l-3 2v15a1 1 0 0 0 1 1h2m8 -2v1a1 1 0 0 0 1 1h2",key:"svg-0"}],["path",{d:"M7 7h0v.01",key:"svg-1"}],["path",{d:"M7 10h0v.01",key:"svg-2"}],["path",{d:"M7 13h0v.01",key:"svg-3"}],["path",{d:"M17 7h0v.01",key:"svg-4"}],["path",{d:"M17 10h0v.01",key:"svg-5"}],["path",{d:"M17 13h0v.01",key:"svg-6"}]]),ys=createReactComponent("building-hospital","IconBuildingHospital",[["path",{d:"M3 21l18 0",key:"svg-0"}],["path",{d:"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16",key:"svg-1"}],["path",{d:"M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4",key:"svg-2"}],["path",{d:"M10 9l4 0",key:"svg-3"}],["path",{d:"M12 7l0 4",key:"svg-4"}]]),yd=createReactComponent("building-lighthouse","IconBuildingLighthouse",[["path",{d:"M12 3l2 3l2 15h-8l2 -15z",key:"svg-0"}],["path",{d:"M8 9l8 0",key:"svg-1"}],["path",{d:"M3 11l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M21 11l-2 -2l2 -2",key:"svg-3"}]]),yu=createReactComponent("building-monument","IconBuildingMonument",[["path",{d:"M8 18l2 -13l2 -2l2 2l2 13",key:"svg-0"}],["path",{d:"M5 21v-3h14v3",key:"svg-1"}],["path",{d:"M3 21l18 0",key:"svg-2"}]]),yp=createReactComponent("building-mosque","IconBuildingMosque",[["path",{d:"M3 21h7v-2a2 2 0 1 1 4 0v2h7",key:"svg-0"}],["path",{d:"M4 21v-10",key:"svg-1"}],["path",{d:"M20 21v-10",key:"svg-2"}],["path",{d:"M4 16h3v-3h10v3h3",key:"svg-3"}],["path",{d:"M17 13a5 5 0 0 0 -10 0",key:"svg-4"}],["path",{d:"M21 10.5c0 -.329 -.077 -.653 -.224 -.947l-.776 -1.553l-.776 1.553a2.118 2.118 0 0 0 -.224 .947a.5 .5 0 0 0 .5 .5h1a.5 .5 0 0 0 .5 -.5z",key:"svg-5"}],["path",{d:"M5 10.5c0 -.329 -.077 -.653 -.224 -.947l-.776 -1.553l-.776 1.553a2.118 2.118 0 0 0 -.224 .947a.5 .5 0 0 0 .5 .5h1a.5 .5 0 0 0 .5 -.5z",key:"svg-6"}],["path",{d:"M12 2a2 2 0 1 0 2 2",key:"svg-7"}],["path",{d:"M12 6v2",key:"svg-8"}]]),yh=createReactComponent("building-pavilion","IconBuildingPavilion",[["path",{d:"M3 21h7v-3a2 2 0 0 1 4 0v3h7",key:"svg-0"}],["path",{d:"M6 21l0 -9",key:"svg-1"}],["path",{d:"M18 21l0 -9",key:"svg-2"}],["path",{d:"M6 12h12a3 3 0 0 0 3 -3a9 8 0 0 1 -9 -6a9 8 0 0 1 -9 6a3 3 0 0 0 3 3",key:"svg-3"}]]),yv=createReactComponent("building-skyscraper","IconBuildingSkyscraper",[["path",{d:"M3 21l18 0",key:"svg-0"}],["path",{d:"M5 21v-14l8 -4v18",key:"svg-1"}],["path",{d:"M19 21v-10l-6 -4",key:"svg-2"}],["path",{d:"M9 9l0 .01",key:"svg-3"}],["path",{d:"M9 12l0 .01",key:"svg-4"}],["path",{d:"M9 15l0 .01",key:"svg-5"}],["path",{d:"M9 18l0 .01",key:"svg-6"}]]),yg=createReactComponent("building-stadium","IconBuildingStadium",[["path",{d:"M12 12m-8 0a8 2 0 1 0 16 0a8 2 0 1 0 -16 0",key:"svg-0"}],["path",{d:"M4 12v7c0 .94 2.51 1.785 6 2v-3h4v3c3.435 -.225 6 -1.07 6 -2v-7",key:"svg-1"}],["path",{d:"M15 6h4v-3h-4v7",key:"svg-2"}],["path",{d:"M7 6h4v-3h-4v7",key:"svg-3"}]]),yy=createReactComponent("building-store","IconBuildingStore",[["path",{d:"M3 21l18 0",key:"svg-0"}],["path",{d:"M3 7v1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1h-18l2 -4h14l2 4",key:"svg-1"}],["path",{d:"M5 21l0 -10.15",key:"svg-2"}],["path",{d:"M19 21l0 -10.15",key:"svg-3"}],["path",{d:"M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4",key:"svg-4"}]]),yf=createReactComponent("building-tunnel","IconBuildingTunnel",[["path",{d:"M5 21h14a2 2 0 0 0 2 -2v-7a9 9 0 0 0 -18 0v7a2 2 0 0 0 2 2z",key:"svg-0"}],["path",{d:"M8 21v-9a4 4 0 1 1 8 0v9",key:"svg-1"}],["path",{d:"M3 17h4",key:"svg-2"}],["path",{d:"M17 17h4",key:"svg-3"}],["path",{d:"M21 12h-4",key:"svg-4"}],["path",{d:"M7 12h-4",key:"svg-5"}],["path",{d:"M12 3v5",key:"svg-6"}],["path",{d:"M6 6l3 3",key:"svg-7"}],["path",{d:"M15 9l3 -3l-3 3z",key:"svg-8"}]]),ym=createReactComponent("building-warehouse","IconBuildingWarehouse",[["path",{d:"M3 21v-13l9 -4l9 4v13",key:"svg-0"}],["path",{d:"M13 13h4v8h-10v-6h6",key:"svg-1"}],["path",{d:"M13 21v-9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v3",key:"svg-2"}]]),yk=createReactComponent("building-wind-turbine","IconBuildingWindTurbine",[["path",{d:"M12 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M10 11v-2.573c0 -.18 .013 -.358 .04 -.536l.716 -4.828c.064 -.597 .597 -1.063 1.244 -1.063s1.18 .466 1.244 1.063l.716 4.828c.027 .178 .04 .357 .04 .536v2.573",key:"svg-1"}],["path",{d:"M13.01 9.28l2.235 1.276c.156 .09 .305 .19 .446 .3l3.836 2.911c.487 .352 .624 1.04 .3 1.596c-.325 .556 -1 .782 -1.548 .541l-4.555 -1.68a3.624 3.624 0 0 1 -.486 -.231l-2.235 -1.277",key:"svg-2"}],["path",{d:"M13 12.716l-2.236 1.277a3.624 3.624 0 0 1 -.485 .23l-4.555 1.681c-.551 .241 -1.223 .015 -1.548 -.54c-.324 -.557 -.187 -1.245 .3 -1.597l3.836 -2.91a3.41 3.41 0 0 1 .446 -.3l2.235 -1.277",key:"svg-3"}],["path",{d:"M7 21h10",key:"svg-4"}],["path",{d:"M10 21l1 -7",key:"svg-5"}],["path",{d:"M13 14l1 7",key:"svg-6"}]]),yM=createReactComponent("building","IconBuilding",[["path",{d:"M3 21l18 0",key:"svg-0"}],["path",{d:"M9 8l1 0",key:"svg-1"}],["path",{d:"M9 12l1 0",key:"svg-2"}],["path",{d:"M9 16l1 0",key:"svg-3"}],["path",{d:"M14 8l1 0",key:"svg-4"}],["path",{d:"M14 12l1 0",key:"svg-5"}],["path",{d:"M14 16l1 0",key:"svg-6"}],["path",{d:"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16",key:"svg-7"}]]),yb=createReactComponent("bulb-filled","IconBulbFilled",[["path",{d:"M4 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M4.893 4.893a1 1 0 0 1 1.32 -.083l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 0 -1.414z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M17.693 4.893a1 1 0 0 1 1.497 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M14 18a1 1 0 0 1 1 1a3 3 0 0 1 -6 0a1 1 0 0 1 .883 -.993l.117 -.007h4z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M12 6a6 6 0 0 1 3.6 10.8a1 1 0 0 1 -.471 .192l-.129 .008h-6a1 1 0 0 1 -.6 -.2a6 6 0 0 1 3.6 -10.8z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}]]),yI=createReactComponent("bulb-off","IconBulbOff",[["path",{d:"M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7",key:"svg-0"}],["path",{d:"M11.089 7.083a5 5 0 0 1 5.826 5.84m-1.378 2.611a5.012 5.012 0 0 1 -.537 .466a3.5 3.5 0 0 0 -1 3a2 2 0 1 1 -4 0a3.5 3.5 0 0 0 -1 -3a5 5 0 0 1 -.528 -7.544",key:"svg-1"}],["path",{d:"M9.7 17h4.6",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),yC=createReactComponent("bulb","IconBulb",[["path",{d:"M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7",key:"svg-0"}],["path",{d:"M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0 -1 3a2 2 0 0 1 -4 0a3.5 3.5 0 0 0 -1 -3",key:"svg-1"}],["path",{d:"M9.7 17l4.6 0",key:"svg-2"}]]),yx=createReactComponent("bulldozer","IconBulldozer",[["path",{d:"M2 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-1"}],["path",{d:"M19 13v4a2 2 0 0 0 2 2h1",key:"svg-2"}],["path",{d:"M14 19h-10",key:"svg-3"}],["path",{d:"M4 15h10",key:"svg-4"}],["path",{d:"M9 11v-5h2a3 3 0 0 1 3 3v6",key:"svg-5"}],["path",{d:"M5 15v-3a1 1 0 0 1 1 -1h8",key:"svg-6"}],["path",{d:"M19 17h-3",key:"svg-7"}]]),yR=createReactComponent("burger","IconBurger",[["path",{d:"M4 15h16a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z",key:"svg-0"}],["path",{d:"M12 4c3.783 0 6.953 2.133 7.786 5h-15.572c.833 -2.867 4.003 -5 7.786 -5z",key:"svg-1"}],["path",{d:"M5 12h14",key:"svg-2"}]]),yS=createReactComponent("bus-off","IconBusOff",[["path",{d:"M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M16.18 16.172a2 2 0 0 0 2.652 2.648",key:"svg-1"}],["path",{d:"M4 17h-2v-11a1 1 0 0 1 1 -1h2m4 0h8c2.761 0 5 3.134 5 7v5h-1m-5 0h-8",key:"svg-2"}],["path",{d:"M16 5l1.5 7h4.5",key:"svg-3"}],["path",{d:"M2 10h8m4 0h3",key:"svg-4"}],["path",{d:"M7 7v3",key:"svg-5"}],["path",{d:"M12 5v3",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),y_=createReactComponent("bus-stop","IconBusStop",[["path",{d:"M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M10 5h7c2.761 0 5 3.134 5 7v5h-2",key:"svg-2"}],["path",{d:"M16 17h-8",key:"svg-3"}],["path",{d:"M16 5l1.5 7h4.5",key:"svg-4"}],["path",{d:"M9.5 10h7.5",key:"svg-5"}],["path",{d:"M12 5v5",key:"svg-6"}],["path",{d:"M5 9v11",key:"svg-7"}]]),yw=createReactComponent("bus","IconBus",[["path",{d:"M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M4 17h-2v-11a1 1 0 0 1 1 -1h14a5 7 0 0 1 5 7v5h-2m-4 0h-8",key:"svg-2"}],["path",{d:"M16 5l1.5 7l4.5 0",key:"svg-3"}],["path",{d:"M2 10l15 0",key:"svg-4"}],["path",{d:"M7 5l0 5",key:"svg-5"}],["path",{d:"M12 5l0 5",key:"svg-6"}]]),yP=createReactComponent("businessplan","IconBusinessplan",[["path",{d:"M16 6m-5 0a5 3 0 1 0 10 0a5 3 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M11 6v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4",key:"svg-1"}],["path",{d:"M11 10v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4",key:"svg-2"}],["path",{d:"M11 14v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4",key:"svg-3"}],["path",{d:"M7 9h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-4"}],["path",{d:"M5 15v1m0 -8v1",key:"svg-5"}]]),yO=createReactComponent("butterfly","IconButterfly",[["path",{d:"M12 18.176a3 3 0 1 1 -4.953 -2.449l-.025 .023a4.502 4.502 0 0 1 1.483 -8.75c1.414 0 2.675 .652 3.5 1.671a4.5 4.5 0 1 1 4.983 7.079a3 3 0 1 1 -4.983 2.25z",key:"svg-0"}],["path",{d:"M12 19v-10",key:"svg-1"}],["path",{d:"M9 3l3 2l3 -2",key:"svg-2"}]]),yF=createReactComponent("cactus-filled","IconCactusFilled",[["path",{d:"M7 22a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-6a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-1a1 1 0 0 1 1.993 -.117l.007 .117v1a2 2 0 0 0 1.85 1.995l.15 .005v-7a3 3 0 0 1 5.995 -.176l.005 .176v10a2 2 0 0 0 1.995 -1.85l.005 -.15v-5a1 1 0 0 1 1.993 -.117l.007 .117v5a4 4 0 0 1 -3.8 3.995l-.2 .005v3h2a1 1 0 0 1 .117 1.993l-.117 .007h-10z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),yz=createReactComponent("cactus-off","IconCactusOff",[["path",{d:"M6 9v1a3 3 0 0 0 3 3h1",key:"svg-0"}],["path",{d:"M18 8v5a3 3 0 0 1 -.129 .872m-2.014 2a3 3 0 0 1 -.857 .124h-1",key:"svg-1"}],["path",{d:"M10 21v-11m0 -4v-1a2 2 0 1 1 4 0v5m0 4v7",key:"svg-2"}],["path",{d:"M7 21h10",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),yD=createReactComponent("cactus","IconCactus",[["path",{d:"M6 9v1a3 3 0 0 0 3 3h1",key:"svg-0"}],["path",{d:"M18 8v5a3 3 0 0 1 -3 3h-1",key:"svg-1"}],["path",{d:"M10 21v-16a2 2 0 1 1 4 0v16",key:"svg-2"}],["path",{d:"M7 21h10",key:"svg-3"}]]),yA=createReactComponent("cake-off","IconCakeOff",[["path",{d:"M21 17v-5a3 3 0 0 0 -3 -3h-5m-4 0h-3a3 3 0 0 0 -3 3v8h17",key:"svg-0"}],["path",{d:"M3 14.803c.312 .135 .654 .204 1 .197a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1m4 0a2.4 2.4 0 0 0 2 1c.35 .007 .692 -.062 1 -.197",key:"svg-1"}],["path",{d:"M10.172 6.188c.07 -.158 .163 -.31 .278 -.451l1.55 -1.737l1.465 1.638a2 2 0 0 1 -.65 3.19",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),yj=createReactComponent("cake","IconCake",[["path",{d:"M3 20h18v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3v8z",key:"svg-0"}],["path",{d:"M3 14.803c.312 .135 .654 .204 1 .197a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1c.35 .007 .692 -.062 1 -.197",key:"svg-1"}],["path",{d:"M12 4l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z",key:"svg-2"}]]),yE=createReactComponent("calculator-filled","IconCalculatorFilled",[["path",{d:"M18 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-10 15a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-8 -4a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-1 -7h-6a2 2 0 0 0 -2 2v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-1a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),yT=createReactComponent("calculator-off","IconCalculatorOff",[["path",{d:"M19.823 19.824a2 2 0 0 1 -1.823 1.176h-12a2 2 0 0 1 -2 -2v-14c0 -.295 .064 -.575 .178 -.827m2.822 -1.173h11a2 2 0 0 1 2 2v11",key:"svg-0"}],["path",{d:"M10 10h-1a1 1 0 0 1 -1 -1v-1m3 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1",key:"svg-1"}],["path",{d:"M8 14v.01",key:"svg-2"}],["path",{d:"M12 14v.01",key:"svg-3"}],["path",{d:"M8 17v.01",key:"svg-4"}],["path",{d:"M12 17v.01",key:"svg-5"}],["path",{d:"M16 17v.01",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),yB=createReactComponent("calculator","IconCalculator",[["path",{d:"M4 3m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M8 7m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M8 14l0 .01",key:"svg-2"}],["path",{d:"M12 14l0 .01",key:"svg-3"}],["path",{d:"M16 14l0 .01",key:"svg-4"}],["path",{d:"M8 17l0 .01",key:"svg-5"}],["path",{d:"M12 17l0 .01",key:"svg-6"}],["path",{d:"M16 17l0 .01",key:"svg-7"}]]),yN=createReactComponent("calendar-bolt","IconCalendarBolt",[["path",{d:"M13.5 21h-7.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-4"}]]),y$=createReactComponent("calendar-cancel","IconCalendarCancel",[["path",{d:"M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-4"}],["path",{d:"M17 21l4 -4",key:"svg-5"}]]),yL=createReactComponent("calendar-check","IconCalendarCheck",[["path",{d:"M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-4"}]]),yW=createReactComponent("calendar-code","IconCalendarCode",[["path",{d:"M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-4"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-5"}]]),yH=createReactComponent("calendar-cog","IconCalendarCog",[["path",{d:"M12 21h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}],["path",{d:"M19.001 15.5v1.5",key:"svg-5"}],["path",{d:"M19.001 21v1.5",key:"svg-6"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-7"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-8"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-9"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-10"}]]),yV=createReactComponent("calendar-dollar","IconCalendarDollar",[["path",{d:"M13 21h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h12.5",key:"svg-3"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-4"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-5"}]]),yq=createReactComponent("calendar-down","IconCalendarDown",[["path",{d:"M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}],["path",{d:"M16 3v4",key:"svg-3"}],["path",{d:"M8 3v4",key:"svg-4"}],["path",{d:"M4 11h16",key:"svg-5"}]]),yU=createReactComponent("calendar-due","IconCalendarDue",[["path",{d:"M4 5m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}]]),yG=createReactComponent("calendar-event","IconCalendarEvent",[["path",{d:"M4 5m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M16 3l0 4",key:"svg-1"}],["path",{d:"M8 3l0 4",key:"svg-2"}],["path",{d:"M4 11l16 0",key:"svg-3"}],["path",{d:"M8 15h2v2h-2z",key:"svg-4"}]]),yX=createReactComponent("calendar-exclamation","IconCalendarExclamation",[["path",{d:"M15 21h-9a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M11 15h1",key:"svg-4"}],["path",{d:"M12 15v3",key:"svg-5"}],["path",{d:"M19 16v3",key:"svg-6"}],["path",{d:"M19 22v.01",key:"svg-7"}]]),yK=createReactComponent("calendar-filled","IconCalendarFilled",[["path",{d:"M16 2a1 1 0 0 1 .993 .883l.007 .117v1h1a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h1v-1a1 1 0 0 1 1.993 -.117l.007 .117v1h6v-1a1 1 0 0 1 1 -1zm3 7h-14v9.625c0 .705 .386 1.286 .883 1.366l.117 .009h12c.513 0 .936 -.53 .993 -1.215l.007 -.16v-9.625z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 12a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 -.117 -1.993l.117 -.007h1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),yY=createReactComponent("calendar-heart","IconCalendarHeart",[["path",{d:"M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-4"}]]),yZ=createReactComponent("calendar-minus","IconCalendarMinus",[["path",{d:"M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}]]),yQ=createReactComponent("calendar-off","IconCalendarOff",[["path",{d:"M9 5h9a2 2 0 0 1 2 2v9m-.184 3.839a2 2 0 0 1 -1.816 1.161h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 1.158 -1.815",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v1",key:"svg-2"}],["path",{d:"M4 11h7m4 0h5",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),yJ=createReactComponent("calendar-pause","IconCalendarPause",[["path",{d:"M13 21h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M17 17v5",key:"svg-4"}],["path",{d:"M21 17v5",key:"svg-5"}]]),y1=createReactComponent("calendar-pin","IconCalendarPin",[["path",{d:"M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}],["path",{d:"M8 3v4",key:"svg-4"}],["path",{d:"M4 11h16",key:"svg-5"}]]),y0=createReactComponent("calendar-plus","IconCalendarPlus",[["path",{d:"M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}],["path",{d:"M19 16v6",key:"svg-5"}]]),y2=createReactComponent("calendar-question","IconCalendarQuestion",[["path",{d:"M15 21h-9a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M19 22v.01",key:"svg-4"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-5"}]]),y3=createReactComponent("calendar-repeat","IconCalendarRepeat",[["path",{d:"M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h12",key:"svg-3"}],["path",{d:"M20 14l2 2h-3",key:"svg-4"}],["path",{d:"M20 18l2 -2",key:"svg-5"}],["path",{d:"M19 16a3 3 0 1 0 2 5.236",key:"svg-6"}]]),y5=createReactComponent("calendar-sad","IconCalendarSad",[["path",{d:"M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12zm12 -4v4m-8 -4v4m-4 4h16m-9.995 3h.01m3.99 0h.01",key:"svg-0"}],["path",{d:"M10 18a3.5 3.5 0 0 1 4 0",key:"svg-1"}]]),y4=createReactComponent("calendar-search","IconCalendarSearch",[["path",{d:"M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4.5",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-4"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-5"}]]),y6=createReactComponent("calendar-share","IconCalendarShare",[["path",{d:"M12 21h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M16 22l5 -5",key:"svg-4"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-5"}]]),y9=createReactComponent("calendar-smile","IconCalendarSmile",[["path",{d:"M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12zm12 -4v4m-8 -4v4m-4 4h16m-9.995 3h.01m3.99 0h.01",key:"svg-0"}],["path",{d:"M10.005 17a3.5 3.5 0 0 0 4 0",key:"svg-1"}]]),y7=createReactComponent("calendar-star","IconCalendarStar",[["path",{d:"M11 21h-5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h11",key:"svg-3"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-4"}]]),y8=createReactComponent("calendar-stats","IconCalendarStats",[["path",{d:"M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M18 14v4h4",key:"svg-1"}],["path",{d:"M18 18m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-2"}],["path",{d:"M15 3v4",key:"svg-3"}],["path",{d:"M7 3v4",key:"svg-4"}],["path",{d:"M3 11h16",key:"svg-5"}]]),fe=createReactComponent("calendar-time","IconCalendarTime",[["path",{d:"M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M18 18m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-1"}],["path",{d:"M15 3v4",key:"svg-2"}],["path",{d:"M7 3v4",key:"svg-3"}],["path",{d:"M3 11h16",key:"svg-4"}],["path",{d:"M18 16.496v1.504l1 1",key:"svg-5"}]]),ft=createReactComponent("calendar-up","IconCalendarUp",[["path",{d:"M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M19 22v-6",key:"svg-4"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-5"}]]),fa=createReactComponent("calendar-user","IconCalendarUser",[["path",{d:"M12 21h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4.5",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}],["path",{d:"M22 22a2 2 0 0 0 -2 -2h-2a2 2 0 0 0 -2 2",key:"svg-5"}]]),fn=createReactComponent("calendar-x","IconCalendarX",[["path",{d:"M13 21h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6.5",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M22 22l-5 -5",key:"svg-4"}],["path",{d:"M17 22l5 -5",key:"svg-5"}]]),fr=createReactComponent("calendar","IconCalendar",[["path",{d:"M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z",key:"svg-0"}],["path",{d:"M16 3v4",key:"svg-1"}],["path",{d:"M8 3v4",key:"svg-2"}],["path",{d:"M4 11h16",key:"svg-3"}],["path",{d:"M11 15h1",key:"svg-4"}],["path",{d:"M12 15v3",key:"svg-5"}]]),fo=createReactComponent("camera-bolt","IconCameraBolt",[["path",{d:"M13 20h-8a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-2"}]]),fl=createReactComponent("camera-cancel","IconCameraCancel",[["path",{d:"M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M14.984 13.307a3 3 0 1 0 -2.32 2.62",key:"svg-1"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M17 21l4 -4",key:"svg-3"}]]),fc=createReactComponent("camera-check","IconCameraCheck",[["path",{d:"M11 20h-6a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-2"}]]),fi=createReactComponent("camera-code","IconCameraCode",[["path",{d:"M11 20h-6a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M14.948 13.559a3 3 0 1 0 -2.58 2.419",key:"svg-1"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-3"}]]),fs=createReactComponent("camera-cog","IconCameraCog",[["path",{d:"M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3",key:"svg-0"}],["path",{d:"M14.973 13.406a3 3 0 1 0 -2.973 2.594",key:"svg-1"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19.001 15.5v1.5",key:"svg-3"}],["path",{d:"M19.001 21v1.5",key:"svg-4"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-5"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-6"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-7"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-8"}]]),fd=createReactComponent("camera-dollar","IconCameraDollar",[["path",{d:"M13 20h-8a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v1.5",key:"svg-0"}],["path",{d:"M14.935 12.375a3.001 3.001 0 1 0 -1.902 3.442",key:"svg-1"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-3"}]]),fu=createReactComponent("camera-down","IconCameraDown",[["path",{d:"M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-3"}]]),fp=createReactComponent("camera-exclamation","IconCameraExclamation",[["path",{d:"M15 20h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),fh=createReactComponent("camera-filled","IconCameraFilled",[["path",{d:"M15 3a2 2 0 0 1 1.995 1.85l.005 .15a1 1 0 0 0 .883 .993l.117 .007h1a3 3 0 0 1 2.995 2.824l.005 .176v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-9a3 3 0 0 1 2.824 -2.995l.176 -.005h1a1 1 0 0 0 1 -1a2 2 0 0 1 1.85 -1.995l.15 -.005h6zm-3 7a3 3 0 0 0 -2.985 2.698l-.011 .152l-.004 .15l.004 .15a3 3 0 1 0 2.996 -3.15z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),fv=createReactComponent("camera-heart","IconCameraHeart",[["path",{d:"M10.5 20h-5.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2",key:"svg-0"}],["path",{d:"M14.41 11.212a3 3 0 1 0 -4.15 4.231",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}]]),fg=createReactComponent("camera-minus","IconCameraMinus",[["path",{d:"M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-2"}]]),fy=createReactComponent("camera-off","IconCameraOff",[["path",{d:"M8.297 4.289a.997 .997 0 0 1 .703 -.289h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v8m-1.187 2.828c-.249 .11 -.524 .172 -.813 .172h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1c.298 0 .58 -.065 .834 -.181",key:"svg-0"}],["path",{d:"M10.422 10.448a3 3 0 1 0 4.15 4.098",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),ff=createReactComponent("camera-pause","IconCameraPause",[["path",{d:"M13 20h-8a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M14.958 13.506a3 3 0 1 0 -1.735 2.235",key:"svg-1"}],["path",{d:"M17 17v5",key:"svg-2"}],["path",{d:"M21 17v5",key:"svg-3"}]]),fm=createReactComponent("camera-pin","IconCameraPin",[["path",{d:"M12.5 20h-7.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2",key:"svg-0"}],["path",{d:"M14.933 12.366a3.001 3.001 0 1 0 -2.933 3.634",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}]]),fk=createReactComponent("camera-plus","IconCameraPlus",[["path",{d:"M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-3"}]]),fM=createReactComponent("camera-question","IconCameraQuestion",[["path",{d:"M15 20h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2.5",key:"svg-0"}],["path",{d:"M14.975 12.612a3 3 0 1 0 -1.507 3.005",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-3"}]]),fb=createReactComponent("camera-rotate","IconCameraRotate",[["path",{d:"M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M11.245 15.904a3 3 0 0 0 3.755 -2.904m-2.25 -2.905a3 3 0 0 0 -3.75 2.905",key:"svg-1"}],["path",{d:"M14 13h2v2",key:"svg-2"}],["path",{d:"M10 13h-2v-2",key:"svg-3"}]]),fI=createReactComponent("camera-search","IconCameraSearch",[["path",{d:"M11.5 20h-6.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2.5",key:"svg-0"}],["path",{d:"M14.757 11.815a3 3 0 1 0 -3.431 4.109",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),fC=createReactComponent("camera-selfie","IconCameraSelfie",[["path",{d:"M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M9.5 15a3.5 3.5 0 0 0 5 0",key:"svg-1"}],["path",{d:"M15 11l.01 0",key:"svg-2"}],["path",{d:"M9 11l.01 0",key:"svg-3"}]]),fx=createReactComponent("camera-share","IconCameraShare",[["path",{d:"M12.5 20h-7.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M14.98 13.347a3 3 0 1 0 -2.39 2.595",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}]]),fR=createReactComponent("camera-star","IconCameraStar",[["path",{d:"M10.5 20h-5.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2.5",key:"svg-0"}],["path",{d:"M14.569 11.45a3 3 0 1 0 -4.518 3.83",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),fS=createReactComponent("camera-up","IconCameraUp",[["path",{d:"M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M12 16a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z",key:"svg-1"}],["path",{d:"M19 22v-6",key:"svg-2"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-3"}]]),f_=createReactComponent("camera-x","IconCameraX",[["path",{d:"M13.5 20h-8.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}],["path",{d:"M22 22l-5 -5",key:"svg-2"}],["path",{d:"M17 22l5 -5",key:"svg-3"}]]),fw=createReactComponent("camera","IconCamera",[["path",{d:"M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}]]),fP=createReactComponent("camper","IconCamper",[["path",{d:"M5 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M15 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-1"}],["path",{d:"M5 18h-1a1 1 0 0 1 -1 -1v-11a2 2 0 0 1 2 -2h12a4 4 0 0 1 4 4h-18",key:"svg-2"}],["path",{d:"M9 18h6",key:"svg-3"}],["path",{d:"M19 18h1a1 1 0 0 0 1 -1v-4l-3 -5",key:"svg-4"}],["path",{d:"M21 13h-7",key:"svg-5"}],["path",{d:"M14 8v10",key:"svg-6"}]]),fO=createReactComponent("campfire-filled","IconCampfireFilled",[["path",{d:"M19.757 16.03a1 1 0 0 1 .597 1.905l-.111 .035l-16 4a1 1 0 0 1 -.597 -1.905l.111 -.035l16 -4z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M3.03 16.757a1 1 0 0 1 1.098 -.749l.115 .022l16 4a1 1 0 0 1 -.37 1.962l-.116 -.022l-16 -4a1 1 0 0 1 -.727 -1.213z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M13.553 2.106c-4.174 2.086 -6.553 5.358 -6.553 8.894a5 5 0 0 0 10 0c0 -1.047 -.188 -1.808 -.606 -2.705l-.169 -.345l-.33 -.647c-.621 -1.24 -.895 -2.338 -.895 -4.303a1 1 0 0 0 -1.447 -.894z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),fF=createReactComponent("campfire","IconCampfire",[["path",{d:"M4 21l16 -4",key:"svg-0"}],["path",{d:"M20 21l-16 -4",key:"svg-1"}],["path",{d:"M12 15a4 4 0 0 0 4 -4c0 -3 -2 -3 -2 -8c-4 2 -6 5 -6 8a4 4 0 0 0 4 4z",key:"svg-2"}]]),fz=createReactComponent("candle-filled","IconCandleFilled",[["path",{d:"M14 10h-4a2 2 0 0 0 -2 2v9a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-9a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M11.254 2.334l-1.55 1.737c-1.042 1.277 -.898 3.097 .296 4.166a3 3 0 0 0 4.196 -4.28l-1.452 -1.624a1 1 0 0 0 -1.491 .001z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),fD=createReactComponent("candle","IconCandle",[["path",{d:"M9 21h6v-9a1 1 0 0 0 -1 -1h-4a1 1 0 0 0 -1 1v9z",key:"svg-0"}],["path",{d:"M12 3l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z",key:"svg-1"}]]),fA=createReactComponent("candy-off","IconCandyOff",[["path",{d:"M11.174 7.17l.119 -.12a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-.124 .124m-2 2l-2.123 2.123a2 2 0 0 1 -2.828 0l-2.829 -2.831a2 2 0 0 1 0 -2.828l2.113 -2.112",key:"svg-0"}],["path",{d:"M16.243 9.172l3.086 -.772a1.5 1.5 0 0 0 .697 -2.516l-2.216 -2.217a1.5 1.5 0 0 0 -2.44 .47l-1.248 2.913",key:"svg-1"}],["path",{d:"M9.172 16.243l-.772 3.086a1.5 1.5 0 0 1 -2.516 .697l-2.217 -2.216a1.5 1.5 0 0 1 .47 -2.44l2.913 -1.248",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),fj=createReactComponent("candy","IconCandy",[["path",{d:"M7.05 11.293l4.243 -4.243a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-4.243 4.243a2 2 0 0 1 -2.828 0l-2.829 -2.831a2 2 0 0 1 0 -2.828z",key:"svg-0"}],["path",{d:"M16.243 9.172l3.086 -.772a1.5 1.5 0 0 0 .697 -2.516l-2.216 -2.217a1.5 1.5 0 0 0 -2.44 .47l-1.248 2.913",key:"svg-1"}],["path",{d:"M9.172 16.243l-.772 3.086a1.5 1.5 0 0 1 -2.516 .697l-2.217 -2.216a1.5 1.5 0 0 1 .47 -2.44l2.913 -1.248",key:"svg-2"}]]),fE=createReactComponent("cane","IconCane",[["path",{d:"M9 21l6.324 -11.69c.54 -.974 1.756 -4.104 -1.499 -5.762c-3.255 -1.657 -5.175 .863 -5.825 2.032",key:"svg-0"}]]),fT=createReactComponent("cannabis","IconCannabis",[["path",{d:"M7 20s0 -2 1 -3.5c-1.5 0 -2 -.5 -4 -1.5c0 0 1.839 -1.38 5 -1c-1.789 -.97 -3.279 -2.03 -5 -6c0 0 3.98 -.3 6.5 3.5c-2.284 -4.9 1.5 -9.5 1.5 -9.5c2.734 5.47 2.389 7.5 1.5 9.5c2.531 -3.77 6.5 -3.5 6.5 -3.5c-1.721 3.97 -3.211 5.03 -5 6c3.161 -.38 5 1 5 1c-2 1 -2.5 1.5 -4 1.5c1 1.5 1 3.5 1 3.5c-2 0 -4.438 -2.22 -5 -3c-.563 .78 -3 3 -5 3z",key:"svg-0"}],["path",{d:"M12 22v-5",key:"svg-1"}]]),fB=createReactComponent("capsule-filled","IconCapsuleFilled",[["path",{d:"M12 2l-.243 .004a7.004 7.004 0 0 0 -6.757 6.996v6a7 7 0 0 0 7 7l.243 -.004a7.004 7.004 0 0 0 6.757 -6.996v-6a7 7 0 0 0 -7 -7z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),fN=createReactComponent("capsule-horizontal-filled","IconCapsuleHorizontalFilled",[["path",{d:"M15 5h-6a7 7 0 1 0 0 14h6a7 7 0 0 0 7 -7l-.007 -.303a7 7 0 0 0 -6.993 -6.697z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),f$=createReactComponent("capsule-horizontal","IconCapsuleHorizontal",[["path",{d:"M3 6m0 6a6 6 0 0 1 6 -6h6a6 6 0 0 1 6 6v0a6 6 0 0 1 -6 6h-6a6 6 0 0 1 -6 -6z",key:"svg-0"}]]),fL=createReactComponent("capsule","IconCapsule",[["path",{d:"M6 3m0 6a6 6 0 0 1 6 -6h0a6 6 0 0 1 6 6v6a6 6 0 0 1 -6 6h0a6 6 0 0 1 -6 -6z",key:"svg-0"}]]),fW=createReactComponent("capture-filled","IconCaptureFilled",[["path",{d:"M8 3a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 0 -.993 .883l-.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a3 3 0 0 1 2.824 -2.995l.176 -.005h2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M4 15a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 0 .883 .993l.117 .007h2a1 1 0 0 1 .117 1.993l-.117 .007h-2a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-2a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M18 3a3 3 0 0 1 2.995 2.824l.005 .176v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 0 -.883 -.993l-.117 -.007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M20 15a1 1 0 0 1 .993 .883l.007 .117v2a3 3 0 0 1 -2.824 2.995l-.176 .005h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2a1 1 0 0 0 .993 -.883l.007 -.117v-2a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}]]),fH=createReactComponent("capture-off","IconCaptureOff",[["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-0"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-1"}],["path",{d:"M16 20h2c.554 0 1.055 -.225 1.417 -.589",key:"svg-2"}],["path",{d:"M9.87 9.887a3 3 0 0 0 4.255 4.23m.58 -3.416a3.012 3.012 0 0 0 -1.4 -1.403",key:"svg-3"}],["path",{d:"M4 8v-2c0 -.548 .22 -1.044 .577 -1.405",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),fV=createReactComponent("capture","IconCapture",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-4"}]]),fq=createReactComponent("car-crane","IconCarCrane",[["path",{d:"M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5",key:"svg-2"}],["path",{d:"M12 18v-11h3",key:"svg-3"}],["path",{d:"M3 17v-5h9",key:"svg-4"}],["path",{d:"M4 12v-6l18 -3v2",key:"svg-5"}],["path",{d:"M8 12v-4l-4 -2",key:"svg-6"}]]),fU=createReactComponent("car-crash","IconCarCrash",[["path",{d:"M10 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M7 6l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-5m0 -6h8m-6 0v-5m2 0h-4",key:"svg-1"}],["path",{d:"M14 8v-2",key:"svg-2"}],["path",{d:"M19 12h2",key:"svg-3"}],["path",{d:"M17.5 15.5l1.5 1.5",key:"svg-4"}],["path",{d:"M17.5 8.5l1.5 -1.5",key:"svg-5"}]]),fG=createReactComponent("car-garage","IconCarGarage",[["path",{d:"M5 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M15 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-1"}],["path",{d:"M5 20h-2v-6l2 -5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5",key:"svg-2"}],["path",{d:"M3 6l9 -4l9 4",key:"svg-3"}]]),fX=createReactComponent("car-off","IconCarOff",[["path",{d:"M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M15.584 15.588a2 2 0 0 0 2.828 2.83",key:"svg-1"}],["path",{d:"M5 17h-2v-6l2 -5h1m4 0h4l4 5h1a2 2 0 0 1 2 2v4m-6 0h-6m-6 -6h8m4 0h3m-6 -3v-2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),fK=createReactComponent("car-suv","IconCarSuv",[["path",{d:"M5 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M16 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-1"}],["path",{d:"M5 9l2 -4h7.438a2 2 0 0 1 1.94 1.515l.622 2.485h3a2 2 0 0 1 2 2v3",key:"svg-2"}],["path",{d:"M10 9v-4",key:"svg-3"}],["path",{d:"M2 7v4",key:"svg-4"}],["path",{d:"M22.001 14.001a4.992 4.992 0 0 0 -4.001 -2.001a4.992 4.992 0 0 0 -4 2h-3a4.998 4.998 0 0 0 -8.003 .003",key:"svg-5"}],["path",{d:"M5 12v-3h13",key:"svg-6"}]]),fY=createReactComponent("car-turbine","IconCarTurbine",[["path",{d:"M11 13m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M18.86 11c.088 .66 .14 1.512 .14 2a8 8 0 1 1 -8 -8h6",key:"svg-1"}],["path",{d:"M11 9c2.489 .108 4.489 .108 6 0",key:"svg-2"}],["path",{d:"M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-3"}],["path",{d:"M11 13l-3.5 -1.5",key:"svg-4"}],["path",{d:"M11 13l2.5 3",key:"svg-5"}],["path",{d:"M8.5 16l2.5 -3",key:"svg-6"}],["path",{d:"M11 13l3.5 -1.5",key:"svg-7"}],["path",{d:"M11 9v4",key:"svg-8"}]]),fZ=createReactComponent("car","IconCar",[["path",{d:"M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 17h-2v-6l2 -5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5",key:"svg-2"}]]),fQ=createReactComponent("caravan","IconCaravan",[["path",{d:"M7 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M11 18h7a2 2 0 0 0 2 -2v-7a2 2 0 0 0 -2 -2h-9.5a5.5 5.5 0 0 0 -5.5 5.5v3.5a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M8 7l7 -3l1 3",key:"svg-2"}],["path",{d:"M13 11m0 .5a.5 .5 0 0 1 .5 -.5h2a.5 .5 0 0 1 .5 .5v2a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5z",key:"svg-3"}],["path",{d:"M20 16h2",key:"svg-4"}]]),fJ=createReactComponent("cardboards-off","IconCardboardsOff",[["path",{d:"M20.96 16.953c.026 -.147 .04 -.298 .04 -.453v-8.5a2 2 0 0 0 -2 -2h-9m-4 0h-1a2 2 0 0 0 -2 2v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06c.155 0 .307 -.014 .454 -.041",key:"svg-0"}],["path",{d:"M8 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M16.714 12.7a1 1 0 0 0 -1.417 -1.411l1.417 1.41z",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),f1=createReactComponent("cardboards","IconCardboards",[["path",{d:"M3 8v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06a2.5 2.5 0 0 0 2.5 -2.5v-8.5a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2z",key:"svg-0"}],["path",{d:"M8 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M16 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}]]),f0=createReactComponent("cards-filled","IconCardsFilled",[["path",{d:"M10.348 3.169l-7.15 3.113a2 2 0 0 0 -1.03 2.608l4.92 11.895a1.96 1.96 0 0 0 2.59 1.063l7.142 -3.11a2.002 2.002 0 0 0 1.036 -2.611l-4.92 -11.894a1.96 1.96 0 0 0 -2.588 -1.064z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M16 3a2 2 0 0 1 1.995 1.85l.005 .15v3.5a1 1 0 0 1 -1.993 .117l-.007 -.117v-3.5h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M19.08 5.61a1 1 0 0 1 1.31 -.53c.257 .108 .505 .21 .769 .314a2 2 0 0 1 1.114 2.479l-.056 .146l-2.298 5.374a1 1 0 0 1 -1.878 -.676l.04 -.11l2.296 -5.371l-.366 -.148l-.402 -.167a1 1 0 0 1 -.53 -1.312z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),f2=createReactComponent("cards","IconCards",[["path",{d:"M3.604 7.197l7.138 -3.109a.96 .96 0 0 1 1.27 .527l4.924 11.902a1 1 0 0 1 -.514 1.304l-7.137 3.109a.96 .96 0 0 1 -1.271 -.527l-4.924 -11.903a1 1 0 0 1 .514 -1.304z",key:"svg-0"}],["path",{d:"M15 4h1a1 1 0 0 1 1 1v3.5",key:"svg-1"}],["path",{d:"M20 6c.264 .112 .52 .217 .768 .315a1 1 0 0 1 .53 1.311l-2.298 5.374",key:"svg-2"}]]),f3=createReactComponent("caret-down-filled","IconCaretDownFilled",[["path",{d:"M18 9c.852 0 1.297 .986 .783 1.623l-.076 .084l-6 6a1 1 0 0 1 -1.32 .083l-.094 -.083l-6 -6l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057v-.118l.005 -.058l.009 -.06l.01 -.052l.032 -.108l.027 -.067l.07 -.132l.065 -.09l.073 -.081l.094 -.083l.077 -.054l.096 -.054l.036 -.017l.067 -.027l.108 -.032l.053 -.01l.06 -.01l.057 -.004l12.059 -.002z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),f5=createReactComponent("caret-down","IconCaretDown",[["path",{d:"M6 10l6 6l6 -6h-12",key:"svg-0"}]]),f4=createReactComponent("caret-left-filled","IconCaretLeftFilled",[["path",{d:"M13.883 5.007l.058 -.005h.118l.058 .005l.06 .009l.052 .01l.108 .032l.067 .027l.132 .07l.09 .065l.081 .073l.083 .094l.054 .077l.054 .096l.017 .036l.027 .067l.032 .108l.01 .053l.01 .06l.004 .057l.002 .059v12c0 .852 -.986 1.297 -1.623 .783l-.084 -.076l-6 -6a1 1 0 0 1 -.083 -1.32l.083 -.094l6 -6l.094 -.083l.077 -.054l.096 -.054l.036 -.017l.067 -.027l.108 -.032l.053 -.01l.06 -.01z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),f6=createReactComponent("caret-left-right-filled","IconCaretLeftRightFilled",[["path",{d:"M13 6c0 -.89 1.077 -1.337 1.707 -.707l6 6a1 1 0 0 1 0 1.414l-6 6a.95 .95 0 0 1 -.082 .073l-.009 .006l-.022 .016l-.058 .042l-.016 .009l-.009 .007l-.028 .014l-.043 .024l-.018 .007l-.018 .01l-.034 .012l-.033 .015l-.026 .007l-.02 .008l-.026 .005l-.036 .012l-.029 .004l-.024 .006l-.028 .003l-.031 .006l-.032 .002l-.026 .003h-.026l-.033 .002l-.033 -.002h-.026l-.026 -.003l-.032 -.002l-.031 -.006l-.028 -.003l-.024 -.006l-.03 -.004l-.035 -.012l-.027 -.005l-.019 -.008l-.026 -.007l-.033 -.015l-.034 -.012l-.018 -.01l-.018 -.007l-.043 -.024l-.028 -.014l-.009 -.007l-.016 -.009l-.058 -.042l-.019 -.012l-.003 -.004l-.01 -.006a1.006 1.006 0 0 1 -.154 -.155l-.006 -.009l-.016 -.022l-.042 -.058l-.009 -.016l-.007 -.009l-.014 -.028l-.024 -.043l-.007 -.018l-.01 -.018l-.012 -.034l-.015 -.033l-.007 -.026l-.008 -.02l-.005 -.026l-.012 -.036l-.004 -.029l-.006 -.024l-.003 -.028l-.006 -.031l-.002 -.032l-.003 -.026v-.026l-.002 -.033v-12z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M9.293 5.293c.63 -.63 1.707 -.184 1.707 .707v12l-.002 .033v.026l-.003 .026l-.002 .032l-.006 .031l-.003 .028l-.006 .024l-.004 .03l-.012 .035l-.005 .027l-.008 .019l-.007 .026l-.015 .033l-.012 .034l-.01 .018l-.007 .018l-.024 .043l-.014 .028l-.007 .009l-.009 .016l-.042 .058l-.012 .019l-.004 .003l-.006 .01a1.006 1.006 0 0 1 -.155 .154l-.009 .006l-.022 .016l-.058 .042l-.016 .009l-.009 .007l-.028 .014l-.043 .024l-.018 .007l-.018 .01l-.034 .012l-.033 .015l-.026 .007l-.02 .008l-.026 .005l-.036 .012l-.029 .004l-.024 .006l-.028 .003l-.031 .006l-.032 .002l-.026 .003h-.026l-.033 .002l-.033 -.002h-.026l-.028 -.003l-.03 -.002l-.032 -.006l-.027 -.003l-.025 -.006l-.028 -.004l-.037 -.012l-.026 -.005l-.02 -.008l-.025 -.007l-.034 -.015l-.033 -.012l-.019 -.01l-.017 -.007l-.044 -.024l-.027 -.014l-.01 -.007l-.015 -.009l-.059 -.042l-.018 -.012l-.004 -.004l-.008 -.006a1.006 1.006 0 0 1 -.082 -.073l-6 -6a1 1 0 0 1 0 -1.414l6 -6z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),f9=createReactComponent("caret-left-right","IconCaretLeftRight",[["path",{d:"M14 18l6 -6l-6 -6v12",key:"svg-0"}],["path",{d:"M10 18l-6 -6l6 -6v12",key:"svg-1"}]]),f7=createReactComponent("caret-left","IconCaretLeft",[["path",{d:"M14 6l-6 6l6 6v-12",key:"svg-0"}]]),f8=createReactComponent("caret-right-filled","IconCaretRightFilled",[["path",{d:"M9 6c0 -.852 .986 -1.297 1.623 -.783l.084 .076l6 6a1 1 0 0 1 .083 1.32l-.083 .094l-6 6l-.094 .083l-.077 .054l-.096 .054l-.036 .017l-.067 .027l-.108 .032l-.053 .01l-.06 .01l-.057 .004l-.059 .002l-.059 -.002l-.058 -.005l-.06 -.009l-.052 -.01l-.108 -.032l-.067 -.027l-.132 -.07l-.09 -.065l-.081 -.073l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057l-.002 -12.059z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),me=createReactComponent("caret-right","IconCaretRight",[["path",{d:"M10 18l6 -6l-6 -6v12",key:"svg-0"}]]),mt=createReactComponent("caret-up-down-filled","IconCaretUpDownFilled",[["path",{d:"M11.293 3.293a1 1 0 0 1 1.414 0l6 6a.95 .95 0 0 1 .073 .082l.006 .008l.016 .022l.042 .059l.009 .015l.007 .01l.014 .027l.024 .044l.007 .017l.01 .02l.012 .032l.015 .034l.007 .025l.008 .02l.005 .026l.012 .037l.004 .028l.006 .025l.003 .026l.006 .033l.002 .03l.003 .028v.026l.002 .033l-.002 .033v.026l-.003 .026l-.002 .032l-.005 .029l-.004 .03l-.006 .024l-.004 .03l-.012 .035l-.005 .027l-.008 .019l-.007 .026l-.015 .033l-.012 .034l-.01 .018l-.007 .018l-.024 .043l-.014 .028l-.007 .009l-.009 .016l-.042 .058l-.012 .019l-.004 .003l-.006 .01a1.006 1.006 0 0 1 -.155 .154l-.009 .006l-.022 .016l-.058 .042l-.016 .009l-.009 .007l-.028 .014l-.043 .024l-.018 .007l-.018 .01l-.034 .012l-.033 .015l-.024 .006l-.021 .009l-.027 .005l-.036 .012l-.029 .004l-.024 .006l-.028 .003l-.031 .006l-.032 .002l-.026 .003h-.026l-.033 .002h-12c-.89 0 -1.337 -1.077 -.707 -1.707l6 -6z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M18 13l.033 .002h.026l.026 .003l.032 .002l.031 .006l.028 .003l.024 .006l.03 .004l.035 .012l.027 .005l.019 .008l.026 .007l.033 .015l.034 .012l.018 .01l.018 .007l.043 .024l.028 .014l.009 .007l.016 .009l.051 .037l.026 .017l.003 .004l.01 .006a.982 .982 0 0 1 .154 .155l.006 .009l.015 .02l.043 .06l.009 .016l.007 .009l.014 .028l.024 .043l.005 .013l.012 .023l.012 .034l.015 .033l.007 .026l.008 .02l.005 .026l.012 .036l.004 .029l.006 .024l.003 .028l.006 .031l.002 .032l.003 .026v.026l.002 .033l-.002 .033v.026l-.003 .026l-.002 .032l-.006 .031l-.003 .028l-.006 .024l-.004 .03l-.012 .035l-.005 .027l-.008 .019l-.007 .026l-.015 .033l-.012 .034l-.01 .018l-.007 .018l-.024 .043l-.014 .028l-.007 .009l-.009 .016l-.042 .058l-.012 .019l-.004 .003l-.006 .01l-.073 .081l-6 6a1 1 0 0 1 -1.414 0l-6 -6c-.63 -.63 -.184 -1.707 .707 -1.707h12z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),ma=createReactComponent("caret-up-down","IconCaretUpDown",[["path",{d:"M18 10l-6 -6l-6 6h12",key:"svg-0"}],["path",{d:"M18 14l-6 6l-6 -6h12",key:"svg-1"}]]),mn=createReactComponent("caret-up-filled","IconCaretUpFilled",[["path",{d:"M11.293 7.293a1 1 0 0 1 1.32 -.083l.094 .083l6 6l.083 .094l.054 .077l.054 .096l.017 .036l.027 .067l.032 .108l.01 .053l.01 .06l.004 .057l.002 .059l-.002 .059l-.005 .058l-.009 .06l-.01 .052l-.032 .108l-.027 .067l-.07 .132l-.065 .09l-.073 .081l-.094 .083l-.077 .054l-.096 .054l-.036 .017l-.067 .027l-.108 .032l-.053 .01l-.06 .01l-.057 .004l-.059 .002h-12c-.852 0 -1.297 -.986 -.783 -1.623l.076 -.084l6 -6z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),mr=createReactComponent("caret-up","IconCaretUp",[["path",{d:"M18 14l-6 -6l-6 6h12",key:"svg-0"}]]),mo=createReactComponent("carousel-horizontal-filled","IconCarouselHorizontalFilled",[["path",{d:"M16 4h-8a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M22 6a1 1 0 0 1 .117 1.993l-.117 .007h-1v8h1a1 1 0 0 1 .117 1.993l-.117 .007h-1a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-8a2 2 0 0 1 1.85 -1.995l.15 -.005h1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M3 6a2 2 0 0 1 1.995 1.85l.005 .15v8a2 2 0 0 1 -1.85 1.995l-.15 .005h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-8h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),ml=createReactComponent("carousel-horizontal","IconCarouselHorizontal",[["path",{d:"M7 5m0 1a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M22 17h-1a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h1",key:"svg-1"}],["path",{d:"M2 17h1a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1h-1",key:"svg-2"}]]),mc=createReactComponent("carousel-vertical-filled","IconCarouselVerticalFilled",[["path",{d:"M18 6h-12a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-8a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M16 19a2 2 0 0 1 1.995 1.85l.005 .15v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1h-8v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a2 2 0 0 1 1.85 -1.995l.15 -.005h8z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M17 1a1 1 0 0 1 .993 .883l.007 .117v1a2 2 0 0 1 -1.85 1.995l-.15 .005h-8a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-1a1 1 0 0 1 1.993 -.117l.007 .117v1h8v-1a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),mi=createReactComponent("carousel-vertical","IconCarouselVertical",[["path",{d:"M19 8v8a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1z",key:"svg-0"}],["path",{d:"M7 22v-1a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v1",key:"svg-1"}],["path",{d:"M17 2v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1",key:"svg-2"}]]),ms=createReactComponent("carrot-off","IconCarrotOff",[["path",{d:"M8.868 8.846c-2.756 3.382 -5.868 12.154 -5.868 12.154s8.75 -3.104 12.134 -5.85m1.667 -2.342a4.486 4.486 0 0 0 -5.589 -5.615",key:"svg-0"}],["path",{d:"M9 13l-1.5 -1.5",key:"svg-1"}],["path",{d:"M22 8s-1.14 -2 -3 -2c-1.406 0 -3 2 -3 2s1.14 2 3 2s3 -2 3 -2z",key:"svg-2"}],["path",{d:"M16 2s-2 1.14 -2 3s2 3 2 3s2 -1.577 2 -3c0 -1.86 -2 -3 -2 -3z",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),md=createReactComponent("carrot","IconCarrot",[["path",{d:"M3 21s9.834 -3.489 12.684 -6.34a4.487 4.487 0 0 0 0 -6.344a4.483 4.483 0 0 0 -6.342 0c-2.86 2.861 -6.347 12.689 -6.347 12.689z",key:"svg-0"}],["path",{d:"M9 13l-1.5 -1.5",key:"svg-1"}],["path",{d:"M16 14l-2 -2",key:"svg-2"}],["path",{d:"M22 8s-1.14 -2 -3 -2c-1.406 0 -3 2 -3 2s1.14 2 3 2s3 -2 3 -2z",key:"svg-3"}],["path",{d:"M16 2s-2 1.14 -2 3s2 3 2 3s2 -1.577 2 -3c0 -1.86 -2 -3 -2 -3z",key:"svg-4"}]]),mu=createReactComponent("cash-banknote-off","IconCashBanknoteOff",[["path",{d:"M9.88 9.878a3 3 0 1 0 4.242 4.243m.58 -3.425a3.012 3.012 0 0 0 -1.412 -1.405",key:"svg-0"}],["path",{d:"M10 6h9a2 2 0 0 1 2 2v8c0 .294 -.064 .574 -.178 .825m-2.822 1.175h-13a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1",key:"svg-1"}],["path",{d:"M18 12l.01 0",key:"svg-2"}],["path",{d:"M6 12l.01 0",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),mp=createReactComponent("cash-banknote","IconCashBanknote",[["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M3 6m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M18 12l.01 0",key:"svg-2"}],["path",{d:"M6 12l.01 0",key:"svg-3"}]]),mh=createReactComponent("cash-off","IconCashOff",[["path",{d:"M13 9h6a2 2 0 0 1 2 2v6m-2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M12.582 12.59a2 2 0 0 0 2.83 2.826",key:"svg-1"}],["path",{d:"M17 9v-2a2 2 0 0 0 -2 -2h-6m-4 0a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),mv=createReactComponent("cash","IconCash",[["path",{d:"M7 9m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M17 9v-2a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h2",key:"svg-2"}]]),mg=createReactComponent("cast-off","IconCastOff",[["path",{d:"M3 19h.01",key:"svg-0"}],["path",{d:"M7 19a4 4 0 0 0 -4 -4",key:"svg-1"}],["path",{d:"M11 19a8 8 0 0 0 -8 -8",key:"svg-2"}],["path",{d:"M15 19h3a3 3 0 0 0 .875 -.13m2 -2a3 3 0 0 0 .128 -.868v-8a3 3 0 0 0 -3 -3h-9m-3.865 .136a3 3 0 0 0 -1.935 1.864",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),my=createReactComponent("cast","IconCast",[["path",{d:"M3 19l.01 0",key:"svg-0"}],["path",{d:"M7 19a4 4 0 0 0 -4 -4",key:"svg-1"}],["path",{d:"M11 19a8 8 0 0 0 -8 -8",key:"svg-2"}],["path",{d:"M15 19h3a3 3 0 0 0 3 -3v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -2.8 2",key:"svg-3"}]]),mf=createReactComponent("cat","IconCat",[["path",{d:"M20 3v10a8 8 0 1 1 -16 0v-10l3.432 3.432a7.963 7.963 0 0 1 4.568 -1.432c1.769 0 3.403 .574 4.728 1.546l3.272 -3.546z",key:"svg-0"}],["path",{d:"M2 16h5l-4 4",key:"svg-1"}],["path",{d:"M22 16h-5l4 4",key:"svg-2"}],["path",{d:"M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M9 11v.01",key:"svg-4"}],["path",{d:"M15 11v.01",key:"svg-5"}]]),mm=createReactComponent("category-2","IconCategory2",[["path",{d:"M14 4h6v6h-6z",key:"svg-0"}],["path",{d:"M4 14h6v6h-6z",key:"svg-1"}],["path",{d:"M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M7 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}]]),mk=createReactComponent("category-filled","IconCategoryFilled",[["path",{d:"M10 3h-6a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M20 3h-6a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M10 13h-6a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M17 13a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}]]),mM=createReactComponent("category-minus","IconCategoryMinus",[["path",{d:"M4 4h6v6h-6zm10 0h6v6h-6zm-10 10h6v6h-6zm10 3h6",key:"svg-0"}]]),mb=createReactComponent("category-plus","IconCategoryPlus",[["path",{d:"M4 4h6v6h-6zm10 0h6v6h-6zm-10 10h6v6h-6zm10 3h6m-3 -3v6",key:"svg-0"}]]),mI=createReactComponent("category","IconCategory",[["path",{d:"M4 4h6v6h-6z",key:"svg-0"}],["path",{d:"M14 4h6v6h-6z",key:"svg-1"}],["path",{d:"M4 14h6v6h-6z",key:"svg-2"}],["path",{d:"M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}]]),mC=createReactComponent("ce-off","IconCeOff",[["path",{d:"M11 4a7.99 7.99 0 0 0 -2.581 .426",key:"svg-0"}],["path",{d:"M5.867 5.864a8 8 0 0 0 5.133 14.136",key:"svg-1"}],["path",{d:"M20 4a8 8 0 0 0 -7.29 4.7",key:"svg-2"}],["path",{d:"M12 12a8 8 0 0 0 8 8",key:"svg-3"}],["path",{d:"M16 12h4",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),mx=createReactComponent("ce","IconCe",[["path",{d:"M9 6a6 6 0 1 0 0 12",key:"svg-0"}],["path",{d:"M21 6a6 6 0 1 0 0 12",key:"svg-1"}],["path",{d:"M15 12h6",key:"svg-2"}]]),mR=createReactComponent("cell-signal-1","IconCellSignal1",[["path",{d:"M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z",key:"svg-0"}]]),mS=createReactComponent("cell-signal-2","IconCellSignal2",[["path",{d:"M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z",key:"svg-0"}],["path",{d:"M8 20v-5",key:"svg-1"}]]),m_=createReactComponent("cell-signal-3","IconCellSignal3",[["path",{d:"M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z",key:"svg-0"}],["path",{d:"M12 20v-9",key:"svg-1"}]]),mw=createReactComponent("cell-signal-4","IconCellSignal4",[["path",{d:"M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z",key:"svg-0"}],["path",{d:"M16 7v13",key:"svg-1"}]]),mP=createReactComponent("cell-signal-5","IconCellSignal5",[["path",{d:"M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z",key:"svg-0"}],["path",{d:"M16 7v13",key:"svg-1"}],["path",{d:"M12 20v-9",key:"svg-2"}],["path",{d:"M8 20v-5",key:"svg-3"}]]),mO=createReactComponent("cell-signal-off","IconCellSignalOff",[["path",{d:"M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l7.265 -7.264m2 -2l5.272 -5.272a.731 .731 0 0 1 1.249 .517v11.269",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),mF=createReactComponent("cell","IconCell",[["path",{d:"M8 4l-4 2v5l4 2l4 -2v-5z",key:"svg-0"}],["path",{d:"M12 11l4 2l4 -2v-5l-4 -2l-4 2",key:"svg-1"}],["path",{d:"M8 13v5l4 2l4 -2v-5",key:"svg-2"}]]),mz=createReactComponent("certificate-2-off","IconCertificate2Off",[["path",{d:"M12 12a3 3 0 1 0 3 3",key:"svg-0"}],["path",{d:"M11 7h3",key:"svg-1"}],["path",{d:"M10 18v4l2 -1l2 1v-4",key:"svg-2"}],["path",{d:"M10 19h-2a2 2 0 0 1 -2 -2v-11m1.18 -2.825c.25 -.112 .529 -.175 .82 -.175h8a2 2 0 0 1 2 2v9m-.175 3.82a2 2 0 0 1 -1.825 1.18h-2",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),mD=createReactComponent("certificate-2","IconCertificate2",[["path",{d:"M12 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M10 7h4",key:"svg-1"}],["path",{d:"M10 18v4l2 -1l2 1v-4",key:"svg-2"}],["path",{d:"M10 19h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2",key:"svg-3"}]]),mA=createReactComponent("certificate-off","IconCertificateOff",[["path",{d:"M12.876 12.881a3 3 0 0 0 4.243 4.243m.588 -3.42a3.012 3.012 0 0 0 -1.437 -1.423",key:"svg-0"}],["path",{d:"M13 17.5v4.5l2 -1.5l2 1.5v-4.5",key:"svg-1"}],["path",{d:"M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2m4 0h10a2 2 0 0 1 2 2v10",key:"svg-2"}],["path",{d:"M6 9h3m4 0h5",key:"svg-3"}],["path",{d:"M6 12h3",key:"svg-4"}],["path",{d:"M6 15h2",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),mj=createReactComponent("certificate","IconCertificate",[["path",{d:"M15 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M13 17.5v4.5l2 -1.5l2 1.5v-4.5",key:"svg-1"}],["path",{d:"M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -1 1.73",key:"svg-2"}],["path",{d:"M6 9l12 0",key:"svg-3"}],["path",{d:"M6 12l3 0",key:"svg-4"}],["path",{d:"M6 15l2 0",key:"svg-5"}]]),mE=createReactComponent("chair-director","IconChairDirector",[["path",{d:"M6 21l12 -9",key:"svg-0"}],["path",{d:"M6 12l12 9",key:"svg-1"}],["path",{d:"M5 12h14",key:"svg-2"}],["path",{d:"M6 3v9",key:"svg-3"}],["path",{d:"M18 3v9",key:"svg-4"}],["path",{d:"M6 8h12",key:"svg-5"}],["path",{d:"M6 5h12",key:"svg-6"}]]),mT=createReactComponent("chalkboard-off","IconChalkboardOff",[["path",{d:"M8 19h-3a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2m4 0h10a2 2 0 0 1 2 2v10",key:"svg-0"}],["path",{d:"M17 17v1a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h4",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),mB=createReactComponent("chalkboard","IconChalkboard",[["path",{d:"M8 19h-3a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v11a1 1 0 0 1 -1 1",key:"svg-0"}],["path",{d:"M11 16m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-1"}]]),mN=createReactComponent("charging-pile","IconChargingPile",[["path",{d:"M18 7l-1 1",key:"svg-0"}],["path",{d:"M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3",key:"svg-1"}],["path",{d:"M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14",key:"svg-2"}],["path",{d:"M9 11.5l-1.5 2.5h3l-1.5 2.5",key:"svg-3"}],["path",{d:"M3 20l12 0",key:"svg-4"}],["path",{d:"M4 8l10 0",key:"svg-5"}]]),m$=createReactComponent("chart-arcs-3","IconChartArcs3",[["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M7 12a5 5 0 1 0 5 -5",key:"svg-1"}],["path",{d:"M6.29 18.957a9 9 0 1 0 5.71 -15.957",key:"svg-2"}]]),mL=createReactComponent("chart-arcs","IconChartArcs",[["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M16.924 11.132a5 5 0 1 0 -4.056 5.792",key:"svg-1"}],["path",{d:"M3 12a9 9 0 1 0 9 -9",key:"svg-2"}]]),mW=createReactComponent("chart-area-filled","IconChartAreaFilled",[["path",{d:"M20 18a1 1 0 0 1 .117 1.993l-.117 .007h-16a1 1 0 0 1 -.117 -1.993l.117 -.007h16z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M15.22 5.375a1 1 0 0 1 1.393 -.165l.094 .083l4 4a1 1 0 0 1 .284 .576l.009 .131v5a1 1 0 0 1 -.883 .993l-.117 .007h-16.022l-.11 -.009l-.11 -.02l-.107 -.034l-.105 -.046l-.1 -.059l-.094 -.07l-.06 -.055l-.072 -.082l-.064 -.089l-.054 -.096l-.016 -.035l-.04 -.103l-.027 -.106l-.015 -.108l-.004 -.11l.009 -.11l.019 -.105c.01 -.04 .022 -.077 .035 -.112l.046 -.105l.059 -.1l4 -6a1 1 0 0 1 1.165 -.39l.114 .05l3.277 1.638l3.495 -4.369z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),mH=createReactComponent("chart-area-line-filled","IconChartAreaLineFilled",[["path",{d:"M15.22 9.375a1 1 0 0 1 1.393 -.165l.094 .083l4 4a1 1 0 0 1 .284 .576l.009 .131v5a1 1 0 0 1 -.883 .993l-.117 .007h-16.022l-.11 -.009l-.11 -.02l-.107 -.034l-.105 -.046l-.1 -.059l-.094 -.07l-.06 -.055l-.072 -.082l-.064 -.089l-.054 -.096l-.016 -.035l-.04 -.103l-.027 -.106l-.015 -.108l-.004 -.11l.009 -.11l.019 -.105c.01 -.04 .022 -.077 .035 -.112l.046 -.105l.059 -.1l4 -6a1 1 0 0 1 1.165 -.39l.114 .05l3.277 1.638l3.495 -4.369z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M15.232 3.36a1 1 0 0 1 1.382 -.15l.093 .083l4 4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-3.226 -3.225l-4.299 5.158a1 1 0 0 1 -1.1 .303l-.115 -.049l-3.254 -1.626l-2.499 3.332a1 1 0 0 1 -1.295 .269l-.105 -.069a1 1 0 0 1 -.269 -1.295l.069 -.105l3 -4a1 1 0 0 1 1.137 -.341l.11 .047l3.291 1.645l4.494 -5.391z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),mV=createReactComponent("chart-area-line","IconChartAreaLine",[["path",{d:"M4 19l4 -6l4 2l4 -5l4 4l0 5l-16 0",key:"svg-0"}],["path",{d:"M4 12l3 -4l4 2l5 -6l4 4",key:"svg-1"}]]),mq=createReactComponent("chart-area","IconChartArea",[["path",{d:"M4 19l16 0",key:"svg-0"}],["path",{d:"M4 15l4 -6l4 2l4 -5l4 4l0 5l-16 0",key:"svg-1"}]]),mU=createReactComponent("chart-arrows-vertical","IconChartArrowsVertical",[["path",{d:"M18 21v-14",key:"svg-0"}],["path",{d:"M9 15l3 -3l3 3",key:"svg-1"}],["path",{d:"M15 10l3 -3l3 3",key:"svg-2"}],["path",{d:"M3 21l18 0",key:"svg-3"}],["path",{d:"M12 21l0 -9",key:"svg-4"}],["path",{d:"M3 6l3 -3l3 3",key:"svg-5"}],["path",{d:"M6 21v-18",key:"svg-6"}]]),mG=createReactComponent("chart-arrows","IconChartArrows",[["path",{d:"M3 18l14 0",key:"svg-0"}],["path",{d:"M9 9l3 3l-3 3",key:"svg-1"}],["path",{d:"M14 15l3 3l-3 3",key:"svg-2"}],["path",{d:"M3 3l0 18",key:"svg-3"}],["path",{d:"M3 12l9 0",key:"svg-4"}],["path",{d:"M18 3l3 3l-3 3",key:"svg-5"}],["path",{d:"M3 6l18 0",key:"svg-6"}]]),mX=createReactComponent("chart-bar-off","IconChartBarOff",[["path",{d:"M3 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M12 8h2a1 1 0 0 1 1 1v2m0 4v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-10",key:"svg-1"}],["path",{d:"M15 11v-6a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v12m-1 3h-4a1 1 0 0 1 -1 -1v-4",key:"svg-2"}],["path",{d:"M4 20h14",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),mK=createReactComponent("chart-bar","IconChartBar",[["path",{d:"M3 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M9 8m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M15 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M4 20l14 0",key:"svg-3"}]]),mY=createReactComponent("chart-bubble-filled","IconChartBubbleFilled",[["path",{d:"M6 12a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M16 16a3 3 0 1 1 -2.995 3.176l-.005 -.176l.005 -.176a3 3 0 0 1 2.995 -2.824z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M14.5 2a5.5 5.5 0 1 1 -5.496 5.721l-.004 -.221l.004 -.221a5.5 5.5 0 0 1 5.496 -5.279z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),mZ=createReactComponent("chart-bubble","IconChartBubble",[["path",{d:"M6 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M16 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M14.5 7.5m-4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0",key:"svg-2"}]]),mQ=createReactComponent("chart-candle-filled","IconChartCandleFilled",[["path",{d:"M6 3a1 1 0 0 1 .993 .883l.007 .117v1a2 2 0 0 1 1.995 1.85l.005 .15v3a2 2 0 0 1 -1.85 1.995l-.15 .005v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-8a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005v-1a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 3a1 1 0 0 1 .993 .883l.007 .117v9a2 2 0 0 1 1.995 1.85l.005 .15v3a2 2 0 0 1 -1.85 1.995l-.15 .005a1 1 0 0 1 -1.993 .117l-.007 -.117l-.15 -.005a2 2 0 0 1 -1.844 -1.838l-.006 -.157v-3a2 2 0 0 1 1.85 -1.995l.15 -.005v-9a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M18 3a1 1 0 0 1 .993 .883l.007 .117a2 2 0 0 1 1.995 1.85l.005 .15v4a2 2 0 0 1 -1.85 1.995l-.15 .005v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-8a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-4a2 2 0 0 1 1.85 -1.995l.15 -.005a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),mJ=createReactComponent("chart-candle","IconChartCandle",[["path",{d:"M4 6m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M6 4l0 2",key:"svg-1"}],["path",{d:"M6 11l0 9",key:"svg-2"}],["path",{d:"M10 14m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-3"}],["path",{d:"M12 4l0 10",key:"svg-4"}],["path",{d:"M12 19l0 1",key:"svg-5"}],["path",{d:"M16 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-6"}],["path",{d:"M18 4l0 1",key:"svg-7"}],["path",{d:"M18 11l0 9",key:"svg-8"}]]),m1=createReactComponent("chart-circles","IconChartCircles",[["path",{d:"M9.5 9.5m-5.5 0a5.5 5.5 0 1 0 11 0a5.5 5.5 0 1 0 -11 0",key:"svg-0"}],["path",{d:"M14.5 14.5m-5.5 0a5.5 5.5 0 1 0 11 0a5.5 5.5 0 1 0 -11 0",key:"svg-1"}]]),m0=createReactComponent("chart-donut-2","IconChartDonut2",[["path",{d:"M12 3v5m4 4h5",key:"svg-0"}],["path",{d:"M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-1"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-2"}]]),m2=createReactComponent("chart-donut-3","IconChartDonut3",[["path",{d:"M12 3v5m4 4h5",key:"svg-0"}],["path",{d:"M8.929 14.582l-3.429 2.918",key:"svg-1"}],["path",{d:"M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-2"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-3"}]]),m3=createReactComponent("chart-donut-4","IconChartDonut4",[["path",{d:"M8.848 14.667l-3.348 2.833",key:"svg-0"}],["path",{d:"M12 3v5m4 4h5",key:"svg-1"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-2"}],["path",{d:"M14.219 15.328l2.781 4.172",key:"svg-3"}],["path",{d:"M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-4"}]]),m5=createReactComponent("chart-donut-filled","IconChartDonutFilled",[["path",{d:"M9.883 2.207a1.9 1.9 0 0 1 2.087 1.522l.025 .167l.005 .104v4a1 1 0 0 1 -.641 .933l-.107 .035a3.1 3.1 0 1 0 3.73 3.953l.05 -.173a1 1 0 0 1 .855 -.742l.113 -.006h3.8a2 2 0 0 1 2 2a1 1 0 0 1 -.026 .226a10 10 0 1 1 -12.27 -11.933l.27 -.067l.11 -.02z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M14.775 2.526a.996 .996 0 0 1 .22 -.026l.122 .007l.112 .02l.103 .03a10 10 0 0 1 6.003 5.817l.108 .294a1 1 0 0 1 -.824 1.325l-.119 .007h-4.5a1 1 0 0 1 -.76 -.35a8 8 0 0 0 -.89 -.89a1 1 0 0 1 -.342 -.636l-.008 -.124v-4.495l.006 -.118c.005 -.042 .012 -.08 .02 -.116l.03 -.103a.998 .998 0 0 1 .168 -.299l.071 -.08c.03 -.028 .058 -.052 .087 -.075l.09 -.063l.088 -.05l.103 -.043l.112 -.032z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),m4=createReactComponent("chart-donut","IconChartDonut",[["path",{d:"M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-3.8a4.1 4.1 0 1 1 -5 -5v-4a.9 .9 0 0 0 -1 -.8",key:"svg-0"}],["path",{d:"M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a9 9 0 0 0 -1 -1v-4.5",key:"svg-1"}]]),m6=createReactComponent("chart-dots-2","IconChartDots2",[["path",{d:"M3 3v18h18",key:"svg-0"}],["path",{d:"M9 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M13 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M18 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M21 3l-6 1.5",key:"svg-4"}],["path",{d:"M14.113 6.65l2.771 3.695",key:"svg-5"}],["path",{d:"M16 12.5l-5 2",key:"svg-6"}]]),m9=createReactComponent("chart-dots-3","IconChartDots3",[["path",{d:"M5 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M16 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M18 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M6 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M9 17l5 -1.5",key:"svg-4"}],["path",{d:"M6.5 8.5l7.81 5.37",key:"svg-5"}],["path",{d:"M7 7l8 -1",key:"svg-6"}]]),m7=createReactComponent("chart-dots-filled","IconChartDotsFilled",[["path",{d:"M3 2a1 1 0 0 1 1 1v17h17a1 1 0 0 1 .993 .883l.007 .117a1 1 0 0 1 -1 1h-18a1 1 0 0 1 -1 -1v-18a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M19 4a3 3 0 1 1 -.651 5.93l-2.002 3.202a3 3 0 1 1 -4.927 .337l-1.378 -1.655a3 3 0 1 1 1.538 -1.282l1.378 1.654a2.994 2.994 0 0 1 1.693 -.115l2.002 -3.203a3 3 0 0 1 2.347 -4.868z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),m8=createReactComponent("chart-dots","IconChartDots",[["path",{d:"M3 3v18h18",key:"svg-0"}],["path",{d:"M9 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M14 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M10.16 10.62l2.34 2.88",key:"svg-4"}],["path",{d:"M15.088 13.328l2.837 -4.586",key:"svg-5"}]]),ke=createReactComponent("chart-grid-dots-filled","IconChartGridDotsFilled",[["path",{d:"M18 2a1 1 0 0 1 1 1v.171a3.008 3.008 0 0 1 1.83 1.83l.17 -.001a1 1 0 0 1 0 2h-.171a3.008 3.008 0 0 1 -1.828 1.829l-.001 2.171h2a1 1 0 0 1 0 2h-2v2.171a3.008 3.008 0 0 1 1.83 1.83l.17 -.001a1 1 0 0 1 0 2h-.171a3.008 3.008 0 0 1 -1.828 1.829l-.001 .171a1 1 0 0 1 -2 0v-.17a3.008 3.008 0 0 1 -1.829 -1.83h-2.171v2a1 1 0 0 1 -2 0v-2h-2.171a3.008 3.008 0 0 1 -1.828 1.829l-.001 .171a1 1 0 0 1 -2 0v-.17a3.008 3.008 0 0 1 -1.829 -1.83h-.171a1 1 0 0 1 0 -2h.17a3.008 3.008 0 0 1 1.83 -1.83v-.34a3.008 3.008 0 0 1 -1.829 -1.83h-.171a1 1 0 0 1 0 -2h.17a3.008 3.008 0 0 1 1.83 -1.83v-2.17h-2a1 1 0 1 1 0 -2h2v-2a1 1 0 1 1 2 0v2h4v-2a1 1 0 0 1 2 0v2h2.17a3.008 3.008 0 0 1 1.83 -1.83v-.17a1 1 0 0 1 1 -1zm-7 11h-2.171a3.008 3.008 0 0 1 -1.828 1.829v.342a3.008 3.008 0 0 1 1.828 1.829h2.171v-4zm6 0h-4v4h2.17a3.008 3.008 0 0 1 1.83 -1.83v-2.17zm-6 -6h-4v2.171a3.008 3.008 0 0 1 1.83 1.83l2.17 -.001v-4zm4.171 0h-2.171v4h4v-2.17a3.008 3.008 0 0 1 -1.829 -1.83z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),kt=createReactComponent("chart-grid-dots","IconChartGridDots",[["path",{d:"M18 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M6 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M8 18h8",key:"svg-4"}],["path",{d:"M18 20v1",key:"svg-5"}],["path",{d:"M18 3v1",key:"svg-6"}],["path",{d:"M6 20v1",key:"svg-7"}],["path",{d:"M6 10v-7",key:"svg-8"}],["path",{d:"M12 3v18",key:"svg-9"}],["path",{d:"M18 8v8",key:"svg-10"}],["path",{d:"M8 12h13",key:"svg-11"}],["path",{d:"M21 6h-1",key:"svg-12"}],["path",{d:"M16 6h-13",key:"svg-13"}],["path",{d:"M3 12h1",key:"svg-14"}],["path",{d:"M20 18h1",key:"svg-15"}],["path",{d:"M3 18h1",key:"svg-16"}],["path",{d:"M6 14v2",key:"svg-17"}]]),ka=createReactComponent("chart-histogram","IconChartHistogram",[["path",{d:"M3 3v18h18",key:"svg-0"}],["path",{d:"M20 18v3",key:"svg-1"}],["path",{d:"M16 16v5",key:"svg-2"}],["path",{d:"M12 13v8",key:"svg-3"}],["path",{d:"M8 16v5",key:"svg-4"}],["path",{d:"M3 11c6 0 5 -5 9 -5s3 5 9 5",key:"svg-5"}]]),kn=createReactComponent("chart-infographic","IconChartInfographic",[["path",{d:"M7 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M7 3v4h4",key:"svg-1"}],["path",{d:"M9 17l0 4",key:"svg-2"}],["path",{d:"M17 14l0 7",key:"svg-3"}],["path",{d:"M13 13l0 8",key:"svg-4"}],["path",{d:"M21 12l0 9",key:"svg-5"}]]),kr=createReactComponent("chart-line","IconChartLine",[["path",{d:"M4 19l16 0",key:"svg-0"}],["path",{d:"M4 15l4 -6l4 2l4 -5l4 4",key:"svg-1"}]]),ko=createReactComponent("chart-pie-2","IconChartPie2",[["path",{d:"M12 3v9h9",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),kl=createReactComponent("chart-pie-3","IconChartPie3",[["path",{d:"M12 12l-6.5 5.5",key:"svg-0"}],["path",{d:"M12 3v9h9",key:"svg-1"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-2"}]]),kc=createReactComponent("chart-pie-4","IconChartPie4",[["path",{d:"M12 12l-6.5 5.5",key:"svg-0"}],["path",{d:"M12 3v9h9",key:"svg-1"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-2"}],["path",{d:"M12 12l5 7.5",key:"svg-3"}]]),ki=createReactComponent("chart-pie-filled","IconChartPieFilled",[["path",{d:"M9.883 2.207a1.9 1.9 0 0 1 2.087 1.522l.025 .167l.005 .104v7a1 1 0 0 0 .883 .993l.117 .007h6.8a2 2 0 0 1 2 2a1 1 0 0 1 -.026 .226a10 10 0 1 1 -12.27 -11.933l.27 -.067l.11 -.02z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M14 3.5v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 .943 -1.332a10 10 0 0 0 -6.11 -6.111a1 1 0 0 0 -1.333 .943z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),ks=createReactComponent("chart-pie-off","IconChartPieOff",[["path",{d:"M5.63 5.643a9 9 0 0 0 12.742 12.715m1.674 -2.29a9.03 9.03 0 0 0 .754 -2.068a1 1 0 0 0 -1 -1h-2.8m-4 0a2 2 0 0 1 -2 -2m0 -4v-3a.9 .9 0 0 0 -1 -.8a9 9 0 0 0 -2.057 .749",key:"svg-0"}],["path",{d:"M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0 0 1 -1 -1v-4.5",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),kd=createReactComponent("chart-pie","IconChartPie",[["path",{d:"M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-6.8a2 2 0 0 1 -2 -2v-7a.9 .9 0 0 0 -1 -.8",key:"svg-0"}],["path",{d:"M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0 0 1 -1 -1v-4.5",key:"svg-1"}]]),ku=createReactComponent("chart-ppf","IconChartPpf",[["path",{d:"M19 17c0 -6.075 -5.373 -11 -12 -11",key:"svg-0"}],["path",{d:"M3 3v18h18",key:"svg-1"}]]),kp=createReactComponent("chart-radar","IconChartRadar",[["path",{d:"M12 3l9.5 7l-3.5 11h-12l-3.5 -11z",key:"svg-0"}],["path",{d:"M12 7.5l5.5 4l-2.5 5.5h-6.5l-2 -5.5z",key:"svg-1"}],["path",{d:"M2.5 10l9.5 3l9.5 -3",key:"svg-2"}],["path",{d:"M12 3v10l6 8",key:"svg-3"}],["path",{d:"M6 21l6 -8",key:"svg-4"}]]),kh=createReactComponent("chart-sankey","IconChartSankey",[["path",{d:"M3 3v18h18",key:"svg-0"}],["path",{d:"M3 6h18",key:"svg-1"}],["path",{d:"M3 8c10 0 8 9 18 9",key:"svg-2"}]]),kv=createReactComponent("chart-treemap","IconChartTreemap",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 4v16",key:"svg-1"}],["path",{d:"M4 15h8",key:"svg-2"}],["path",{d:"M12 12h8",key:"svg-3"}],["path",{d:"M16 12v8",key:"svg-4"}],["path",{d:"M16 16h4",key:"svg-5"}]]),kg=createReactComponent("check","IconCheck",[["path",{d:"M5 12l5 5l10 -10",key:"svg-0"}]]),ky=createReactComponent("checkbox","IconCheckbox",[["path",{d:"M9 11l3 3l8 -8",key:"svg-0"}],["path",{d:"M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9",key:"svg-1"}]]),kf=createReactComponent("checklist","IconChecklist",[["path",{d:"M9.615 20h-2.615a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M14 19l2 2l4 -4",key:"svg-1"}],["path",{d:"M9 8h4",key:"svg-2"}],["path",{d:"M9 12h2",key:"svg-3"}]]),km=createReactComponent("checks","IconChecks",[["path",{d:"M7 12l5 5l10 -10",key:"svg-0"}],["path",{d:"M2 12l5 5m5 -5l5 -5",key:"svg-1"}]]),kk=createReactComponent("checkup-list","IconCheckupList",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M9 14h.01",key:"svg-2"}],["path",{d:"M9 17h.01",key:"svg-3"}],["path",{d:"M12 16l1 1l3 -3",key:"svg-4"}]]),kM=createReactComponent("cheese","IconCheese",[["path",{d:"M4.519 20.008l16.481 -.008v-3.5a2 2 0 1 1 0 -4v-3.5h-16.722",key:"svg-0"}],["path",{d:"M21 9l-9.385 -4.992c-2.512 .12 -4.758 1.42 -6.327 3.425c-1.423 1.82 -2.288 4.221 -2.288 6.854c0 2.117 .56 4.085 1.519 5.721",key:"svg-1"}],["path",{d:"M15 13v.01",key:"svg-2"}],["path",{d:"M8 13v.01",key:"svg-3"}],["path",{d:"M11 16v.01",key:"svg-4"}]]),kb=createReactComponent("chef-hat-off","IconChefHatOff",[["path",{d:"M8.72 4.712a4 4 0 0 1 7.19 1.439a4 4 0 0 1 2.09 7.723v.126m0 4v3h-12v-7.126a4 4 0 0 1 .081 -7.796",key:"svg-0"}],["path",{d:"M6.161 17.009l10.839 -.009",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),kI=createReactComponent("chef-hat","IconChefHat",[["path",{d:"M12 3c1.918 0 3.52 1.35 3.91 3.151a4 4 0 0 1 2.09 7.723l0 7.126h-12v-7.126a4 4 0 1 1 2.092 -7.723a4 4 0 0 1 3.908 -3.151z",key:"svg-0"}],["path",{d:"M6.161 17.009l11.839 -.009",key:"svg-1"}]]),kC=createReactComponent("cherry-filled","IconCherryFilled",[["path",{d:"M16.588 5.191l.058 .045l.078 .074l.072 .084l.013 .018a.998 .998 0 0 1 .182 .727l-.022 .111l-.03 .092c-.99 2.725 -.666 5.158 .679 7.706a4 4 0 1 1 -4.613 4.152l-.005 -.2l.005 -.2a4.002 4.002 0 0 1 2.5 -3.511c-.947 -2.03 -1.342 -4.065 -1.052 -6.207c-.166 .077 -.332 .15 -.499 .218l.094 -.064c-2.243 1.47 -3.552 3.004 -3.98 4.57a4.5 4.5 0 1 1 -7.064 3.906l-.004 -.212l.005 -.212a4.5 4.5 0 0 1 5.2 -4.233c.332 -1.073 .945 -2.096 1.83 -3.069c-1.794 -.096 -3.586 -.759 -5.355 -1.986l-.268 -.19l-.051 -.04l-.046 -.04l-.044 -.044l-.04 -.046l-.04 -.05l-.032 -.047l-.035 -.06l-.053 -.11l-.038 -.116l-.023 -.117l-.005 -.042l-.005 -.118l.01 -.118l.023 -.117l.038 -.115l.03 -.066l.023 -.045l.035 -.06l.032 -.046l.04 -.051l.04 -.046l.044 -.044l.046 -.04l.05 -.04c4.018 -2.922 8.16 -2.922 12.177 0z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),kx=createReactComponent("cherry","IconCherry",[["path",{d:"M7.5 16.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0",key:"svg-0"}],["path",{d:"M17 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M9 13c.366 -2 1.866 -3.873 4.5 -5.6",key:"svg-2"}],["path",{d:"M17 15c-1.333 -2.333 -2.333 -5.333 -1 -9",key:"svg-3"}],["path",{d:"M5 6c3.667 -2.667 7.333 -2.667 11 0c-3.667 2.667 -7.333 2.667 -11 0",key:"svg-4"}]]),kR=createReactComponent("chess-bishop-filled","IconChessBishopFilled",[["path",{d:"M12 2a2 2 0 0 1 1.386 3.442c.646 .28 1.226 .62 1.74 1.017l-3.833 3.834l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l3.814 -3.813c.977 1.35 1.479 3.07 1.479 5.106c0 1.913 -1.178 3.722 -3.089 3.973l-.2 .02l-.211 .007h-5c-2.126 0 -3.5 -1.924 -3.5 -4c0 -3.68 1.57 -6.255 4.613 -7.56a2 2 0 0 1 1.387 -3.44z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 5v1",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),kS=createReactComponent("chess-bishop","IconChessBishop",[["path",{d:"M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z",key:"svg-0"}],["path",{d:"M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M9.5 16c-1.667 0 -2.5 -1.669 -2.5 -3c0 -3.667 1.667 -6 5 -7c3.333 1 5 3.427 5 7c0 1.284 -.775 2.881 -2.325 3l-.175 0h-5z",key:"svg-2"}],["path",{d:"M15 8l-3 3",key:"svg-3"}],["path",{d:"M12 5v1",key:"svg-4"}]]),k_=createReactComponent("chess-filled","IconChessFilled",[["path",{d:"M12 2a4 4 0 0 1 4 4a5.03 5.03 0 0 1 -.438 2.001l.438 -.001a1 1 0 0 1 .117 1.993l-.117 .007h-1.263l1.24 5.79a1 1 0 0 1 -.747 1.184l-.113 .02l-.117 .006h-6a1 1 0 0 1 -.996 -1.093l.018 -.117l1.24 -5.79h-1.262a1 1 0 0 1 -.117 -1.993l.117 -.007h.438a5.154 5.154 0 0 1 -.412 -1.525l-.02 -.259l-.006 -.216a4 4 0 0 1 4 -4z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),kw=createReactComponent("chess-king-filled","IconChessKingFilled",[["path",{d:"M12 2a1 1 0 0 1 .993 .883l.007 .117v2h2a1 1 0 0 1 .117 1.993l-.117 .007h-2v1.758a4.49 4.49 0 0 1 2.033 -.734l.24 -.018l.227 -.006a4.5 4.5 0 0 1 4.5 4.5a4.504 4.504 0 0 1 -4.064 4.478l-.217 .016l-.219 .006h-7a4.5 4.5 0 1 1 2.501 -8.241l-.001 -1.759h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-2a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),kP=createReactComponent("chess-king","IconChessKing",[["path",{d:"M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z",key:"svg-0"}],["path",{d:"M8.5 16a3.5 3.5 0 1 1 3.163 -5h.674a3.5 3.5 0 1 1 3.163 5z",key:"svg-1"}],["path",{d:"M9 6h6",key:"svg-2"}],["path",{d:"M12 3v8",key:"svg-3"}]]),kO=createReactComponent("chess-knight-filled","IconChessKnightFilled",[["path",{d:"M8.959 1.99l-.147 .028l-.115 .029a1 1 0 0 0 -.646 1.27l.749 2.245l-2.815 1.735a2 2 0 0 0 -.655 2.751l.089 .133a2 2 0 0 0 1.614 .819l1.563 -.001l-1.614 4.674a1 1 0 0 0 .945 1.327h7.961a1 1 0 0 0 1 -.978l.112 -5c0 -3.827 -1.555 -6.878 -4.67 -7.966l-2.399 -.83l-.375 -.121l-.258 -.074l-.135 -.031l-.101 -.013l-.055 -.001l-.048 .003z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),kF=createReactComponent("chess-knight","IconChessKnight",[["path",{d:"M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z",key:"svg-0"}],["path",{d:"M9 3l1 3l-3.491 2.148a1 1 0 0 0 .524 1.852h2.967l-2.073 6h7.961l.112 -5c0 -3 -1.09 -5.983 -4 -7c-1.94 -.678 -2.94 -1.011 -3 -1z",key:"svg-1"}]]),kz=createReactComponent("chess-queen-filled","IconChessQueenFilled",[["path",{d:"M12 2a2 2 0 0 1 1.572 3.236l.793 1.983l1.702 -1.702a2.003 2.003 0 0 1 1.933 -2.517a2 2 0 0 1 .674 3.884l-1.69 9.295a1 1 0 0 1 -.865 .814l-.119 .007h-8a1 1 0 0 1 -.956 -.705l-.028 -.116l-1.69 -9.295a2 2 0 1 1 2.607 -1.367l1.701 1.702l.794 -1.983a2 2 0 0 1 1.572 -3.236z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),kD=createReactComponent("chess-queen","IconChessQueen",[["path",{d:"M16 16l2 -11l-4 4l-2 -5l-2 5l-4 -4l2 11",key:"svg-0"}],["path",{d:"M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z",key:"svg-1"}],["path",{d:"M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M6 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M18 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}]]),kA=createReactComponent("chess-rook-filled","IconChessRookFilled",[["path",{d:"M14 3a1 1 0 0 1 .993 .883l.007 .117v2h1.652l.362 -2.164a1 1 0 0 1 1.034 -.836l.116 .013a1 1 0 0 1 .836 1.035l-.013 .116l-.5 3a1 1 0 0 1 -.865 .829l-.122 .007h-1.383l.877 7.89a1 1 0 0 1 -.877 1.103l-.117 .007h-8a1 1 0 0 1 -1 -.993l.006 -.117l.877 -7.89h-1.383a1 1 0 0 1 -.96 -.718l-.026 -.118l-.5 -3a1 1 0 0 1 1.947 -.442l.025 .114l.361 2.164h1.653v-2a1 1 0 0 1 1.993 -.117l.007 .117v2h2v-2a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),kj=createReactComponent("chess-rook","IconChessRook",[["path",{d:"M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z",key:"svg-0"}],["path",{d:"M8 16l1 -9h6l1 9",key:"svg-1"}],["path",{d:"M6 4l.5 3h11l.5 -3",key:"svg-2"}],["path",{d:"M10 4v3",key:"svg-3"}],["path",{d:"M14 4v3",key:"svg-4"}]]),kE=createReactComponent("chess","IconChess",[["path",{d:"M12 3a3 3 0 0 1 3 3c0 1.113 -.6 2.482 -1.5 3l1.5 7h-6l1.5 -7c-.9 -.518 -1.5 -1.887 -1.5 -3a3 3 0 0 1 3 -3z",key:"svg-0"}],["path",{d:"M8 9h8",key:"svg-1"}],["path",{d:"M6.684 16.772a1 1 0 0 0 -.684 .949v1.279a1 1 0 0 0 1 1h10a1 1 0 0 0 1 -1v-1.28a1 1 0 0 0 -.684 -.948l-2.316 -.772h-6l-2.316 .772z",key:"svg-2"}]]),kT=createReactComponent("chevron-compact-down","IconChevronCompactDown",[["path",{d:"M4 11l8 3l8 -3",key:"svg-0"}]]),kB=createReactComponent("chevron-compact-left","IconChevronCompactLeft",[["path",{d:"M13 20l-3 -8l3 -8",key:"svg-0"}]]),kN=createReactComponent("chevron-compact-right","IconChevronCompactRight",[["path",{d:"M11 4l3 8l-3 8",key:"svg-0"}]]),k$=createReactComponent("chevron-compact-up","IconChevronCompactUp",[["path",{d:"M4 13l8 -3l8 3",key:"svg-0"}]]),kL=createReactComponent("chevron-down-left","IconChevronDownLeft",[["path",{d:"M8 8v8h8",key:"svg-0"}]]),kW=createReactComponent("chevron-down-right","IconChevronDownRight",[["path",{d:"M16 8v8h-8",key:"svg-0"}]]),kH=createReactComponent("chevron-down","IconChevronDown",[["path",{d:"M6 9l6 6l6 -6",key:"svg-0"}]]),kV=createReactComponent("chevron-left-pipe","IconChevronLeftPipe",[["path",{d:"M7 6v12",key:"svg-0"}],["path",{d:"M18 6l-6 6l6 6",key:"svg-1"}]]),kq=createReactComponent("chevron-left","IconChevronLeft",[["path",{d:"M15 6l-6 6l6 6",key:"svg-0"}]]),kU=createReactComponent("chevron-right-pipe","IconChevronRightPipe",[["path",{d:"M6 6l6 6l-6 6",key:"svg-0"}],["path",{d:"M17 5v13",key:"svg-1"}]]),kG=createReactComponent("chevron-right","IconChevronRight",[["path",{d:"M9 6l6 6l-6 6",key:"svg-0"}]]),kX=createReactComponent("chevron-up-left","IconChevronUpLeft",[["path",{d:"M8 16v-8h8",key:"svg-0"}]]),kK=createReactComponent("chevron-up-right","IconChevronUpRight",[["path",{d:"M8 8h8v8",key:"svg-0"}]]),kY=createReactComponent("chevron-up","IconChevronUp",[["path",{d:"M6 15l6 -6l6 6",key:"svg-0"}]]),kZ=createReactComponent("chevrons-down-left","IconChevronsDownLeft",[["path",{d:"M11 5v8h8",key:"svg-0"}],["path",{d:"M7 9v8h8",key:"svg-1"}]]),kQ=createReactComponent("chevrons-down-right","IconChevronsDownRight",[["path",{d:"M13 5v8h-8",key:"svg-0"}],["path",{d:"M17 9v8h-8",key:"svg-1"}]]),kJ=createReactComponent("chevrons-down","IconChevronsDown",[["path",{d:"M7 7l5 5l5 -5",key:"svg-0"}],["path",{d:"M7 13l5 5l5 -5",key:"svg-1"}]]),k1=createReactComponent("chevrons-left","IconChevronsLeft",[["path",{d:"M11 7l-5 5l5 5",key:"svg-0"}],["path",{d:"M17 7l-5 5l5 5",key:"svg-1"}]]),k0=createReactComponent("chevrons-right","IconChevronsRight",[["path",{d:"M7 7l5 5l-5 5",key:"svg-0"}],["path",{d:"M13 7l5 5l-5 5",key:"svg-1"}]]),k2=createReactComponent("chevrons-up-left","IconChevronsUpLeft",[["path",{d:"M7 15v-8h8",key:"svg-0"}],["path",{d:"M11 19v-8h8",key:"svg-1"}]]),k3=createReactComponent("chevrons-up-right","IconChevronsUpRight",[["path",{d:"M9 7h8v8",key:"svg-0"}],["path",{d:"M5 11h8v8",key:"svg-1"}]]),k5=createReactComponent("chevrons-up","IconChevronsUp",[["path",{d:"M7 11l5 -5l5 5",key:"svg-0"}],["path",{d:"M7 17l5 -5l5 5",key:"svg-1"}]]),k4=createReactComponent("chisel","IconChisel",[["path",{d:"M14 14l1.5 1.5",key:"svg-0"}],["path",{d:"M18.347 15.575l2.08 2.079a1.96 1.96 0 0 1 -2.773 2.772l-2.08 -2.079a1.96 1.96 0 0 1 2.773 -2.772z",key:"svg-1"}],["path",{d:"M3 6l3 -3l7.414 7.414a2 2 0 0 1 .586 1.414v2.172h-2.172a2 2 0 0 1 -1.414 -.586l-7.414 -7.414z",key:"svg-2"}]]),k6=createReactComponent("christmas-tree-off","IconChristmasTreeOff",[["path",{d:"M9.5 5.5l2.5 -2.5l4 4l-2 1l4 4l-1.5 .5m.5 4.5h-12l4 -4l-3 -1l3 -3",key:"svg-0"}],["path",{d:"M14 17v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-3",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),k9=createReactComponent("christmas-tree","IconChristmasTree",[["path",{d:"M12 3l4 4l-2 1l4 4l-3 1l4 4h-14l4 -4l-3 -1l4 -4l-2 -1z",key:"svg-0"}],["path",{d:"M14 17v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-3",key:"svg-1"}]]),k7=createReactComponent("circle-0-filled","IconCircle0Filled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm0 5a3 3 0 0 0 -2.995 2.824l-.005 .176v4l.005 .176a3 3 0 0 0 5.99 0l.005 -.176v-4l-.005 -.176a3 3 0 0 0 -2.995 -2.824zm0 2a1 1 0 0 1 .993 .883l.007 .117v4l-.007 .117a1 1 0 0 1 -1.986 0l-.007 -.117v-4l.007 -.117a1 1 0 0 1 .993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),k8=createReactComponent("circle-1-filled","IconCircle1Filled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm.994 5.886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Me=createReactComponent("circle-2-filled","IconCircle2Filled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Mt=createReactComponent("circle-3-filled","IconCircle3Filled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Ma=createReactComponent("circle-4-filled","IconCircle4Filled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm2 5a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Mn=createReactComponent("circle-5-filled","IconCircle5Filled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm2 5h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Mr=createReactComponent("circle-6-filled","IconCircle6Filled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Mo=createReactComponent("circle-7-filled","IconCircle7Filled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm2 5h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Ml=createReactComponent("circle-8-filled","IconCircle8Filled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Mc=createReactComponent("circle-9-filled","IconCircle9Filled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Mi=createReactComponent("circle-arrow-down-filled","IconCircleArrowDownFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 3.66a1 1 0 0 0 -1 1v5.585l-2.293 -2.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l4 4c.028 .028 .057 .054 .094 .083l.092 .064l.098 .052l.081 .034l.113 .034l.112 .02l.117 .006l.115 -.007l.114 -.02l.142 -.044l.113 -.054l.111 -.071a.939 .939 0 0 0 .112 -.097l4 -4l.083 -.094a1 1 0 0 0 -1.497 -1.32l-2.293 2.291v-5.584l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Ms=createReactComponent("circle-arrow-down-left-filled","IconCircleArrowDownLeftFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-8 4.66a1 1 0 0 0 -1 1v6l.007 .117l.029 .149l.035 .105l.054 .113l.071 .111c.03 .04 .061 .077 .097 .112l.09 .08l.096 .067l.098 .052l.11 .044l.112 .03l.126 .017l6.075 .003l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-3.586l4.293 -4.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-4.293 4.291v-3.584l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Md=createReactComponent("circle-arrow-down-left","IconCircleArrowDownLeft",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M15 9l-6 6",key:"svg-1"}],["path",{d:"M15 15h-6v-6",key:"svg-2"}]]),Mu=createReactComponent("circle-arrow-down-right-filled","IconCircleArrowDownRightFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 4.66l-.117 .007a1 1 0 0 0 -.883 .993v3.585l-4.293 -4.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l4.292 4.293h-3.585l-.117 .007a1 1 0 0 0 .117 1.993l6.034 .001a.998 .998 0 0 0 .186 -.025l.053 -.014l.066 -.02l.13 -.059l.093 -.055a.98 .98 0 0 0 .438 -.828v-6l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Mp=createReactComponent("circle-arrow-down-right","IconCircleArrowDownRight",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M15 15h-6",key:"svg-1"}],["path",{d:"M15 9v6l-6 -6",key:"svg-2"}]]),Mh=createReactComponent("circle-arrow-down","IconCircleArrowDown",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M8 12l4 4",key:"svg-1"}],["path",{d:"M12 8v8",key:"svg-2"}],["path",{d:"M16 12l-4 4",key:"svg-3"}]]),Mv=createReactComponent("circle-arrow-left-filled","IconCircleArrowLeftFilled",[["path",{d:"M12 2a10 10 0 0 1 .324 19.995l-.324 .005l-.324 -.005a10 10 0 0 1 .324 -19.995zm.707 5.293a1 1 0 0 0 -1.414 0l-4 4a1.048 1.048 0 0 0 -.083 .094l-.064 .092l-.052 .098l-.044 .11l-.03 .112l-.017 .126l-.003 .075l.004 .09l.007 .058l.025 .118l.035 .105l.054 .113l.043 .07l.071 .095l.054 .058l4 4l.094 .083a1 1 0 0 0 1.32 -1.497l-2.292 -2.293h5.585l.117 -.007a1 1 0 0 0 -.117 -1.993h-5.586l2.293 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Mg=createReactComponent("circle-arrow-left","IconCircleArrowLeft",[["path",{d:"M12 21a9 9 0 1 0 0 -18a9 9 0 0 0 0 18",key:"svg-0"}],["path",{d:"M8 12l4 4",key:"svg-1"}],["path",{d:"M8 12h8",key:"svg-2"}],["path",{d:"M12 8l-4 4",key:"svg-3"}]]),My=createReactComponent("circle-arrow-right-filled","IconCircleArrowRightFilled",[["path",{d:"M12 2l.324 .005a10 10 0 1 1 -.648 0l.324 -.005zm.613 5.21a1 1 0 0 0 -1.32 1.497l2.291 2.293h-5.584l-.117 .007a1 1 0 0 0 .117 1.993h5.584l-2.291 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l4 -4l.073 -.082l.064 -.089l.062 -.113l.044 -.11l.03 -.112l.017 -.126l.003 -.075l-.007 -.118l-.029 -.148l-.035 -.105l-.054 -.113l-.071 -.111a1.008 1.008 0 0 0 -.097 -.112l-4 -4z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Mf=createReactComponent("circle-arrow-right","IconCircleArrowRight",[["path",{d:"M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18",key:"svg-0"}],["path",{d:"M16 12l-4 -4",key:"svg-1"}],["path",{d:"M16 12h-8",key:"svg-2"}],["path",{d:"M12 16l4 -4",key:"svg-3"}]]),Mm=createReactComponent("circle-arrow-up-filled","IconCircleArrowUpFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-4.98 3.66l-.163 .01l-.086 .016l-.142 .045l-.113 .054l-.07 .043l-.095 .071l-.058 .054l-4 4l-.083 .094a1 1 0 0 0 1.497 1.32l2.293 -2.293v5.586l.007 .117a1 1 0 0 0 1.993 -.117v-5.585l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-4 -4l-.082 -.073l-.089 -.064l-.113 -.062l-.081 -.034l-.113 -.034l-.112 -.02l-.098 -.006z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Mk=createReactComponent("circle-arrow-up-left-filled","IconCircleArrowUpLeftFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 4.66h-6l-.117 .007l-.149 .029l-.105 .035l-.113 .054l-.111 .071a1.01 1.01 0 0 0 -.112 .097l-.08 .09l-.067 .096l-.052 .098l-.044 .11l-.03 .112l-.017 .126l-.003 6.075l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-3.585l4.293 4.292l.094 .083a1 1 0 0 0 1.32 -1.497l-4.292 -4.293h3.585l.117 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),MM=createReactComponent("circle-arrow-up-left","IconCircleArrowUpLeft",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M9 9l6 6",key:"svg-1"}],["path",{d:"M15 9h-6v6",key:"svg-2"}]]),Mb=createReactComponent("circle-arrow-up-right-filled","IconCircleArrowUpRightFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 4.66h-6l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h3.584l-4.291 4.293l-.083 .094a1 1 0 0 0 1.497 1.32l4.293 -4.293v3.586l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117l-.029 -.149l-.035 -.105l-.054 -.113l-.071 -.111a1.01 1.01 0 0 0 -.097 -.112l-.09 -.08l-.096 -.067l-.098 -.052l-.11 -.044l-.112 -.03l-.126 -.017l-.075 -.003z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),MI=createReactComponent("circle-arrow-up-right","IconCircleArrowUpRight",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M15 9l-6 6",key:"svg-1"}],["path",{d:"M15 15v-6h-6",key:"svg-2"}]]),MC=createReactComponent("circle-arrow-up","IconCircleArrowUp",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M12 8l-4 4",key:"svg-1"}],["path",{d:"M12 8v8",key:"svg-2"}],["path",{d:"M16 12l-4 -4",key:"svg-3"}]]),Mx=createReactComponent("circle-caret-down","IconCircleCaretDown",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 15l-4 -4h8z",key:"svg-1"}]]),MR=createReactComponent("circle-caret-left","IconCircleCaretLeft",[["path",{d:"M9 12l4 -4v8z",key:"svg-0"}],["path",{d:"M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z",key:"svg-1"}]]),MS=createReactComponent("circle-caret-right","IconCircleCaretRight",[["path",{d:"M15 12l-4 -4v8z",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),M_=createReactComponent("circle-caret-up","IconCircleCaretUp",[["path",{d:"M12 9l4 4h-8z",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),Mw=createReactComponent("circle-check-filled","IconCircleCheckFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.293 5.953a1 1 0 0 0 -1.32 -.083l-.094 .083l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.403 1.403l.083 .094l2 2l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),MP=createReactComponent("circle-check","IconCircleCheck",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 12l2 2l4 -4",key:"svg-1"}]]),MO=createReactComponent("circle-chevron-down","IconCircleChevronDown",[["path",{d:"M15 11l-3 3l-3 -3",key:"svg-0"}],["path",{d:"M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18z",key:"svg-1"}]]),MF=createReactComponent("circle-chevron-left","IconCircleChevronLeft",[["path",{d:"M13 15l-3 -3l3 -3",key:"svg-0"}],["path",{d:"M21 12a9 9 0 1 0 -18 0a9 9 0 0 0 18 0z",key:"svg-1"}]]),Mz=createReactComponent("circle-chevron-right","IconCircleChevronRight",[["path",{d:"M11 9l3 3l-3 3",key:"svg-0"}],["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0z",key:"svg-1"}]]),MD=createReactComponent("circle-chevron-up","IconCircleChevronUp",[["path",{d:"M9 13l3 -3l3 3",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),MA=createReactComponent("circle-chevrons-down","IconCircleChevronsDown",[["path",{d:"M15 9l-3 3l-3 -3",key:"svg-0"}],["path",{d:"M15 13l-3 3l-3 -3",key:"svg-1"}],["path",{d:"M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18z",key:"svg-2"}]]),Mj=createReactComponent("circle-chevrons-left","IconCircleChevronsLeft",[["path",{d:"M15 15l-3 -3l3 -3",key:"svg-0"}],["path",{d:"M11 15l-3 -3l3 -3",key:"svg-1"}],["path",{d:"M21 12a9 9 0 1 0 0 .265l0 -.265z",key:"svg-2"}]]),ME=createReactComponent("circle-chevrons-right","IconCircleChevronsRight",[["path",{d:"M9 9l3 3l-3 3",key:"svg-0"}],["path",{d:"M13 9l3 3l-3 3",key:"svg-1"}],["path",{d:"M3 12a9 9 0 1 0 0 -.265l0 .265z",key:"svg-2"}]]),MT=createReactComponent("circle-chevrons-up","IconCircleChevronsUp",[["path",{d:"M9 15l3 -3l3 3",key:"svg-0"}],["path",{d:"M9 11l3 -3l3 3",key:"svg-1"}],["path",{d:"M12 21a9 9 0 1 0 -.265 0l.265 0z",key:"svg-2"}]]),MB=createReactComponent("circle-dashed-number-0","IconCircleDashedNumber0",[["path",{d:"M8.56 3.69a9 9 0 0 0 -2.92 1.95",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}],["path",{d:"M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z",key:"svg-8"}]]),MN=createReactComponent("circle-dashed-number-1","IconCircleDashedNumber1",[["path",{d:"M8.56 3.69a9 9 0 0 0 -2.92 1.95",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}],["path",{d:"M10 10l2 -2v8",key:"svg-8"}]]),M$=createReactComponent("circle-dashed-number-2","IconCircleDashedNumber2",[["path",{d:"M8.56 3.69a9 9 0 0 0 -2.92 1.95",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}],["path",{d:"M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-8"}]]),ML=createReactComponent("circle-dashed-number-3","IconCircleDashedNumber3",[["path",{d:"M8.56 3.69a9 9 0 0 0 -2.92 1.95",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}],["path",{d:"M10 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5",key:"svg-8"}]]),MW=createReactComponent("circle-dashed-number-4","IconCircleDashedNumber4",[["path",{d:"M8.56 3.69a9 9 0 0 0 -2.92 1.95",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}],["path",{d:"M10 8v3a1 1 0 0 0 1 1h3",key:"svg-8"}],["path",{d:"M14 8v8",key:"svg-9"}]]),MH=createReactComponent("circle-dashed-number-5","IconCircleDashedNumber5",[["path",{d:"M8.56 3.69a9 9 0 0 0 -2.92 1.95",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}],["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4",key:"svg-8"}]]),MV=createReactComponent("circle-dashed-number-6","IconCircleDashedNumber6",[["path",{d:"M8.56 3.69a9 9 0 0 0 -2.92 1.95",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}],["path",{d:"M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3",key:"svg-8"}]]),Mq=createReactComponent("circle-dashed-number-7","IconCircleDashedNumber7",[["path",{d:"M8.56 3.69a9 9 0 0 0 -2.92 1.95",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}],["path",{d:"M10 8h4l-2 8",key:"svg-8"}]]),MU=createReactComponent("circle-dashed-number-8","IconCircleDashedNumber8",[["path",{d:"M8.56 3.69a9 9 0 0 0 -2.92 1.95",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}],["path",{d:"M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1",key:"svg-8"}]]),MG=createReactComponent("circle-dashed-number-9","IconCircleDashedNumber9",[["path",{d:"M8.56 3.69a9 9 0 0 0 -2.92 1.95",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}],["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-8"}]]),MX=createReactComponent("circle-dashed-x","IconCircleDashedX",[["path",{d:"M8.56 3.69a9 9 0 0 0 -2.92 1.95",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}],["path",{d:"M14 14l-4 -4",key:"svg-8"}],["path",{d:"M10 14l4 -4",key:"svg-9"}]]),MK=createReactComponent("circle-dashed","IconCircleDashed",[["path",{d:"M8.56 3.69a9 9 0 0 0 -2.92 1.95",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}]]),MY=createReactComponent("circle-dot-filled","IconCircleDotFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 6.66a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),MZ=createReactComponent("circle-dot","IconCircleDot",[["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),MQ=createReactComponent("circle-dotted","IconCircleDotted",[["path",{d:"M7.5 4.21l0 .01",key:"svg-0"}],["path",{d:"M4.21 7.5l0 .01",key:"svg-1"}],["path",{d:"M3 12l0 .01",key:"svg-2"}],["path",{d:"M4.21 16.5l0 .01",key:"svg-3"}],["path",{d:"M7.5 19.79l0 .01",key:"svg-4"}],["path",{d:"M12 21l0 .01",key:"svg-5"}],["path",{d:"M16.5 19.79l0 .01",key:"svg-6"}],["path",{d:"M19.79 16.5l0 .01",key:"svg-7"}],["path",{d:"M21 12l0 .01",key:"svg-8"}],["path",{d:"M19.79 7.5l0 .01",key:"svg-9"}],["path",{d:"M16.5 4.21l0 .01",key:"svg-10"}],["path",{d:"M12 3l0 .01",key:"svg-11"}]]),MJ=createReactComponent("circle-filled","IconCircleFilled",[["path",{d:"M7 3.34a10 10 0 1 1 -4.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 4.995 -8.336z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),M1=createReactComponent("circle-half-2","IconCircleHalf2",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 3v18",key:"svg-1"}],["path",{d:"M12 14l7 -7",key:"svg-2"}],["path",{d:"M12 19l8.5 -8.5",key:"svg-3"}],["path",{d:"M12 9l4.5 -4.5",key:"svg-4"}]]),M0=createReactComponent("circle-half-vertical","IconCircleHalfVertical",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M3 12h18",key:"svg-1"}]]),M2=createReactComponent("circle-half","IconCircleHalf",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 3v18",key:"svg-1"}]]),M3=createReactComponent("circle-key-filled","IconCircleKeyFilled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0c0 -5.523 4.477 -10 10 -10zm2 5a3 3 0 0 0 -2.98 2.65l-.015 .174l-.005 .176l.005 .176c.019 .319 .087 .624 .197 .908l.09 .209l-3.5 3.5l-.082 .094a1 1 0 0 0 0 1.226l.083 .094l1.5 1.5l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.083 -.094a1 1 0 0 0 0 -1.226l-.083 -.094l-.792 -.793l.585 -.585l.793 .792l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-.792 -.793l.792 -.792a3 3 0 1 0 1.293 -5.708zm0 2a1 1 0 1 1 0 2a1 1 0 0 1 0 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),M5=createReactComponent("circle-key","IconCircleKey",[["path",{d:"M14 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z",key:"svg-1"}],["path",{d:"M12.5 11.5l-4 4l1.5 1.5",key:"svg-2"}],["path",{d:"M12 15l-1.5 -1.5",key:"svg-3"}]]),M4=createReactComponent("circle-letter-a","IconCircleLetterA",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 16v-6a2 2 0 1 1 4 0v6",key:"svg-1"}],["path",{d:"M10 13h4",key:"svg-2"}]]),M6=createReactComponent("circle-letter-b","IconCircleLetterB",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z",key:"svg-1"}]]),M9=createReactComponent("circle-letter-c","IconCircleLetterC",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0",key:"svg-1"}]]),M7=createReactComponent("circle-letter-d","IconCircleLetterD",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z",key:"svg-1"}]]),M8=createReactComponent("circle-letter-e","IconCircleLetterE",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M14 8h-4v8h4",key:"svg-1"}],["path",{d:"M10 12h2.5",key:"svg-2"}]]),be=createReactComponent("circle-letter-f","IconCircleLetterF",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 12h3",key:"svg-1"}],["path",{d:"M14 8h-4v8",key:"svg-2"}]]),bt=createReactComponent("circle-letter-g","IconCircleLetterG",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-1"}]]),ba=createReactComponent("circle-letter-h","IconCircleLetterH",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 16v-8m4 0v8",key:"svg-1"}],["path",{d:"M10 12h4",key:"svg-2"}]]),bn=createReactComponent("circle-letter-i","IconCircleLetterI",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 8v8",key:"svg-1"}]]),br=createReactComponent("circle-letter-j","IconCircleLetterJ",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 8h4v6a2 2 0 1 1 -4 0",key:"svg-1"}]]),bo=createReactComponent("circle-letter-k","IconCircleLetterK",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 8v8",key:"svg-1"}],["path",{d:"M14 8l-2.5 4l2.5 4",key:"svg-2"}],["path",{d:"M10 12h1.5",key:"svg-3"}]]),bl=createReactComponent("circle-letter-l","IconCircleLetterL",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 8v8h4",key:"svg-1"}]]),bc=createReactComponent("circle-letter-m","IconCircleLetterM",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 16v-8l3 5l3 -5v8",key:"svg-1"}]]),bi=createReactComponent("circle-letter-n","IconCircleLetterN",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 16v-8l4 8v-8",key:"svg-1"}]]),bs=createReactComponent("circle-letter-o","IconCircleLetterO",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-1"}]]),bd=createReactComponent("circle-letter-p","IconCircleLetterP",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8",key:"svg-1"}]]),bu=createReactComponent("circle-letter-q","IconCircleLetterQ",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-1"}],["path",{d:"M13 15l1 1",key:"svg-2"}]]),bp=createReactComponent("circle-letter-r","IconCircleLetterR",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4",key:"svg-1"}]]),bh=createReactComponent("circle-letter-s","IconCircleLetterS",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1",key:"svg-1"}]]),bv=createReactComponent("circle-letter-t","IconCircleLetterT",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 8h4",key:"svg-1"}],["path",{d:"M12 8v8",key:"svg-2"}]]),bg=createReactComponent("circle-letter-u","IconCircleLetterU",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 8v6a2 2 0 1 0 4 0v-6",key:"svg-1"}]]),by=createReactComponent("circle-letter-v","IconCircleLetterV",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 8l2 8l2 -8",key:"svg-1"}]]),bf=createReactComponent("circle-letter-w","IconCircleLetterW",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 8l1 8l2 -5l2 5l1 -8",key:"svg-1"}]]),bm=createReactComponent("circle-letter-x","IconCircleLetterX",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 8l4 8",key:"svg-1"}],["path",{d:"M10 16l4 -8",key:"svg-2"}]]),bk=createReactComponent("circle-letter-y","IconCircleLetterY",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 8l2 5l2 -5",key:"svg-1"}],["path",{d:"M12 16v-3",key:"svg-2"}]]),bM=createReactComponent("circle-letter-z","IconCircleLetterZ",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 8h4l-4 8h4",key:"svg-1"}]]),bb=createReactComponent("circle-minus-2","IconCircleMinus2",[["path",{d:"M20.475 15.029a9 9 0 1 0 -7.962 5.957",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),bI=createReactComponent("circle-minus","IconCircleMinus",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 12l6 0",key:"svg-1"}]]),bC=createReactComponent("circle-number-0","IconCircleNumber0",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z",key:"svg-1"}]]),bx=createReactComponent("circle-number-1","IconCircleNumber1",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 10l2 -2v8",key:"svg-1"}]]),bR=createReactComponent("circle-number-2","IconCircleNumber2",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),bS=createReactComponent("circle-number-3","IconCircleNumber3",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1",key:"svg-1"}]]),b_=createReactComponent("circle-number-4","IconCircleNumber4",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 8v3a1 1 0 0 0 1 1h3",key:"svg-1"}],["path",{d:"M14 8v8",key:"svg-2"}]]),bw=createReactComponent("circle-number-5","IconCircleNumber5",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4",key:"svg-1"}]]),bP=createReactComponent("circle-number-6","IconCircleNumber6",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3",key:"svg-1"}]]),bO=createReactComponent("circle-number-7","IconCircleNumber7",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 8h4l-2 8",key:"svg-1"}]]),bF=createReactComponent("circle-number-8","IconCircleNumber8",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1",key:"svg-1"}]]),bz=createReactComponent("circle-number-9","IconCircleNumber9",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),bD=createReactComponent("circle-off","IconCircleOff",[["path",{d:"M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),bA=createReactComponent("circle-plus-2","IconCirclePlus2",[["path",{d:"M20.985 12.522a9 9 0 1 0 -8.475 8.464",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),bj=createReactComponent("circle-plus","IconCirclePlus",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M9 12h6",key:"svg-1"}],["path",{d:"M12 9v6",key:"svg-2"}]]),bE=createReactComponent("circle-rectangle-off","IconCircleRectangleOff",[["path",{d:"M14 10h3v3m-3 1h-7v-4h3",key:"svg-0"}],["path",{d:"M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),bT=createReactComponent("circle-rectangle","IconCircleRectangle",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M7 10h10v4h-10z",key:"svg-1"}]]),bB=createReactComponent("circle-square","IconCircleSquare",[["path",{d:"M9.5 9.5m-6.5 0a6.5 6.5 0 1 0 13 0a6.5 6.5 0 1 0 -13 0",key:"svg-0"}],["path",{d:"M10 10m0 2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),bN=createReactComponent("circle-triangle","IconCircleTriangle",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 20l7 -12h-14z",key:"svg-1"}]]),b$=createReactComponent("circle-x-filled","IconCircleXFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-6.489 5.8a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),bL=createReactComponent("circle-x","IconCircleX",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 10l4 4m0 -4l-4 4",key:"svg-1"}]]),bW=createReactComponent("circle","IconCircle",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}]]),bH=createReactComponent("circles-filled","IconCirclesFilled",[["path",{d:"M6.5 12a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M17.5 12a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M12 2a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),bV=createReactComponent("circles-relation","IconCirclesRelation",[["path",{d:"M9.183 6.117a6 6 0 1 0 4.511 3.986",key:"svg-0"}],["path",{d:"M14.813 17.883a6 6 0 1 0 -4.496 -3.954",key:"svg-1"}]]),bq=createReactComponent("circles","IconCircles",[["path",{d:"M12 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M6.5 17m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-1"}],["path",{d:"M17.5 17m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-2"}]]),bU=createReactComponent("circuit-ammeter","IconCircuitAmmeter",[["path",{d:"M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M5 12h-3",key:"svg-1"}],["path",{d:"M19 12h3",key:"svg-2"}],["path",{d:"M10 14v-3c0 -1.036 .895 -2 2 -2s2 .964 2 2v3",key:"svg-3"}],["path",{d:"M14 12h-4",key:"svg-4"}]]),bG=createReactComponent("circuit-battery","IconCircuitBattery",[["path",{d:"M2 12h4",key:"svg-0"}],["path",{d:"M18 12h4",key:"svg-1"}],["path",{d:"M18 5v14",key:"svg-2"}],["path",{d:"M14 9v6",key:"svg-3"}],["path",{d:"M10 5v14",key:"svg-4"}],["path",{d:"M6 9v6",key:"svg-5"}]]),bX=createReactComponent("circuit-bulb","IconCircuitBulb",[["path",{d:"M2 12h5",key:"svg-0"}],["path",{d:"M17 12h5",key:"svg-1"}],["path",{d:"M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-2"}],["path",{d:"M8.5 8.5l7 7",key:"svg-3"}],["path",{d:"M15.5 8.5l-7 7",key:"svg-4"}]]),bK=createReactComponent("circuit-capacitor-polarized","IconCircuitCapacitorPolarized",[["path",{d:"M22 12h-8",key:"svg-0"}],["path",{d:"M2 12h8",key:"svg-1"}],["path",{d:"M10 7v10",key:"svg-2"}],["path",{d:"M14 7v10",key:"svg-3"}],["path",{d:"M17 5h4",key:"svg-4"}],["path",{d:"M19 3v4",key:"svg-5"}]]),bY=createReactComponent("circuit-capacitor","IconCircuitCapacitor",[["path",{d:"M22 12h-8",key:"svg-0"}],["path",{d:"M2 12h8",key:"svg-1"}],["path",{d:"M10 7v10",key:"svg-2"}],["path",{d:"M14 7v10",key:"svg-3"}]]),bZ=createReactComponent("circuit-cell-plus","IconCircuitCellPlus",[["path",{d:"M2 12h9",key:"svg-0"}],["path",{d:"M15 12h7",key:"svg-1"}],["path",{d:"M11 5v14",key:"svg-2"}],["path",{d:"M15 9v6",key:"svg-3"}],["path",{d:"M3 5h4",key:"svg-4"}],["path",{d:"M5 3v4",key:"svg-5"}]]),bQ=createReactComponent("circuit-cell","IconCircuitCell",[["path",{d:"M2 12h8",key:"svg-0"}],["path",{d:"M14 12h8",key:"svg-1"}],["path",{d:"M10 5v14",key:"svg-2"}],["path",{d:"M14 9v6",key:"svg-3"}]]),bJ=createReactComponent("circuit-changeover","IconCircuitChangeover",[["path",{d:"M2 12h2",key:"svg-0"}],["path",{d:"M20 7h2",key:"svg-1"}],["path",{d:"M6 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M18 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M20 17h2",key:"svg-4"}],["path",{d:"M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-5"}],["path",{d:"M7.5 10.5l8.5 -3.5",key:"svg-6"}]]),b1=createReactComponent("circuit-diode-zener","IconCircuitDiodeZener",[["path",{d:"M22 12h-6",key:"svg-0"}],["path",{d:"M2 12h6",key:"svg-1"}],["path",{d:"M8 7l8 5l-8 5z",key:"svg-2"}],["path",{d:"M14 7h2v10h2",key:"svg-3"}]]),b0=createReactComponent("circuit-diode","IconCircuitDiode",[["path",{d:"M22 12h-6",key:"svg-0"}],["path",{d:"M2 12h6",key:"svg-1"}],["path",{d:"M8 7l8 5l-8 5z",key:"svg-2"}],["path",{d:"M16 7v10",key:"svg-3"}]]),b2=createReactComponent("circuit-ground-digital","IconCircuitGroundDigital",[["path",{d:"M12 13v-10",key:"svg-0"}],["path",{d:"M12 21l-6 -8h12z",key:"svg-1"}]]),b3=createReactComponent("circuit-ground","IconCircuitGround",[["path",{d:"M12 13v-8",key:"svg-0"}],["path",{d:"M4 13h16",key:"svg-1"}],["path",{d:"M7 16h10",key:"svg-2"}],["path",{d:"M10 19h4",key:"svg-3"}]]),b5=createReactComponent("circuit-inductor","IconCircuitInductor",[["path",{d:"M2 14h3v-2a2 2 0 1 1 4 0v2v-1.5a2.5 2.5 0 1 1 5 0v1.5v-1.5a2.5 2.5 0 1 1 5 0v1.5h3",key:"svg-0"}]]),b4=createReactComponent("circuit-motor","IconCircuitMotor",[["path",{d:"M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M5 12h-3",key:"svg-1"}],["path",{d:"M19 12h3",key:"svg-2"}],["path",{d:"M10 14v-4l2 2l2 -2v4",key:"svg-3"}]]),b6=createReactComponent("circuit-pushbutton","IconCircuitPushbutton",[["path",{d:"M2 17h2",key:"svg-0"}],["path",{d:"M20 17h2",key:"svg-1"}],["path",{d:"M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M6 11h12",key:"svg-4"}],["path",{d:"M12 11v-6",key:"svg-5"}]]),b9=createReactComponent("circuit-resistor","IconCircuitResistor",[["path",{d:"M2 12h2l2 -5l3 10l3 -10l3 10l3 -10l1.5 5h2.5",key:"svg-0"}]]),b7=createReactComponent("circuit-switch-closed","IconCircuitSwitchClosed",[["path",{d:"M2 12h2",key:"svg-0"}],["path",{d:"M20 12h2",key:"svg-1"}],["path",{d:"M6 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M18 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M8 12h8",key:"svg-4"}]]),b8=createReactComponent("circuit-switch-open","IconCircuitSwitchOpen",[["path",{d:"M2 12h2",key:"svg-0"}],["path",{d:"M20 12h2",key:"svg-1"}],["path",{d:"M6 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M18 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M7.5 10.5l7.5 -5.5",key:"svg-4"}]]),Ie=createReactComponent("circuit-voltmeter","IconCircuitVoltmeter",[["path",{d:"M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M5 12h-3",key:"svg-1"}],["path",{d:"M19 12h3",key:"svg-2"}],["path",{d:"M10 10l2 4l2 -4",key:"svg-3"}]]),It=createReactComponent("clear-all","IconClearAll",[["path",{d:"M8 6h12",key:"svg-0"}],["path",{d:"M6 12h12",key:"svg-1"}],["path",{d:"M4 18h12",key:"svg-2"}]]),Ia=createReactComponent("clear-formatting","IconClearFormatting",[["path",{d:"M17 15l4 4m0 -4l-4 4",key:"svg-0"}],["path",{d:"M7 6v-1h11v1",key:"svg-1"}],["path",{d:"M7 19l4 0",key:"svg-2"}],["path",{d:"M13 5l-4 14",key:"svg-3"}]]),In=createReactComponent("click","IconClick",[["path",{d:"M3 12l3 0",key:"svg-0"}],["path",{d:"M12 3l0 3",key:"svg-1"}],["path",{d:"M7.8 7.8l-2.2 -2.2",key:"svg-2"}],["path",{d:"M16.2 7.8l2.2 -2.2",key:"svg-3"}],["path",{d:"M7.8 16.2l-2.2 2.2",key:"svg-4"}],["path",{d:"M12 12l9 3l-4 2l-2 4l-3 -9",key:"svg-5"}]]),Ir=createReactComponent("clipboard-check","IconClipboardCheck",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M9 14l2 2l4 -4",key:"svg-2"}]]),Io=createReactComponent("clipboard-copy","IconClipboardCopy",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h3m9 -9v-5a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M13 17v-1a1 1 0 0 1 1 -1h1m3 0h1a1 1 0 0 1 1 1v1m0 3v1a1 1 0 0 1 -1 1h-1m-3 0h-1a1 1 0 0 1 -1 -1v-1",key:"svg-1"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),Il=createReactComponent("clipboard-data","IconClipboardData",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M9 17v-4",key:"svg-2"}],["path",{d:"M12 17v-1",key:"svg-3"}],["path",{d:"M15 17v-2",key:"svg-4"}],["path",{d:"M12 17v-1",key:"svg-5"}]]),Ic=createReactComponent("clipboard-heart","IconClipboardHeart",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M11.993 16.75l2.747 -2.815a1.9 1.9 0 0 0 0 -2.632a1.775 1.775 0 0 0 -2.56 0l-.183 .188l-.183 -.189a1.775 1.775 0 0 0 -2.56 0a1.899 1.899 0 0 0 0 2.632l2.738 2.825z",key:"svg-2"}]]),Ii=createReactComponent("clipboard-list","IconClipboardList",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M9 12l.01 0",key:"svg-2"}],["path",{d:"M13 12l2 0",key:"svg-3"}],["path",{d:"M9 16l.01 0",key:"svg-4"}],["path",{d:"M13 16l2 0",key:"svg-5"}]]),Is=createReactComponent("clipboard-off","IconClipboardOff",[["path",{d:"M5.575 5.597a2 2 0 0 0 -.575 1.403v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2m0 -4v-8a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 5a2 2 0 0 1 2 -2h2a2 2 0 1 1 0 4h-2",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),Id=createReactComponent("clipboard-plus","IconClipboardPlus",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M10 14h4",key:"svg-2"}],["path",{d:"M12 12v4",key:"svg-3"}]]),Iu=createReactComponent("clipboard-text","IconClipboardText",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M9 12h6",key:"svg-2"}],["path",{d:"M9 16h6",key:"svg-3"}]]),Ip=createReactComponent("clipboard-typography","IconClipboardTypography",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M9 12v-1h6v1",key:"svg-2"}],["path",{d:"M12 11v6",key:"svg-3"}],["path",{d:"M11 17h2",key:"svg-4"}]]),Ih=createReactComponent("clipboard-x","IconClipboardX",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M10 12l4 4m0 -4l-4 4",key:"svg-2"}]]),Iv=createReactComponent("clipboard","IconClipboard",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),Ig=createReactComponent("clock-12","IconClock12",[["path",{d:"M3 12a9 9 0 0 0 9 9m9 -9a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 7v5l.5 .5",key:"svg-1"}],["path",{d:"M18 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2",key:"svg-2"}],["path",{d:"M15 21v-6",key:"svg-3"}]]),Iy=createReactComponent("clock-2","IconClock2",[["path",{d:"M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M12 7v5l3 3",key:"svg-1"}],["path",{d:"M4 12h1",key:"svg-2"}],["path",{d:"M19 12h1",key:"svg-3"}],["path",{d:"M12 19v1",key:"svg-4"}]]),If=createReactComponent("clock-24","IconClock24",[["path",{d:"M3 12a9 9 0 0 0 5.998 8.485m12.002 -8.485a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 7v5",key:"svg-1"}],["path",{d:"M12 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2",key:"svg-2"}],["path",{d:"M18 15v2a1 1 0 0 0 1 1h1",key:"svg-3"}],["path",{d:"M21 15v6",key:"svg-4"}]]),Im=createReactComponent("clock-bolt","IconClockBolt",[["path",{d:"M20.984 12.53a9 9 0 1 0 -7.552 8.355",key:"svg-0"}],["path",{d:"M12 7v5l3 3",key:"svg-1"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-2"}]]),Ik=createReactComponent("clock-cancel","IconClockCancel",[["path",{d:"M20.997 12.25a9 9 0 1 0 -8.718 8.745",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}],["path",{d:"M12 7v5l2 2",key:"svg-3"}]]),IM=createReactComponent("clock-check","IconClockCheck",[["path",{d:"M20.942 13.021a9 9 0 1 0 -9.407 7.967",key:"svg-0"}],["path",{d:"M12 7v5l3 3",key:"svg-1"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-2"}]]),Ib=createReactComponent("clock-code","IconClockCode",[["path",{d:"M20.931 13.111a9 9 0 1 0 -9.453 7.874",key:"svg-0"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-2"}],["path",{d:"M12 7v5l2 2",key:"svg-3"}]]),II=createReactComponent("clock-cog","IconClockCog",[["path",{d:"M21 12a9 9 0 1 0 -9.002 9",key:"svg-0"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19.001 15.5v1.5",key:"svg-2"}],["path",{d:"M19.001 21v1.5",key:"svg-3"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-4"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-5"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-6"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-7"}],["path",{d:"M12 7v5l2 2",key:"svg-8"}]]),IC=createReactComponent("clock-dollar","IconClockDollar",[["path",{d:"M20.866 10.45a9 9 0 1 0 -7.815 10.488",key:"svg-0"}],["path",{d:"M12 7v5l1.5 1.5",key:"svg-1"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-3"}]]),Ix=createReactComponent("clock-down","IconClockDown",[["path",{d:"M20.984 12.535a9 9 0 1 0 -8.431 8.448",key:"svg-0"}],["path",{d:"M12 7v5l3 3",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-3"}]]),IR=createReactComponent("clock-edit","IconClockEdit",[["path",{d:"M21 12a9 9 0 1 0 -9.972 8.948c.32 .034 .644 .052 .972 .052",key:"svg-0"}],["path",{d:"M12 7v5l2 2",key:"svg-1"}],["path",{d:"M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z",key:"svg-2"}]]),IS=createReactComponent("clock-exclamation","IconClockExclamation",[["path",{d:"M20.986 12.502a9 9 0 1 0 -5.973 7.98",key:"svg-0"}],["path",{d:"M12 7v5l3 3",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),I_=createReactComponent("clock-filled","IconClockFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 2.66a1 1 0 0 0 -.993 .883l-.007 .117v5l.009 .131a1 1 0 0 0 .197 .477l.087 .1l3 3l.094 .082a1 1 0 0 0 1.226 0l.094 -.083l.083 -.094a1 1 0 0 0 0 -1.226l-.083 -.094l-2.707 -2.708v-4.585l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Iw=createReactComponent("clock-heart","IconClockHeart",[["path",{d:"M20.956 11.107a9 9 0 1 0 -9.579 9.871",key:"svg-0"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-1"}],["path",{d:"M12 7v5l.5 .5",key:"svg-2"}]]),IP=createReactComponent("clock-hour-1","IconClockHour1",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 7v5",key:"svg-1"}],["path",{d:"M12 12l2 -3",key:"svg-2"}]]),IO=createReactComponent("clock-hour-10","IconClockHour10",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12l-3 -2",key:"svg-1"}],["path",{d:"M12 7v5",key:"svg-2"}]]),IF=createReactComponent("clock-hour-11","IconClockHour11",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12l-2 -3",key:"svg-1"}],["path",{d:"M12 7v5",key:"svg-2"}]]),Iz=createReactComponent("clock-hour-12","IconClockHour12",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 7v5",key:"svg-1"}]]),ID=createReactComponent("clock-hour-2","IconClockHour2",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12l3 -2",key:"svg-1"}],["path",{d:"M12 7v5",key:"svg-2"}]]),IA=createReactComponent("clock-hour-3","IconClockHour3",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12h3.5",key:"svg-1"}],["path",{d:"M12 7v5",key:"svg-2"}]]),Ij=createReactComponent("clock-hour-4","IconClockHour4",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12l3 2",key:"svg-1"}],["path",{d:"M12 7v5",key:"svg-2"}]]),IE=createReactComponent("clock-hour-5","IconClockHour5",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12l2 3",key:"svg-1"}],["path",{d:"M12 7v5",key:"svg-2"}]]),IT=createReactComponent("clock-hour-6","IconClockHour6",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12v3.5",key:"svg-1"}],["path",{d:"M12 7v5",key:"svg-2"}]]),IB=createReactComponent("clock-hour-7","IconClockHour7",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12l-2 3",key:"svg-1"}],["path",{d:"M12 7v5",key:"svg-2"}]]),IN=createReactComponent("clock-hour-8","IconClockHour8",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12l-3 2",key:"svg-1"}],["path",{d:"M12 7v5",key:"svg-2"}]]),I$=createReactComponent("clock-hour-9","IconClockHour9",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12h-3.5",key:"svg-1"}],["path",{d:"M12 7v5",key:"svg-2"}]]),IL=createReactComponent("clock-minus","IconClockMinus",[["path",{d:"M20.477 15.022a9 9 0 1 0 -7.998 5.965",key:"svg-0"}],["path",{d:"M12 7v5l3 3",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}]]),IW=createReactComponent("clock-off","IconClockOff",[["path",{d:"M5.633 5.64a9 9 0 1 0 12.735 12.72m1.674 -2.32a9 9 0 0 0 -12.082 -12.082",key:"svg-0"}],["path",{d:"M12 7v1",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),IH=createReactComponent("clock-pause","IconClockPause",[["path",{d:"M20.942 13.018a9 9 0 1 0 -7.909 7.922",key:"svg-0"}],["path",{d:"M12 7v5l2 2",key:"svg-1"}],["path",{d:"M17 17v5",key:"svg-2"}],["path",{d:"M21 17v5",key:"svg-3"}]]),IV=createReactComponent("clock-pin","IconClockPin",[["path",{d:"M20.971 11.278a9 9 0 1 0 -8.313 9.698",key:"svg-0"}],["path",{d:"M12 7v5l1.5 1.5",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}]]),Iq=createReactComponent("clock-play","IconClockPlay",[["path",{d:"M12 7v5l2 2",key:"svg-0"}],["path",{d:"M17 22l5 -3l-5 -3z",key:"svg-1"}],["path",{d:"M13.017 20.943a9 9 0 1 1 7.831 -7.292",key:"svg-2"}]]),IU=createReactComponent("clock-plus","IconClockPlus",[["path",{d:"M20.984 12.535a9 9 0 1 0 -8.468 8.45",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M12 7v5l3 3",key:"svg-3"}]]),IG=createReactComponent("clock-question","IconClockQuestion",[["path",{d:"M20.975 11.33a9 9 0 1 0 -5.717 9.06",key:"svg-0"}],["path",{d:"M12 7v5l2 2",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-3"}]]),IX=createReactComponent("clock-record","IconClockRecord",[["path",{d:"M21 12.3a9 9 0 1 0 -8.683 8.694",key:"svg-0"}],["path",{d:"M12 7v5l2 2",key:"svg-1"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}]]),IK=createReactComponent("clock-search","IconClockSearch",[["path",{d:"M20.993 11.646a9 9 0 1 0 -9.318 9.348",key:"svg-0"}],["path",{d:"M12 7v5l1 1",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),IY=createReactComponent("clock-share","IconClockShare",[["path",{d:"M20.943 13.016a9 9 0 1 0 -8.915 7.984",key:"svg-0"}],["path",{d:"M16 22l5 -5",key:"svg-1"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-2"}],["path",{d:"M12 7v5l2 2",key:"svg-3"}]]),IZ=createReactComponent("clock-shield","IconClockShield",[["path",{d:"M21 12a9 9 0 1 0 -8.98 9",key:"svg-0"}],["path",{d:"M12 7v5l1 1",key:"svg-1"}],["path",{d:"M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5z",key:"svg-2"}]]),IQ=createReactComponent("clock-star","IconClockStar",[["path",{d:"M20.982 11.436a9 9 0 1 0 -9.966 9.51",key:"svg-0"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}],["path",{d:"M12 7v5l1 1",key:"svg-2"}]]),IJ=createReactComponent("clock-stop","IconClockStop",[["path",{d:"M21 12a9 9 0 1 0 -9 9",key:"svg-0"}],["path",{d:"M12 7v5l1 1",key:"svg-1"}],["path",{d:"M16 16h6v6h-6z",key:"svg-2"}]]),I1=createReactComponent("clock-up","IconClockUp",[["path",{d:"M20.983 12.548a9 9 0 1 0 -8.45 8.436",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}],["path",{d:"M12 7v5l2.5 2.5",key:"svg-3"}]]),I0=createReactComponent("clock-x","IconClockX",[["path",{d:"M20.926 13.15a9 9 0 1 0 -7.835 7.784",key:"svg-0"}],["path",{d:"M12 7v5l2 2",key:"svg-1"}],["path",{d:"M22 22l-5 -5",key:"svg-2"}],["path",{d:"M17 22l5 -5",key:"svg-3"}]]),I2=createReactComponent("clock","IconClock",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M12 7v5l3 3",key:"svg-1"}]]),I3=createReactComponent("clothes-rack-off","IconClothesRackOff",[["path",{d:"M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M12 7v1m0 4v9",key:"svg-1"}],["path",{d:"M9 21h6",key:"svg-2"}],["path",{d:"M7.757 9.243a6 6 0 0 0 3.129 1.653m3.578 -.424a6 6 0 0 0 1.779 -1.229",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),I5=createReactComponent("clothes-rack","IconClothesRack",[["path",{d:"M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M12 7v14",key:"svg-1"}],["path",{d:"M9 21h6",key:"svg-2"}],["path",{d:"M7.757 9.243a6 6 0 0 0 8.486 0",key:"svg-3"}]]),I4=createReactComponent("cloud-bolt","IconCloudBolt",[["path",{d:"M13 18.004h-6.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.396 0 2.6 .831 3.148 2.03",key:"svg-0"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-1"}]]),I6=createReactComponent("cloud-cancel","IconCloudCancel",[["path",{d:"M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99a3.45 3.45 0 0 1 2.756 1.373",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}]]),I9=createReactComponent("cloud-check","IconCloudCheck",[["path",{d:"M11 18.004h-4.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.388 0 2.585 .82 3.138 2.007",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}]]),I7=createReactComponent("cloud-code","IconCloudCode",[["path",{d:"M11 18.004h-4.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99a3.468 3.468 0 0 1 3.307 2.444",key:"svg-0"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-2"}]]),I8=createReactComponent("cloud-cog","IconCloudCog",[["path",{d:"M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c.956 0 1.822 .39 2.449 1.02",key:"svg-0"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19.001 15.5v1.5",key:"svg-2"}],["path",{d:"M19.001 21v1.5",key:"svg-3"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-4"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-5"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-6"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-7"}]]),Ce=createReactComponent("cloud-computing","IconCloudComputing",[["path",{d:"M6.657 16c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878",key:"svg-0"}],["path",{d:"M12 16v5",key:"svg-1"}],["path",{d:"M16 16v4a1 1 0 0 0 1 1h4",key:"svg-2"}],["path",{d:"M8 16v4a1 1 0 0 1 -1 1h-4",key:"svg-3"}]]),Ct=createReactComponent("cloud-data-connection","IconCloudDataConnection",[["path",{d:"M5 9.897c0 -1.714 1.46 -3.104 3.26 -3.104c.275 -1.22 1.255 -2.215 2.572 -2.611c1.317 -.397 2.77 -.134 3.811 .69c1.042 .822 1.514 2.08 1.239 3.3h.693a2.42 2.42 0 0 1 2.425 2.414a2.42 2.42 0 0 1 -2.425 2.414h-8.315c-1.8 0 -3.26 -1.39 -3.26 -3.103z",key:"svg-0"}],["path",{d:"M12 13v3",key:"svg-1"}],["path",{d:"M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M14 18h7",key:"svg-3"}],["path",{d:"M3 18h7",key:"svg-4"}]]),Ca=createReactComponent("cloud-dollar","IconCloudDollar",[["path",{d:"M13.5 18.004h-6.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.28 1.023 1.957 2.51 1.873 4.027",key:"svg-0"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-1"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-2"}]]),Cn=createReactComponent("cloud-down","IconCloudDown",[["path",{d:"M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.38 0 2.573 .813 3.13 1.99",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}]]),Cr=createReactComponent("cloud-download","IconCloudDownload",[["path",{d:"M19 18a3.5 3.5 0 0 0 0 -7h-1a5 4.5 0 0 0 -11 -2a4.6 4.4 0 0 0 -2.1 8.4",key:"svg-0"}],["path",{d:"M12 13l0 9",key:"svg-1"}],["path",{d:"M9 19l3 3l3 -3",key:"svg-2"}]]),Co=createReactComponent("cloud-exclamation","IconCloudExclamation",[["path",{d:"M15 18.004h-8.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.374 0 2.562 .805 3.121 1.972",key:"svg-0"}],["path",{d:"M19 16v3",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}]]),Cl=createReactComponent("cloud-filled","IconCloudFilled",[["path",{d:"M10.04 4.305c2.195 -.667 4.615 -.224 6.36 1.176c1.386 1.108 2.188 2.686 2.252 4.34l.003 .212l.091 .003c2.3 .107 4.143 1.961 4.25 4.27l.004 .211c0 2.407 -1.885 4.372 -4.255 4.482l-.21 .005h-11.878l-.222 -.008c-2.94 -.11 -5.317 -2.399 -5.43 -5.263l-.005 -.216c0 -2.747 2.08 -5.01 4.784 -5.417l.114 -.016l.07 -.181c.663 -1.62 2.056 -2.906 3.829 -3.518l.244 -.08z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Cc=createReactComponent("cloud-fog","IconCloudFog",[["path",{d:"M7 16a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12",key:"svg-0"}],["path",{d:"M5 20l14 0",key:"svg-1"}]]),Ci=createReactComponent("cloud-heart","IconCloudHeart",[["path",{d:"M10 18.004h-3.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99",key:"svg-0"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-1"}]]),Cs=createReactComponent("cloud-lock-open","IconCloudLockOpen",[["path",{d:"M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027",key:"svg-0"}],["path",{d:"M8 15m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M10 15v-2a2 2 0 0 1 3.736 -1",key:"svg-2"}]]),Cd=createReactComponent("cloud-lock","IconCloudLock",[["path",{d:"M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027",key:"svg-0"}],["path",{d:"M8 15m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M10 15v-2a2 2 0 1 1 4 0v2",key:"svg-2"}]]),Cu=createReactComponent("cloud-minus","IconCloudMinus",[["path",{d:"M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 .186 -.015 .37 -.042 .548",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),Cp=createReactComponent("cloud-network","IconCloudNetwork",[["path",{d:"M3 20h7",key:"svg-0"}],["path",{d:"M14 20h7",key:"svg-1"}],["path",{d:"M10 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-2"}],["path",{d:"M12 16v2",key:"svg-3"}],["path",{d:"M8 16.004h-1.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-2.535",key:"svg-4"}]]),Ch=createReactComponent("cloud-off","IconCloudOff",[["path",{d:"M9.58 5.548c.24 -.11 .492 -.207 .752 -.286c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 .957 -.383 1.824 -1.003 2.454m-2.997 1.033h-11.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.13 -.582 .37 -1.128 .7 -1.62",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),Cv=createReactComponent("cloud-pause","IconCloudPause",[["path",{d:"M13 18.004h-6.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.406 0 2.617 .843 3.16 2.055",key:"svg-0"}],["path",{d:"M17 17v5",key:"svg-1"}],["path",{d:"M21 17v5",key:"svg-2"}]]),Cg=createReactComponent("cloud-pin","IconCloudPin",[["path",{d:"M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99",key:"svg-0"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-1"}],["path",{d:"M19 18v.01",key:"svg-2"}]]),Cy=createReactComponent("cloud-plus","IconCloudPlus",[["path",{d:"M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99a3.46 3.46 0 0 1 3.085 1.9",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),Cf=createReactComponent("cloud-question","IconCloudQuestion",[["path",{d:"M14.5 18.004h-7.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),Cm=createReactComponent("cloud-rain","IconCloudRain",[["path",{d:"M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7",key:"svg-0"}],["path",{d:"M11 13v2m0 3v2m4 -5v2m0 3v2",key:"svg-1"}]]),Ck=createReactComponent("cloud-search","IconCloudSearch",[["path",{d:"M11 18.004h-4.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}]]),CM=createReactComponent("cloud-share","IconCloudShare",[["path",{d:"M12.5 18.004h-5.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.41 0 2.624 .848 3.164 2.065",key:"svg-0"}],["path",{d:"M16 22l5 -5",key:"svg-1"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-2"}]]),Cb=createReactComponent("cloud-snow","IconCloudSnow",[["path",{d:"M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7",key:"svg-0"}],["path",{d:"M11 15v.01m0 3v.01m0 3v.01m4 -4v.01m0 3v.01",key:"svg-1"}]]),CI=createReactComponent("cloud-star","IconCloudStar",[["path",{d:"M9.5 18.004h-2.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.209 .967 1.88 2.347 1.88 3.776",key:"svg-0"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}]]),CC=createReactComponent("cloud-storm","IconCloudStorm",[["path",{d:"M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1",key:"svg-0"}],["path",{d:"M13 14l-2 4l3 0l-2 4",key:"svg-1"}]]),Cx=createReactComponent("cloud-up","IconCloudUp",[["path",{d:"M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.38 0 2.57 .811 3.128 1.986",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}]]),CR=createReactComponent("cloud-upload","IconCloudUpload",[["path",{d:"M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1",key:"svg-0"}],["path",{d:"M9 15l3 -3l3 3",key:"svg-1"}],["path",{d:"M12 12l0 9",key:"svg-2"}]]),CS=createReactComponent("cloud-x","IconCloudX",[["path",{d:"M13 18.004h-6.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.37 0 2.556 .8 3.117 1.964",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}]]),C_=createReactComponent("cloud","IconCloud",[["path",{d:"M6.657 18c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878",key:"svg-0"}]]),Cw=createReactComponent("clover-2","IconClover2",[["path",{d:"M11 11l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95a2.04 2.04 0 0 1 2.912 0l.485 .39l.485 -.39a2.04 2.04 0 0 1 2.912 0a2.104 2.104 0 0 1 0 2.95l-3.397 3.44z",key:"svg-0"}],["path",{d:"M11 11l-3.397 3.44a2.104 2.104 0 0 0 0 2.95a2.04 2.04 0 0 0 2.912 0l.485 -.39l.485 .39a2.04 2.04 0 0 0 2.912 0a2.104 2.104 0 0 0 0 -2.95l-3.397 -3.44z",key:"svg-1"}],["path",{d:"M14.44 7.603a2.104 2.104 0 0 1 2.95 0a2.04 2.04 0 0 1 0 2.912l-.39 .485l.39 .485a2.04 2.04 0 0 1 0 2.912a2.104 2.104 0 0 1 -2.95 0",key:"svg-2"}],["path",{d:"M7.56 7.603a2.104 2.104 0 0 0 -2.95 0a2.04 2.04 0 0 0 0 2.912l.39 .485l-.39 .485a2.04 2.04 0 0 0 0 2.912a2.104 2.104 0 0 0 2.95 0",key:"svg-3"}],["path",{d:"M15 15l6 6",key:"svg-4"}]]),CP=createReactComponent("clover","IconClover",[["path",{d:"M12 10l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95a2.04 2.04 0 0 1 2.912 0l.485 .39l.485 -.39a2.04 2.04 0 0 1 2.912 0a2.104 2.104 0 0 1 0 2.95l-3.397 3.44z",key:"svg-0"}],["path",{d:"M12 14l-3.397 3.44a2.104 2.104 0 0 0 0 2.95a2.04 2.04 0 0 0 2.912 0l.485 -.39l.485 .39a2.04 2.04 0 0 0 2.912 0a2.104 2.104 0 0 0 0 -2.95l-3.397 -3.44z",key:"svg-1"}],["path",{d:"M14 12l3.44 -3.397a2.104 2.104 0 0 1 2.95 0a2.04 2.04 0 0 1 0 2.912l-.39 .485l.39 .485a2.04 2.04 0 0 1 0 2.912a2.104 2.104 0 0 1 -2.95 0l-3.44 -3.397z",key:"svg-2"}],["path",{d:"M10 12l-3.44 -3.397a2.104 2.104 0 0 0 -2.95 0a2.04 2.04 0 0 0 0 2.912l.39 .485l-.39 .485a2.04 2.04 0 0 0 0 2.912a2.104 2.104 0 0 0 2.95 0l3.44 -3.397z",key:"svg-3"}]]),CO=createReactComponent("clubs-filled","IconClubsFilled",[["path",{d:"M12 2a5 5 0 0 0 -4.488 2.797l-.103 .225a4.998 4.998 0 0 0 -.334 2.837l.027 .14a5 5 0 0 0 -3.091 9.009l.198 .14a4.998 4.998 0 0 0 4.42 .58l.174 -.066l-.773 3.095a1 1 0 0 0 .97 1.243h6l.113 -.006a1 1 0 0 0 .857 -1.237l-.774 -3.095l.174 .065a5 5 0 1 0 1.527 -9.727l.028 -.14a4.997 4.997 0 0 0 -4.925 -5.86z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),CF=createReactComponent("clubs","IconClubs",[["path",{d:"M12 3a4 4 0 0 1 3.164 6.447a4 4 0 1 1 -1.164 6.198v1.355l1 4h-6l1 -4l0 -1.355a4 4 0 1 1 -1.164 -6.199a4 4 0 0 1 3.163 -6.446z",key:"svg-0"}]]),Cz=createReactComponent("code-asterix","IconCodeAsterix",[["path",{d:"M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M12 11.875l3 -1.687",key:"svg-1"}],["path",{d:"M12 11.875v3.375",key:"svg-2"}],["path",{d:"M12 11.875l-3 -1.687",key:"svg-3"}],["path",{d:"M12 11.875l3 1.688",key:"svg-4"}],["path",{d:"M12 8.5v3.375",key:"svg-5"}],["path",{d:"M12 11.875l-3 1.688",key:"svg-6"}],["path",{d:"M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2",key:"svg-7"}]]),CD=createReactComponent("code-circle-2","IconCodeCircle2",[["path",{d:"M8.5 13.5l-1.5 -1.5l1.5 -1.5",key:"svg-0"}],["path",{d:"M15.5 10.5l1.5 1.5l-1.5 1.5",key:"svg-1"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-2"}],["path",{d:"M13 9.5l-2 5.5",key:"svg-3"}]]),CA=createReactComponent("code-circle","IconCodeCircle",[["path",{d:"M10 14l-2 -2l2 -2",key:"svg-0"}],["path",{d:"M14 10l2 2l-2 2",key:"svg-1"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-2"}]]),Cj=createReactComponent("code-dots","IconCodeDots",[["path",{d:"M15 12h.01",key:"svg-0"}],["path",{d:"M12 12h.01",key:"svg-1"}],["path",{d:"M9 12h.01",key:"svg-2"}],["path",{d:"M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2",key:"svg-3"}],["path",{d:"M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2",key:"svg-4"}]]),CE=createReactComponent("code-minus","IconCodeMinus",[["path",{d:"M9 12h6",key:"svg-0"}],["path",{d:"M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2",key:"svg-1"}],["path",{d:"M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2",key:"svg-2"}]]),CT=createReactComponent("code-off","IconCodeOff",[["path",{d:"M7 8l-4 4l4 4",key:"svg-0"}],["path",{d:"M17 8l4 4l-2.5 2.5",key:"svg-1"}],["path",{d:"M14 4l-1.201 4.805m-.802 3.207l-2 7.988",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),CB=createReactComponent("code-plus","IconCodePlus",[["path",{d:"M9 12h6",key:"svg-0"}],["path",{d:"M12 9v6",key:"svg-1"}],["path",{d:"M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2",key:"svg-2"}],["path",{d:"M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2",key:"svg-3"}]]),CN=createReactComponent("code","IconCode",[["path",{d:"M7 8l-4 4l4 4",key:"svg-0"}],["path",{d:"M17 8l4 4l-4 4",key:"svg-1"}],["path",{d:"M14 4l-4 16",key:"svg-2"}]]),C$=createReactComponent("coffee-off","IconCoffeeOff",[["path",{d:"M3 14c.83 .642 2.077 1.017 3.5 1c1.423 .017 2.67 -.358 3.5 -1c.73 -.565 1.783 -.923 3 -.99",key:"svg-0"}],["path",{d:"M8 3c-.194 .14 -.364 .305 -.506 .49",key:"svg-1"}],["path",{d:"M12 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2",key:"svg-2"}],["path",{d:"M14 10h3v3m-.257 3.743a6 6 0 0 1 -5.743 4.257h-2a6 6 0 0 1 -6 -6v-5h7",key:"svg-3"}],["path",{d:"M20.116 16.124a3 3 0 0 0 -3.118 -4.953",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),CL=createReactComponent("coffee","IconCoffee",[["path",{d:"M3 14c.83 .642 2.077 1.017 3.5 1c1.423 .017 2.67 -.358 3.5 -1c.83 -.642 2.077 -1.017 3.5 -1c1.423 -.017 2.67 .358 3.5 1",key:"svg-0"}],["path",{d:"M8 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2",key:"svg-1"}],["path",{d:"M12 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2",key:"svg-2"}],["path",{d:"M3 10h14v5a6 6 0 0 1 -6 6h-2a6 6 0 0 1 -6 -6v-5z",key:"svg-3"}],["path",{d:"M16.746 16.726a3 3 0 1 0 .252 -5.555",key:"svg-4"}]]),CW=createReactComponent("coffin","IconCoffin",[["path",{d:"M7 3l-2 6l2 12h6l2 -12l-2 -6z",key:"svg-0"}],["path",{d:"M10 7v5",key:"svg-1"}],["path",{d:"M8 9h4",key:"svg-2"}],["path",{d:"M13 21h4l2 -12l-2 -6h-4",key:"svg-3"}]]),CH=createReactComponent("coin-bitcoin-filled","IconCoinBitcoinFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-4 2.66a1 1 0 0 0 -1 1h-1a1 1 0 0 0 -2 0a1 1 0 1 0 0 2v6a1 1 0 0 0 0 2c0 1.333 2 1.333 2 0h1a1 1 0 0 0 2 0v-.15c1.167 -.394 2 -1.527 2 -2.85l-.005 -.175a3.063 3.063 0 0 0 -.734 -1.827c.46 -.532 .739 -1.233 .739 -1.998c0 -1.323 -.833 -2.456 -2 -2.85v-.15a1 1 0 0 0 -1 -1zm.09 7c.492 0 .91 .437 .91 1s-.418 1 -.91 1h-2.09v-2h2.09zm0 -4c.492 0 .91 .437 .91 1c0 .522 -.36 .937 -.806 .993l-.104 .007h-2.09v-2h2.09z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),CV=createReactComponent("coin-bitcoin","IconCoinBitcoin",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 8h4.09c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2h-4.09",key:"svg-1"}],["path",{d:"M10 12h4",key:"svg-2"}],["path",{d:"M10 7v10v-9",key:"svg-3"}],["path",{d:"M13 7v1",key:"svg-4"}],["path",{d:"M13 16v1",key:"svg-5"}]]),Cq=createReactComponent("coin-euro-filled","IconCoinEuroFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 2.66c-2.052 0 -3.768 1.449 -4.549 3.5h-.451a1 1 0 0 0 -.117 1.993l.134 .007a7.298 7.298 0 0 0 0 1h-.017a1 1 0 0 0 0 2h.452c.78 2.053 2.496 3.5 4.548 3.5c1.141 0 2.217 -.457 3.084 -1.27a1 1 0 0 0 -1.368 -1.46c-.509 .478 -1.102 .73 -1.716 .73c-.922 0 -1.776 -.578 -2.335 -1.499l1.335 -.001a1 1 0 0 0 0 -2h-1.977a5.342 5.342 0 0 1 0 -1h1.977a1 1 0 0 0 0 -2h-1.336c.56 -.921 1.414 -1.5 2.336 -1.5c.615 0 1.208 .252 1.717 .73a1 1 0 0 0 1.368 -1.46c-.867 -.812 -1.943 -1.27 -3.085 -1.27z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),CU=createReactComponent("coin-euro","IconCoinEuro",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M14.401 8c-.669 -.628 -1.5 -1 -2.401 -1c-2.21 0 -4 2.239 -4 5s1.79 5 4 5c.9 0 1.731 -.372 2.4 -1",key:"svg-1"}],["path",{d:"M7 10.5h4",key:"svg-2"}],["path",{d:"M7 13.5h4",key:"svg-3"}]]),CG=createReactComponent("coin-filled","IconCoinFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 2.66a1 1 0 0 0 -1 1a3 3 0 1 0 0 6v2a1.024 1.024 0 0 1 -.866 -.398l-.068 -.101a1 1 0 0 0 -1.732 .998a3 3 0 0 0 2.505 1.5h.161a1 1 0 0 0 .883 .994l.117 .007a1 1 0 0 0 1 -1l.176 -.005a3 3 0 0 0 -.176 -5.995v-2c.358 -.012 .671 .14 .866 .398l.068 .101a1 1 0 0 0 1.732 -.998a3 3 0 0 0 -2.505 -1.501h-.161a1 1 0 0 0 -1 -1zm1 7a1 1 0 0 1 0 2v-2zm-2 -4v2a1 1 0 0 1 0 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),CX=createReactComponent("coin-monero-filled","IconCoinMoneroFilled",[["path",{d:"M15 11.414v4.586a1 1 0 0 0 1 1l4.66 .001a10 10 0 0 1 -17.32 0l4.66 -.001l.117 -.007a1 1 0 0 0 .883 -.993v-4.585l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.293zm2 -8.074a10 10 0 0 1 4.54 11.66h-4.54v-6c0 -.89 -1.077 -1.337 -1.707 -.707l-3.293 3.292l-3.293 -3.292l-.084 -.076c-.637 -.514 -1.623 -.07 -1.623 .783v6h-4.54a9.991 9.991 0 0 1 -.46 -3l.005 -.324a10 10 0 0 1 14.995 -8.336z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),CK=createReactComponent("coin-monero","IconCoinMonero",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M4 16h4v-7l4 4l4 -4v7h4",key:"svg-1"}]]),CY=createReactComponent("coin-off","IconCoinOff",[["path",{d:"M14.8 9a2 2 0 0 0 -1.8 -1h-1m-2.82 1.171a2 2 0 0 0 1.82 2.829h1m2.824 2.822a2 2 0 0 1 -1.824 1.178h-2a2 2 0 0 1 -1.8 -1",key:"svg-0"}],["path",{d:"M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73",key:"svg-1"}],["path",{d:"M12 6v2m0 8v2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),CZ=createReactComponent("coin-pound-filled","IconCoinPoundFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-4 2.66a3 3 0 0 0 -3 3v2h-1a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h1v1a1 1 0 0 1 -.77 .974l-.113 .02l-.117 .006c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h6a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3.171l.048 -.148a3 3 0 0 0 .123 -.852v-1h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1v-2a1 1 0 0 1 .883 -.993l.117 -.007a1 1 0 0 1 .993 .883l.007 .117a1 1 0 0 0 2 0a3 3 0 0 0 -3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),CQ=createReactComponent("coin-pound","IconCoinPound",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M15 9a2 2 0 1 0 -4 0v5a2 2 0 0 1 -2 2h6",key:"svg-1"}],["path",{d:"M9 12h4",key:"svg-2"}]]),CJ=createReactComponent("coin-rupee-filled","IconCoinRupeeFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 3.66h-6c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h1a2 2 0 0 1 1.732 1h-2.732a1 1 0 0 0 0 2l2.732 .001a2 2 0 0 1 -1.732 .999h-1c-.89 0 -1.337 1.077 -.707 1.707l3 3a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-1.484 -1.485l.113 -.037a4.009 4.009 0 0 0 2.538 -2.77l1.126 -.001a1 1 0 0 0 0 -2h-1.126a3.973 3.973 0 0 0 -.33 -.855l-.079 -.145h1.535a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),C1=createReactComponent("coin-rupee","IconCoinRupee",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M15 8h-6h1a3 3 0 0 1 0 6h-1l3 3",key:"svg-1"}],["path",{d:"M9 11h6",key:"svg-2"}]]),C0=createReactComponent("coin-taka-filled","IconCoinTakaFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-6.211 4.384a2 2 0 0 0 -2.683 -.895l-.553 .277a1 1 0 0 0 .894 1.788l.553 -.276l-.001 1.382h-.999a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h.999l.001 3a3 3 0 0 0 2.824 2.995l.176 .005h.5a3.5 3.5 0 0 0 3.5 -3.5v-.5a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .876 .876l.032 .002l-.02 .057a1.5 1.5 0 0 1 -1.395 .948h-.5a1 1 0 0 1 -1 -1l-.001 -3h4.001a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-4.001l.001 -1.382a2 2 0 0 0 -.136 -.725l-.075 -.17z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),C2=createReactComponent("coin-taka","IconCoinTaka",[["path",{d:"M8 8l.553 -.276a1 1 0 0 1 1.447 .894v6.382a2 2 0 0 0 2 2h.5a2.5 2.5 0 0 0 2.5 -2.5v-.5h-1",key:"svg-0"}],["path",{d:"M8 11h7",key:"svg-1"}],["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-2"}]]),C3=createReactComponent("coin-yen-filled","IconCoinYenFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.445 3.828a1 1 0 0 0 -1.387 .277l-2.168 3.251l-2.168 -3.25a1 1 0 0 0 -1.286 -.337l-.1 .059a1 1 0 0 0 -.278 1.387l1.63 2.445h-.798a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v1h-2a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v1a1 1 0 0 0 .883 .993l.117 .007l.117 -.007a1 1 0 0 0 .883 -.993v-1h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-2v-1h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-.799l1.631 -2.445a1 1 0 0 0 -.184 -1.317l-.093 -.07z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),C5=createReactComponent("coin-yen","IconCoinYen",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 12h6",key:"svg-1"}],["path",{d:"M9 15h6",key:"svg-2"}],["path",{d:"M9 8l3 4.5",key:"svg-3"}],["path",{d:"M15 8l-3 4.5v4.5",key:"svg-4"}]]),C4=createReactComponent("coin-yuan-filled","IconCoinYuanFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.445 3.828a1 1 0 0 0 -1.387 .277l-2.168 3.251l-2.168 -3.25a1 1 0 0 0 -1.286 -.337l-.1 .059a1 1 0 0 0 -.278 1.387l2.296 3.445h-1.464a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v3a1 1 0 0 0 .883 .993l.117 .007l.117 -.007a1 1 0 0 0 .883 -.993v-3h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1.465l2.297 -3.445a1 1 0 0 0 -.184 -1.317l-.093 -.07z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),C6=createReactComponent("coin-yuan","IconCoinYuan",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 13h6",key:"svg-1"}],["path",{d:"M9 8l3 4.5",key:"svg-2"}],["path",{d:"M15 8l-3 4.5v4.5",key:"svg-3"}]]),C9=createReactComponent("coin","IconCoin",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1",key:"svg-1"}],["path",{d:"M12 7v10",key:"svg-2"}]]),C7=createReactComponent("coins","IconCoins",[["path",{d:"M9 14c0 1.657 2.686 3 6 3s6 -1.343 6 -3s-2.686 -3 -6 -3s-6 1.343 -6 3z",key:"svg-0"}],["path",{d:"M9 14v4c0 1.656 2.686 3 6 3s6 -1.344 6 -3v-4",key:"svg-1"}],["path",{d:"M3 6c0 1.072 1.144 2.062 3 2.598s4.144 .536 6 0c1.856 -.536 3 -1.526 3 -2.598c0 -1.072 -1.144 -2.062 -3 -2.598s-4.144 -.536 -6 0c-1.856 .536 -3 1.526 -3 2.598z",key:"svg-2"}],["path",{d:"M3 6v10c0 .888 .772 1.45 2 2",key:"svg-3"}],["path",{d:"M3 11c0 .888 .772 1.45 2 2",key:"svg-4"}]]),C8=createReactComponent("color-filter","IconColorFilter",[["path",{d:"M13.58 13.79c.27 .68 .42 1.43 .42 2.21c0 1.77 -.77 3.37 -2 4.46a5.93 5.93 0 0 1 -4 1.54c-3.31 0 -6 -2.69 -6 -6c0 -2.76 1.88 -5.1 4.42 -5.79",key:"svg-0"}],["path",{d:"M17.58 10.21c2.54 .69 4.42 3.03 4.42 5.79c0 3.31 -2.69 6 -6 6a5.93 5.93 0 0 1 -4 -1.54",key:"svg-1"}],["path",{d:"M12 8m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0",key:"svg-2"}]]),xe=createReactComponent("color-picker-off","IconColorPickerOff",[["path",{d:"M11 7l6 6",key:"svg-0"}],["path",{d:"M12 8l3.699 -3.699a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-3.702 3.702m-2 2l-6 6h-4v-4l6 -6",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),xt=createReactComponent("color-picker","IconColorPicker",[["path",{d:"M11 7l6 6",key:"svg-0"}],["path",{d:"M4 16l11.7 -11.7a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-11.7 11.7h-4v-4z",key:"svg-1"}]]),xa=createReactComponent("color-swatch-off","IconColorSwatchOff",[["path",{d:"M13 13v4a4 4 0 0 0 6.832 2.825m1.168 -2.825v-12a2 2 0 0 0 -2 -2h-4a2 2 0 0 0 -2 2v4",key:"svg-0"}],["path",{d:"M13 7.35l-2 -2a2 2 0 0 0 -2.11 -.461m-2.13 1.874l-1.416 1.415a2 2 0 0 0 0 2.828l9 9",key:"svg-1"}],["path",{d:"M7.3 13h-2.3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h12",key:"svg-2"}],["path",{d:"M17 17v.01",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),xn=createReactComponent("color-swatch","IconColorSwatch",[["path",{d:"M19 3h-4a2 2 0 0 0 -2 2v12a4 4 0 0 0 8 0v-12a2 2 0 0 0 -2 -2",key:"svg-0"}],["path",{d:"M13 7.35l-2 -2a2 2 0 0 0 -2.828 0l-2.828 2.828a2 2 0 0 0 0 2.828l9 9",key:"svg-1"}],["path",{d:"M7.3 13h-2.3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h12",key:"svg-2"}],["path",{d:"M17 17l0 .01",key:"svg-3"}]]),xr=createReactComponent("column-insert-left","IconColumnInsertLeft",[["path",{d:"M14 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M5 12l4 0",key:"svg-1"}],["path",{d:"M7 10l0 4",key:"svg-2"}]]),xo=createReactComponent("column-insert-right","IconColumnInsertRight",[["path",{d:"M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M15 12l4 0",key:"svg-1"}],["path",{d:"M17 10l0 4",key:"svg-2"}]]),xl=createReactComponent("column-remove","IconColumnRemove",[["path",{d:"M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M16 10l4 4",key:"svg-1"}],["path",{d:"M16 14l4 -4",key:"svg-2"}]]),xc=createReactComponent("columns-1","IconColumns1",[["path",{d:"M5 3m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z",key:"svg-0"}]]),xi=createReactComponent("columns-2","IconColumns2",[["path",{d:"M3 3m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1zm9 -1v18",key:"svg-0"}]]),xs=createReactComponent("columns-3","IconColumns3",[["path",{d:"M3 3m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1zm6 -1v18m6 -18v18",key:"svg-0"}]]),xd=createReactComponent("columns-off","IconColumnsOff",[["path",{d:"M4 6h2",key:"svg-0"}],["path",{d:"M4 10h5.5",key:"svg-1"}],["path",{d:"M4 14h5.5",key:"svg-2"}],["path",{d:"M4 18h5.5",key:"svg-3"}],["path",{d:"M14.5 6h5.5",key:"svg-4"}],["path",{d:"M14.5 10h5.5",key:"svg-5"}],["path",{d:"M18 14h2",key:"svg-6"}],["path",{d:"M14.5 18h3.5",key:"svg-7"}],["path",{d:"M3 3l18 18",key:"svg-8"}]]),xu=createReactComponent("columns","IconColumns",[["path",{d:"M4 6l5.5 0",key:"svg-0"}],["path",{d:"M4 10l5.5 0",key:"svg-1"}],["path",{d:"M4 14l5.5 0",key:"svg-2"}],["path",{d:"M4 18l5.5 0",key:"svg-3"}],["path",{d:"M14.5 6l5.5 0",key:"svg-4"}],["path",{d:"M14.5 10l5.5 0",key:"svg-5"}],["path",{d:"M14.5 14l5.5 0",key:"svg-6"}],["path",{d:"M14.5 18l5.5 0",key:"svg-7"}]]),xp=createReactComponent("comet","IconComet",[["path",{d:"M15.5 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z",key:"svg-0"}],["path",{d:"M4 4l7 7",key:"svg-1"}],["path",{d:"M9 4l3.5 3.5",key:"svg-2"}],["path",{d:"M4 9l3.5 3.5",key:"svg-3"}]]),xh=createReactComponent("command-off","IconCommandOff",[["path",{d:"M9 9v8a2 2 0 1 1 -2 -2h8m3.411 3.417a2 2 0 0 1 -3.411 -1.417v-2m0 -4v-4a2 2 0 1 1 2 2h-4m-4 0h-2a2 2 0 0 1 -1.417 -3.411",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),xv=createReactComponent("command","IconCommand",[["path",{d:"M7 9a2 2 0 1 1 2 -2v10a2 2 0 1 1 -2 -2h10a2 2 0 1 1 -2 2v-10a2 2 0 1 1 2 2h-10",key:"svg-0"}]]),xg=createReactComponent("compass-filled","IconCompassFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 14.66a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm3.684 -10.949l-6 2a1 1 0 0 0 -.633 .633l-2.007 6.026l-.023 .086l-.017 .113l-.004 .068v.044l.009 .111l.012 .07l.04 .144l.045 .1l.054 .095l.064 .09l.069 .075l.084 .074l.098 .07l.1 .054l.078 .033l.105 .033l.109 .02l.043 .005l.068 .004h.044l.111 -.009l.07 -.012l.02 -.006l.019 -.002l.074 -.022l6 -2a1 1 0 0 0 .633 -.633l2 -6a1 1 0 0 0 -1.265 -1.265zm-1.265 2.529l-1.21 3.629l-3.629 1.21l1.21 -3.629l3.629 -1.21zm-9.419 1.42a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm14 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm-7 -7a1 1 0 1 0 0 2a1 1 0 0 0 0 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),xy=createReactComponent("compass-off","IconCompassOff",[["path",{d:"M13 9l3 -1l-1 3m-1 3l-6 2l2 -6",key:"svg-0"}],["path",{d:"M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73",key:"svg-1"}],["path",{d:"M12 3v2",key:"svg-2"}],["path",{d:"M12 19v2",key:"svg-3"}],["path",{d:"M3 12h2",key:"svg-4"}],["path",{d:"M19 12h2",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),xf=createReactComponent("compass","IconCompass",[["path",{d:"M8 16l2 -6l6 -2l-2 6l-6 2",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}],["path",{d:"M12 3l0 2",key:"svg-2"}],["path",{d:"M12 19l0 2",key:"svg-3"}],["path",{d:"M3 12l2 0",key:"svg-4"}],["path",{d:"M19 12l2 0",key:"svg-5"}]]),xm=createReactComponent("components-off","IconComponentsOff",[["path",{d:"M3 12l3 3l3 -3l-3 -3z",key:"svg-0"}],["path",{d:"M18.5 14.5l2.5 -2.5l-3 -3l-2.5 2.5",key:"svg-1"}],["path",{d:"M12.499 8.501l2.501 -2.501l-3 -3l-2.5 2.5",key:"svg-2"}],["path",{d:"M9 18l3 3l3 -3l-3 -3z",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),xk=createReactComponent("components","IconComponents",[["path",{d:"M3 12l3 3l3 -3l-3 -3z",key:"svg-0"}],["path",{d:"M15 12l3 3l3 -3l-3 -3z",key:"svg-1"}],["path",{d:"M9 6l3 3l3 -3l-3 -3z",key:"svg-2"}],["path",{d:"M9 18l3 3l3 -3l-3 -3z",key:"svg-3"}]]),xM=createReactComponent("cone-2","IconCone2",[["path",{d:"M21 5.002v.5l-8.13 14.99a1 1 0 0 1 -1.74 0l-8.13 -14.989v-.5c0 -1.659 4.03 -3.003 9 -3.003s9 1.344 9 3.002",key:"svg-0"}]]),xb=createReactComponent("cone-off","IconConeOff",[["path",{d:"M20.396 16.384l-7.526 -13.877a1 1 0 0 0 -1.74 0l-1.626 2.998m-1.407 2.594l-5.097 9.398v.5c0 1.66 4.03 3.003 9 3.003c3.202 0 6.014 -.558 7.609 -1.398",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),xI=createReactComponent("cone-plus","IconConePlus",[["path",{d:"M18.03 12.022l-5.16 -9.515a1 1 0 0 0 -1.74 0l-8.13 14.99v.5c0 1.66 4.03 3.003 9 3.003c.17 0 .34 -.002 .508 -.005",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),xC=createReactComponent("cone","IconCone",[["path",{d:"M21 17.998v-.5l-8.13 -14.99a1 1 0 0 0 -1.74 0l-8.13 14.989v.5c0 1.659 4.03 3.003 9 3.003s9 -1.344 9 -3.002",key:"svg-0"}]]),xx=createReactComponent("confetti-off","IconConfettiOff",[["path",{d:"M4 5h1",key:"svg-0"}],["path",{d:"M5 5v1",key:"svg-1"}],["path",{d:"M11.5 4l-.5 2",key:"svg-2"}],["path",{d:"M18 5h2",key:"svg-3"}],["path",{d:"M19 4v2",key:"svg-4"}],["path",{d:"M15 9l-1 1",key:"svg-5"}],["path",{d:"M18 13l2 -.5",key:"svg-6"}],["path",{d:"M18 19h1",key:"svg-7"}],["path",{d:"M19 19v1",key:"svg-8"}],["path",{d:"M14 16.518l-6.518 -6.518l-4.39 9.58a1 1 0 0 0 1.329 1.329l9.579 -4.39v0z",key:"svg-9"}],["path",{d:"M3 3l18 18",key:"svg-10"}]]),xR=createReactComponent("confetti","IconConfetti",[["path",{d:"M4 5h2",key:"svg-0"}],["path",{d:"M5 4v2",key:"svg-1"}],["path",{d:"M11.5 4l-.5 2",key:"svg-2"}],["path",{d:"M18 5h2",key:"svg-3"}],["path",{d:"M19 4v2",key:"svg-4"}],["path",{d:"M15 9l-1 1",key:"svg-5"}],["path",{d:"M18 13l2 -.5",key:"svg-6"}],["path",{d:"M18 19h2",key:"svg-7"}],["path",{d:"M19 18v2",key:"svg-8"}],["path",{d:"M14 16.518l-6.518 -6.518l-4.39 9.58a1 1 0 0 0 1.329 1.329l9.579 -4.39z",key:"svg-9"}]]),xS=createReactComponent("confucius","IconConfucius",[["path",{d:"M9 19l3 2v-18",key:"svg-0"}],["path",{d:"M4 10l8 -2",key:"svg-1"}],["path",{d:"M4 18l8 -10",key:"svg-2"}],["path",{d:"M20 18l-8 -8l8 -4",key:"svg-3"}]]),x_=createReactComponent("container-off","IconContainerOff",[["path",{d:"M20 4v.01",key:"svg-0"}],["path",{d:"M20 20v.01",key:"svg-1"}],["path",{d:"M20 16v.01",key:"svg-2"}],["path",{d:"M20 12v.01",key:"svg-3"}],["path",{d:"M20 8v.01",key:"svg-4"}],["path",{d:"M8.297 4.289a1 1 0 0 1 .703 -.289h6a1 1 0 0 1 1 1v7m0 4v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-11",key:"svg-5"}],["path",{d:"M4 4v.01",key:"svg-6"}],["path",{d:"M4 20v.01",key:"svg-7"}],["path",{d:"M4 16v.01",key:"svg-8"}],["path",{d:"M4 12v.01",key:"svg-9"}],["path",{d:"M4 8v.01",key:"svg-10"}],["path",{d:"M3 3l18 18",key:"svg-11"}]]),xw=createReactComponent("container","IconContainer",[["path",{d:"M20 4v.01",key:"svg-0"}],["path",{d:"M20 20v.01",key:"svg-1"}],["path",{d:"M20 16v.01",key:"svg-2"}],["path",{d:"M20 12v.01",key:"svg-3"}],["path",{d:"M20 8v.01",key:"svg-4"}],["path",{d:"M8 4m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-5"}],["path",{d:"M4 4v.01",key:"svg-6"}],["path",{d:"M4 20v.01",key:"svg-7"}],["path",{d:"M4 16v.01",key:"svg-8"}],["path",{d:"M4 12v.01",key:"svg-9"}],["path",{d:"M4 8v.01",key:"svg-10"}]]),xP=createReactComponent("contrast-2-off","IconContrast2Off",[["path",{d:"M4 18h2a6 6 0 0 0 6 -6m.878 -3.126a6 6 0 0 1 5.122 -2.874h2",key:"svg-0"}],["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),xO=createReactComponent("contrast-2","IconContrast2",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 18h2a6 6 0 0 0 6 -6a6 6 0 0 1 6 -6h2",key:"svg-1"}]]),xF=createReactComponent("contrast-off","IconContrastOff",[["path",{d:"M12 12v5a4.984 4.984 0 0 0 3.522 -1.45m1.392 -2.623a5 5 0 0 0 -4.914 -5.927v1",key:"svg-0"}],["path",{d:"M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),xz=createReactComponent("contrast","IconContrast",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 17a5 5 0 0 0 0 -10v10",key:"svg-1"}]]),xD=createReactComponent("cooker","IconCooker",[["path",{d:"M12 7h.01",key:"svg-0"}],["path",{d:"M15 7h.01",key:"svg-1"}],["path",{d:"M9 7h.01",key:"svg-2"}],["path",{d:"M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-3"}],["path",{d:"M9 15h6",key:"svg-4"}],["path",{d:"M5 11h14",key:"svg-5"}]]),xA=createReactComponent("cookie-man","IconCookieMan",[["path",{d:"M12 2a5 5 0 0 1 2.845 9.112l.147 .369l1.755 -.803c.969 -.443 2.12 -.032 2.571 .918a1.88 1.88 0 0 1 -.787 2.447l-.148 .076l-2.383 1.089v2.02l1.426 1.425l.114 .125a1.96 1.96 0 0 1 -2.762 2.762l-.125 -.114l-2.079 -2.08l-.114 -.124a1.957 1.957 0 0 1 -.161 -.22h-.599c-.047 .075 -.101 .15 -.16 .22l-.115 .125l-2.08 2.079a1.96 1.96 0 0 1 -2.886 -2.648l.114 -.125l1.427 -1.426v-2.019l-2.383 -1.09l-.148 -.075a1.88 1.88 0 0 1 -.787 -2.447c.429 -.902 1.489 -1.318 2.424 -.978l.147 .06l1.755 .803l.147 -.369a5 5 0 0 1 -2.15 -3.895l0 -.217a5 5 0 0 1 5 -5z",key:"svg-0"}],["path",{d:"M12 16h.01",key:"svg-1"}],["path",{d:"M12 13h.01",key:"svg-2"}],["path",{d:"M10 7h.01",key:"svg-3"}],["path",{d:"M14 7h.01",key:"svg-4"}],["path",{d:"M12 9h.01",key:"svg-5"}]]),xj=createReactComponent("cookie-off","IconCookieOff",[["path",{d:"M8 13v.01",key:"svg-0"}],["path",{d:"M12 17v.01",key:"svg-1"}],["path",{d:"M12 12v.01",key:"svg-2"}],["path",{d:"M18.192 18.187a3 3 0 0 1 -.976 .652c-1.048 .263 -1.787 .483 -2.216 .661c-.475 .197 -1.092 .538 -1.852 1.024a3 3 0 0 1 -2.296 0c-.802 -.503 -1.419 -.844 -1.852 -1.024c-.471 -.195 -1.21 -.415 -2.216 -.66a3 3 0 0 1 -1.623 -1.624c-.265 -1.052 -.485 -1.79 -.661 -2.216c-.198 -.479 -.54 -1.096 -1.024 -1.852a3 3 0 0 1 0 -2.296c.48 -.744 .82 -1.361 1.024 -1.852c.171 -.413 .391 -1.152 .66 -2.216a3 3 0 0 1 .649 -.971m2.821 -1.174c.14 -.049 .263 -.095 .37 -.139c.458 -.19 1.075 -.531 1.852 -1.024a3 3 0 0 1 2.296 0l2.667 1.104a4 4 0 0 0 4.656 6.14l.053 .132a3 3 0 0 1 0 2.296c-.497 .786 -.838 1.404 -1.024 1.852a6.579 6.579 0 0 0 -.135 .36",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),xE=createReactComponent("cookie","IconCookie",[["path",{d:"M8 13v.01",key:"svg-0"}],["path",{d:"M12 17v.01",key:"svg-1"}],["path",{d:"M12 12v.01",key:"svg-2"}],["path",{d:"M16 14v.01",key:"svg-3"}],["path",{d:"M11 8v.01",key:"svg-4"}],["path",{d:"M13.148 3.476l2.667 1.104a4 4 0 0 0 4.656 6.14l.053 .132a3 3 0 0 1 0 2.296c-.497 .786 -.838 1.404 -1.024 1.852c-.189 .456 -.409 1.194 -.66 2.216a3 3 0 0 1 -1.624 1.623c-1.048 .263 -1.787 .483 -2.216 .661c-.475 .197 -1.092 .538 -1.852 1.024a3 3 0 0 1 -2.296 0c-.802 -.503 -1.419 -.844 -1.852 -1.024c-.471 -.195 -1.21 -.415 -2.216 -.66a3 3 0 0 1 -1.623 -1.624c-.265 -1.052 -.485 -1.79 -.661 -2.216c-.198 -.479 -.54 -1.096 -1.024 -1.852a3 3 0 0 1 0 -2.296c.48 -.744 .82 -1.361 1.024 -1.852c.171 -.413 .391 -1.152 .66 -2.216a3 3 0 0 1 1.624 -1.623c1.032 -.256 1.77 -.476 2.216 -.661c.458 -.19 1.075 -.531 1.852 -1.024a3 3 0 0 1 2.296 0z",key:"svg-5"}]]),xT=createReactComponent("copy-off","IconCopyOff",[["path",{d:"M19.414 19.415a2 2 0 0 1 -1.414 .585h-8a2 2 0 0 1 -2 -2v-8c0 -.554 .225 -1.055 .589 -1.417m3.411 -.583h6a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M16 8v-2a2 2 0 0 0 -2 -2h-6m-3.418 .59c-.36 .36 -.582 .86 -.582 1.41v8a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),xB=createReactComponent("copy","IconCopy",[["path",{d:"M8 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2",key:"svg-1"}]]),xN=createReactComponent("copyleft-filled","IconCopyleftFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2.117 5.889a4.016 4.016 0 0 0 -5.543 -.23a1 1 0 0 0 1.32 1.502a2.016 2.016 0 0 1 2.783 .116a1.993 1.993 0 0 1 0 2.766a2.016 2.016 0 0 1 -2.783 .116a1 1 0 0 0 -1.32 1.501a4.016 4.016 0 0 0 5.543 -.23a3.993 3.993 0 0 0 0 -5.542z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),x$=createReactComponent("copyleft-off","IconCopyleftOff",[["path",{d:"M13.303 9.3a3.01 3.01 0 0 1 1.405 1.406m-.586 3.413a3.016 3.016 0 0 1 -4.122 .131",key:"svg-0"}],["path",{d:"M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),xL=createReactComponent("copyleft","IconCopyleft",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 9.75a3.016 3.016 0 0 1 4.163 .173a2.993 2.993 0 0 1 0 4.154a3.016 3.016 0 0 1 -4.163 .173",key:"svg-1"}]]),xW=createReactComponent("copyright-filled","IconCopyrightFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2.34 5.659a4.016 4.016 0 0 0 -5.543 .23a3.993 3.993 0 0 0 0 5.542a4.016 4.016 0 0 0 5.543 .23a1 1 0 0 0 -1.32 -1.502c-.81 .711 -2.035 .66 -2.783 -.116a1.993 1.993 0 0 1 0 -2.766a2.016 2.016 0 0 1 2.783 -.116a1 1 0 0 0 1.32 -1.501z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),xH=createReactComponent("copyright-off","IconCopyrightOff",[["path",{d:"M14 9.75a3.016 3.016 0 0 0 -.711 -.466m-3.41 .596a2.993 2.993 0 0 0 -.042 4.197a3.016 3.016 0 0 0 4.163 .173",key:"svg-0"}],["path",{d:"M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),xV=createReactComponent("copyright","IconCopyright",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M14 9.75a3.016 3.016 0 0 0 -4.163 .173a2.993 2.993 0 0 0 0 4.154a3.016 3.016 0 0 0 4.163 .173",key:"svg-1"}]]),xq=createReactComponent("corner-down-left-double","IconCornerDownLeftDouble",[["path",{d:"M19 5v6a3 3 0 0 1 -3 3h-7",key:"svg-0"}],["path",{d:"M13 10l-4 4l4 4m-5 -8l-4 4l4 4",key:"svg-1"}]]),xU=createReactComponent("corner-down-left","IconCornerDownLeft",[["path",{d:"M18 6v6a3 3 0 0 1 -3 3h-10l4 -4m0 8l-4 -4",key:"svg-0"}]]),xG=createReactComponent("corner-down-right-double","IconCornerDownRightDouble",[["path",{d:"M4 5v6a3 3 0 0 0 3 3h7",key:"svg-0"}],["path",{d:"M10 10l4 4l-4 4m5 -8l4 4l-4 4",key:"svg-1"}]]),xX=createReactComponent("corner-down-right","IconCornerDownRight",[["path",{d:"M6 6v6a3 3 0 0 0 3 3h10l-4 -4m0 8l4 -4",key:"svg-0"}]]),xK=createReactComponent("corner-left-down-double","IconCornerLeftDownDouble",[["path",{d:"M18 4h-6a3 3 0 0 0 -3 3v7",key:"svg-0"}],["path",{d:"M13 10l-4 4l-4 -4m8 5l-4 4l-4 -4",key:"svg-1"}]]),xY=createReactComponent("corner-left-down","IconCornerLeftDown",[["path",{d:"M18 6h-6a3 3 0 0 0 -3 3v10l-4 -4m8 0l-4 4",key:"svg-0"}]]),xZ=createReactComponent("corner-left-up-double","IconCornerLeftUpDouble",[["path",{d:"M18 19h-6a3 3 0 0 1 -3 -3v-7",key:"svg-0"}],["path",{d:"M13 13l-4 -4l-4 4m8 -5l-4 -4l-4 4",key:"svg-1"}]]),xQ=createReactComponent("corner-left-up","IconCornerLeftUp",[["path",{d:"M18 18h-6a3 3 0 0 1 -3 -3v-10l-4 4m8 0l-4 -4",key:"svg-0"}]]),xJ=createReactComponent("corner-right-down-double","IconCornerRightDownDouble",[["path",{d:"M5 4h6a3 3 0 0 1 3 3v7",key:"svg-0"}],["path",{d:"M10 10l4 4l4 -4m-8 5l4 4l4 -4",key:"svg-1"}]]),x1=createReactComponent("corner-right-down","IconCornerRightDown",[["path",{d:"M6 6h6a3 3 0 0 1 3 3v10l-4 -4m8 0l-4 4",key:"svg-0"}]]),x0=createReactComponent("corner-right-up-double","IconCornerRightUpDouble",[["path",{d:"M5 19h6a3 3 0 0 0 3 -3v-7",key:"svg-0"}],["path",{d:"M10 13l4 -4l4 4m-8 -5l4 -4l4 4",key:"svg-1"}]]),x2=createReactComponent("corner-right-up","IconCornerRightUp",[["path",{d:"M6 18h6a3 3 0 0 0 3 -3v-10l-4 4m8 0l-4 -4",key:"svg-0"}]]),x3=createReactComponent("corner-up-left-double","IconCornerUpLeftDouble",[["path",{d:"M19 18v-6a3 3 0 0 0 -3 -3h-7",key:"svg-0"}],["path",{d:"M13 13l-4 -4l4 -4m-5 8l-4 -4l4 -4",key:"svg-1"}]]),x5=createReactComponent("corner-up-left","IconCornerUpLeft",[["path",{d:"M18 18v-6a3 3 0 0 0 -3 -3h-10l4 -4m0 8l-4 -4",key:"svg-0"}]]),x4=createReactComponent("corner-up-right-double","IconCornerUpRightDouble",[["path",{d:"M4 18v-6a3 3 0 0 1 3 -3h7",key:"svg-0"}],["path",{d:"M10 13l4 -4l-4 -4m5 8l4 -4l-4 -4",key:"svg-1"}]]),x6=createReactComponent("corner-up-right","IconCornerUpRight",[["path",{d:"M6 18v-6a3 3 0 0 1 3 -3h10l-4 -4m0 8l4 -4",key:"svg-0"}]]),x9=createReactComponent("cpu-2","IconCpu2",[["path",{d:"M5 5m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M8 10v-2h2m6 6v2h-2m-4 0h-2v-2m8 -4v-2h-2",key:"svg-1"}],["path",{d:"M3 10h2",key:"svg-2"}],["path",{d:"M3 14h2",key:"svg-3"}],["path",{d:"M10 3v2",key:"svg-4"}],["path",{d:"M14 3v2",key:"svg-5"}],["path",{d:"M21 10h-2",key:"svg-6"}],["path",{d:"M21 14h-2",key:"svg-7"}],["path",{d:"M14 21v-2",key:"svg-8"}],["path",{d:"M10 21v-2",key:"svg-9"}]]),x7=createReactComponent("cpu-off","IconCpuOff",[["path",{d:"M9 5h9a1 1 0 0 1 1 1v9m-.292 3.706a1 1 0 0 1 -.708 .294h-12a1 1 0 0 1 -1 -1v-12c0 -.272 .108 -.518 .284 -.698",key:"svg-0"}],["path",{d:"M13 9h2v2m0 4h-6v-6",key:"svg-1"}],["path",{d:"M3 10h2",key:"svg-2"}],["path",{d:"M3 14h2",key:"svg-3"}],["path",{d:"M10 3v2",key:"svg-4"}],["path",{d:"M14 3v2",key:"svg-5"}],["path",{d:"M21 10h-2",key:"svg-6"}],["path",{d:"M21 14h-2",key:"svg-7"}],["path",{d:"M14 21v-2",key:"svg-8"}],["path",{d:"M10 21v-2",key:"svg-9"}],["path",{d:"M3 3l18 18",key:"svg-10"}]]),x8=createReactComponent("cpu","IconCpu",[["path",{d:"M5 5m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M9 9h6v6h-6z",key:"svg-1"}],["path",{d:"M3 10h2",key:"svg-2"}],["path",{d:"M3 14h2",key:"svg-3"}],["path",{d:"M10 3v2",key:"svg-4"}],["path",{d:"M14 3v2",key:"svg-5"}],["path",{d:"M21 10h-2",key:"svg-6"}],["path",{d:"M21 14h-2",key:"svg-7"}],["path",{d:"M14 21v-2",key:"svg-8"}],["path",{d:"M10 21v-2",key:"svg-9"}]]),Re=createReactComponent("crane-off","IconCraneOff",[["path",{d:"M6 21h6",key:"svg-0"}],["path",{d:"M9 21v-12",key:"svg-1"}],["path",{d:"M9 5v-2l-1 1",key:"svg-2"}],["path",{d:"M6 6l-3 3h6",key:"svg-3"}],["path",{d:"M13 9h8",key:"svg-4"}],["path",{d:"M9 3l10 6",key:"svg-5"}],["path",{d:"M17 9v4a2 2 0 0 1 2 2m-2 2a2 2 0 0 1 -2 -2",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),Rt=createReactComponent("crane","IconCrane",[["path",{d:"M6 21h6",key:"svg-0"}],["path",{d:"M9 21v-18l-6 6h18",key:"svg-1"}],["path",{d:"M9 3l10 6",key:"svg-2"}],["path",{d:"M17 9v4a2 2 0 1 1 -2 2",key:"svg-3"}]]),Ra=createReactComponent("creative-commons-by","IconCreativeCommonsBy",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M9 13v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-.5l-.5 4h-2l-.5 -4h-.5a1 1 0 0 1 -1 -1z",key:"svg-2"}]]),Rn=createReactComponent("creative-commons-nc","IconCreativeCommonsNc",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M15 9h-4.5a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 1 0 3h-4.5",key:"svg-1"}],["path",{d:"M12 7v2",key:"svg-2"}],["path",{d:"M12 15v2",key:"svg-3"}],["path",{d:"M6 6l3 3",key:"svg-4"}],["path",{d:"M15 15l3 3",key:"svg-5"}]]),Rr=createReactComponent("creative-commons-nd","IconCreativeCommonsNd",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 10h6",key:"svg-1"}],["path",{d:"M9 14h6",key:"svg-2"}]]),Ro=createReactComponent("creative-commons-off","IconCreativeCommonsOff",[["path",{d:"M5.638 5.634a9 9 0 1 0 12.723 12.733m1.686 -2.332a9 9 0 0 0 -12.093 -12.077",key:"svg-0"}],["path",{d:"M10.5 10.5a2.187 2.187 0 0 0 -2.914 .116a1.928 1.928 0 0 0 0 2.768a2.188 2.188 0 0 0 2.914 .116",key:"svg-1"}],["path",{d:"M16.5 10.5a2.194 2.194 0 0 0 -2.309 -.302",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Rl=createReactComponent("creative-commons-sa","IconCreativeCommonsSa",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 16a4 4 0 1 0 -4 -4v1",key:"svg-1"}],["path",{d:"M6 12l2 2l2 -2",key:"svg-2"}]]),Rc=createReactComponent("creative-commons-zero","IconCreativeCommonsZero",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12m-3 0a3 4 0 1 0 6 0a3 4 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M14 9l-4 6",key:"svg-2"}]]),Ri=createReactComponent("creative-commons","IconCreativeCommons",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116",key:"svg-1"}],["path",{d:"M16.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116",key:"svg-2"}]]),Rs=createReactComponent("credit-card-filled","IconCreditCardFilled",[["path",{d:"M22 10v6a4 4 0 0 1 -4 4h-12a4 4 0 0 1 -4 -4v-6h20zm-14.99 4h-.01a1 1 0 1 0 .01 2a1 1 0 0 0 0 -2zm5.99 0h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2zm5 -10a4 4 0 0 1 4 4h-20a4 4 0 0 1 4 -4h12z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Rd=createReactComponent("credit-card-off","IconCreditCardOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128 .87",key:"svg-1"}],["path",{d:"M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87",key:"svg-2"}],["path",{d:"M3 11l8 0",key:"svg-3"}],["path",{d:"M15 11l6 0",key:"svg-4"}],["path",{d:"M7 15l.01 0",key:"svg-5"}],["path",{d:"M11 15l2 0",key:"svg-6"}]]),Ru=createReactComponent("credit-card","IconCreditCard",[["path",{d:"M3 5m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M3 10l18 0",key:"svg-1"}],["path",{d:"M7 15l.01 0",key:"svg-2"}],["path",{d:"M11 15l2 0",key:"svg-3"}]]),Rp=createReactComponent("cricket","IconCricket",[["path",{d:"M11.105 18.79l-1 .992a4.159 4.159 0 0 1 -6.038 -5.715l.157 -.166l8.282 -8.401l1.5 1.5l3.45 -3.391a2.08 2.08 0 0 1 3.057 2.815l-.116 .126l-3.391 3.45l1.5 1.5l-3.668 3.617",key:"svg-0"}],["path",{d:"M10.5 7.5l6 6",key:"svg-1"}],["path",{d:"M14 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}]]),Rh=createReactComponent("crop","IconCrop",[["path",{d:"M8 5v10a1 1 0 0 0 1 1h10",key:"svg-0"}],["path",{d:"M5 8h10a1 1 0 0 1 1 1v10",key:"svg-1"}]]),Rv=createReactComponent("cross-filled","IconCrossFilled",[["path",{d:"M10 2l-.117 .007a1 1 0 0 0 -.883 .993v4h-4a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 .993 .883h4v8a1 1 0 0 0 1 1h4l.117 -.007a1 1 0 0 0 .883 -.993v-8h4a1 1 0 0 0 1 -1v-4l-.007 -.117a1 1 0 0 0 -.993 -.883h-4v-4a1 1 0 0 0 -1 -1h-4z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Rg=createReactComponent("cross-off","IconCrossOff",[["path",{d:"M16 12h3v-4h-5v-5h-4v3m-2 2h-3v4h5v9h4v-7",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),Ry=createReactComponent("cross","IconCross",[["path",{d:"M10 21h4v-9h5v-4h-5v-5h-4v5h-5v4h5z",key:"svg-0"}]]),Rf=createReactComponent("crosshair","IconCrosshair",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M9 12l6 0",key:"svg-4"}],["path",{d:"M12 9l0 6",key:"svg-5"}]]),Rm=createReactComponent("crown-off","IconCrownOff",[["path",{d:"M18 18h-13l-1.865 -9.327a.25 .25 0 0 1 .4 -.244l4.465 3.571l1.6 -2.4m1.596 -2.394l.804 -1.206l4 6l4.464 -3.571a.25 .25 0 0 1 .401 .244l-1.363 6.818",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),Rk=createReactComponent("crown","IconCrown",[["path",{d:"M12 6l4 6l5 -4l-2 10h-14l-2 -10l5 4z",key:"svg-0"}]]),RM=createReactComponent("crutches-off","IconCrutchesOff",[["path",{d:"M8.178 4.174a2 2 0 0 1 1.822 -1.174h4a2 2 0 1 1 0 4h-3",key:"svg-0"}],["path",{d:"M11 21h2",key:"svg-1"}],["path",{d:"M12 21v-4.092a3 3 0 0 1 .504 -1.664l.992 -1.488a3 3 0 0 0 .097 -.155m.407 -3.601v-3",key:"svg-2"}],["path",{d:"M12 21v-4.092a3 3 0 0 0 -.504 -1.664l-.992 -1.488a3 3 0 0 1 -.504 -1.664v-2.092",key:"svg-3"}],["path",{d:"M10 11h1",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),Rb=createReactComponent("crutches","IconCrutches",[["path",{d:"M8 3m0 2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M11 21h2",key:"svg-1"}],["path",{d:"M12 21v-4.092a3 3 0 0 1 .504 -1.664l.992 -1.488a3 3 0 0 0 .504 -1.664v-5.092",key:"svg-2"}],["path",{d:"M12 21v-4.092a3 3 0 0 0 -.504 -1.664l-.992 -1.488a3 3 0 0 1 -.504 -1.664v-5.092",key:"svg-3"}],["path",{d:"M10 11h4",key:"svg-4"}]]),RI=createReactComponent("crystal-ball","IconCrystalBall",[["path",{d:"M6.73 17.018a8 8 0 1 1 10.54 0",key:"svg-0"}],["path",{d:"M5 19a2 2 0 0 0 2 2h10a2 2 0 1 0 0 -4h-10a2 2 0 0 0 -2 2z",key:"svg-1"}],["path",{d:"M11 7a3 3 0 0 0 -3 3",key:"svg-2"}]]),RC=createReactComponent("csv","IconCsv",[["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1",key:"svg-0"}],["path",{d:"M17 8l2 8l2 -8",key:"svg-1"}],["path",{d:"M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0",key:"svg-2"}]]),Rx=createReactComponent("cube-off","IconCubeOff",[["path",{d:"M20.83 16.809c.11 -.248 .17 -.52 .17 -.801v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-3.012 1.725m-2.547 1.458l-1.441 .825c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008a2.016 2.016 0 0 0 2 0l5.544 -3.174",key:"svg-0"}],["path",{d:"M12 22v-10",key:"svg-1"}],["path",{d:"M14.532 10.538l6.198 -3.578",key:"svg-2"}],["path",{d:"M3.27 6.96l8.73 5.04",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),RR=createReactComponent("cube-plus","IconCubePlus",[["path",{d:"M21 12.5v-4.509a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.007c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008a2.016 2.016 0 0 0 2 0",key:"svg-0"}],["path",{d:"M12 22v-10",key:"svg-1"}],["path",{d:"M12 12l8.73 -5.04",key:"svg-2"}],["path",{d:"M3.27 6.96l8.73 5.04",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}],["path",{d:"M19 16v6",key:"svg-5"}]]),RS=createReactComponent("cube-send","IconCubeSend",[["path",{d:"M16 12.5l-5 -3l5 -3l5 3v5.5l-5 3z",key:"svg-0"}],["path",{d:"M11 9.5v5.5l5 3",key:"svg-1"}],["path",{d:"M16 12.545l5 -3.03",key:"svg-2"}],["path",{d:"M7 9h-5",key:"svg-3"}],["path",{d:"M7 12h-3",key:"svg-4"}],["path",{d:"M7 15h-1",key:"svg-5"}]]),R_=createReactComponent("cube-unfolded","IconCubeUnfolded",[["path",{d:"M2 15h10v5h5v-5h5v-5h-10v-5h-5v5h-5z",key:"svg-0"}],["path",{d:"M7 15v-5h5v5h5v-5",key:"svg-1"}]]),Rw=createReactComponent("cube","IconCube",[["path",{d:"M21 16.008v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.008c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008a2.016 2.016 0 0 0 2 0l7 -4.008c.619 -.355 1 -1.01 1 -1.718z",key:"svg-0"}],["path",{d:"M12 22v-10",key:"svg-1"}],["path",{d:"M12 12l8.73 -5.04",key:"svg-2"}],["path",{d:"M3.27 6.96l8.73 5.04",key:"svg-3"}]]),RP=createReactComponent("cup-off","IconCupOff",[["path",{d:"M8 8h-3v3h6m4 0h4v-3h-7",key:"svg-0"}],["path",{d:"M17.5 11l-.323 2.154m-.525 3.497l-.652 4.349h-8l-1.5 -10",key:"svg-1"}],["path",{d:"M6 8v-1c0 -.296 .064 -.577 .18 -.83m2.82 -1.17h7a2 2 0 0 1 2 2v1",key:"svg-2"}],["path",{d:"M15 5v-2",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),RO=createReactComponent("cup","IconCup",[["path",{d:"M5 11h14v-3h-14z",key:"svg-0"}],["path",{d:"M17.5 11l-1.5 10h-8l-1.5 -10",key:"svg-1"}],["path",{d:"M6 8v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1",key:"svg-2"}],["path",{d:"M15 5v-2",key:"svg-3"}]]),RF=createReactComponent("curling","IconCurling",[["path",{d:"M4 9m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v2a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z",key:"svg-0"}],["path",{d:"M4 14h16",key:"svg-1"}],["path",{d:"M8 5h6a2 2 0 0 1 2 2v2",key:"svg-2"}]]),Rz=createReactComponent("curly-loop","IconCurlyLoop",[["path",{d:"M21 8c-4 0 -7 2 -7 5a3 3 0 0 0 6 0c0 -3 -2.5 -5 -8 -5s-8 2 -8 5a3 3 0 0 0 6 0c0 -3 -3 -5 -7 -5",key:"svg-0"}]]),RD=createReactComponent("currency-afghani","IconCurrencyAfghani",[["path",{d:"M15 13h-3.5a3.5 3.5 0 1 1 3.5 -3.5v6.5h-7",key:"svg-0"}],["path",{d:"M12 3v.01",key:"svg-1"}],["path",{d:"M12 19v2",key:"svg-2"}]]),RA=createReactComponent("currency-bahraini","IconCurrencyBahraini",[["path",{d:"M3 10v1a4 4 0 0 0 4 4h2a2 2 0 0 0 2 -2v-3",key:"svg-0"}],["path",{d:"M7 19.01v-.01",key:"svg-1"}],["path",{d:"M14 15.01v-.01",key:"svg-2"}],["path",{d:"M17 15h2a2 2 0 0 0 1.649 -3.131l-2.653 -3.869",key:"svg-3"}]]),Rj=createReactComponent("currency-baht","IconCurrencyBaht",[["path",{d:"M8 6h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143",key:"svg-0"}],["path",{d:"M8 12h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143",key:"svg-1"}],["path",{d:"M8 6v12",key:"svg-2"}],["path",{d:"M11 4v2",key:"svg-3"}],["path",{d:"M11 18v2",key:"svg-4"}]]),RE=createReactComponent("currency-bitcoin","IconCurrencyBitcoin",[["path",{d:"M6 6h8a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-8",key:"svg-0"}],["path",{d:"M8 6l0 12",key:"svg-1"}],["path",{d:"M8 12l6 0",key:"svg-2"}],["path",{d:"M9 3l0 3",key:"svg-3"}],["path",{d:"M13 3l0 3",key:"svg-4"}],["path",{d:"M9 18l0 3",key:"svg-5"}],["path",{d:"M13 18l0 3",key:"svg-6"}]]),RT=createReactComponent("currency-cent","IconCurrencyCent",[["path",{d:"M16.007 7.54a5.965 5.965 0 0 0 -4.008 -1.54a6 6 0 0 0 -5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 0 0 4 -1.536",key:"svg-0"}],["path",{d:"M12 20v-2",key:"svg-1"}],["path",{d:"M12 6v-2",key:"svg-2"}]]),RB=createReactComponent("currency-dinar","IconCurrencyDinar",[["path",{d:"M14 20.01v-.01",key:"svg-0"}],["path",{d:"M6 13l2.386 -.9a1 1 0 0 0 -.095 -1.902l-1.514 -.404a1 1 0 0 1 -.102 -1.9l2.325 -.894",key:"svg-1"}],["path",{d:"M3 14v1a3 3 0 0 0 3 3h4.161a3 3 0 0 0 2.983 -3.32l-1.144 -10.68",key:"svg-2"}],["path",{d:"M16 17l1 1h2a2 2 0 0 0 1.649 -3.131l-2.653 -3.869",key:"svg-3"}]]),RN=createReactComponent("currency-dirham","IconCurrencyDirham",[["path",{d:"M8.5 19h-3.5",key:"svg-0"}],["path",{d:"M8.599 16.479a1.5 1.5 0 1 0 -1.099 2.521",key:"svg-1"}],["path",{d:"M7 4v9",key:"svg-2"}],["path",{d:"M15 13h1.888a1.5 1.5 0 0 0 1.296 -2.256l-2.184 -3.744",key:"svg-3"}],["path",{d:"M11 13.01v-.01",key:"svg-4"}]]),R$=createReactComponent("currency-dogecoin","IconCurrencyDogecoin",[["path",{d:"M6 12h6",key:"svg-0"}],["path",{d:"M9 6v12",key:"svg-1"}],["path",{d:"M6 18h6a6 6 0 1 0 0 -12h-6",key:"svg-2"}]]),RL=createReactComponent("currency-dollar-australian","IconCurrencyDollarAustralian",[["path",{d:"M3 18l3.279 -11.476a.75 .75 0 0 1 1.442 0l3.279 11.476",key:"svg-0"}],["path",{d:"M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4",key:"svg-1"}],["path",{d:"M17 20v-2",key:"svg-2"}],["path",{d:"M18 6v-2",key:"svg-3"}],["path",{d:"M4.5 14h5",key:"svg-4"}]]),RW=createReactComponent("currency-dollar-brunei","IconCurrencyDollarBrunei",[["path",{d:"M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4",key:"svg-0"}],["path",{d:"M17 20v-2",key:"svg-1"}],["path",{d:"M18 6v-2",key:"svg-2"}],["path",{d:"M3 6v12h4a3 3 0 0 0 0 -6h-4h4a3 3 0 0 0 0 -6h-4z",key:"svg-3"}]]),RH=createReactComponent("currency-dollar-canadian","IconCurrencyDollarCanadian",[["path",{d:"M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4",key:"svg-0"}],["path",{d:"M10 18h-1a6 6 0 1 1 0 -12h1",key:"svg-1"}],["path",{d:"M17 20v-2",key:"svg-2"}],["path",{d:"M18 6v-2",key:"svg-3"}]]),RV=createReactComponent("currency-dollar-guyanese","IconCurrencyDollarGuyanese",[["path",{d:"M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4",key:"svg-0"}],["path",{d:"M10 6h-3a4 4 0 0 0 -4 4v4a4 4 0 0 0 4 4h3v-6h-2",key:"svg-1"}],["path",{d:"M17 20v-2",key:"svg-2"}],["path",{d:"M18 6v-2",key:"svg-3"}]]),Rq=createReactComponent("currency-dollar-off","IconCurrencyDollarOff",[["path",{d:"M16.7 8a3 3 0 0 0 -2.7 -2h-4m-2.557 1.431a3 3 0 0 0 2.557 4.569h2m4.564 4.558a3 3 0 0 1 -2.564 1.442h-4a3 3 0 0 1 -2.7 -2",key:"svg-0"}],["path",{d:"M12 3v3m0 12v3",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),RU=createReactComponent("currency-dollar-singapore","IconCurrencyDollarSingapore",[["path",{d:"M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4",key:"svg-0"}],["path",{d:"M10 6h-4a3 3 0 1 0 0 6h1a3 3 0 0 1 0 6h-4",key:"svg-1"}],["path",{d:"M17 20v-2",key:"svg-2"}],["path",{d:"M18 6v-2",key:"svg-3"}]]),RG=createReactComponent("currency-dollar-zimbabwean","IconCurrencyDollarZimbabwean",[["path",{d:"M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4",key:"svg-0"}],["path",{d:"M17 20v-2",key:"svg-1"}],["path",{d:"M18 6v-2",key:"svg-2"}],["path",{d:"M3 6h7l-7 12h7",key:"svg-3"}]]),RX=createReactComponent("currency-dollar","IconCurrencyDollar",[["path",{d:"M16.7 8a3 3 0 0 0 -2.7 -2h-4a3 3 0 0 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1 -2.7 -2",key:"svg-0"}],["path",{d:"M12 3v3m0 12v3",key:"svg-1"}]]),RK=createReactComponent("currency-dong","IconCurrencyDong",[["path",{d:"M6 19h12",key:"svg-0"}],["path",{d:"M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-1"}],["path",{d:"M16 16v-12",key:"svg-2"}],["path",{d:"M17 5h-4",key:"svg-3"}]]),RY=createReactComponent("currency-dram","IconCurrencyDram",[["path",{d:"M4 10a6 6 0 1 1 12 0v10",key:"svg-0"}],["path",{d:"M12 16h8",key:"svg-1"}],["path",{d:"M12 12h8",key:"svg-2"}]]),RZ=createReactComponent("currency-ethereum","IconCurrencyEthereum",[["path",{d:"M6 12l6 -9l6 9l-6 9z",key:"svg-0"}],["path",{d:"M6 12l6 -3l6 3l-6 2z",key:"svg-1"}]]),RQ=createReactComponent("currency-euro-off","IconCurrencyEuroOff",[["path",{d:"M17.2 7c-1.977 -2.26 -4.954 -2.602 -7.234 -1.04m-1.913 2.079c-1.604 2.72 -1.374 6.469 .69 8.894c2.292 2.691 6 2.758 8.356 .18",key:"svg-0"}],["path",{d:"M10 10h-5m0 4h8",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),RJ=createReactComponent("currency-euro","IconCurrencyEuro",[["path",{d:"M17.2 7a6 7 0 1 0 0 10",key:"svg-0"}],["path",{d:"M13 10h-8m0 4h8",key:"svg-1"}]]),R1=createReactComponent("currency-florin","IconCurrencyFlorin",[["path",{d:"M8 12h8",key:"svg-0"}],["path",{d:"M7 19c1.213 0 2.31 -.723 2.788 -1.838l4.424 -10.324a3.033 3.033 0 0 1 2.788 -1.838",key:"svg-1"}]]),R0=createReactComponent("currency-forint","IconCurrencyForint",[["path",{d:"M11 4h-4a3 3 0 0 0 -3 3v12",key:"svg-0"}],["path",{d:"M10 11h-6",key:"svg-1"}],["path",{d:"M16 4v13a2 2 0 0 0 2 2h2",key:"svg-2"}],["path",{d:"M19 9h-5",key:"svg-3"}]]),R2=createReactComponent("currency-frank","IconCurrencyFrank",[["path",{d:"M17 5h-6a2 2 0 0 0 -2 2v12",key:"svg-0"}],["path",{d:"M7 15h4",key:"svg-1"}],["path",{d:"M9 11h7",key:"svg-2"}]]),R3=createReactComponent("currency-guarani","IconCurrencyGuarani",[["path",{d:"M16.007 7.54a5.965 5.965 0 0 0 -4.008 -1.54a6 6 0 0 0 -5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 0 0 4 -1.536c.732 -.66 1.064 -2.148 1 -4.464h-5",key:"svg-0"}],["path",{d:"M12 20v-16",key:"svg-1"}]]),R5=createReactComponent("currency-hryvnia","IconCurrencyHryvnia",[["path",{d:"M8 7a2.64 2.64 0 0 1 2.562 -2h3.376a2.64 2.64 0 0 1 2.562 2a2.57 2.57 0 0 1 -1.344 2.922l-5.876 2.938a3.338 3.338 0 0 0 -1.78 3.64a3.11 3.11 0 0 0 3.05 2.5h2.888a2.64 2.64 0 0 0 2.562 -2",key:"svg-0"}],["path",{d:"M6 10h12",key:"svg-1"}],["path",{d:"M6 14h12",key:"svg-2"}]]),R4=createReactComponent("currency-iranian-rial","IconCurrencyIranianRial",[["path",{d:"M9 4v9a2 2 0 0 1 -2 2h-1a3 3 0 0 1 -3 -3v-1",key:"svg-0"}],["path",{d:"M12 5v8a1 1 0 0 0 1 1h1a2 2 0 0 0 2 -2v-1",key:"svg-1"}],["path",{d:"M21 14v1.096a5 5 0 0 1 -3.787 4.85l-.213 .054",key:"svg-2"}],["path",{d:"M11 18h.01",key:"svg-3"}],["path",{d:"M14 18h.01",key:"svg-4"}]]),R6=createReactComponent("currency-kip","IconCurrencyKip",[["path",{d:"M6 12h12",key:"svg-0"}],["path",{d:"M9 5v14",key:"svg-1"}],["path",{d:"M16 19a7 7 0 0 0 -7 -7a7 7 0 0 0 7 -7",key:"svg-2"}]]),R9=createReactComponent("currency-krone-czech","IconCurrencyKroneCzech",[["path",{d:"M5 6v12",key:"svg-0"}],["path",{d:"M5 12c3.5 0 6 -3 6 -6",key:"svg-1"}],["path",{d:"M5 12c3.5 0 6 3 6 6",key:"svg-2"}],["path",{d:"M19 6l-2 2l-2 -2",key:"svg-3"}],["path",{d:"M19 12h-2a3 3 0 0 0 0 6h2",key:"svg-4"}]]),R7=createReactComponent("currency-krone-danish","IconCurrencyKroneDanish",[["path",{d:"M5 6v12",key:"svg-0"}],["path",{d:"M5 12c3.5 0 6 -3 6 -6",key:"svg-1"}],["path",{d:"M5 12c3.5 0 6 3 6 6",key:"svg-2"}],["path",{d:"M15 10v8",key:"svg-3"}],["path",{d:"M19 10a4 4 0 0 0 -4 4",key:"svg-4"}],["path",{d:"M20 18.01v-.01",key:"svg-5"}]]),R8=createReactComponent("currency-krone-swedish","IconCurrencyKroneSwedish",[["path",{d:"M5 6v12",key:"svg-0"}],["path",{d:"M5 12c3.5 0 6 -3 6 -6",key:"svg-1"}],["path",{d:"M5 12c3.5 0 6 3 6 6",key:"svg-2"}],["path",{d:"M15 10v8",key:"svg-3"}],["path",{d:"M19 10a4 4 0 0 0 -4 4",key:"svg-4"}]]),Se=createReactComponent("currency-lari","IconCurrencyLari",[["path",{d:"M18 13a6 6 0 1 0 -6 6",key:"svg-0"}],["path",{d:"M6 19h12",key:"svg-1"}],["path",{d:"M10 5v7",key:"svg-2"}],["path",{d:"M14 12v-7",key:"svg-3"}]]),St=createReactComponent("currency-leu","IconCurrencyLeu",[["path",{d:"M17 18h-7a3 3 0 0 1 -3 -3v-10",key:"svg-0"}]]),Sa=createReactComponent("currency-lira","IconCurrencyLira",[["path",{d:"M10 5v15a7 7 0 0 0 7 -7",key:"svg-0"}],["path",{d:"M6 15l8 -4",key:"svg-1"}],["path",{d:"M14 7l-8 4",key:"svg-2"}]]),Sn=createReactComponent("currency-litecoin","IconCurrencyLitecoin",[["path",{d:"M18 19h-8.194a2 2 0 0 1 -1.98 -2.283l1.674 -11.717",key:"svg-0"}],["path",{d:"M14 9l-9 4",key:"svg-1"}]]),Sr=createReactComponent("currency-lyd","IconCurrencyLyd",[["path",{d:"M11 15h.01",key:"svg-0"}],["path",{d:"M21 5v10a2 2 0 0 1 -2 2h-2.764a2 2 0 0 1 -1.789 -1.106l-.447 -.894",key:"svg-1"}],["path",{d:"M5 8l2.773 4.687c.427 .697 .234 1.626 -.43 2.075a1.38 1.38 0 0 1 -.773 .238h-2.224a.93 .93 0 0 1 -.673 -.293l-.673 -.707",key:"svg-2"}]]),So=createReactComponent("currency-manat","IconCurrencyManat",[["path",{d:"M7 19v-7a5 5 0 1 1 10 0v7",key:"svg-0"}],["path",{d:"M12 5v14",key:"svg-1"}]]),Sl=createReactComponent("currency-monero","IconCurrencyMonero",[["path",{d:"M3 18h3v-11l6 7l6 -7v11h3",key:"svg-0"}]]),Sc=createReactComponent("currency-naira","IconCurrencyNaira",[["path",{d:"M7 18v-10.948a1.05 1.05 0 0 1 1.968 -.51l6.064 10.916a1.05 1.05 0 0 0 1.968 -.51v-10.948",key:"svg-0"}],["path",{d:"M5 10h14",key:"svg-1"}],["path",{d:"M5 14h14",key:"svg-2"}]]),Si=createReactComponent("currency-nano","IconCurrencyNano",[["path",{d:"M7 20l10 -16",key:"svg-0"}],["path",{d:"M7 12h10",key:"svg-1"}],["path",{d:"M7 16h10",key:"svg-2"}],["path",{d:"M17 20l-10 -16",key:"svg-3"}]]),Ss=createReactComponent("currency-off","IconCurrencyOff",[["path",{d:"M18.531 14.524a7 7 0 0 0 -9.06 -9.053m-2.422 1.582a7 7 0 0 0 9.903 9.896",key:"svg-0"}],["path",{d:"M4 4l3 3",key:"svg-1"}],["path",{d:"M20 4l-3 3",key:"svg-2"}],["path",{d:"M4 20l3 -3",key:"svg-3"}],["path",{d:"M20 20l-3 -3",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),Sd=createReactComponent("currency-paanga","IconCurrencyPaanga",[["path",{d:"M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4",key:"svg-0"}],["path",{d:"M17 20v-2",key:"svg-1"}],["path",{d:"M18 6v-2",key:"svg-2"}],["path",{d:"M3 6h8",key:"svg-3"}],["path",{d:"M7 6v12",key:"svg-4"}]]),Su=createReactComponent("currency-peso","IconCurrencyPeso",[["path",{d:"M8 19v-14h3.5a4.5 4.5 0 1 1 0 9h-3.5",key:"svg-0"}],["path",{d:"M18 8h-12",key:"svg-1"}],["path",{d:"M18 11h-12",key:"svg-2"}]]),Sp=createReactComponent("currency-pound-off","IconCurrencyPoundOff",[["path",{d:"M17 18.5a6 6 0 0 1 -5 0a6 6 0 0 0 -5 .5a3 3 0 0 0 2 -2.5v-7.5m1.192 -2.825a4 4 0 0 1 6.258 .825m-3.45 6h-6",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),Sh=createReactComponent("currency-pound","IconCurrencyPound",[["path",{d:"M17 18.5a6 6 0 0 1 -5 0a6 6 0 0 0 -5 .5a3 3 0 0 0 2 -2.5v-7.5a4 4 0 0 1 7.45 -2m-2.55 6h-7",key:"svg-0"}]]),Sv=createReactComponent("currency-quetzal","IconCurrencyQuetzal",[["path",{d:"M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0",key:"svg-0"}],["path",{d:"M13 13l5 5",key:"svg-1"}]]),Sg=createReactComponent("currency-real","IconCurrencyReal",[["path",{d:"M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4",key:"svg-0"}],["path",{d:"M4 18v-12h3a3 3 0 1 1 0 6h-3c5.5 0 5 4 6 6",key:"svg-1"}],["path",{d:"M18 6v-2",key:"svg-2"}],["path",{d:"M17 20v-2",key:"svg-3"}]]),Sy=createReactComponent("currency-renminbi","IconCurrencyRenminbi",[["path",{d:"M15 9v8a2 2 0 1 0 4 0",key:"svg-0"}],["path",{d:"M19 9h-14",key:"svg-1"}],["path",{d:"M19 5h-14",key:"svg-2"}],["path",{d:"M9 9v4c0 2.5 -.667 4 -2 6",key:"svg-3"}]]),Sf=createReactComponent("currency-ripple","IconCurrencyRipple",[["path",{d:"M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M17 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M10 12h3l2 -2.5",key:"svg-3"}],["path",{d:"M15 14.5l-2 -2.5",key:"svg-4"}]]),Sm=createReactComponent("currency-riyal","IconCurrencyRiyal",[["path",{d:"M15 9v2a2 2 0 1 1 -4 0v-1v1a2 2 0 1 1 -4 0v-1v4a2 2 0 1 1 -4 0v-2",key:"svg-0"}],["path",{d:"M18 12.01v-.01",key:"svg-1"}],["path",{d:"M22 10v1a5 5 0 0 1 -5 5",key:"svg-2"}]]),Sk=createReactComponent("currency-rubel","IconCurrencyRubel",[["path",{d:"M8 19v-14h6a3 3 0 0 1 0 6h-8",key:"svg-0"}],["path",{d:"M14 15h-8",key:"svg-1"}]]),SM=createReactComponent("currency-rufiyaa","IconCurrencyRufiyaa",[["path",{d:"M20 16h.01",key:"svg-0"}],["path",{d:"M4 16c9.5 -4 11.5 -8 14 -9",key:"svg-1"}],["path",{d:"M12 8l5 3",key:"svg-2"}]]),Sb=createReactComponent("currency-rupee-nepalese","IconCurrencyRupeeNepalese",[["path",{d:"M15 5h-11h3a4 4 0 1 1 0 8h-3l6 6",key:"svg-0"}],["path",{d:"M21 17l-4.586 -4.414a2 2 0 0 0 -2.828 2.828l.707 .707",key:"svg-1"}]]),SI=createReactComponent("currency-rupee","IconCurrencyRupee",[["path",{d:"M18 5h-11h3a4 4 0 0 1 0 8h-3l6 6",key:"svg-0"}],["path",{d:"M7 9l11 0",key:"svg-1"}]]),SC=createReactComponent("currency-shekel","IconCurrencyShekel",[["path",{d:"M6 18v-12h4a4 4 0 0 1 4 4v4",key:"svg-0"}],["path",{d:"M18 6v12h-4a4 4 0 0 1 -4 -4v-4",key:"svg-1"}]]),Sx=createReactComponent("currency-solana","IconCurrencySolana",[["path",{d:"M4 18h12l4 -4h-12z",key:"svg-0"}],["path",{d:"M8 14l-4 -4h12l4 4",key:"svg-1"}],["path",{d:"M16 10l4 -4h-12l-4 4",key:"svg-2"}]]),SR=createReactComponent("currency-som","IconCurrencySom",[["path",{d:"M10 18v-12h-5v10a2 2 0 0 1 -2 2",key:"svg-0"}],["path",{d:"M14 6v12h4a3 3 0 0 0 0 -6h-4h4a3 3 0 0 0 0 -6h-4z",key:"svg-1"}]]),SS=createReactComponent("currency-taka","IconCurrencyTaka",[["path",{d:"M16.5 15.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M7 7a2 2 0 1 1 4 0v9a3 3 0 0 0 6 0v-.5",key:"svg-1"}],["path",{d:"M8 11h6",key:"svg-2"}]]),S_=createReactComponent("currency-tenge","IconCurrencyTenge",[["path",{d:"M6 5h12",key:"svg-0"}],["path",{d:"M6 9h12",key:"svg-1"}],["path",{d:"M12 9v10",key:"svg-2"}]]),Sw=createReactComponent("currency-tugrik","IconCurrencyTugrik",[["path",{d:"M7 6h10",key:"svg-0"}],["path",{d:"M12 6v13",key:"svg-1"}],["path",{d:"M8 17l8 -3",key:"svg-2"}],["path",{d:"M16 10l-8 3",key:"svg-3"}]]),SP=createReactComponent("currency-won","IconCurrencyWon",[["path",{d:"M4 6l3.245 11.358a.85 .85 0 0 0 1.624 .035l3.131 -9.393l3.131 9.393a.85 .85 0 0 0 1.624 -.035l3.245 -11.358",key:"svg-0"}],["path",{d:"M21 10h-18",key:"svg-1"}],["path",{d:"M21 14h-18",key:"svg-2"}]]),SO=createReactComponent("currency-yen-off","IconCurrencyYenOff",[["path",{d:"M12 19v-7m5 -7l-3.328 4.66",key:"svg-0"}],["path",{d:"M8 17h8",key:"svg-1"}],["path",{d:"M8 13h5",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),SF=createReactComponent("currency-yen","IconCurrencyYen",[["path",{d:"M12 19v-7l-5 -7m10 0l-5 7",key:"svg-0"}],["path",{d:"M8 17l8 0",key:"svg-1"}],["path",{d:"M8 13l8 0",key:"svg-2"}]]),Sz=createReactComponent("currency-yuan","IconCurrencyYuan",[["path",{d:"M12 19v-7l-5 -7",key:"svg-0"}],["path",{d:"M17 5l-5 7",key:"svg-1"}],["path",{d:"M8 13h8",key:"svg-2"}]]),SD=createReactComponent("currency-zloty","IconCurrencyZloty",[["path",{d:"M12 18h-7l7 -7h-7",key:"svg-0"}],["path",{d:"M17 18v-13",key:"svg-1"}],["path",{d:"M14 14.5l6 -3.5",key:"svg-2"}]]),SA=createReactComponent("currency","IconCurrency",[["path",{d:"M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M4 4l3 3",key:"svg-1"}],["path",{d:"M20 4l-3 3",key:"svg-2"}],["path",{d:"M4 20l3 -3",key:"svg-3"}],["path",{d:"M20 20l-3 -3",key:"svg-4"}]]),Sj=createReactComponent("current-location-off","IconCurrentLocationOff",[["path",{d:"M14.685 10.661c-.3 -.6 -.795 -1.086 -1.402 -1.374m-3.397 .584a3 3 0 1 0 4.24 4.245",key:"svg-0"}],["path",{d:"M6.357 6.33a8 8 0 1 0 11.301 11.326m1.642 -2.378a8 8 0 0 0 -10.597 -10.569",key:"svg-1"}],["path",{d:"M12 2v2",key:"svg-2"}],["path",{d:"M12 20v2",key:"svg-3"}],["path",{d:"M20 12h2",key:"svg-4"}],["path",{d:"M2 12h2",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),SE=createReactComponent("current-location","IconCurrentLocation",[["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M12 12m-8 0a8 8 0 1 0 16 0a8 8 0 1 0 -16 0",key:"svg-1"}],["path",{d:"M12 2l0 2",key:"svg-2"}],["path",{d:"M12 20l0 2",key:"svg-3"}],["path",{d:"M20 12l2 0",key:"svg-4"}],["path",{d:"M2 12l2 0",key:"svg-5"}]]),ST=createReactComponent("cursor-off","IconCursorOff",[["path",{d:"M9 4a3 3 0 0 1 3 3v1m0 9a3 3 0 0 1 -3 3",key:"svg-0"}],["path",{d:"M15 4a3 3 0 0 0 -3 3v1m0 4v5a3 3 0 0 0 3 3",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),SB=createReactComponent("cursor-text","IconCursorText",[["path",{d:"M10 12h4",key:"svg-0"}],["path",{d:"M9 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3",key:"svg-1"}],["path",{d:"M15 4a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3",key:"svg-2"}]]),SN=createReactComponent("cut","IconCut",[["path",{d:"M7 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M9.15 14.85l8.85 -10.85",key:"svg-2"}],["path",{d:"M6 4l8.85 10.85",key:"svg-3"}]]),S$=createReactComponent("cylinder-off","IconCylinderOff",[["path",{d:"M5.23 5.233c-.15 .245 -.23 .502 -.23 .767c0 1.131 1.461 2.117 3.62 2.628m4.357 .343c3.404 -.204 6.023 -1.456 6.023 -2.971c0 -1.657 -3.134 -3 -7 -3c-1.645 0 -3.158 .243 -4.353 .65",key:"svg-0"}],["path",{d:"M5 6v12c0 1.657 3.134 3 7 3c3.245 0 5.974 -.946 6.767 -2.23m.233 -3.77v-9",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),SL=createReactComponent("cylinder-plus","IconCylinderPlus",[["path",{d:"M12 6m-7 0a7 3 0 1 0 14 0a7 3 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M5 6v12c0 1.657 3.134 3 7 3c.173 0 .345 -.003 .515 -.008m6.485 -8.992v-6",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}]]),SW=createReactComponent("cylinder","IconCylinder",[["path",{d:"M12 6m-7 0a7 3 0 1 0 14 0a7 3 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M5 6v12c0 1.657 3.134 3 7 3s7 -1.343 7 -3v-12",key:"svg-1"}]]),SH=createReactComponent("dashboard-off","IconDashboardOff",[["path",{d:"M11.175 11.178a2 2 0 1 0 2.653 2.634",key:"svg-0"}],["path",{d:"M14.5 10.5l1 -1",key:"svg-1"}],["path",{d:"M8.621 4.612a9 9 0 0 1 11.721 11.72m-1.516 2.488a9.008 9.008 0 0 1 -1.226 1.18h-11.2a9 9 0 0 1 -.268 -13.87",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),SV=createReactComponent("dashboard","IconDashboard",[["path",{d:"M12 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M13.45 11.55l2.05 -2.05",key:"svg-1"}],["path",{d:"M6.4 20a9 9 0 1 1 11.2 0z",key:"svg-2"}]]),Sq=createReactComponent("database-cog","IconDatabaseCog",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v6c0 1.657 3.582 3 8 3c.21 0 .42 -.003 .626 -.01",key:"svg-1"}],["path",{d:"M20 11.5v-5.5",key:"svg-2"}],["path",{d:"M4 12v6c0 1.657 3.582 3 8 3",key:"svg-3"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}],["path",{d:"M19.001 15.5v1.5",key:"svg-5"}],["path",{d:"M19.001 21v1.5",key:"svg-6"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-7"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-8"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-9"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-10"}]]),SU=createReactComponent("database-dollar","IconDatabaseDollar",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v6c0 1.657 3.582 3 8 3c.415 0 .822 -.012 1.22 -.035",key:"svg-1"}],["path",{d:"M20 10v-4",key:"svg-2"}],["path",{d:"M4 12v6c0 1.657 3.582 3 8 3c.352 0 .698 -.009 1.037 -.025",key:"svg-3"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-4"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-5"}]]),SG=createReactComponent("database-edit","IconDatabaseEdit",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v6c0 1.657 3.582 3 8 3c.478 0 .947 -.016 1.402 -.046",key:"svg-1"}],["path",{d:"M20 12v-6",key:"svg-2"}],["path",{d:"M4 12v6c0 1.526 3.04 2.786 6.972 2.975",key:"svg-3"}],["path",{d:"M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z",key:"svg-4"}]]),SX=createReactComponent("database-exclamation","IconDatabaseExclamation",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v6c0 1.657 3.582 3 8 3c1.118 0 2.182 -.086 3.148 -.241m4.852 -2.759v-6",key:"svg-1"}],["path",{d:"M4 12v6c0 1.657 3.582 3 8 3c1.064 0 2.079 -.078 3.007 -.22",key:"svg-2"}],["path",{d:"M19 16v3",key:"svg-3"}],["path",{d:"M19 22v.01",key:"svg-4"}]]),SK=createReactComponent("database-export","IconDatabaseExport",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v6c0 1.657 3.582 3 8 3c1.118 0 2.183 -.086 3.15 -.241",key:"svg-1"}],["path",{d:"M20 12v-6",key:"svg-2"}],["path",{d:"M4 12v6c0 1.657 3.582 3 8 3c.157 0 .312 -.002 .466 -.005",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}],["path",{d:"M19 16l3 3l-3 3",key:"svg-5"}]]),SY=createReactComponent("database-heart","IconDatabaseHeart",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v6c0 1.453 2.755 2.665 6.414 2.941",key:"svg-1"}],["path",{d:"M20 11v-5",key:"svg-2"}],["path",{d:"M4 12v6c0 1.579 3.253 2.873 7.383 2.991",key:"svg-3"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-4"}]]),SZ=createReactComponent("database-import","IconDatabaseImport",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v6c0 1.657 3.582 3 8 3c.856 0 1.68 -.05 2.454 -.144m5.546 -2.856v-6",key:"svg-1"}],["path",{d:"M4 12v6c0 1.657 3.582 3 8 3c.171 0 .341 -.002 .51 -.006",key:"svg-2"}],["path",{d:"M19 22v-6",key:"svg-3"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-4"}]]),SQ=createReactComponent("database-leak","IconDatabaseLeak",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v12c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-12",key:"svg-1"}],["path",{d:"M4 15a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1",key:"svg-2"}]]),SJ=createReactComponent("database-minus","IconDatabaseMinus",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v6c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-6",key:"svg-1"}],["path",{d:"M4 12v6c0 1.657 3.582 3 8 3c.164 0 .328 -.002 .49 -.006",key:"svg-2"}],["path",{d:"M20 15v-3",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}]]),S1=createReactComponent("database-off","IconDatabaseOff",[["path",{d:"M12.983 8.978c3.955 -.182 7.017 -1.446 7.017 -2.978c0 -1.657 -3.582 -3 -8 -3c-1.661 0 -3.204 .19 -4.483 .515m-2.783 1.228c-.471 .382 -.734 .808 -.734 1.257c0 1.22 1.944 2.271 4.734 2.74",key:"svg-0"}],["path",{d:"M4 6v6c0 1.657 3.582 3 8 3c.986 0 1.93 -.067 2.802 -.19m3.187 -.82c1.251 -.53 2.011 -1.228 2.011 -1.99v-6",key:"svg-1"}],["path",{d:"M4 12v6c0 1.657 3.582 3 8 3c3.217 0 5.991 -.712 7.261 -1.74m.739 -3.26v-4",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),S0=createReactComponent("database-plus","IconDatabasePlus",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v6c0 1.657 3.582 3 8 3c1.075 0 2.1 -.08 3.037 -.224",key:"svg-1"}],["path",{d:"M20 12v-6",key:"svg-2"}],["path",{d:"M4 12v6c0 1.657 3.582 3 8 3c.166 0 .331 -.002 .495 -.006",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}],["path",{d:"M19 16v6",key:"svg-5"}]]),S2=createReactComponent("database-search","IconDatabaseSearch",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v6c0 1.657 3.582 3 8 3m8 -3.5v-5.5",key:"svg-1"}],["path",{d:"M4 12v6c0 1.657 3.582 3 8 3",key:"svg-2"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-4"}]]),S3=createReactComponent("database-share","IconDatabaseShare",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v6c0 1.657 3.582 3 8 3c.361 0 .716 -.009 1.065 -.026",key:"svg-1"}],["path",{d:"M20 13v-7",key:"svg-2"}],["path",{d:"M4 12v6c0 1.657 3.582 3 8 3",key:"svg-3"}],["path",{d:"M16 22l5 -5",key:"svg-4"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-5"}]]),S5=createReactComponent("database-star","IconDatabaseStar",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v6c0 1.43 2.67 2.627 6.243 2.927",key:"svg-1"}],["path",{d:"M20 10.5v-4.5",key:"svg-2"}],["path",{d:"M4 12v6c0 1.546 3.12 2.82 7.128 2.982",key:"svg-3"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-4"}]]),S4=createReactComponent("database-x","IconDatabaseX",[["path",{d:"M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3",key:"svg-0"}],["path",{d:"M4 6v6c0 1.657 3.582 3 8 3c.537 0 1.062 -.02 1.57 -.058",key:"svg-1"}],["path",{d:"M20 13.5v-7.5",key:"svg-2"}],["path",{d:"M4 12v6c0 1.657 3.582 3 8 3c.384 0 .762 -.01 1.132 -.03",key:"svg-3"}],["path",{d:"M22 22l-5 -5",key:"svg-4"}],["path",{d:"M17 22l5 -5",key:"svg-5"}]]),S6=createReactComponent("database","IconDatabase",[["path",{d:"M12 6m-8 0a8 3 0 1 0 16 0a8 3 0 1 0 -16 0",key:"svg-0"}],["path",{d:"M4 6v6a8 3 0 0 0 16 0v-6",key:"svg-1"}],["path",{d:"M4 12v6a8 3 0 0 0 16 0v-6",key:"svg-2"}]]),S9=createReactComponent("decimal","IconDecimal",[["path",{d:"M17 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-0"}],["path",{d:"M10 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-1"}],["path",{d:"M5 16h.01",key:"svg-2"}]]),S7=createReactComponent("deer","IconDeer",[["path",{d:"M3 3c0 2 1 3 4 3c2 0 3 1 3 3",key:"svg-0"}],["path",{d:"M21 3c0 2 -1 3 -4 3c-2 0 -3 .333 -3 3",key:"svg-1"}],["path",{d:"M12 18c-1 0 -4 -3 -4 -6c0 -2 1.333 -3 4 -3s4 1 4 3c0 3 -3 6 -4 6",key:"svg-2"}],["path",{d:"M15.185 14.889l.095 -.18a4 4 0 1 1 -6.56 0",key:"svg-3"}],["path",{d:"M17 3c0 1.333 -.333 2.333 -1 3",key:"svg-4"}],["path",{d:"M7 3c0 1.333 .333 2.333 1 3",key:"svg-5"}],["path",{d:"M7 6c-2.667 .667 -4.333 1.667 -5 3",key:"svg-6"}],["path",{d:"M17 6c2.667 .667 4.333 1.667 5 3",key:"svg-7"}],["path",{d:"M8.5 10l-1.5 -1",key:"svg-8"}],["path",{d:"M15.5 10l1.5 -1",key:"svg-9"}],["path",{d:"M12 15h.01",key:"svg-10"}]]),S8=createReactComponent("delta","IconDelta",[["path",{d:"M4 20h16l-8 -16z",key:"svg-0"}]]),_e=createReactComponent("dental-broken","IconDentalBroken",[["path",{d:"M12 5.5c-1.074 -.586 -2.583 -1.5 -4 -1.5c-2.1 0 -4 1.247 -4 5c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 0 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 2 .993 2.567 .237c1.615 -2.127 2.671 -5.637 2.671 -10.537c0 -3.74 -1.908 -5 -4 -5c-1.423 0 -2.92 .911 -4 1.5z",key:"svg-0"}],["path",{d:"M12 5.5l1 2.5l-2 2l2 2",key:"svg-1"}]]),_t=createReactComponent("dental-off","IconDentalOff",[["path",{d:"M19.277 15.281c.463 -1.75 .723 -3.844 .723 -6.281c0 -3.74 -1.908 -5 -4 -5c-1.423 0 -2.92 .911 -4 1.5c-1.074 -.586 -2.583 -1.5 -4 -1.5m-2.843 1.153c-.707 .784 -1.157 2.017 -1.157 3.847c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 0 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 2 .993 2.567 .237c.305 -.402 .59 -.853 .852 -1.353",key:"svg-0"}],["path",{d:"M12 5.5l3 1.5",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),_a=createReactComponent("dental","IconDental",[["path",{d:"M12 5.5c-1.074 -.586 -2.583 -1.5 -4 -1.5c-2.1 0 -4 1.247 -4 5c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 0 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 2 .993 2.567 .237c1.615 -2.127 2.671 -5.637 2.671 -10.537c0 -3.74 -1.908 -5 -4 -5c-1.423 0 -2.92 .911 -4 1.5z",key:"svg-0"}],["path",{d:"M12 5.5l3 1.5",key:"svg-1"}]]),_n=createReactComponent("deselect","IconDeselect",[["path",{d:"M12 8h3a1 1 0 0 1 1 1v3",key:"svg-0"}],["path",{d:"M16 16h-7a1 1 0 0 1 -1 -1v-7",key:"svg-1"}],["path",{d:"M12 20v.01",key:"svg-2"}],["path",{d:"M16 20v.01",key:"svg-3"}],["path",{d:"M8 20v.01",key:"svg-4"}],["path",{d:"M4 20v.01",key:"svg-5"}],["path",{d:"M4 16v.01",key:"svg-6"}],["path",{d:"M4 12v.01",key:"svg-7"}],["path",{d:"M4 8v.01",key:"svg-8"}],["path",{d:"M8 4v.01",key:"svg-9"}],["path",{d:"M12 4v.01",key:"svg-10"}],["path",{d:"M16 4v.01",key:"svg-11"}],["path",{d:"M20 4v.01",key:"svg-12"}],["path",{d:"M20 8v.01",key:"svg-13"}],["path",{d:"M20 12v.01",key:"svg-14"}],["path",{d:"M20 16v.01",key:"svg-15"}],["path",{d:"M3 3l18 18",key:"svg-16"}]]),_r=createReactComponent("details-off","IconDetailsOff",[["path",{d:"M5 19h14",key:"svg-0"}],["path",{d:"M20.986 16.984a2 2 0 0 0 -.146 -.734l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.821 1.417m-1.469 2.534l-4.81 8.299a2 2 0 0 0 1.75 2.75",key:"svg-1"}],["path",{d:"M12 3v5m0 4v7",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),_o=createReactComponent("details","IconDetails",[["path",{d:"M11.999 3l.001 17",key:"svg-0"}],["path",{d:"M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z",key:"svg-1"}]]),_l=createReactComponent("device-airpods-case","IconDeviceAirpodsCase",[["path",{d:"M21 10h-18",key:"svg-0"}],["path",{d:"M3 4m0 4a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4z",key:"svg-1"}],["path",{d:"M7 10v1.5a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 1.5 -1.5v-1.5",key:"svg-2"}]]),_c=createReactComponent("device-airpods","IconDeviceAirpods",[["path",{d:"M6 4a4 4 0 0 1 4 3.8l0 .2v10.5a1.5 1.5 0 0 1 -3 0v-6.5h-1a4 4 0 0 1 -4 -3.8l0 -.2a4 4 0 0 1 4 -4z",key:"svg-0"}],["path",{d:"M18 4a4 4 0 0 0 -4 3.8l0 .2v10.5a1.5 1.5 0 0 0 3 0v-6.5h1a4 4 0 0 0 4 -3.8l0 -.2a4 4 0 0 0 -4 -4z",key:"svg-1"}]]),_i=createReactComponent("device-airtag","IconDeviceAirtag",[["path",{d:"M4 12a8 8 0 1 0 16 0a8 8 0 0 0 -16 0",key:"svg-0"}],["path",{d:"M9 15v.01",key:"svg-1"}],["path",{d:"M15 15a6 6 0 0 0 -6 -6",key:"svg-2"}],["path",{d:"M12 15a3 3 0 0 0 -3 -3",key:"svg-3"}]]),_s=createReactComponent("device-analytics","IconDeviceAnalytics",[["path",{d:"M3 4m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M7 20l10 0",key:"svg-1"}],["path",{d:"M9 16l0 4",key:"svg-2"}],["path",{d:"M15 16l0 4",key:"svg-3"}],["path",{d:"M8 12l3 -3l2 2l3 -3",key:"svg-4"}]]),_d=createReactComponent("device-audio-tape","IconDeviceAudioTape",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M3 17l4 -3h10l4 3",key:"svg-1"}],["circle",{cx:"7.5",cy:"9.5",r:".5",fill:"currentColor",key:"svg-2"}],["circle",{cx:"16.5",cy:"9.5",r:".5",fill:"currentColor",key:"svg-3"}]]),_u=createReactComponent("device-camera-phone","IconDeviceCameraPhone",[["path",{d:"M18.5 8.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-0"}],["path",{d:"M13 7h-8a2 2 0 0 0 -2 2v7a2 2 0 0 0 2 2h13a2 2 0 0 0 2 -2v-2",key:"svg-1"}],["path",{d:"M17 15v-1",key:"svg-2"}]]),_p=createReactComponent("device-cctv-off","IconDeviceCctvOff",[["path",{d:"M7 7h-3a1 1 0 0 1 -1 -1v-2c0 -.275 .11 -.523 .29 -.704m3.71 -.296h13a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-9",key:"svg-0"}],["path",{d:"M10.36 10.35a4 4 0 1 0 5.285 5.3",key:"svg-1"}],["path",{d:"M19 7v7c0 .321 -.022 .637 -.064 .947m-1.095 2.913a7 7 0 0 1 -12.841 -3.86l0 -7",key:"svg-2"}],["path",{d:"M12 14h.01",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),_h=createReactComponent("device-cctv","IconDeviceCctv",[["path",{d:"M3 3m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M12 14m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-1"}],["path",{d:"M19 7v7a7 7 0 0 1 -14 0v-7",key:"svg-2"}],["path",{d:"M12 14l.01 0",key:"svg-3"}]]),_v=createReactComponent("device-computer-camera-off","IconDeviceComputerCameraOff",[["path",{d:"M6.15 6.153a7 7 0 0 0 9.696 9.696m2 -2a7 7 0 0 0 -9.699 -9.695",key:"svg-0"}],["path",{d:"M9.13 9.122a3 3 0 0 0 3.743 3.749m2 -2a3 3 0 0 0 -3.737 -3.736",key:"svg-1"}],["path",{d:"M8 16l-2.091 3.486a1 1 0 0 0 .857 1.514h10.468a1 1 0 0 0 .857 -1.514l-2.091 -3.486",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),_g=createReactComponent("device-computer-camera","IconDeviceComputerCamera",[["path",{d:"M12 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M12 10m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M8 16l-2.091 3.486a1 1 0 0 0 .857 1.514h10.468a1 1 0 0 0 .857 -1.514l-2.091 -3.486",key:"svg-2"}]]),_y=createReactComponent("device-desktop-analytics","IconDeviceDesktopAnalytics",[["path",{d:"M3 4m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M7 20h10",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M15 16v4",key:"svg-3"}],["path",{d:"M9 12v-4",key:"svg-4"}],["path",{d:"M12 12v-1",key:"svg-5"}],["path",{d:"M15 12v-2",key:"svg-6"}],["path",{d:"M12 12v-1",key:"svg-7"}]]),_f=createReactComponent("device-desktop-bolt","IconDeviceDesktopBolt",[["path",{d:"M14.5 16h-10.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5",key:"svg-0"}],["path",{d:"M7 20h6",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-3"}]]),_m=createReactComponent("device-desktop-cancel","IconDeviceDesktopCancel",[["path",{d:"M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5",key:"svg-0"}],["path",{d:"M7 20h5",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M17 21l4 -4",key:"svg-4"}]]),_k=createReactComponent("device-desktop-check","IconDeviceDesktopCheck",[["path",{d:"M12 16h-8a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}],["path",{d:"M7 20h4",key:"svg-2"}],["path",{d:"M9 16v4",key:"svg-3"}]]),_M=createReactComponent("device-desktop-code","IconDeviceDesktopCode",[["path",{d:"M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M7 20h4",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-3"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-4"}]]),_b=createReactComponent("device-desktop-cog","IconDeviceDesktopCog",[["path",{d:"M12 16h-8a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7",key:"svg-0"}],["path",{d:"M7 20h5",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M19.001 15.5v1.5",key:"svg-4"}],["path",{d:"M19.001 21v1.5",key:"svg-5"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-6"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-7"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-8"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-9"}]]),_I=createReactComponent("device-desktop-dollar","IconDeviceDesktopDollar",[["path",{d:"M13 16h-9a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v5.5",key:"svg-0"}],["path",{d:"M7 20h6.5",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-3"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-4"}]]),_C=createReactComponent("device-desktop-down","IconDeviceDesktopDown",[["path",{d:"M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5",key:"svg-0"}],["path",{d:"M7 20h5",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-4"}]]),_x=createReactComponent("device-desktop-exclamation","IconDeviceDesktopExclamation",[["path",{d:"M15 16h-11a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7",key:"svg-0"}],["path",{d:"M7 20h8",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M15 16v4",key:"svg-3"}],["path",{d:"M19 16v3",key:"svg-4"}],["path",{d:"M19 22v.01",key:"svg-5"}]]),_R=createReactComponent("device-desktop-heart","IconDeviceDesktopHeart",[["path",{d:"M10 16h-6a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6",key:"svg-0"}],["path",{d:"M7 20h3.5",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-3"}]]),_S=createReactComponent("device-desktop-minus","IconDeviceDesktopMinus",[["path",{d:"M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10",key:"svg-0"}],["path",{d:"M7 20h5",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}]]),__=createReactComponent("device-desktop-off","IconDeviceDesktopOff",[["path",{d:"M8 4h12a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1m-4 0h-12a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1",key:"svg-0"}],["path",{d:"M7 20h10",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M15 16v4",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),_w=createReactComponent("device-desktop-pause","IconDeviceDesktopPause",[["path",{d:"M13 16h-9a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M17 17v5",key:"svg-1"}],["path",{d:"M21 17v5",key:"svg-2"}],["path",{d:"M7 20h6",key:"svg-3"}],["path",{d:"M9 16v4",key:"svg-4"}]]),_P=createReactComponent("device-desktop-pin","IconDeviceDesktopPin",[["path",{d:"M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6",key:"svg-0"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-1"}],["path",{d:"M19 18v.01",key:"svg-2"}],["path",{d:"M7 20h5",key:"svg-3"}],["path",{d:"M9 16v4",key:"svg-4"}]]),_O=createReactComponent("device-desktop-plus","IconDeviceDesktopPlus",[["path",{d:"M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5",key:"svg-0"}],["path",{d:"M7 20h5",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),_F=createReactComponent("device-desktop-question","IconDeviceDesktopQuestion",[["path",{d:"M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5",key:"svg-0"}],["path",{d:"M7 20h8",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-4"}]]),_z=createReactComponent("device-desktop-search","IconDeviceDesktopSearch",[["path",{d:"M11.5 16h-7.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5",key:"svg-0"}],["path",{d:"M7 20h4",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-4"}]]),_D=createReactComponent("device-desktop-share","IconDeviceDesktopShare",[["path",{d:"M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M7 20h5.5",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M16 22l5 -5",key:"svg-3"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-4"}]]),_A=createReactComponent("device-desktop-star","IconDeviceDesktopStar",[["path",{d:"M10 16h-6a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5",key:"svg-0"}],["path",{d:"M7 20h3.5",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-3"}]]),_j=createReactComponent("device-desktop-up","IconDeviceDesktopUp",[["path",{d:"M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}],["path",{d:"M7 20h5",key:"svg-3"}],["path",{d:"M9 16v4",key:"svg-4"}]]),_E=createReactComponent("device-desktop-x","IconDeviceDesktopX",[["path",{d:"M13 16h-9a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M7 20h6.5",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M22 22l-5 -5",key:"svg-3"}],["path",{d:"M17 22l5 -5",key:"svg-4"}]]),_T=createReactComponent("device-desktop","IconDeviceDesktop",[["path",{d:"M3 5a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10z",key:"svg-0"}],["path",{d:"M7 20h10",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M15 16v4",key:"svg-3"}]]),_B=createReactComponent("device-floppy","IconDeviceFloppy",[["path",{d:"M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M14 4l0 4l-6 0l0 -4",key:"svg-2"}]]),_N=createReactComponent("device-gamepad-2","IconDeviceGamepad2",[["path",{d:"M12 5h3.5a5 5 0 0 1 0 10h-5.5l-4.015 4.227a2.3 2.3 0 0 1 -3.923 -2.035l1.634 -8.173a5 5 0 0 1 4.904 -4.019h3.4z",key:"svg-0"}],["path",{d:"M14 15l4.07 4.284a2.3 2.3 0 0 0 3.925 -2.023l-1.6 -8.232",key:"svg-1"}],["path",{d:"M8 9v2",key:"svg-2"}],["path",{d:"M7 10h2",key:"svg-3"}],["path",{d:"M14 10h2",key:"svg-4"}]]),_$=createReactComponent("device-gamepad-3","IconDeviceGamepad3",[["path",{d:"M10 12l-3 -3h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h2l3 -3z",key:"svg-0"}],["path",{d:"M14 12l3 -3h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2l-3 -3z",key:"svg-1"}],["path",{d:"M12 14l-3 3v2a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1v-2l-3 -3z",key:"svg-2"}],["path",{d:"M12 10l-3 -3v-2a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v2l-3 3z",key:"svg-3"}]]),_L=createReactComponent("device-gamepad","IconDeviceGamepad",[["path",{d:"M2 6m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M6 12h4m-2 -2v4",key:"svg-1"}],["path",{d:"M15 11l0 .01",key:"svg-2"}],["path",{d:"M18 13l0 .01",key:"svg-3"}]]),_W=createReactComponent("device-heart-monitor-filled","IconDeviceHeartMonitorFilled",[["path",{d:"M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm-4 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-6 -6.764l-.106 .211a1 1 0 0 1 -.77 .545l-.124 .008l-5 -.001v3.001h14v-3.001l-4.382 .001l-.724 1.447a1 1 0 0 1 -1.725 .11l-.063 -.11l-1.106 -2.211zm7 -4.236h-12a1 1 0 0 0 -.993 .883l-.007 .117v1.999l4.381 .001l.725 -1.447a1 1 0 0 1 1.725 -.11l.063 .11l1.106 2.21l.106 -.21a1 1 0 0 1 .77 -.545l.124 -.008l5 -.001v-1.999a1 1 0 0 0 -.883 -.993l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),_H=createReactComponent("device-heart-monitor","IconDeviceHeartMonitor",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 9h6l1 -2l2 4l1 -2h6",key:"svg-1"}],["path",{d:"M4 14h16",key:"svg-2"}],["path",{d:"M14 17v.01",key:"svg-3"}],["path",{d:"M17 17v.01",key:"svg-4"}]]),_V=createReactComponent("device-imac-bolt","IconDeviceImacBolt",[["path",{d:"M13.5 17h-9.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5",key:"svg-0"}],["path",{d:"M3 13h13",key:"svg-1"}],["path",{d:"M8 21h5.5",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-4"}]]),_q=createReactComponent("device-imac-cancel","IconDeviceImacCancel",[["path",{d:"M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M3 13h12.5",key:"svg-1"}],["path",{d:"M8 21h4.5",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-4"}],["path",{d:"M17 21l4 -4",key:"svg-5"}]]),_U=createReactComponent("device-imac-check","IconDeviceImacCheck",[["path",{d:"M11.5 17h-7.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9",key:"svg-0"}],["path",{d:"M3 13h18",key:"svg-1"}],["path",{d:"M8 21h3.5",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-4"}]]),_G=createReactComponent("device-imac-code","IconDeviceImacCode",[["path",{d:"M11.5 17h-7.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9",key:"svg-0"}],["path",{d:"M3 13h18",key:"svg-1"}],["path",{d:"M8 21h3.5",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-4"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-5"}]]),_X=createReactComponent("device-imac-cog","IconDeviceImacCog",[["path",{d:"M12 17h-8a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M3 13h13",key:"svg-1"}],["path",{d:"M8 21h4",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}],["path",{d:"M19.001 15.5v1.5",key:"svg-5"}],["path",{d:"M19.001 21v1.5",key:"svg-6"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-7"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-8"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-9"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-10"}]]),_K=createReactComponent("device-imac-dollar","IconDeviceImacDollar",[["path",{d:"M13 17h-9a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5",key:"svg-0"}],["path",{d:"M3 13h11",key:"svg-1"}],["path",{d:"M8 21h5",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-4"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-5"}]]),_Y=createReactComponent("device-imac-down","IconDeviceImacDown",[["path",{d:"M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5",key:"svg-0"}],["path",{d:"M3 13h13",key:"svg-1"}],["path",{d:"M8 21h4.5",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-5"}]]),_Z=createReactComponent("device-imac-exclamation","IconDeviceImacExclamation",[["path",{d:"M15 17h-11a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5",key:"svg-0"}],["path",{d:"M3 13h13",key:"svg-1"}],["path",{d:"M8 21h7",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M14 17l.5 4",key:"svg-4"}],["path",{d:"M19 16v3",key:"svg-5"}],["path",{d:"M19 22v.01",key:"svg-6"}]]),_Q=createReactComponent("device-imac-heart","IconDeviceImacHeart",[["path",{d:"M10 17h-6a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7",key:"svg-0"}],["path",{d:"M3 13h9",key:"svg-1"}],["path",{d:"M8 21h3.5",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-4"}]]),_J=createReactComponent("device-imac-minus","IconDeviceImacMinus",[["path",{d:"M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v11",key:"svg-0"}],["path",{d:"M3 13h18",key:"svg-1"}],["path",{d:"M8 21h4.5",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}]]),_1=createReactComponent("device-imac-off","IconDeviceImacOff",[["path",{d:"M7 3h13a1 1 0 0 1 1 1v12c0 .28 -.115 .532 -.3 .713m-3.7 .287h-13a1 1 0 0 1 -1 -1v-12c0 -.276 .112 -.526 .293 -.707",key:"svg-0"}],["path",{d:"M3 13h10m4 0h4",key:"svg-1"}],["path",{d:"M8 21h8",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M14 17l.5 4",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),_0=createReactComponent("device-imac-pause","IconDeviceImacPause",[["path",{d:"M13 17h-9a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9",key:"svg-0"}],["path",{d:"M3 13h18",key:"svg-1"}],["path",{d:"M8 21h5",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M17 17v5",key:"svg-4"}],["path",{d:"M21 17v5",key:"svg-5"}]]),_2=createReactComponent("device-imac-pin","IconDeviceImacPin",[["path",{d:"M12 17h-8a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5",key:"svg-0"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-1"}],["path",{d:"M19 18v.01",key:"svg-2"}],["path",{d:"M3 13h11",key:"svg-3"}],["path",{d:"M8 21h4.5",key:"svg-4"}],["path",{d:"M10 17l-.5 4",key:"svg-5"}]]),_3=createReactComponent("device-imac-plus","IconDeviceImacPlus",[["path",{d:"M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5",key:"svg-0"}],["path",{d:"M3 13h13.5",key:"svg-1"}],["path",{d:"M8 21h4.5",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}],["path",{d:"M19 16v6",key:"svg-5"}]]),_5=createReactComponent("device-imac-question","IconDeviceImacQuestion",[["path",{d:"M14 17h-10a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5",key:"svg-0"}],["path",{d:"M3 13h11.5",key:"svg-1"}],["path",{d:"M8 21h7",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M14 17l.5 4",key:"svg-4"}],["path",{d:"M19 22v.01",key:"svg-5"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-6"}]]),_4=createReactComponent("device-imac-search","IconDeviceImacSearch",[["path",{d:"M11 17h-7a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M3 13h10",key:"svg-1"}],["path",{d:"M8 21h4",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-4"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-5"}]]),_6=createReactComponent("device-imac-share","IconDeviceImacShare",[["path",{d:"M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9",key:"svg-0"}],["path",{d:"M3 13h18",key:"svg-1"}],["path",{d:"M8 21h4",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M16 22l5 -5",key:"svg-4"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-5"}]]),_9=createReactComponent("device-imac-star","IconDeviceImacStar",[["path",{d:"M10 17h-6a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5",key:"svg-0"}],["path",{d:"M3 13h10",key:"svg-1"}],["path",{d:"M8 21h3",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-4"}]]),_7=createReactComponent("device-imac-up","IconDeviceImacUp",[["path",{d:"M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5",key:"svg-0"}],["path",{d:"M3 13h13",key:"svg-1"}],["path",{d:"M8 21h4.5",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M19 22v-6",key:"svg-4"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-5"}]]),_8=createReactComponent("device-imac-x","IconDeviceImacX",[["path",{d:"M13 17h-9a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9",key:"svg-0"}],["path",{d:"M3 13h18",key:"svg-1"}],["path",{d:"M8 21h5",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M22 22l-5 -5",key:"svg-4"}],["path",{d:"M17 22l5 -5",key:"svg-5"}]]),we=createReactComponent("device-imac","IconDeviceImac",[["path",{d:"M3 4a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-12z",key:"svg-0"}],["path",{d:"M3 13h18",key:"svg-1"}],["path",{d:"M8 21h8",key:"svg-2"}],["path",{d:"M10 17l-.5 4",key:"svg-3"}],["path",{d:"M14 17l.5 4",key:"svg-4"}]]),wt=createReactComponent("device-ipad-bolt","IconDeviceIpadBolt",[["path",{d:"M13.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M9 18h4",key:"svg-1"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-2"}]]),wa=createReactComponent("device-ipad-cancel","IconDeviceIpadCancel",[["path",{d:"M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M9 18h3",key:"svg-1"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M17 21l4 -4",key:"svg-3"}]]),wn=createReactComponent("device-ipad-check","IconDeviceIpadCheck",[["path",{d:"M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M9 18h2",key:"svg-1"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-2"}]]),wr=createReactComponent("device-ipad-code","IconDeviceIpadCode",[["path",{d:"M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M9 18h2",key:"svg-1"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-3"}]]),wo=createReactComponent("device-ipad-cog","IconDeviceIpadCog",[["path",{d:"M12 21h-6a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6.5",key:"svg-0"}],["path",{d:"M9 18h3",key:"svg-1"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19.001 15.5v1.5",key:"svg-3"}],["path",{d:"M19.001 21v1.5",key:"svg-4"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-5"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-6"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-7"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-8"}]]),wl=createReactComponent("device-ipad-dollar","IconDeviceIpadDollar",[["path",{d:"M13 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M9 18h4",key:"svg-1"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-3"}]]),wc=createReactComponent("device-ipad-down","IconDeviceIpadDown",[["path",{d:"M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M9 18h3",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-3"}]]),wi=createReactComponent("device-ipad-exclamation","IconDeviceIpadExclamation",[["path",{d:"M15 21h-9a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M9 18h6",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),ws=createReactComponent("device-ipad-heart","IconDeviceIpadHeart",[["path",{d:"M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M9 18h1",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}]]),wd=createReactComponent("device-ipad-horizontal-bolt","IconDeviceIpadHorizontalBolt",[["path",{d:"M13 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5",key:"svg-0"}],["path",{d:"M9 17h4.5",key:"svg-1"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-2"}]]),wu=createReactComponent("device-ipad-horizontal-cancel","IconDeviceIpadHorizontalCancel",[["path",{d:"M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5",key:"svg-0"}],["path",{d:"M9 17h3.5",key:"svg-1"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M17 21l4 -4",key:"svg-3"}]]),wp=createReactComponent("device-ipad-horizontal-check","IconDeviceIpadHorizontalCheck",[["path",{d:"M11 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}],["path",{d:"M9 17h2.5",key:"svg-2"}]]),wh=createReactComponent("device-ipad-horizontal-code","IconDeviceIpadHorizontalCode",[["path",{d:"M11 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M9 17h2.5",key:"svg-1"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-3"}]]),wv=createReactComponent("device-ipad-horizontal-cog","IconDeviceIpadHorizontalCog",[["path",{d:"M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M9 17h3",key:"svg-1"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19.001 15.5v1.5",key:"svg-3"}],["path",{d:"M19.001 21v1.5",key:"svg-4"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-5"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-6"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-7"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-8"}]]),wg=createReactComponent("device-ipad-horizontal-dollar","IconDeviceIpadHorizontalDollar",[["path",{d:"M13 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5",key:"svg-0"}],["path",{d:"M9 17h4",key:"svg-1"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-3"}]]),wy=createReactComponent("device-ipad-horizontal-down","IconDeviceIpadHorizontalDown",[["path",{d:"M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5",key:"svg-0"}],["path",{d:"M9 17h3.5",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-3"}]]),wf=createReactComponent("device-ipad-horizontal-exclamation","IconDeviceIpadHorizontalExclamation",[["path",{d:"M15 20h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M9 17h6",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),wm=createReactComponent("device-ipad-horizontal-heart","IconDeviceIpadHorizontalHeart",[["path",{d:"M10.5 20h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M9 17h1",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}]]),wk=createReactComponent("device-ipad-horizontal-minus","IconDeviceIpadHorizontalMinus",[["path",{d:"M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9",key:"svg-0"}],["path",{d:"M9 17h3.5",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}]]),wM=createReactComponent("device-ipad-horizontal-off","IconDeviceIpadHorizontalOff",[["path",{d:"M8 4h12a2 2 0 0 1 2 2v12m-2 2h-16a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M9 17h6",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),wb=createReactComponent("device-ipad-horizontal-pause","IconDeviceIpadHorizontalPause",[["path",{d:"M13 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M9 17h4",key:"svg-1"}],["path",{d:"M17 17v5",key:"svg-2"}],["path",{d:"M21 17v5",key:"svg-3"}]]),wI=createReactComponent("device-ipad-horizontal-pin","IconDeviceIpadHorizontalPin",[["path",{d:"M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M9 17h3",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}]]),wC=createReactComponent("device-ipad-horizontal-plus","IconDeviceIpadHorizontalPlus",[["path",{d:"M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5",key:"svg-0"}],["path",{d:"M9 17h3.5",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}]]),wx=createReactComponent("device-ipad-horizontal-question","IconDeviceIpadHorizontalQuestion",[["path",{d:"M15 20h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M9 17h4.5",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-3"}]]),wR=createReactComponent("device-ipad-horizontal-search","IconDeviceIpadHorizontalSearch",[["path",{d:"M11.5 20h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5",key:"svg-0"}],["path",{d:"M9 17h2",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),wS=createReactComponent("device-ipad-horizontal-share","IconDeviceIpadHorizontalShare",[["path",{d:"M12.5 20h-7.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M9 17h3",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}]]),w_=createReactComponent("device-ipad-horizontal-star","IconDeviceIpadHorizontalStar",[["path",{d:"M10.5 20h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5",key:"svg-0"}],["path",{d:"M9 17h1",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),ww=createReactComponent("device-ipad-horizontal-up","IconDeviceIpadHorizontalUp",[["path",{d:"M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5",key:"svg-0"}],["path",{d:"M9 17h3.5",key:"svg-1"}],["path",{d:"M19 22v-6",key:"svg-2"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-3"}]]),wP=createReactComponent("device-ipad-horizontal-x","IconDeviceIpadHorizontalX",[["path",{d:"M13.5 20h-8.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}],["path",{d:"M9 17h4",key:"svg-3"}]]),wO=createReactComponent("device-ipad-horizontal","IconDeviceIpadHorizontal",[["path",{d:"M3 6a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-12z",key:"svg-0"}],["path",{d:"M9 17h6",key:"svg-1"}]]),wF=createReactComponent("device-ipad-minus","IconDeviceIpadMinus",[["path",{d:"M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v10",key:"svg-0"}],["path",{d:"M9 18h3",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}]]),wz=createReactComponent("device-ipad-off","IconDeviceIpadOff",[["path",{d:"M6 2h12a2 2 0 0 1 2 2v12m0 4a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-16",key:"svg-0"}],["path",{d:"M9 19h6",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),wD=createReactComponent("device-ipad-pause","IconDeviceIpadPause",[["path",{d:"M13 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M9 18h4",key:"svg-1"}],["path",{d:"M17 17v5",key:"svg-2"}],["path",{d:"M21 17v5",key:"svg-3"}]]),wA=createReactComponent("device-ipad-pin","IconDeviceIpadPin",[["path",{d:"M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M9 18h3",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}]]),wj=createReactComponent("device-ipad-plus","IconDeviceIpadPlus",[["path",{d:"M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M9 18h3",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}]]),wE=createReactComponent("device-ipad-question","IconDeviceIpadQuestion",[["path",{d:"M15 21h-9a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M9 18h5",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-3"}]]),wT=createReactComponent("device-ipad-search","IconDeviceIpadSearch",[["path",{d:"M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M9 18h2",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),wB=createReactComponent("device-ipad-share","IconDeviceIpadShare",[["path",{d:"M12 21h-6a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M9 18h3.5",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}]]),wN=createReactComponent("device-ipad-star","IconDeviceIpadStar",[["path",{d:"M11 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5.5",key:"svg-0"}],["path",{d:"M9 18h1",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),w$=createReactComponent("device-ipad-up","IconDeviceIpadUp",[["path",{d:"M9 18h3",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}],["path",{d:"M13.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7",key:"svg-3"}]]),wL=createReactComponent("device-ipad-x","IconDeviceIpadX",[["path",{d:"M22 22l-5 -5",key:"svg-0"}],["path",{d:"M17 22l5 -5",key:"svg-1"}],["path",{d:"M13 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v9",key:"svg-2"}],["path",{d:"M9 18h4",key:"svg-3"}]]),wW=createReactComponent("device-ipad","IconDeviceIpad",[["path",{d:"M18 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm-3 15h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",key:"svg-0"}]]),wH=createReactComponent("device-landline-phone","IconDeviceLandlinePhone",[["path",{d:"M20 3h-2a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2z",key:"svg-0"}],["path",{d:"M16 4h-11a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h11",key:"svg-1"}],["path",{d:"M12 8h-6v3h6z",key:"svg-2"}],["path",{d:"M12 14v.01",key:"svg-3"}],["path",{d:"M9 14v.01",key:"svg-4"}],["path",{d:"M6 14v.01",key:"svg-5"}],["path",{d:"M12 17v.01",key:"svg-6"}],["path",{d:"M9 17v.01",key:"svg-7"}],["path",{d:"M6 17v.01",key:"svg-8"}]]),wV=createReactComponent("device-laptop-off","IconDeviceLaptopOff",[["path",{d:"M3 19h16",key:"svg-0"}],["path",{d:"M10 6h8a1 1 0 0 1 1 1v8m-3 1h-10a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),wq=createReactComponent("device-laptop","IconDeviceLaptop",[["path",{d:"M3 19l18 0",key:"svg-0"}],["path",{d:"M5 6m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z",key:"svg-1"}]]),wU=createReactComponent("device-mobile-bolt","IconDeviceMobileBolt",[["path",{d:"M13.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-1"}],["path",{d:"M11 4h2",key:"svg-2"}],["path",{d:"M12 17v.01",key:"svg-3"}]]),wG=createReactComponent("device-mobile-cancel","IconDeviceMobileCancel",[["path",{d:"M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}],["path",{d:"M11 4h2",key:"svg-3"}],["path",{d:"M12 17v.01",key:"svg-4"}]]),wX=createReactComponent("device-mobile-charging","IconDeviceMobileCharging",[["path",{d:"M6 3m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M11 4h2",key:"svg-1"}],["path",{d:"M12 9.5l-1 2.5h2l-1 2.5",key:"svg-2"}]]),wK=createReactComponent("device-mobile-check","IconDeviceMobileCheck",[["path",{d:"M11.5 21h-3.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v9.5",key:"svg-0"}],["path",{d:"M11 4h2",key:"svg-1"}],["path",{d:"M12 17v.01",key:"svg-2"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-3"}]]),wY=createReactComponent("device-mobile-code","IconDeviceMobileCode",[["path",{d:"M11.5 21h-3.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-2"}],["path",{d:"M11 4h2",key:"svg-3"}],["path",{d:"M12 17v.01",key:"svg-4"}]]),wZ=createReactComponent("device-mobile-cog","IconDeviceMobileCog",[["path",{d:"M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6.5",key:"svg-0"}],["path",{d:"M11 4h2",key:"svg-1"}],["path",{d:"M12 17v.01",key:"svg-2"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M19.001 15.5v1.5",key:"svg-4"}],["path",{d:"M19.001 21v1.5",key:"svg-5"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-6"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-7"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-8"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-9"}]]),wQ=createReactComponent("device-mobile-dollar","IconDeviceMobileDollar",[["path",{d:"M13 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M11 4h2",key:"svg-1"}],["path",{d:"M12 17v.01",key:"svg-2"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-3"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-4"}]]),wJ=createReactComponent("device-mobile-down","IconDeviceMobileDown",[["path",{d:"M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M11 4h2",key:"svg-1"}],["path",{d:"M12 17v.01",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-4"}]]),w1=createReactComponent("device-mobile-exclamation","IconDeviceMobileExclamation",[["path",{d:"M15 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M11 4h2",key:"svg-1"}],["path",{d:"M12 17v.01",key:"svg-2"}],["path",{d:"M19 16v3",key:"svg-3"}],["path",{d:"M19 22v.01",key:"svg-4"}]]),w0=createReactComponent("device-mobile-filled","IconDeviceMobileFilled",[["path",{d:"M16 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-8a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h8zm-4 14a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1 -12h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),w2=createReactComponent("device-mobile-heart","IconDeviceMobileHeart",[["path",{d:"M11.5 21h-3.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M11 4h2",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}]]),w3=createReactComponent("device-mobile-message","IconDeviceMobileMessage",[["path",{d:"M11 3h10v8h-3l-4 2v-2h-3z",key:"svg-0"}],["path",{d:"M15 16v4a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h2",key:"svg-1"}],["path",{d:"M10 18v.01",key:"svg-2"}]]),w5=createReactComponent("device-mobile-minus","IconDeviceMobileMinus",[["path",{d:"M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v10",key:"svg-0"}],["path",{d:"M11 4h2",key:"svg-1"}],["path",{d:"M12 17v.01",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}]]),w4=createReactComponent("device-mobile-off","IconDeviceMobileOff",[["path",{d:"M7.159 3.185c.256 -.119 .54 -.185 .841 -.185h8a2 2 0 0 1 2 2v9m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-13",key:"svg-0"}],["path",{d:"M11 4h2",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}],["path",{d:"M12 17v.01",key:"svg-3"}]]),w6=createReactComponent("device-mobile-pause","IconDeviceMobilePause",[["path",{d:"M13 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M17 17v5",key:"svg-1"}],["path",{d:"M21 17v5",key:"svg-2"}],["path",{d:"M11 4h2",key:"svg-3"}],["path",{d:"M12 17v.01",key:"svg-4"}]]),w9=createReactComponent("device-mobile-pin","IconDeviceMobilePin",[["path",{d:"M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M11 4h2",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}],["path",{d:"M12 17v.01",key:"svg-4"}]]),w7=createReactComponent("device-mobile-plus","IconDeviceMobilePlus",[["path",{d:"M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M11 4h2",key:"svg-3"}],["path",{d:"M12 17v.01",key:"svg-4"}]]),w8=createReactComponent("device-mobile-question","IconDeviceMobileQuestion",[["path",{d:"M15 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}],["path",{d:"M11 4h2",key:"svg-3"}],["path",{d:"M12 17v.01",key:"svg-4"}]]),Pe=createReactComponent("device-mobile-rotated","IconDeviceMobileRotated",[["path",{d:"M3 6m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M20 11v2",key:"svg-1"}],["path",{d:"M7 12h-.01",key:"svg-2"}]]),Pt=createReactComponent("device-mobile-search","IconDeviceMobileSearch",[["path",{d:"M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}],["path",{d:"M11 4h2",key:"svg-3"}],["path",{d:"M12 17v.01",key:"svg-4"}]]),Pa=createReactComponent("device-mobile-share","IconDeviceMobileShare",[["path",{d:"M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M11 4h2",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}],["path",{d:"M12 17v.01",key:"svg-4"}]]),Pn=createReactComponent("device-mobile-star","IconDeviceMobileStar",[["path",{d:"M11 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M11 4h2",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),Pr=createReactComponent("device-mobile-up","IconDeviceMobileUp",[["path",{d:"M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}],["path",{d:"M11 4h2",key:"svg-3"}],["path",{d:"M12 17v.01",key:"svg-4"}]]),Po=createReactComponent("device-mobile-vibration","IconDeviceMobileVibration",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M8 4l2 0",key:"svg-1"}],["path",{d:"M9 17l0 .01",key:"svg-2"}],["path",{d:"M21 6l-2 3l2 3l-2 3l2 3",key:"svg-3"}]]),Pl=createReactComponent("device-mobile-x","IconDeviceMobileX",[["path",{d:"M13 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}],["path",{d:"M11 4h2",key:"svg-3"}],["path",{d:"M12 17v.01",key:"svg-4"}]]),Pc=createReactComponent("device-mobile","IconDeviceMobile",[["path",{d:"M6 5a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-14z",key:"svg-0"}],["path",{d:"M11 4h2",key:"svg-1"}],["path",{d:"M12 17v.01",key:"svg-2"}]]),Pi=createReactComponent("device-nintendo-off","IconDeviceNintendoOff",[["path",{d:"M4.713 4.718a4 4 0 0 0 -1.713 3.282v8a4 4 0 0 0 4 4h3v-10m0 -4v-2h-2",key:"svg-0"}],["path",{d:"M14 10v-6h3a4 4 0 0 1 4 4v8c0 .308 -.035 .608 -.1 .896m-1.62 2.39a3.982 3.982 0 0 1 -2.28 .714h-3v-6",key:"svg-1"}],["path",{d:"M6.5 8.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Ps=createReactComponent("device-nintendo","IconDeviceNintendo",[["path",{d:"M10 20v-16h-3a4 4 0 0 0 -4 4v8a4 4 0 0 0 4 4h3z",key:"svg-0"}],["path",{d:"M14 20v-16h3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-3z",key:"svg-1"}],["circle",{cx:"17.5",cy:"15.5",r:"1",fill:"currentColor",key:"svg-2"}],["circle",{cx:"6.5",cy:"8.5",r:"1",fill:"currentColor",key:"svg-3"}]]),Pd=createReactComponent("device-projector","IconDeviceProjector",[["path",{d:"M8 9a5 5 0 1 0 10 0a5 5 0 0 0 -10 0",key:"svg-0"}],["path",{d:"M9 6h-4a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-8a2 2 0 0 0 -2 -2h-2",key:"svg-1"}],["path",{d:"M6 15h1",key:"svg-2"}],["path",{d:"M7 18l-1 2",key:"svg-3"}],["path",{d:"M18 18l1 2",key:"svg-4"}]]),Pu=createReactComponent("device-remote","IconDeviceRemote",[["path",{d:"M12 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M7 3m0 2a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M12 3v2",key:"svg-2"}],["path",{d:"M10 15v.01",key:"svg-3"}],["path",{d:"M10 18v.01",key:"svg-4"}],["path",{d:"M14 18v.01",key:"svg-5"}],["path",{d:"M14 15v.01",key:"svg-6"}]]),Pp=createReactComponent("device-sd-card","IconDeviceSdCard",[["path",{d:"M7 21h10a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2h-6.172a2 2 0 0 0 -1.414 .586l-3.828 3.828a2 2 0 0 0 -.586 1.414v10.172a2 2 0 0 0 2 2z",key:"svg-0"}],["path",{d:"M13 6v2",key:"svg-1"}],["path",{d:"M16 6v2",key:"svg-2"}],["path",{d:"M10 7v1",key:"svg-3"}]]),Ph=createReactComponent("device-sim-1","IconDeviceSim1",[["path",{d:"M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M10 11l2 -2v8",key:"svg-1"}]]),Pv=createReactComponent("device-sim-2","IconDeviceSim2",[["path",{d:"M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M10 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),Pg=createReactComponent("device-sim-3","IconDeviceSim3",[["path",{d:"M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M10 9h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5",key:"svg-1"}]]),Py=createReactComponent("device-sim","IconDeviceSim",[["path",{d:"M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M9 11h3v6",key:"svg-1"}],["path",{d:"M15 17v.01",key:"svg-2"}],["path",{d:"M15 14v.01",key:"svg-3"}],["path",{d:"M15 11v.01",key:"svg-4"}],["path",{d:"M9 14v.01",key:"svg-5"}],["path",{d:"M9 17v.01",key:"svg-6"}]]),Pf=createReactComponent("device-speaker-off","IconDeviceSpeakerOff",[["path",{d:"M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14",key:"svg-0"}],["path",{d:"M11.114 11.133a3 3 0 1 0 3.754 3.751",key:"svg-1"}],["path",{d:"M12 7v.01",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Pm=createReactComponent("device-speaker","IconDeviceSpeaker",[["path",{d:"M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 14m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M12 7l0 .01",key:"svg-2"}]]),Pk=createReactComponent("device-tablet-bolt","IconDeviceTabletBolt",[["path",{d:"M13.5 21h-7.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-1"}],["path",{d:"M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-2"}]]),PM=createReactComponent("device-tablet-cancel","IconDeviceTabletCancel",[["path",{d:"M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}],["path",{d:"M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-3"}]]),Pb=createReactComponent("device-tablet-check","IconDeviceTabletCheck",[["path",{d:"M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9.5",key:"svg-0"}],["path",{d:"M12.314 16.05a1 1 0 0 0 -1.042 1.635",key:"svg-1"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-2"}]]),PI=createReactComponent("device-tablet-code","IconDeviceTabletCode",[["path",{d:"M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9",key:"svg-0"}],["path",{d:"M12.344 16.06a1 1 0 0 0 -1.07 1.627",key:"svg-1"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-3"}]]),PC=createReactComponent("device-tablet-cog","IconDeviceTabletCog",[["path",{d:"M12 21h-6a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7.5",key:"svg-0"}],["path",{d:"M12 16a1 1 0 0 0 0 2",key:"svg-1"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19.001 15.5v1.5",key:"svg-3"}],["path",{d:"M19.001 21v1.5",key:"svg-4"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-5"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-6"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-7"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-8"}]]),Px=createReactComponent("device-tablet-dollar","IconDeviceTabletDollar",[["path",{d:"M13 21h-7a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v6",key:"svg-0"}],["path",{d:"M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-3"}]]),PR=createReactComponent("device-tablet-down","IconDeviceTabletDown",[["path",{d:"M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}],["path",{d:"M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-3"}]]),PS=createReactComponent("device-tablet-exclamation","IconDeviceTabletExclamation",[["path",{d:"M15 21h-9a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),P_=createReactComponent("device-tablet-filled","IconDeviceTabletFilled",[["path",{d:"M18 2a2 2 0 0 1 1.995 1.85l.005 .15v16a2 2 0 0 1 -1.85 1.995l-.15 .005h-12a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-16a2 2 0 0 1 1.85 -1.995l.15 -.005h12zm-6 13a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Pw=createReactComponent("device-tablet-heart","IconDeviceTabletHeart",[["path",{d:"M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7",key:"svg-0"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-1"}]]),PP=createReactComponent("device-tablet-minus","IconDeviceTabletMinus",[["path",{d:"M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v11",key:"svg-0"}],["path",{d:"M12.872 16.51a1 1 0 1 0 -.872 1.49",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}]]),PO=createReactComponent("device-tablet-off","IconDeviceTabletOff",[["path",{d:"M7 3h11a1 1 0 0 1 1 1v11m0 4v1a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-15",key:"svg-0"}],["path",{d:"M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),PF=createReactComponent("device-tablet-pause","IconDeviceTabletPause",[["path",{d:"M13 21h-7a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9.5",key:"svg-0"}],["path",{d:"M17 17v5",key:"svg-1"}],["path",{d:"M21 17v5",key:"svg-2"}],["path",{d:"M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-3"}]]),Pz=createReactComponent("device-tablet-pin","IconDeviceTabletPin",[["path",{d:"M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7",key:"svg-0"}],["path",{d:"M12 16a1 1 0 0 0 0 2",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}]]),PD=createReactComponent("device-tablet-plus","IconDeviceTabletPlus",[["path",{d:"M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-3"}]]),PA=createReactComponent("device-tablet-question","IconDeviceTabletQuestion",[["path",{d:"M15 21h-9a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}],["path",{d:"M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-3"}]]),Pj=createReactComponent("device-tablet-search","IconDeviceTabletSearch",[["path",{d:"M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}]]),PE=createReactComponent("device-tablet-share","IconDeviceTabletShare",[["path",{d:"M12 21h-6a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9",key:"svg-0"}],["path",{d:"M12.57 16.178a1 1 0 1 0 .016 1.633",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}]]),PT=createReactComponent("device-tablet-star","IconDeviceTabletStar",[["path",{d:"M11 21h-5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v6",key:"svg-0"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}]]),PB=createReactComponent("device-tablet-up","IconDeviceTabletUp",[["path",{d:"M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8",key:"svg-0"}],["path",{d:"M12.906 16.576a1 1 0 1 0 -.906 1.424",key:"svg-1"}],["path",{d:"M19 22v-6",key:"svg-2"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-3"}]]),PN=createReactComponent("device-tablet-x","IconDeviceTabletX",[["path",{d:"M13 21h-7a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9.5",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}],["path",{d:"M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-3"}]]),P$=createReactComponent("device-tablet","IconDeviceTablet",[["path",{d:"M5 4a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16z",key:"svg-0"}],["path",{d:"M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}]]),PL=createReactComponent("device-tv-off","IconDeviceTvOff",[["path",{d:"M11 7h8a2 2 0 0 1 2 2v8m-1.178 2.824c-.25 .113 -.529 .176 -.822 .176h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M16 3l-4 4l-4 -4",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),PW=createReactComponent("device-tv-old","IconDeviceTvOld",[["path",{d:"M3 7m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M16 3l-4 4l-4 -4",key:"svg-1"}],["path",{d:"M15 7v13",key:"svg-2"}],["path",{d:"M18 15v.01",key:"svg-3"}],["path",{d:"M18 12v.01",key:"svg-4"}]]),PH=createReactComponent("device-tv","IconDeviceTv",[["path",{d:"M3 7m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M16 3l-4 4l-4 -4",key:"svg-1"}]]),PV=createReactComponent("device-usb","IconDeviceUsb",[["path",{d:"M8 8h8v9a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-9z",key:"svg-0"}],["path",{d:"M10 8v-4h4v4",key:"svg-1"}]]),Pq=createReactComponent("device-vision-pro","IconDeviceVisionPro",[["path",{d:"M12 7c1.143 0 2.235 .035 3.275 .104c1.017 .068 1.95 .207 2.798 .42c.813 .203 1.52 .505 2.119 .909a3.903 3.903 0 0 1 1.328 1.531c.326 .657 .48 1.48 .48 2.466c0 1.006 -.189 1.91 -.574 2.707c-.375 .779 -.886 1.396 -1.537 1.848a3.696 3.696 0 0 1 -2.16 .66c-.509 0 -.97 -.068 -1.382 -.21a5.84 5.84 0 0 1 -1.17 -.548a18.45 18.45 0 0 1 -1.045 -.695a9.104 9.104 0 0 0 -1.001 -.63a2.376 2.376 0 0 0 -1.13 -.301c-.373 0 -.75 .097 -1.132 .3c-.316 .17 -.65 .38 -1 .63c-.322 .23 -.67 .462 -1.047 .695a5.78 5.78 0 0 1 -1.168 .548c-.413 .142 -.872 .21 -1.378 .21a3.706 3.706 0 0 1 -2.165 -.659c-.651 -.452 -1.162 -1.07 -1.537 -1.848c-.385 -.798 -.574 -1.7 -.574 -2.709c-.004 -.98 .15 -1.802 .477 -2.46a3.897 3.897 0 0 1 1.33 -1.531c.6 -.403 1.307 -.704 2.12 -.907a16.088 16.088 0 0 1 2.8 -.423c1.04 -.071 2.13 -.107 3.273 -.107z",key:"svg-0"}]]),PU=createReactComponent("device-watch-bolt","IconDeviceWatchBolt",[["path",{d:"M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3",key:"svg-0"}],["path",{d:"M9 18v3h4.5",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-3"}]]),PG=createReactComponent("device-watch-cancel","IconDeviceWatchCancel",[["path",{d:"M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3",key:"svg-0"}],["path",{d:"M9 18v3h3",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M17 21l4 -4",key:"svg-4"}]]),PX=createReactComponent("device-watch-check","IconDeviceWatchCheck",[["path",{d:"M11 18h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v5.5",key:"svg-0"}],["path",{d:"M9 18v3h2.5",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-3"}]]),PK=createReactComponent("device-watch-code","IconDeviceWatchCode",[["path",{d:"M11 18h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4",key:"svg-0"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-2"}],["path",{d:"M9 18v3h3",key:"svg-3"}],["path",{d:"M9 6v-3h6v3",key:"svg-4"}]]),PY=createReactComponent("device-watch-cog","IconDeviceWatchCog",[["path",{d:"M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2.5",key:"svg-0"}],["path",{d:"M9 18v3h3",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M19.001 15.5v1.5",key:"svg-4"}],["path",{d:"M19.001 21v1.5",key:"svg-5"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-6"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-7"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-8"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-9"}]]),PZ=createReactComponent("device-watch-dollar","IconDeviceWatchDollar",[["path",{d:"M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v1",key:"svg-0"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-1"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-2"}],["path",{d:"M9 18v3h4",key:"svg-3"}],["path",{d:"M9 6v-3h6v3",key:"svg-4"}]]),PQ=createReactComponent("device-watch-down","IconDeviceWatchDown",[["path",{d:"M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3",key:"svg-0"}],["path",{d:"M9 18v3h3.5",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-4"}]]),PJ=createReactComponent("device-watch-exclamation","IconDeviceWatchExclamation",[["path",{d:"M15 18h-6a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3",key:"svg-0"}],["path",{d:"M9 18v3h6v-3",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M19 16v3",key:"svg-3"}],["path",{d:"M19 22v.01",key:"svg-4"}]]),P1=createReactComponent("device-watch-heart","IconDeviceWatchHeart",[["path",{d:"M10 18h-1a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2",key:"svg-0"}],["path",{d:"M9 18v3h2.5",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-3"}]]),P0=createReactComponent("device-watch-minus","IconDeviceWatchMinus",[["path",{d:"M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6",key:"svg-0"}],["path",{d:"M9 18v3h3.5",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}]]),P2=createReactComponent("device-watch-off","IconDeviceWatchOff",[["path",{d:"M10 6h5a3 3 0 0 1 3 3v5m-.89 3.132a2.99 2.99 0 0 1 -2.11 .868h-6a3 3 0 0 1 -3 -3v-6c0 -.817 .327 -1.559 .857 -2.1",key:"svg-0"}],["path",{d:"M9 18v3h6v-3",key:"svg-1"}],["path",{d:"M9 5v-2h6v3",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),P3=createReactComponent("device-watch-pause","IconDeviceWatchPause",[["path",{d:"M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4",key:"svg-0"}],["path",{d:"M9 18v3h4",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M17 17v5",key:"svg-3"}],["path",{d:"M21 17v5",key:"svg-4"}]]),P5=createReactComponent("device-watch-pin","IconDeviceWatchPin",[["path",{d:"M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2",key:"svg-0"}],["path",{d:"M9 18v3h3.5",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-3"}],["path",{d:"M19 18v.01",key:"svg-4"}]]),P4=createReactComponent("device-watch-plus","IconDeviceWatchPlus",[["path",{d:"M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M9 18v3h3.5",key:"svg-3"}],["path",{d:"M9 6v-3h6v3",key:"svg-4"}]]),P6=createReactComponent("device-watch-question","IconDeviceWatchQuestion",[["path",{d:"M14 18h-5a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2",key:"svg-0"}],["path",{d:"M9 18v3h6v-2",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-4"}]]),P9=createReactComponent("device-watch-search","IconDeviceWatchSearch",[["path",{d:"M11 18h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}],["path",{d:"M9 18v3h3",key:"svg-3"}],["path",{d:"M9 6v-3h6v3",key:"svg-4"}]]),P7=createReactComponent("device-watch-share","IconDeviceWatchShare",[["path",{d:"M12.5 18h-3.5a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4",key:"svg-0"}],["path",{d:"M9 18v3h3",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M16 22l5 -5",key:"svg-3"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-4"}]]),P8=createReactComponent("device-watch-star","IconDeviceWatchStar",[["path",{d:"M10 18h-1a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v1",key:"svg-0"}],["path",{d:"M9 18v3h2",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-3"}]]),Oe=createReactComponent("device-watch-stats-2","IconDeviceWatchStats2",[["path",{d:"M6 6m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M9 18v3h6v-3",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M12 10a2 2 0 1 0 2 2",key:"svg-3"}]]),Ot=createReactComponent("device-watch-stats","IconDeviceWatchStats",[["path",{d:"M6 6m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M9 18v3h6v-3",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M9 14v-4",key:"svg-3"}],["path",{d:"M12 14v-1",key:"svg-4"}],["path",{d:"M15 14v-3",key:"svg-5"}]]),Oa=createReactComponent("device-watch-up","IconDeviceWatchUp",[["path",{d:"M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3",key:"svg-0"}],["path",{d:"M9 18v3h3.5",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M19 22v-6",key:"svg-3"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-4"}]]),On=createReactComponent("device-watch-x","IconDeviceWatchX",[["path",{d:"M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4",key:"svg-0"}],["path",{d:"M9 18v3h4",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M22 22l-5 -5",key:"svg-3"}],["path",{d:"M17 22l5 -5",key:"svg-4"}]]),Or=createReactComponent("device-watch","IconDeviceWatch",[["path",{d:"M6 9a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3v-6z",key:"svg-0"}],["path",{d:"M9 18v3h6v-3",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}]]),Oo=createReactComponent("devices-2","IconDevices2",[["path",{d:"M10 15h-6a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h6",key:"svg-0"}],["path",{d:"M13 4m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M7 19l3 0",key:"svg-2"}],["path",{d:"M17 8l0 .01",key:"svg-3"}],["path",{d:"M17 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}],["path",{d:"M9 15l0 4",key:"svg-5"}]]),Ol=createReactComponent("devices-bolt","IconDevicesBolt",[["path",{d:"M13 19v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9",key:"svg-1"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-2"}],["path",{d:"M16 9h2",key:"svg-3"}]]),Oc=createReactComponent("devices-cancel","IconDevicesCancel",[["path",{d:"M13 15.5v-6.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8",key:"svg-1"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M17 21l4 -4",key:"svg-3"}],["path",{d:"M16 9h2",key:"svg-4"}]]),Oi=createReactComponent("devices-check","IconDevicesCheck",[["path",{d:"M13 15.5v-6.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h7",key:"svg-1"}],["path",{d:"M16 9h2",key:"svg-2"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-3"}]]),Os=createReactComponent("devices-code","IconDevicesCode",[["path",{d:"M13 15.5v-6.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4m0 6a1 1 0 0 1 -1 1",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h7",key:"svg-1"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-3"}],["path",{d:"M16 9h2",key:"svg-4"}]]),Od=createReactComponent("devices-cog","IconDevicesCog",[["path",{d:"M13 14.5v-5.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8",key:"svg-1"}],["path",{d:"M16 9h2",key:"svg-2"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M19.001 15.5v1.5",key:"svg-4"}],["path",{d:"M19.001 21v1.5",key:"svg-5"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-6"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-7"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-8"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-9"}]]),Ou=createReactComponent("devices-dollar","IconDevicesDollar",[["path",{d:"M13 19v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v1.5",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9",key:"svg-1"}],["path",{d:"M16 9h2",key:"svg-2"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-3"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-4"}]]),Op=createReactComponent("devices-down","IconDevicesDown",[["path",{d:"M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-3"}],["path",{d:"M16 9h2",key:"svg-4"}]]),Oh=createReactComponent("devices-exclamation","IconDevicesExclamation",[["path",{d:"M15 20h-1a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9",key:"svg-1"}],["path",{d:"M16 9h2",key:"svg-2"}],["path",{d:"M19 16v3",key:"svg-3"}],["path",{d:"M19 22v.01",key:"svg-4"}]]),Ov=createReactComponent("devices-heart","IconDevicesHeart",[["path",{d:"M13 12v-3a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h6",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}],["path",{d:"M16 9h2",key:"svg-3"}]]),Og=createReactComponent("devices-minus","IconDevicesMinus",[["path",{d:"M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M16 9h2",key:"svg-3"}]]),Oy=createReactComponent("devices-off","IconDevicesOff",[["path",{d:"M13 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v8m-1 3h-6a1 1 0 0 1 -1 -1v-6",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-9m-4 0a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9",key:"svg-1"}],["path",{d:"M16 9h2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Of=createReactComponent("devices-pause","IconDevicesPause",[["path",{d:"M13 19v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9",key:"svg-1"}],["path",{d:"M17 17v5",key:"svg-2"}],["path",{d:"M21 17v5",key:"svg-3"}],["path",{d:"M16 9h2",key:"svg-4"}]]),Om=createReactComponent("devices-pc-off","IconDevicesPcOff",[["path",{d:"M9 9v10h-6v-14h2",key:"svg-0"}],["path",{d:"M13 9h9v7h-2m-4 0h-4v-4",key:"svg-1"}],["path",{d:"M14 19h5",key:"svg-2"}],["path",{d:"M17 17v2",key:"svg-3"}],["path",{d:"M6 13v.01",key:"svg-4"}],["path",{d:"M6 16v.01",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),Ok=createReactComponent("devices-pc","IconDevicesPc",[["path",{d:"M3 5h6v14h-6z",key:"svg-0"}],["path",{d:"M12 9h10v7h-10z",key:"svg-1"}],["path",{d:"M14 19h6",key:"svg-2"}],["path",{d:"M17 16v3",key:"svg-3"}],["path",{d:"M6 13v.01",key:"svg-4"}],["path",{d:"M6 16v.01",key:"svg-5"}]]),OM=createReactComponent("devices-pin","IconDevicesPin",[["path",{d:"M13 14v-5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}],["path",{d:"M16 9h2",key:"svg-4"}]]),Ob=createReactComponent("devices-plus","IconDevicesPlus",[["path",{d:"M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8",key:"svg-1"}],["path",{d:"M16 9h2",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),OI=createReactComponent("devices-question","IconDevicesQuestion",[["path",{d:"M15 20h-1a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-3"}],["path",{d:"M16 9h2",key:"svg-4"}]]),OC=createReactComponent("devices-search","IconDevicesSearch",[["path",{d:"M13 13v-4a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2.5",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h7",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}],["path",{d:"M16 9h2",key:"svg-4"}]]),Ox=createReactComponent("devices-share","IconDevicesShare",[["path",{d:"M13 15v-6a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}],["path",{d:"M16 9h2",key:"svg-4"}]]),OR=createReactComponent("devices-star","IconDevicesStar",[["path",{d:"M13 13v-4a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2.5",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h5.5",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}],["path",{d:"M16 9h2",key:"svg-3"}]]),OS=createReactComponent("devices-up","IconDevicesUp",[["path",{d:"M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8",key:"svg-1"}],["path",{d:"M19 22v-6",key:"svg-2"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-3"}],["path",{d:"M16 9h2",key:"svg-4"}]]),O_=createReactComponent("devices-x","IconDevicesX",[["path",{d:"M14 20a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9",key:"svg-1"}],["path",{d:"M16 9h2",key:"svg-2"}],["path",{d:"M22 22l-5 -5",key:"svg-3"}],["path",{d:"M17 22l5 -5",key:"svg-4"}]]),Ow=createReactComponent("devices","IconDevices",[["path",{d:"M13 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-10z",key:"svg-0"}],["path",{d:"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9",key:"svg-1"}],["path",{d:"M16 9h2",key:"svg-2"}]]),OP=createReactComponent("diabolo-off","IconDiaboloOff",[["path",{d:"M4.727 4.749c-.467 .38 -.727 .804 -.727 1.251c0 1.217 1.933 2.265 4.71 2.735m4.257 .243c3.962 -.178 7.033 -1.444 7.033 -2.978c0 -1.657 -3.582 -3 -8 -3c-1.66 0 -3.202 .19 -4.48 .514",key:"svg-0"}],["path",{d:"M4 6v.143a1 1 0 0 0 .048 .307l1.952 5.55l-1.964 5.67a1 1 0 0 0 -.036 .265v.065c0 1.657 3.582 3 8 3c3.218 0 5.992 -.712 7.262 -1.74m-.211 -4.227l-1.051 -3.033l1.952 -5.55a1 1 0 0 0 .048 -.307v-.143",key:"svg-1"}],["path",{d:"M6 12c0 1.105 2.686 2 6 2c.656 0 1.288 -.035 1.879 -.1m3.198 -.834c.585 -.308 .923 -.674 .923 -1.066",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),OO=createReactComponent("diabolo-plus","IconDiaboloPlus",[["path",{d:"M12 6m-8 0a8 3 0 1 0 16 0a8 3 0 1 0 -16 0",key:"svg-0"}],["path",{d:"M4 6v.143a1 1 0 0 0 .048 .307l1.952 5.55l-1.964 5.67a1 1 0 0 0 -.036 .265v.065c0 1.657 3.582 3 8 3c.17 0 .34 -.002 .508 -.006m5.492 -8.994l1.952 -5.55a1 1 0 0 0 .048 -.307v-.143",key:"svg-1"}],["path",{d:"M6 12c0 1.105 2.686 2 6 2s6 -.895 6 -2",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),OF=createReactComponent("diabolo","IconDiabolo",[["path",{d:"M12 6m-8 0a8 3 0 1 0 16 0a8 3 0 1 0 -16 0",key:"svg-0"}],["path",{d:"M4 6v.143a1 1 0 0 0 .048 .307l1.952 5.55l-1.964 5.67a1 1 0 0 0 -.036 .265v.065c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-.065a1 1 0 0 0 -.036 -.265l-1.964 -5.67l1.952 -5.55a1 1 0 0 0 .048 -.307v-.143",key:"svg-1"}],["path",{d:"M6 12c0 1.105 2.686 2 6 2s6 -.895 6 -2",key:"svg-2"}]]),Oz=createReactComponent("dialpad-filled","IconDialpadFilled",[["path",{d:"M6 2h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M20 2h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M13 2h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M6 9h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M20 9h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M13 9h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M13 16h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}]]),OD=createReactComponent("dialpad-off","IconDialpadOff",[["path",{d:"M7 7h-4v-4",key:"svg-0"}],["path",{d:"M17 3h4v4h-4z",key:"svg-1"}],["path",{d:"M10 6v-3h4v4h-3",key:"svg-2"}],["path",{d:"M3 10h4v4h-4z",key:"svg-3"}],["path",{d:"M17 13v-3h4v4h-3",key:"svg-4"}],["path",{d:"M14 14h-4v-4",key:"svg-5"}],["path",{d:"M10 17h4v4h-4z",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),OA=createReactComponent("dialpad","IconDialpad",[["path",{d:"M4 3h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M18 3h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z",key:"svg-1"}],["path",{d:"M11 3h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z",key:"svg-2"}],["path",{d:"M4 10h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z",key:"svg-3"}],["path",{d:"M18 10h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z",key:"svg-4"}],["path",{d:"M11 10h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z",key:"svg-5"}],["path",{d:"M11 17h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z",key:"svg-6"}]]),Oj=createReactComponent("diamond-filled","IconDiamondFilled",[["path",{d:"M18 4a1 1 0 0 1 .783 .378l.074 .108l3 5a1 1 0 0 1 -.032 1.078l-.08 .103l-8.53 9.533a1.7 1.7 0 0 1 -1.215 .51c-.4 0 -.785 -.14 -1.11 -.417l-.135 -.126l-8.5 -9.5a1 1 0 0 1 -.172 -1.067l.06 -.115l3.013 -5.022l.064 -.09a.982 .982 0 0 1 .155 -.154l.089 -.064l.088 -.05l.05 -.023l.06 -.025l.109 -.032l.112 -.02l.117 -.005h12zm-8.886 3.943a1 1 0 0 0 -1.371 .343l-.6 1l-.06 .116a1 1 0 0 0 .177 1.07l2 2.2l.09 .088a1 1 0 0 0 1.323 -.02l.087 -.09a1 1 0 0 0 -.02 -1.323l-1.501 -1.65l.218 -.363l.055 -.103a1 1 0 0 0 -.398 -1.268z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),OE=createReactComponent("diamond-off","IconDiamondOff",[["path",{d:"M9 5h9l3 5l-3.308 3.697m-1.883 2.104l-3.309 3.699a.7 .7 0 0 1 -1 0l-8.5 -9.5l2.62 -4.368",key:"svg-0"}],["path",{d:"M10 12l-2 -2.2l.6 -1",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),OT=createReactComponent("diamond","IconDiamond",[["path",{d:"M6 5h12l3 5l-8.5 9.5a.7 .7 0 0 1 -1 0l-8.5 -9.5l3 -5",key:"svg-0"}],["path",{d:"M10 12l-2 -2.2l.6 -1",key:"svg-1"}]]),OB=createReactComponent("diamonds-filled","IconDiamondsFilled",[["path",{d:"M12 2.005c-.777 0 -1.508 .367 -1.971 .99l-5.362 6.895c-.89 1.136 -.89 3.083 0 4.227l5.375 6.911a2.457 2.457 0 0 0 3.93 -.017l5.361 -6.894c.89 -1.136 .89 -3.083 0 -4.227l-5.375 -6.911a2.446 2.446 0 0 0 -1.958 -.974z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ON=createReactComponent("diamonds","IconDiamonds",[["path",{d:"M10.831 20.413l-5.375 -6.91c-.608 -.783 -.608 -2.223 0 -3l5.375 -6.911a1.457 1.457 0 0 1 2.338 0l5.375 6.91c.608 .783 .608 2.223 0 3l-5.375 6.911a1.457 1.457 0 0 1 -2.338 0z",key:"svg-0"}]]),O$=createReactComponent("dice-1-filled","IconDice1Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 8.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),OL=createReactComponent("dice-1","IconDice1",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["circle",{cx:"12",cy:"12",r:".5",fill:"currentColor",key:"svg-1"}]]),OW=createReactComponent("dice-2-filled","IconDice2Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.833 11a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-5 -5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),OH=createReactComponent("dice-2","IconDice2",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["circle",{cx:"9.5",cy:"9.5",r:".5",fill:"currentColor",key:"svg-1"}],["circle",{cx:"14.5",cy:"14.5",r:".5",fill:"currentColor",key:"svg-2"}]]),OV=createReactComponent("dice-3-filled","IconDice3Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Oq=createReactComponent("dice-3","IconDice3",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["circle",{cx:"8.5",cy:"8.5",r:".5",fill:"currentColor",key:"svg-1"}],["circle",{cx:"15.5",cy:"15.5",r:".5",fill:"currentColor",key:"svg-2"}],["circle",{cx:"12",cy:"12",r:".5",fill:"currentColor",key:"svg-3"}]]),OU=createReactComponent("dice-4-filled","IconDice4Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm0 -7a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),OG=createReactComponent("dice-4","IconDice4",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["circle",{cx:"8.5",cy:"8.5",r:".5",fill:"currentColor",key:"svg-1"}],["circle",{cx:"15.5",cy:"8.5",r:".5",fill:"currentColor",key:"svg-2"}],["circle",{cx:"15.5",cy:"15.5",r:".5",fill:"currentColor",key:"svg-3"}],["circle",{cx:"8.5",cy:"15.5",r:".5",fill:"currentColor",key:"svg-4"}]]),OX=createReactComponent("dice-5-filled","IconDice5Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),OK=createReactComponent("dice-5","IconDice5",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["circle",{cx:"8.5",cy:"8.5",r:".5",fill:"currentColor",key:"svg-1"}],["circle",{cx:"15.5",cy:"8.5",r:".5",fill:"currentColor",key:"svg-2"}],["circle",{cx:"15.5",cy:"15.5",r:".5",fill:"currentColor",key:"svg-3"}],["circle",{cx:"8.5",cy:"15.5",r:".5",fill:"currentColor",key:"svg-4"}],["circle",{cx:"12",cy:"12",r:".5",fill:"currentColor",key:"svg-5"}]]),OY=createReactComponent("dice-6-filled","IconDice6Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 13a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm0 -4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 -4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),OZ=createReactComponent("dice-6","IconDice6",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"svg-1"}],["circle",{cx:"15.5",cy:"7.5",r:".5",fill:"currentColor",key:"svg-2"}],["circle",{cx:"8.5",cy:"12",r:".5",fill:"currentColor",key:"svg-3"}],["circle",{cx:"15.5",cy:"12",r:".5",fill:"currentColor",key:"svg-4"}],["circle",{cx:"15.5",cy:"16.5",r:".5",fill:"currentColor",key:"svg-5"}],["circle",{cx:"8.5",cy:"16.5",r:".5",fill:"currentColor",key:"svg-6"}]]),OQ=createReactComponent("dice-filled","IconDiceFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm0 -7a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),OJ=createReactComponent("dice","IconDice",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["circle",{cx:"8.5",cy:"8.5",r:".5",fill:"currentColor",key:"svg-1"}],["circle",{cx:"15.5",cy:"8.5",r:".5",fill:"currentColor",key:"svg-2"}],["circle",{cx:"15.5",cy:"15.5",r:".5",fill:"currentColor",key:"svg-3"}],["circle",{cx:"8.5",cy:"15.5",r:".5",fill:"currentColor",key:"svg-4"}]]),O1=createReactComponent("dimensions","IconDimensions",[["path",{d:"M3 5h11",key:"svg-0"}],["path",{d:"M12 7l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M5 3l-2 2l2 2",key:"svg-2"}],["path",{d:"M19 10v11",key:"svg-3"}],["path",{d:"M17 19l2 2l2 -2",key:"svg-4"}],["path",{d:"M21 12l-2 -2l-2 2",key:"svg-5"}],["path",{d:"M3 10m0 2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2z",key:"svg-6"}]]),O0=createReactComponent("direction-horizontal","IconDirectionHorizontal",[["path",{d:"M10 9l-3 3l3 3",key:"svg-0"}],["path",{d:"M14 9l3 3l-3 3",key:"svg-1"}]]),O2=createReactComponent("direction-sign-filled","IconDirectionSignFilled",[["path",{d:"M10.52 2.614a2.095 2.095 0 0 1 2.835 -.117l.126 .117l7.905 7.905c.777 .777 .816 2.013 .117 2.836l-.117 .126l-7.905 7.905a2.094 2.094 0 0 1 -2.836 .117l-.126 -.117l-7.907 -7.906a2.096 2.096 0 0 1 -.115 -2.835l.117 -.126l7.905 -7.905zm5.969 9.535l.01 -.116l-.003 -.12l-.016 -.114l-.03 -.11l-.044 -.112l-.052 -.098l-.076 -.105l-.07 -.081l-3.5 -3.5l-.095 -.083a1 1 0 0 0 -1.226 0l-.094 .083l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l1.792 1.793h-5.085l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h5.085l-1.792 1.793l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l3.5 -3.5l.097 -.112l.05 -.074l.037 -.067l.05 -.112l.023 -.076l.025 -.117z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),O3=createReactComponent("direction-sign-off","IconDirectionSignOff",[["path",{d:"M18.73 14.724l1.949 -1.95a1.095 1.095 0 0 0 0 -1.548l-7.905 -7.905a1.095 1.095 0 0 0 -1.548 0l-1.95 1.95m-2.01 2.01l-3.945 3.945a1.095 1.095 0 0 0 0 1.548l7.905 7.905c.427 .428 1.12 .428 1.548 0l3.95 -3.95",key:"svg-0"}],["path",{d:"M8 12h4",key:"svg-1"}],["path",{d:"M13.748 13.752l-1.748 1.748",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),O5=createReactComponent("direction-sign","IconDirectionSign",[["path",{d:"M3.32 12.774l7.906 7.905c.427 .428 1.12 .428 1.548 0l7.905 -7.905a1.095 1.095 0 0 0 0 -1.548l-7.905 -7.905a1.095 1.095 0 0 0 -1.548 0l-7.905 7.905a1.095 1.095 0 0 0 0 1.548z",key:"svg-0"}],["path",{d:"M8 12h7.5",key:"svg-1"}],["path",{d:"M12 8.5l3.5 3.5l-3.5 3.5",key:"svg-2"}]]),O4=createReactComponent("direction","IconDirection",[["path",{d:"M9 10l3 -3l3 3",key:"svg-0"}],["path",{d:"M9 14l3 3l3 -3",key:"svg-1"}]]),O6=createReactComponent("directions-off","IconDirectionsOff",[["path",{d:"M12 21v-4",key:"svg-0"}],["path",{d:"M12 13v-1",key:"svg-1"}],["path",{d:"M12 5v-2",key:"svg-2"}],["path",{d:"M10 21h4",key:"svg-3"}],["path",{d:"M8 8v1h1m4 0h6l2 -2l-2 -2h-10",key:"svg-4"}],["path",{d:"M14 14v3h-8l-2 -2l2 -2h7",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),O9=createReactComponent("directions","IconDirections",[["path",{d:"M12 21v-4",key:"svg-0"}],["path",{d:"M12 13v-4",key:"svg-1"}],["path",{d:"M12 5v-2",key:"svg-2"}],["path",{d:"M10 21h4",key:"svg-3"}],["path",{d:"M8 5v4h11l2 -2l-2 -2z",key:"svg-4"}],["path",{d:"M14 13v4h-8l-2 -2l2 -2z",key:"svg-5"}]]),O7=createReactComponent("disabled-2","IconDisabled2",[["path",{d:"M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M9 11a5 5 0 1 0 3.95 7.95",key:"svg-1"}],["path",{d:"M19 20l-4 -5h-4l3 -5l-4 -3l-4 1",key:"svg-2"}]]),O8=createReactComponent("disabled-off","IconDisabledOff",[["path",{d:"M11 7a2 2 0 1 0 -2 -2",key:"svg-0"}],["path",{d:"M11 11v4h4l4 5",key:"svg-1"}],["path",{d:"M15 11h1",key:"svg-2"}],["path",{d:"M7 11.5a5 5 0 1 0 6 7.5",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),Fe=createReactComponent("disabled","IconDisabled",[["path",{d:"M11 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M11 7l0 8l4 0l4 5",key:"svg-1"}],["path",{d:"M11 11l5 0",key:"svg-2"}],["path",{d:"M7 11.5a5 5 0 1 0 6 7.5",key:"svg-3"}]]),Ft=createReactComponent("disc-golf","IconDiscGolf",[["path",{d:"M5 5h14",key:"svg-0"}],["path",{d:"M6 5c.32 6.744 2.74 9.246 6 10",key:"svg-1"}],["path",{d:"M18 5c-.32 6.744 -2.74 9.246 -6 10",key:"svg-2"}],["path",{d:"M10 5c0 4.915 .552 7.082 2 10",key:"svg-3"}],["path",{d:"M14 5c0 4.915 -.552 7.082 -2 10",key:"svg-4"}],["path",{d:"M12 15v6",key:"svg-5"}],["path",{d:"M12 3v2",key:"svg-6"}],["path",{d:"M7 16c.64 .64 1.509 1 2.414 1h5.172c.905 0 1.774 -.36 2.414 -1",key:"svg-7"}],["path",{d:"M11 21h2",key:"svg-8"}]]),Fa=createReactComponent("disc-off","IconDiscOff",[["path",{d:"M20.044 16.04a9 9 0 0 0 -12.082 -12.085m-2.333 1.688a9 9 0 0 0 6.371 15.357c2.491 0 4.73 -1 6.36 -2.631",key:"svg-0"}],["path",{d:"M11.298 11.288a1 1 0 1 0 1.402 1.427",key:"svg-1"}],["path",{d:"M7 12c0 -1.38 .559 -2.629 1.462 -3.534m2.607 -1.38c.302 -.056 .613 -.086 .931 -.086",key:"svg-2"}],["path",{d:"M12 17a4.985 4.985 0 0 0 3.551 -1.48m1.362 -2.587c.057 -.302 .087 -.614 .087 -.933",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),Fn=createReactComponent("disc","IconDisc",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M7 12a5 5 0 0 1 5 -5",key:"svg-2"}],["path",{d:"M12 17a5 5 0 0 0 5 -5",key:"svg-3"}]]),Fr=createReactComponent("discount-2-off","IconDiscount2Off",[["path",{d:"M9 15l3 -3m2 -2l1 -1",key:"svg-0"}],["path",{d:"M9.148 9.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142",key:"svg-1"}],["path",{d:"M14.148 14.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142",key:"svg-2"}],["path",{d:"M8.887 4.89a2.2 2.2 0 0 0 .863 -.53l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.528 .858m-.757 3.248a2.193 2.193 0 0 1 -1.555 .644h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1c0 -.604 .244 -1.152 .638 -1.55",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),Fo=createReactComponent("discount-2","IconDiscount2",[["path",{d:"M9 15l6 -6",key:"svg-0"}],["circle",{cx:"9.5",cy:"9.5",r:".5",fill:"currentColor",key:"svg-1"}],["circle",{cx:"14.5",cy:"14.5",r:".5",fill:"currentColor",key:"svg-2"}],["path",{d:"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7a2.2 2.2 0 0 0 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1a2.2 2.2 0 0 0 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1",key:"svg-3"}]]),Fl=createReactComponent("discount-check-filled","IconDiscountCheckFilled",[["path",{d:"M12.01 2.011a3.2 3.2 0 0 1 2.113 .797l.154 .145l.698 .698a1.2 1.2 0 0 0 .71 .341l.135 .008h1a3.2 3.2 0 0 1 3.195 3.018l.005 .182v1c0 .27 .092 .533 .258 .743l.09 .1l.697 .698a3.2 3.2 0 0 1 .147 4.382l-.145 .154l-.698 .698a1.2 1.2 0 0 0 -.341 .71l-.008 .135v1a3.2 3.2 0 0 1 -3.018 3.195l-.182 .005h-1a1.2 1.2 0 0 0 -.743 .258l-.1 .09l-.698 .697a3.2 3.2 0 0 1 -4.382 .147l-.154 -.145l-.698 -.698a1.2 1.2 0 0 0 -.71 -.341l-.135 -.008h-1a3.2 3.2 0 0 1 -3.195 -3.018l-.005 -.182v-1a1.2 1.2 0 0 0 -.258 -.743l-.09 -.1l-.697 -.698a3.2 3.2 0 0 1 -.147 -4.382l.145 -.154l.698 -.698a1.2 1.2 0 0 0 .341 -.71l.008 -.135v-1l.005 -.182a3.2 3.2 0 0 1 3.013 -3.013l.182 -.005h1a1.2 1.2 0 0 0 .743 -.258l.1 -.09l.698 -.697a3.2 3.2 0 0 1 2.269 -.944zm3.697 7.282a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Fc=createReactComponent("discount-check","IconDiscountCheck",[["path",{d:"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1",key:"svg-0"}],["path",{d:"M9 12l2 2l4 -4",key:"svg-1"}]]),Fi=createReactComponent("discount-off","IconDiscountOff",[["path",{d:"M9 15l3 -3m2 -2l1 -1",key:"svg-0"}],["path",{d:"M9.148 9.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142",key:"svg-1"}],["path",{d:"M14.148 14.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142",key:"svg-2"}],["path",{d:"M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),Fs=createReactComponent("discount","IconDiscount",[["path",{d:"M9 15l6 -6",key:"svg-0"}],["circle",{cx:"9.5",cy:"9.5",r:".5",fill:"currentColor",key:"svg-1"}],["circle",{cx:"14.5",cy:"14.5",r:".5",fill:"currentColor",key:"svg-2"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-3"}]]),Fd=createReactComponent("divide","IconDivide",[["circle",{cx:"12",cy:"6",r:"1",fill:"currentColor",key:"svg-0"}],["circle",{cx:"12",cy:"18",r:"1",fill:"currentColor",key:"svg-1"}],["path",{d:"M5 12l14 0",key:"svg-2"}]]),Fu=createReactComponent("dna-2-off","IconDna2Off",[["path",{d:"M17 3v1c-.007 2.46 -.91 4.554 -2.705 6.281m-2.295 1.719c-3.328 1.99 -5 4.662 -5.008 8.014v1",key:"svg-0"}],["path",{d:"M17 21.014v-1c0 -1.44 -.315 -2.755 -.932 -3.944m-4.068 -4.07c-1.903 -1.138 -3.263 -2.485 -4.082 -4.068",key:"svg-1"}],["path",{d:"M8 4h9",key:"svg-2"}],["path",{d:"M7 20h10",key:"svg-3"}],["path",{d:"M12 8h4",key:"svg-4"}],["path",{d:"M8 16h8",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),Fp=createReactComponent("dna-2","IconDna2",[["path",{d:"M17 3v1c-.01 3.352 -1.68 6.023 -5.008 8.014c-3.328 1.99 3.336 -2 .008 -.014c-3.328 1.99 -5 4.662 -5.008 8.014v1",key:"svg-0"}],["path",{d:"M17 21.014v-1c-.01 -3.352 -1.68 -6.023 -5.008 -8.014c-3.328 -1.99 3.336 2 .008 .014c-3.328 -1.991 -5 -4.662 -5.008 -8.014v-1",key:"svg-1"}],["path",{d:"M7 4h10",key:"svg-2"}],["path",{d:"M7 20h10",key:"svg-3"}],["path",{d:"M8 8h8",key:"svg-4"}],["path",{d:"M8 16h8",key:"svg-5"}]]),Fh=createReactComponent("dna-off","IconDnaOff",[["path",{d:"M16 12a3.898 3.898 0 0 0 -1.172 -2.828a4.027 4.027 0 0 0 -2.828 -1.172m-2.828 1.172a4 4 0 1 0 5.656 5.656",key:"svg-0"}],["path",{d:"M9.172 20.485a4 4 0 1 0 -5.657 -5.657",key:"svg-1"}],["path",{d:"M14.828 3.515a4 4 0 1 0 5.657 5.657",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Fv=createReactComponent("dna","IconDna",[["path",{d:"M14.828 14.828a4 4 0 1 0 -5.656 -5.656a4 4 0 0 0 5.656 5.656z",key:"svg-0"}],["path",{d:"M9.172 20.485a4 4 0 1 0 -5.657 -5.657",key:"svg-1"}],["path",{d:"M14.828 3.515a4 4 0 0 0 5.657 5.657",key:"svg-2"}]]),Fg=createReactComponent("dog-bowl","IconDogBowl",[["path",{d:"M10 15l5.586 -5.585a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-3.587 3.586",key:"svg-0"}],["path",{d:"M12 13l-3.586 -3.585a2 2 0 1 0 -3.414 -1.415a2 2 0 1 0 1.413 3.414l3.587 3.586",key:"svg-1"}],["path",{d:"M3 20h18c-.175 -1.671 -.046 -3.345 -2 -5h-14c-1.333 1 -2 2.667 -2 5z",key:"svg-2"}]]),Fy=createReactComponent("dog","IconDog",[["path",{d:"M11 5h2",key:"svg-0"}],["path",{d:"M19 12c-.667 5.333 -2.333 8 -5 8h-4c-2.667 0 -4.333 -2.667 -5 -8",key:"svg-1"}],["path",{d:"M11 16c0 .667 .333 1 1 1s1 -.333 1 -1h-2z",key:"svg-2"}],["path",{d:"M12 18v2",key:"svg-3"}],["path",{d:"M10 11v.01",key:"svg-4"}],["path",{d:"M14 11v.01",key:"svg-5"}],["path",{d:"M5 4l6 .97l-6.238 6.688a1.021 1.021 0 0 1 -1.41 .111a.953 .953 0 0 1 -.327 -.954l1.975 -6.815z",key:"svg-6"}],["path",{d:"M19 4l-6 .97l6.238 6.688c.358 .408 .989 .458 1.41 .111a.953 .953 0 0 0 .327 -.954l-1.975 -6.815z",key:"svg-7"}]]),Ff=createReactComponent("door-enter","IconDoorEnter",[["path",{d:"M13 12v.01",key:"svg-0"}],["path",{d:"M3 21h18",key:"svg-1"}],["path",{d:"M5 21v-16a2 2 0 0 1 2 -2h6m4 10.5v7.5",key:"svg-2"}],["path",{d:"M21 7h-7m3 -3l-3 3l3 3",key:"svg-3"}]]),Fm=createReactComponent("door-exit","IconDoorExit",[["path",{d:"M13 12v.01",key:"svg-0"}],["path",{d:"M3 21h18",key:"svg-1"}],["path",{d:"M5 21v-16a2 2 0 0 1 2 -2h7.5m2.5 10.5v7.5",key:"svg-2"}],["path",{d:"M14 7h7m-3 -3l3 3l-3 3",key:"svg-3"}]]),Fk=createReactComponent("door-off","IconDoorOff",[["path",{d:"M3 21h18",key:"svg-0"}],["path",{d:"M6 21v-15",key:"svg-1"}],["path",{d:"M7.18 3.175c.25 -.112 .528 -.175 .82 -.175h8a2 2 0 0 1 2 2v9",key:"svg-2"}],["path",{d:"M18 18v3",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),FM=createReactComponent("door","IconDoor",[["path",{d:"M14 12v.01",key:"svg-0"}],["path",{d:"M3 21h18",key:"svg-1"}],["path",{d:"M6 21v-16a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v16",key:"svg-2"}]]),Fb=createReactComponent("dots-circle-horizontal","IconDotsCircleHorizontal",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M8 12l0 .01",key:"svg-1"}],["path",{d:"M12 12l0 .01",key:"svg-2"}],["path",{d:"M16 12l0 .01",key:"svg-3"}]]),FI=createReactComponent("dots-diagonal-2","IconDotsDiagonal2",[["path",{d:"M7 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M17 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}]]),FC=createReactComponent("dots-diagonal","IconDotsDiagonal",[["path",{d:"M7 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M17 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}]]),Fx=createReactComponent("dots-vertical","IconDotsVertical",[["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M12 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M12 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}]]),FR=createReactComponent("dots","IconDots",[["path",{d:"M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}]]),FS=createReactComponent("download-off","IconDownloadOff",[["path",{d:"M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 1.83 -1.19",key:"svg-0"}],["path",{d:"M7 11l5 5l2 -2m2 -2l1 -1",key:"svg-1"}],["path",{d:"M12 4v4m0 4v4",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),F_=createReactComponent("download","IconDownload",[["path",{d:"M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2",key:"svg-0"}],["path",{d:"M7 11l5 5l5 -5",key:"svg-1"}],["path",{d:"M12 4l0 12",key:"svg-2"}]]),Fw=createReactComponent("drag-drop-2","IconDragDrop2",[["path",{d:"M8 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 4l0 .01",key:"svg-1"}],["path",{d:"M8 4l0 .01",key:"svg-2"}],["path",{d:"M12 4l0 .01",key:"svg-3"}],["path",{d:"M16 4l0 .01",key:"svg-4"}],["path",{d:"M4 8l0 .01",key:"svg-5"}],["path",{d:"M4 12l0 .01",key:"svg-6"}],["path",{d:"M4 16l0 .01",key:"svg-7"}]]),FP=createReactComponent("drag-drop","IconDragDrop",[["path",{d:"M19 11v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2",key:"svg-0"}],["path",{d:"M13 13l9 3l-4 2l-2 4l-3 -9",key:"svg-1"}],["path",{d:"M3 3l0 .01",key:"svg-2"}],["path",{d:"M7 3l0 .01",key:"svg-3"}],["path",{d:"M11 3l0 .01",key:"svg-4"}],["path",{d:"M15 3l0 .01",key:"svg-5"}],["path",{d:"M3 7l0 .01",key:"svg-6"}],["path",{d:"M3 11l0 .01",key:"svg-7"}],["path",{d:"M3 15l0 .01",key:"svg-8"}]]),FO=createReactComponent("drone-off","IconDroneOff",[["path",{d:"M14 14h-4v-4",key:"svg-0"}],["path",{d:"M10 10l-3.5 -3.5",key:"svg-1"}],["path",{d:"M9.957 5.95a3.503 3.503 0 0 0 -2.917 -2.91m-3.02 .989a3.5 3.5 0 0 0 1.98 5.936",key:"svg-2"}],["path",{d:"M14 10l3.5 -3.5",key:"svg-3"}],["path",{d:"M18 9.965a3.5 3.5 0 1 0 -3.966 -3.965",key:"svg-4"}],["path",{d:"M14 14l3.5 3.5",key:"svg-5"}],["path",{d:"M14.035 18a3.5 3.5 0 0 0 5.936 1.98m.987 -3.026a3.503 3.503 0 0 0 -2.918 -2.913",key:"svg-6"}],["path",{d:"M10 14l-3.5 3.5",key:"svg-7"}],["path",{d:"M6 14.035a3.5 3.5 0 1 0 3.966 3.965",key:"svg-8"}],["path",{d:"M3 3l18 18",key:"svg-9"}]]),FF=createReactComponent("drone","IconDrone",[["path",{d:"M10 10h4v4h-4z",key:"svg-0"}],["path",{d:"M10 10l-3.5 -3.5",key:"svg-1"}],["path",{d:"M9.96 6a3.5 3.5 0 1 0 -3.96 3.96",key:"svg-2"}],["path",{d:"M14 10l3.5 -3.5",key:"svg-3"}],["path",{d:"M18 9.96a3.5 3.5 0 1 0 -3.96 -3.96",key:"svg-4"}],["path",{d:"M14 14l3.5 3.5",key:"svg-5"}],["path",{d:"M14.04 18a3.5 3.5 0 1 0 3.96 -3.96",key:"svg-6"}],["path",{d:"M10 14l-3.5 3.5",key:"svg-7"}],["path",{d:"M6 14.04a3.5 3.5 0 1 0 3.96 3.96",key:"svg-8"}]]),Fz=createReactComponent("drop-circle","IconDropCircle",[["path",{d:"M10.07 15.34c1.115 .88 2.74 .88 3.855 0c1.115 -.88 1.398 -2.388 .671 -3.575l-2.596 -3.765l-2.602 3.765c-.726 1.187 -.443 2.694 .672 3.575z",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),FD=createReactComponent("droplet-bolt","IconDropletBolt",[["path",{d:"M18.628 12.076a6.653 6.653 0 0 0 -.564 -1.199l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546c1.7 1.375 3.906 1.852 5.958 1.431",key:"svg-0"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-1"}]]),FA=createReactComponent("droplet-cancel","IconDropletCancel",[["path",{d:"M18.606 12.014a6.659 6.659 0 0 0 -.542 -1.137l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.154 7.154 0 0 0 4.826 1.572",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}]]),Fj=createReactComponent("droplet-check","IconDropletCheck",[["path",{d:"M18.967 13.594a6.568 6.568 0 0 0 -.903 -2.717l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.125 7.125 0 0 0 4.04 1.565",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}]]),FE=createReactComponent("droplet-code","IconDropletCode",[["path",{d:"M18.907 13.147a6.586 6.586 0 0 0 -.843 -2.27l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.123 7.123 0 0 0 3.99 1.561",key:"svg-0"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-2"}]]),FT=createReactComponent("droplet-cog","IconDropletCog",[["path",{d:"M18.421 11.56a6.702 6.702 0 0 0 -.357 -.683l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.144 7.144 0 0 0 4.518 1.58",key:"svg-0"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19.001 15.5v1.5",key:"svg-2"}],["path",{d:"M19.001 21v1.5",key:"svg-3"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-4"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-5"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-6"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-7"}]]),FB=createReactComponent("droplet-dollar","IconDropletDollar",[["path",{d:"M17.668 10.29l-4.493 -6.673c-.421 -.625 -1.288 -.803 -1.937 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.175 7.175 0 0 0 5.493 1.51",key:"svg-0"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-1"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-2"}]]),FN=createReactComponent("droplet-down","IconDropletDown",[["path",{d:"M18.602 12.003a6.66 6.66 0 0 0 -.538 -1.126l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.159 7.159 0 0 0 4.972 1.564",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}]]),F$=createReactComponent("droplet-exclamation","IconDropletExclamation",[["path",{d:"M18.602 12.004a6.66 6.66 0 0 0 -.538 -1.127l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546c2.142 1.734 5.092 2.04 7.519 .919",key:"svg-0"}],["path",{d:"M19 16v3",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}]]),FL=createReactComponent("droplet-filled","IconDropletFilled",[["path",{d:"M10.708 2.372a2.382 2.382 0 0 0 -.71 .686l-4.892 7.26c-1.981 3.314 -1.22 7.466 1.767 9.882c2.969 2.402 7.286 2.402 10.254 0c2.987 -2.416 3.748 -6.569 1.795 -9.836l-4.919 -7.306c-.722 -1.075 -2.192 -1.376 -3.295 -.686z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),FW=createReactComponent("droplet-half-2-filled","IconDropletHalf2Filled",[["path",{d:"M13.905 2.923l.098 .135l4.92 7.306a7.566 7.566 0 0 1 1.043 3.167l.024 .326c.007 .047 .01 .094 .01 .143l-.002 .06c.056 2.3 -.944 4.582 -2.87 6.14c-2.969 2.402 -7.286 2.402 -10.255 0c-1.904 -1.54 -2.904 -3.787 -2.865 -6.071a1.052 1.052 0 0 1 .013 -.333a7.66 7.66 0 0 1 .913 -3.176l.172 -.302l4.893 -7.26c.185 -.275 .426 -.509 .709 -.686c1.055 -.66 2.446 -.413 3.197 .55zm-2.06 1.107l-.077 .038l-.041 .03l-.037 .036l-.033 .042l-4.863 7.214a5.607 5.607 0 0 0 -.651 1.61h11.723a5.444 5.444 0 0 0 -.49 -1.313l-.141 -.251l-4.891 -7.261a.428 .428 0 0 0 -.5 -.145z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),FH=createReactComponent("droplet-half-2","IconDropletHalf2",[["path",{d:"M7.502 19.423c2.602 2.105 6.395 2.105 8.996 0c2.602 -2.105 3.262 -5.708 1.566 -8.546l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546z",key:"svg-0"}],["path",{d:"M5 14h14",key:"svg-1"}]]),FV=createReactComponent("droplet-half-filled","IconDropletHalfFilled",[["path",{d:"M12 2l.07 .003a2.41 2.41 0 0 1 1.825 .907l.108 .148l4.92 7.306c1.952 3.267 1.191 7.42 -1.796 9.836c-2.968 2.402 -7.285 2.402 -10.254 0c-2.917 -2.36 -3.711 -6.376 -1.901 -9.65l.134 -.232l4.893 -7.26c.185 -.275 .426 -.509 .709 -.686a2.426 2.426 0 0 1 1.066 -.36l.226 -.012zm-1 3.149l-4.206 6.24c-1.44 2.41 -.88 5.463 1.337 7.257a6.101 6.101 0 0 0 2.869 1.276v-14.773z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Fq=createReactComponent("droplet-half","IconDropletHalf",[["path",{d:"M7.502 19.423c2.602 2.105 6.395 2.105 8.996 0c2.602 -2.105 3.262 -5.708 1.566 -8.546l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546z",key:"svg-0"}],["path",{d:"M12 3v18",key:"svg-1"}]]),FU=createReactComponent("droplet-heart","IconDropletHeart",[["path",{d:"M18.288 11.282a6.734 6.734 0 0 0 -.224 -.405l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.117 7.117 0 0 0 3.824 1.548",key:"svg-0"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-1"}]]),FG=createReactComponent("droplet-minus","IconDropletMinus",[["path",{d:"M18.946 15.083a6.538 6.538 0 0 0 -.882 -4.206l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.163 7.163 0 0 0 5.089 1.555",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),FX=createReactComponent("droplet-off","IconDropletOff",[["path",{d:"M18.963 14.938a6.54 6.54 0 0 0 -.899 -4.06l-4.89 -7.26c-.42 -.626 -1.287 -.804 -1.936 -.398a1.376 1.376 0 0 0 -.41 .397l-1.282 1.9m-1.625 2.415l-1.986 2.946c-1.695 2.837 -1.035 6.44 1.567 8.545c2.602 2.105 6.395 2.105 8.996 0a6.83 6.83 0 0 0 1.376 -1.499",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),FK=createReactComponent("droplet-pause","IconDropletPause",[["path",{d:"M18.952 13.456a6.573 6.573 0 0 0 -.888 -2.579l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.176 7.176 0 0 0 5.517 1.507",key:"svg-0"}],["path",{d:"M17 17v5",key:"svg-1"}],["path",{d:"M21 17v5",key:"svg-2"}]]),FY=createReactComponent("droplet-pin","IconDropletPin",[["path",{d:"M18.064 10.877l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.163 7.163 0 0 0 5.102 1.554",key:"svg-0"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-1"}],["path",{d:"M19 18v.01",key:"svg-2"}]]),FZ=createReactComponent("droplet-plus","IconDropletPlus",[["path",{d:"M18.602 12.004a6.66 6.66 0 0 0 -.538 -1.127l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.16 7.16 0 0 0 5.033 1.56",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),FQ=createReactComponent("droplet-question","IconDropletQuestion",[["path",{d:"M18.064 10.877l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546c2.203 1.782 5.259 2.056 7.723 .82",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),FJ=createReactComponent("droplet-search","IconDropletSearch",[["path",{d:"M18.064 10.877l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.13 7.13 0 0 0 4.168 1.572",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}]]),F1=createReactComponent("droplet-share","IconDropletShare",[["path",{d:"M18.884 13.025a6.591 6.591 0 0 0 -.82 -2.148l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.125 7.125 0 0 0 4.498 1.58",key:"svg-0"}],["path",{d:"M16 22l5 -5",key:"svg-1"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-2"}]]),F0=createReactComponent("droplet-star","IconDropletStar",[["path",{d:"M17.496 10.034l-4.321 -6.417c-.421 -.625 -1.288 -.803 -1.937 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.106 7.106 0 0 0 3.547 1.517",key:"svg-0"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}]]),F2=createReactComponent("droplet-up","IconDropletUp",[["path",{d:"M18.6 11.998a6.66 6.66 0 0 0 -.536 -1.12l-4.89 -7.26c-.42 -.626 -1.287 -.804 -1.936 -.398a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.16 7.16 0 0 0 5.002 1.562",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}]]),F3=createReactComponent("droplet-x","IconDropletX",[["path",{d:"M18.953 13.467a6.572 6.572 0 0 0 -.889 -2.59l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.179 7.179 0 0 0 5.633 1.49",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}]]),F5=createReactComponent("droplet","IconDroplet",[["path",{d:"M7.502 19.423c2.602 2.105 6.395 2.105 8.996 0c2.602 -2.105 3.262 -5.708 1.566 -8.546l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546z",key:"svg-0"}]]),F4=createReactComponent("droplets","IconDroplets",[["path",{d:"M4.072 20.3a2.999 2.999 0 0 0 3.856 0a3.002 3.002 0 0 0 .67 -3.798l-2.095 -3.227a.6 .6 0 0 0 -1.005 0l-2.098 3.227a3.003 3.003 0 0 0 .671 3.798z",key:"svg-0"}],["path",{d:"M16.072 20.3a2.999 2.999 0 0 0 3.856 0a3.002 3.002 0 0 0 .67 -3.798l-2.095 -3.227a.6 .6 0 0 0 -1.005 0l-2.098 3.227a3.003 3.003 0 0 0 .671 3.798z",key:"svg-1"}],["path",{d:"M10.072 10.3a2.999 2.999 0 0 0 3.856 0a3.002 3.002 0 0 0 .67 -3.798l-2.095 -3.227a.6 .6 0 0 0 -1.005 0l-2.098 3.227a3.003 3.003 0 0 0 .671 3.798z",key:"svg-2"}]]),F6=createReactComponent("dual-screen","IconDualScreen",[["path",{d:"M5 4l8 3v15l-8 -3z",key:"svg-0"}],["path",{d:"M13 19h6v-15h-14",key:"svg-1"}]]),F9=createReactComponent("e-passport","IconEPassport",[["path",{d:"M2 5m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M9 12h-7",key:"svg-2"}],["path",{d:"M15 12h7",key:"svg-3"}]]),F7=createReactComponent("ear-off","IconEarOff",[["path",{d:"M6 10c0 -1.146 .277 -2.245 .78 -3.219m1.792 -2.208a7 7 0 0 1 10.428 9.027a10 10 0 0 1 -.633 .762m-2.045 1.96a8 8 0 0 0 -1.322 2.278a4.5 4.5 0 0 1 -6.8 1.4",key:"svg-0"}],["path",{d:"M11.42 7.414a3 3 0 0 1 4.131 4.13",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),F8=createReactComponent("ear","IconEar",[["path",{d:"M6 10a7 7 0 1 1 13 3.6a10 10 0 0 1 -2 2a8 8 0 0 0 -2 3a4.5 4.5 0 0 1 -6.8 1.4",key:"svg-0"}],["path",{d:"M10 10a3 3 0 1 1 5 2.2",key:"svg-1"}]]),ze=createReactComponent("ease-in-control-point","IconEaseInControlPoint",[["path",{d:"M3 19c8 0 18 -16 18 -16",key:"svg-0"}],["path",{d:"M17 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0z",key:"svg-1"}],["path",{d:"M17 19h-2",key:"svg-2"}],["path",{d:"M12 19h-2",key:"svg-3"}]]),zt=createReactComponent("ease-in-out-control-points","IconEaseInOutControlPoints",[["path",{d:"M17 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0z",key:"svg-0"}],["path",{d:"M17 20h-2",key:"svg-1"}],["path",{d:"M7 4a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z",key:"svg-2"}],["path",{d:"M7 4h2",key:"svg-3"}],["path",{d:"M14 4h-2",key:"svg-4"}],["path",{d:"M12 20h-2",key:"svg-5"}],["path",{d:"M3 20c8 0 10 -16 18 -16",key:"svg-6"}]]),za=createReactComponent("ease-in-out","IconEaseInOut",[["path",{d:"M3 20c8 0 10 -16 18 -16",key:"svg-0"}]]),zn=createReactComponent("ease-in","IconEaseIn",[["path",{d:"M3 20c8 0 18 -16 18 -16",key:"svg-0"}]]),zr=createReactComponent("ease-out-control-point","IconEaseOutControlPoint",[["path",{d:"M3 21s10 -16 18 -16",key:"svg-0"}],["path",{d:"M7 5a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z",key:"svg-1"}],["path",{d:"M7 5h2",key:"svg-2"}],["path",{d:"M14 5h-2",key:"svg-3"}]]),zo=createReactComponent("ease-out","IconEaseOut",[["path",{d:"M3 20s10 -16 18 -16",key:"svg-0"}]]),zl=createReactComponent("edit-circle-off","IconEditCircleOff",[["path",{d:"M10.507 10.498l-1.507 1.502v3h3l1.493 -1.498m2 -2.01l4.89 -4.907a2.1 2.1 0 0 0 -2.97 -2.97l-4.913 4.896",key:"svg-0"}],["path",{d:"M16 5l3 3",key:"svg-1"}],["path",{d:"M7.476 7.471a7 7 0 0 0 2.524 13.529a7 7 0 0 0 6.53 -4.474",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),zc=createReactComponent("edit-circle","IconEditCircle",[["path",{d:"M12 15l8.385 -8.415a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3z",key:"svg-0"}],["path",{d:"M16 5l3 3",key:"svg-1"}],["path",{d:"M9 7.07a7 7 0 0 0 1 13.93a7 7 0 0 0 6.929 -6",key:"svg-2"}]]),zi=createReactComponent("edit-off","IconEditOff",[["path",{d:"M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1",key:"svg-0"}],["path",{d:"M10.507 10.498l-1.507 1.502v3h3l1.493 -1.498m2 -2.01l4.89 -4.907a2.1 2.1 0 0 0 -2.97 -2.97l-4.913 4.896",key:"svg-1"}],["path",{d:"M16 5l3 3",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),zs=createReactComponent("edit","IconEdit",[["path",{d:"M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1",key:"svg-0"}],["path",{d:"M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z",key:"svg-1"}],["path",{d:"M16 5l3 3",key:"svg-2"}]]),zd=createReactComponent("egg-cracked","IconEggCracked",[["path",{d:"M19 14.083c0 4.154 -2.966 6.74 -7 6.917c-4.2 0 -7 -2.763 -7 -6.917c0 -5.538 3.5 -11.09 7 -11.083c3.5 .007 7 5.545 7 11.083z",key:"svg-0"}],["path",{d:"M12 3l-1.5 5l3.5 2.5l-2 3.5",key:"svg-1"}]]),zu=createReactComponent("egg-filled","IconEggFilled",[["path",{d:"M12.002 2c-4.173 -.008 -8.002 6.058 -8.002 12.083c0 4.708 3.25 7.917 8 7.917c4.727 -.206 8 -3.328 8 -7.917c0 -6.02 -3.825 -12.075 -7.998 -12.083z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),zp=createReactComponent("egg-fried","IconEggFried",[["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M14 3a5 5 0 0 1 4.872 6.13a3 3 0 0 1 .178 5.681a3 3 0 1 1 -4.684 3.626a5 5 0 1 1 -8.662 -5a5 5 0 1 1 4.645 -8.856a4.982 4.982 0 0 1 3.651 -1.585z",key:"svg-1"}]]),zh=createReactComponent("egg-off","IconEggOff",[["path",{d:"M17.927 17.934c-1.211 1.858 -3.351 2.953 -5.927 3.066c-4.2 0 -7 -2.763 -7 -6.917c0 -2.568 .753 -5.14 1.91 -7.158",key:"svg-0"}],["path",{d:"M8.642 4.628c1.034 -1.02 2.196 -1.63 3.358 -1.628c3.5 .007 7 5.545 7 11.083c0 .298 -.015 .587 -.045 .868",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),zv=createReactComponent("egg","IconEgg",[["path",{d:"M19 14.083c0 4.154 -2.966 6.74 -7 6.917c-4.2 0 -7 -2.763 -7 -6.917c0 -5.538 3.5 -11.09 7 -11.083c3.5 .007 7 5.545 7 11.083z",key:"svg-0"}]]),zg=createReactComponent("eggs","IconEggs",[["path",{d:"M13 22c-3 0 -4.868 -2.118 -5 -5c0 -3 2 -5 5 -5c4 0 8.01 2.5 8 5c0 2.5 -4 5 -8 5z",key:"svg-0"}],["path",{d:"M8 18c-3.03 -.196 -5 -2.309 -5 -5.38c0 -4.307 2.75 -8.625 5.5 -8.62c2.614 0 5.248 3.915 5.5 8",key:"svg-1"}]]),zy=createReactComponent("elevator-off","IconElevatorOff",[["path",{d:"M8 4h10a1 1 0 0 1 1 1v10m0 4a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-14",key:"svg-0"}],["path",{d:"M12 8l2 2",key:"svg-1"}],["path",{d:"M10 14l2 2l2 -2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),zf=createReactComponent("elevator","IconElevator",[["path",{d:"M5 4m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M10 10l2 -2l2 2",key:"svg-1"}],["path",{d:"M10 14l2 2l2 -2",key:"svg-2"}]]),zm=createReactComponent("emergency-bed","IconEmergencyBed",[["path",{d:"M16 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M8 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M4 8l2.1 2.8a3 3 0 0 0 2.4 1.2h11.5",key:"svg-2"}],["path",{d:"M10 6h4",key:"svg-3"}],["path",{d:"M12 4v4",key:"svg-4"}],["path",{d:"M12 12v2l-2.5 2.5",key:"svg-5"}],["path",{d:"M14.5 16.5l-2.5 -2.5",key:"svg-6"}]]),zk=createReactComponent("empathize-off","IconEmpathizeOff",[["path",{d:"M12 8a2.5 2.5 0 1 0 -2.5 -2.5",key:"svg-0"}],["path",{d:"M12.317 12.315l-.317 .317l-.728 -.727a3.088 3.088 0 1 0 -4.367 4.367l5.095 5.096l4.689 -4.69m1.324 -2.673a3.087 3.087 0 0 0 -3.021 -3.018",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),zM=createReactComponent("empathize","IconEmpathize",[["path",{d:"M12 5.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-0"}],["path",{d:"M12 21.368l5.095 -5.096a3.088 3.088 0 1 0 -4.367 -4.367l-.728 .727l-.728 -.727a3.088 3.088 0 1 0 -4.367 4.367l5.095 5.096z",key:"svg-1"}]]),zb=createReactComponent("emphasis","IconEmphasis",[["path",{d:"M16 5h-8v10h8m-1 -5h-7",key:"svg-0"}],["path",{d:"M6 20l0 .01",key:"svg-1"}],["path",{d:"M10 20l0 .01",key:"svg-2"}],["path",{d:"M14 20l0 .01",key:"svg-3"}],["path",{d:"M18 20l0 .01",key:"svg-4"}]]),zI=createReactComponent("engine-off","IconEngineOff",[["path",{d:"M3 10v6",key:"svg-0"}],["path",{d:"M12 5v3",key:"svg-1"}],["path",{d:"M10 5h4",key:"svg-2"}],["path",{d:"M5 13h-2",key:"svg-3"}],["path",{d:"M16 16h-1v2a1 1 0 0 1 -1 1h-3.465a1 1 0 0 1 -.832 -.445l-1.703 -2.555h-2v-6h2l.99 -.99m3.01 -1.01h1.382a1 1 0 0 1 .894 .553l1.448 2.894a1 1 0 0 0 .894 .553h1.382v-2h2a1 1 0 0 1 1 1v6",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),zC=createReactComponent("engine","IconEngine",[["path",{d:"M3 10v6",key:"svg-0"}],["path",{d:"M12 5v3",key:"svg-1"}],["path",{d:"M10 5h4",key:"svg-2"}],["path",{d:"M5 13h-2",key:"svg-3"}],["path",{d:"M6 10h2l2 -2h3.382a1 1 0 0 1 .894 .553l1.448 2.894a1 1 0 0 0 .894 .553h1.382v-2h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2v-2h-3v2a1 1 0 0 1 -1 1h-3.465a1 1 0 0 1 -.832 -.445l-1.703 -2.555h-2v-6z",key:"svg-4"}]]),zx=createReactComponent("equal-double","IconEqualDouble",[["path",{d:"M3 10h7",key:"svg-0"}],["path",{d:"M3 14h7",key:"svg-1"}],["path",{d:"M14 10h7",key:"svg-2"}],["path",{d:"M14 14h7",key:"svg-3"}]]),zR=createReactComponent("equal-not","IconEqualNot",[["path",{d:"M5 10h14",key:"svg-0"}],["path",{d:"M5 14h14",key:"svg-1"}],["path",{d:"M5 19l14 -14",key:"svg-2"}]]),zS=createReactComponent("equal","IconEqual",[["path",{d:"M5 10h14",key:"svg-0"}],["path",{d:"M5 14h14",key:"svg-1"}]]),z_=createReactComponent("eraser-off","IconEraserOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l5 -4.993m2.009 -2.01l3 -3a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41c-1.417 1.431 -2.406 2.432 -2.97 3m-2.02 2.043l-4.211 4.256",key:"svg-1"}],["path",{d:"M18 13.3l-6.3 -6.3",key:"svg-2"}]]),zw=createReactComponent("eraser","IconEraser",[["path",{d:"M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l10 -10a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41l-9.2 9.3",key:"svg-0"}],["path",{d:"M18 13.3l-6.3 -6.3",key:"svg-1"}]]),zP=createReactComponent("error-404-off","IconError404Off",[["path",{d:"M3 7v4a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M7 7v10",key:"svg-1"}],["path",{d:"M10 10v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2m0 -4v-2a1 1 0 0 0 -1 -1h-2",key:"svg-2"}],["path",{d:"M17 7v4a1 1 0 0 0 1 1h3",key:"svg-3"}],["path",{d:"M21 7v10",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),zO=createReactComponent("error-404","IconError404",[["path",{d:"M3 7v4a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M7 7v10",key:"svg-1"}],["path",{d:"M10 8v8a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1z",key:"svg-2"}],["path",{d:"M17 7v4a1 1 0 0 0 1 1h3",key:"svg-3"}],["path",{d:"M21 7v10",key:"svg-4"}]]),zF=createReactComponent("escalator-down","IconEscalatorDown",[["path",{d:"M4.5 7h2.733a2 2 0 0 1 1.337 .513l9.43 8.487h1.5a2.5 2.5 0 1 1 0 5h-2.733a2 2 0 0 1 -1.337 -.513l-9.43 -8.487h-1.5a2.5 2.5 0 1 1 0 -5z",key:"svg-0"}],["path",{d:"M18 3v7",key:"svg-1"}],["path",{d:"M15 7l3 3l3 -3",key:"svg-2"}]]),zz=createReactComponent("escalator-up","IconEscalatorUp",[["path",{d:"M19.5 7h-2.672a2 2 0 0 0 -1.414 .586l-8.414 8.414h-2.5a2.5 2.5 0 1 0 0 5h3.672a2 2 0 0 0 1.414 -.586l8.414 -8.414h1.5a2.5 2.5 0 1 0 0 -5z",key:"svg-0"}],["path",{d:"M6 10v-7",key:"svg-1"}],["path",{d:"M3 6l3 -3l3 3",key:"svg-2"}]]),zD=createReactComponent("escalator","IconEscalator",[["path",{d:"M19.5 5h-2.672a2 2 0 0 0 -1.414 .586l-8.414 8.414h-2.5a2.5 2.5 0 1 0 0 5h3.672a2 2 0 0 0 1.414 -.586l8.414 -8.414h1.5a2.5 2.5 0 0 0 0 -5z",key:"svg-0"}]]),zA=createReactComponent("exchange-off","IconExchangeOff",[["path",{d:"M5 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M19 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19 8v5c0 .594 -.104 1.164 -.294 1.692m-1.692 2.298a4.978 4.978 0 0 1 -3.014 1.01h-3l3 -3",key:"svg-2"}],["path",{d:"M14 21l-3 -3",key:"svg-3"}],["path",{d:"M5 16v-5c0 -1.632 .782 -3.082 1.992 -4m3.008 -1h3l-3 -3",key:"svg-4"}],["path",{d:"M11.501 7.499l1.499 -1.499",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),zj=createReactComponent("exchange","IconExchange",[["path",{d:"M5 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M19 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19 8v5a5 5 0 0 1 -5 5h-3l3 -3m0 6l-3 -3",key:"svg-2"}],["path",{d:"M5 16v-5a5 5 0 0 1 5 -5h3l-3 -3m0 6l3 -3",key:"svg-3"}]]),zE=createReactComponent("exclamation-circle","IconExclamationCircle",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 9v4",key:"svg-1"}],["path",{d:"M12 16v.01",key:"svg-2"}]]),zT=createReactComponent("exclamation-mark-off","IconExclamationMarkOff",[["path",{d:"M12 19v.01",key:"svg-0"}],["path",{d:"M12 15v-3m0 -4v-3",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),zB=createReactComponent("exclamation-mark","IconExclamationMark",[["path",{d:"M12 19v.01",key:"svg-0"}],["path",{d:"M12 15v-10",key:"svg-1"}]]),zN=createReactComponent("explicit-off","IconExplicitOff",[["path",{d:"M14 8h-2m-2 2v6h4",key:"svg-0"}],["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405",key:"svg-1"}],["path",{d:"M12 12h-2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),z$=createReactComponent("explicit","IconExplicit",[["path",{d:"M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M14 8h-4v8h4",key:"svg-1"}],["path",{d:"M14 12h-4",key:"svg-2"}]]),zL=createReactComponent("exposure-0","IconExposure0",[["path",{d:"M12 19a4 4 0 0 0 4 -4v-6a4 4 0 1 0 -8 0v6a4 4 0 0 0 4 4z",key:"svg-0"}]]),zW=createReactComponent("exposure-minus-1","IconExposureMinus1",[["path",{d:"M3 12h6",key:"svg-0"}],["path",{d:"M18 19v-14l-4 4",key:"svg-1"}]]),zH=createReactComponent("exposure-minus-2","IconExposureMinus2",[["path",{d:"M12 9a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 7.185h8",key:"svg-0"}],["path",{d:"M3 12h6",key:"svg-1"}]]),zV=createReactComponent("exposure-off","IconExposureOff",[["path",{d:"M4.6 19.4l7.4 -7.4m2 -2l5.4 -5.4",key:"svg-0"}],["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405",key:"svg-1"}],["path",{d:"M7 9h2v2",key:"svg-2"}],["path",{d:"M13 16h3",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),zq=createReactComponent("exposure-plus-1","IconExposurePlus1",[["path",{d:"M3 12h6",key:"svg-0"}],["path",{d:"M6 9v6",key:"svg-1"}],["path",{d:"M18 19v-14l-4 4",key:"svg-2"}]]),zU=createReactComponent("exposure-plus-2","IconExposurePlus2",[["path",{d:"M12 9a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 7.185h8",key:"svg-0"}],["path",{d:"M3 12h6",key:"svg-1"}],["path",{d:"M6 9v6",key:"svg-2"}]]),zG=createReactComponent("exposure","IconExposure",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4.6 19.4l14.8 -14.8",key:"svg-1"}],["path",{d:"M7 9h4m-2 -2v4",key:"svg-2"}],["path",{d:"M13 16l4 0",key:"svg-3"}]]),zX=createReactComponent("external-link-off","IconExternalLinkOff",[["path",{d:"M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1",key:"svg-0"}],["path",{d:"M10 14l2 -2m2.007 -2.007l6 -6",key:"svg-1"}],["path",{d:"M15 4h5v5",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),zK=createReactComponent("external-link","IconExternalLink",[["path",{d:"M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6",key:"svg-0"}],["path",{d:"M11 13l9 -9",key:"svg-1"}],["path",{d:"M15 4h5v5",key:"svg-2"}]]),zY=createReactComponent("eye-bolt","IconEyeBolt",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M13.1 17.936a9.28 9.28 0 0 1 -1.1 .064c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6",key:"svg-1"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-2"}]]),zZ=createReactComponent("eye-cancel","IconEyeCancel",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6",key:"svg-1"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M17 21l4 -4",key:"svg-3"}]]),zQ=createReactComponent("eye-check","IconEyeCheck",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M11.102 17.957c-3.204 -.307 -5.904 -2.294 -8.102 -5.957c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6a19.5 19.5 0 0 1 -.663 1.032",key:"svg-1"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-2"}]]),zJ=createReactComponent("eye-closed","IconEyeClosed",[["path",{d:"M21 9c-2.4 2.667 -5.4 4 -9 4c-3.6 0 -6.6 -1.333 -9 -4",key:"svg-0"}],["path",{d:"M3 15l2.5 -3.8",key:"svg-1"}],["path",{d:"M21 14.976l-2.492 -3.776",key:"svg-2"}],["path",{d:"M9 17l.5 -4",key:"svg-3"}],["path",{d:"M15 17l-.5 -4",key:"svg-4"}]]),z1=createReactComponent("eye-code","IconEyeCode",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M11.11 17.958c-3.209 -.307 -5.91 -2.293 -8.11 -5.958c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.21 .352 -.427 .688 -.647 1.008",key:"svg-1"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-3"}]]),z0=createReactComponent("eye-cog","IconEyeCog",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6",key:"svg-1"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19.001 15.5v1.5",key:"svg-3"}],["path",{d:"M19.001 21v1.5",key:"svg-4"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-5"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-6"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-7"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-8"}]]),z2=createReactComponent("eye-discount","IconEyeDiscount",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6",key:"svg-1"}],["path",{d:"M16 21l5 -5",key:"svg-2"}],["path",{d:"M21 21v.01",key:"svg-3"}],["path",{d:"M16 16v.01",key:"svg-4"}]]),z3=createReactComponent("eye-dollar","IconEyeDollar",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M13.193 17.924c-.39 .05 -.788 .076 -1.193 .076c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.005 0 5.592 1.394 7.761 4.181",key:"svg-1"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-3"}]]),z5=createReactComponent("eye-down","IconEyeDown",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-3"}]]),z4=createReactComponent("eye-edit","IconEyeEdit",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M11.192 17.966c-3.242 -.28 -5.972 -2.269 -8.192 -5.966c2.4 -4 5.4 -6 9 -6c3.326 0 6.14 1.707 8.442 5.122",key:"svg-1"}],["path",{d:"M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z",key:"svg-2"}]]),z6=createReactComponent("eye-exclamation","IconEyeExclamation",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M15.03 17.478a8.797 8.797 0 0 1 -3.03 .522c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6a20.48 20.48 0 0 1 -.258 .419",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),z9=createReactComponent("eye-filled","IconEyeFilled",[["path",{d:"M12 4c4.29 0 7.863 2.429 10.665 7.154l.22 .379l.045 .1l.03 .083l.014 .055l.014 .082l.011 .1v.11l-.014 .111a.992 .992 0 0 1 -.026 .11l-.039 .108l-.036 .075l-.016 .03c-2.764 4.836 -6.3 7.38 -10.555 7.499l-.313 .004c-4.396 0 -8.037 -2.549 -10.868 -7.504a1 1 0 0 1 0 -.992c2.831 -4.955 6.472 -7.504 10.868 -7.504zm0 5a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),z7=createReactComponent("eye-heart","IconEyeHeart",[["path",{d:"M13.905 11.39a2 2 0 1 0 -2.855 2.37",key:"svg-0"}],["path",{d:"M9.992 17.779c-2.722 -.621 -5.053 -2.547 -6.992 -5.779c2.4 -4 5.4 -6 9 -6c3.332 0 6.15 1.714 8.454 5.14",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}]]),z8=createReactComponent("eye-minus","IconEyeMinus",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.713 1.188 -1.478 2.199 -2.296 3.034",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}]]),De=createReactComponent("eye-off","IconEyeOff",[["path",{d:"M10.585 10.587a2 2 0 0 0 2.829 2.828",key:"svg-0"}],["path",{d:"M16.681 16.673a8.717 8.717 0 0 1 -4.681 1.327c-3.6 0 -6.6 -2 -9 -6c1.272 -2.12 2.712 -3.678 4.32 -4.674m2.86 -1.146a9.055 9.055 0 0 1 1.82 -.18c3.6 0 6.6 2 9 6c-.666 1.11 -1.379 2.067 -2.138 2.87",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),Dt=createReactComponent("eye-pause","IconEyePause",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M13.022 17.945a9.308 9.308 0 0 1 -1.022 .055c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.195 .325 -.394 .636 -.596 .935",key:"svg-1"}],["path",{d:"M17 17v5",key:"svg-2"}],["path",{d:"M21 17v5",key:"svg-3"}]]),Da=createReactComponent("eye-pin","IconEyePin",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.362 0 6.202 1.745 8.517 5.234",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}]]),Dn=createReactComponent("eye-plus","IconEyePlus",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}]]),Dr=createReactComponent("eye-question","IconEyeQuestion",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M14.071 17.764a8.989 8.989 0 0 1 -2.071 .236c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.346 0 6.173 1.727 8.482 5.182",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-3"}]]),Do=createReactComponent("eye-search","IconEyeSearch",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12 18c-.328 0 -.652 -.017 -.97 -.05c-3.172 -.332 -5.85 -2.315 -8.03 -5.95c2.4 -4 5.4 -6 9 -6c3.465 0 6.374 1.853 8.727 5.558",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),Dl=createReactComponent("eye-share","IconEyeShare",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12.597 17.981a9.467 9.467 0 0 1 -.597 .019c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.205 .342 -.415 .67 -.63 .983",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}]]),Dc=createReactComponent("eye-star","IconEyeStar",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M9.608 17.682c-2.558 -.71 -4.76 -2.603 -6.608 -5.682c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),Di=createReactComponent("eye-table","IconEyeTable",[["path",{d:"M8 18h-.011",key:"svg-0"}],["path",{d:"M12 18h-.011",key:"svg-1"}],["path",{d:"M16 18h-.011",key:"svg-2"}],["path",{d:"M4 3h16",key:"svg-3"}],["path",{d:"M5 3v17a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-17",key:"svg-4"}],["path",{d:"M14 7h-4",key:"svg-5"}],["path",{d:"M9 15h1",key:"svg-6"}],["path",{d:"M14 15h1",key:"svg-7"}],["path",{d:"M12 11v-4",key:"svg-8"}]]),Ds=createReactComponent("eye-up","IconEyeUp",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.09 .15 -.18 .295 -.27 .439",key:"svg-1"}],["path",{d:"M19 22v-6",key:"svg-2"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-3"}]]),Dd=createReactComponent("eye-x","IconEyeX",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M13.048 17.942a9.298 9.298 0 0 1 -1.048 .058c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6a17.986 17.986 0 0 1 -1.362 1.975",key:"svg-1"}],["path",{d:"M22 22l-5 -5",key:"svg-2"}],["path",{d:"M17 22l5 -5",key:"svg-3"}]]),Du=createReactComponent("eye","IconEye",[["path",{d:"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6",key:"svg-1"}]]),Dp=createReactComponent("eyeglass-2","IconEyeglass2",[["path",{d:"M8 4h-2l-3 10v2.5",key:"svg-0"}],["path",{d:"M16 4h2l3 10v2.5",key:"svg-1"}],["path",{d:"M10 16l4 0",key:"svg-2"}],["path",{d:"M17.5 16.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0",key:"svg-3"}],["path",{d:"M6.5 16.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0",key:"svg-4"}]]),Dh=createReactComponent("eyeglass-off","IconEyeglassOff",[["path",{d:"M5.536 5.546l-2.536 8.454",key:"svg-0"}],["path",{d:"M16 4h2l3 10",key:"svg-1"}],["path",{d:"M10 16h4",key:"svg-2"}],["path",{d:"M19.426 19.423a3.5 3.5 0 0 1 -5.426 -2.923v-2.5m4 0h3v2.5c0 .157 -.01 .312 -.03 .463",key:"svg-3"}],["path",{d:"M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),Dv=createReactComponent("eyeglass","IconEyeglass",[["path",{d:"M8 4h-2l-3 10",key:"svg-0"}],["path",{d:"M16 4h2l3 10",key:"svg-1"}],["path",{d:"M10 16l4 0",key:"svg-2"}],["path",{d:"M21 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5",key:"svg-3"}],["path",{d:"M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5",key:"svg-4"}]]),Dg=createReactComponent("face-id-error","IconFaceIdError",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M9 10h.01",key:"svg-4"}],["path",{d:"M15 10h.01",key:"svg-5"}],["path",{d:"M9.5 15.05a3.5 3.5 0 0 1 5 0",key:"svg-6"}]]),Dy=createReactComponent("face-id","IconFaceId",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M9 10l.01 0",key:"svg-4"}],["path",{d:"M15 10l.01 0",key:"svg-5"}],["path",{d:"M9.5 15a3.5 3.5 0 0 0 5 0",key:"svg-6"}]]),Df=createReactComponent("face-mask-off","IconFaceMaskOff",[["path",{d:"M5 14.5h-.222c-1.535 0 -2.778 -1.12 -2.778 -2.5s1.243 -2.5 2.778 -2.5h.222",key:"svg-0"}],["path",{d:"M19 14.5h.222c1.534 0 2.778 -1.12 2.778 -2.5s-1.244 -2.5 -2.778 -2.5h-.222",key:"svg-1"}],["path",{d:"M9 10h1m4 0h1",key:"svg-2"}],["path",{d:"M9 14h5",key:"svg-3"}],["path",{d:"M19 15v-6.49a2 2 0 0 0 -1.45 -1.923l-5 -1.429a2 2 0 0 0 -1.1 0l-1.788 .511m-3.118 .891l-.094 .027a2 2 0 0 0 -1.45 1.922v6.982a2 2 0 0 0 1.45 1.923l5 1.429a2 2 0 0 0 1.1 0l4.899 -1.4",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),Dm=createReactComponent("face-mask","IconFaceMask",[["path",{d:"M5 14.5h-.222c-1.535 0 -2.778 -1.12 -2.778 -2.5s1.243 -2.5 2.778 -2.5h.222",key:"svg-0"}],["path",{d:"M19 14.5h.222c1.534 0 2.778 -1.12 2.778 -2.5s-1.244 -2.5 -2.778 -2.5h-.222",key:"svg-1"}],["path",{d:"M9 10h6",key:"svg-2"}],["path",{d:"M9 14h6",key:"svg-3"}],["path",{d:"M12.55 18.843l5 -1.429a2 2 0 0 0 1.45 -1.923v-6.981a2 2 0 0 0 -1.45 -1.923l-5 -1.429a2 2 0 0 0 -1.1 0l-5 1.429a2 2 0 0 0 -1.45 1.922v6.982a2 2 0 0 0 1.45 1.923l5 1.429a2 2 0 0 0 1.1 0z",key:"svg-4"}]]),Dk=createReactComponent("fall","IconFall",[["path",{d:"M11 21l1 -5l-1 -4l-3 -4h4l3 -3",key:"svg-0"}],["path",{d:"M6 16l-1 -4l3 -4",key:"svg-1"}],["path",{d:"M6 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M13.5 12h2.5l4 2",key:"svg-3"}]]),DM=createReactComponent("feather-off","IconFeatherOff",[["path",{d:"M4 20l8 -8",key:"svg-0"}],["path",{d:"M14 5v5h5",key:"svg-1"}],["path",{d:"M9 11v4h4",key:"svg-2"}],["path",{d:"M6 13v5h5",key:"svg-3"}],["path",{d:"M6 13l3.502 -3.502m2.023 -2.023l2.475 -2.475",key:"svg-4"}],["path",{d:"M19 10c.638 -.636 1 -1.515 1 -2.486a3.515 3.515 0 0 0 -3.517 -3.514c-.97 0 -1.847 .367 -2.483 1",key:"svg-5"}],["path",{d:"M11 18l3.499 -3.499m2.008 -2.008l2.493 -2.493",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),Db=createReactComponent("feather","IconFeather",[["path",{d:"M4 20l10 -10m0 -5v5h5m-9 -1v5h5m-9 -1v5h5m-5 -5l4 -4l4 -4",key:"svg-0"}],["path",{d:"M19 10c.638 -.636 1 -1.515 1 -2.486a3.515 3.515 0 0 0 -3.517 -3.514c-.97 0 -1.847 .367 -2.483 1m-3 13l4 -4l4 -4",key:"svg-1"}]]),DI=createReactComponent("fence-off","IconFenceOff",[["path",{d:"M12 12h-8v4h12m4 0v-4h-4",key:"svg-0"}],["path",{d:"M6 16v4h4v-4",key:"svg-1"}],["path",{d:"M10 12v-2m0 -4l-2 -2m-2 2v6",key:"svg-2"}],["path",{d:"M14 16v4h4v-2",key:"svg-3"}],["path",{d:"M18 12v-6l-2 -2l-2 2v4",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),DC=createReactComponent("fence","IconFence",[["path",{d:"M4 12v4h16v-4z",key:"svg-0"}],["path",{d:"M6 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6",key:"svg-1"}],["path",{d:"M14 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6",key:"svg-2"}]]),Dx=createReactComponent("fidget-spinner","IconFidgetSpinner",[["path",{d:"M18 16v.01",key:"svg-0"}],["path",{d:"M6 16v.01",key:"svg-1"}],["path",{d:"M12 5v.01",key:"svg-2"}],["path",{d:"M12 12v.01",key:"svg-3"}],["path",{d:"M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z",key:"svg-4"}]]),DR=createReactComponent("file-3d","IconFile3d",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 13.5l4 -1.5",key:"svg-2"}],["path",{d:"M8 11.846l4 1.654v4.5l4 -1.846v-4.308l-4 -1.846z",key:"svg-3"}],["path",{d:"M8 12v4.2l4 1.8",key:"svg-4"}]]),DS=createReactComponent("file-alert","IconFileAlert",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 17l.01 0",key:"svg-2"}],["path",{d:"M12 11l0 3",key:"svg-3"}]]),D_=createReactComponent("file-analytics","IconFileAnalytics",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M9 17l0 -5",key:"svg-2"}],["path",{d:"M12 17l0 -1",key:"svg-3"}],["path",{d:"M15 17l0 -3",key:"svg-4"}]]),Dw=createReactComponent("file-arrow-left","IconFileArrowLeft",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M15 15h-6",key:"svg-2"}],["path",{d:"M11.5 17.5l-2.5 -2.5l2.5 -2.5",key:"svg-3"}]]),DP=createReactComponent("file-arrow-right","IconFileArrowRight",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M9 15h6",key:"svg-2"}],["path",{d:"M12.5 17.5l2.5 -2.5l-2.5 -2.5",key:"svg-3"}]]),DO=createReactComponent("file-barcode","IconFileBarcode",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M8 13h1v3h-1z",key:"svg-2"}],["path",{d:"M12 13v3",key:"svg-3"}],["path",{d:"M15 13h1v3h-1z",key:"svg-4"}]]),DF=createReactComponent("file-broken","IconFileBroken",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 7v-2a2 2 0 0 1 2 -2h7l5 5v2",key:"svg-1"}],["path",{d:"M19 19a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2",key:"svg-2"}],["path",{d:"M5 16h.01",key:"svg-3"}],["path",{d:"M5 13h.01",key:"svg-4"}],["path",{d:"M5 10h.01",key:"svg-5"}],["path",{d:"M19 13h.01",key:"svg-6"}],["path",{d:"M19 16h.01",key:"svg-7"}]]),Dz=createReactComponent("file-certificate","IconFileCertificate",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 8v-3a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5",key:"svg-1"}],["path",{d:"M6 14m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M4.5 17l-1.5 5l3 -1.5l3 1.5l-1.5 -5",key:"svg-3"}]]),DD=createReactComponent("file-chart","IconFileChart",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 10v4h4",key:"svg-2"}],["path",{d:"M12 14m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-3"}]]),DA=createReactComponent("file-check","IconFileCheck",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M9 15l2 2l4 -4",key:"svg-2"}]]),Dj=createReactComponent("file-code-2","IconFileCode2",[["path",{d:"M10 12h-1v5h1",key:"svg-0"}],["path",{d:"M14 12h1v5h-1",key:"svg-1"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-2"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-3"}]]),DE=createReactComponent("file-code","IconFileCode",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M10 13l-1 2l1 2",key:"svg-2"}],["path",{d:"M14 13l1 2l-1 2",key:"svg-3"}]]),DT=createReactComponent("file-cv","IconFileCv",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M11 12.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0",key:"svg-2"}],["path",{d:"M13 11l1.5 6l1.5 -6",key:"svg-3"}]]),DB=createReactComponent("file-database","IconFileDatabase",[["path",{d:"M12 12.75m-4 0a4 1.75 0 1 0 8 0a4 1.75 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M8 12.5v3.75c0 .966 1.79 1.75 4 1.75s4 -.784 4 -1.75v-3.75",key:"svg-1"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-2"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-3"}]]),DN=createReactComponent("file-delta","IconFileDelta",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M9 17h6l-3 -6z",key:"svg-2"}]]),D$=createReactComponent("file-description","IconFileDescription",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M9 17h6",key:"svg-2"}],["path",{d:"M9 13h6",key:"svg-3"}]]),DL=createReactComponent("file-diff","IconFileDiff",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 10l0 4",key:"svg-2"}],["path",{d:"M10 12l4 0",key:"svg-3"}],["path",{d:"M10 17l4 0",key:"svg-4"}]]),DW=createReactComponent("file-digit","IconFileDigit",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M9 12m0 1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-2"}],["path",{d:"M15 12v5",key:"svg-3"}]]),DH=createReactComponent("file-dislike","IconFileDislike",[["path",{d:"M3 14m0 1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M6 15a1 1 0 0 1 1 -1h3.756a1 1 0 0 1 .958 .713l1.2 3c.09 .303 .133 .63 -.056 .884c-.188 .254 -.542 .403 -.858 .403h-2v2.467a1.1 1.1 0 0 1 -2.015 .61l-1.985 -3.077v-4z",key:"svg-1"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-2"}],["path",{d:"M5 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.5",key:"svg-3"}]]),DV=createReactComponent("file-dollar","IconFileDollar",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M12 17v1m0 -8v1",key:"svg-3"}]]),Dq=createReactComponent("file-dots","IconFileDots",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M9 14v.01",key:"svg-2"}],["path",{d:"M12 14v.01",key:"svg-3"}],["path",{d:"M15 14v.01",key:"svg-4"}]]),DU=createReactComponent("file-download","IconFileDownload",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 17v-6",key:"svg-2"}],["path",{d:"M9.5 14.5l2.5 2.5l2.5 -2.5",key:"svg-3"}]]),DG=createReactComponent("file-euro","IconFileEuro",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 14h-3",key:"svg-2"}],["path",{d:"M14 11.172a3 3 0 1 0 0 5.656",key:"svg-3"}]]),DX=createReactComponent("file-export","IconFileExport",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M11.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v5m-5 6h7m-3 -3l3 3l-3 3",key:"svg-1"}]]),DK=createReactComponent("file-filled","IconFileFilled",[["path",{d:"M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h5z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M19 7h-4l-.001 -4.001z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),DY=createReactComponent("file-function","IconFileFunction",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M10.5 17h.333c.474 0 .87 -.323 .916 -.746l.502 -4.508c.047 -.423 .443 -.746 .916 -.746h.333",key:"svg-2"}],["path",{d:"M10.5 14h3",key:"svg-3"}]]),DZ=createReactComponent("file-horizontal","IconFileHorizontal",[["path",{d:"M16 5v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M3 7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-7l-5 -5h-11a2 2 0 0 0 -2 2z",key:"svg-1"}]]),DQ=createReactComponent("file-import","IconFileImport",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 13v-8a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5.5m-9.5 -2h7m-3 -3l3 3l-3 3",key:"svg-1"}]]),DJ=createReactComponent("file-infinity","IconFileInfinity",[["path",{d:"M15.536 17.586a2.123 2.123 0 0 0 -2.929 0a1.951 1.951 0 0 0 0 2.828c.809 .781 2.12 .781 2.929 0c.809 -.781 -.805 .778 0 0l1.46 -1.41l1.46 -1.419",key:"svg-0"}],["path",{d:"M15.54 17.582l1.46 1.42l1.46 1.41c.809 .78 -.805 -.779 0 0s2.12 .781 2.929 0a1.951 1.951 0 0 0 0 -2.828a2.123 2.123 0 0 0 -2.929 0",key:"svg-1"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-2"}],["path",{d:"M9.5 21h-2.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v6",key:"svg-3"}]]),D1=createReactComponent("file-info","IconFileInfo",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M11 14h1v4h1",key:"svg-2"}],["path",{d:"M12 11h.01",key:"svg-3"}]]),D0=createReactComponent("file-invoice","IconFileInvoice",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M9 7l1 0",key:"svg-2"}],["path",{d:"M9 13l6 0",key:"svg-3"}],["path",{d:"M13 17l2 0",key:"svg-4"}]]),D2=createReactComponent("file-lambda","IconFileLambda",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M10 17l2 -3",key:"svg-2"}],["path",{d:"M15 17c-2.5 0 -2.5 -6 -5 -6",key:"svg-3"}]]),D3=createReactComponent("file-like","IconFileLike",[["path",{d:"M3 16m0 1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M6 20a1 1 0 0 0 1 1h3.756a1 1 0 0 0 .958 -.713l1.2 -3c.09 -.303 .133 -.63 -.056 -.884c-.188 -.254 -.542 -.403 -.858 -.403h-2v-2.467a1.1 1.1 0 0 0 -2.015 -.61l-1.985 3.077v4z",key:"svg-1"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-2"}],["path",{d:"M5 12.1v-7.1a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.3",key:"svg-3"}]]),D5=createReactComponent("file-minus","IconFileMinus",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M9 14l6 0",key:"svg-2"}]]),D4=createReactComponent("file-music","IconFileMusic",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M11 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M12 16l0 -5l2 1",key:"svg-3"}]]),D6=createReactComponent("file-neutral","IconFileNeutral",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2zm-7 -7h.01m3.99 0h.01m-4.01 3h4",key:"svg-1"}]]),D9=createReactComponent("file-off","IconFileOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M7 3h7l5 5v7m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14",key:"svg-1"}]]),D7=createReactComponent("file-orientation","IconFileOrientation",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M10 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v2",key:"svg-1"}],["path",{d:"M13 20h5a2 2 0 0 0 2 -2v-5",key:"svg-2"}],["path",{d:"M15 22l-2 -2l2 -2",key:"svg-3"}],["path",{d:"M18 15l2 -2l2 2",key:"svg-4"}]]),D8=createReactComponent("file-pencil","IconFilePencil",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M10 18l5 -5a1.414 1.414 0 0 0 -2 -2l-5 5v2h2z",key:"svg-2"}]]),Ae=createReactComponent("file-percent","IconFilePercent",[["path",{d:"M10 17l4 -4",key:"svg-0"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-1"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-2"}],["path",{d:"M10 13h.01",key:"svg-3"}],["path",{d:"M14 17h.01",key:"svg-4"}]]),At=createReactComponent("file-phone","IconFilePhone",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M9 12a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1",key:"svg-2"}]]),Aa=createReactComponent("file-plus","IconFilePlus",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 11l0 6",key:"svg-2"}],["path",{d:"M9 14l6 0",key:"svg-3"}]]),An=createReactComponent("file-power","IconFilePower",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 11l-2 3h4l-2 3",key:"svg-2"}]]),Ar=createReactComponent("file-report","IconFileReport",[["path",{d:"M17 17m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M17 13v4h4",key:"svg-1"}],["path",{d:"M12 3v4a1 1 0 0 0 1 1h4",key:"svg-2"}],["path",{d:"M11.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v2m0 3v4",key:"svg-3"}]]),Ao=createReactComponent("file-rss","IconFileRss",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 17a3 3 0 0 0 -3 -3",key:"svg-2"}],["path",{d:"M15 17a6 6 0 0 0 -6 -6",key:"svg-3"}],["path",{d:"M9 17h.01",key:"svg-4"}]]),Al=createReactComponent("file-sad","IconFileSad",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2zm-7 -7h.01m3.99 0h.01",key:"svg-1"}],["path",{d:"M10 18a3.5 3.5 0 0 1 4 0",key:"svg-2"}]]),Ac=createReactComponent("file-scissors","IconFileScissors",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M15 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M9 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M9 17l6 -6",key:"svg-4"}],["path",{d:"M15 17l-6 -6",key:"svg-5"}]]),Ai=createReactComponent("file-search","IconFileSearch",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M12 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v4.5",key:"svg-1"}],["path",{d:"M16.5 17.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-2"}],["path",{d:"M18.5 19.5l2.5 2.5",key:"svg-3"}]]),As=createReactComponent("file-settings","IconFileSettings",[["path",{d:"M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M12 10.5v1.5",key:"svg-1"}],["path",{d:"M12 16v1.5",key:"svg-2"}],["path",{d:"M15.031 12.25l-1.299 .75",key:"svg-3"}],["path",{d:"M10.268 15l-1.3 .75",key:"svg-4"}],["path",{d:"M15 15.803l-1.285 -.773",key:"svg-5"}],["path",{d:"M10.285 12.97l-1.285 -.773",key:"svg-6"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-7"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-8"}]]),Ad=createReactComponent("file-shredder","IconFileShredder",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M3 12l18 0",key:"svg-2"}],["path",{d:"M6 16l0 2",key:"svg-3"}],["path",{d:"M10 16l0 6",key:"svg-4"}],["path",{d:"M14 16l0 2",key:"svg-5"}],["path",{d:"M18 16l0 4",key:"svg-6"}]]),Au=createReactComponent("file-signal","IconFileSignal",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 14v.01",key:"svg-2"}],["path",{d:"M9.525 11.525a3.5 3.5 0 0 0 0 4.95m4.95 0a3.5 3.5 0 0 0 0 -4.95",key:"svg-3"}]]),Ap=createReactComponent("file-smile","IconFileSmile",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2zm-7 -7h.01m3.99 0h.01",key:"svg-1"}],["path",{d:"M10 17a3.5 3.5 0 0 0 4 0",key:"svg-2"}]]),Ah=createReactComponent("file-spreadsheet","IconFileSpreadsheet",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M8 11h8v7h-8z",key:"svg-2"}],["path",{d:"M8 15h8",key:"svg-3"}],["path",{d:"M11 11v7",key:"svg-4"}]]),Av=createReactComponent("file-stack","IconFileStack",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M5 21h14",key:"svg-2"}],["path",{d:"M5 18h14",key:"svg-3"}],["path",{d:"M5 15h14",key:"svg-4"}]]),Ag=createReactComponent("file-star","IconFileStar",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M11.8 16.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),Ay=createReactComponent("file-symlink","IconFileSymlink",[["path",{d:"M4 21v-4a3 3 0 0 1 3 -3h5",key:"svg-0"}],["path",{d:"M9 17l3 -3l-3 -3",key:"svg-1"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-2"}],["path",{d:"M5 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-9.5",key:"svg-3"}]]),Af=createReactComponent("file-text-ai","IconFileTextAi",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M10 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v3.5",key:"svg-1"}],["path",{d:"M9 9h1",key:"svg-2"}],["path",{d:"M9 13h2.5",key:"svg-3"}],["path",{d:"M9 17h1",key:"svg-4"}],["path",{d:"M14 21v-4a2 2 0 1 1 4 0v4",key:"svg-5"}],["path",{d:"M14 19h4",key:"svg-6"}],["path",{d:"M21 15v6",key:"svg-7"}]]),Am=createReactComponent("file-text","IconFileText",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M9 9l1 0",key:"svg-2"}],["path",{d:"M9 13l6 0",key:"svg-3"}],["path",{d:"M9 17l6 0",key:"svg-4"}]]),Ak=createReactComponent("file-time","IconFileTime",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 14m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-2"}],["path",{d:"M12 12.496v1.504l1 1",key:"svg-3"}]]),AM=createReactComponent("file-type-bmp","IconFileTypeBmp",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M18 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6",key:"svg-2"}],["path",{d:"M4 21h1.5a1.5 1.5 0 0 0 0 -3h-1.5h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6z",key:"svg-3"}],["path",{d:"M10 21v-6l2.5 3l2.5 -3v6",key:"svg-4"}]]),Ab=createReactComponent("file-type-css","IconFileTypeCss",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M8 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0",key:"svg-2"}],["path",{d:"M11 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-3"}],["path",{d:"M17 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-4"}]]),AI=createReactComponent("file-type-csv","IconFileTypeCsv",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M7 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0",key:"svg-2"}],["path",{d:"M10 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-3"}],["path",{d:"M16 15l2 6l2 -6",key:"svg-4"}]]),AC=createReactComponent("file-type-doc","IconFileTypeDoc",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M5 15v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z",key:"svg-2"}],["path",{d:"M20 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0",key:"svg-3"}],["path",{d:"M12.5 15a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 1.5 -1.5z",key:"svg-4"}]]),Ax=createReactComponent("file-type-docx","IconFileTypeDocx",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M2 15v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z",key:"svg-2"}],["path",{d:"M17 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0",key:"svg-3"}],["path",{d:"M9.5 15a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 1.5 -1.5z",key:"svg-4"}],["path",{d:"M19.5 15l3 6",key:"svg-5"}],["path",{d:"M19.5 21l3 -6",key:"svg-6"}]]),AR=createReactComponent("file-type-html","IconFileTypeHtml",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M2 21v-6",key:"svg-2"}],["path",{d:"M5 15v6",key:"svg-3"}],["path",{d:"M2 18h3",key:"svg-4"}],["path",{d:"M20 15v6h2",key:"svg-5"}],["path",{d:"M13 21v-6l2 3l2 -3v6",key:"svg-6"}],["path",{d:"M7.5 15h3",key:"svg-7"}],["path",{d:"M9 15v6",key:"svg-8"}]]),AS=createReactComponent("file-type-jpg","IconFileTypeJpg",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M11 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6",key:"svg-2"}],["path",{d:"M20 15h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1v-3",key:"svg-3"}],["path",{d:"M5 15h3v4.5a1.5 1.5 0 0 1 -3 0",key:"svg-4"}]]),A_=createReactComponent("file-type-js","IconFileTypeJs",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M3 15h3v4.5a1.5 1.5 0 0 1 -3 0",key:"svg-1"}],["path",{d:"M9 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-2"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1",key:"svg-3"}]]),Aw=createReactComponent("file-type-jsx","IconFileTypeJsx",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M4 15h3v4.5a1.5 1.5 0 0 1 -3 0",key:"svg-2"}],["path",{d:"M10 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-3"}],["path",{d:"M16 15l4 6",key:"svg-4"}],["path",{d:"M16 21l4 -6",key:"svg-5"}]]),AP=createReactComponent("file-type-pdf","IconFileTypePdf",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6",key:"svg-2"}],["path",{d:"M17 18h2",key:"svg-3"}],["path",{d:"M20 15h-3v6",key:"svg-4"}],["path",{d:"M11 15v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z",key:"svg-5"}]]),AO=createReactComponent("file-type-php","IconFileTypePhp",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6",key:"svg-2"}],["path",{d:"M17 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6",key:"svg-3"}],["path",{d:"M11 21v-6",key:"svg-4"}],["path",{d:"M14 15v6",key:"svg-5"}],["path",{d:"M11 18h3",key:"svg-6"}]]),AF=createReactComponent("file-type-png","IconFileTypePng",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M20 15h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1v-3",key:"svg-2"}],["path",{d:"M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6",key:"svg-3"}],["path",{d:"M11 21v-6l3 6v-6",key:"svg-4"}]]),Az=createReactComponent("file-type-ppt","IconFileTypePpt",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-1"}],["path",{d:"M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6",key:"svg-2"}],["path",{d:"M11 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6",key:"svg-3"}],["path",{d:"M16.5 15h3",key:"svg-4"}],["path",{d:"M18 15v6",key:"svg-5"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-6"}]]),AD=createReactComponent("file-type-rs","IconFileTypeRs",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-1"}],["path",{d:"M9 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-2"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1",key:"svg-3"}],["path",{d:"M3 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6m3 0l-2 -3",key:"svg-4"}]]),AA=createReactComponent("file-type-sql","IconFileTypeSql",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-1"}],["path",{d:"M5 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-2"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-3"}],["path",{d:"M18 15v6h2",key:"svg-4"}],["path",{d:"M13 15a2 2 0 0 1 2 2v2a2 2 0 1 1 -4 0v-2a2 2 0 0 1 2 -2z",key:"svg-5"}],["path",{d:"M14 20l1.5 1.5",key:"svg-6"}]]),Aj=createReactComponent("file-type-svg","IconFileTypeSvg",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M4 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-2"}],["path",{d:"M10 15l2 6l2 -6",key:"svg-3"}],["path",{d:"M20 15h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1v-3",key:"svg-4"}]]),AE=createReactComponent("file-type-ts","IconFileTypeTs",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1",key:"svg-1"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-2"}],["path",{d:"M9 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-3"}],["path",{d:"M3.5 15h3",key:"svg-4"}],["path",{d:"M5 15v6",key:"svg-5"}]]),AT=createReactComponent("file-type-tsx","IconFileTypeTsx",[["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-0"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-1"}],["path",{d:"M16 15l4 6",key:"svg-2"}],["path",{d:"M16 21l4 -6",key:"svg-3"}],["path",{d:"M10 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-4"}],["path",{d:"M4.5 15h3",key:"svg-5"}],["path",{d:"M6 15v6",key:"svg-6"}]]),AB=createReactComponent("file-type-txt","IconFileTypeTxt",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-1"}],["path",{d:"M16.5 15h3",key:"svg-2"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-3"}],["path",{d:"M4.5 15h3",key:"svg-4"}],["path",{d:"M6 15v6",key:"svg-5"}],["path",{d:"M18 15v6",key:"svg-6"}],["path",{d:"M10 15l4 6",key:"svg-7"}],["path",{d:"M10 21l4 -6",key:"svg-8"}]]),AN=createReactComponent("file-type-vue","IconFileTypeVue",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M4 15l2 6l2 -6",key:"svg-2"}],["path",{d:"M11 15v4.5a1.5 1.5 0 0 0 3 0v-4.5",key:"svg-3"}],["path",{d:"M20 15h-3v6h3",key:"svg-4"}],["path",{d:"M17 18h2",key:"svg-5"}]]),A$=createReactComponent("file-type-xls","IconFileTypeXls",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M4 15l4 6",key:"svg-2"}],["path",{d:"M4 21l4 -6",key:"svg-3"}],["path",{d:"M17 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-4"}],["path",{d:"M11 15v6h3",key:"svg-5"}]]),AL=createReactComponent("file-type-xml","IconFileTypeXml",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M4 15l4 6",key:"svg-2"}],["path",{d:"M4 21l4 -6",key:"svg-3"}],["path",{d:"M19 15v6h3",key:"svg-4"}],["path",{d:"M11 21v-6l2.5 3l2.5 -3v6",key:"svg-5"}]]),AW=createReactComponent("file-type-zip","IconFileTypeZip",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4",key:"svg-1"}],["path",{d:"M16 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6",key:"svg-2"}],["path",{d:"M12 15v6",key:"svg-3"}],["path",{d:"M5 15h3l-3 6h3",key:"svg-4"}]]),AH=createReactComponent("file-typography","IconFileTypography",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M11 18h2",key:"svg-2"}],["path",{d:"M12 18v-7",key:"svg-3"}],["path",{d:"M9 12v-1h6v1",key:"svg-4"}]]),AV=createReactComponent("file-unknown","IconFileUnknown",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 17v.01",key:"svg-2"}],["path",{d:"M12 14a1.5 1.5 0 1 0 -1.14 -2.474",key:"svg-3"}]]),Aq=createReactComponent("file-upload","IconFileUpload",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M12 11v6",key:"svg-2"}],["path",{d:"M9.5 13.5l2.5 -2.5l2.5 2.5",key:"svg-3"}]]),AU=createReactComponent("file-vector","IconFileVector",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M9.5 16.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-1"}],["path",{d:"M14.5 12.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-2"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-3"}],["path",{d:"M9.5 15a2.5 2.5 0 0 1 2.5 -2.5h1",key:"svg-4"}]]),AG=createReactComponent("file-x-filled","IconFileXFilled",[["path",{d:"M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h5zm-1.489 9.14a1 1 0 0 0 -1.301 1.473l.083 .094l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.403 -1.403l-.094 .083l-1.293 1.292l-1.293 -1.292l-.094 -.083l-.102 -.07z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M19 7h-4l-.001 -4.001z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),AX=createReactComponent("file-x","IconFileX",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M10 12l4 4m0 -4l-4 4",key:"svg-2"}]]),AK=createReactComponent("file-zip","IconFileZip",[["path",{d:"M6 20.735a2 2 0 0 1 -1 -1.735v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1",key:"svg-0"}],["path",{d:"M11 17a2 2 0 0 1 2 2v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a2 2 0 0 1 2 -2z",key:"svg-1"}],["path",{d:"M11 5l-1 0",key:"svg-2"}],["path",{d:"M13 7l-1 0",key:"svg-3"}],["path",{d:"M11 9l-1 0",key:"svg-4"}],["path",{d:"M13 11l-1 0",key:"svg-5"}],["path",{d:"M11 13l-1 0",key:"svg-6"}],["path",{d:"M13 15l-1 0",key:"svg-7"}]]),AY=createReactComponent("file","IconFile",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z",key:"svg-1"}]]),AZ=createReactComponent("files-off","IconFilesOff",[["path",{d:"M15 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M17 17h-6a2 2 0 0 1 -2 -2v-6m0 -4a2 2 0 0 1 2 -2h4l5 5v7c0 .294 -.063 .572 -.177 .823",key:"svg-1"}],["path",{d:"M16 17v2a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),AQ=createReactComponent("files","IconFiles",[["path",{d:"M15 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M18 17h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h4l5 5v7a2 2 0 0 1 -2 2z",key:"svg-1"}],["path",{d:"M16 17v2a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-2"}]]),AJ=createReactComponent("filter-bolt","IconFilterBolt",[["path",{d:"M12.991 19.67l-3.991 1.33v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3",key:"svg-0"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-1"}]]),A1=createReactComponent("filter-cancel","IconFilterCancel",[["path",{d:"M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}]]),A0=createReactComponent("filter-check","IconFilterCheck",[["path",{d:"M11.18 20.274l-2.18 .726v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}]]),A2=createReactComponent("filter-code","IconFilterCode",[["path",{d:"M11.19 20.27l-2.19 .73v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5",key:"svg-0"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-2"}]]),A3=createReactComponent("filter-cog","IconFilterCog",[["path",{d:"M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5",key:"svg-0"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19.001 15.5v1.5",key:"svg-2"}],["path",{d:"M19.001 21v1.5",key:"svg-3"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-4"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-5"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-6"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-7"}]]),A5=createReactComponent("filter-discount","IconFilterDiscount",[["path",{d:"M12.705 19.765l-3.705 1.235v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v.5",key:"svg-0"}],["path",{d:"M16 21l5 -5",key:"svg-1"}],["path",{d:"M21 21v.01",key:"svg-2"}],["path",{d:"M16 16v.01",key:"svg-3"}]]),A4=createReactComponent("filter-dollar","IconFilterDollar",[["path",{d:"M13.25 19.583l-4.25 1.417v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414",key:"svg-0"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-1"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-2"}]]),A6=createReactComponent("filter-down","IconFilterDown",[["path",{d:"M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}]]),A9=createReactComponent("filter-edit","IconFilterEdit",[["path",{d:"M10.97 20.344l-1.97 .656v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5",key:"svg-0"}],["path",{d:"M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z",key:"svg-1"}]]),A7=createReactComponent("filter-exclamation","IconFilterExclamation",[["path",{d:"M4 4h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v7l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227z",key:"svg-0"}],["path",{d:"M19 16v3",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}]]),A8=createReactComponent("filter-filled","IconFilterFilled",[["path",{d:"M20 3h-16a1 1 0 0 0 -1 1v2.227l.008 .223a3 3 0 0 0 .772 1.795l4.22 4.641v8.114a1 1 0 0 0 1.316 .949l6 -2l.108 -.043a1 1 0 0 0 .576 -.906v-6.586l4.121 -4.12a3 3 0 0 0 .879 -2.123v-2.171a1 1 0 0 0 -1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),je=createReactComponent("filter-heart","IconFilterHeart",[["path",{d:"M10.888 20.37l-1.888 .63v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-3.503 3.503",key:"svg-0"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-1"}]]),jt=createReactComponent("filter-minus","IconFilterMinus",[["path",{d:"M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),ja=createReactComponent("filter-off","IconFilterOff",[["path",{d:"M8 4h12v2.172a2 2 0 0 1 -.586 1.414l-3.914 3.914m-.5 3.5v4l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),jn=createReactComponent("filter-pause","IconFilterPause",[["path",{d:"M12.97 19.677l-3.97 1.323v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5",key:"svg-0"}],["path",{d:"M17 17v5",key:"svg-1"}],["path",{d:"M21 17v5",key:"svg-2"}]]),jr=createReactComponent("filter-pin","IconFilterPin",[["path",{d:"M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414",key:"svg-0"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-1"}],["path",{d:"M19 18v.01",key:"svg-2"}]]),jo=createReactComponent("filter-plus","IconFilterPlus",[["path",{d:"M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),jl=createReactComponent("filter-question","IconFilterQuestion",[["path",{d:"M15 19l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),jc=createReactComponent("filter-search","IconFilterSearch",[["path",{d:"M11.36 20.213l-2.36 .787v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}]]),ji=createReactComponent("filter-share","IconFilterShare",[["path",{d:"M12.713 19.762l-3.713 1.238v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1",key:"svg-0"}],["path",{d:"M16 22l5 -5",key:"svg-1"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-2"}]]),js=createReactComponent("filter-star","IconFilterStar",[["path",{d:"M11.042 20.32l-2.042 .68v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414",key:"svg-0"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}]]),jd=createReactComponent("filter-up","IconFilterUp",[["path",{d:"M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v2",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}]]),ju=createReactComponent("filter-x","IconFilterX",[["path",{d:"M13.758 19.414l-4.758 1.586v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}]]),jp=createReactComponent("filter","IconFilter",[["path",{d:"M4 4h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v7l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227z",key:"svg-0"}]]),jh=createReactComponent("filters","IconFilters",[["path",{d:"M12 8m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M8 11a5 5 0 1 0 3.998 1.997",key:"svg-1"}],["path",{d:"M12.002 19.003a5 5 0 1 0 3.998 -8.003",key:"svg-2"}]]),jv=createReactComponent("fingerprint-off","IconFingerprintOff",[["path",{d:"M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3",key:"svg-0"}],["path",{d:"M8 11c0 -.848 .264 -1.634 .713 -2.28m2.4 -1.621a4 4 0 0 1 4.887 3.901l0 1",key:"svg-1"}],["path",{d:"M12 12v1a14 14 0 0 0 2.5 8",key:"svg-2"}],["path",{d:"M8 15a18 18 0 0 0 1.8 6",key:"svg-3"}],["path",{d:"M4.9 19a22 22 0 0 1 -.9 -7v-1a8 8 0 0 1 1.854 -5.143m2.176 -1.825a8 8 0 0 1 7.97 .018",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),jg=createReactComponent("fingerprint-scan","IconFingerprintScan",[["path",{d:"M9 11a3 3 0 0 1 6 0c0 1.657 .612 3.082 1 4",key:"svg-0"}],["path",{d:"M12 11v1.75c-.001 1.11 .661 2.206 1 3.25",key:"svg-1"}],["path",{d:"M9 14.25c.068 .58 .358 1.186 .5 1.75",key:"svg-2"}],["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-3"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-4"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-5"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-6"}]]),jy=createReactComponent("fingerprint","IconFingerprint",[["path",{d:"M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3",key:"svg-0"}],["path",{d:"M8 11a4 4 0 0 1 8 0v1a10 10 0 0 0 2 6",key:"svg-1"}],["path",{d:"M12 11v2a14 14 0 0 0 2.5 8",key:"svg-2"}],["path",{d:"M8 15a18 18 0 0 0 1.8 6",key:"svg-3"}],["path",{d:"M4.9 19a22 22 0 0 1 -.9 -7v-1a8 8 0 0 1 12 -6.95",key:"svg-4"}]]),jf=createReactComponent("fire-extinguisher","IconFireExtinguisher",[["path",{d:"M12 7a4 4 0 0 1 4 4v9a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-9a4 4 0 0 1 4 -4z",key:"svg-0"}],["path",{d:"M9 16h6",key:"svg-1"}],["path",{d:"M12 7v-3",key:"svg-2"}],["path",{d:"M16 5l-4 -1l4 -1",key:"svg-3"}],["path",{d:"M12 4h-3a3 3 0 0 0 -3 3",key:"svg-4"}]]),jm=createReactComponent("fire-hydrant-off","IconFireHydrantOff",[["path",{d:"M5 21h14",key:"svg-0"}],["path",{d:"M17 21v-4m2 -2v-2a1 1 0 0 0 -1 -1h-1v-4a5 5 0 0 0 -8.533 -3.538m-1.387 2.638a5.03 5.03 0 0 0 -.08 .9v4h-1a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h1v5",key:"svg-1"}],["path",{d:"M12 12a2 2 0 1 0 2 2",key:"svg-2"}],["path",{d:"M6 8h2m4 0h6",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),jk=createReactComponent("fire-hydrant","IconFireHydrant",[["path",{d:"M5 21h14",key:"svg-0"}],["path",{d:"M17 21v-5h1a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1v-4a5 5 0 0 0 -10 0v4h-1a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h1v5",key:"svg-1"}],["path",{d:"M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M6 8h12",key:"svg-3"}]]),jM=createReactComponent("firetruck","IconFiretruck",[["path",{d:"M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5",key:"svg-2"}],["path",{d:"M12 18v-11h3",key:"svg-3"}],["path",{d:"M3 17l0 -5l9 0",key:"svg-4"}],["path",{d:"M3 9l18 -6",key:"svg-5"}],["path",{d:"M6 12l0 -4",key:"svg-6"}]]),jb=createReactComponent("first-aid-kit-off","IconFirstAidKitOff",[["path",{d:"M8.595 4.577a2 2 0 0 1 1.405 -.577h4a2 2 0 0 1 2 2v2",key:"svg-0"}],["path",{d:"M12 8h6a2 2 0 0 1 2 2v6m-.576 3.405a2 2 0 0 1 -1.424 .595h-12a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2",key:"svg-1"}],["path",{d:"M10 14h4",key:"svg-2"}],["path",{d:"M12 12v4",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),jI=createReactComponent("first-aid-kit","IconFirstAidKit",[["path",{d:"M8 8v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2",key:"svg-0"}],["path",{d:"M4 8m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M10 14h4",key:"svg-2"}],["path",{d:"M12 12v4",key:"svg-3"}]]),jC=createReactComponent("fish-bone","IconFishBone",[["path",{d:"M16.69 7.44a6.973 6.973 0 0 0 -1.69 4.56a6.97 6.97 0 0 0 1.699 4.571c1.914 -.684 3.691 -2.183 5.301 -4.565c-1.613 -2.384 -3.394 -3.883 -5.312 -4.565",key:"svg-0"}],["path",{d:"M2 9.504a40.73 40.73 0 0 0 2.422 2.504a39.679 39.679 0 0 0 -2.422 2.498",key:"svg-1"}],["path",{d:"M18 11v.01",key:"svg-2"}],["path",{d:"M4.422 12h10.578",key:"svg-3"}],["path",{d:"M7 10v4",key:"svg-4"}],["path",{d:"M11 8v8",key:"svg-5"}]]),jx=createReactComponent("fish-christianity","IconFishChristianity",[["path",{d:"M22 7s-5.646 10 -12.308 10c-3.226 .025 -6.194 -1.905 -7.692 -5c1.498 -3.095 4.466 -5.025 7.692 -5c6.662 0 12.308 10 12.308 10",key:"svg-0"}]]),jR=createReactComponent("fish-hook-off","IconFishHookOff",[["path",{d:"M16 9v3m-.085 3.924a5 5 0 0 1 -9.915 -.924v-4l3 3",key:"svg-0"}],["path",{d:"M16 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M16 5v-2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),jS=createReactComponent("fish-hook","IconFishHook",[["path",{d:"M16 9v6a5 5 0 0 1 -10 0v-4l3 3",key:"svg-0"}],["path",{d:"M16 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M16 5v-2",key:"svg-2"}]]),j_=createReactComponent("fish-off","IconFishOff",[["path",{d:"M16.69 7.44a6.973 6.973 0 0 0 -1.63 3.635",key:"svg-0"}],["path",{d:"M2 9.504c5.307 5.948 10.293 8.57 14.597 7.1m2.583 -1.449c.988 -.788 1.93 -1.836 2.82 -3.153c-3 -4.443 -6.596 -5.812 -10.564 -4.548m-2.764 1.266c-2.145 1.266 -4.378 3.215 -6.672 5.786",key:"svg-1"}],["path",{d:"M18 11v.01",key:"svg-2"}],["path",{d:"M11.153 11.169c-.287 .777 -.171 1.554 .347 2.331",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),jw=createReactComponent("fish","IconFish",[["path",{d:"M16.69 7.44a6.973 6.973 0 0 0 -1.69 4.56c0 1.747 .64 3.345 1.699 4.571",key:"svg-0"}],["path",{d:"M2 9.504c7.715 8.647 14.75 10.265 20 2.498c-5.25 -7.761 -12.285 -6.142 -20 2.504",key:"svg-1"}],["path",{d:"M18 11v.01",key:"svg-2"}],["path",{d:"M11.5 10.5c-.667 1 -.667 2 0 3",key:"svg-3"}]]),jP=createReactComponent("flag-2-filled","IconFlag2Filled",[["path",{d:"M19 4a1 1 0 0 1 .993 .883l.007 .117v9a1 1 0 0 1 -.883 .993l-.117 .007h-13v6a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -.993 -.883l-.007 -.117v-16a1 1 0 0 1 .883 -.993l.117 -.007h14z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),jO=createReactComponent("flag-2-off","IconFlag2Off",[["path",{d:"M5 14h9m4 0h1v-9h-10m-4 0v16",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),jF=createReactComponent("flag-2","IconFlag2",[["path",{d:"M5 14h14v-9h-14v16",key:"svg-0"}]]),jz=createReactComponent("flag-3-filled","IconFlag3Filled",[["path",{d:"M19 4c.852 0 1.297 .986 .783 1.623l-.076 .084l-3.792 3.793l3.792 3.793c.603 .602 .22 1.614 -.593 1.701l-.114 .006h-13v6a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -.993 -.883l-.007 -.117v-16a1 1 0 0 1 .883 -.993l.117 -.007h14z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),jD=createReactComponent("flag-3","IconFlag3",[["path",{d:"M5 14h14l-4.5 -4.5l4.5 -4.5h-14v16",key:"svg-0"}]]),jA=createReactComponent("flag-bolt","IconFlagBolt",[["path",{d:"M14.673 15.36a4.978 4.978 0 0 1 -2.673 -1.36a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-2"}]]),jj=createReactComponent("flag-cancel","IconFlagCancel",[["path",{d:"M13.342 14.941a4.993 4.993 0 0 1 -1.342 -.941a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M17 21l4 -4",key:"svg-3"}]]),jE=createReactComponent("flag-check","IconFlagCheck",[["path",{d:"M13.767 15.12a4.983 4.983 0 0 1 -1.767 -1.12a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-2"}]]),jT=createReactComponent("flag-code","IconFlagCode",[["path",{d:"M13.41 14.973a4.991 4.991 0 0 1 -1.41 -.973a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-3"}]]),jB=createReactComponent("flag-cog","IconFlagCog",[["path",{d:"M12.901 14.702a5.014 5.014 0 0 1 -.901 -.702a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6.5",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19.001 15.5v1.5",key:"svg-3"}],["path",{d:"M19.001 21v1.5",key:"svg-4"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-5"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-6"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-7"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-8"}]]),jN=createReactComponent("flag-discount","IconFlagDiscount",[["path",{d:"M12.804 14.641a5.02 5.02 0 0 1 -.804 -.641a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M16 21l5 -5",key:"svg-2"}],["path",{d:"M21 21v.01",key:"svg-3"}],["path",{d:"M16 16v.01",key:"svg-4"}]]),j$=createReactComponent("flag-dollar","IconFlagDollar",[["path",{d:"M13.222 14.882a4.998 4.998 0 0 1 -1.222 -.882a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v5",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-3"}]]),jL=createReactComponent("flag-down","IconFlagDown",[["path",{d:"M14.434 15.315a4.978 4.978 0 0 1 -2.434 -1.315a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-3"}]]),jW=createReactComponent("flag-exclamation","IconFlagExclamation",[["path",{d:"M15.035 15.408a4.98 4.98 0 0 1 -3.035 -1.408a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),jH=createReactComponent("flag-filled","IconFlagFilled",[["path",{d:"M4 5a1 1 0 0 1 .3 -.714a6 6 0 0 1 8.213 -.176l.351 .328a4 4 0 0 0 5.272 0l.249 -.227c.61 -.483 1.527 -.097 1.61 .676l.005 .113v9a1 1 0 0 1 -.3 .714a6 6 0 0 1 -8.213 .176l-.351 -.328a4 4 0 0 0 -5.136 -.114v6.552a1 1 0 0 1 -1.993 .117l-.007 -.117v-16z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),jV=createReactComponent("flag-heart","IconFlagHeart",[["path",{d:"M11.33 13.447a5.001 5.001 0 0 0 -6.33 .553v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}]]),jq=createReactComponent("flag-minus","IconFlagMinus",[["path",{d:"M14.373 15.301a4.978 4.978 0 0 1 -2.373 -1.301a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}]]),jU=createReactComponent("flag-off","IconFlagOff",[["path",{d:"M5 5v16",key:"svg-0"}],["path",{d:"M19 5v9",key:"svg-1"}],["path",{d:"M7.641 3.645a5 5 0 0 1 4.359 1.355a5 5 0 0 0 7 0",key:"svg-2"}],["path",{d:"M5 14a5 5 0 0 1 7 0a4.984 4.984 0 0 0 3.437 1.429m3.019 -.966c.19 -.14 .371 -.294 .544 -.463",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),jG=createReactComponent("flag-pause","IconFlagPause",[["path",{d:"M13.536 15.029a4.987 4.987 0 0 1 -1.536 -1.029a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M17 17v5",key:"svg-2"}],["path",{d:"M21 17v5",key:"svg-3"}]]),jX=createReactComponent("flag-pin","IconFlagPin",[["path",{d:"M12.857 14.675a5.016 5.016 0 0 1 -.857 -.675a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}]]),jK=createReactComponent("flag-plus","IconFlagPlus",[["path",{d:"M14.433 15.315a4.978 4.978 0 0 1 -2.433 -1.315a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}]]),jY=createReactComponent("flag-question","IconFlagQuestion",[["path",{d:"M13.5 15a4.914 4.914 0 0 1 -1.5 -1a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-3"}]]),jZ=createReactComponent("flag-search","IconFlagSearch",[["path",{d:"M12 14a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),jQ=createReactComponent("flag-share","IconFlagShare",[["path",{d:"M13.13 14.833a5.002 5.002 0 0 1 -1.13 -.833a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}]]),jJ=createReactComponent("flag-star","IconFlagStar",[["path",{d:"M11.475 13.551a5.001 5.001 0 0 0 -6.475 .449v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v5",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),j1=createReactComponent("flag-up","IconFlagUp",[["path",{d:"M14.138 15.241a4.979 4.979 0 0 1 -2.138 -1.241a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M19 22v-6",key:"svg-2"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-3"}]]),j0=createReactComponent("flag-x","IconFlagX",[["path",{d:"M13.533 15.028a4.988 4.988 0 0 1 -1.533 -1.028a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}],["path",{d:"M22 22l-5 -5",key:"svg-2"}],["path",{d:"M17 22l5 -5",key:"svg-3"}]]),j2=createReactComponent("flag","IconFlag",[["path",{d:"M5 5a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9a5 5 0 0 1 -7 0a5 5 0 0 0 -7 0v-9z",key:"svg-0"}],["path",{d:"M5 21v-7",key:"svg-1"}]]),j3=createReactComponent("flame-off","IconFlameOff",[["path",{d:"M8.973 8.974c-.335 .378 -.67 .716 -.973 1.026c-1.226 1.26 -2 3.24 -2 5a6 6 0 0 0 11.472 2.466m.383 -3.597c-.32 -1.409 -1.122 -3.045 -1.855 -3.869c-.281 .472 -.543 .87 -.79 1.202m-2.358 -2.35c-.068 -2.157 -1.182 -4.184 -1.852 -4.852c0 .968 -.18 1.801 -.465 2.527",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),j5=createReactComponent("flame","IconFlame",[["path",{d:"M12 12c2 -2.96 0 -7 -1 -8c0 3.038 -1.773 4.741 -3 6c-1.226 1.26 -2 3.24 -2 5a6 6 0 1 0 12 0c0 -1.532 -1.056 -3.94 -2 -5c-1.786 3 -2.791 3 -4 2z",key:"svg-0"}]]),j4=createReactComponent("flare","IconFlare",[["path",{d:"M12 3l3 6l6 3l-6 3l-3 6l-3 -6l-6 -3l6 -3z",key:"svg-0"}]]),j6=createReactComponent("flask-2-filled","IconFlask2Filled",[["path",{d:"M15 2a1 1 0 0 1 0 2v5.674l.062 .03a7 7 0 0 1 3.85 5.174l.037 .262a7 7 0 0 1 -3.078 6.693a1 1 0 0 1 -.553 .167h-6.635a1 1 0 0 1 -.552 -.166a7 7 0 0 1 .807 -12.134l.062 -.028v-5.672a1 1 0 1 1 0 -2h6zm-2 2h-2v6.34a1 1 0 0 1 -.551 .894l-.116 .049a5 5 0 0 0 -2.92 2.717h9.172a5 5 0 0 0 -2.918 -2.715a1 1 0 0 1 -.667 -.943v-6.342z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),j9=createReactComponent("flask-2-off","IconFlask2Off",[["path",{d:"M6.1 15h8.9",key:"svg-0"}],["path",{d:"M17.742 17.741a6 6 0 0 1 -2.424 3.259h-6.635a6 6 0 0 1 1.317 -10.66v-.326m0 -4.014v-3h4v7m.613 .598a6 6 0 0 1 2.801 2.817",key:"svg-1"}],["path",{d:"M9 3h6",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),j7=createReactComponent("flask-2","IconFlask2",[["path",{d:"M6.1 15h11.8",key:"svg-0"}],["path",{d:"M14 3v7.342a6 6 0 0 1 1.318 10.658h-6.635a6 6 0 0 1 1.317 -10.66v-7.34h4z",key:"svg-1"}],["path",{d:"M9 3h6",key:"svg-2"}]]),j8=createReactComponent("flask-filled","IconFlaskFilled",[["path",{d:"M15 2a1 1 0 0 1 0 2v4.826l3.932 10.814l.034 .077a1.7 1.7 0 0 1 -.002 1.193l-.07 .162a1.7 1.7 0 0 1 -1.213 .911l-.181 .017h-11l-.181 -.017a1.7 1.7 0 0 1 -1.285 -2.266l.039 -.09l3.927 -10.804v-4.823a1 1 0 1 1 0 -2h6zm-2 2h-2v4h2v-4z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Ee=createReactComponent("flask-off","IconFlaskOff",[["path",{d:"M9 3h6",key:"svg-0"}],["path",{d:"M13 9h1",key:"svg-1"}],["path",{d:"M10 3v3m-.268 3.736l-3.732 10.264a.7 .7 0 0 0 .5 1h11a.7 .7 0 0 0 .5 -1l-1.143 -3.142m-2.288 -6.294l-.569 -1.564v-6",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Et=createReactComponent("flask","IconFlask",[["path",{d:"M9 3l6 0",key:"svg-0"}],["path",{d:"M10 9l4 0",key:"svg-1"}],["path",{d:"M10 3v6l-4 11a.7 .7 0 0 0 .5 1h11a.7 .7 0 0 0 .5 -1l-4 -11v-6",key:"svg-2"}]]),Ea=createReactComponent("flip-flops","IconFlipFlops",[["path",{d:"M18 4c2.21 0 4 1.682 4 3.758c0 .078 0 .156 -.008 .234l-.6 9.014c-.11 1.683 -1.596 3 -3.392 3s-3.28 -1.311 -3.392 -3l-.6 -9.014c-.138 -2.071 1.538 -3.855 3.743 -3.985a4.15 4.15 0 0 1 .25 -.007z",key:"svg-0"}],["path",{d:"M14.5 14c1 -3.333 2.167 -5 3.5 -5c1.333 0 2.5 1.667 3.5 5",key:"svg-1"}],["path",{d:"M18 16v1",key:"svg-2"}],["path",{d:"M6 4c2.21 0 4 1.682 4 3.758c0 .078 0 .156 -.008 .234l-.6 9.014c-.11 1.683 -1.596 3 -3.392 3s-3.28 -1.311 -3.392 -3l-.6 -9.014c-.138 -2.071 1.538 -3.855 3.742 -3.985c.084 0 .167 -.007 .25 -.007z",key:"svg-3"}],["path",{d:"M2.5 14c1 -3.333 2.167 -5 3.5 -5c1.333 0 2.5 1.667 3.5 5",key:"svg-4"}],["path",{d:"M6 16v1",key:"svg-5"}]]),En=createReactComponent("flip-horizontal","IconFlipHorizontal",[["path",{d:"M3 12l18 0",key:"svg-0"}],["path",{d:"M7 16l10 0l-10 5l0 -5",key:"svg-1"}],["path",{d:"M7 8l10 0l-10 -5l0 5",key:"svg-2"}]]),Er=createReactComponent("flip-vertical","IconFlipVertical",[["path",{d:"M12 3l0 18",key:"svg-0"}],["path",{d:"M16 7l0 10l5 0l-5 -10",key:"svg-1"}],["path",{d:"M8 7l0 10l-5 0l5 -10",key:"svg-2"}]]),Eo=createReactComponent("float-center","IconFloatCenter",[["path",{d:"M9 5m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M4 7l1 0",key:"svg-1"}],["path",{d:"M4 11l1 0",key:"svg-2"}],["path",{d:"M19 7l1 0",key:"svg-3"}],["path",{d:"M19 11l1 0",key:"svg-4"}],["path",{d:"M4 15l16 0",key:"svg-5"}],["path",{d:"M4 19l16 0",key:"svg-6"}]]),El=createReactComponent("float-left","IconFloatLeft",[["path",{d:"M4 5m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M14 7l6 0",key:"svg-1"}],["path",{d:"M14 11l6 0",key:"svg-2"}],["path",{d:"M4 15l16 0",key:"svg-3"}],["path",{d:"M4 19l16 0",key:"svg-4"}]]),Ec=createReactComponent("float-none","IconFloatNone",[["path",{d:"M4 5m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M4 15l16 0",key:"svg-1"}],["path",{d:"M4 19l16 0",key:"svg-2"}]]),Ei=createReactComponent("float-right","IconFloatRight",[["path",{d:"M14 5m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M4 7l6 0",key:"svg-1"}],["path",{d:"M4 11l6 0",key:"svg-2"}],["path",{d:"M4 15l16 0",key:"svg-3"}],["path",{d:"M4 19l16 0",key:"svg-4"}]]),Es=createReactComponent("flower-off","IconFlowerOff",[["path",{d:"M9.875 9.882a3 3 0 0 0 4.247 4.238m.581 -3.423a3.012 3.012 0 0 0 -1.418 -1.409",key:"svg-0"}],["path",{d:"M9 5a3 3 0 0 1 6 0c0 .562 -.259 1.442 -.776 2.64l-.724 1.36l1.76 -1.893c.499 -.6 .922 -1 1.27 -1.205a2.968 2.968 0 0 1 4.07 1.099a3.011 3.011 0 0 1 -1.09 4.098c-.374 .217 -.99 .396 -1.846 .535l-1.779 .244m.292 .282l1.223 .166c1 .145 1.698 .337 2.11 .576a3.011 3.011 0 0 1 1.226 3.832m-2.277 1.733a2.968 2.968 0 0 1 -1.929 -.369c-.348 -.202 -.771 -.604 -1.27 -1.205l-1.76 -1.893l.724 1.36c.516 1.199 .776 2.079 .776 2.64a3 3 0 0 1 -6 0c0 -.562 .259 -1.442 .776 -2.64l.724 -1.36l-1.76 1.893c-.499 .601 -.922 1 -1.27 1.205a2.968 2.968 0 0 1 -4.07 -1.098a3.011 3.011 0 0 1 1.09 -4.098c.374 -.218 .99 -.396 1.846 -.536l2.664 -.366l-2.4 -.325c-1 -.145 -1.698 -.337 -2.11 -.576a3.011 3.011 0 0 1 -1.09 -4.099a2.968 2.968 0 0 1 2.134 -1.467",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),Ed=createReactComponent("flower","IconFlower",[["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M12 2a3 3 0 0 1 3 3c0 .562 -.259 1.442 -.776 2.64l-.724 1.36l1.76 -1.893c.499 -.6 .922 -1 1.27 -1.205a2.968 2.968 0 0 1 4.07 1.099a3.011 3.011 0 0 1 -1.09 4.098c-.374 .217 -.99 .396 -1.846 .535l-2.664 .366l2.4 .326c1 .145 1.698 .337 2.11 .576a3.011 3.011 0 0 1 1.09 4.098a2.968 2.968 0 0 1 -4.07 1.098c-.348 -.202 -.771 -.604 -1.27 -1.205l-1.76 -1.893l.724 1.36c.516 1.199 .776 2.079 .776 2.64a3 3 0 0 1 -6 0c0 -.562 .259 -1.442 .776 -2.64l.724 -1.36l-1.76 1.893c-.499 .601 -.922 1 -1.27 1.205a2.968 2.968 0 0 1 -4.07 -1.098a3.011 3.011 0 0 1 1.09 -4.098c.374 -.218 .99 -.396 1.846 -.536l2.664 -.366l-2.4 -.325c-1 -.145 -1.698 -.337 -2.11 -.576a3.011 3.011 0 0 1 -1.09 -4.099a2.968 2.968 0 0 1 4.07 -1.099c.348 .203 .771 .604 1.27 1.205l1.76 1.894c-1 -2.292 -1.5 -3.625 -1.5 -4a3 3 0 0 1 3 -3z",key:"svg-1"}]]),Eu=createReactComponent("focus-2","IconFocus2",[["circle",{cx:"12",cy:"12",r:".5",fill:"currentColor",key:"svg-0"}],["path",{d:"M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-1"}],["path",{d:"M12 3l0 2",key:"svg-2"}],["path",{d:"M3 12l2 0",key:"svg-3"}],["path",{d:"M12 19l0 2",key:"svg-4"}],["path",{d:"M19 12l2 0",key:"svg-5"}]]),Ep=createReactComponent("focus-auto","IconFocusAuto",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M10 15v-4a2 2 0 1 1 4 0v4",key:"svg-4"}],["path",{d:"M10 13h4",key:"svg-5"}]]),Eh=createReactComponent("focus-centered","IconFocusCentered",[["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-1"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-2"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-3"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-4"}]]),Ev=createReactComponent("focus","IconFocus",[["circle",{cx:"12",cy:"12",r:".5",fill:"currentColor",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),Eg=createReactComponent("fold-down","IconFoldDown",[["path",{d:"M12 11v8l3 -3m-6 0l3 3",key:"svg-0"}],["path",{d:"M9 7l1 0",key:"svg-1"}],["path",{d:"M14 7l1 0",key:"svg-2"}],["path",{d:"M19 7l1 0",key:"svg-3"}],["path",{d:"M4 7l1 0",key:"svg-4"}]]),Ey=createReactComponent("fold-up","IconFoldUp",[["path",{d:"M12 13v-8l-3 3m6 0l-3 -3",key:"svg-0"}],["path",{d:"M9 17l1 0",key:"svg-1"}],["path",{d:"M14 17l1 0",key:"svg-2"}],["path",{d:"M19 17l1 0",key:"svg-3"}],["path",{d:"M4 17l1 0",key:"svg-4"}]]),Ef=createReactComponent("fold","IconFold",[["path",{d:"M12 3v6l3 -3m-6 0l3 3",key:"svg-0"}],["path",{d:"M12 21v-6l3 3m-6 0l3 -3",key:"svg-1"}],["path",{d:"M4 12l1 0",key:"svg-2"}],["path",{d:"M9 12l1 0",key:"svg-3"}],["path",{d:"M14 12l1 0",key:"svg-4"}],["path",{d:"M19 12l1 0",key:"svg-5"}]]),Em=createReactComponent("folder-bolt","IconFolderBolt",[["path",{d:"M13 19h-8a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-1"}]]),Ek=createReactComponent("folder-cancel","IconFolderCancel",[["path",{d:"M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}]]),EM=createReactComponent("folder-check","IconFolderCheck",[["path",{d:"M11 19h-6a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}]]),Eb=createReactComponent("folder-code","IconFolderCode",[["path",{d:"M11 19h-6a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-2"}]]),EI=createReactComponent("folder-cog","IconFolderCog",[["path",{d:"M12.5 19h-7.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3",key:"svg-0"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19.001 15.5v1.5",key:"svg-2"}],["path",{d:"M19.001 21v1.5",key:"svg-3"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-4"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-5"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-6"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-7"}]]),EC=createReactComponent("folder-dollar","IconFolderDollar",[["path",{d:"M13.5 19h-8.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v1.5",key:"svg-0"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-1"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-2"}]]),Ex=createReactComponent("folder-down","IconFolderDown",[["path",{d:"M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}]]),ER=createReactComponent("folder-exclamation","IconFolderExclamation",[["path",{d:"M15 19h-10a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M19 16v3",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}]]),ES=createReactComponent("folder-filled","IconFolderFilled",[["path",{d:"M9 3a1 1 0 0 1 .608 .206l.1 .087l2.706 2.707h6.586a3 3 0 0 1 2.995 2.824l.005 .176v8a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-11a3 3 0 0 1 2.824 -2.995l.176 -.005h4z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),E_=createReactComponent("folder-heart","IconFolderHeart",[["path",{d:"M10.5 19h-5.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2",key:"svg-0"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-1"}]]),Ew=createReactComponent("folder-minus","IconFolderMinus",[["path",{d:"M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),EP=createReactComponent("folder-off","IconFolderOff",[["path",{d:"M8 4h1l3 3h7a2 2 0 0 1 2 2v8m-2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 1.189 -1.829",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),EO=createReactComponent("folder-open","IconFolderOpen",[["path",{d:"M5 19l2.757 -7.351a1 1 0 0 1 .936 -.649h12.307a1 1 0 0 1 .986 1.164l-.996 5.211a2 2 0 0 1 -1.964 1.625h-14.026a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2",key:"svg-0"}]]),EF=createReactComponent("folder-pause","IconFolderPause",[["path",{d:"M13 19h-8a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M17 17v5",key:"svg-1"}],["path",{d:"M21 17v5",key:"svg-2"}]]),Ez=createReactComponent("folder-pin","IconFolderPin",[["path",{d:"M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5",key:"svg-0"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-1"}],["path",{d:"M19 18v.01",key:"svg-2"}]]),ED=createReactComponent("folder-plus","IconFolderPlus",[["path",{d:"M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),EA=createReactComponent("folder-question","IconFolderQuestion",[["path",{d:"M15 19h-10a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),Ej=createReactComponent("folder-search","IconFolderSearch",[["path",{d:"M11 19h-6a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}]]),EE=createReactComponent("folder-share","IconFolderShare",[["path",{d:"M13 19h-8a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M16 22l5 -5",key:"svg-1"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-2"}]]),ET=createReactComponent("folder-star","IconFolderStar",[["path",{d:"M10 19h-5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5",key:"svg-0"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}]]),EB=createReactComponent("folder-symlink","IconFolderSymlink",[["path",{d:"M3 21v-4a3 3 0 0 1 3 -3h5",key:"svg-0"}],["path",{d:"M8 17l3 -3l-3 -3",key:"svg-1"}],["path",{d:"M3 11v-5a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8",key:"svg-2"}]]),EN=createReactComponent("folder-up","IconFolderUp",[["path",{d:"M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}]]),E$=createReactComponent("folder-x","IconFolderX",[["path",{d:"M13.5 19h-8.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}]]),EL=createReactComponent("folder","IconFolder",[["path",{d:"M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2",key:"svg-0"}]]),EW=createReactComponent("folders-off","IconFoldersOff",[["path",{d:"M17 17h-8a2 2 0 0 1 -2 -2v-8m1.177 -2.823c.251 -.114 .53 -.177 .823 -.177h3l2 2h5a2 2 0 0 1 2 2v7c0 .55 -.223 1.05 -.583 1.411",key:"svg-0"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),EH=createReactComponent("folders","IconFolders",[["path",{d:"M9 4h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2",key:"svg-1"}]]),EV=createReactComponent("forbid-2-filled","IconForbid2Filled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.293 4.953a1 1 0 0 0 -1.414 0l-6 6l-.083 .094a1 1 0 0 0 1.497 1.32l6 -6l.083 -.094a1 1 0 0 0 -.083 -1.32z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Eq=createReactComponent("forbid-2","IconForbid2",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 15l6 -6",key:"svg-1"}]]),EU=createReactComponent("forbid-filled","IconForbidFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-7.387 4.87a1 1 0 0 0 -1.32 1.497l6 6l.094 .083a1 1 0 0 0 1.32 -1.497l-6 -6z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),EG=createReactComponent("forbid","IconForbid",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 9l6 6",key:"svg-1"}]]),EX=createReactComponent("forklift","IconForklift",[["path",{d:"M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M14 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M7 17l5 0",key:"svg-2"}],["path",{d:"M3 17v-6h13v6",key:"svg-3"}],["path",{d:"M5 11v-4h4",key:"svg-4"}],["path",{d:"M9 11v-6h4l3 6",key:"svg-5"}],["path",{d:"M22 15h-3v-10",key:"svg-6"}],["path",{d:"M16 13l3 0",key:"svg-7"}]]),EK=createReactComponent("forms","IconForms",[["path",{d:"M12 3a3 3 0 0 0 -3 3v12a3 3 0 0 0 3 3",key:"svg-0"}],["path",{d:"M6 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3",key:"svg-1"}],["path",{d:"M13 7h7a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-7",key:"svg-2"}],["path",{d:"M5 7h-1a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h1",key:"svg-3"}],["path",{d:"M17 12h.01",key:"svg-4"}],["path",{d:"M13 12h.01",key:"svg-5"}]]),EY=createReactComponent("fountain-filled","IconFountainFilled",[["path",{d:"M15 2a4 4 0 0 1 4 4a1 1 0 0 1 -1.993 .117l-.007 -.117a2 2 0 0 0 -3.995 -.15l-.005 .15v9h1v-4a3 3 0 0 1 6 0a1 1 0 0 1 -1.993 .117l-.007 -.117a1 1 0 0 0 -1.993 -.117l-.007 .117v4h5a1 1 0 0 1 .993 .883l.007 .117v2a4 4 0 0 1 -3.8 3.995l-.2 .005h-12a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-2a1 1 0 0 1 .883 -.993l.117 -.007h5v-4a1 1 0 0 0 -1.993 -.117l-.007 .117a1 1 0 0 1 -2 0a3 3 0 0 1 5.995 -.176l.005 .176v4h1v-9a2 2 0 1 0 -4 0a1 1 0 1 1 -2 0a4 4 0 0 1 7.001 -2.645a3.983 3.983 0 0 1 2.999 -1.355z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),EZ=createReactComponent("fountain-off","IconFountainOff",[["path",{d:"M9 16v-5a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M15 16v-1m0 -4a2 2 0 1 1 4 0",key:"svg-1"}],["path",{d:"M12 16v-4m0 -4v-2a3 3 0 0 1 6 0",key:"svg-2"}],["path",{d:"M7.451 3.43a3 3 0 0 1 4.549 2.57",key:"svg-3"}],["path",{d:"M20 16h1v1m-.871 3.114a2.99 2.99 0 0 1 -2.129 .886h-12a3 3 0 0 1 -3 -3v-2h13",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),EQ=createReactComponent("fountain","IconFountain",[["path",{d:"M9 16v-5a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M15 16v-5a2 2 0 1 1 4 0",key:"svg-1"}],["path",{d:"M12 16v-10a3 3 0 0 1 6 0",key:"svg-2"}],["path",{d:"M6 6a3 3 0 0 1 6 0",key:"svg-3"}],["path",{d:"M3 16h18v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2z",key:"svg-4"}]]),EJ=createReactComponent("frame-off","IconFrameOff",[["path",{d:"M4 7h3m4 0h9",key:"svg-0"}],["path",{d:"M4 17h13",key:"svg-1"}],["path",{d:"M7 7v13",key:"svg-2"}],["path",{d:"M17 4v9m0 4v3",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),E1=createReactComponent("frame","IconFrame",[["path",{d:"M4 7l16 0",key:"svg-0"}],["path",{d:"M4 17l16 0",key:"svg-1"}],["path",{d:"M7 4l0 16",key:"svg-2"}],["path",{d:"M17 4l0 16",key:"svg-3"}]]),E0=createReactComponent("free-rights","IconFreeRights",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M13.867 9.75c-.246 -.48 -.708 -.769 -1.2 -.75h-1.334c-.736 0 -1.333 .67 -1.333 1.5c0 .827 .597 1.499 1.333 1.499h1.334c.736 0 1.333 .671 1.333 1.5c0 .828 -.597 1.499 -1.333 1.499h-1.334c-.492 .019 -.954 -.27 -1.2 -.75",key:"svg-1"}],["path",{d:"M12 7v2",key:"svg-2"}],["path",{d:"M12 15v2",key:"svg-3"}],["path",{d:"M6 6l1.5 1.5",key:"svg-4"}],["path",{d:"M16.5 16.5l1.5 1.5",key:"svg-5"}]]),E2=createReactComponent("freeze-column","IconFreezeColumn",[["path",{d:"M9 9.5l-6 6",key:"svg-0"}],["path",{d:"M9 4l-6 6",key:"svg-1"}],["path",{d:"M9 15l-5 5",key:"svg-2"}],["path",{d:"M9 3v18",key:"svg-3"}],["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-4"}]]),E3=createReactComponent("freeze-row-column","IconFreezeRowColumn",[["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-0"}],["path",{d:"M15 3l-12 12",key:"svg-1"}],["path",{d:"M9.5 3l-6 6",key:"svg-2"}],["path",{d:"M20 3.5l-5.5 5.5",key:"svg-3"}],["path",{d:"M9 15l-5 5",key:"svg-4"}],["path",{d:"M21 9h-12v12",key:"svg-5"}]]),E5=createReactComponent("freeze-row","IconFreezeRow",[["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-0"}],["path",{d:"M21 9h-18",key:"svg-1"}],["path",{d:"M15 3l-6 6",key:"svg-2"}],["path",{d:"M9.5 3l-6 6",key:"svg-3"}],["path",{d:"M20 3.5l-5.5 5.5",key:"svg-4"}]]),E4=createReactComponent("fridge-off","IconFridgeOff",[["path",{d:"M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14",key:"svg-0"}],["path",{d:"M5 10h5m4 0h5",key:"svg-1"}],["path",{d:"M9 13v3",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),E6=createReactComponent("fridge","IconFridge",[["path",{d:"M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M5 10h14",key:"svg-1"}],["path",{d:"M9 13v3",key:"svg-2"}],["path",{d:"M9 6v1",key:"svg-3"}]]),E9=createReactComponent("friends-off","IconFriendsOff",[["path",{d:"M5 5a2 2 0 0 0 2 2m2 -2a2 2 0 0 0 -2 -2",key:"svg-0"}],["path",{d:"M5 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5",key:"svg-1"}],["path",{d:"M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M15 22v-4h-2l1.254 -3.763m1.036 -2.942a1 1 0 0 1 .71 -.295h2a1 1 0 0 1 1 1l1.503 4.508m-1.503 2.492v3",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),E7=createReactComponent("friends","IconFriends",[["path",{d:"M7 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M5 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5",key:"svg-1"}],["path",{d:"M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M15 22v-4h-2l2 -6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1l2 6h-2v4",key:"svg-3"}]]),E8=createReactComponent("frustum-off","IconFrustumOff",[["path",{d:"M7.72 3.728l3.484 -1.558a1.95 1.95 0 0 1 1.59 0l4.496 2.01c.554 .246 .963 .736 1.112 1.328l2.538 10.158c.103 .412 .07 .832 -.075 1.206m-2.299 1.699l-5.725 2.738a1.945 1.945 0 0 1 -1.682 0l-7.035 -3.365a1.99 1.99 0 0 1 -1.064 -2.278l2.52 -10.08",key:"svg-0"}],["path",{d:"M18 4.82l-5.198 2.324a1.963 1.963 0 0 1 -1.602 0",key:"svg-1"}],["path",{d:"M12 7.32v.68m0 4v9.5",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Te=createReactComponent("frustum-plus","IconFrustumPlus",[["path",{d:"M12.841 21.309a1.945 1.945 0 0 1 -1.682 0l-7.035 -3.365a1.99 1.99 0 0 1 -1.064 -2.278l2.538 -10.158a1.98 1.98 0 0 1 1.11 -1.328l4.496 -2.01a1.95 1.95 0 0 1 1.59 0l4.496 2.01c.554 .246 .963 .736 1.112 1.328l1.67 6.683",key:"svg-0"}],["path",{d:"M18 4.82l-5.198 2.324a1.963 1.963 0 0 1 -1.602 0l-5.2 -2.325",key:"svg-1"}],["path",{d:"M12 7.32v14.18",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),Tt=createReactComponent("frustum","IconFrustum",[["path",{d:"M18.402 5.508l2.538 10.158a1.99 1.99 0 0 1 -1.064 2.278l-7.036 3.366a1.945 1.945 0 0 1 -1.682 0l-7.035 -3.365a1.99 1.99 0 0 1 -1.064 -2.278l2.539 -10.159a1.98 1.98 0 0 1 1.11 -1.328l4.496 -2.01a1.95 1.95 0 0 1 1.59 0l4.496 2.01c.554 .246 .963 .736 1.112 1.328z",key:"svg-0"}],["path",{d:"M18 4.82l-5.198 2.324a1.963 1.963 0 0 1 -1.602 0l-5.2 -2.325",key:"svg-1"}],["path",{d:"M12 7.32v14.18",key:"svg-2"}]]),Ta=createReactComponent("function-filled","IconFunctionFilled",[["path",{d:"M17.333 3a3.667 3.667 0 0 1 3.667 3.667v10.666a3.667 3.667 0 0 1 -3.667 3.667h-10.666a3.667 3.667 0 0 1 -3.667 -3.667v-10.666a3.667 3.667 0 0 1 3.667 -3.667zm-3.583 3a2.38 2.38 0 0 0 -2.37 2.145l-.285 2.855h-2.095l-.117 .007a1 1 0 0 0 .117 1.993h1.894l-.265 2.656l-.014 .071a.38 .38 0 0 1 -.365 .273a.25 .25 0 0 1 -.25 -.25v-.25l-.007 -.117a1 1 0 0 0 -1.993 .117v.25l.005 .154a2.25 2.25 0 0 0 2.245 2.096a2.38 2.38 0 0 0 2.37 -2.145l.284 -2.855h2.096l.117 -.007a1 1 0 0 0 -.117 -1.993h-1.895l.266 -2.656l.014 -.071a.381 .381 0 0 1 .365 -.273a.25 .25 0 0 1 .25 .25v.25l.007 .117a1 1 0 0 0 1.993 -.117v-.25l-.005 -.154a2.25 2.25 0 0 0 -2.245 -2.096z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Tn=createReactComponent("function-off","IconFunctionOff",[["path",{d:"M9 15.5v.25c0 .69 .56 1.25 1.25 1.25a1.38 1.38 0 0 0 1.374 -1.244l.376 -3.756m.363 -3.63l.013 -.126a1.38 1.38 0 0 1 1.374 -1.244c.69 0 1.25 .56 1.25 1.25v.25",key:"svg-0"}],["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405",key:"svg-1"}],["path",{d:"M9 12h3",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Tr=createReactComponent("function","IconFunction",[["path",{d:"M4 4m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h10.666a2.667 2.667 0 0 1 2.667 2.667v10.666a2.667 2.667 0 0 1 -2.667 2.667h-10.666a2.667 2.667 0 0 1 -2.667 -2.667z",key:"svg-0"}],["path",{d:"M9 15.5v.25c0 .69 .56 1.25 1.25 1.25c.71 0 1.304 -.538 1.374 -1.244l.752 -7.512a1.381 1.381 0 0 1 1.374 -1.244c.69 0 1.25 .56 1.25 1.25v.25",key:"svg-1"}],["path",{d:"M9 12h6",key:"svg-2"}]]),To=createReactComponent("galaxy","IconGalaxy",[["path",{d:"M12 3c-1.333 1 -2 2.5 -2 4.5c0 3 2 4.5 2 4.5s2 1.5 2 4.5c0 2 -.667 3.5 -2 4.5",key:"svg-0"}],["path",{d:"M19.794 16.5c-.2 -1.655 -1.165 -2.982 -2.897 -3.982c-2.597 -1.5 -4.897 -.518 -4.897 -.518s-2.299 .982 -4.897 -.518c-1.732 -1 -2.698 -2.327 -2.897 -3.982",key:"svg-1"}],["path",{d:"M19.794 7.5c-1.532 -.655 -3.165 -.482 -4.897 .518c-2.597 1.5 -2.897 3.982 -2.897 3.982s-.299 2.482 -2.897 3.982c-1.732 1 -3.365 1.173 -4.897 .518",key:"svg-2"}]]),Tl=createReactComponent("garden-cart-off","IconGardenCartOff",[["path",{d:"M15.733 15.732a2.5 2.5 0 1 0 3.544 3.527",key:"svg-0"}],["path",{d:"M6 8v11a1 1 0 0 0 1.806 .591l3.694 -5.091v.055",key:"svg-1"}],["path",{d:"M6 8h2m4 0h9l-3 6.01m-3.319 .693l-4.276 -.45a4 4 0 0 1 -3.296 -2.493l-2.853 -7.13a1 1 0 0 0 -.928 -.63h-1.323",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Tc=createReactComponent("garden-cart","IconGardenCart",[["path",{d:"M17.5 17.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-0"}],["path",{d:"M6 8v11a1 1 0 0 0 1.806 .591l3.694 -5.091v.055",key:"svg-1"}],["path",{d:"M6 8h15l-3.5 7l-7.1 -.747a4 4 0 0 1 -3.296 -2.493l-2.853 -7.13a1 1 0 0 0 -.928 -.63h-1.323",key:"svg-2"}]]),Ti=createReactComponent("gas-station-off","IconGasStationOff",[["path",{d:"M15 11a2 2 0 0 1 2 2m3 3v-7l-3 -3",key:"svg-0"}],["path",{d:"M4 20v-14c0 -.548 .22 -1.044 .577 -1.405m3.423 -.595h4a2 2 0 0 1 2 2v4m0 4v6",key:"svg-1"}],["path",{d:"M3 20h12",key:"svg-2"}],["path",{d:"M18 7v1a1 1 0 0 0 1 1h1",key:"svg-3"}],["path",{d:"M4 11h7",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),Ts=createReactComponent("gas-station","IconGasStation",[["path",{d:"M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3",key:"svg-0"}],["path",{d:"M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14",key:"svg-1"}],["path",{d:"M3 20l12 0",key:"svg-2"}],["path",{d:"M18 7v1a1 1 0 0 0 1 1h1",key:"svg-3"}],["path",{d:"M4 11l10 0",key:"svg-4"}]]),Td=createReactComponent("gauge-filled","IconGaugeFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-.293 3.953a1 1 0 0 0 -1.414 0l-2.59 2.59l-.083 .094l-.068 .1a2.001 2.001 0 0 0 -2.547 1.774l-.005 .149l.005 .15a2 2 0 1 0 3.917 -.701a.968 .968 0 0 0 .195 -.152l2.59 -2.59l.083 -.094a1 1 0 0 0 -.083 -1.32zm-4.707 -1.293a6 6 0 0 0 -6 6a1 1 0 0 0 2 0a4 4 0 0 1 4 -4a1 1 0 0 0 0 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Tu=createReactComponent("gauge-off","IconGaugeOff",[["path",{d:"M20.038 16.052a9 9 0 0 0 -12.067 -12.102m-2.333 1.686a9 9 0 1 0 12.73 12.726",key:"svg-0"}],["path",{d:"M11.283 11.303a1 1 0 0 0 1.419 1.41",key:"svg-1"}],["path",{d:"M14 10l2 -2",key:"svg-2"}],["path",{d:"M7 12c0 -1.386 .564 -2.64 1.475 -3.546m2.619 -1.372c.294 -.054 .597 -.082 .906 -.082",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),Tp=createReactComponent("gauge","IconGauge",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M13.41 10.59l2.59 -2.59",key:"svg-2"}],["path",{d:"M7 12a5 5 0 0 1 5 -5",key:"svg-3"}]]),Th=createReactComponent("gavel","IconGavel",[["path",{d:"M13 10l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385",key:"svg-0"}],["path",{d:"M6 9l4 4",key:"svg-1"}],["path",{d:"M13 10l-4 -4",key:"svg-2"}],["path",{d:"M3 21h7",key:"svg-3"}],["path",{d:"M6.793 15.793l-3.586 -3.586a1 1 0 0 1 0 -1.414l2.293 -2.293l.5 .5l3 -3l-.5 -.5l2.293 -2.293a1 1 0 0 1 1.414 0l3.586 3.586a1 1 0 0 1 0 1.414l-2.293 2.293l-.5 -.5l-3 3l.5 .5l-2.293 2.293a1 1 0 0 1 -1.414 0z",key:"svg-4"}]]),Tv=createReactComponent("gender-agender","IconGenderAgender",[["path",{d:"M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0",key:"svg-0"}],["path",{d:"M7 12h11",key:"svg-1"}]]),Tg=createReactComponent("gender-androgyne","IconGenderAndrogyne",[["path",{d:"M13 11l6 -6",key:"svg-0"}],["path",{d:"M9 15m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-1"}],["path",{d:"M19 9v-4h-4",key:"svg-2"}],["path",{d:"M16.5 10.5l-3 -3",key:"svg-3"}]]),Ty=createReactComponent("gender-bigender","IconGenderBigender",[["path",{d:"M11 11m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M19 3l-5 5",key:"svg-1"}],["path",{d:"M15 3h4v4",key:"svg-2"}],["path",{d:"M11 16v6",key:"svg-3"}],["path",{d:"M8 19h6",key:"svg-4"}]]),Tf=createReactComponent("gender-demiboy","IconGenderDemiboy",[["path",{d:"M10 14m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M19 5l-5.4 5.4",key:"svg-1"}],["path",{d:"M19 5h-5",key:"svg-2"}]]),Tm=createReactComponent("gender-demigirl","IconGenderDemigirl",[["path",{d:"M12 9m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M12 14v7",key:"svg-1"}],["path",{d:"M9 18h3",key:"svg-2"}]]),Tk=createReactComponent("gender-epicene","IconGenderEpicene",[["path",{d:"M15.536 15.536a5 5 0 1 0 -7.072 -7.072a5 5 0 0 0 7.072 7.072z",key:"svg-0"}],["path",{d:"M15.536 15.535l5.464 -5.535",key:"svg-1"}],["path",{d:"M3 14l5.464 -5.535",key:"svg-2"}],["path",{d:"M12 12h.01",key:"svg-3"}]]),TM=createReactComponent("gender-female","IconGenderFemale",[["path",{d:"M12 9m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M12 14v7",key:"svg-1"}],["path",{d:"M9 18h6",key:"svg-2"}]]),Tb=createReactComponent("gender-femme","IconGenderFemme",[["path",{d:"M12 9m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M12 14v7",key:"svg-1"}],["path",{d:"M7 18h10",key:"svg-2"}]]),TI=createReactComponent("gender-genderfluid","IconGenderGenderfluid",[["path",{d:"M10 15.464a4 4 0 1 0 4 -6.928a4 4 0 0 0 -4 6.928z",key:"svg-0"}],["path",{d:"M15.464 14l3 -5.196",key:"svg-1"}],["path",{d:"M5.536 15.195l3 -5.196",key:"svg-2"}],["path",{d:"M12 12h.01",key:"svg-3"}],["path",{d:"M9 9l-6 -6",key:"svg-4"}],["path",{d:"M5.5 8.5l3 -3",key:"svg-5"}],["path",{d:"M21 21l-6 -6",key:"svg-6"}],["path",{d:"M17 20l3 -3",key:"svg-7"}],["path",{d:"M3 7v-4h4",key:"svg-8"}]]),TC=createReactComponent("gender-genderless","IconGenderGenderless",[["path",{d:"M12 10a5 5 0 1 1 0 10a5 5 0 0 1 0 -10z",key:"svg-0"}],["path",{d:"M12 10v-7",key:"svg-1"}],["path",{d:"M7 15h10",key:"svg-2"}]]),Tx=createReactComponent("gender-genderqueer","IconGenderGenderqueer",[["path",{d:"M12 11a5 5 0 1 1 0 10a5 5 0 0 1 0 -10z",key:"svg-0"}],["path",{d:"M12 11v-8",key:"svg-1"}],["path",{d:"M14.5 4.5l-5 3",key:"svg-2"}],["path",{d:"M9.5 4.5l5 3",key:"svg-3"}]]),TR=createReactComponent("gender-hermaphrodite","IconGenderHermaphrodite",[["path",{d:"M12 14v7",key:"svg-0"}],["path",{d:"M9 18h6",key:"svg-1"}],["path",{d:"M12 6a4 4 0 1 1 0 8a4 4 0 0 1 0 -8z",key:"svg-2"}],["path",{d:"M15 3a3 3 0 1 1 -6 0",key:"svg-3"}]]),TS=createReactComponent("gender-intergender","IconGenderIntergender",[["path",{d:"M13.5 11.5l6.5 6.5v-4",key:"svg-0"}],["path",{d:"M11.5 13.5l6.5 6.5",key:"svg-1"}],["path",{d:"M9 4a5 5 0 1 1 0 10a5 5 0 0 1 0 -10z",key:"svg-2"}],["path",{d:"M14 20l2 -2",key:"svg-3"}]]),T_=createReactComponent("gender-male","IconGenderMale",[["path",{d:"M10 14m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M19 5l-5.4 5.4",key:"svg-1"}],["path",{d:"M19 5h-5",key:"svg-2"}],["path",{d:"M19 5v5",key:"svg-3"}]]),Tw=createReactComponent("gender-neutrois","IconGenderNeutrois",[["path",{d:"M12 10a5 5 0 1 1 0 10a5 5 0 0 1 0 -10z",key:"svg-0"}],["path",{d:"M12 10v-7",key:"svg-1"}]]),TP=createReactComponent("gender-third","IconGenderThird",[["path",{d:"M11 12a5 5 0 1 0 10 0a5 5 0 0 0 -10 0z",key:"svg-0"}],["path",{d:"M11 12h-3",key:"svg-1"}],["path",{d:"M8 12l-5 -4v8z",key:"svg-2"}]]),TO=createReactComponent("gender-transgender","IconGenderTransgender",[["path",{d:"M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M15 9l6 -6",key:"svg-1"}],["path",{d:"M21 7v-4h-4",key:"svg-2"}],["path",{d:"M9 9l-6 -6",key:"svg-3"}],["path",{d:"M3 7v-4h4",key:"svg-4"}],["path",{d:"M5.5 8.5l3 -3",key:"svg-5"}],["path",{d:"M12 16v5",key:"svg-6"}],["path",{d:"M9.5 19h5",key:"svg-7"}]]),TF=createReactComponent("gender-trasvesti","IconGenderTrasvesti",[["path",{d:"M15 20a5 5 0 1 1 0 -10a5 5 0 0 1 0 10z",key:"svg-0"}],["path",{d:"M6 6l5.4 5.4",key:"svg-1"}],["path",{d:"M4 8l4 -4",key:"svg-2"}]]),Tz=createReactComponent("geometry","IconGeometry",[["path",{d:"M7 21l4 -12m2 0l1.48 4.439m.949 2.847l1.571 4.714",key:"svg-0"}],["path",{d:"M12 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M4 12c1.526 2.955 4.588 5 8 5c3.41 0 6.473 -2.048 8 -5",key:"svg-2"}],["path",{d:"M12 5v-2",key:"svg-3"}]]),TD=createReactComponent("ghost-2-filled","IconGhost2Filled",[["path",{d:"M12 1.999l.041 .002l.208 .003a8 8 0 0 1 7.747 7.747l.003 .248l.177 .006a3 3 0 0 1 2.819 2.819l.005 .176a3 3 0 0 1 -3 3l-.001 1.696l1.833 2.75a1 1 0 0 1 -.72 1.548l-.112 .006h-10c-3.445 .002 -6.327 -2.49 -6.901 -5.824l-.028 -.178l-.071 .001a3 3 0 0 1 -2.995 -2.824l-.005 -.175a3 3 0 0 1 3 -3l.004 -.25a8 8 0 0 1 7.996 -7.75zm0 10.001a2 2 0 0 0 -2 2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1a2 2 0 0 0 -2 -2zm-1.99 -4l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm4 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),TA=createReactComponent("ghost-2","IconGhost2",[["path",{d:"M10 9h.01",key:"svg-0"}],["path",{d:"M14 9h.01",key:"svg-1"}],["path",{d:"M12 3a7 7 0 0 1 7 7v1l1 0a2 2 0 1 1 0 4l-1 0v3l2 3h-10a6 6 0 0 1 -6 -5.775l0 -.226l-1 0a2 2 0 0 1 0 -4l1 0v-1a7 7 0 0 1 7 -7z",key:"svg-2"}],["path",{d:"M11 14h2a1 1 0 0 0 -2 0z",key:"svg-3"}]]),Tj=createReactComponent("ghost-3","IconGhost3",[["path",{d:"M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7",key:"svg-0"}],["path",{d:"M10 10h.01",key:"svg-1"}],["path",{d:"M14 10h.01",key:"svg-2"}]]),TE=createReactComponent("ghost-filled","IconGhostFilled",[["path",{d:"M12 3a8 8 0 0 1 7.996 7.75l.004 .25l-.001 6.954l.01 .103a2.78 2.78 0 0 1 -1.468 2.618l-.163 .08c-1.053 .475 -2.283 .248 -3.129 -.593l-.137 -.146a.65 .65 0 0 0 -1.024 0a2.65 2.65 0 0 1 -4.176 0a.65 .65 0 0 0 -.512 -.25c-.2 0 -.389 .092 -.55 .296a2.78 2.78 0 0 1 -4.859 -2.005l.008 -.091l.001 -6.966l.004 -.25a8 8 0 0 1 7.996 -7.75zm2.82 10.429a1 1 0 0 0 -1.391 -.25a2.5 2.5 0 0 1 -2.858 0a1 1 0 0 0 -1.142 1.642a4.5 4.5 0 0 0 5.142 0a1 1 0 0 0 .25 -1.392zm-4.81 -4.429l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm4 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),TT=createReactComponent("ghost-off","IconGhostOff",[["path",{d:"M8.794 4.776a7 7 0 0 1 10.206 6.224v4m-.12 3.898a1.779 1.779 0 0 1 -2.98 .502a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7c0 -1.683 .594 -3.227 1.583 -4.434",key:"svg-0"}],["path",{d:"M14 10h.01",key:"svg-1"}],["path",{d:"M10 14a3.5 3.5 0 0 0 4 0",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),TB=createReactComponent("ghost","IconGhost",[["path",{d:"M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7",key:"svg-0"}],["path",{d:"M10 10l.01 0",key:"svg-1"}],["path",{d:"M14 10l.01 0",key:"svg-2"}],["path",{d:"M10 14a3.5 3.5 0 0 0 4 0",key:"svg-3"}]]),TN=createReactComponent("gif","IconGif",[["path",{d:"M8 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-0"}],["path",{d:"M12 8v8",key:"svg-1"}],["path",{d:"M16 12h3",key:"svg-2"}],["path",{d:"M20 8h-4v8",key:"svg-3"}]]),T$=createReactComponent("gift-card-filled","IconGiftCardFilled",[["path",{d:"M18 4a4 4 0 0 1 3.995 3.8l.005 .2v8a4 4 0 0 1 -3.8 3.995l-.2 .005h-12a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-8a4 4 0 0 1 3.8 -3.995l.2 -.005h12zm-5.493 5l-.19 .004c-.928 .052 -1.719 .583 -2.317 1.444c-.56 -.805 -1.288 -1.322 -2.139 -1.428l-.198 -.017l-.164 -.003l-.16 .005c-1.28 .086 -2.339 1.179 -2.339 2.495c0 1.226 1.222 2.211 2.453 2.447l.16 .026l-1.32 1.32l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.32 -1.32c1.229 -.169 2.502 -1.11 2.606 -2.315l.007 -.158l-.005 -.163c-.08 -1.189 -1.02 -2.162 -2.175 -2.316l-.159 -.016l-.154 -.005zm-.025 2l.102 .009c.194 .04 .367 .21 .407 .406l.009 .085l-.012 .031l-.034 .04c-.13 .135 -.513 .369 -.836 .42l-.118 .009h-.602l.052 -.1l.088 -.156c.27 -.444 .574 -.696 .852 -.738l.092 -.006zm-4.964 0l.084 .005l.094 .02c.254 .077 .523 .32 .765 .718l.09 .157l.05 .1h-.601l-.106 -.008c-.398 -.057 -.894 -.4 -.894 -.492c0 -.23 .194 -.446 .416 -.491l.102 -.01z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),TL=createReactComponent("gift-card","IconGiftCard",[["path",{d:"M3 5m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M7 16l3 -3l3 3",key:"svg-1"}],["path",{d:"M8 13c-.789 0 -2 -.672 -2 -1.5s.711 -1.5 1.5 -1.5c1.128 -.02 2.077 1.17 2.5 3c.423 -1.83 1.372 -3.02 2.5 -3c.789 0 1.5 .672 1.5 1.5s-1.211 1.5 -2 1.5h-4z",key:"svg-2"}]]),TW=createReactComponent("gift-filled","IconGiftFilled",[["path",{d:"M11 14v8h-4a3 3 0 0 1 -3 -3v-4a1 1 0 0 1 1 -1h6zm8 0a1 1 0 0 1 1 1v4a3 3 0 0 1 -3 3h-4v-8h6zm-2.5 -12a3.5 3.5 0 0 1 3.163 5h.337a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-7v-5h-2v5h-7a2 2 0 0 1 -2 -2v-1a2 2 0 0 1 2 -2h.337a3.486 3.486 0 0 1 -.337 -1.5c0 -1.933 1.567 -3.5 3.483 -3.5c1.755 -.03 3.312 1.092 4.381 2.934l.136 .243c1.033 -1.914 2.56 -3.114 4.291 -3.175l.209 -.002zm-9 2a1.5 1.5 0 0 0 0 3h3.143c-.741 -1.905 -1.949 -3.02 -3.143 -3zm8.983 0c-1.18 -.02 -2.385 1.096 -3.126 3h3.143a1.5 1.5 0 1 0 -.017 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),TH=createReactComponent("gift-off","IconGiftOff",[["path",{d:"M12 8h8a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-4m-4 0h-8a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h4",key:"svg-0"}],["path",{d:"M12 12v9",key:"svg-1"}],["path",{d:"M19 12v3m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7",key:"svg-2"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 -2.457 -2.963m2.023 -2c.14 -.023 .286 -.037 .434 -.037c1.974 -.034 3.76 1.95 4.5 5c.74 -3.05 2.526 -5.034 4.5 -5a2.5 2.5 0 1 1 0 5",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),TV=createReactComponent("gift","IconGift",[["path",{d:"M3 8m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M12 8l0 13",key:"svg-1"}],["path",{d:"M19 12v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7",key:"svg-2"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0 -5a4.8 8 0 0 1 4.5 5a4.8 8 0 0 1 4.5 -5a2.5 2.5 0 0 1 0 5",key:"svg-3"}]]),Tq=createReactComponent("git-branch-deleted","IconGitBranchDeleted",[["path",{d:"M7 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M7 8v8",key:"svg-2"}],["path",{d:"M9 18h6a2 2 0 0 0 2 -2v-5",key:"svg-3"}],["path",{d:"M14 14l3 -3l3 3",key:"svg-4"}],["path",{d:"M15 4l4 4",key:"svg-5"}],["path",{d:"M15 8l4 -4",key:"svg-6"}]]),TU=createReactComponent("git-branch","IconGitBranch",[["path",{d:"M7 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M7 8l0 8",key:"svg-3"}],["path",{d:"M9 18h6a2 2 0 0 0 2 -2v-5",key:"svg-4"}],["path",{d:"M14 14l3 -3l3 3",key:"svg-5"}]]),TG=createReactComponent("git-cherry-pick","IconGitCherryPick",[["path",{d:"M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M7 3v6",key:"svg-1"}],["path",{d:"M7 15v6",key:"svg-2"}],["path",{d:"M13 7h2.5l1.5 5l-1.5 5h-2.5",key:"svg-3"}],["path",{d:"M17 12h3",key:"svg-4"}]]),TX=createReactComponent("git-commit","IconGitCommit",[["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M12 3l0 6",key:"svg-1"}],["path",{d:"M12 15l0 6",key:"svg-2"}]]),TK=createReactComponent("git-compare","IconGitCompare",[["path",{d:"M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M11 6h5a2 2 0 0 1 2 2v8",key:"svg-2"}],["path",{d:"M14 9l-3 -3l3 -3",key:"svg-3"}],["path",{d:"M13 18h-5a2 2 0 0 1 -2 -2v-8",key:"svg-4"}],["path",{d:"M10 15l3 3l-3 3",key:"svg-5"}]]),TY=createReactComponent("git-fork","IconGitFork",[["path",{d:"M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M7 8v2a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M12 12l0 4",key:"svg-4"}]]),TZ=createReactComponent("git-merge","IconGitMerge",[["path",{d:"M7 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M17 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M7 8l0 8",key:"svg-3"}],["path",{d:"M7 8a4 4 0 0 0 4 4h4",key:"svg-4"}]]),TQ=createReactComponent("git-pull-request-closed","IconGitPullRequestClosed",[["path",{d:"M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M6 8v8",key:"svg-3"}],["path",{d:"M18 11v5",key:"svg-4"}],["path",{d:"M16 4l4 4m0 -4l-4 4",key:"svg-5"}]]),TJ=createReactComponent("git-pull-request-draft","IconGitPullRequestDraft",[["path",{d:"M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M6 8v8",key:"svg-3"}],["path",{d:"M18 11h.01",key:"svg-4"}],["path",{d:"M18 6h.01",key:"svg-5"}]]),T1=createReactComponent("git-pull-request","IconGitPullRequest",[["path",{d:"M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M6 8l0 8",key:"svg-3"}],["path",{d:"M11 6h5a2 2 0 0 1 2 2v8",key:"svg-4"}],["path",{d:"M14 9l-3 -3l3 -3",key:"svg-5"}]]),T0=createReactComponent("gizmo","IconGizmo",[["path",{d:"M20 19l-8 -5.5l-8 5.5",key:"svg-0"}],["path",{d:"M12 4v9.5",key:"svg-1"}],["path",{d:"M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M4 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M20 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}]]),T2=createReactComponent("glass-full-filled","IconGlassFullFilled",[["path",{d:"M5.004 10.229l-.003 -.186l.001 -.113l.008 -.071l1 -7a1 1 0 0 1 .877 -.853l.113 -.006h10a1 1 0 0 1 .968 .747l.022 .112l1.006 7.05l.004 .091c0 3.226 -2.56 5.564 -6 5.945v4.055h3a1 1 0 0 1 .117 1.993l-.117 .007h-8a1 1 0 0 1 -.117 -1.993l.117 -.007h3v-4.055c-3.358 -.371 -5.878 -2.609 -5.996 -5.716zm11.129 -6.229h-8.267l-.607 4.258a6.001 6.001 0 0 1 5.125 .787l.216 .155a4 4 0 0 0 4.32 .31l-.787 -5.51z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),T3=createReactComponent("glass-full","IconGlassFull",[["path",{d:"M8 21l8 0",key:"svg-0"}],["path",{d:"M12 15l0 6",key:"svg-1"}],["path",{d:"M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z",key:"svg-2"}],["path",{d:"M6 10a5 5 0 0 1 6 0a5 5 0 0 0 6 0",key:"svg-3"}]]),T5=createReactComponent("glass-off","IconGlassOff",[["path",{d:"M8 21l8 0",key:"svg-0"}],["path",{d:"M12 15l0 6",key:"svg-1"}],["path",{d:"M7 3h10l1 7a4.511 4.511 0 0 1 -1.053 2.94m-2.386 1.625a7.48 7.48 0 0 1 -2.561 .435c-3.314 0 -6 -1.988 -6 -5l.5 -3.495",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),T4=createReactComponent("glass","IconGlass",[["path",{d:"M8 21l8 0",key:"svg-0"}],["path",{d:"M12 15l0 6",key:"svg-1"}],["path",{d:"M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z",key:"svg-2"}]]),T6=createReactComponent("globe-filled","IconGlobeFilled",[["path",{d:"M11 4a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M14.133 1.502a1 1 0 0 1 1.365 -.369a9.015 9.015 0 1 1 -10.404 14.622a1 1 0 1 1 1.312 -1.51a7.015 7.015 0 1 0 8.096 -11.378a1 1 0 0 1 -.369 -1.365z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M11 16a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -1.993 .117l-.007 -.117v-4a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-8a1 1 0 0 1 -.117 -1.993l.117 -.007h8z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}]]),T9=createReactComponent("globe-off","IconGlobeOff",[["path",{d:"M7.353 7.355a4 4 0 0 0 5.29 5.293m2.007 -2.009a4 4 0 0 0 -5.3 -5.284",key:"svg-0"}],["path",{d:"M5.75 15a8.015 8.015 0 0 0 9.792 .557m2.02 -1.998a8.015 8.015 0 0 0 -2.562 -11.559",key:"svg-1"}],["path",{d:"M11 17v4",key:"svg-2"}],["path",{d:"M7 21h8",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),T7=createReactComponent("globe","IconGlobe",[["path",{d:"M7 9a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M5.75 15a8.015 8.015 0 1 0 9.25 -13",key:"svg-1"}],["path",{d:"M11 17v4",key:"svg-2"}],["path",{d:"M7 21h8",key:"svg-3"}]]),T8=createReactComponent("go-game","IconGoGame",[["path",{d:"M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M3 12h7m4 0h7",key:"svg-4"}],["path",{d:"M3 6h1m4 0h13",key:"svg-5"}],["path",{d:"M3 18h1m4 0h8m4 0h1",key:"svg-6"}],["path",{d:"M6 3v1m0 4v8m0 4v1",key:"svg-7"}],["path",{d:"M12 3v7m0 4v7",key:"svg-8"}],["path",{d:"M18 3v13m0 4v1",key:"svg-9"}]]),Be=createReactComponent("golf-off","IconGolfOff",[["path",{d:"M12 18v-6m0 -4v-5l7 4l-5.07 2.897",key:"svg-0"}],["path",{d:"M9 17.67c-.62 .36 -1 .82 -1 1.33c0 1.1 1.8 2 4 2s4 -.9 4 -2c0 -.5 -.38 -.97 -1 -1.33",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),Bt=createReactComponent("golf","IconGolf",[["path",{d:"M12 18v-15l7 4l-7 4",key:"svg-0"}],["path",{d:"M9 17.67c-.62 .36 -1 .82 -1 1.33c0 1.1 1.8 2 4 2s4 -.9 4 -2c0 -.5 -.38 -.97 -1 -1.33",key:"svg-1"}]]),Ba=createReactComponent("gps","IconGps",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 17l-1 -4l-4 -1l9 -4z",key:"svg-1"}]]),Bn=createReactComponent("gradienter","IconGradienter",[["path",{d:"M3.227 14c.917 4 4.497 7 8.773 7c4.277 0 7.858 -3 8.773 -7",key:"svg-0"}],["path",{d:"M20.78 10a9 9 0 0 0 -8.78 -7a8.985 8.985 0 0 0 -8.782 7",key:"svg-1"}],["path",{d:"M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}]]),Br=createReactComponent("grain","IconGrain",[["path",{d:"M4.5 9.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M9.5 4.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M9.5 14.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M4.5 19.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M14.5 9.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}],["path",{d:"M19.5 4.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-5"}],["path",{d:"M14.5 19.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-6"}],["path",{d:"M19.5 14.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-7"}]]),Bo=createReactComponent("graph-filled","IconGraphFilled",[["path",{d:"M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12zm-2.293 6.293a1 1 0 0 0 -1.414 0l-2.293 2.292l-1.293 -1.292a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l1.293 1.292a1 1 0 0 0 1.414 -1.414l-2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Bl=createReactComponent("graph-off","IconGraphOff",[["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405",key:"svg-0"}],["path",{d:"M7 14l3 -3l2 2l.5 -.5m2 -2l.5 -.5l2 2",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),Bc=createReactComponent("graph","IconGraph",[["path",{d:"M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 14l3 -3l2 2l3 -3l2 2",key:"svg-1"}]]),Bi=createReactComponent("grave-2","IconGrave2",[["path",{d:"M7 16.17v-9.17a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3v9.171",key:"svg-0"}],["path",{d:"M12 7v5",key:"svg-1"}],["path",{d:"M10 9h4",key:"svg-2"}],["path",{d:"M5 21v-2a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v2h-14z",key:"svg-3"}]]),Bs=createReactComponent("grave","IconGrave",[["path",{d:"M5 21v-2a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v2h-14z",key:"svg-0"}],["path",{d:"M10 16v-5h-4v-4h4v-4h4v4h4v4h-4v5",key:"svg-1"}]]),Bd=createReactComponent("grid-3x3","IconGrid3x3",[["path",{d:"M3 8h18",key:"svg-0"}],["path",{d:"M3 16h18",key:"svg-1"}],["path",{d:"M8 3v18",key:"svg-2"}],["path",{d:"M16 3v18",key:"svg-3"}]]),Bu=createReactComponent("grid-4x4","IconGrid4x4",[["path",{d:"M3 6h18",key:"svg-0"}],["path",{d:"M3 12h18",key:"svg-1"}],["path",{d:"M3 18h18",key:"svg-2"}],["path",{d:"M6 3v18",key:"svg-3"}],["path",{d:"M12 3v18",key:"svg-4"}],["path",{d:"M18 3v18",key:"svg-5"}]]),Bp=createReactComponent("grid-dots","IconGridDots",[["path",{d:"M5 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M12 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M19 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}],["path",{d:"M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-5"}],["path",{d:"M5 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-6"}],["path",{d:"M12 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-7"}],["path",{d:"M19 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-8"}]]),Bh=createReactComponent("grid-goldenratio","IconGridGoldenratio",[["path",{d:"M3 10h18",key:"svg-0"}],["path",{d:"M3 14h18",key:"svg-1"}],["path",{d:"M10 3v18",key:"svg-2"}],["path",{d:"M14 3v18",key:"svg-3"}]]),Bv=createReactComponent("grid-pattern","IconGridPattern",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8v8",key:"svg-1"}],["path",{d:"M14 8v8",key:"svg-2"}],["path",{d:"M8 10h8",key:"svg-3"}],["path",{d:"M8 14h8",key:"svg-4"}]]),Bg=createReactComponent("grid-scan","IconGridScan",[["path",{d:"M10 8v8",key:"svg-0"}],["path",{d:"M14 8v8",key:"svg-1"}],["path",{d:"M8 10h8",key:"svg-2"}],["path",{d:"M8 14h8",key:"svg-3"}],["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-4"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-5"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-6"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-7"}]]),By=createReactComponent("grill-fork","IconGrillFork",[["path",{d:"M5 5l11.5 11.5",key:"svg-0"}],["path",{d:"M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772z",key:"svg-1"}],["path",{d:"M3 7l3.05 3.15a2.9 2.9 0 0 0 4.1 -4.1l-3.15 -3.05",key:"svg-2"}]]),Bf=createReactComponent("grill-off","IconGrillOff",[["path",{d:"M8 8h-3a6 6 0 0 0 6 6h2c.315 0 .624 -.024 .926 -.071m2.786 -1.214a5.99 5.99 0 0 0 2.284 -4.49l0 -.225h-7",key:"svg-0"}],["path",{d:"M18.827 18.815a2 2 0 1 1 -2.663 -2.633",key:"svg-1"}],["path",{d:"M9 14l-3 6",key:"svg-2"}],["path",{d:"M15 18h-8",key:"svg-3"}],["path",{d:"M15 5v-1",key:"svg-4"}],["path",{d:"M12 5v-1",key:"svg-5"}],["path",{d:"M9 5v-1",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),Bm=createReactComponent("grill-spatula","IconGrillSpatula",[["path",{d:"M10.2 10.2l6.3 6.3",key:"svg-0"}],["path",{d:"M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772z",key:"svg-1"}],["path",{d:"M3 7l3.05 3.15a2.9 2.9 0 0 0 4.1 -4.1l-3.15 -3.05l-4 4z",key:"svg-2"}]]),Bk=createReactComponent("grill","IconGrill",[["path",{d:"M19 8h-14a6 6 0 0 0 6 6h2a6 6 0 0 0 6 -5.775l0 -.225z",key:"svg-0"}],["path",{d:"M17 20a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z",key:"svg-1"}],["path",{d:"M15 14l1 2",key:"svg-2"}],["path",{d:"M9 14l-3 6",key:"svg-3"}],["path",{d:"M15 18h-8",key:"svg-4"}],["path",{d:"M15 5v-1",key:"svg-5"}],["path",{d:"M12 5v-1",key:"svg-6"}],["path",{d:"M9 5v-1",key:"svg-7"}]]),BM=createReactComponent("grip-horizontal","IconGripHorizontal",[["path",{d:"M5 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M5 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M12 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M12 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M19 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}],["path",{d:"M19 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-5"}]]),Bb=createReactComponent("grip-vertical","IconGripVertical",[["path",{d:"M9 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M9 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M9 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M15 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M15 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}],["path",{d:"M15 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-5"}]]),BI=createReactComponent("growth","IconGrowth",[["path",{d:"M16.5 15a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m-4 3.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m0 -7.5v6",key:"svg-0"}]]),BC=createReactComponent("guitar-pick-filled","IconGuitarPickFilled",[["path",{d:"M12 2c-1.613 0 -2.882 .104 -3.825 .323l-.23 .057c-3.019 .708 -4.945 2.503 -4.945 5.62c0 3.367 1.939 8.274 4.22 11.125c.32 .4 .664 .786 1.03 1.158l.367 .36a4.904 4.904 0 0 0 6.752 .011a15.04 15.04 0 0 0 1.41 -1.528c2.491 -3.113 4.221 -7.294 4.221 -11.126c0 -3.025 -1.813 -4.806 -4.71 -5.562l-.266 -.066c-.936 -.25 -2.281 -.372 -4.024 -.372z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Bx=createReactComponent("guitar-pick","IconGuitarPick",[["path",{d:"M16 18.5c2 -2.5 4 -6.5 4 -10.5c0 -2.946 -2.084 -4.157 -4.204 -4.654c-.864 -.23 -2.13 -.346 -3.796 -.346c-1.667 0 -2.932 .115 -3.796 .346c-2.12 .497 -4.204 1.708 -4.204 4.654c0 3.312 2 8 4 10.5c.297 .37 .618 .731 .963 1.081l.354 .347a3.9 3.9 0 0 0 5.364 0a14.05 14.05 0 0 0 1.319 -1.428z",key:"svg-0"}]]),BR=createReactComponent("h-1","IconH1",[["path",{d:"M19 18v-8l-2 2",key:"svg-0"}],["path",{d:"M4 6v12",key:"svg-1"}],["path",{d:"M12 6v12",key:"svg-2"}],["path",{d:"M11 18h2",key:"svg-3"}],["path",{d:"M3 18h2",key:"svg-4"}],["path",{d:"M4 12h8",key:"svg-5"}],["path",{d:"M3 6h2",key:"svg-6"}],["path",{d:"M11 6h2",key:"svg-7"}]]),BS=createReactComponent("h-2","IconH2",[["path",{d:"M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0",key:"svg-0"}],["path",{d:"M4 6v12",key:"svg-1"}],["path",{d:"M12 6v12",key:"svg-2"}],["path",{d:"M11 18h2",key:"svg-3"}],["path",{d:"M3 18h2",key:"svg-4"}],["path",{d:"M4 12h8",key:"svg-5"}],["path",{d:"M3 6h2",key:"svg-6"}],["path",{d:"M11 6h2",key:"svg-7"}]]),B_=createReactComponent("h-3","IconH3",[["path",{d:"M19 14a2 2 0 1 0 -2 -2",key:"svg-0"}],["path",{d:"M17 16a2 2 0 1 0 2 -2",key:"svg-1"}],["path",{d:"M4 6v12",key:"svg-2"}],["path",{d:"M12 6v12",key:"svg-3"}],["path",{d:"M11 18h2",key:"svg-4"}],["path",{d:"M3 18h2",key:"svg-5"}],["path",{d:"M4 12h8",key:"svg-6"}],["path",{d:"M3 6h2",key:"svg-7"}],["path",{d:"M11 6h2",key:"svg-8"}]]),Bw=createReactComponent("h-4","IconH4",[["path",{d:"M20 18v-8l-4 6h5",key:"svg-0"}],["path",{d:"M4 6v12",key:"svg-1"}],["path",{d:"M12 6v12",key:"svg-2"}],["path",{d:"M11 18h2",key:"svg-3"}],["path",{d:"M3 18h2",key:"svg-4"}],["path",{d:"M4 12h8",key:"svg-5"}],["path",{d:"M3 6h2",key:"svg-6"}],["path",{d:"M11 6h2",key:"svg-7"}]]),BP=createReactComponent("h-5","IconH5",[["path",{d:"M17 18h2a2 2 0 1 0 0 -4h-2v-4h4",key:"svg-0"}],["path",{d:"M4 6v12",key:"svg-1"}],["path",{d:"M12 6v12",key:"svg-2"}],["path",{d:"M11 18h2",key:"svg-3"}],["path",{d:"M3 18h2",key:"svg-4"}],["path",{d:"M4 12h8",key:"svg-5"}],["path",{d:"M3 6h2",key:"svg-6"}],["path",{d:"M11 6h2",key:"svg-7"}]]),BO=createReactComponent("h-6","IconH6",[["path",{d:"M19 14a2 2 0 1 0 0 4a2 2 0 0 0 0 -4z",key:"svg-0"}],["path",{d:"M21 12a2 2 0 1 0 -4 0v4",key:"svg-1"}],["path",{d:"M4 6v12",key:"svg-2"}],["path",{d:"M12 6v12",key:"svg-3"}],["path",{d:"M11 18h2",key:"svg-4"}],["path",{d:"M3 18h2",key:"svg-5"}],["path",{d:"M4 12h8",key:"svg-6"}],["path",{d:"M3 6h2",key:"svg-7"}],["path",{d:"M11 6h2",key:"svg-8"}]]),BF=createReactComponent("hammer-off","IconHammerOff",[["path",{d:"M10.698 10.72l-6.668 6.698a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l6.696 -6.676",key:"svg-0"}],["path",{d:"M18.713 14.702l2 -2a1 1 0 0 0 0 -1.414l-7.586 -7.586a1 1 0 0 0 -1.414 0l-2 2",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),Bz=createReactComponent("hammer","IconHammer",[["path",{d:"M11.414 10l-7.383 7.418a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l7.407 -7.385",key:"svg-0"}],["path",{d:"M18.121 15.293l2.586 -2.586a1 1 0 0 0 0 -1.414l-7.586 -7.586a1 1 0 0 0 -1.414 0l-2.586 2.586a1 1 0 0 0 0 1.414l7.586 7.586a1 1 0 0 0 1.414 0z",key:"svg-1"}]]),BD=createReactComponent("hand-click","IconHandClick",[["path",{d:"M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5",key:"svg-0"}],["path",{d:"M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5",key:"svg-1"}],["path",{d:"M14 10.5a1.5 1.5 0 0 1 3 0v1.5",key:"svg-2"}],["path",{d:"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47",key:"svg-3"}],["path",{d:"M5 3l-1 -1",key:"svg-4"}],["path",{d:"M4 7h-1",key:"svg-5"}],["path",{d:"M14 3l1 -1",key:"svg-6"}],["path",{d:"M15 6h1",key:"svg-7"}]]),BA=createReactComponent("hand-finger-off","IconHandFingerOff",[["path",{d:"M8 13v-5",key:"svg-0"}],["path",{d:"M8.06 4.077a1.5 1.5 0 0 1 2.94 .423v2.5m0 4v1",key:"svg-1"}],["path",{d:"M12.063 8.065a1.5 1.5 0 0 1 1.937 1.435v.5",key:"svg-2"}],["path",{d:"M14.06 10.082a1.5 1.5 0 0 1 2.94 .418v1.5",key:"svg-3"}],["path",{d:"M17 11.5a1.5 1.5 0 0 1 3 0v4.5m-.88 3.129a6 6 0 0 1 -5.12 2.871h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),Bj=createReactComponent("hand-finger","IconHandFinger",[["path",{d:"M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5",key:"svg-0"}],["path",{d:"M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5",key:"svg-1"}],["path",{d:"M14 10.5a1.5 1.5 0 0 1 3 0v1.5",key:"svg-2"}],["path",{d:"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47",key:"svg-3"}]]),BE=createReactComponent("hand-grab","IconHandGrab",[["path",{d:"M8 11v-3.5a1.5 1.5 0 0 1 3 0v2.5",key:"svg-0"}],["path",{d:"M11 9.5v-3a1.5 1.5 0 0 1 3 0v3.5",key:"svg-1"}],["path",{d:"M14 7.5a1.5 1.5 0 0 1 3 0v2.5",key:"svg-2"}],["path",{d:"M17 9.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47",key:"svg-3"}]]),BT=createReactComponent("hand-little-finger","IconHandLittleFinger",[["path",{d:"M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5",key:"svg-0"}],["path",{d:"M11 11.5v-1a1.5 1.5 0 0 1 3 0v1.5",key:"svg-1"}],["path",{d:"M17 12v-5.5a1.5 1.5 0 0 1 3 0v9.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47",key:"svg-2"}],["path",{d:"M14 10.5a1.5 1.5 0 0 1 3 0v1.5",key:"svg-3"}]]),BB=createReactComponent("hand-middle-finger","IconHandMiddleFinger",[["path",{d:"M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5",key:"svg-0"}],["path",{d:"M14 10.5a1.5 1.5 0 0 1 3 0v1.5",key:"svg-1"}],["path",{d:"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47",key:"svg-2"}],["path",{d:"M11 11.5v-8a1.5 1.5 0 1 1 3 0v8.5",key:"svg-3"}]]),BN=createReactComponent("hand-move","IconHandMove",[["path",{d:"M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5",key:"svg-0"}],["path",{d:"M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5",key:"svg-1"}],["path",{d:"M14 10.5a1.5 1.5 0 0 1 3 0v1.5",key:"svg-2"}],["path",{d:"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47",key:"svg-3"}],["path",{d:"M2.541 5.594a13.487 13.487 0 0 1 2.46 -1.427",key:"svg-4"}],["path",{d:"M14 3.458c1.32 .354 2.558 .902 3.685 1.612",key:"svg-5"}]]),B$=createReactComponent("hand-off","IconHandOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M8 13.5v-5.5m.44 -3.562a1.5 1.5 0 0 1 2.56 1.062v1.5m0 4.008v.992m0 -6.5v-2a1.5 1.5 0 1 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2c-2.114 -.292 -3.956 -1.397 -5 -3l-2.7 -5.25a1.7 1.7 0 0 1 2.75 -2l.9 1.75",key:"svg-1"}]]),BL=createReactComponent("hand-ring-finger","IconHandRingFinger",[["path",{d:"M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5",key:"svg-0"}],["path",{d:"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47",key:"svg-1"}],["path",{d:"M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5",key:"svg-2"}],["path",{d:"M14 12v-6.5a1.5 1.5 0 0 1 3 0v6.5",key:"svg-3"}]]),BW=createReactComponent("hand-rock","IconHandRock",[["path",{d:"M11 11.5v-1a1.5 1.5 0 0 1 3 0v1.5",key:"svg-0"}],["path",{d:"M17 12v-6.5a1.5 1.5 0 0 1 3 0v10.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47",key:"svg-1"}],["path",{d:"M14 10.5a1.5 1.5 0 0 1 3 0v1.5",key:"svg-2"}],["path",{d:"M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5",key:"svg-3"}]]),BH=createReactComponent("hand-sanitizer","IconHandSanitizer",[["path",{d:"M7 21h10v-10a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v10z",key:"svg-0"}],["path",{d:"M15 3h-6a2 2 0 0 0 -2 2",key:"svg-1"}],["path",{d:"M12 3v5",key:"svg-2"}],["path",{d:"M12 11v4",key:"svg-3"}],["path",{d:"M10 13h4",key:"svg-4"}]]),BV=createReactComponent("hand-stop","IconHandStop",[["path",{d:"M8 13v-7.5a1.5 1.5 0 0 1 3 0v6.5",key:"svg-0"}],["path",{d:"M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5",key:"svg-1"}],["path",{d:"M14 5.5a1.5 1.5 0 0 1 3 0v6.5",key:"svg-2"}],["path",{d:"M17 7.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47",key:"svg-3"}]]),Bq=createReactComponent("hand-three-fingers","IconHandThreeFingers",[["path",{d:"M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5",key:"svg-0"}],["path",{d:"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47",key:"svg-1"}],["path",{d:"M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5",key:"svg-2"}],["path",{d:"M14 5.5a1.5 1.5 0 0 1 3 0v6.5",key:"svg-3"}]]),BU=createReactComponent("hand-two-fingers","IconHandTwoFingers",[["path",{d:"M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5",key:"svg-0"}],["path",{d:"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47",key:"svg-1"}],["path",{d:"M14 10.5a1.5 1.5 0 0 1 3 0v1.5",key:"svg-2"}],["path",{d:"M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5",key:"svg-3"}]]),BG=createReactComponent("hanger-2","IconHanger2",[["path",{d:"M12 9l-7.971 4.428a2 2 0 0 0 -1.029 1.749v.823a2 2 0 0 0 2 2h1",key:"svg-0"}],["path",{d:"M18 18h1a2 2 0 0 0 2 -2v-.823a2 2 0 0 0 -1.029 -1.749l-7.971 -4.428c-1.457 -.81 -1.993 -2.333 -2 -4a2 2 0 1 1 4 0",key:"svg-1"}],["path",{d:"M6 16m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),BX=createReactComponent("hanger-off","IconHangerOff",[["path",{d:"M14 6a2 2 0 1 0 -4 0m6.506 6.506l3.461 1.922a2 2 0 0 1 1.029 1.749v.823m-2 2h-14a2 2 0 0 1 -2 -2v-.823a2 2 0 0 1 1.029 -1.749l6.673 -3.707",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),BK=createReactComponent("hanger","IconHanger",[["path",{d:"M14 6a2 2 0 1 0 -4 0c0 1.667 .67 3 2 4h-.008l7.971 4.428a2 2 0 0 1 1.029 1.749v.823a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-.823a2 2 0 0 1 1.029 -1.749l7.971 -4.428",key:"svg-0"}]]),BY=createReactComponent("hash","IconHash",[["path",{d:"M5 9l14 0",key:"svg-0"}],["path",{d:"M5 15l14 0",key:"svg-1"}],["path",{d:"M11 4l-4 16",key:"svg-2"}],["path",{d:"M17 4l-4 16",key:"svg-3"}]]),BZ=createReactComponent("haze-moon","IconHazeMoon",[["path",{d:"M3 16h18",key:"svg-0"}],["path",{d:"M3 20h18",key:"svg-1"}],["path",{d:"M8.296 16c-2.268 -1.4 -3.598 -4.087 -3.237 -6.916c.443 -3.48 3.308 -6.083 6.698 -6.084v.006h.296c-1.991 1.916 -2.377 5.03 -.918 7.405c1.459 2.374 4.346 3.33 6.865 2.275a6.888 6.888 0 0 1 -2.777 3.314",key:"svg-2"}]]),BQ=createReactComponent("haze","IconHaze",[["path",{d:"M3 12h1",key:"svg-0"}],["path",{d:"M12 3v1",key:"svg-1"}],["path",{d:"M20 12h1",key:"svg-2"}],["path",{d:"M5.6 5.6l.7 .7",key:"svg-3"}],["path",{d:"M18.4 5.6l-.7 .7",key:"svg-4"}],["path",{d:"M8 12a4 4 0 1 1 8 0",key:"svg-5"}],["path",{d:"M3 16h18",key:"svg-6"}],["path",{d:"M3 20h18",key:"svg-7"}]]),BJ=createReactComponent("hdr","IconHdr",[["path",{d:"M3 16v-8",key:"svg-0"}],["path",{d:"M7 8v8",key:"svg-1"}],["path",{d:"M3 12h4",key:"svg-2"}],["path",{d:"M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z",key:"svg-3"}],["path",{d:"M17 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4",key:"svg-4"}]]),B1=createReactComponent("heading-off","IconHeadingOff",[["path",{d:"M7 12h5m4 0h1",key:"svg-0"}],["path",{d:"M7 7v12",key:"svg-1"}],["path",{d:"M17 5v8m0 4v2",key:"svg-2"}],["path",{d:"M15 19h4",key:"svg-3"}],["path",{d:"M15 5h4",key:"svg-4"}],["path",{d:"M5 19h4",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),B0=createReactComponent("heading","IconHeading",[["path",{d:"M7 12h10",key:"svg-0"}],["path",{d:"M7 5v14",key:"svg-1"}],["path",{d:"M17 5v14",key:"svg-2"}],["path",{d:"M15 19h4",key:"svg-3"}],["path",{d:"M15 5h4",key:"svg-4"}],["path",{d:"M5 19h4",key:"svg-5"}],["path",{d:"M5 5h4",key:"svg-6"}]]),B2=createReactComponent("headphones-filled","IconHeadphonesFilled",[["path",{d:"M21 18a3 3 0 0 1 -2.824 2.995l-.176 .005h-1a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-3a3 3 0 0 1 2.824 -2.995l.176 -.005h1c.351 0 .688 .06 1 .171v-.171a7 7 0 0 0 -13.996 -.24l-.004 .24v.17c.25 -.088 .516 -.144 .791 -.163l.209 -.007h1a3 3 0 0 1 2.995 2.824l.005 .176v3a3 3 0 0 1 -2.824 2.995l-.176 .005h-1a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a9 9 0 0 1 17.996 -.265l.004 .265v6z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),B3=createReactComponent("headphones-off","IconHeadphonesOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M4 13m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M17 13h1a2 2 0 0 1 2 2v1m-.589 3.417c-.361 .36 -.86 .583 -1.411 .583h-1a2 2 0 0 1 -2 -2v-3",key:"svg-2"}],["path",{d:"M4 15v-3c0 -2.21 .896 -4.21 2.344 -5.658m2.369 -1.638a8 8 0 0 1 11.287 7.296v3",key:"svg-3"}]]),B5=createReactComponent("headphones","IconHeadphones",[["path",{d:"M4 13m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M15 13m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M4 15v-3a8 8 0 0 1 16 0v3",key:"svg-2"}]]),B4=createReactComponent("headset-off","IconHeadsetOff",[["path",{d:"M4 14v-3c0 -1.953 .7 -3.742 1.862 -5.13m2.182 -1.825a8 8 0 0 1 11.956 6.955v3",key:"svg-0"}],["path",{d:"M18 19c0 1.657 -2.686 3 -6 3",key:"svg-1"}],["path",{d:"M4 14a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2v-3z",key:"svg-2"}],["path",{d:"M16.169 12.18c.253 -.115 .534 -.18 .831 -.18h1a2 2 0 0 1 2 2v2m-1.183 2.826c-.25 .112 -.526 .174 -.817 .174h-1a2 2 0 0 1 -2 -2v-2",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),B6=createReactComponent("headset","IconHeadset",[["path",{d:"M4 14v-3a8 8 0 1 1 16 0v3",key:"svg-0"}],["path",{d:"M18 19c0 1.657 -2.686 3 -6 3",key:"svg-1"}],["path",{d:"M4 14a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2v-3z",key:"svg-2"}],["path",{d:"M15 14a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2v-3z",key:"svg-3"}]]),B9=createReactComponent("health-recognition","IconHealthRecognition",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M8.603 9.61a2.04 2.04 0 0 1 2.912 0l.485 .39l.5 -.396a2.035 2.035 0 0 1 2.897 .007a2.104 2.104 0 0 1 0 2.949l-3.397 3.44l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95z",key:"svg-4"}]]),B7=createReactComponent("heart-bolt","IconHeartBolt",[["path",{d:"M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.003 5.997",key:"svg-0"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-1"}]]),B8=createReactComponent("heart-broken","IconHeartBroken",[["path",{d:"M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572",key:"svg-0"}],["path",{d:"M12 6l-2 4l4 3l-2 4v3",key:"svg-1"}]]),Ne=createReactComponent("heart-cancel","IconHeartCancel",[["path",{d:"M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 7.993 6.01",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}]]),Nt=createReactComponent("heart-check","IconHeartCheck",[["path",{d:"M19.5 12.572l-3 2.928m-5.5 3.5a8916.99 8916.99 0 0 0 -6.5 -6.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}]]),Na=createReactComponent("heart-code","IconHeartCode",[["path",{d:"M19.5 12.572l-.536 .53m-7.91 5.96l-6.554 -6.489a5 5 0 1 1 7.5 -6.567a5 5 0 1 1 7.5 6.572",key:"svg-0"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-2"}]]),Nn=createReactComponent("heart-cog","IconHeartCog",[["path",{d:"M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.21 5.697",key:"svg-0"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19.001 15.5v1.5",key:"svg-2"}],["path",{d:"M19.001 21v1.5",key:"svg-3"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-4"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-5"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-6"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-7"}]]),Nr=createReactComponent("heart-discount","IconHeartDiscount",[["path",{d:"M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572",key:"svg-0"}],["path",{d:"M16 21l5 -5",key:"svg-1"}],["path",{d:"M21 21v.01",key:"svg-2"}],["path",{d:"M16 16v.01",key:"svg-3"}]]),No=createReactComponent("heart-dollar","IconHeartDollar",[["path",{d:"M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.785 4.444",key:"svg-0"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-1"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-2"}]]),Nl=createReactComponent("heart-down","IconHeartDown",[["path",{d:"M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.907 6.12",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}]]),Nc=createReactComponent("heart-exclamation","IconHeartExclamation",[["path",{d:"M15.03 17l-3.03 3l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.922 6.102",key:"svg-0"}],["path",{d:"M19 16v3",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}]]),Ni=createReactComponent("heart-filled","IconHeartFilled",[["path",{d:"M6.979 3.074a6 6 0 0 1 4.988 1.425l.037 .033l.034 -.03a6 6 0 0 1 4.733 -1.44l.246 .036a6 6 0 0 1 3.364 10.008l-.18 .185l-.048 .041l-7.45 7.379a1 1 0 0 1 -1.313 .082l-.094 -.082l-7.493 -7.422a6 6 0 0 1 3.176 -10.215z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Ns=createReactComponent("heart-handshake","IconHeartHandshake",[["path",{d:"M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572",key:"svg-0"}],["path",{d:"M12 6l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25",key:"svg-1"}],["path",{d:"M12.5 15.5l2 2",key:"svg-2"}],["path",{d:"M15 13l2 2",key:"svg-3"}]]),Nd=createReactComponent("heart-minus","IconHeartMinus",[["path",{d:"M19.5 12.572l-2.494 2.47m-5.006 4.958l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),Nu=createReactComponent("heart-off","IconHeartOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M19.5 12.572l-1.5 1.428m-2 2l-4 4l-7.5 -7.428a5 5 0 0 1 -1.288 -5.068a4.976 4.976 0 0 1 1.788 -2.504m3 -1c1.56 0 3.05 .727 4 2a5 5 0 1 1 7.5 6.572",key:"svg-1"}]]),Np=createReactComponent("heart-pause","IconHeartPause",[["path",{d:"M19.5 12.572l-.784 .777m-5.725 5.67l-.991 .981l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572",key:"svg-0"}],["path",{d:"M17 17v5",key:"svg-1"}],["path",{d:"M21 17v5",key:"svg-2"}]]),Nh=createReactComponent("heart-pin","IconHeartPin",[["path",{d:"M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.5 5.179",key:"svg-0"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-1"}],["path",{d:"M19 18v.01",key:"svg-2"}]]),Nv=createReactComponent("heart-plus","IconHeartPlus",[["path",{d:"M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.96 6.053",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),Ng=createReactComponent("heart-question","IconHeartQuestion",[["path",{d:"M14.105 17.915l-2.105 2.085l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.524 5.127",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),Ny=createReactComponent("heart-rate-monitor","IconHeartRateMonitor",[["path",{d:"M3 4m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M7 20h10",key:"svg-1"}],["path",{d:"M9 16v4",key:"svg-2"}],["path",{d:"M15 16v4",key:"svg-3"}],["path",{d:"M7 10h2l2 3l2 -6l1 3h3",key:"svg-4"}]]),Nf=createReactComponent("heart-search","IconHeartSearch",[["path",{d:"M12 20l-.975 -.966l-6.525 -6.462a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.37 5.428",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}]]),Nm=createReactComponent("heart-share","IconHeartShare",[["path",{d:"M19.5 12.572l-.468 .464m-6.077 6.019l-.955 .945l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572",key:"svg-0"}],["path",{d:"M16 22l5 -5",key:"svg-1"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-2"}]]),Nk=createReactComponent("heart-star","IconHeartStar",[["path",{d:"M9.73 17.753l-5.23 -5.181a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.563 5.041",key:"svg-0"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}]]),NM=createReactComponent("heart-up","IconHeartUp",[["path",{d:"M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.893 6.139",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}]]),Nb=createReactComponent("heart-x","IconHeartX",[["path",{d:"M19.5 12.572l-.5 .428m-6 6l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}]]),NI=createReactComponent("heart","IconHeart",[["path",{d:"M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572",key:"svg-0"}]]),NC=createReactComponent("heartbeat","IconHeartbeat",[["path",{d:"M19.5 13.572l-7.5 7.428l-2.896 -2.868m-6.117 -8.104a5 5 0 0 1 9.013 -3.022a5 5 0 1 1 7.5 6.572",key:"svg-0"}],["path",{d:"M3 13h2l2 3l2 -6l1 3h3",key:"svg-1"}]]),Nx=createReactComponent("hearts-off","IconHeartsOff",[["path",{d:"M14.017 18l-2.017 2l-7.5 -7.428a5 5 0 0 1 .49 -7.586m3.01 -1a5 5 0 0 1 4 2.018a5 5 0 0 1 8.153 5.784",key:"svg-0"}],["path",{d:"M11.814 11.814a2.81 2.81 0 0 0 -.007 3.948l4.182 4.238l2.01 -2.021m1.977 -1.99l.211 -.212a2.81 2.81 0 0 0 0 -3.948a2.747 2.747 0 0 0 -3.91 -.007l-.283 .178",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),NR=createReactComponent("hearts","IconHearts",[["path",{d:"M14.017 18l-2.017 2l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.153 5.784",key:"svg-0"}],["path",{d:"M15.99 20l4.197 -4.223a2.81 2.81 0 0 0 0 -3.948a2.747 2.747 0 0 0 -3.91 -.007l-.28 .282l-.279 -.283a2.747 2.747 0 0 0 -3.91 -.007a2.81 2.81 0 0 0 -.007 3.948l4.182 4.238z",key:"svg-1"}]]),NS=createReactComponent("helicopter-landing","IconHelicopterLanding",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 8l0 8",key:"svg-1"}],["path",{d:"M9 12l6 0",key:"svg-2"}],["path",{d:"M15 8l0 8",key:"svg-3"}]]),N_=createReactComponent("helicopter","IconHelicopter",[["path",{d:"M3 10l1 2h6",key:"svg-0"}],["path",{d:"M12 9a2 2 0 0 0 -2 2v3c0 1.1 .9 2 2 2h7a2 2 0 0 0 2 -2c0 -3.31 -3.13 -5 -7 -5h-2z",key:"svg-1"}],["path",{d:"M13 9l0 -3",key:"svg-2"}],["path",{d:"M5 6l15 0",key:"svg-3"}],["path",{d:"M15 9.1v3.9h5.5",key:"svg-4"}],["path",{d:"M15 19l0 -3",key:"svg-5"}],["path",{d:"M19 19l-8 0",key:"svg-6"}]]),Nw=createReactComponent("helmet-off","IconHelmetOff",[["path",{d:"M8.633 4.654a9 9 0 0 1 11.718 11.7m-1.503 2.486a9.008 9.008 0 0 1 -1.192 1.16h-11.312a9 9 0 0 1 -.185 -13.847",key:"svg-0"}],["path",{d:"M20 9h-7m-2.768 1.246c.507 2 1.596 3.418 3.268 4.254c.524 .262 1.07 .49 1.64 .683",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),NP=createReactComponent("helmet","IconHelmet",[["path",{d:"M12 4a9 9 0 0 1 5.656 16h-11.312a9 9 0 0 1 5.656 -16z",key:"svg-0"}],["path",{d:"M20 9h-8.8a1 1 0 0 0 -.968 1.246c.507 2 1.596 3.418 3.268 4.254c2 1 4.333 1.5 7 1.5",key:"svg-1"}]]),NO=createReactComponent("help-circle-filled","IconHelpCircleFilled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm0 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),NF=createReactComponent("help-circle","IconHelpCircle",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M12 16v.01",key:"svg-1"}],["path",{d:"M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),Nz=createReactComponent("help-hexagon-filled","IconHelpHexagonFilled",[["path",{d:"M10.425 1.414a3.33 3.33 0 0 1 3.026 -.097l.19 .097l6.775 3.995l.096 .063l.092 .077l.107 .075a3.224 3.224 0 0 1 1.266 2.188l.018 .202l.005 .204v7.284c0 1.106 -.57 2.129 -1.454 2.693l-.17 .1l-6.803 4.302c-.918 .504 -2.019 .535 -3.004 .068l-.196 -.1l-6.695 -4.237a3.225 3.225 0 0 1 -1.671 -2.619l-.007 -.207v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098zm1.575 13.586a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ND=createReactComponent("help-hexagon","IconHelpHexagon",[["path",{d:"M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M12 16v.01",key:"svg-1"}],["path",{d:"M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),NA=createReactComponent("help-octagon-filled","IconHelpOctagonFilled",[["path",{d:"M14.897 1a4 4 0 0 1 2.664 1.016l.165 .156l4.1 4.1a4 4 0 0 1 1.168 2.605l.006 .227v5.794a4 4 0 0 1 -1.016 2.664l-.156 .165l-4.1 4.1a4 4 0 0 1 -2.603 1.168l-.227 .006h-5.795a3.999 3.999 0 0 1 -2.664 -1.017l-.165 -.156l-4.1 -4.1a4 4 0 0 1 -1.168 -2.604l-.006 -.227v-5.794a4 4 0 0 1 1.016 -2.664l.156 -.165l4.1 -4.1a4 4 0 0 1 2.605 -1.168l.227 -.006h5.793zm-2.897 14a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Nj=createReactComponent("help-octagon","IconHelpOctagon",[["path",{d:"M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z",key:"svg-0"}],["path",{d:"M12 16v.01",key:"svg-1"}],["path",{d:"M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),NE=createReactComponent("help-off","IconHelpOff",[["path",{d:"M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098",key:"svg-0"}],["path",{d:"M12 17v.01",key:"svg-1"}],["path",{d:"M12 13.5a1.5 1.5 0 0 1 .394 -1.1m2.106 -1.9a2.6 2.6 0 0 0 -3.347 -3.361",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),NT=createReactComponent("help-small","IconHelpSmall",[["path",{d:"M12 16v.01",key:"svg-0"}],["path",{d:"M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-1"}]]),NB=createReactComponent("help-square-filled","IconHelpSquareFilled",[["path",{d:"M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-7 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),NN=createReactComponent("help-square-rounded-filled","IconHelpSquareRoundedFilled",[["path",{d:"M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm0 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),N$=createReactComponent("help-square-rounded","IconHelpSquareRounded",[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-0"}],["path",{d:"M12 16v.01",key:"svg-1"}],["path",{d:"M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),NL=createReactComponent("help-square","IconHelpSquare",[["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-0"}],["path",{d:"M12 16v.01",key:"svg-1"}],["path",{d:"M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),NW=createReactComponent("help-triangle-filled","IconHelpTriangleFilled",[["path",{d:"M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm0 13.33a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),NH=createReactComponent("help-triangle","IconHelpTriangle",[["path",{d:"M12 16v.01",key:"svg-0"}],["path",{d:"M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z",key:"svg-1"}],["path",{d:"M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),NV=createReactComponent("help","IconHelp",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 17l0 .01",key:"svg-1"}],["path",{d:"M12 13.5a1.5 1.5 0 0 1 1 -1.5a2.6 2.6 0 1 0 -3 -4",key:"svg-2"}]]),Nq=createReactComponent("hemisphere-off","IconHemisphereOff",[["path",{d:"M6.588 6.603c-2.178 .547 -3.588 1.417 -3.588 2.397c0 1.657 4.03 3 9 3m3.72 -.267c3.114 -.473 5.28 -1.518 5.28 -2.733c0 -1.657 -4.03 -3 -9 -3c-.662 0 -1.308 .024 -1.93 .07",key:"svg-0"}],["path",{d:"M3 9a9 9 0 0 0 13.677 7.69m2.165 -1.843a8.965 8.965 0 0 0 2.158 -5.847",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),NU=createReactComponent("hemisphere-plus","IconHemispherePlus",[["path",{d:"M12 9m-9 0a9 3 0 1 0 18 0a9 3 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M3 9a9 9 0 0 0 9 9m8.396 -5.752a8.978 8.978 0 0 0 .604 -3.248",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}]]),NG=createReactComponent("hemisphere","IconHemisphere",[["path",{d:"M12 9m-9 0a9 3 0 1 0 18 0a9 3 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M3 9a9 9 0 0 0 18 0",key:"svg-1"}]]),NX=createReactComponent("hexagon-0-filled","IconHexagon0Filled",[["path",{d:"M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm1.575 5.586a3 3 0 0 0 -2.995 2.824l-.005 .176v4l.005 .176a3 3 0 0 0 5.99 0l.005 -.176v-4l-.005 -.176a3 3 0 0 0 -2.995 -2.824zm0 2a1 1 0 0 1 .993 .883l.007 .117v4l-.007 .117a1 1 0 0 1 -1.986 0l-.007 -.117v-4l.007 -.117a1 1 0 0 1 .993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),NK=createReactComponent("hexagon-1-filled","IconHexagon1Filled",[["path",{d:"M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm.952 5.803l-.084 .076l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114c-.083 -.777 -1.008 -1.16 -1.617 -.67z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),NY=createReactComponent("hexagon-2-filled","IconHexagon2Filled",[["path",{d:"M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),NZ=createReactComponent("hexagon-3-filled","IconHexagon3Filled",[["path",{d:"M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),NQ=createReactComponent("hexagon-3d","IconHexagon3d",[["path",{d:"M19 6.844a2.007 2.007 0 0 1 1 1.752v6.555c0 .728 -.394 1.399 -1.03 1.753l-6 3.844a2 2 0 0 1 -1.942 0l-6 -3.844a2.007 2.007 0 0 1 -1.029 -1.752v-6.556c0 -.729 .394 -1.4 1.029 -1.753l6 -3.583a2.05 2.05 0 0 1 2 0l6 3.584h-.03z",key:"svg-0"}],["path",{d:"M12 16.5v4.5",key:"svg-1"}],["path",{d:"M4.5 7.5l3.5 2.5",key:"svg-2"}],["path",{d:"M16 10l4 -2.5",key:"svg-3"}],["path",{d:"M12 7.5v4.5l-4 2",key:"svg-4"}],["path",{d:"M12 12l4 2",key:"svg-5"}],["path",{d:"M12 16.5l4 -2.5v-4l-4 -2.5l-4 2.5v4z",key:"svg-6"}]]),NJ=createReactComponent("hexagon-4-filled","IconHexagon4Filled",[["path",{d:"M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm3.575 5.586a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),N1=createReactComponent("hexagon-5-filled","IconHexagon5Filled",[["path",{d:"M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm3.575 5.586h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),N0=createReactComponent("hexagon-6-filled","IconHexagon6Filled",[["path",{d:"M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),N2=createReactComponent("hexagon-7-filled","IconHexagon7Filled",[["path",{d:"M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm3.575 5.586h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),N3=createReactComponent("hexagon-8-filled","IconHexagon8Filled",[["path",{d:"M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),N5=createReactComponent("hexagon-9-filled","IconHexagon9Filled",[["path",{d:"M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),N4=createReactComponent("hexagon-filled","IconHexagonFilled",[["path",{d:"M10.425 1.414l-6.775 3.996a3.21 3.21 0 0 0 -1.65 2.807v7.285a3.226 3.226 0 0 0 1.678 2.826l6.695 4.237c1.034 .57 2.22 .57 3.2 .032l6.804 -4.302c.98 -.537 1.623 -1.618 1.623 -2.793v-7.284l-.005 -.204a3.223 3.223 0 0 0 -1.284 -2.39l-.107 -.075l-.007 -.007a1.074 1.074 0 0 0 -.181 -.133l-6.776 -3.995a3.33 3.33 0 0 0 -3.216 0z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),N6=createReactComponent("hexagon-letter-a","IconHexagonLetterA",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 16v-6a2 2 0 1 1 4 0v6",key:"svg-1"}],["path",{d:"M10 13h4",key:"svg-2"}]]),N9=createReactComponent("hexagon-letter-b","IconHexagonLetterB",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z",key:"svg-1"}]]),N7=createReactComponent("hexagon-letter-c","IconHexagonLetterC",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0",key:"svg-1"}]]),N8=createReactComponent("hexagon-letter-d","IconHexagonLetterD",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z",key:"svg-1"}]]),$e=createReactComponent("hexagon-letter-e","IconHexagonLetterE",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M14 8h-4v8h4",key:"svg-1"}],["path",{d:"M10 12h2.5",key:"svg-2"}]]),$t=createReactComponent("hexagon-letter-f","IconHexagonLetterF",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 12h3",key:"svg-1"}],["path",{d:"M14 8h-4v8",key:"svg-2"}]]),$a=createReactComponent("hexagon-letter-g","IconHexagonLetterG",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-1"}]]),$n=createReactComponent("hexagon-letter-h","IconHexagonLetterH",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 16v-8m4 0v8",key:"svg-1"}],["path",{d:"M10 12h4",key:"svg-2"}]]),$r=createReactComponent("hexagon-letter-i","IconHexagonLetterI",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M12 8v8",key:"svg-1"}]]),$o=createReactComponent("hexagon-letter-j","IconHexagonLetterJ",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 8h4v6a2 2 0 1 1 -4 0",key:"svg-1"}]]),$l=createReactComponent("hexagon-letter-k","IconHexagonLetterK",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 8v8",key:"svg-1"}],["path",{d:"M14 8l-2.5 4l2.5 4",key:"svg-2"}],["path",{d:"M10 12h1.5",key:"svg-3"}]]),$c=createReactComponent("hexagon-letter-l","IconHexagonLetterL",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 8v8h4",key:"svg-1"}]]),$i=createReactComponent("hexagon-letter-m","IconHexagonLetterM",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M9 16v-8l3 5l3 -5v8",key:"svg-1"}]]),$s=createReactComponent("hexagon-letter-n","IconHexagonLetterN",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 16v-8l4 8v-8",key:"svg-1"}]]),$d=createReactComponent("hexagon-letter-o","IconHexagonLetterO",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-1"}]]),$u=createReactComponent("hexagon-letter-p","IconHexagonLetterP",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8",key:"svg-1"}]]),$p=createReactComponent("hexagon-letter-q","IconHexagonLetterQ",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-1"}],["path",{d:"M13 15l1 1",key:"svg-2"}]]),$h=createReactComponent("hexagon-letter-r","IconHexagonLetterR",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4",key:"svg-1"}]]),$v=createReactComponent("hexagon-letter-s","IconHexagonLetterS",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1",key:"svg-1"}]]),$g=createReactComponent("hexagon-letter-t","IconHexagonLetterT",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 8h4",key:"svg-1"}],["path",{d:"M12 8v8",key:"svg-2"}]]),$y=createReactComponent("hexagon-letter-u","IconHexagonLetterU",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 8v6a2 2 0 1 0 4 0v-6",key:"svg-1"}]]),$f=createReactComponent("hexagon-letter-v","IconHexagonLetterV",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 8l2 8l2 -8",key:"svg-1"}]]),$m=createReactComponent("hexagon-letter-w","IconHexagonLetterW",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M9 8l1 8l2 -5l2 5l1 -8",key:"svg-1"}]]),$k=createReactComponent("hexagon-letter-x","IconHexagonLetterX",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 8l4 8",key:"svg-1"}],["path",{d:"M10 16l4 -8",key:"svg-2"}]]),$M=createReactComponent("hexagon-letter-y","IconHexagonLetterY",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 8l2 5l2 -5",key:"svg-1"}],["path",{d:"M12 16v-3",key:"svg-2"}]]),$b=createReactComponent("hexagon-letter-z","IconHexagonLetterZ",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 8h4l-4 8h4",key:"svg-1"}]]),$I=createReactComponent("hexagon-minus-2","IconHexagonMinus2",[["path",{d:"M13.092 21.72a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033c.7 .398 1.13 1.143 1.125 1.948v6.782",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),$C=createReactComponent("hexagon-minus","IconHexagonMinus",[["path",{d:"M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M9 12h6",key:"svg-1"}]]),$x=createReactComponent("hexagon-number-0","IconHexagonNumber0",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z",key:"svg-1"}]]),$R=createReactComponent("hexagon-number-1","IconHexagonNumber1",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 10l2 -2v8",key:"svg-1"}]]),$S=createReactComponent("hexagon-number-2","IconHexagonNumber2",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),$_=createReactComponent("hexagon-number-3","IconHexagonNumber3",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1",key:"svg-1"}]]),$w=createReactComponent("hexagon-number-4","IconHexagonNumber4",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 8v3a1 1 0 0 0 1 1h3",key:"svg-1"}],["path",{d:"M14 8v8",key:"svg-2"}]]),$P=createReactComponent("hexagon-number-5","IconHexagonNumber5",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4",key:"svg-1"}]]),$O=createReactComponent("hexagon-number-6","IconHexagonNumber6",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3",key:"svg-1"}]]),$F=createReactComponent("hexagon-number-7","IconHexagonNumber7",[["path",{d:"M19.02 6.858a2 2 0 0 1 1 1.752v6.555c0 .728 -.395 1.4 -1.032 1.753l-6.017 3.844a2 2 0 0 1 -1.948 0l-6.016 -3.844a2 2 0 0 1 -1.032 -1.752v-6.556c0 -.728 .395 -1.4 1.032 -1.753l6.017 -3.582a2.062 2.062 0 0 1 2 0l6.017 3.583h-.029z",key:"svg-0"}],["path",{d:"M10 8h4l-2 8",key:"svg-1"}]]),$z=createReactComponent("hexagon-number-8","IconHexagonNumber8",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1",key:"svg-1"}]]),$D=createReactComponent("hexagon-number-9","IconHexagonNumber9",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),$A=createReactComponent("hexagon-off","IconHexagonOff",[["path",{d:"M8.693 4.69l2.336 -1.39a2.056 2.056 0 0 1 2 0l6 3.573h-.029a2 2 0 0 1 1 1.747v6.536c0 .246 -.045 .485 -.13 .707m-2.16 1.847l-4.739 3.027a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l1.154 -.687",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),$j=createReactComponent("hexagon-plus-2","IconHexagonPlus2",[["path",{d:"M13.092 21.72a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033c.7 .398 1.13 1.143 1.125 1.948v4.282",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),$E=createReactComponent("hexagon-plus","IconHexagonPlus",[["path",{d:"M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M9 12h6",key:"svg-1"}],["path",{d:"M12 9v6",key:"svg-2"}]]),$T=createReactComponent("hexagon","IconHexagon",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}]]),$B=createReactComponent("hexagonal-prism-off","IconHexagonalPrismOff",[["path",{d:"M20.792 6.996l-3.775 2.643a2.005 2.005 0 0 1 -1.147 .361h-1.87m-4 0h-1.87c-.41 0 -.81 -.126 -1.146 -.362l-3.774 -2.641",key:"svg-0"}],["path",{d:"M8 10v11",key:"svg-1"}],["path",{d:"M16 10v2m0 4v5",key:"svg-2"}],["path",{d:"M20.972 16.968a2.01 2.01 0 0 0 .028 -.337v-9.262c0 -.655 -.318 -1.268 -.853 -1.643l-3.367 -2.363a2 2 0 0 0 -1.147 -.363h-7.266a1.99 1.99 0 0 0 -1.066 .309m-2.345 1.643l-1.103 .774a2.006 2.006 0 0 0 -.853 1.644v9.261c0 .655 .318 1.269 .853 1.644l3.367 2.363a2 2 0 0 0 1.147 .362h7.265c.41 0 .811 -.126 1.147 -.363l2.26 -1.587",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),$N=createReactComponent("hexagonal-prism-plus","IconHexagonalPrismPlus",[["path",{d:"M20.792 6.996l-3.775 2.643a2.005 2.005 0 0 1 -1.147 .361h-7.74c-.41 0 -.81 -.126 -1.146 -.362l-3.774 -2.641",key:"svg-0"}],["path",{d:"M8 10v11",key:"svg-1"}],["path",{d:"M16 10v3.5",key:"svg-2"}],["path",{d:"M21 12.5v-5.131c0 -.655 -.318 -1.268 -.853 -1.643l-3.367 -2.363a2 2 0 0 0 -1.147 -.363h-7.266c-.41 0 -.811 .126 -1.147 .363l-3.367 2.363a2.006 2.006 0 0 0 -.853 1.644v9.261c0 .655 .318 1.269 .853 1.644l3.367 2.363a2 2 0 0 0 1.147 .362h4.133",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}],["path",{d:"M19 16v6",key:"svg-5"}]]),$$=createReactComponent("hexagonal-prism","IconHexagonalPrism",[["path",{d:"M20.792 6.996l-3.775 2.643a2.005 2.005 0 0 1 -1.147 .361h-7.74c-.41 0 -.81 -.126 -1.146 -.362l-3.774 -2.641",key:"svg-0"}],["path",{d:"M8 10v11",key:"svg-1"}],["path",{d:"M16 10v11",key:"svg-2"}],["path",{d:"M3.853 18.274l3.367 2.363a2 2 0 0 0 1.147 .363h7.265c.41 0 .811 -.126 1.147 -.363l3.367 -2.363c.536 -.375 .854 -.99 .854 -1.643v-9.262c0 -.655 -.318 -1.268 -.853 -1.643l-3.367 -2.363a2 2 0 0 0 -1.147 -.363h-7.266c-.41 0 -.811 .126 -1.147 .363l-3.367 2.363a2.006 2.006 0 0 0 -.853 1.644v9.261c0 .655 .318 1.269 .853 1.644z",key:"svg-3"}]]),$L=createReactComponent("hexagonal-pyramid-off","IconHexagonalPyramidOff",[["path",{d:"M7.877 7.88l-4.56 7.53a1.988 1.988 0 0 0 .266 2.484l2.527 2.523c.374 .373 .88 .583 1.408 .583h8.964c.528 0 1.034 -.21 1.408 -.583l1.264 -1.263m1.792 -2.205a1.986 1.986 0 0 0 -.262 -1.538l-7.846 -12.954a.996 .996 0 0 0 -1.676 0l-1.772 2.926",key:"svg-0"}],["path",{d:"M12 2l-1.254 4.742m-.841 3.177l-2.905 10.981",key:"svg-1"}],["path",{d:"M12 2l2.153 8.14m1.444 5.457l1.403 5.303",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),$W=createReactComponent("hexagonal-pyramid-plus","IconHexagonalPyramidPlus",[["path",{d:"M18.642 12.04l-5.804 -9.583a.996 .996 0 0 0 -1.676 0l-7.846 12.954a1.988 1.988 0 0 0 .267 2.483l2.527 2.523c.374 .373 .88 .583 1.408 .583h4.982",key:"svg-0"}],["path",{d:"M12 2l-5 18.9",key:"svg-1"}],["path",{d:"M12 2l3.304 12.489",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),$H=createReactComponent("hexagonal-pyramid","IconHexagonalPyramid",[["path",{d:"M11.162 2.457l-7.846 12.954a1.988 1.988 0 0 0 .267 2.483l2.527 2.523c.374 .373 .88 .583 1.408 .583h8.964c.528 0 1.034 -.21 1.408 -.583l2.527 -2.523a1.988 1.988 0 0 0 .267 -2.483l-7.846 -12.954a.996 .996 0 0 0 -1.676 0z",key:"svg-0"}],["path",{d:"M12 2l-5 18.9",key:"svg-1"}],["path",{d:"M12 2l5 18.9",key:"svg-2"}]]),$V=createReactComponent("hexagons-off","IconHexagonsOff",[["path",{d:"M4 18v-5l4 -2l4 2v5l-4 2z",key:"svg-0"}],["path",{d:"M8 11v-3m1.332 -2.666l2.668 -1.334l4 2v5",key:"svg-1"}],["path",{d:"M12 13l.661 -.331",key:"svg-2"}],["path",{d:"M15.345 11.328l.655 -.328l4 2v3m-1.334 2.667l-2.666 1.333l-4 -2",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),$q=createReactComponent("hexagons","IconHexagons",[["path",{d:"M4 18v-5l4 -2l4 2v5l-4 2z",key:"svg-0"}],["path",{d:"M8 11v-5l4 -2l4 2v5",key:"svg-1"}],["path",{d:"M12 13l4 -2l4 2v5l-4 2l-4 -2",key:"svg-2"}]]),$U=createReactComponent("hierarchy-2","IconHierarchy2",[["path",{d:"M10 3h4v4h-4z",key:"svg-0"}],["path",{d:"M3 17h4v4h-4z",key:"svg-1"}],["path",{d:"M17 17h4v4h-4z",key:"svg-2"}],["path",{d:"M7 17l5 -4l5 4",key:"svg-3"}],["path",{d:"M12 7l0 6",key:"svg-4"}]]),$G=createReactComponent("hierarchy-3","IconHierarchy3",[["path",{d:"M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M12 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M20 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M4 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}],["path",{d:"M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-5"}],["path",{d:"M5 17l2 -3",key:"svg-6"}],["path",{d:"M9 10l2 -3",key:"svg-7"}],["path",{d:"M13 7l2 3",key:"svg-8"}],["path",{d:"M17 14l2 3",key:"svg-9"}],["path",{d:"M15 14l-2 3",key:"svg-10"}],["path",{d:"M9 14l2 3",key:"svg-11"}]]),$X=createReactComponent("hierarchy-off","IconHierarchyOff",[["path",{d:"M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M17.585 17.587a2 2 0 0 0 2.813 2.843",key:"svg-2"}],["path",{d:"M6.5 17.5l5.5 -4.5l5.5 4.5",key:"svg-3"}],["path",{d:"M12 7v1m0 4v1",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),$K=createReactComponent("hierarchy","IconHierarchy",[["path",{d:"M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M6.5 17.5l5.5 -4.5l5.5 4.5",key:"svg-3"}],["path",{d:"M12 7l0 6",key:"svg-4"}]]),$Y=createReactComponent("highlight-off","IconHighlightOff",[["path",{d:"M9 9l-6 6v4h4l6 -6m2 -2l2.503 -2.503a2.828 2.828 0 1 0 -4 -4l-2.497 2.497",key:"svg-0"}],["path",{d:"M12.5 5.5l4 4",key:"svg-1"}],["path",{d:"M4.5 13.5l4 4",key:"svg-2"}],["path",{d:"M19 15h2v2m-2 2h-6l3 -3",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),$Z=createReactComponent("highlight","IconHighlight",[["path",{d:"M3 19h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M12.5 5.5l4 4",key:"svg-1"}],["path",{d:"M4.5 13.5l4 4",key:"svg-2"}],["path",{d:"M21 15v4h-8l4 -4z",key:"svg-3"}]]),$Q=createReactComponent("history-off","IconHistoryOff",[["path",{d:"M3.05 11a8.975 8.975 0 0 1 2.54 -5.403m2.314 -1.697a9 9 0 0 1 12.113 12.112m-1.695 2.312a9 9 0 0 1 -14.772 -3.324m-.5 5v-5h5",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),$J=createReactComponent("history-toggle","IconHistoryToggle",[["path",{d:"M10 20.777a8.942 8.942 0 0 1 -2.48 -.969",key:"svg-0"}],["path",{d:"M14 3.223a9.003 9.003 0 0 1 0 17.554",key:"svg-1"}],["path",{d:"M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592",key:"svg-2"}],["path",{d:"M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305",key:"svg-3"}],["path",{d:"M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356",key:"svg-4"}],["path",{d:"M12 8v4l3 3",key:"svg-5"}]]),$1=createReactComponent("history","IconHistory",[["path",{d:"M12 8l0 4l2 2",key:"svg-0"}],["path",{d:"M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5",key:"svg-1"}]]),$0=createReactComponent("home-2","IconHome2",[["path",{d:"M5 12l-2 0l9 -9l9 9l-2 0",key:"svg-0"}],["path",{d:"M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7",key:"svg-1"}],["path",{d:"M10 12h4v4h-4z",key:"svg-2"}]]),$2=createReactComponent("home-bolt","IconHomeBolt",[["path",{d:"M19 10l-7 -7l-9 9h2v7a2 2 0 0 0 2 2h7.5",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2c.661 0 1.248 .32 1.612 .815",key:"svg-1"}],["path",{d:"M19 14l-2 4h4l-2 4",key:"svg-2"}]]),$3=createReactComponent("home-cancel","IconHomeCancel",[["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M17 21l4 -4",key:"svg-1"}],["path",{d:"M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5",key:"svg-2"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2c.58 0 1.103 .247 1.468 .642",key:"svg-3"}]]),$5=createReactComponent("home-check","IconHomeCheck",[["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2",key:"svg-0"}],["path",{d:"M19 13.488v-1.488h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h4.525",key:"svg-1"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-2"}]]),$4=createReactComponent("home-cog","IconHomeCog",[["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h1.6",key:"svg-0"}],["path",{d:"M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h4.159",key:"svg-1"}],["path",{d:"M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M18 14.5v1.5",key:"svg-3"}],["path",{d:"M18 20v1.5",key:"svg-4"}],["path",{d:"M21.032 16.25l-1.299 .75",key:"svg-5"}],["path",{d:"M16.27 19l-1.3 .75",key:"svg-6"}],["path",{d:"M14.97 16.25l1.3 .75",key:"svg-7"}],["path",{d:"M19.733 19l1.3 .75",key:"svg-8"}]]),$6=createReactComponent("home-dollar","IconHomeDollar",[["path",{d:"M19 10l-7 -7l-9 9h2v7a2 2 0 0 0 2 2h6",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2c.387 0 .748 .11 1.054 .3",key:"svg-1"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-3"}]]),$9=createReactComponent("home-dot","IconHomeDot",[["path",{d:"M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2c.641 0 1.212 .302 1.578 .771",key:"svg-2"}]]),$7=createReactComponent("home-down","IconHomeDown",[["path",{d:"M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-3"}]]),$8=createReactComponent("home-eco","IconHomeEco",[["path",{d:"M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h5",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2c.325 0 .631 .077 .902 .215",key:"svg-1"}],["path",{d:"M16 22s0 -2 3 -4",key:"svg-2"}],["path",{d:"M19 21a3 3 0 0 1 0 -6h3v3a3 3 0 0 1 -3 3z",key:"svg-3"}]]),Le=createReactComponent("home-edit","IconHomeEdit",[["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2c.645 0 1.218 .305 1.584 .78",key:"svg-0"}],["path",{d:"M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h4",key:"svg-1"}],["path",{d:"M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z",key:"svg-2"}]]),Lt=createReactComponent("home-exclamation","IconHomeExclamation",[["path",{d:"M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h8",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 1.857 1.257",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),La=createReactComponent("home-hand","IconHomeHand",[["path",{d:"M18 9l-6 -6l-9 9h2v7a2 2 0 0 0 2 2h3.5",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2",key:"svg-1"}],["path",{d:"M16 17.5l-.585 -.578a1.516 1.516 0 0 0 -2 0c-.477 .433 -.551 1.112 -.177 1.622l1.762 2.456c.37 .506 1.331 1 2 1h3c1.009 0 1.497 -.683 1.622 -1.593c.252 -.938 .378 -1.74 .378 -2.407c0 -1 -.939 -1.843 -2 -2h-1v-2.636c0 -.754 -.672 -1.364 -1.5 -1.364s-1.5 .61 -1.5 1.364v4.136z",key:"svg-2"}]]),Ln=createReactComponent("home-heart","IconHomeHeart",[["path",{d:"M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h6",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2c.39 0 .754 .112 1.061 .304",key:"svg-1"}],["path",{d:"M19 21.5l2.518 -2.58a1.74 1.74 0 0 0 0 -2.413a1.627 1.627 0 0 0 -2.346 0l-.168 .172l-.168 -.172a1.627 1.627 0 0 0 -2.346 0a1.74 1.74 0 0 0 0 2.412l2.51 2.59z",key:"svg-2"}]]),Lr=createReactComponent("home-infinity","IconHomeInfinity",[["path",{d:"M19 14v-2h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h2.5",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 1.75 1.032",key:"svg-1"}],["path",{d:"M15.536 17.586a2.123 2.123 0 0 0 -2.929 0a1.951 1.951 0 0 0 0 2.828c.809 .781 2.12 .781 2.929 0c.809 -.781 -.805 .778 0 0l1.46 -1.41l1.46 -1.419",key:"svg-2"}],["path",{d:"M15.54 17.582l1.46 1.42l1.46 1.41c.809 .78 -.805 -.779 0 0s2.12 .781 2.929 0a1.951 1.951 0 0 0 0 -2.828a2.123 2.123 0 0 0 -2.929 0",key:"svg-3"}]]),Lo=createReactComponent("home-link","IconHomeLink",[["path",{d:"M20.085 11.085l-8.085 -8.085l-9 9h2v7a2 2 0 0 0 2 2h4.5",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 1.807 1.143",key:"svg-1"}],["path",{d:"M21 21m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M21 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M16 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}],["path",{d:"M21 16l-5 3l5 2",key:"svg-5"}]]),Ll=createReactComponent("home-minus","IconHomeMinus",[["path",{d:"M19 15v-3h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2",key:"svg-2"}]]),Lc=createReactComponent("home-move","IconHomeMove",[["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2",key:"svg-0"}],["path",{d:"M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16l3 3l-3 3",key:"svg-3"}]]),Li=createReactComponent("home-off","IconHomeOff",[["path",{d:"M5 12h-2l4.497 -4.497m2 -2l2.504 -2.504l9 9h-2",key:"svg-0"}],["path",{d:"M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2m0 -4v-3",key:"svg-1"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2m2 2v6",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Ls=createReactComponent("home-plus","IconHomePlus",[["path",{d:"M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}]]),Ld=createReactComponent("home-question","IconHomeQuestion",[["path",{d:"M20.136 11.136l-8.136 -8.136l-9 9h2v7a2 2 0 0 0 2 2h7",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2c.467 0 .896 .16 1.236 .428",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}],["path",{d:"M19 19a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-3"}]]),Lu=createReactComponent("home-ribbon","IconHomeRibbon",[["path",{d:"M16 15h5v7l-2.5 -1.5l-2.5 1.5z",key:"svg-0"}],["path",{d:"M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h5",key:"svg-1"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h1.5",key:"svg-2"}]]),Lp=createReactComponent("home-search","IconHomeSearch",[["path",{d:"M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h4.7",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),Lh=createReactComponent("home-share","IconHomeShare",[["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2c.247 0 .484 .045 .702 .127",key:"svg-0"}],["path",{d:"M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}]]),Lv=createReactComponent("home-shield","IconHomeShield",[["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h1.341",key:"svg-0"}],["path",{d:"M19.682 10.682l-7.682 -7.682l-9 9h2v7a2 2 0 0 0 2 2h5",key:"svg-1"}],["path",{d:"M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5z",key:"svg-2"}]]),Lg=createReactComponent("home-signal","IconHomeSignal",[["path",{d:"M15 22v-2",key:"svg-0"}],["path",{d:"M18 22v-4",key:"svg-1"}],["path",{d:"M21 22v-6",key:"svg-2"}],["path",{d:"M19 12.494v-.494h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h4",key:"svg-3"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v.5",key:"svg-4"}]]),Ly=createReactComponent("home-star","IconHomeStar",[["path",{d:"M19.258 10.258l-7.258 -7.258l-9 9h2v7a2 2 0 0 0 2 2h4",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h1.5",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),Lf=createReactComponent("home-stats","IconHomeStats",[["path",{d:"M19 13v-1h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h2.5",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2",key:"svg-1"}],["path",{d:"M13 22l3 -3l2 2l4 -4",key:"svg-2"}],["path",{d:"M19 17h3v3",key:"svg-3"}]]),Lm=createReactComponent("home-up","IconHomeUp",[["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2c.641 0 1.212 .302 1.578 .771",key:"svg-0"}],["path",{d:"M20.136 11.136l-8.136 -8.136l-9 9h2v7a2 2 0 0 0 2 2h6.344",key:"svg-1"}],["path",{d:"M19 22v-6",key:"svg-2"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-3"}]]),Lk=createReactComponent("home-x","IconHomeX",[["path",{d:"M19 13.4v-1.4h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5",key:"svg-0"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2c.402 0 .777 .119 1.091 .323",key:"svg-1"}],["path",{d:"M21.5 21.5l-5 -5",key:"svg-2"}],["path",{d:"M16.5 21.5l5 -5",key:"svg-3"}]]),LM=createReactComponent("home","IconHome",[["path",{d:"M5 12l-2 0l9 -9l9 9l-2 0",key:"svg-0"}],["path",{d:"M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7",key:"svg-1"}],["path",{d:"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6",key:"svg-2"}]]),Lb=createReactComponent("horse-toy","IconHorseToy",[["path",{d:"M3.5 17.5c5.667 4.667 11.333 4.667 17 0",key:"svg-0"}],["path",{d:"M19 18.5l-2 -8.5l1 -2l2 1l1.5 -1.5l-2.5 -4.5c-5.052 .218 -5.99 3.133 -7 6h-6a3 3 0 0 0 -3 3",key:"svg-1"}],["path",{d:"M5 18.5l2 -9.5",key:"svg-2"}],["path",{d:"M8 20l2 -5h4l2 5",key:"svg-3"}]]),LI=createReactComponent("horse","IconHorse",[["path",{d:"M7 10l-.85 8.507a1.357 1.357 0 0 0 1.35 1.493h.146a2 2 0 0 0 1.857 -1.257l.994 -2.486a2 2 0 0 1 1.857 -1.257h1.292a2 2 0 0 1 1.857 1.257l.994 2.486a2 2 0 0 0 1.857 1.257h.146a1.37 1.37 0 0 0 1.364 -1.494l-.864 -9.506h-8c0 -3 -3 -5 -6 -5l-3 6l2 2l3 -2z",key:"svg-0"}],["path",{d:"M22 14v-2a3 3 0 0 0 -3 -3",key:"svg-1"}]]),LC=createReactComponent("horseshoe","IconHorseshoe",[["path",{d:"M19 17c.5 -1.242 2 -2 2 -5s-1 -9 -9 -9s-9 6 -9 9s1.495 3.749 2 5l-2 1l2 3l2.406 -1.147c1.25 -.714 1.778 -2.08 1.203 -3.363c-1.078 -2.407 -1.609 -8.49 3.391 -8.49s4.469 6.083 3.39 8.49c-.574 1.284 -.045 2.649 1.204 3.363l2.406 1.147l2 -3l-2 -1z",key:"svg-0"}]]),Lx=createReactComponent("hotel-service","IconHotelService",[["path",{d:"M8.5 10a1.5 1.5 0 0 1 -1.5 -1.5a5.5 5.5 0 0 1 11 0v10.5a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2c0 -1.38 .71 -2.444 1.88 -3.175l4.424 -2.765c1.055 -.66 1.696 -1.316 1.696 -2.56a2.5 2.5 0 1 0 -5 0a1.5 1.5 0 0 1 -1.5 1.5z",key:"svg-0"}]]),LR=createReactComponent("hourglass-empty","IconHourglassEmpty",[["path",{d:"M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z",key:"svg-1"}]]),LS=createReactComponent("hourglass-filled","IconHourglassFilled",[["path",{d:"M17 2a2 2 0 0 1 1.995 1.85l.005 .15v2a6.996 6.996 0 0 1 -3.393 6a6.994 6.994 0 0 1 3.388 5.728l.005 .272v2a2 2 0 0 1 -1.85 1.995l-.15 .005h-10a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-2a6.996 6.996 0 0 1 3.393 -6a6.994 6.994 0 0 1 -3.388 -5.728l-.005 -.272v-2a2 2 0 0 1 1.85 -1.995l.15 -.005h10z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),L_=createReactComponent("hourglass-high","IconHourglassHigh",[["path",{d:"M6.5 7h11",key:"svg-0"}],["path",{d:"M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z",key:"svg-2"}]]),Lw=createReactComponent("hourglass-low","IconHourglassLow",[["path",{d:"M6.5 17h11",key:"svg-0"}],["path",{d:"M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z",key:"svg-2"}]]),LP=createReactComponent("hourglass-off","IconHourglassOff",[["path",{d:"M18 18v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-2a6 6 0 0 1 6 -6",key:"svg-0"}],["path",{d:"M6 6a6 6 0 0 0 6 6m3.13 -.88a6 6 0 0 0 2.87 -5.12v-2a1 1 0 0 0 -1 -1h-10",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),LO=createReactComponent("hourglass","IconHourglass",[["path",{d:"M6.5 7h11",key:"svg-0"}],["path",{d:"M6.5 17h11",key:"svg-1"}],["path",{d:"M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z",key:"svg-3"}]]),LF=createReactComponent("html","IconHtml",[["path",{d:"M13 16v-8l2 5l2 -5v8",key:"svg-0"}],["path",{d:"M1 16v-8",key:"svg-1"}],["path",{d:"M5 8v8",key:"svg-2"}],["path",{d:"M1 12h4",key:"svg-3"}],["path",{d:"M7 8h4",key:"svg-4"}],["path",{d:"M9 8v8",key:"svg-5"}],["path",{d:"M20 8v8h3",key:"svg-6"}]]),Lz=createReactComponent("http-connect","IconHttpConnect",[["path",{d:"M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0",key:"svg-0"}],["path",{d:"M17 16v-8l4 8v-8",key:"svg-1"}],["path",{d:"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-2"}]]),LD=createReactComponent("http-delete","IconHttpDelete",[["path",{d:"M3 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z",key:"svg-0"}],["path",{d:"M14 8h-4v8h4",key:"svg-1"}],["path",{d:"M10 12h2.5",key:"svg-2"}],["path",{d:"M17 8v8h4",key:"svg-3"}]]),LA=createReactComponent("http-get","IconHttpGet",[["path",{d:"M7 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-0"}],["path",{d:"M14 8h-4v8h4",key:"svg-1"}],["path",{d:"M10 12h2.5",key:"svg-2"}],["path",{d:"M17 8h4",key:"svg-3"}],["path",{d:"M19 8v8",key:"svg-4"}]]),Lj=createReactComponent("http-head","IconHttpHead",[["path",{d:"M3 16v-8",key:"svg-0"}],["path",{d:"M7 8v8",key:"svg-1"}],["path",{d:"M3 12h4",key:"svg-2"}],["path",{d:"M14 8h-4v8h4",key:"svg-3"}],["path",{d:"M10 12h2.5",key:"svg-4"}],["path",{d:"M17 16v-6a2 2 0 1 1 4 0v6",key:"svg-5"}],["path",{d:"M17 13h4",key:"svg-6"}]]),LE=createReactComponent("http-options","IconHttpOptions",[["path",{d:"M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-0"}],["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8",key:"svg-1"}],["path",{d:"M17 8h4",key:"svg-2"}],["path",{d:"M19 8v8",key:"svg-3"}]]),LT=createReactComponent("http-patch","IconHttpPatch",[["path",{d:"M3 12h2a2 2 0 1 0 0 -4h-2v8",key:"svg-0"}],["path",{d:"M10 16v-6a2 2 0 1 1 4 0v6",key:"svg-1"}],["path",{d:"M10 13h4",key:"svg-2"}],["path",{d:"M17 8h4",key:"svg-3"}],["path",{d:"M19 8v8",key:"svg-4"}]]),LB=createReactComponent("http-post","IconHttpPost",[["path",{d:"M3 12h2a2 2 0 1 0 0 -4h-2v8",key:"svg-0"}],["path",{d:"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-1"}],["path",{d:"M17 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1",key:"svg-2"}]]),LN=createReactComponent("http-put","IconHttpPut",[["path",{d:"M3 12h2a2 2 0 1 0 0 -4h-2v8",key:"svg-0"}],["path",{d:"M17 8h4",key:"svg-1"}],["path",{d:"M19 8v8",key:"svg-2"}],["path",{d:"M10 8v6a2 2 0 1 0 4 0v-6",key:"svg-3"}]]),L$=createReactComponent("http-que","IconHttpQue",[["path",{d:"M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-0"}],["path",{d:"M6 15l1 1",key:"svg-1"}],["path",{d:"M21 8h-4v8h4",key:"svg-2"}],["path",{d:"M17 12h2.5",key:"svg-3"}],["path",{d:"M10 8v6a2 2 0 1 0 4 0v-6",key:"svg-4"}]]),LL=createReactComponent("http-trace","IconHttpTrace",[["path",{d:"M3 8h4",key:"svg-0"}],["path",{d:"M5 8v8",key:"svg-1"}],["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4",key:"svg-2"}],["path",{d:"M17 16v-6a2 2 0 1 1 4 0v6",key:"svg-3"}],["path",{d:"M17 13h4",key:"svg-4"}]]),LW=createReactComponent("ice-cream-2","IconIceCream2",[["path",{d:"M17.657 11a6 6 0 1 0 -11.315 0",key:"svg-0"}],["path",{d:"M6.342 11l5.658 11l5.657 -11z",key:"svg-1"}]]),LH=createReactComponent("ice-cream-off","IconIceCreamOff",[["path",{d:"M12 21.5v-4.5",key:"svg-0"}],["path",{d:"M8 8v9h8v-1m0 -4v-5a4 4 0 0 0 -7.277 -2.294",key:"svg-1"}],["path",{d:"M8 10.5l1.74 -.76m2.79 -1.222l3.47 -1.518",key:"svg-2"}],["path",{d:"M8 14.5l4.488 -1.964",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),LV=createReactComponent("ice-cream","IconIceCream",[["path",{d:"M12 21.5v-4.5",key:"svg-0"}],["path",{d:"M8 17h8v-10a4 4 0 1 0 -8 0v10z",key:"svg-1"}],["path",{d:"M8 10.5l8 -3.5",key:"svg-2"}],["path",{d:"M8 14.5l8 -3.5",key:"svg-3"}]]),Lq=createReactComponent("ice-skating","IconIceSkating",[["path",{d:"M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -1 -1.1l.8 -8a1 1 0 0 1 1 -.9z",key:"svg-0"}],["path",{d:"M3 19h17a1 1 0 0 0 1 -1",key:"svg-1"}],["path",{d:"M9 15v4",key:"svg-2"}],["path",{d:"M15 15v4",key:"svg-3"}]]),LU=createReactComponent("icons-off","IconIconsOff",[["path",{d:"M4.01 4.041a3.5 3.5 0 0 0 2.49 5.959c.975 0 1.865 -.357 2.5 -1m.958 -3.044a3.503 3.503 0 0 0 -2.905 -2.912",key:"svg-0"}],["path",{d:"M2.5 21h8l-4 -7z",key:"svg-1"}],["path",{d:"M14 3l7 7",key:"svg-2"}],["path",{d:"M14 10l7 -7",key:"svg-3"}],["path",{d:"M18 14h3v3m0 4h-7v-7",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),LG=createReactComponent("icons","IconIcons",[["path",{d:"M6.5 6.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0",key:"svg-0"}],["path",{d:"M2.5 21h8l-4 -7z",key:"svg-1"}],["path",{d:"M14 3l7 7",key:"svg-2"}],["path",{d:"M14 10l7 -7",key:"svg-3"}],["path",{d:"M14 14h7v7h-7z",key:"svg-4"}]]),LX=createReactComponent("id-badge-2","IconIdBadge2",[["path",{d:"M7 12h3v4h-3z",key:"svg-0"}],["path",{d:"M10 6h-6a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1 -1v-12a1 1 0 0 0 -1 -1h-6",key:"svg-1"}],["path",{d:"M10 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M14 16h2",key:"svg-3"}],["path",{d:"M14 12h4",key:"svg-4"}]]),LK=createReactComponent("id-badge-off","IconIdBadgeOff",[["path",{d:"M7.141 3.125a3 3 0 0 1 .859 -.125h8a3 3 0 0 1 3 3v9m-.13 3.874a3 3 0 0 1 -2.87 2.126h-8a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 .128 -.869",key:"svg-0"}],["path",{d:"M11.179 11.176a2 2 0 1 0 2.635 2.667",key:"svg-1"}],["path",{d:"M10 6h4",key:"svg-2"}],["path",{d:"M9 18h6",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),LY=createReactComponent("id-badge","IconIdBadge",[["path",{d:"M5 3m0 3a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M12 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M10 6h4",key:"svg-2"}],["path",{d:"M9 18h6",key:"svg-3"}]]),LZ=createReactComponent("id-off","IconIdOff",[["path",{d:"M8 4h10a3 3 0 0 1 3 3v10m-1.437 2.561c-.455 .279 -.99 .439 -1.563 .439h-12a3 3 0 0 1 -3 -3v-10c0 -1.083 .573 -2.031 1.433 -2.559",key:"svg-0"}],["path",{d:"M8.175 8.178a2 2 0 1 0 2.646 2.65",key:"svg-1"}],["path",{d:"M15 8h2",key:"svg-2"}],["path",{d:"M16 12h1",key:"svg-3"}],["path",{d:"M7 16h9",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),LQ=createReactComponent("id","IconId",[["path",{d:"M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M9 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M15 8l2 0",key:"svg-2"}],["path",{d:"M15 12l2 0",key:"svg-3"}],["path",{d:"M7 16l10 0",key:"svg-4"}]]),LJ=createReactComponent("inbox-off","IconInboxOff",[["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.593 3.422a2 2 0 0 1 -1.407 .578h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.056 .59 -1.418",key:"svg-0"}],["path",{d:"M4 13h3l3 3h4l.987 -.987m2.013 -2.013h3",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),L1=createReactComponent("inbox","IconInbox",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 13h3l3 3h4l3 -3h3",key:"svg-1"}]]),L0=createReactComponent("indent-decrease","IconIndentDecrease",[["path",{d:"M20 6l-7 0",key:"svg-0"}],["path",{d:"M20 12l-9 0",key:"svg-1"}],["path",{d:"M20 18l-7 0",key:"svg-2"}],["path",{d:"M8 8l-4 4l4 4",key:"svg-3"}]]),L2=createReactComponent("indent-increase","IconIndentIncrease",[["path",{d:"M20 6l-11 0",key:"svg-0"}],["path",{d:"M20 12l-7 0",key:"svg-1"}],["path",{d:"M20 18l-11 0",key:"svg-2"}],["path",{d:"M4 8l4 4l-4 4",key:"svg-3"}]]),L3=createReactComponent("infinity-off","IconInfinityOff",[["path",{d:"M8.165 8.174a4 4 0 0 0 -5.166 3.826a4 4 0 0 0 6.829 2.828a10 10 0 0 0 2.172 -2.828m1.677 -2.347a10 10 0 0 1 .495 -.481a4 4 0 1 1 5.129 6.1m-3.521 .537a4 4 0 0 1 -1.608 -.981a10 10 0 0 1 -2.172 -2.828",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),L5=createReactComponent("infinity","IconInfinity",[["path",{d:"M9.828 9.172a4 4 0 1 0 0 5.656a10 10 0 0 0 2.172 -2.828a10 10 0 0 1 2.172 -2.828a4 4 0 1 1 0 5.656a10 10 0 0 1 -2.172 -2.828a10 10 0 0 0 -2.172 -2.828",key:"svg-0"}]]),L4=createReactComponent("info-circle-filled","IconInfoCircleFilled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm0 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),L6=createReactComponent("info-circle","IconInfoCircle",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M12 9h.01",key:"svg-1"}],["path",{d:"M11 12h1v4h1",key:"svg-2"}]]),L9=createReactComponent("info-hexagon-filled","IconInfoHexagonFilled",[["path",{d:"M10.425 1.414a3.33 3.33 0 0 1 3.026 -.097l.19 .097l6.775 3.995l.096 .063l.092 .077l.107 .075a3.224 3.224 0 0 1 1.266 2.188l.018 .202l.005 .204v7.284c0 1.106 -.57 2.129 -1.454 2.693l-.17 .1l-6.803 4.302c-.918 .504 -2.019 .535 -3.004 .068l-.196 -.1l-6.695 -4.237a3.225 3.225 0 0 1 -1.671 -2.619l-.007 -.207v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098zm1.575 9.586h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),L7=createReactComponent("info-hexagon","IconInfoHexagon",[["path",{d:"M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M12 9h.01",key:"svg-1"}],["path",{d:"M11 12h1v4h1",key:"svg-2"}]]),L8=createReactComponent("info-octagon-filled","IconInfoOctagonFilled",[["path",{d:"M14.897 1a4 4 0 0 1 2.664 1.016l.165 .156l4.1 4.1a4 4 0 0 1 1.168 2.605l.006 .227v5.794a4 4 0 0 1 -1.016 2.664l-.156 .165l-4.1 4.1a4 4 0 0 1 -2.603 1.168l-.227 .006h-5.795a3.999 3.999 0 0 1 -2.664 -1.017l-.165 -.156l-4.1 -4.1a4 4 0 0 1 -1.168 -2.604l-.006 -.227v-5.794a4 4 0 0 1 1.016 -2.664l.156 -.165l4.1 -4.1a4 4 0 0 1 2.605 -1.168l.227 -.006h5.793zm-2.897 10h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),We=createReactComponent("info-octagon","IconInfoOctagon",[["path",{d:"M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z",key:"svg-0"}],["path",{d:"M12 9h.01",key:"svg-1"}],["path",{d:"M11 12h1v4h1",key:"svg-2"}]]),Wt=createReactComponent("info-small","IconInfoSmall",[["path",{d:"M12 9h.01",key:"svg-0"}],["path",{d:"M11 12h1v4h1",key:"svg-1"}]]),Wa=createReactComponent("info-square-filled","IconInfoSquareFilled",[["path",{d:"M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-7 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Wn=createReactComponent("info-square-rounded-filled","IconInfoSquareRoundedFilled",[["path",{d:"M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm0 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Wr=createReactComponent("info-square-rounded","IconInfoSquareRounded",[["path",{d:"M12 9h.01",key:"svg-0"}],["path",{d:"M11 12h1v4h1",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),Wo=createReactComponent("info-square","IconInfoSquare",[["path",{d:"M12 9h.01",key:"svg-0"}],["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-1"}],["path",{d:"M11 12h1v4h1",key:"svg-2"}]]),Wl=createReactComponent("info-triangle-filled","IconInfoTriangleFilled",[["path",{d:"M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm0 9.33h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Wc=createReactComponent("info-triangle","IconInfoTriangle",[["path",{d:"M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z",key:"svg-0"}],["path",{d:"M12 9h.01",key:"svg-1"}],["path",{d:"M11 12h1v4h1",key:"svg-2"}]]),Wi=createReactComponent("inner-shadow-bottom-filled","IconInnerShadowBottomFilled",[["path",{d:"M5.144 4.72c3.92 -3.695 10.093 -3.625 13.927 .209c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm3.32 10.816a1 1 0 1 0 -1.414 1.414a7 7 0 0 0 9.9 0a1 1 0 0 0 -1.414 -1.414a5 5 0 0 1 -7.072 0z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Ws=createReactComponent("inner-shadow-bottom-left-filled","IconInnerShadowBottomLeftFilled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm-6 9a1 1 0 0 0 -1 1a7 7 0 0 0 7 7a1 1 0 0 0 0 -2a5 5 0 0 1 -5 -5a1 1 0 0 0 -1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Wd=createReactComponent("inner-shadow-bottom-left","IconInnerShadowBottomLeft",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M6 12a6 6 0 0 0 6 6",key:"svg-1"}]]),Wu=createReactComponent("inner-shadow-bottom-right-filled","IconInnerShadowBottomRightFilled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm6 9a1 1 0 0 0 -1 1a5 5 0 0 1 -5 5a1 1 0 0 0 0 2a7 7 0 0 0 7 -7a1 1 0 0 0 -1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Wp=createReactComponent("inner-shadow-bottom-right","IconInnerShadowBottomRight",[["path",{d:"M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z",key:"svg-0"}],["path",{d:"M18 12a6 6 0 0 1 -6 6",key:"svg-1"}]]),Wh=createReactComponent("inner-shadow-bottom","IconInnerShadowBottom",[["path",{d:"M18.364 18.364a9 9 0 1 0 -12.728 -12.728a9 9 0 0 0 12.728 12.728z",key:"svg-0"}],["path",{d:"M7.757 16.243a6 6 0 0 0 8.486 0",key:"svg-1"}]]),Wv=createReactComponent("inner-shadow-left-filled","IconInnerShadowLeftFilled",[["path",{d:"M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm3.535 2.121a1 1 0 0 0 -1.414 0a7 7 0 0 0 0 9.9a1 1 0 1 0 1.414 -1.414a5 5 0 0 1 0 -7.072a1 1 0 0 0 0 -1.414z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Wg=createReactComponent("inner-shadow-left","IconInnerShadowLeft",[["path",{d:"M5.636 5.636a9 9 0 1 1 12.728 12.728a9 9 0 0 1 -12.728 -12.728z",key:"svg-0"}],["path",{d:"M7.757 16.243a6 6 0 0 1 0 -8.486",key:"svg-1"}]]),Wy=createReactComponent("inner-shadow-right-filled","IconInnerShadowRightFilled",[["path",{d:"M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm12.02 2.121a1 1 0 0 0 -1.413 1.414a5 5 0 0 1 0 7.072a1 1 0 0 0 1.414 1.414a7 7 0 0 0 0 -9.9z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Wf=createReactComponent("inner-shadow-right","IconInnerShadowRight",[["path",{d:"M18.364 18.364a9 9 0 1 1 -12.728 -12.728a9 9 0 0 1 12.728 12.728z",key:"svg-0"}],["path",{d:"M16.243 7.757a6 6 0 0 1 0 8.486",key:"svg-1"}]]),Wm=createReactComponent("inner-shadow-top-filled","IconInnerShadowTopFilled",[["path",{d:"M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm12.02 2.121a7 7 0 0 0 -9.899 0a1 1 0 0 0 1.414 1.414a5 5 0 0 1 7.072 0a1 1 0 0 0 1.414 -1.414z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Wk=createReactComponent("inner-shadow-top-left-filled","IconInnerShadowTopLeftFilled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm0 3a7 7 0 0 0 -7 7a1 1 0 0 0 2 0a5 5 0 0 1 5 -5a1 1 0 0 0 0 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),WM=createReactComponent("inner-shadow-top-left","IconInnerShadowTopLeft",[["path",{d:"M12 3a9 9 0 1 1 0 18a9 9 0 0 1 0 -18z",key:"svg-0"}],["path",{d:"M6 12a6 6 0 0 1 6 -6",key:"svg-1"}]]),Wb=createReactComponent("inner-shadow-top-right-filled","IconInnerShadowTopRightFilled",[["path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm0 3a1 1 0 0 0 0 2a5 5 0 0 1 5 5a1 1 0 0 0 2 0a7 7 0 0 0 -7 -7z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),WI=createReactComponent("inner-shadow-top-right","IconInnerShadowTopRight",[["path",{d:"M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18z",key:"svg-0"}],["path",{d:"M18 12a6 6 0 0 0 -6 -6",key:"svg-1"}]]),WC=createReactComponent("inner-shadow-top","IconInnerShadowTop",[["path",{d:"M5.636 5.636a9 9 0 1 0 12.728 12.728a9 9 0 0 0 -12.728 -12.728z",key:"svg-0"}],["path",{d:"M16.243 7.757a6 6 0 0 0 -8.486 0",key:"svg-1"}]]),Wx=createReactComponent("input-ai","IconInputAi",[["path",{d:"M20 11v-2a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h4",key:"svg-0"}],["path",{d:"M14 21v-4a2 2 0 1 1 4 0v4",key:"svg-1"}],["path",{d:"M14 19h4",key:"svg-2"}],["path",{d:"M21 15v6",key:"svg-3"}]]),WR=createReactComponent("input-check","IconInputCheck",[["path",{d:"M20 13v-4a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h6",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}]]),WS=createReactComponent("input-search","IconInputSearch",[["path",{d:"M20 11v-2a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}]]),W_=createReactComponent("input-x","IconInputX",[["path",{d:"M20 13v-4a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h7",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}]]),Ww=createReactComponent("ironing-1","IconIroning1",[["path",{d:"M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8",key:"svg-0"}],["path",{d:"M12 15h.01",key:"svg-1"}]]),WP=createReactComponent("ironing-2","IconIroning2",[["path",{d:"M10 15h.01",key:"svg-0"}],["path",{d:"M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8",key:"svg-1"}],["path",{d:"M14 15h.01",key:"svg-2"}]]),WO=createReactComponent("ironing-3","IconIroning3",[["path",{d:"M12 15h.01",key:"svg-0"}],["path",{d:"M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8",key:"svg-1"}],["path",{d:"M9 15h.01",key:"svg-2"}],["path",{d:"M15 15h.01",key:"svg-3"}]]),WF=createReactComponent("ironing-off","IconIroningOff",[["path",{d:"M10 6h6.459a3 3 0 0 1 2.959 2.507l.577 3.464l.804 4.821l.007 .044m-2.806 1.164h-15a7 7 0 0 1 7 -7h1m4 0h4.8",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),Wz=createReactComponent("ironing-steam-off","IconIroningSteamOff",[["path",{d:"M9 4h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.821 1.15",key:"svg-0"}],["path",{d:"M16 16h-13a7 7 0 0 1 6.056 -6.937",key:"svg-1"}],["path",{d:"M13 9h6.8",key:"svg-2"}],["path",{d:"M12 19v2",key:"svg-3"}],["path",{d:"M8 19l-1 2",key:"svg-4"}],["path",{d:"M16 19l1 2",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),WD=createReactComponent("ironing-steam","IconIroningSteam",[["path",{d:"M12 19v2",key:"svg-0"}],["path",{d:"M9 4h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8",key:"svg-1"}],["path",{d:"M8 19l-1 2",key:"svg-2"}],["path",{d:"M16 19l1 2",key:"svg-3"}]]),WA=createReactComponent("ironing","IconIroning",[["path",{d:"M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8",key:"svg-0"}]]),Wj=createReactComponent("irregular-polyhedron-off","IconIrregularPolyhedronOff",[["path",{d:"M4.706 4.73a1 1 0 0 0 -.458 1.14l1.752 6.13l-1.752 6.13a1 1 0 0 0 .592 1.205l6.282 2.503a2.46 2.46 0 0 0 1.756 0l6.282 -2.503c.04 -.016 .079 -.035 .116 -.055m-.474 -4.474l-.802 -2.806l1.752 -6.13a1 1 0 0 0 -.592 -1.205l-6.282 -2.503a2.46 2.46 0 0 0 -1.756 0l-3.544 1.412",key:"svg-0"}],["path",{d:"M4.5 5.5c.661 .214 1.161 .38 1.5 .5m6 2c.29 -.003 .603 -.06 .878 -.17l6.622 -2.33",key:"svg-1"}],["path",{d:"M6 12l5.21 1.862a2.34 2.34 0 0 0 1.58 0l.742 -.265m2.956 -1.057c.312 -.11 .816 -.291 1.512 -.54",key:"svg-2"}],["path",{d:"M12 22v-10",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),WE=createReactComponent("irregular-polyhedron-plus","IconIrregularPolyhedronPlus",[["path",{d:"M18 12l1.752 -6.13a1 1 0 0 0 -.592 -1.205l-6.282 -2.503a2.46 2.46 0 0 0 -1.756 0l-6.282 2.503a1 1 0 0 0 -.592 1.204l1.752 6.131l-1.752 6.13a1 1 0 0 0 .592 1.205l6.282 2.503a2.46 2.46 0 0 0 1.756 0l.221 -.088",key:"svg-0"}],["path",{d:"M4.5 5.5l6.622 2.33a2.35 2.35 0 0 0 1.756 0l6.622 -2.33",key:"svg-1"}],["path",{d:"M6 12l5.21 1.862a2.34 2.34 0 0 0 1.58 0l5.21 -1.862",key:"svg-2"}],["path",{d:"M12 22v-14",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}],["path",{d:"M19 16v6",key:"svg-5"}]]),WT=createReactComponent("irregular-polyhedron","IconIrregularPolyhedron",[["path",{d:"M6 12l-1.752 6.13a1 1 0 0 0 .592 1.205l6.282 2.503a2.46 2.46 0 0 0 1.756 0l6.282 -2.503a1 1 0 0 0 .592 -1.204l-1.752 -6.131l1.752 -6.13a1 1 0 0 0 -.592 -1.205l-6.282 -2.503a2.46 2.46 0 0 0 -1.756 0l-6.282 2.503a1 1 0 0 0 -.592 1.204l1.752 6.131z",key:"svg-0"}],["path",{d:"M4.5 5.5l6.622 2.33a2.35 2.35 0 0 0 1.756 0l6.622 -2.33",key:"svg-1"}],["path",{d:"M6 12l5.21 1.862a2.34 2.34 0 0 0 1.58 0l5.21 -1.862",key:"svg-2"}],["path",{d:"M12 22v-14",key:"svg-3"}]]),WB=createReactComponent("italic","IconItalic",[["path",{d:"M11 5l6 0",key:"svg-0"}],["path",{d:"M7 19l6 0",key:"svg-1"}],["path",{d:"M14 5l-4 14",key:"svg-2"}]]),WN=createReactComponent("jacket","IconJacket",[["path",{d:"M16 3l-4 5l-4 -5",key:"svg-0"}],["path",{d:"M12 19a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-8.172a2 2 0 0 1 .586 -1.414l.828 -.828a2 2 0 0 0 .586 -1.414v-2.172a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2.172a2 2 0 0 0 .586 1.414l.828 .828a2 2 0 0 1 .586 1.414v8.172a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M20 13h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-2"}],["path",{d:"M4 17h3a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3",key:"svg-3"}],["path",{d:"M12 19v-11",key:"svg-4"}]]),W$=createReactComponent("jetpack","IconJetpack",[["path",{d:"M10 6a3 3 0 1 0 -6 0v7h6v-7z",key:"svg-0"}],["path",{d:"M14 13h6v-7a3 3 0 0 0 -6 0v7z",key:"svg-1"}],["path",{d:"M5 16c0 2.333 .667 4 2 5c1.333 -1 2 -2.667 2 -5",key:"svg-2"}],["path",{d:"M15 16c0 2.333 .667 4 2 5c1.333 -1 2 -2.667 2 -5",key:"svg-3"}],["path",{d:"M10 8h4",key:"svg-4"}],["path",{d:"M10 11h4",key:"svg-5"}]]),WL=createReactComponent("jewish-star-filled","IconJewishStarFilled",[["path",{d:"M8.433 6h-5.433l-.114 .006a1 1 0 0 0 -.743 1.508l2.69 4.486l-2.69 4.486l-.054 .1a1 1 0 0 0 .911 1.414h5.434l2.709 4.514l.074 .108a1 1 0 0 0 1.64 -.108l2.708 -4.514h5.435l.114 -.006a1 1 0 0 0 .743 -1.508l-2.691 -4.486l2.691 -4.486l.054 -.1a1 1 0 0 0 -.911 -1.414h-5.434l-2.709 -4.514a1 1 0 0 0 -1.714 0l-2.71 4.514z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),WW=createReactComponent("jewish-star","IconJewishStar",[["path",{d:"M12 2l3 5h6l-3 5l3 5h-6l-3 5l-3 -5h-6l3 -5l-3 -5h6z",key:"svg-0"}]]),WH=createReactComponent("jpg","IconJpg",[["path",{d:"M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-0"}],["path",{d:"M10 16v-8h2a2 2 0 1 1 0 4h-2",key:"svg-1"}],["path",{d:"M3 8h4v6a2 2 0 0 1 -2 2h-1.5a.5 .5 0 0 1 -.5 -.5v-.5",key:"svg-2"}]]),WV=createReactComponent("json","IconJson",[["path",{d:"M20 16v-8l3 8v-8",key:"svg-0"}],["path",{d:"M15 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-1"}],["path",{d:"M1 8h3v6.5a1.5 1.5 0 0 1 -3 0v-.5",key:"svg-2"}],["path",{d:"M7 15a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1",key:"svg-3"}]]),Wq=createReactComponent("jump-rope","IconJumpRope",[["path",{d:"M6 14v-6a3 3 0 1 1 6 0v8a3 3 0 0 0 6 0v-6",key:"svg-0"}],["path",{d:"M16 3m0 2a2 2 0 0 1 2 -2h0a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h0a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M4 14m0 2a2 2 0 0 1 2 -2h0a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h0a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),WU=createReactComponent("karate","IconKarate",[["path",{d:"M18 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M3 9l4.5 1l3 2.5",key:"svg-1"}],["path",{d:"M13 21v-8l3 -5.5",key:"svg-2"}],["path",{d:"M8 4.5l4 2l4 1l4 3.5l-2 3.5",key:"svg-3"}]]),WG=createReactComponent("kayak","IconKayak",[["path",{d:"M6.414 6.414a2 2 0 0 0 0 -2.828l-1.414 -1.414l-2.828 2.828l1.414 1.414a2 2 0 0 0 2.828 0z",key:"svg-0"}],["path",{d:"M17.586 17.586a2 2 0 0 0 0 2.828l1.414 1.414l2.828 -2.828l-1.414 -1.414a2 2 0 0 0 -2.828 0z",key:"svg-1"}],["path",{d:"M6.5 6.5l11 11",key:"svg-2"}],["path",{d:"M22 2.5c-9.983 2.601 -17.627 7.952 -20 19.5c9.983 -2.601 17.627 -7.952 20 -19.5z",key:"svg-3"}],["path",{d:"M6.5 12.5l5 5",key:"svg-4"}],["path",{d:"M12.5 6.5l5 5",key:"svg-5"}]]),WX=createReactComponent("kering","IconKering",[["path",{d:"M16 15v-3.5a2.5 2.5 0 1 1 5 0v3.5m0 -2h-5",key:"svg-0"}],["path",{d:"M3 9l3 6l3 -6",key:"svg-1"}],["path",{d:"M9 20l6 -16",key:"svg-2"}]]),WK=createReactComponent("key-off","IconKeyOff",[["path",{d:"M10.17 6.159l2.316 -2.316a2.877 2.877 0 0 1 4.069 0l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.33 2.33",key:"svg-0"}],["path",{d:"M14.931 14.948a2.863 2.863 0 0 1 -1.486 -.79l-.301 -.302l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.863 2.863 0 0 1 -.794 -1.504",key:"svg-1"}],["path",{d:"M15 9h.01",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),WY=createReactComponent("key","IconKey",[["path",{d:"M16.555 3.843l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.643 2.643a2.877 2.877 0 0 1 -4.069 0l-.301 -.301l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.877 2.877 0 0 1 0 -4.069l2.643 -2.643a2.877 2.877 0 0 1 4.069 0z",key:"svg-0"}],["path",{d:"M15 9h.01",key:"svg-1"}]]),WZ=createReactComponent("keyboard-hide","IconKeyboardHide",[["path",{d:"M2 3m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M6 7l0 .01",key:"svg-1"}],["path",{d:"M10 7l0 .01",key:"svg-2"}],["path",{d:"M14 7l0 .01",key:"svg-3"}],["path",{d:"M18 7l0 .01",key:"svg-4"}],["path",{d:"M6 11l0 .01",key:"svg-5"}],["path",{d:"M18 11l0 .01",key:"svg-6"}],["path",{d:"M10 11l4 0",key:"svg-7"}],["path",{d:"M10 21l2 -2l2 2",key:"svg-8"}]]),WQ=createReactComponent("keyboard-off","IconKeyboardOff",[["path",{d:"M18 18h-14a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2m4 0h10a2 2 0 0 1 2 2v8c0 .554 -.226 1.056 -.59 1.418",key:"svg-0"}],["path",{d:"M6 10l0 .01",key:"svg-1"}],["path",{d:"M10 10l0 .01",key:"svg-2"}],["path",{d:"M14 10l0 .01",key:"svg-3"}],["path",{d:"M18 10l0 .01",key:"svg-4"}],["path",{d:"M6 14l0 .01",key:"svg-5"}],["path",{d:"M18 14l0 .01",key:"svg-6"}],["path",{d:"M10 14l4 0",key:"svg-7"}],["path",{d:"M3 3l18 18",key:"svg-8"}]]),WJ=createReactComponent("keyboard-show","IconKeyboardShow",[["path",{d:"M2 3m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M6 7l0 .01",key:"svg-1"}],["path",{d:"M10 7l0 .01",key:"svg-2"}],["path",{d:"M14 7l0 .01",key:"svg-3"}],["path",{d:"M18 7l0 .01",key:"svg-4"}],["path",{d:"M6 11l0 .01",key:"svg-5"}],["path",{d:"M18 11l0 .01",key:"svg-6"}],["path",{d:"M10 11l4 0",key:"svg-7"}],["path",{d:"M10 19l2 2l2 -2",key:"svg-8"}]]),W1=createReactComponent("keyboard","IconKeyboard",[["path",{d:"M2 6m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M6 10l0 .01",key:"svg-1"}],["path",{d:"M10 10l0 .01",key:"svg-2"}],["path",{d:"M14 10l0 .01",key:"svg-3"}],["path",{d:"M18 10l0 .01",key:"svg-4"}],["path",{d:"M6 14l0 .01",key:"svg-5"}],["path",{d:"M18 14l0 .01",key:"svg-6"}],["path",{d:"M10 14l4 .01",key:"svg-7"}]]),W0=createReactComponent("keyframe-align-center-filled","IconKeyframeAlignCenterFilled",[["path",{d:"M12 19a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 6c-.629 0 -1.214 .301 -1.606 .807l-2.908 3.748a2.395 2.395 0 0 0 -.011 2.876l2.919 3.762c.39 .505 .977 .807 1.606 .807c.629 0 1.214 -.301 1.606 -.807l2.908 -3.748a2.395 2.395 0 0 0 .011 -2.876l-2.919 -3.762a2.032 2.032 0 0 0 -1.606 -.807z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M12 1a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M5 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}]]),W2=createReactComponent("keyframe-align-center","IconKeyframeAlignCenter",[["path",{d:"M12 20v2",key:"svg-0"}],["path",{d:"M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748z",key:"svg-1"}],["path",{d:"M12 2v2",key:"svg-2"}],["path",{d:"M3 12h2",key:"svg-3"}],["path",{d:"M19 12h2",key:"svg-4"}]]),W3=createReactComponent("keyframe-align-horizontal-filled","IconKeyframeAlignHorizontalFilled",[["path",{d:"M12 6c-.629 0 -1.214 .301 -1.606 .807l-2.908 3.748a2.395 2.395 0 0 0 -.011 2.876l2.919 3.762c.39 .505 .977 .807 1.606 .807c.629 0 1.214 -.301 1.606 -.807l2.908 -3.748a2.395 2.395 0 0 0 .011 -2.876l-2.919 -3.762a2.032 2.032 0 0 0 -1.606 -.807z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M5 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),W5=createReactComponent("keyframe-align-horizontal","IconKeyframeAlignHorizontal",[["path",{d:"M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748z",key:"svg-0"}],["path",{d:"M3 12h2",key:"svg-1"}],["path",{d:"M19 12h2",key:"svg-2"}]]),W4=createReactComponent("keyframe-align-vertical-filled","IconKeyframeAlignVerticalFilled",[["path",{d:"M12 1a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 6c-.629 0 -1.214 .301 -1.606 .807l-2.908 3.748a2.395 2.395 0 0 0 -.011 2.876l2.919 3.762c.39 .505 .977 .807 1.606 .807c.629 0 1.214 -.301 1.606 -.807l2.908 -3.748a2.395 2.395 0 0 0 .011 -2.876l-2.919 -3.762a2.032 2.032 0 0 0 -1.606 -.807z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M12 19a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),W6=createReactComponent("keyframe-align-vertical","IconKeyframeAlignVertical",[["path",{d:"M12 2v2",key:"svg-0"}],["path",{d:"M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748z",key:"svg-1"}],["path",{d:"M12 20v2",key:"svg-2"}]]),W9=createReactComponent("keyframe-filled","IconKeyframeFilled",[["path",{d:"M12 4a2.599 2.599 0 0 0 -2 .957l-4.355 5.24a2.847 2.847 0 0 0 -.007 3.598l4.368 5.256c.499 .6 1.225 .949 1.994 .949a2.599 2.599 0 0 0 2 -.957l4.355 -5.24a2.847 2.847 0 0 0 .007 -3.598l-4.368 -5.256a2.593 2.593 0 0 0 -1.994 -.949z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),W7=createReactComponent("keyframe","IconKeyframe",[["path",{d:"M13.225 18.412a1.595 1.595 0 0 1 -1.225 .588c-.468 0 -.914 -.214 -1.225 -.588l-4.361 -5.248a1.844 1.844 0 0 1 0 -2.328l4.361 -5.248a1.595 1.595 0 0 1 1.225 -.588c.468 0 .914 .214 1.225 .588l4.361 5.248a1.844 1.844 0 0 1 0 2.328l-4.361 5.248z",key:"svg-0"}]]),W8=createReactComponent("keyframes-filled","IconKeyframesFilled",[["path",{d:"M8 4a2.599 2.599 0 0 0 -2 .957l-4.355 5.24a2.847 2.847 0 0 0 -.007 3.598l4.368 5.256c.499 .6 1.224 .949 1.994 .949a2.599 2.599 0 0 0 2 -.957l4.355 -5.24a2.847 2.847 0 0 0 .007 -3.598l-4.368 -5.256a2.593 2.593 0 0 0 -1.994 -.949z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M16.382 4.214a1 1 0 0 1 1.32 .074l.084 .094l4.576 5.823c.808 .993 .848 2.396 .13 3.419l-.12 .158l-4.586 5.836a1 1 0 0 1 -1.644 -1.132l.072 -.104l4.596 -5.85a.845 .845 0 0 0 .06 -.978l-.07 -.1l-4.586 -5.836a1 1 0 0 1 .168 -1.404z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M12.382 4.214a1 1 0 0 1 1.32 .074l.084 .094l4.576 5.823c.808 .993 .848 2.396 .13 3.419l-.12 .158l-4.586 5.836a1 1 0 0 1 -1.644 -1.132l.072 -.104l4.596 -5.85a.845 .845 0 0 0 .06 -.978l-.07 -.1l-4.586 -5.836a1 1 0 0 1 .168 -1.404z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),He=createReactComponent("keyframes","IconKeyframes",[["path",{d:"M9.225 18.412a1.595 1.595 0 0 1 -1.225 .588c-.468 0 -.914 -.214 -1.225 -.588l-4.361 -5.248a1.844 1.844 0 0 1 0 -2.328l4.361 -5.248a1.595 1.595 0 0 1 1.225 -.588c.468 0 .914 .214 1.225 .588l4.361 5.248a1.844 1.844 0 0 1 0 2.328l-4.361 5.248z",key:"svg-0"}],["path",{d:"M17 5l4.586 5.836a1.844 1.844 0 0 1 0 2.328l-4.586 5.836",key:"svg-1"}],["path",{d:"M13 5l4.586 5.836a1.844 1.844 0 0 1 0 2.328l-4.586 5.836",key:"svg-2"}]]),Ht=createReactComponent("ladder-off","IconLadderOff",[["path",{d:"M8 3v1m0 4v13",key:"svg-0"}],["path",{d:"M16 3v9m0 4v5",key:"svg-1"}],["path",{d:"M8 14h6",key:"svg-2"}],["path",{d:"M8 10h2m4 0h2",key:"svg-3"}],["path",{d:"M10 6h6",key:"svg-4"}],["path",{d:"M8 18h8",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),Ha=createReactComponent("ladder","IconLadder",[["path",{d:"M8 3v18",key:"svg-0"}],["path",{d:"M16 3v18",key:"svg-1"}],["path",{d:"M8 14h8",key:"svg-2"}],["path",{d:"M8 10h8",key:"svg-3"}],["path",{d:"M8 6h8",key:"svg-4"}],["path",{d:"M8 18h8",key:"svg-5"}]]),Hn=createReactComponent("ladle","IconLadle",[["path",{d:"M3 14v1a6 6 0 1 0 12 0v-9a3 3 0 0 1 6 0",key:"svg-0"}],["path",{d:"M9 16c-.663 0 -1.3 -.036 -1.896 -.102l-.5 -.064c-2.123 -.308 -3.604 -1.013 -3.604 -1.834c0 -.82 1.482 -1.526 3.603 -1.834l.5 -.064a17.27 17.27 0 0 1 1.897 -.102c.663 0 1.3 .036 1.896 .102l.5 .064c2.123 .308 3.604 1.013 3.604 1.834c0 .82 -1.482 1.526 -3.603 1.834l-.5 .064a17.27 17.27 0 0 1 -1.897 .102z",key:"svg-1"}]]),Hr=createReactComponent("lambda","IconLambda",[["path",{d:"M6 20l6.5 -9",key:"svg-0"}],["path",{d:"M19 20c-6 0 -6 -16 -12 -16",key:"svg-1"}]]),Ho=createReactComponent("lamp-2","IconLamp2",[["path",{d:"M5 21h9",key:"svg-0"}],["path",{d:"M10 21l-7 -8l8.5 -5.5",key:"svg-1"}],["path",{d:"M13 14c-2.148 -2.148 -2.148 -5.852 0 -8c2.088 -2.088 5.842 -1.972 8 0l-8 8z",key:"svg-2"}],["path",{d:"M11.742 7.574l-1.156 -1.156a2 2 0 0 1 2.828 -2.829l1.144 1.144",key:"svg-3"}],["path",{d:"M15.5 12l.208 .274a2.527 2.527 0 0 0 3.556 0c.939 -.933 .98 -2.42 .122 -3.4l-.366 -.369",key:"svg-4"}]]),Hl=createReactComponent("lamp-off","IconLampOff",[["path",{d:"M9 20h6",key:"svg-0"}],["path",{d:"M12 20v-8",key:"svg-1"}],["path",{d:"M7.325 7.35l-2.325 4.65h7m4 0h3l-4 -8h-6l-.338 .676",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Hc=createReactComponent("lamp","IconLamp",[["path",{d:"M9 20h6",key:"svg-0"}],["path",{d:"M12 20v-8",key:"svg-1"}],["path",{d:"M5 12h14l-4 -8h-6z",key:"svg-2"}]]),Hi=createReactComponent("lane","IconLane",[["path",{d:"M4 6v13",key:"svg-0"}],["path",{d:"M20 6v13",key:"svg-1"}]]),Hs=createReactComponent("language-hiragana","IconLanguageHiragana",[["path",{d:"M4 5h7",key:"svg-0"}],["path",{d:"M7 4c0 4.846 0 7 .5 8",key:"svg-1"}],["path",{d:"M10 8.5c0 2.286 -2 4.5 -3.5 4.5s-2.5 -1.135 -2.5 -2c0 -2 1 -3 3 -3s5 .57 5 2.857c0 1.524 -.667 2.571 -2 3.143",key:"svg-2"}],["path",{d:"M12 20l4 -9l4 9",key:"svg-3"}],["path",{d:"M19.1 18h-6.2",key:"svg-4"}]]),Hd=createReactComponent("language-katakana","IconLanguageKatakana",[["path",{d:"M5 5h6.586a1 1 0 0 1 .707 1.707l-1.293 1.293",key:"svg-0"}],["path",{d:"M8 8c0 1.5 .5 3 -2 5",key:"svg-1"}],["path",{d:"M12 20l4 -9l4 9",key:"svg-2"}],["path",{d:"M19.1 18h-6.2",key:"svg-3"}]]),Hu=createReactComponent("language-off","IconLanguageOff",[["path",{d:"M4 5h1m4 0h2",key:"svg-0"}],["path",{d:"M9 3v2m-.508 3.517c-.814 2.655 -2.52 4.483 -4.492 4.483",key:"svg-1"}],["path",{d:"M5 9c0 2.144 2.952 3.908 6.7 4",key:"svg-2"}],["path",{d:"M12 20l2.463 -5.541m1.228 -2.764l.309 -.695l.8 1.8",key:"svg-3"}],["path",{d:"M18 18h-5.1",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),Hp=createReactComponent("language","IconLanguage",[["path",{d:"M4 5h7",key:"svg-0"}],["path",{d:"M9 3v2c0 4.418 -2.239 8 -5 8",key:"svg-1"}],["path",{d:"M5 9c0 2.144 2.952 3.908 6.7 4",key:"svg-2"}],["path",{d:"M12 20l4 -9l4 9",key:"svg-3"}],["path",{d:"M19.1 18h-6.2",key:"svg-4"}]]),Hh=createReactComponent("lasso-off","IconLassoOff",[["path",{d:"M4.028 13.252c-.657 -.972 -1.028 -2.078 -1.028 -3.252c0 -1.804 .878 -3.449 2.319 -4.69m2.49 -1.506a11.066 11.066 0 0 1 4.191 -.804c4.97 0 9 3.134 9 7c0 1.799 -.873 3.44 -2.307 4.68m-2.503 1.517a11.066 11.066 0 0 1 -4.19 .803c-1.913 0 -3.686 -.464 -5.144 -1.255",key:"svg-0"}],["path",{d:"M5 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 17c0 1.42 .316 2.805 1 4",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Hv=createReactComponent("lasso-polygon","IconLassoPolygon",[["path",{d:"M4.028 13.252l-1.028 -3.252l2 -7l7 5l8 -3l1 9l-9 3l-5.144 -1.255",key:"svg-0"}],["path",{d:"M5 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 17c0 1.42 .316 2.805 1 4",key:"svg-2"}]]),Hg=createReactComponent("lasso","IconLasso",[["path",{d:"M4.028 13.252c-.657 -.972 -1.028 -2.078 -1.028 -3.252c0 -3.866 4.03 -7 9 -7s9 3.134 9 7s-4.03 7 -9 7c-1.913 0 -3.686 -.464 -5.144 -1.255",key:"svg-0"}],["path",{d:"M5 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 17c0 1.42 .316 2.805 1 4",key:"svg-2"}]]),Hy=createReactComponent("layers-difference","IconLayersDifference",[["path",{d:"M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2",key:"svg-0"}],["path",{d:"M10 8l-2 0l0 2",key:"svg-1"}],["path",{d:"M8 14l0 2l2 0",key:"svg-2"}],["path",{d:"M14 8l2 0l0 2",key:"svg-3"}],["path",{d:"M16 14l0 2l-2 0",key:"svg-4"}]]),Hf=createReactComponent("layers-intersect-2","IconLayersIntersect2",[["path",{d:"M8 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M9 15l6 -6",key:"svg-2"}]]),Hm=createReactComponent("layers-intersect","IconLayersIntersect",[["path",{d:"M8 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),Hk=createReactComponent("layers-linked","IconLayersLinked",[["path",{d:"M19 8.268a2 2 0 0 1 1 1.732v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h3",key:"svg-0"}],["path",{d:"M5 15.734a2 2 0 0 1 -1 -1.734v-8a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-3",key:"svg-1"}]]),HM=createReactComponent("layers-off","IconLayersOff",[["path",{d:"M8.59 4.581c.362 -.359 .86 -.581 1.41 -.581h8a2 2 0 0 1 2 2v8c0 .556 -.227 1.06 -.594 1.422m-3.406 .578h-6a2 2 0 0 1 -2 -2v-6",key:"svg-0"}],["path",{d:"M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),Hb=createReactComponent("layers-subtract","IconLayersSubtract",[["path",{d:"M8 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2",key:"svg-1"}]]),HI=createReactComponent("layers-union","IconLayersUnion",[["path",{d:"M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2",key:"svg-0"}]]),HC=createReactComponent("layout-2","IconLayout2",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-2"}],["path",{d:"M14 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-3"}]]),Hx=createReactComponent("layout-align-bottom","IconLayoutAlignBottom",[["path",{d:"M4 20l16 0",key:"svg-0"}],["path",{d:"M9 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),HR=createReactComponent("layout-align-center","IconLayoutAlignCenter",[["path",{d:"M12 4l0 5",key:"svg-0"}],["path",{d:"M12 15l0 5",key:"svg-1"}],["path",{d:"M6 9m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),HS=createReactComponent("layout-align-left","IconLayoutAlignLeft",[["path",{d:"M4 4l0 16",key:"svg-0"}],["path",{d:"M8 9m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),H_=createReactComponent("layout-align-middle","IconLayoutAlignMiddle",[["path",{d:"M4 12l5 0",key:"svg-0"}],["path",{d:"M15 12l5 0",key:"svg-1"}],["path",{d:"M9 6m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),Hw=createReactComponent("layout-align-right","IconLayoutAlignRight",[["path",{d:"M20 4l0 16",key:"svg-0"}],["path",{d:"M4 9m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),HP=createReactComponent("layout-align-top","IconLayoutAlignTop",[["path",{d:"M4 4l16 0",key:"svg-0"}],["path",{d:"M9 8m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),HO=createReactComponent("layout-board-split","IconLayoutBoardSplit",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 12h8",key:"svg-1"}],["path",{d:"M12 15h8",key:"svg-2"}],["path",{d:"M12 9h8",key:"svg-3"}],["path",{d:"M12 4v16",key:"svg-4"}]]),HF=createReactComponent("layout-board","IconLayoutBoard",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 9h8",key:"svg-1"}],["path",{d:"M12 15h8",key:"svg-2"}],["path",{d:"M12 4v16",key:"svg-3"}]]),Hz=createReactComponent("layout-bottombar-collapse-filled","IconLayoutBottombarCollapseFilled",[["path",{d:"M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-12a1 1 0 0 0 -.993 .883l-.007 .117v9h14v-9a1 1 0 0 0 -.883 -.993l-.117 -.007zm-7.387 3.21l.094 .083l1.293 1.292l1.293 -1.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 1.32 -1.497z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),HD=createReactComponent("layout-bottombar-collapse","IconLayoutBottombarCollapse",[["path",{d:"M20 6v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2z",key:"svg-0"}],["path",{d:"M20 15h-16",key:"svg-1"}],["path",{d:"M14 8l-2 2l-2 -2",key:"svg-2"}]]),HA=createReactComponent("layout-bottombar-expand-filled","IconLayoutBottombarExpandFilled",[["path",{d:"M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-12a1 1 0 0 0 -.993 .883l-.007 .117v9h14v-9a1 1 0 0 0 -.883 -.993l-.117 -.007zm-5.387 3.21l.094 .083l2 2a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.32 -.083z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Hj=createReactComponent("layout-bottombar-expand","IconLayoutBottombarExpand",[["path",{d:"M20 6v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2z",key:"svg-0"}],["path",{d:"M20 15h-16",key:"svg-1"}],["path",{d:"M14 10l-2 -2l-2 2",key:"svg-2"}]]),HE=createReactComponent("layout-bottombar-filled","IconLayoutBottombarFilled",[["path",{d:"M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-12a1 1 0 0 0 -.993 .883l-.007 .117v9h14v-9a1 1 0 0 0 -.883 -.993l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),HT=createReactComponent("layout-bottombar","IconLayoutBottombar",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 15l16 0",key:"svg-1"}]]),HB=createReactComponent("layout-cards","IconLayoutCards",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),HN=createReactComponent("layout-collage","IconLayoutCollage",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 4l4 16",key:"svg-1"}],["path",{d:"M12 12l-8 2",key:"svg-2"}]]),H$=createReactComponent("layout-columns","IconLayoutColumns",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 4l0 16",key:"svg-1"}]]),HL=createReactComponent("layout-dashboard","IconLayoutDashboard",[["path",{d:"M4 4h6v8h-6z",key:"svg-0"}],["path",{d:"M4 16h6v4h-6z",key:"svg-1"}],["path",{d:"M14 12h6v8h-6z",key:"svg-2"}],["path",{d:"M14 4h6v4h-6z",key:"svg-3"}]]),HW=createReactComponent("layout-distribute-horizontal","IconLayoutDistributeHorizontal",[["path",{d:"M4 4l16 0",key:"svg-0"}],["path",{d:"M4 20l16 0",key:"svg-1"}],["path",{d:"M6 9m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),HH=createReactComponent("layout-distribute-vertical","IconLayoutDistributeVertical",[["path",{d:"M4 4l0 16",key:"svg-0"}],["path",{d:"M20 4l0 16",key:"svg-1"}],["path",{d:"M9 6m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),HV=createReactComponent("layout-grid-add","IconLayoutGridAdd",[["path",{d:"M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M14 17h6m-3 -3v6",key:"svg-3"}]]),Hq=createReactComponent("layout-grid-remove","IconLayoutGridRemove",[["path",{d:"M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z",key:"svg-0"}],["path",{d:"M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z",key:"svg-1"}],["path",{d:"M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z",key:"svg-2"}],["path",{d:"M14 17h6",key:"svg-3"}]]),HU=createReactComponent("layout-grid","IconLayoutGrid",[["path",{d:"M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M14 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-3"}]]),HG=createReactComponent("layout-kanban","IconLayoutKanban",[["path",{d:"M4 4l6 0",key:"svg-0"}],["path",{d:"M14 4l6 0",key:"svg-1"}],["path",{d:"M4 8m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-2"}],["path",{d:"M14 8m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-3"}]]),HX=createReactComponent("layout-list","IconLayoutList",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 14m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),HK=createReactComponent("layout-navbar-collapse-filled","IconLayoutNavbarCollapseFilled",[["path",{d:"M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm1 6h-14v9a1 1 0 0 0 .883 .993l.117 .007h12a1 1 0 0 0 .993 -.883l.007 -.117v-9zm-6.387 3.21l.094 .083l2 2a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.32 -.083z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),HY=createReactComponent("layout-navbar-collapse","IconLayoutNavbarCollapse",[["path",{d:"M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 9h16",key:"svg-1"}],["path",{d:"M10 16l2 -2l2 2",key:"svg-2"}]]),HZ=createReactComponent("layout-navbar-expand-filled","IconLayoutNavbarExpandFilled",[["path",{d:"M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm1 6h-14v9a1 1 0 0 0 .883 .993l.117 .007h12a1 1 0 0 0 .993 -.883l.007 -.117v-9zm-8.387 3.21l.094 .083l1.293 1.292l1.293 -1.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 1.32 -1.497z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),HQ=createReactComponent("layout-navbar-expand","IconLayoutNavbarExpand",[["path",{d:"M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 9h16",key:"svg-1"}],["path",{d:"M10 14l2 2l2 -2",key:"svg-2"}]]),HJ=createReactComponent("layout-navbar-filled","IconLayoutNavbarFilled",[["path",{d:"M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm1 6h-14v9a1 1 0 0 0 .883 .993l.117 .007h12a1 1 0 0 0 .993 -.883l.007 -.117v-9z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),H1=createReactComponent("layout-navbar","IconLayoutNavbar",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 9l16 0",key:"svg-1"}]]),H0=createReactComponent("layout-off","IconLayoutOff",[["path",{d:"M8 4a2 2 0 0 1 2 2m-1.162 2.816a1.993 1.993 0 0 1 -.838 .184h-2a2 2 0 0 1 -2 -2v-1c0 -.549 .221 -1.046 .58 -1.407",key:"svg-0"}],["path",{d:"M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M14 10v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v10m-.595 3.423a2 2 0 0 1 -1.405 .577h-2a2 2 0 0 1 -2 -2v-4",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),H2=createReactComponent("layout-rows","IconLayoutRows",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 12l16 0",key:"svg-1"}]]),H3=createReactComponent("layout-sidebar-left-collapse-filled","IconLayoutSidebarLeftCollapseFilled",[["path",{d:"M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-9v14h9a1 1 0 0 0 .993 -.883l.007 -.117v-12a1 1 0 0 0 -.883 -.993l-.117 -.007zm-2.293 4.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.292 1.293l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.414 0z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),H5=createReactComponent("layout-sidebar-left-collapse","IconLayoutSidebarLeftCollapse",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 4v16",key:"svg-1"}],["path",{d:"M15 10l-2 2l2 2",key:"svg-2"}]]),H4=createReactComponent("layout-sidebar-left-expand-filled","IconLayoutSidebarLeftExpandFilled",[["path",{d:"M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-9v14h9a1 1 0 0 0 .993 -.883l.007 -.117v-12a1 1 0 0 0 -.883 -.993l-.117 -.007zm-4.387 4.21l.094 .083l2 2a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.292 -1.293l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),H6=createReactComponent("layout-sidebar-left-expand","IconLayoutSidebarLeftExpand",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 4v16",key:"svg-1"}],["path",{d:"M14 10l2 2l-2 2",key:"svg-2"}]]),H9=createReactComponent("layout-sidebar-right-collapse-filled","IconLayoutSidebarRightCollapseFilled",[["path",{d:"M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm-3 2h-9a1 1 0 0 0 -.993 .883l-.007 .117v12a1 1 0 0 0 .883 .993l.117 .007h9v-14zm-5.387 4.21l.094 .083l2 2a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.292 -1.293l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),H7=createReactComponent("layout-sidebar-right-collapse","IconLayoutSidebarRightCollapse",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M15 4v16",key:"svg-1"}],["path",{d:"M9 10l2 2l-2 2",key:"svg-2"}]]),H8=createReactComponent("layout-sidebar-right-expand-filled","IconLayoutSidebarRightExpandFilled",[["path",{d:"M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm-3 2h-9a1 1 0 0 0 -.993 .883l-.007 .117v12a1 1 0 0 0 .883 .993l.117 .007h9v-14zm-3.293 4.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.292 1.293l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.414 0z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Ve=createReactComponent("layout-sidebar-right-expand","IconLayoutSidebarRightExpand",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M15 4v16",key:"svg-1"}],["path",{d:"M10 10l-2 2l2 2",key:"svg-2"}]]),Vt=createReactComponent("layout-sidebar-right","IconLayoutSidebarRight",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M15 4l0 16",key:"svg-1"}]]),Va=createReactComponent("layout-sidebar","IconLayoutSidebar",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 4l0 16",key:"svg-1"}]]),Vn=createReactComponent("layout","IconLayout",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),Vr=createReactComponent("leaf-off","IconLeafOff",[["path",{d:"M5 21c.475 -4.27 2.3 -7.64 6.331 -9.683",key:"svg-0"}],["path",{d:"M6.618 6.623c-1.874 1.625 -2.625 3.877 -2.632 6.377c0 1 0 3 2 5h3.014c2.733 0 5.092 -.635 6.92 -2.087m1.899 -2.099c1.224 -1.872 1.987 -4.434 2.181 -7.814v-2h-4.014c-2.863 0 -5.118 .405 -6.861 1.118",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),Vo=createReactComponent("leaf","IconLeaf",[["path",{d:"M5 21c.5 -4.5 2.5 -8 7 -10",key:"svg-0"}],["path",{d:"M9 18c6.218 0 10.5 -3.288 11 -12v-2h-4.014c-9 0 -11.986 4 -12 9c0 1 0 3 2 5h3z",key:"svg-1"}]]),Vl=createReactComponent("lego-off","IconLegoOff",[["path",{d:"M9.5 11h.01",key:"svg-0"}],["path",{d:"M9.5 15a3.5 3.5 0 0 0 5 0",key:"svg-1"}],["path",{d:"M8 4v-1h8v2h1a3 3 0 0 1 3 3v8m-.884 3.127a2.99 2.99 0 0 1 -2.116 .873v1h-10v-1a3 3 0 0 1 -3 -3v-9c0 -1.083 .574 -2.032 1.435 -2.56",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Vc=createReactComponent("lego","IconLego",[["path",{d:"M9.5 11l.01 0",key:"svg-0"}],["path",{d:"M14.5 11l.01 0",key:"svg-1"}],["path",{d:"M9.5 15a3.5 3.5 0 0 0 5 0",key:"svg-2"}],["path",{d:"M7 5h1v-2h8v2h1a3 3 0 0 1 3 3v9a3 3 0 0 1 -3 3v1h-10v-1a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3",key:"svg-3"}]]),Vi=createReactComponent("lemon-2","IconLemon2",[["path",{d:"M18 4a2 2 0 0 1 1.185 3.611c1.55 2.94 .873 6.917 -1.892 9.682c-2.765 2.765 -6.743 3.442 -9.682 1.892a2 2 0 1 1 -2.796 -2.796c-1.55 -2.94 -.873 -6.917 1.892 -9.682c2.765 -2.765 6.743 -3.442 9.682 -1.892a2 2 0 0 1 1.611 -.815z",key:"svg-0"}]]),Vs=createReactComponent("lemon","IconLemon",[["path",{d:"M17.536 3.393c3.905 3.906 3.905 10.237 0 14.143c-3.906 3.905 -10.237 3.905 -14.143 0l14.143 -14.143",key:"svg-0"}],["path",{d:"M5.868 15.06a6.5 6.5 0 0 0 9.193 -9.192",key:"svg-1"}],["path",{d:"M10.464 10.464l4.597 4.597",key:"svg-2"}],["path",{d:"M10.464 10.464v6.364",key:"svg-3"}],["path",{d:"M10.464 10.464h6.364",key:"svg-4"}]]),Vd=createReactComponent("letter-a-small","IconLetterASmall",[["path",{d:"M10 16v-6a2 2 0 1 1 4 0v6",key:"svg-0"}],["path",{d:"M10 13h4",key:"svg-1"}]]),Vu=createReactComponent("letter-a","IconLetterA",[["path",{d:"M7 20v-12a4 4 0 0 1 4 -4h2a4 4 0 0 1 4 4v12",key:"svg-0"}],["path",{d:"M7 13l10 0",key:"svg-1"}]]),Vp=createReactComponent("letter-b-small","IconLetterBSmall",[["path",{d:"M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z",key:"svg-0"}]]),Vh=createReactComponent("letter-b","IconLetterB",[["path",{d:"M7 20v-16h6a4 4 0 0 1 0 8a4 4 0 0 1 0 8h-6",key:"svg-0"}],["path",{d:"M7 12l6 0",key:"svg-1"}]]),Vv=createReactComponent("letter-c-small","IconLetterCSmall",[["path",{d:"M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0",key:"svg-0"}]]),Vg=createReactComponent("letter-c","IconLetterC",[["path",{d:"M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5",key:"svg-0"}]]),Vy=createReactComponent("letter-case-lower","IconLetterCaseLower",[["path",{d:"M6.5 15.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0",key:"svg-0"}],["path",{d:"M10 12v7",key:"svg-1"}],["path",{d:"M17.5 15.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0",key:"svg-2"}],["path",{d:"M21 12v7",key:"svg-3"}]]),Vf=createReactComponent("letter-case-toggle","IconLetterCaseToggle",[["path",{d:"M6.5 15.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0",key:"svg-0"}],["path",{d:"M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5",key:"svg-1"}],["path",{d:"M14 13h7",key:"svg-2"}],["path",{d:"M10 12v7",key:"svg-3"}]]),Vm=createReactComponent("letter-case-upper","IconLetterCaseUpper",[["path",{d:"M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5",key:"svg-0"}],["path",{d:"M3 13h7",key:"svg-1"}],["path",{d:"M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5",key:"svg-2"}],["path",{d:"M14 13h7",key:"svg-3"}]]),Vk=createReactComponent("letter-case","IconLetterCase",[["path",{d:"M17.5 15.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0",key:"svg-0"}],["path",{d:"M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5",key:"svg-1"}],["path",{d:"M3 13h7",key:"svg-2"}],["path",{d:"M21 12v7",key:"svg-3"}]]),VM=createReactComponent("letter-d-small","IconLetterDSmall",[["path",{d:"M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z",key:"svg-0"}]]),Vb=createReactComponent("letter-d","IconLetterD",[["path",{d:"M7 4h6a5 5 0 0 1 5 5v6a5 5 0 0 1 -5 5h-6v-16",key:"svg-0"}]]),VI=createReactComponent("letter-e-small","IconLetterESmall",[["path",{d:"M14 8h-4v8h4",key:"svg-0"}],["path",{d:"M10 12h2.5",key:"svg-1"}]]),VC=createReactComponent("letter-e","IconLetterE",[["path",{d:"M17 4h-10v16h10",key:"svg-0"}],["path",{d:"M7 12l8 0",key:"svg-1"}]]),Vx=createReactComponent("letter-f-small","IconLetterFSmall",[["path",{d:"M10 12h3",key:"svg-0"}],["path",{d:"M14 8h-4v8",key:"svg-1"}]]),VR=createReactComponent("letter-f","IconLetterF",[["path",{d:"M17 4h-10v16",key:"svg-0"}],["path",{d:"M7 12l8 0",key:"svg-1"}]]),VS=createReactComponent("letter-g-small","IconLetterGSmall",[["path",{d:"M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-0"}]]),V_=createReactComponent("letter-g","IconLetterG",[["path",{d:"M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-2h-4",key:"svg-0"}]]),Vw=createReactComponent("letter-h-small","IconLetterHSmall",[["path",{d:"M10 16v-8",key:"svg-0"}],["path",{d:"M14 8v8",key:"svg-1"}],["path",{d:"M10 12h4",key:"svg-2"}]]),VP=createReactComponent("letter-h","IconLetterH",[["path",{d:"M17 4l0 16",key:"svg-0"}],["path",{d:"M7 12l10 0",key:"svg-1"}],["path",{d:"M7 4l0 16",key:"svg-2"}]]),VO=createReactComponent("letter-i-small","IconLetterISmall",[["path",{d:"M12 8v8",key:"svg-0"}]]),VF=createReactComponent("letter-i","IconLetterI",[["path",{d:"M12 4l0 16",key:"svg-0"}]]),Vz=createReactComponent("letter-j-small","IconLetterJSmall",[["path",{d:"M10 8h4v6a2 2 0 1 1 -4 0",key:"svg-0"}]]),VD=createReactComponent("letter-j","IconLetterJ",[["path",{d:"M17 4v12a4 4 0 0 1 -4 4h-2a4 4 0 0 1 -4 -4",key:"svg-0"}]]),VA=createReactComponent("letter-k-small","IconLetterKSmall",[["path",{d:"M10.5 8v8",key:"svg-0"}],["path",{d:"M14.5 8l-3 4l3 4",key:"svg-1"}],["path",{d:"M10.5 12h1",key:"svg-2"}]]),Vj=createReactComponent("letter-k","IconLetterK",[["path",{d:"M7 4l0 16",key:"svg-0"}],["path",{d:"M7 12h2l8 -8",key:"svg-1"}],["path",{d:"M9 12l8 8",key:"svg-2"}]]),VE=createReactComponent("letter-l-small","IconLetterLSmall",[["path",{d:"M10 8v8h4",key:"svg-0"}]]),VT=createReactComponent("letter-l","IconLetterL",[["path",{d:"M7 4v16h10",key:"svg-0"}]]),VB=createReactComponent("letter-m-small","IconLetterMSmall",[["path",{d:"M9 16v-8l3 5l3 -5v8",key:"svg-0"}]]),VN=createReactComponent("letter-m","IconLetterM",[["path",{d:"M6 20v-16l6 14l6 -14v16",key:"svg-0"}]]),V$=createReactComponent("letter-n-small","IconLetterNSmall",[["path",{d:"M10 16v-8l4 8v-8",key:"svg-0"}]]),VL=createReactComponent("letter-n","IconLetterN",[["path",{d:"M7 20v-16l10 16v-16",key:"svg-0"}]]),VW=createReactComponent("letter-o-small","IconLetterOSmall",[["path",{d:"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-0"}]]),VH=createReactComponent("letter-o","IconLetterO",[["path",{d:"M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6",key:"svg-0"}]]),VV=createReactComponent("letter-p-small","IconLetterPSmall",[["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8",key:"svg-0"}]]),Vq=createReactComponent("letter-p","IconLetterP",[["path",{d:"M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5",key:"svg-0"}]]),VU=createReactComponent("letter-q-small","IconLetterQSmall",[["path",{d:"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-0"}],["path",{d:"M13 15l1 1",key:"svg-1"}]]),VG=createReactComponent("letter-q","IconLetterQ",[["path",{d:"M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6",key:"svg-0"}],["path",{d:"M13 15l5 5",key:"svg-1"}]]),VX=createReactComponent("letter-r-small","IconLetterRSmall",[["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4",key:"svg-0"}]]),VK=createReactComponent("letter-r","IconLetterR",[["path",{d:"M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5",key:"svg-0"}],["path",{d:"M12 13l5 7",key:"svg-1"}]]),VY=createReactComponent("letter-s-small","IconLetterSSmall",[["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1",key:"svg-0"}]]),VZ=createReactComponent("letter-s","IconLetterS",[["path",{d:"M17 8a4 4 0 0 0 -4 -4h-2a4 4 0 0 0 0 8h2a4 4 0 0 1 0 8h-2a4 4 0 0 1 -4 -4",key:"svg-0"}]]),VQ=createReactComponent("letter-spacing","IconLetterSpacing",[["path",{d:"M5 12v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5",key:"svg-0"}],["path",{d:"M13 4l3 8l3 -8",key:"svg-1"}],["path",{d:"M5 18h14",key:"svg-2"}],["path",{d:"M17 20l2 -2l-2 -2",key:"svg-3"}],["path",{d:"M7 16l-2 2l2 2",key:"svg-4"}]]),VJ=createReactComponent("letter-t-small","IconLetterTSmall",[["path",{d:"M10 8h4",key:"svg-0"}],["path",{d:"M12 8v8",key:"svg-1"}]]),V1=createReactComponent("letter-t","IconLetterT",[["path",{d:"M6 4l12 0",key:"svg-0"}],["path",{d:"M12 4l0 16",key:"svg-1"}]]),V0=createReactComponent("letter-u-small","IconLetterUSmall",[["path",{d:"M10 8v6a2 2 0 1 0 4 0v-6",key:"svg-0"}]]),V2=createReactComponent("letter-u","IconLetterU",[["path",{d:"M6 4v11a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-11",key:"svg-0"}]]),V3=createReactComponent("letter-v-small","IconLetterVSmall",[["path",{d:"M10 8l2 8l2 -8",key:"svg-0"}]]),V5=createReactComponent("letter-v","IconLetterV",[["path",{d:"M6 4l6 16l6 -16",key:"svg-0"}]]),V4=createReactComponent("letter-w-small","IconLetterWSmall",[["path",{d:"M9 8l1 8l2 -5l2 5l1 -8",key:"svg-0"}]]),V6=createReactComponent("letter-w","IconLetterW",[["path",{d:"M4 4l4 16l4 -14l4 14l4 -16",key:"svg-0"}]]),V9=createReactComponent("letter-x-small","IconLetterXSmall",[["path",{d:"M10 8l4 8",key:"svg-0"}],["path",{d:"M10 16l4 -8",key:"svg-1"}]]),V7=createReactComponent("letter-x","IconLetterX",[["path",{d:"M7 4l10 16",key:"svg-0"}],["path",{d:"M17 4l-10 16",key:"svg-1"}]]),V8=createReactComponent("letter-y-small","IconLetterYSmall",[["path",{d:"M10 8l2 5l2 -5",key:"svg-0"}],["path",{d:"M12 16v-3",key:"svg-1"}]]),qe=createReactComponent("letter-y","IconLetterY",[["path",{d:"M7 4l5 9l5 -9",key:"svg-0"}],["path",{d:"M12 13l0 7",key:"svg-1"}]]),qt=createReactComponent("letter-z-small","IconLetterZSmall",[["path",{d:"M10 8h4l-4 8h4",key:"svg-0"}]]),qa=createReactComponent("letter-z","IconLetterZ",[["path",{d:"M7 4h10l-10 16h10",key:"svg-0"}]]),qn=createReactComponent("license-off","IconLicenseOff",[["path",{d:"M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 1 0 4 0v-2m0 -4v-8a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -.864 .126m-2.014 2.025a3 3 0 0 0 -.122 .849v11",key:"svg-0"}],["path",{d:"M11 7h2",key:"svg-1"}],["path",{d:"M9 11h2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),qr=createReactComponent("license","IconLicense",[["path",{d:"M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 0 0 4 0v-14a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -3 3v11",key:"svg-0"}],["path",{d:"M9 7l4 0",key:"svg-1"}],["path",{d:"M9 11l4 0",key:"svg-2"}]]),qo=createReactComponent("lifebuoy-off","IconLifebuoyOff",[["path",{d:"M9.171 9.172a4 4 0 0 0 5.65 5.663m1.179 -2.835a4 4 0 0 0 -4 -4",key:"svg-0"}],["path",{d:"M5.64 5.632a9 9 0 1 0 12.73 12.725m1.667 -2.301a9 9 0 0 0 -12.077 -12.1",key:"svg-1"}],["path",{d:"M15 15l3.35 3.35",key:"svg-2"}],["path",{d:"M9 15l-3.35 3.35",key:"svg-3"}],["path",{d:"M5.65 5.65l3.35 3.35",key:"svg-4"}],["path",{d:"M18.35 5.65l-3.35 3.35",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),ql=createReactComponent("lifebuoy","IconLifebuoy",[["path",{d:"M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}],["path",{d:"M15 15l3.35 3.35",key:"svg-2"}],["path",{d:"M9 15l-3.35 3.35",key:"svg-3"}],["path",{d:"M5.65 5.65l3.35 3.35",key:"svg-4"}],["path",{d:"M18.35 5.65l-3.35 3.35",key:"svg-5"}]]),qc=createReactComponent("lighter","IconLighter",[["path",{d:"M10 3v16a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-7h-12a2 2 0 0 1 -2 -2v-5a2 2 0 0 1 2 -2h3z",key:"svg-0"}],["path",{d:"M16 4l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z",key:"svg-1"}]]),qi=createReactComponent("line-dashed","IconLineDashed",[["path",{d:"M5 12h2",key:"svg-0"}],["path",{d:"M17 12h2",key:"svg-1"}],["path",{d:"M11 12h2",key:"svg-2"}]]),qs=createReactComponent("line-dotted","IconLineDotted",[["path",{d:"M4 12v.01",key:"svg-0"}],["path",{d:"M8 12v.01",key:"svg-1"}],["path",{d:"M12 12v.01",key:"svg-2"}],["path",{d:"M16 12v.01",key:"svg-3"}],["path",{d:"M20 12v.01",key:"svg-4"}]]),qd=createReactComponent("line-height","IconLineHeight",[["path",{d:"M3 8l3 -3l3 3",key:"svg-0"}],["path",{d:"M3 16l3 3l3 -3",key:"svg-1"}],["path",{d:"M6 5l0 14",key:"svg-2"}],["path",{d:"M13 6l7 0",key:"svg-3"}],["path",{d:"M13 12l7 0",key:"svg-4"}],["path",{d:"M13 18l7 0",key:"svg-5"}]]),qu=createReactComponent("line-scan","IconLineScan",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M7 12h10",key:"svg-4"}]]),qp=createReactComponent("line","IconLine",[["path",{d:"M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M18 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M7.5 16.5l9 -9",key:"svg-2"}]]),qh=createReactComponent("link-minus","IconLinkMinus",[["path",{d:"M9 15l6 -6",key:"svg-0"}],["path",{d:"M11 6l.463 -.536a5 5 0 1 1 7.071 7.072l-.534 .464",key:"svg-1"}],["path",{d:"M12.603 18.534a5.07 5.07 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}]]),qv=createReactComponent("link-off","IconLinkOff",[["path",{d:"M9 15l3 -3m2 -2l1 -1",key:"svg-0"}],["path",{d:"M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}],["path",{d:"M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463",key:"svg-3"}]]),qg=createReactComponent("link-plus","IconLinkPlus",[["path",{d:"M9 15l6 -6",key:"svg-0"}],["path",{d:"M11 6l.463 -.536a5 5 0 0 1 7.072 0a4.993 4.993 0 0 1 -.001 7.072",key:"svg-1"}],["path",{d:"M12.603 18.534a5.07 5.07 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),qy=createReactComponent("link","IconLink",[["path",{d:"M9 15l6 -6",key:"svg-0"}],["path",{d:"M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464",key:"svg-1"}],["path",{d:"M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463",key:"svg-2"}]]),qf=createReactComponent("list-check","IconListCheck",[["path",{d:"M3.5 5.5l1.5 1.5l2.5 -2.5",key:"svg-0"}],["path",{d:"M3.5 11.5l1.5 1.5l2.5 -2.5",key:"svg-1"}],["path",{d:"M3.5 17.5l1.5 1.5l2.5 -2.5",key:"svg-2"}],["path",{d:"M11 6l9 0",key:"svg-3"}],["path",{d:"M11 12l9 0",key:"svg-4"}],["path",{d:"M11 18l9 0",key:"svg-5"}]]),qm=createReactComponent("list-details","IconListDetails",[["path",{d:"M13 5h8",key:"svg-0"}],["path",{d:"M13 9h5",key:"svg-1"}],["path",{d:"M13 15h8",key:"svg-2"}],["path",{d:"M13 19h5",key:"svg-3"}],["path",{d:"M3 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-4"}],["path",{d:"M3 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-5"}]]),qk=createReactComponent("list-letters","IconListLetters",[["path",{d:"M11 6h9",key:"svg-0"}],["path",{d:"M11 12h9",key:"svg-1"}],["path",{d:"M11 18h9",key:"svg-2"}],["path",{d:"M4 10v-4.5a1.5 1.5 0 0 1 3 0v4.5",key:"svg-3"}],["path",{d:"M4 8h3",key:"svg-4"}],["path",{d:"M4 20h1.5a1.5 1.5 0 0 0 0 -3h-1.5h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6z",key:"svg-5"}]]),qM=createReactComponent("list-numbers","IconListNumbers",[["path",{d:"M11 6h9",key:"svg-0"}],["path",{d:"M11 12h9",key:"svg-1"}],["path",{d:"M12 18h8",key:"svg-2"}],["path",{d:"M4 16a2 2 0 1 1 4 0c0 .591 -.5 1 -1 1.5l-3 2.5h4",key:"svg-3"}],["path",{d:"M6 10v-6l-2 2",key:"svg-4"}]]),qb=createReactComponent("list-search","IconListSearch",[["path",{d:"M15 15m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M18.5 18.5l2.5 2.5",key:"svg-1"}],["path",{d:"M4 6h16",key:"svg-2"}],["path",{d:"M4 12h4",key:"svg-3"}],["path",{d:"M4 18h4",key:"svg-4"}]]),qI=createReactComponent("list-tree","IconListTree",[["path",{d:"M9 6h11",key:"svg-0"}],["path",{d:"M12 12h8",key:"svg-1"}],["path",{d:"M15 18h5",key:"svg-2"}],["path",{d:"M5 6v.01",key:"svg-3"}],["path",{d:"M8 12v.01",key:"svg-4"}],["path",{d:"M11 18v.01",key:"svg-5"}]]),qC=createReactComponent("list","IconList",[["path",{d:"M9 6l11 0",key:"svg-0"}],["path",{d:"M9 12l11 0",key:"svg-1"}],["path",{d:"M9 18l11 0",key:"svg-2"}],["path",{d:"M5 6l0 .01",key:"svg-3"}],["path",{d:"M5 12l0 .01",key:"svg-4"}],["path",{d:"M5 18l0 .01",key:"svg-5"}]]),qx=createReactComponent("live-photo-off","IconLivePhotoOff",[["path",{d:"M11.296 11.29a1 1 0 1 0 1.414 1.415",key:"svg-0"}],["path",{d:"M8.473 8.456a5 5 0 1 0 7.076 7.066m1.365 -2.591a5 5 0 0 0 -5.807 -5.851",key:"svg-1"}],["path",{d:"M15.9 20.11v.01",key:"svg-2"}],["path",{d:"M19.04 17.61v.01",key:"svg-3"}],["path",{d:"M20.77 14v.01",key:"svg-4"}],["path",{d:"M20.77 10v.01",key:"svg-5"}],["path",{d:"M19.04 6.39v.01",key:"svg-6"}],["path",{d:"M15.9 3.89v.01",key:"svg-7"}],["path",{d:"M12 3v.01",key:"svg-8"}],["path",{d:"M8.1 3.89v.01",key:"svg-9"}],["path",{d:"M4.96 6.39v.01",key:"svg-10"}],["path",{d:"M3.23 10v.01",key:"svg-11"}],["path",{d:"M3.23 14v.01",key:"svg-12"}],["path",{d:"M4.96 17.61v.01",key:"svg-13"}],["path",{d:"M8.1 20.11v.01",key:"svg-14"}],["path",{d:"M12 21v.01",key:"svg-15"}],["path",{d:"M3 3l18 18",key:"svg-16"}]]),qR=createReactComponent("live-photo","IconLivePhoto",[["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-1"}],["path",{d:"M15.9 20.11l0 .01",key:"svg-2"}],["path",{d:"M19.04 17.61l0 .01",key:"svg-3"}],["path",{d:"M20.77 14l0 .01",key:"svg-4"}],["path",{d:"M20.77 10l0 .01",key:"svg-5"}],["path",{d:"M19.04 6.39l0 .01",key:"svg-6"}],["path",{d:"M15.9 3.89l0 .01",key:"svg-7"}],["path",{d:"M12 3l0 .01",key:"svg-8"}],["path",{d:"M8.1 3.89l0 .01",key:"svg-9"}],["path",{d:"M4.96 6.39l0 .01",key:"svg-10"}],["path",{d:"M3.23 10l0 .01",key:"svg-11"}],["path",{d:"M3.23 14l0 .01",key:"svg-12"}],["path",{d:"M4.96 17.61l0 .01",key:"svg-13"}],["path",{d:"M8.1 20.11l0 .01",key:"svg-14"}],["path",{d:"M12 21l0 .01",key:"svg-15"}]]),qS=createReactComponent("live-view","IconLiveView",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M12 11l0 .01",key:"svg-4"}],["path",{d:"M12 18l-3.5 -5a4 4 0 1 1 7 0l-3.5 5",key:"svg-5"}]]),q_=createReactComponent("load-balancer","IconLoadBalancer",[["path",{d:"M12 13m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M12 16v3",key:"svg-2"}],["path",{d:"M12 10v-7",key:"svg-3"}],["path",{d:"M9 6l3 -3l3 3",key:"svg-4"}],["path",{d:"M12 10v-7",key:"svg-5"}],["path",{d:"M9 6l3 -3l3 3",key:"svg-6"}],["path",{d:"M14.894 12.227l6.11 -2.224",key:"svg-7"}],["path",{d:"M17.159 8.21l3.845 1.793l-1.793 3.845",key:"svg-8"}],["path",{d:"M9.101 12.214l-6.075 -2.211",key:"svg-9"}],["path",{d:"M6.871 8.21l-3.845 1.793l1.793 3.845",key:"svg-10"}]]),qw=createReactComponent("loader-2","IconLoader2",[["path",{d:"M12 3a9 9 0 1 0 9 9",key:"svg-0"}]]),qP=createReactComponent("loader-3","IconLoader3",[["path",{d:"M3 12a9 9 0 0 0 9 9a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9",key:"svg-0"}],["path",{d:"M17 12a5 5 0 1 0 -5 5",key:"svg-1"}]]),qO=createReactComponent("loader-quarter","IconLoaderQuarter",[["path",{d:"M12 6l0 -3",key:"svg-0"}],["path",{d:"M6 12l-3 0",key:"svg-1"}],["path",{d:"M7.75 7.75l-2.15 -2.15",key:"svg-2"}]]),qF=createReactComponent("loader","IconLoader",[["path",{d:"M12 6l0 -3",key:"svg-0"}],["path",{d:"M16.25 7.75l2.15 -2.15",key:"svg-1"}],["path",{d:"M18 12l3 0",key:"svg-2"}],["path",{d:"M16.25 16.25l2.15 2.15",key:"svg-3"}],["path",{d:"M12 18l0 3",key:"svg-4"}],["path",{d:"M7.75 16.25l-2.15 2.15",key:"svg-5"}],["path",{d:"M6 12l-3 0",key:"svg-6"}],["path",{d:"M7.75 7.75l-2.15 -2.15",key:"svg-7"}]]),qz=createReactComponent("location-bolt","IconLocationBolt",[["path",{d:"M13.05 20.1l-3.05 -6.1l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.312 9.173",key:"svg-0"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-1"}]]),qD=createReactComponent("location-broken","IconLocationBroken",[["path",{d:"M12.896 19.792l-2.896 -5.792l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.487 9.657",key:"svg-0"}],["path",{d:"M21.5 21.5l-5 -5",key:"svg-1"}],["path",{d:"M16.5 21.5l5 -5",key:"svg-2"}]]),qA=createReactComponent("location-cancel","IconLocationCancel",[["path",{d:"M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.305 9.151",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}]]),qj=createReactComponent("location-check","IconLocationCheck",[["path",{d:"M11.512 17.023l-1.512 -3.023l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-4.45 12.324",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}]]),qE=createReactComponent("location-code","IconLocationCode",[["path",{d:"M11.505 17.01l-1.505 -3.01l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.677 10.184",key:"svg-0"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-2"}]]),qT=createReactComponent("location-cog","IconLocationCog",[["path",{d:"M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.14 8.697",key:"svg-0"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19.001 15.5v1.5",key:"svg-2"}],["path",{d:"M19.001 21v1.5",key:"svg-3"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-4"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-5"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-6"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-7"}]]),qB=createReactComponent("location-discount","IconLocationDiscount",[["path",{d:"M12.797 19.595l-2.797 -5.595l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.548 9.826",key:"svg-0"}],["path",{d:"M16 21l5 -5",key:"svg-1"}],["path",{d:"M21 21v.01",key:"svg-2"}],["path",{d:"M16 16v.01",key:"svg-3"}]]),qN=createReactComponent("location-dollar","IconLocationDollar",[["path",{d:"M13.08 20.162l-3.08 -6.162l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.55 7.063",key:"svg-0"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-1"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-2"}]]),q$=createReactComponent("location-down","IconLocationDown",[["path",{d:"M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.328 9.217",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}]]),qL=createReactComponent("location-exclamation","IconLocationExclamation",[["path",{d:"M15.024 19.55l-.524 1.45a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.317 9.186",key:"svg-0"}],["path",{d:"M19 16v3",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}]]),qW=createReactComponent("location-filled","IconLocationFilled",[["path",{d:"M20.891 2.006l.106 -.006l.13 .008l.09 .016l.123 .035l.107 .046l.1 .057l.09 .067l.082 .075l.052 .059l.082 .116l.052 .096c.047 .1 .077 .206 .09 .316l.005 .106c0 .075 -.008 .149 -.024 .22l-.035 .123l-6.532 18.077a1.55 1.55 0 0 1 -1.409 .903a1.547 1.547 0 0 1 -1.329 -.747l-.065 -.127l-3.352 -6.702l-6.67 -3.336a1.55 1.55 0 0 1 -.898 -1.259l-.006 -.149c0 -.56 .301 -1.072 .841 -1.37l.14 -.07l18.017 -6.506l.106 -.03l.108 -.018z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),qH=createReactComponent("location-heart","IconLocationHeart",[["path",{d:"M10.365 14.73l-.365 -.73l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.024 8.373",key:"svg-0"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-1"}]]),qV=createReactComponent("location-minus","IconLocationMinus",[["path",{d:"M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-4.347 12.038",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),qq=createReactComponent("location-off","IconLocationOff",[["path",{d:"M10.72 6.712l10.28 -3.712l-3.724 10.313m-1.056 2.925l-1.72 4.762a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l4.775 -1.724",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),qU=createReactComponent("location-pause","IconLocationPause",[["path",{d:"M13.02 20.04l-3.02 -6.04l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.634 10.062",key:"svg-0"}],["path",{d:"M17 17v5",key:"svg-1"}],["path",{d:"M21 17v5",key:"svg-2"}]]),qG=createReactComponent("location-pin","IconLocationPin",[["path",{d:"M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.901 8.034",key:"svg-0"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-1"}],["path",{d:"M19 18v.01",key:"svg-2"}]]),qX=createReactComponent("location-plus","IconLocationPlus",[["path",{d:"M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.361 9.308",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),qK=createReactComponent("location-question","IconLocationQuestion",[["path",{d:"M14.5 21a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.967 8.215",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),qY=createReactComponent("location-search","IconLocationSearch",[["path",{d:"M11 16l-1 -2l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.916 8.076",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}]]),qZ=createReactComponent("location-share","IconLocationShare",[["path",{d:"M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.616 10.015",key:"svg-0"}],["path",{d:"M16 22l5 -5",key:"svg-1"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-2"}]]),qQ=createReactComponent("location-star","IconLocationStar",[["path",{d:"M10.336 14.672l-.336 -.672l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.565 7.104",key:"svg-0"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}]]),qJ=createReactComponent("location-up","IconLocationUp",[["path",{d:"M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.251 9.003",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}]]),q1=createReactComponent("location-x","IconLocationX",[["path",{d:"M13.5 21l-.224 -.448l-3.276 -6.552l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.622 10.03",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}]]),q0=createReactComponent("location","IconLocation",[["path",{d:"M21 3l-6.5 18a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5",key:"svg-0"}]]),q2=createReactComponent("lock-access-off","IconLockAccessOff",[["path",{d:"M4 8v-2c0 -.554 .225 -1.055 .588 -1.417",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2c.55 0 1.05 -.222 1.41 -.582",key:"svg-3"}],["path",{d:"M15 11a1 1 0 0 1 1 1m-.29 3.704a1 1 0 0 1 -.71 .296h-6a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h2",key:"svg-4"}],["path",{d:"M10 11v-1m1.182 -2.826a2 2 0 0 1 2.818 1.826v1",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),q3=createReactComponent("lock-access","IconLockAccess",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M8 11m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-4"}],["path",{d:"M10 11v-2a2 2 0 1 1 4 0v2",key:"svg-5"}]]),q5=createReactComponent("lock-bolt","IconLockBolt",[["path",{d:"M13.5 21h-6.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.74 1.012",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-3"}]]),q4=createReactComponent("lock-cancel","IconLockCancel",[["path",{d:"M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.749 1.028",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M17 21l4 -4",key:"svg-4"}]]),q6=createReactComponent("lock-check","IconLockCheck",[["path",{d:"M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v.5",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-3"}]]),q9=createReactComponent("lock-code","IconLockCode",[["path",{d:"M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-3"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-4"}]]),q7=createReactComponent("lock-cog","IconLockCog",[["path",{d:"M12 21h-5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.564 0 1.074 .234 1.437 .61",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M19.001 15.5v1.5",key:"svg-4"}],["path",{d:"M19.001 21v1.5",key:"svg-5"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-6"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-7"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-8"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-9"}]]),q8=createReactComponent("lock-dollar","IconLockDollar",[["path",{d:"M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-3"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-4"}]]),Ue=createReactComponent("lock-down","IconLockDown",[["path",{d:"M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.74 1.015",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-4"}]]),Ut=createReactComponent("lock-exclamation","IconLockExclamation",[["path",{d:"M15 21h-8a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.734 1.002",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M19 16v3",key:"svg-3"}],["path",{d:"M19 22v.01",key:"svg-4"}]]),Ua=createReactComponent("lock-heart","IconLockHeart",[["path",{d:"M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.38 0 .734 .106 1.037 .29",key:"svg-0"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}]]),Un=createReactComponent("lock-minus","IconLockMinus",[["path",{d:"M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v2",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}]]),Ur=createReactComponent("lock-off","IconLockOff",[["path",{d:"M15 11h2a2 2 0 0 1 2 2v2m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h4",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-3m.719 -3.289a4 4 0 0 1 7.281 2.289v4",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Uo=createReactComponent("lock-open-off","IconLockOpenOff",[["path",{d:"M15 11h2a2 2 0 0 1 2 2v2m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h4",key:"svg-0"}],["path",{d:"M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-3m.347 -3.631a4 4 0 0 1 7.653 1.631",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Ul=createReactComponent("lock-open","IconLockOpen",[["path",{d:"M5 11m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-5a4 4 0 0 1 8 0",key:"svg-2"}]]),Uc=createReactComponent("lock-pause","IconLockPause",[["path",{d:"M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v.5",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M17 17v5",key:"svg-3"}],["path",{d:"M21 17v5",key:"svg-4"}]]),Ui=createReactComponent("lock-pin","IconLockPin",[["path",{d:"M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.24 0 .47 .042 .683 .12",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-3"}],["path",{d:"M19 18v.01",key:"svg-4"}]]),Us=createReactComponent("lock-plus","IconLockPlus",[["path",{d:"M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.74 1.012",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),Ud=createReactComponent("lock-question","IconLockQuestion",[["path",{d:"M15 21h-8a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.265 0 .518 .052 .75 .145",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-4"}]]),Uu=createReactComponent("lock-search","IconLockSearch",[["path",{d:"M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10",key:"svg-0"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),Up=createReactComponent("lock-share","IconLockShare",[["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-0"}],["path",{d:"M12 21h-5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M16 22l5 -5",key:"svg-3"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-4"}]]),Uh=createReactComponent("lock-square-rounded-filled","IconLockSquareRoundedFilled",[["path",{d:"M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm0 4a3 3 0 0 1 2.995 2.824l.005 .176v1a2 2 0 0 1 1.995 1.85l.005 .15v3a2 2 0 0 1 -1.85 1.995l-.15 .005h-6a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005v-1a3 3 0 0 1 3 -3zm3 6h-6v3h6v-3zm-3 -4a1 1 0 0 0 -.993 .883l-.007 .117v1h2v-1a1 1 0 0 0 -1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Uv=createReactComponent("lock-square-rounded","IconLockSquareRounded",[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-0"}],["path",{d:"M8 11m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M10 11v-2a2 2 0 1 1 4 0v2",key:"svg-2"}]]),Ug=createReactComponent("lock-square","IconLockSquare",[["path",{d:"M8 11m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M10 11v-2a2 2 0 1 1 4 0v2",key:"svg-1"}],["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),Uy=createReactComponent("lock-star","IconLockStar",[["path",{d:"M11 21h-4a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h9",key:"svg-0"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),Uf=createReactComponent("lock-up","IconLockUp",[["path",{d:"M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.739 1.01",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M19 22v-6",key:"svg-3"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-4"}]]),Um=createReactComponent("lock-x","IconLockX",[["path",{d:"M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v.5",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}],["path",{d:"M22 22l-5 -5",key:"svg-3"}],["path",{d:"M17 22l5 -5",key:"svg-4"}]]),Uk=createReactComponent("lock","IconLock",[["path",{d:"M5 13a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6z",key:"svg-0"}],["path",{d:"M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-1"}],["path",{d:"M8 11v-4a4 4 0 1 1 8 0v4",key:"svg-2"}]]),UM=createReactComponent("logic-and","IconLogicAnd",[["path",{d:"M22 12h-5",key:"svg-0"}],["path",{d:"M2 9h5",key:"svg-1"}],["path",{d:"M2 15h5",key:"svg-2"}],["path",{d:"M9 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2z",key:"svg-3"}]]),Ub=createReactComponent("logic-buffer","IconLogicBuffer",[["path",{d:"M22 12h-5",key:"svg-0"}],["path",{d:"M2 9h5",key:"svg-1"}],["path",{d:"M2 15h5",key:"svg-2"}],["path",{d:"M7 5l10 7l-10 7z",key:"svg-3"}]]),UI=createReactComponent("logic-nand","IconLogicNand",[["path",{d:"M22 12h-3",key:"svg-0"}],["path",{d:"M2 9h3",key:"svg-1"}],["path",{d:"M2 15h3",key:"svg-2"}],["path",{d:"M7 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2z",key:"svg-3"}],["path",{d:"M17 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}]]),UC=createReactComponent("logic-nor","IconLogicNor",[["path",{d:"M22 12h-4",key:"svg-0"}],["path",{d:"M2 9h5",key:"svg-1"}],["path",{d:"M2 15h5",key:"svg-2"}],["path",{d:"M6 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z",key:"svg-3"}],["path",{d:"M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}]]),Ux=createReactComponent("logic-not","IconLogicNot",[["path",{d:"M22 12h-3",key:"svg-0"}],["path",{d:"M2 9h3",key:"svg-1"}],["path",{d:"M2 15h3",key:"svg-2"}],["path",{d:"M5 5l10 7l-10 7z",key:"svg-3"}],["path",{d:"M17 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}]]),UR=createReactComponent("logic-or","IconLogicOr",[["path",{d:"M22 12h-6",key:"svg-0"}],["path",{d:"M2 9h7",key:"svg-1"}],["path",{d:"M2 15h7",key:"svg-2"}],["path",{d:"M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z",key:"svg-3"}]]),US=createReactComponent("logic-xnor","IconLogicXnor",[["path",{d:"M22 12h-2",key:"svg-0"}],["path",{d:"M2 9h4",key:"svg-1"}],["path",{d:"M2 15h4",key:"svg-2"}],["path",{d:"M5 19c1.778 -4.667 1.778 -9.333 0 -14",key:"svg-3"}],["path",{d:"M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z",key:"svg-4"}],["path",{d:"M18 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-5"}]]),U_=createReactComponent("logic-xor","IconLogicXor",[["path",{d:"M22 12h-4",key:"svg-0"}],["path",{d:"M2 9h6",key:"svg-1"}],["path",{d:"M2 15h6",key:"svg-2"}],["path",{d:"M7 19c1.778 -4.667 1.778 -9.333 0 -14",key:"svg-3"}],["path",{d:"M10 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z",key:"svg-4"}]]),Uw=createReactComponent("login-2","IconLogin2",[["path",{d:"M9 8v-2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2",key:"svg-0"}],["path",{d:"M3 12h13l-3 -3",key:"svg-1"}],["path",{d:"M13 15l3 -3",key:"svg-2"}]]),UP=createReactComponent("login","IconLogin",[["path",{d:"M15 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2",key:"svg-0"}],["path",{d:"M21 12h-13l3 -3",key:"svg-1"}],["path",{d:"M11 15l-3 -3",key:"svg-2"}]]),UO=createReactComponent("logout-2","IconLogout2",[["path",{d:"M10 8v-2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2",key:"svg-0"}],["path",{d:"M15 12h-12l3 -3",key:"svg-1"}],["path",{d:"M6 15l-3 -3",key:"svg-2"}]]),UF=createReactComponent("logout","IconLogout",[["path",{d:"M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2",key:"svg-0"}],["path",{d:"M9 12h12l-3 -3",key:"svg-1"}],["path",{d:"M18 15l3 -3",key:"svg-2"}]]),Uz=createReactComponent("lollipop-off","IconLollipopOff",[["path",{d:"M7.462 7.493a7 7 0 0 0 9.06 9.039m2.416 -1.57a7 7 0 1 0 -9.884 -9.915",key:"svg-0"}],["path",{d:"M21 10a3.5 3.5 0 0 0 -7 0",key:"svg-1"}],["path",{d:"M12.71 12.715a3.5 3.5 0 0 1 -5.71 -2.715",key:"svg-2"}],["path",{d:"M14 17c.838 0 1.607 -.294 2.209 -.785m1.291 -2.715a3.5 3.5 0 0 0 -3.5 -3.5",key:"svg-3"}],["path",{d:"M14 3a3.5 3.5 0 0 0 -3.5 3.5",key:"svg-4"}],["path",{d:"M3 21l6 -6",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),UD=createReactComponent("lollipop","IconLollipop",[["path",{d:"M14 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M21 10a3.5 3.5 0 0 0 -7 0",key:"svg-1"}],["path",{d:"M14 10a3.5 3.5 0 0 1 -7 0",key:"svg-2"}],["path",{d:"M14 17a3.5 3.5 0 0 0 0 -7",key:"svg-3"}],["path",{d:"M14 3a3.5 3.5 0 0 0 0 7",key:"svg-4"}],["path",{d:"M3 21l6 -6",key:"svg-5"}]]),UA=createReactComponent("luggage-off","IconLuggageOff",[["path",{d:"M10 6h6a2 2 0 0 1 2 2v6m0 4a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-10c0 -.546 .218 -1.04 .573 -1.4",key:"svg-0"}],["path",{d:"M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1",key:"svg-1"}],["path",{d:"M6 10h4m4 0h4",key:"svg-2"}],["path",{d:"M6 16h10",key:"svg-3"}],["path",{d:"M9 20v1",key:"svg-4"}],["path",{d:"M15 20v1",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),Uj=createReactComponent("luggage","IconLuggage",[["path",{d:"M6 6m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 6v-1a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1",key:"svg-1"}],["path",{d:"M6 10h12",key:"svg-2"}],["path",{d:"M6 16h12",key:"svg-3"}],["path",{d:"M9 20v1",key:"svg-4"}],["path",{d:"M15 20v1",key:"svg-5"}]]),UE=createReactComponent("lungs-off","IconLungsOff",[["path",{d:"M6.583 6.608c-1.206 1.058 -2.07 2.626 -2.933 5.449c-.42 1.37 -.636 2.962 -.648 4.775c-.012 1.675 1.261 3.054 2.877 3.161l.203 .007c1.611 0 2.918 -1.335 2.918 -2.98v-8.02",key:"svg-0"}],["path",{d:"M15 11v-3.743c0 -.694 .552 -1.257 1.233 -1.257c.204 0 .405 .052 .584 .15l.13 .083c1.46 1.059 2.432 2.647 3.405 5.824c.42 1.37 .636 2.962 .648 4.775c0 .063 0 .125 0 .187m-1.455 2.51c-.417 .265 -.9 .43 -1.419 .464l-.202 .007c-1.613 0 -2.92 -1.335 -2.92 -2.98v-2.02",key:"svg-1"}],["path",{d:"M9 12a2.99 2.99 0 0 0 2.132 -.89",key:"svg-2"}],["path",{d:"M12 4v4",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),UT=createReactComponent("lungs","IconLungs",[["path",{d:"M6.081 20c1.612 0 2.919 -1.335 2.919 -2.98v-9.763c0 -.694 -.552 -1.257 -1.232 -1.257c-.205 0 -.405 .052 -.584 .15l-.13 .083c-1.46 1.059 -2.432 2.647 -3.404 5.824c-.42 1.37 -.636 2.962 -.648 4.775c-.012 1.675 1.261 3.054 2.877 3.161l.203 .007z",key:"svg-0"}],["path",{d:"M17.92 20c-1.613 0 -2.92 -1.335 -2.92 -2.98v-9.763c0 -.694 .552 -1.257 1.233 -1.257c.204 0 .405 .052 .584 .15l.13 .083c1.46 1.059 2.432 2.647 3.405 5.824c.42 1.37 .636 2.962 .648 4.775c.012 1.675 -1.261 3.054 -2.878 3.161l-.202 .007z",key:"svg-1"}],["path",{d:"M9 12a3 3 0 0 0 3 -3a3 3 0 0 0 3 3",key:"svg-2"}],["path",{d:"M12 4v5",key:"svg-3"}]]),UB=createReactComponent("macro-off","IconMacroOff",[["path",{d:"M6 15a6 6 0 0 0 11.47 2.467",key:"svg-0"}],["path",{d:"M15.53 15.53a6 6 0 0 0 -3.53 5.47",key:"svg-1"}],["path",{d:"M12 21a6 6 0 0 0 -6 -6",key:"svg-2"}],["path",{d:"M12 21v-10",key:"svg-3"}],["path",{d:"M10.866 10.87a5.007 5.007 0 0 1 -3.734 -3.723m-.132 -4.147l3 2l2 -2l2 2l3 -2v3a5 5 0 0 1 -2.604 4.389",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),UN=createReactComponent("macro","IconMacro",[["path",{d:"M6 15a6 6 0 1 0 12 0",key:"svg-0"}],["path",{d:"M18 15a6 6 0 0 0 -6 6",key:"svg-1"}],["path",{d:"M12 21a6 6 0 0 0 -6 -6",key:"svg-2"}],["path",{d:"M12 21v-10",key:"svg-3"}],["path",{d:"M12 11a5 5 0 0 1 -5 -5v-3l3 2l2 -2l2 2l3 -2v3a5 5 0 0 1 -5 5z",key:"svg-4"}]]),U$=createReactComponent("magnet-off","IconMagnetOff",[["path",{d:"M7 3a2 2 0 0 1 2 2m0 4v4a3 3 0 0 0 5.552 1.578m.448 -3.578v-6a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a7.99 7.99 0 0 1 -.424 2.577m-1.463 2.584a8 8 0 0 1 -14.113 -5.161v-8c0 -.297 .065 -.58 .181 -.833",key:"svg-0"}],["path",{d:"M4 8h4",key:"svg-1"}],["path",{d:"M15 8h4",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),UL=createReactComponent("magnet","IconMagnet",[["path",{d:"M4 13v-8a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a2 2 0 0 0 6 0v-8a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a8 8 0 0 1 -16 0",key:"svg-0"}],["path",{d:"M4 8l5 0",key:"svg-1"}],["path",{d:"M15 8l4 0",key:"svg-2"}]]),UW=createReactComponent("magnetic","IconMagnetic",[["path",{d:"M12 3v18",key:"svg-0"}],["path",{d:"M18 7c-.633 -1.255 -1.538 -2 -2.5 -2c-1.933 0 -3.5 3.134 -3.5 7s1.567 7 3.5 7s3.5 -3.134 3.5 -7v-1",key:"svg-1"}],["path",{d:"M6 7c.633 -1.255 1.538 -2 2.5 -2c1.933 0 3.5 3.134 3.5 7s-1.567 7 -3.5 7s-3.5 -3.134 -3.5 -7v-1",key:"svg-2"}],["path",{d:"M3 13l2 -2l2 2",key:"svg-3"}],["path",{d:"M17 13l2 -2l2 2",key:"svg-4"}]]),UH=createReactComponent("mail-ai","IconMailAi",[["path",{d:"M10 19h-5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M3 7l8 5.345m4 -1.345l6 -4",key:"svg-1"}],["path",{d:"M14 21v-4a2 2 0 1 1 4 0v4",key:"svg-2"}],["path",{d:"M14 19h4",key:"svg-3"}],["path",{d:"M21 15v6",key:"svg-4"}]]),UV=createReactComponent("mail-bolt","IconMailBolt",[["path",{d:"M13 19h-8a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5",key:"svg-0"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-1"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-2"}]]),Uq=createReactComponent("mail-cancel","IconMailCancel",[["path",{d:"M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-3"}]]),UU=createReactComponent("mail-check","IconMailCheck",[["path",{d:"M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-1"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-2"}]]),UG=createReactComponent("mail-code","IconMailCode",[["path",{d:"M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-1"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-3"}]]),UX=createReactComponent("mail-cog","IconMailCog",[["path",{d:"M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5",key:"svg-0"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-1"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19.001 15.5v1.5",key:"svg-3"}],["path",{d:"M19.001 21v1.5",key:"svg-4"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-5"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-6"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-7"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-8"}]]),UK=createReactComponent("mail-dollar","IconMailDollar",[["path",{d:"M13.5 19h-8.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v3.5",key:"svg-0"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-1"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-2"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-3"}]]),UY=createReactComponent("mail-down","IconMailDown",[["path",{d:"M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-3"}]]),UZ=createReactComponent("mail-exclamation","IconMailExclamation",[["path",{d:"M15 19h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5",key:"svg-0"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),UQ=createReactComponent("mail-fast","IconMailFast",[["path",{d:"M3 7h3",key:"svg-0"}],["path",{d:"M3 11h2",key:"svg-1"}],["path",{d:"M9.02 8.801l-.6 6a2 2 0 0 0 1.99 2.199h7.98a2 2 0 0 0 1.99 -1.801l.6 -6a2 2 0 0 0 -1.99 -2.199h-7.98a2 2 0 0 0 -1.99 1.801z",key:"svg-2"}],["path",{d:"M9.8 7.5l2.982 3.28a3 3 0 0 0 4.238 .202l3.28 -2.982",key:"svg-3"}]]),UJ=createReactComponent("mail-filled","IconMailFilled",[["path",{d:"M22 7.535v9.465a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-9.465l9.445 6.297l.116 .066a1 1 0 0 0 .878 0l.116 -.066l9.445 -6.297z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M19 4c1.08 0 2.027 .57 2.555 1.427l-9.555 6.37l-9.555 -6.37a2.999 2.999 0 0 1 2.354 -1.42l.201 -.007h14z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),U1=createReactComponent("mail-forward","IconMailForward",[["path",{d:"M12 18h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5",key:"svg-0"}],["path",{d:"M3 6l9 6l9 -6",key:"svg-1"}],["path",{d:"M15 18h6",key:"svg-2"}],["path",{d:"M18 15l3 3l-3 3",key:"svg-3"}]]),U0=createReactComponent("mail-heart","IconMailHeart",[["path",{d:"M10.5 19h-5.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M3 7l9 6l2.983 -1.989l6.017 -4.011",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}]]),U2=createReactComponent("mail-minus","IconMailMinus",[["path",{d:"M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-2"}]]),U3=createReactComponent("mail-off","IconMailOff",[["path",{d:"M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M3 7l9 6l.565 -.377m2.435 -1.623l6 -4",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),U5=createReactComponent("mail-opened-filled","IconMailOpenedFilled",[["path",{d:"M14.872 14.287l6.522 6.52a2.996 2.996 0 0 1 -2.218 1.188l-.176 .005h-14a2.995 2.995 0 0 1 -2.394 -1.191l6.521 -6.522l2.318 1.545l.116 .066a1 1 0 0 0 .878 0l.116 -.066l2.317 -1.545z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M2 9.535l5.429 3.62l-5.429 5.43z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M22 9.535v9.05l-5.43 -5.43z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M12.44 2.102l.115 .066l8.444 5.629l-8.999 6l-9 -6l8.445 -5.63a1 1 0 0 1 .994 -.065z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}]]),U4=createReactComponent("mail-opened","IconMailOpened",[["path",{d:"M3 9l9 6l9 -6l-9 -6l-9 6",key:"svg-0"}],["path",{d:"M21 9v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10",key:"svg-1"}],["path",{d:"M3 19l6 -6",key:"svg-2"}],["path",{d:"M15 13l6 6",key:"svg-3"}]]),U6=createReactComponent("mail-pause","IconMailPause",[["path",{d:"M13 19h-8a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-1"}],["path",{d:"M17 17v5",key:"svg-2"}],["path",{d:"M21 17v5",key:"svg-3"}]]),U9=createReactComponent("mail-pin","IconMailPin",[["path",{d:"M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5",key:"svg-0"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-1"}],["path",{d:"M19 18v.01",key:"svg-2"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-3"}]]),U7=createReactComponent("mail-plus","IconMailPlus",[["path",{d:"M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-3"}]]),U8=createReactComponent("mail-question","IconMailQuestion",[["path",{d:"M15 19h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-3"}]]),Ge=createReactComponent("mail-search","IconMailSearch",[["path",{d:"M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-3"}]]),Gt=createReactComponent("mail-share","IconMailShare",[["path",{d:"M13 19h-8a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}]]),Ga=createReactComponent("mail-star","IconMailStar",[["path",{d:"M10 19h-5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5",key:"svg-0"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),Gn=createReactComponent("mail-up","IconMailUp",[["path",{d:"M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-3"}]]),Gr=createReactComponent("mail-x","IconMailX",[["path",{d:"M13.5 19h-8.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-1"}],["path",{d:"M22 22l-5 -5",key:"svg-2"}],["path",{d:"M17 22l5 -5",key:"svg-3"}]]),Go=createReactComponent("mail","IconMail",[["path",{d:"M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z",key:"svg-0"}],["path",{d:"M3 7l9 6l9 -6",key:"svg-1"}]]),Gl=createReactComponent("mailbox-off","IconMailboxOff",[["path",{d:"M10 21v-6.5a3.5 3.5 0 0 0 -7 0v6.5h18m0 -4v-2a4 4 0 0 0 -4 -4h-2m-4 0h-4.5",key:"svg-0"}],["path",{d:"M12 8v-5h4l2 2l-2 2h-4",key:"svg-1"}],["path",{d:"M6 15h1",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Gc=createReactComponent("mailbox","IconMailbox",[["path",{d:"M10 21v-6.5a3.5 3.5 0 0 0 -7 0v6.5h18v-6a4 4 0 0 0 -4 -4h-10.5",key:"svg-0"}],["path",{d:"M12 11v-8h4l2 2l-2 2h-4",key:"svg-1"}],["path",{d:"M6 15h1",key:"svg-2"}]]),Gi=createReactComponent("man","IconMan",[["path",{d:"M10 16v5",key:"svg-0"}],["path",{d:"M14 16v5",key:"svg-1"}],["path",{d:"M9 9h6l-1 7h-4z",key:"svg-2"}],["path",{d:"M5 11c1.333 -1.333 2.667 -2 4 -2",key:"svg-3"}],["path",{d:"M19 11c-1.333 -1.333 -2.667 -2 -4 -2",key:"svg-4"}],["path",{d:"M12 4m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-5"}]]),Gs=createReactComponent("manual-gearbox","IconManualGearbox",[["path",{d:"M5 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M12 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M5 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}],["path",{d:"M5 8l0 8",key:"svg-5"}],["path",{d:"M12 8l0 8",key:"svg-6"}],["path",{d:"M19 8v2a2 2 0 0 1 -2 2h-12",key:"svg-7"}]]),Gd=createReactComponent("map-2","IconMap2",[["path",{d:"M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v7.5",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v5.5",key:"svg-2"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-3"}],["path",{d:"M19 18v.01",key:"svg-4"}]]),Gu=createReactComponent("map-bolt","IconMapBolt",[["path",{d:"M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v8.5",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v7.5",key:"svg-2"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-3"}]]),Gp=createReactComponent("map-cancel","IconMapCancel",[["path",{d:"M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v6",key:"svg-2"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M17 21l4 -4",key:"svg-4"}]]),Gh=createReactComponent("map-check","IconMapCheck",[["path",{d:"M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v9",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v8",key:"svg-2"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-3"}]]),Gv=createReactComponent("map-code","IconMapCode",[["path",{d:"M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v9",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v6.5",key:"svg-2"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-3"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-4"}]]),Gg=createReactComponent("map-cog","IconMapCog",[["path",{d:"M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v6.5",key:"svg-2"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M19.001 15.5v1.5",key:"svg-4"}],["path",{d:"M19.001 21v1.5",key:"svg-5"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-6"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-7"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-8"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-9"}]]),Gy=createReactComponent("map-discount","IconMapDiscount",[["path",{d:"M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v8.5",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v5.5",key:"svg-2"}],["path",{d:"M16 21l5 -5",key:"svg-3"}],["path",{d:"M21 21v.01",key:"svg-4"}],["path",{d:"M16 16v.01",key:"svg-5"}]]),Gf=createReactComponent("map-dollar","IconMapDollar",[["path",{d:"M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v6.5",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v5",key:"svg-2"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-3"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-4"}]]),Gm=createReactComponent("map-down","IconMapDown",[["path",{d:"M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8.5",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v8",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-4"}]]),Gk=createReactComponent("map-east","IconMapEast",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M14 9h-4v6h4",key:"svg-1"}],["path",{d:"M10 12h2.5",key:"svg-2"}]]),GM=createReactComponent("map-exclamation","IconMapExclamation",[["path",{d:"M15 20l-6 -3l-6 3v-13l6 -3l6 3l6 -3v8.5",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v13",key:"svg-2"}],["path",{d:"M19 16v3",key:"svg-3"}],["path",{d:"M19 22v.01",key:"svg-4"}]]),Gb=createReactComponent("map-heart","IconMapHeart",[["path",{d:"M10 17.5l-1 -.5l-6 3v-13l6 -3l6 3l6 -3v7",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v4",key:"svg-2"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-3"}]]),GI=createReactComponent("map-minus","IconMapMinus",[["path",{d:"M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v11",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v8",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}]]),GC=createReactComponent("map-north","IconMapNorth",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 15v-6l4 6v-6",key:"svg-1"}]]),Gx=createReactComponent("map-off","IconMapOff",[["path",{d:"M8.32 4.34l.68 -.34l6 3l6 -3v13m-2.67 1.335l-3.33 1.665l-6 -3l-6 3v-13l2.665 -1.333",key:"svg-0"}],["path",{d:"M9 4v1m0 4v8",key:"svg-1"}],["path",{d:"M15 7v4m0 4v5",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),GR=createReactComponent("map-pause","IconMapPause",[["path",{d:"M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v9",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v6.5",key:"svg-2"}],["path",{d:"M17 17v5",key:"svg-3"}],["path",{d:"M21 17v5",key:"svg-4"}]]),GS=createReactComponent("map-pin-2","IconMapPin2",[["path",{d:"M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v7",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v5",key:"svg-2"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-3"}],["path",{d:"M19 18v.01",key:"svg-4"}]]),G_=createReactComponent("map-pin-bolt","IconMapPinBolt",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M13.414 20.9a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.591 -4.629",key:"svg-1"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-2"}]]),Gw=createReactComponent("map-pin-cancel","IconMapPinCancel",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M12.463 21.431a1.999 1.999 0 0 1 -1.876 -.531l-4.244 -4.243a8 8 0 1 1 13.594 -4.655",key:"svg-1"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M17 21l4 -4",key:"svg-3"}]]),GP=createReactComponent("map-pin-check","IconMapPinCheck",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M11.87 21.48a1.992 1.992 0 0 1 -1.283 -.58l-4.244 -4.243a8 8 0 1 1 13.355 -3.474",key:"svg-1"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-2"}]]),GO=createReactComponent("map-pin-code","IconMapPinCode",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M11.85 21.48a1.992 1.992 0 0 1 -1.263 -.58l-4.244 -4.243a8 8 0 1 1 13.385 -3.585",key:"svg-1"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-3"}]]),GF=createReactComponent("map-pin-cog","IconMapPinCog",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M12.005 21.485a1.994 1.994 0 0 1 -1.418 -.585l-4.244 -4.243a8 8 0 1 1 13.634 -5.05",key:"svg-1"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19.001 15.5v1.5",key:"svg-3"}],["path",{d:"M19.001 21v1.5",key:"svg-4"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-5"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-6"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-7"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-8"}]]),Gz=createReactComponent("map-pin-dollar","IconMapPinDollar",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M13.02 21.206a2 2 0 0 1 -2.433 -.306l-4.244 -4.243a8 8 0 1 1 13.607 -6.555",key:"svg-1"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-3"}]]),GD=createReactComponent("map-pin-down","IconMapPinDown",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M12.736 21.345a2 2 0 0 1 -2.149 -.445l-4.244 -4.243a8 8 0 1 1 13.59 -4.624",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-3"}]]),Gj=createReactComponent("map-pin-exclamation","IconMapPinExclamation",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M15.005 19.31l-1.591 1.59a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.592 -4.638",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),GE=createReactComponent("map-pin-filled","IconMapPinFilled",[["path",{d:"M18.364 4.636a9 9 0 0 1 .203 12.519l-.203 .21l-4.243 4.242a3 3 0 0 1 -4.097 .135l-.144 -.135l-4.244 -4.243a9 9 0 0 1 12.728 -12.728zm-6.364 3.364a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),GT=createReactComponent("map-pin-heart","IconMapPinHeart",[["path",{d:"M15 11a3 3 0 1 0 -3.973 2.839",key:"svg-0"}],["path",{d:"M11.76 21.47a1.991 1.991 0 0 1 -1.173 -.57l-4.244 -4.243a8 8 0 1 1 13.657 -5.588",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}]]),GB=createReactComponent("map-pin-minus","IconMapPinMinus",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M12.758 21.337a2 2 0 0 1 -2.171 -.437l-4.244 -4.243a8 8 0 1 1 12.585 -1.652",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}]]),GN=createReactComponent("map-pin-off","IconMapPinOff",[["path",{d:"M9.442 9.432a3 3 0 0 0 4.113 4.134m1.445 -2.566a3 3 0 0 0 -3 -3",key:"svg-0"}],["path",{d:"M17.152 17.162l-3.738 3.738a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 0 1 -.476 -10.794m2.18 -1.82a8.003 8.003 0 0 1 10.91 10.912",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),G$=createReactComponent("map-pin-pause","IconMapPinPause",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M13.414 20.9a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.337 -3.413",key:"svg-1"}],["path",{d:"M17 17v5",key:"svg-2"}],["path",{d:"M21 17v5",key:"svg-3"}]]),GL=createReactComponent("map-pin-pin","IconMapPinPin",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M12.783 21.326a2 2 0 0 1 -2.196 -.426l-4.244 -4.243a8 8 0 1 1 13.657 -5.62",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}]]),GW=createReactComponent("map-pin-plus","IconMapPinPlus",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M12.794 21.322a2 2 0 0 1 -2.207 -.422l-4.244 -4.243a8 8 0 1 1 13.59 -4.616",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}]]),GH=createReactComponent("map-pin-question","IconMapPinQuestion",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M14.997 19.317l-1.583 1.583a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.657 -5.584",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-3"}]]),GV=createReactComponent("map-pin-search","IconMapPinSearch",[["path",{d:"M14.916 11.707a3 3 0 1 0 -2.916 2.293",key:"svg-0"}],["path",{d:"M11.991 21.485a1.994 1.994 0 0 1 -1.404 -.585l-4.244 -4.243a8 8 0 1 1 13.651 -5.351",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),Gq=createReactComponent("map-pin-share","IconMapPinShare",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M12.02 21.485a1.996 1.996 0 0 1 -1.433 -.585l-4.244 -4.243a8 8 0 1 1 13.403 -3.651",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}]]),GU=createReactComponent("map-pin-star","IconMapPinStar",[["path",{d:"M15 11a3 3 0 1 0 -3.908 2.86",key:"svg-0"}],["path",{d:"M11.059 21.25a2 2 0 0 1 -.472 -.35l-4.244 -4.243a8 8 0 1 1 13.646 -6.079",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),GG=createReactComponent("map-pin-up","IconMapPinUp",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M12.789 21.324a2 2 0 0 1 -2.202 -.424l-4.244 -4.243a8 8 0 1 1 13.59 -4.626",key:"svg-1"}],["path",{d:"M19 22v-6",key:"svg-2"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-3"}]]),GX=createReactComponent("map-pin-x","IconMapPinX",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M13.024 21.204a2 2 0 0 1 -2.437 -.304l-4.244 -4.243a8 8 0 1 1 13.119 -2.766",key:"svg-1"}],["path",{d:"M22 22l-5 -5",key:"svg-2"}],["path",{d:"M17 22l5 -5",key:"svg-3"}]]),GK=createReactComponent("map-pin","IconMapPin",[["path",{d:"M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z",key:"svg-1"}]]),GY=createReactComponent("map-pins","IconMapPins",[["path",{d:"M10.828 9.828a4 4 0 1 0 -5.656 0l2.828 2.829l2.828 -2.829z",key:"svg-0"}],["path",{d:"M8 7l0 .01",key:"svg-1"}],["path",{d:"M18.828 17.828a4 4 0 1 0 -5.656 0l2.828 2.829l2.828 -2.829z",key:"svg-2"}],["path",{d:"M16 15l0 .01",key:"svg-3"}]]),GZ=createReactComponent("map-plus","IconMapPlus",[["path",{d:"M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8.5",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v8",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),GQ=createReactComponent("map-question","IconMapQuestion",[["path",{d:"M15 20l-6 -3l-6 3v-13l6 -3l6 3l6 -3v7.5",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v5.5",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-4"}]]),GJ=createReactComponent("map-route","IconMapRoute",[["path",{d:"M3 7l6 -3l6 3l6 -3v13l-6 3l-6 -3l-6 3v-13",key:"svg-0"}],["path",{d:"M9 12v.01",key:"svg-1"}],["path",{d:"M6 13v.01",key:"svg-2"}],["path",{d:"M17 15l-4 -4",key:"svg-3"}],["path",{d:"M13 15l4 -4",key:"svg-4"}]]),G1=createReactComponent("map-search","IconMapSearch",[["path",{d:"M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v7.5",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v5",key:"svg-2"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-4"}]]),G0=createReactComponent("map-share","IconMapShare",[["path",{d:"M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v9",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v6.5",key:"svg-2"}],["path",{d:"M16 22l5 -5",key:"svg-3"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-4"}]]),G2=createReactComponent("map-south","IconMapSouth",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 14.25c0 .414 .336 .75 .75 .75h2.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h2.25a.75 .75 0 0 1 .75 .75",key:"svg-1"}]]),G3=createReactComponent("map-star","IconMapStar",[["path",{d:"M9.718 17.359l-.718 -.359l-6 3v-13l6 -3l6 3l6 -3v7.5",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v4",key:"svg-2"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-3"}]]),G5=createReactComponent("map-up","IconMapUp",[["path",{d:"M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8.5",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v7.5",key:"svg-2"}],["path",{d:"M19 22v-6",key:"svg-3"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-4"}]]),G4=createReactComponent("map-west","IconMapWest",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 9l1 6l2 -3.75l2 3.75l1 -6",key:"svg-1"}]]),G6=createReactComponent("map-x","IconMapX",[["path",{d:"M14 19.5l-5 -2.5l-6 3v-13l6 -3l6 3l6 -3v9",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v6.5",key:"svg-2"}],["path",{d:"M22 22l-5 -5",key:"svg-3"}],["path",{d:"M17 22l5 -5",key:"svg-4"}]]),G9=createReactComponent("map","IconMap",[["path",{d:"M3 7l6 -3l6 3l6 -3v13l-6 3l-6 -3l-6 3v-13",key:"svg-0"}],["path",{d:"M9 4v13",key:"svg-1"}],["path",{d:"M15 7v13",key:"svg-2"}]]),G7=createReactComponent("markdown-off","IconMarkdownOff",[["path",{d:"M9 5h10a2 2 0 0 1 2 2v10",key:"svg-0"}],["path",{d:"M19 19h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 1.85 -2",key:"svg-1"}],["path",{d:"M7 15v-6l2 2l1 -1m1 1v4",key:"svg-2"}],["path",{d:"M17.5 13.5l.5 -.5m-2 -1v-3",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),G8=createReactComponent("markdown","IconMarkdown",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 15v-6l2 2l2 -2v6",key:"svg-1"}],["path",{d:"M14 13l2 2l2 -2m-2 2v-6",key:"svg-2"}]]),Xe=createReactComponent("marquee-2","IconMarquee2",[["path",{d:"M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2",key:"svg-0"}]]),Xt=createReactComponent("marquee-off","IconMarqueeOff",[["path",{d:"M4 6c0 -.556 .227 -1.059 .593 -1.421",key:"svg-0"}],["path",{d:"M9 4h1.5",key:"svg-1"}],["path",{d:"M13.5 4h1.5",key:"svg-2"}],["path",{d:"M18 4a2 2 0 0 1 2 2",key:"svg-3"}],["path",{d:"M20 9v1.5",key:"svg-4"}],["path",{d:"M20 13.5v1.5",key:"svg-5"}],["path",{d:"M19.402 19.426a1.993 1.993 0 0 1 -1.402 .574",key:"svg-6"}],["path",{d:"M15 20h-1.5",key:"svg-7"}],["path",{d:"M10.5 20h-1.5",key:"svg-8"}],["path",{d:"M6 20a2 2 0 0 1 -2 -2",key:"svg-9"}],["path",{d:"M4 15v-1.5",key:"svg-10"}],["path",{d:"M4 10.5v-1.5",key:"svg-11"}],["path",{d:"M3 3l18 18",key:"svg-12"}]]),Xa=createReactComponent("marquee","IconMarquee",[["path",{d:"M4 6a2 2 0 0 1 2 -2m3 0h1.5m3 0h1.5m3 0a2 2 0 0 1 2 2m0 3v1.5m0 3v1.5m0 3a2 2 0 0 1 -2 2m-3 0h-1.5m-3 0h-1.5m-3 0a2 2 0 0 1 -2 -2m0 -3v-1.5m0 -3v-1.5m0 -3",key:"svg-0"}]]),Xn=createReactComponent("mars","IconMars",[["path",{d:"M10 14m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M19 5l-5.4 5.4",key:"svg-1"}],["path",{d:"M19 5l-5 0",key:"svg-2"}],["path",{d:"M19 5l0 5",key:"svg-3"}]]),Xr=createReactComponent("mask-off","IconMaskOff",[["path",{d:"M19.42 19.41a2 2 0 0 1 -1.42 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.055 .588 -1.417m3.412 -.583h10a2 2 0 0 1 2 2v10",key:"svg-0"}],["path",{d:"M9.885 9.872a3 3 0 1 0 4.245 4.24m.582 -3.396a3.012 3.012 0 0 0 -1.438 -1.433",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),Xo=createReactComponent("mask","IconMask",[["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),Xl=createReactComponent("masks-theater-off","IconMasksTheaterOff",[["path",{d:"M13 9c.058 0 .133 0 .192 0h6.616a2 2 0 0 1 1.992 2.183l-.554 6.041m-1.286 2.718a3.99 3.99 0 0 1 -2.71 1.058h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182",key:"svg-0"}],["path",{d:"M18 13h.01",key:"svg-1"}],["path",{d:"M15 16.5c.657 .438 1.313 .588 1.97 .451",key:"svg-2"}],["path",{d:"M8.632 15.982a4.05 4.05 0 0 1 -.382 .018h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 .514 -1.531a1.99 1.99 0 0 1 1.286 -.652m4 0h2.808a2 2 0 0 1 2 2",key:"svg-3"}],["path",{d:"M6 8h.01",key:"svg-4"}],["path",{d:"M6 12c.764 -.51 1.528 -.63 2.291 -.36",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),Xc=createReactComponent("masks-theater","IconMasksTheater",[["path",{d:"M13.192 9h6.616a2 2 0 0 1 1.992 2.183l-.567 6.182a4 4 0 0 1 -3.983 3.635h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 1.992 -2.183z",key:"svg-0"}],["path",{d:"M15 13h.01",key:"svg-1"}],["path",{d:"M18 13h.01",key:"svg-2"}],["path",{d:"M15 16.5c1 .667 2 .667 3 0",key:"svg-3"}],["path",{d:"M8.632 15.982a4.037 4.037 0 0 1 -.382 .018h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 1.992 -2.183h6.616a2 2 0 0 1 2 2",key:"svg-4"}],["path",{d:"M6 8h.01",key:"svg-5"}],["path",{d:"M9 8h.01",key:"svg-6"}],["path",{d:"M6 12c.764 -.51 1.528 -.63 2.291 -.36",key:"svg-7"}]]),Xi=createReactComponent("massage","IconMassage",[["path",{d:"M4 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M9 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M4 22l4 -2v-3h12",key:"svg-2"}],["path",{d:"M11 20h9",key:"svg-3"}],["path",{d:"M8 14l3 -2l1 -4c3 1 3 4 3 6",key:"svg-4"}]]),Xs=createReactComponent("matchstick","IconMatchstick",[["path",{d:"M3 21l14 -9",key:"svg-0"}],["path",{d:"M17 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M17 3l3.62 7.29a4.007 4.007 0 0 1 -.764 4.51a4 4 0 0 1 -6.493 -4.464l3.637 -7.336z",key:"svg-2"}]]),Xd=createReactComponent("math-1-divide-2","IconMath1Divide2",[["path",{d:"M5 12h14",key:"svg-0"}],["path",{d:"M10 15h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3",key:"svg-1"}],["path",{d:"M10 5l2 -2v6",key:"svg-2"}]]),Xu=createReactComponent("math-1-divide-3","IconMath1Divide3",[["path",{d:"M10 15.5a.5 .5 0 0 1 .5 -.5h2a1.5 1.5 0 0 1 0 3h-1.167h1.167a1.5 1.5 0 0 1 0 3h-2a.5 .5 0 0 1 -.5 -.5",key:"svg-0"}],["path",{d:"M5 12h14",key:"svg-1"}],["path",{d:"M10 5l2 -2v6",key:"svg-2"}]]),Xp=createReactComponent("math-avg","IconMathAvg",[["path",{d:"M3 21l18 -18",key:"svg-0"}],["path",{d:"M12 12m-8 0a8 8 0 1 0 16 0a8 8 0 1 0 -16 0",key:"svg-1"}]]),Xh=createReactComponent("math-equal-greater","IconMathEqualGreater",[["path",{d:"M5 18l14 -4",key:"svg-0"}],["path",{d:"M5 14l14 -4l-14 -4",key:"svg-1"}]]),Xv=createReactComponent("math-equal-lower","IconMathEqualLower",[["path",{d:"M19 18l-14 -4",key:"svg-0"}],["path",{d:"M19 14l-14 -4l14 -4",key:"svg-1"}]]),Xg=createReactComponent("math-function-off","IconMathFunctionOff",[["path",{d:"M14 10h1c.882 0 .986 .777 1.694 2.692",key:"svg-0"}],["path",{d:"M13 17c.864 0 1.727 -.663 2.495 -1.512m1.717 -2.302c.993 -1.45 2.39 -3.186 3.788 -3.186",key:"svg-1"}],["path",{d:"M3 19c0 1.5 .5 2 2 2s2 -4 3 -9c.237 -1.186 .446 -2.317 .647 -3.35m.727 -3.248c.423 -1.492 .91 -2.402 1.626 -2.402c1.5 0 2 .5 2 2",key:"svg-2"}],["path",{d:"M5 12h6",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),Xy=createReactComponent("math-function-y","IconMathFunctionY",[["path",{d:"M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2",key:"svg-0"}],["path",{d:"M5 12h6",key:"svg-1"}],["path",{d:"M15 12l3 5.063",key:"svg-2"}],["path",{d:"M21 12l-4.8 9",key:"svg-3"}]]),Xf=createReactComponent("math-function","IconMathFunction",[["path",{d:"M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2",key:"svg-0"}],["path",{d:"M5 12h6",key:"svg-1"}],["path",{d:"M15 12l6 6",key:"svg-2"}],["path",{d:"M15 18l6 -6",key:"svg-3"}]]),Xm=createReactComponent("math-greater","IconMathGreater",[["path",{d:"M5 18l14 -6l-14 -6",key:"svg-0"}]]),Xk=createReactComponent("math-integral-x","IconMathIntegralX",[["path",{d:"M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2",key:"svg-0"}],["path",{d:"M14 12l6 6",key:"svg-1"}],["path",{d:"M14 18l6 -6",key:"svg-2"}]]),XM=createReactComponent("math-integral","IconMathIntegral",[["path",{d:"M7 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2",key:"svg-0"}]]),Xb=createReactComponent("math-integrals","IconMathIntegrals",[["path",{d:"M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2",key:"svg-0"}],["path",{d:"M11 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2",key:"svg-1"}]]),XI=createReactComponent("math-lower","IconMathLower",[["path",{d:"M19 18l-14 -6l14 -6",key:"svg-0"}]]),XC=createReactComponent("math-max","IconMathMax",[["path",{d:"M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M3 20c0 -8.75 4 -14 7 -14.5m4 0c3 .5 7 5.75 7 14.5",key:"svg-1"}]]),Xx=createReactComponent("math-min","IconMathMin",[["path",{d:"M12 17a2 2 0 1 1 0 4a2 2 0 0 1 0 -4z",key:"svg-0"}],["path",{d:"M3 4c0 8.75 4 14 7 14.5",key:"svg-1"}],["path",{d:"M14 18.5c3 -.5 7 -5.75 7 -14.5",key:"svg-2"}]]),XR=createReactComponent("math-not","IconMathNot",[["path",{d:"M5 12h14v4",key:"svg-0"}]]),XS=createReactComponent("math-off","IconMathOff",[["path",{d:"M14 19l2.5 -2.5",key:"svg-0"}],["path",{d:"M18.5 14.5l1.5 -1.5",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}],["path",{d:"M19 5h-7l-.646 2.262",key:"svg-3"}],["path",{d:"M10.448 10.431l-2.448 8.569l-3 -6h-2",key:"svg-4"}]]),X_=createReactComponent("math-pi-divide-2","IconMathPiDivide2",[["path",{d:"M10 15h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M5 12h14",key:"svg-1"}],["path",{d:"M10 9v-6",key:"svg-2"}],["path",{d:"M14 3v6",key:"svg-3"}],["path",{d:"M15 3h-6",key:"svg-4"}]]),Xw=createReactComponent("math-pi","IconMathPi",[["path",{d:"M7 20v-16",key:"svg-0"}],["path",{d:"M17 4v16",key:"svg-1"}],["path",{d:"M20 4h-16",key:"svg-2"}]]),XP=createReactComponent("math-symbols","IconMathSymbols",[["path",{d:"M3 12l18 0",key:"svg-0"}],["path",{d:"M12 3l0 18",key:"svg-1"}],["path",{d:"M16.5 4.5l3 3",key:"svg-2"}],["path",{d:"M19.5 4.5l-3 3",key:"svg-3"}],["path",{d:"M6 4l0 4",key:"svg-4"}],["path",{d:"M4 6l4 0",key:"svg-5"}],["path",{d:"M18 16l.01 0",key:"svg-6"}],["path",{d:"M18 20l.01 0",key:"svg-7"}],["path",{d:"M4 18l4 0",key:"svg-8"}]]),XO=createReactComponent("math-x-divide-2","IconMathXDivide2",[["path",{d:"M10 15h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M5 12h14",key:"svg-1"}],["path",{d:"M9 3l6 6",key:"svg-2"}],["path",{d:"M9 9l6 -6",key:"svg-3"}]]),XF=createReactComponent("math-x-divide-y-2","IconMathXDivideY2",[["path",{d:"M3 21l18 -18",key:"svg-0"}],["path",{d:"M15 14l3 4.5",key:"svg-1"}],["path",{d:"M21 14l-4.5 7",key:"svg-2"}],["path",{d:"M3 4l6 6",key:"svg-3"}],["path",{d:"M3 10l6 -6",key:"svg-4"}]]),Xz=createReactComponent("math-x-divide-y","IconMathXDivideY",[["path",{d:"M9 3l6 6",key:"svg-0"}],["path",{d:"M9 9l6 -6",key:"svg-1"}],["path",{d:"M9 15l3 4.5",key:"svg-2"}],["path",{d:"M15 15l-4.5 7",key:"svg-3"}],["path",{d:"M5 12h14",key:"svg-4"}]]),XD=createReactComponent("math-x-minus-x","IconMathXMinusX",[["path",{d:"M2 9l6 6",key:"svg-0"}],["path",{d:"M2 15l6 -6",key:"svg-1"}],["path",{d:"M16 9l6 6",key:"svg-2"}],["path",{d:"M16 15l6 -6",key:"svg-3"}],["path",{d:"M10 12h4",key:"svg-4"}]]),XA=createReactComponent("math-x-minus-y","IconMathXMinusY",[["path",{d:"M2 9l6 6",key:"svg-0"}],["path",{d:"M2 15l6 -6",key:"svg-1"}],["path",{d:"M16 9l3 5.063",key:"svg-2"}],["path",{d:"M22 9l-4.8 9",key:"svg-3"}],["path",{d:"M10 12h4",key:"svg-4"}]]),Xj=createReactComponent("math-x-plus-x","IconMathXPlusX",[["path",{d:"M2 9l6 6",key:"svg-0"}],["path",{d:"M2 15l6 -6",key:"svg-1"}],["path",{d:"M16 9l6 6",key:"svg-2"}],["path",{d:"M16 15l6 -6",key:"svg-3"}],["path",{d:"M10 12h4",key:"svg-4"}],["path",{d:"M12 10v4",key:"svg-5"}]]),XE=createReactComponent("math-x-plus-y","IconMathXPlusY",[["path",{d:"M16 9l3 5.063",key:"svg-0"}],["path",{d:"M2 9l6 6",key:"svg-1"}],["path",{d:"M2 15l6 -6",key:"svg-2"}],["path",{d:"M22 9l-4.8 9",key:"svg-3"}],["path",{d:"M10 12h4",key:"svg-4"}],["path",{d:"M12 10v4",key:"svg-5"}]]),XT=createReactComponent("math-xy","IconMathXy",[["path",{d:"M14 9l3 5.063",key:"svg-0"}],["path",{d:"M4 9l6 6",key:"svg-1"}],["path",{d:"M4 15l6 -6",key:"svg-2"}],["path",{d:"M20 9l-4.8 9",key:"svg-3"}]]),XB=createReactComponent("math-y-minus-y","IconMathYMinusY",[["path",{d:"M2 9l3 5.063",key:"svg-0"}],["path",{d:"M8 9l-4.8 9",key:"svg-1"}],["path",{d:"M16 9l3 5.063",key:"svg-2"}],["path",{d:"M22 9l-4.8 9",key:"svg-3"}],["path",{d:"M10 12h4",key:"svg-4"}]]),XN=createReactComponent("math-y-plus-y","IconMathYPlusY",[["path",{d:"M2 9l3 5.063",key:"svg-0"}],["path",{d:"M8 9l-4.8 9",key:"svg-1"}],["path",{d:"M16 9l3 5.063",key:"svg-2"}],["path",{d:"M22 9l-4.8 9",key:"svg-3"}],["path",{d:"M10 12h4",key:"svg-4"}],["path",{d:"M12 10v4",key:"svg-5"}]]),X$=createReactComponent("math","IconMath",[["path",{d:"M19 5h-7l-4 14l-3 -6h-2",key:"svg-0"}],["path",{d:"M14 13l6 6",key:"svg-1"}],["path",{d:"M14 19l6 -6",key:"svg-2"}]]),XL=createReactComponent("maximize-off","IconMaximizeOff",[["path",{d:"M4 8v-2c0 -.551 .223 -1.05 .584 -1.412",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2c.545 0 1.04 -.218 1.4 -.572",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),XW=createReactComponent("maximize","IconMaximize",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}]]),XH=createReactComponent("meat-off","IconMeatOff",[["path",{d:"M13.62 8.382l1.966 -1.967a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-1.82 1.821",key:"svg-0"}],["path",{d:"M5.904 18.596c2.733 2.734 5.9 4 7.07 2.829c1.172 -1.172 -.094 -4.338 -2.828 -7.071c-2.733 -2.734 -5.9 -4 -7.07 -2.829c-1.172 1.172 .094 4.338 2.828 7.071z",key:"svg-1"}],["path",{d:"M7.5 16l1 1",key:"svg-2"}],["path",{d:"M12.975 21.425c1.582 -1.582 2.679 -3.407 3.242 -5.2",key:"svg-3"}],["path",{d:"M16.6 12.6c-.16 -1.238 -.653 -2.345 -1.504 -3.195c-.85 -.85 -1.955 -1.344 -3.192 -1.503",key:"svg-4"}],["path",{d:"M8.274 8.284c-1.792 .563 -3.616 1.66 -5.198 3.242",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),XV=createReactComponent("meat","IconMeat",[["path",{d:"M13.62 8.382l1.966 -1.967a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-1.82 1.821",key:"svg-0"}],["path",{d:"M5.904 18.596c2.733 2.734 5.9 4 7.07 2.829c1.172 -1.172 -.094 -4.338 -2.828 -7.071c-2.733 -2.734 -5.9 -4 -7.07 -2.829c-1.172 1.172 .094 4.338 2.828 7.071z",key:"svg-1"}],["path",{d:"M7.5 16l1 1",key:"svg-2"}],["path",{d:"M12.975 21.425c3.905 -3.906 4.855 -9.288 2.121 -12.021c-2.733 -2.734 -8.115 -1.784 -12.02 2.121",key:"svg-3"}]]),Xq=createReactComponent("medal-2","IconMedal2",[["path",{d:"M9 3h6l3 7l-6 2l-6 -2z",key:"svg-0"}],["path",{d:"M12 12l-3 -9",key:"svg-1"}],["path",{d:"M15 11l-3 -8",key:"svg-2"}],["path",{d:"M12 19.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z",key:"svg-3"}]]),XU=createReactComponent("medal","IconMedal",[["path",{d:"M12 4v3m-4 -3v6m8 -6v6",key:"svg-0"}],["path",{d:"M12 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z",key:"svg-1"}]]),XG=createReactComponent("medical-cross-circle","IconMedicalCrossCircle",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M12 8v8",key:"svg-1"}],["path",{d:"M15.5 10l-7 4",key:"svg-2"}],["path",{d:"M15.5 14l-7 -4",key:"svg-3"}]]),XX=createReactComponent("medical-cross-filled","IconMedicalCrossFilled",[["path",{d:"M11 2l-.15 .005a2 2 0 0 0 -1.85 1.995v2.803l-2.428 -1.401a2 2 0 0 0 -2.732 .732l-1 1.732l-.073 .138a2 2 0 0 0 .805 2.594l2.427 1.402l-2.427 1.402a2 2 0 0 0 -.732 2.732l1 1.732l.083 .132a2 2 0 0 0 2.649 .6l2.428 -1.402v2.804a2 2 0 0 0 2 2h2l.15 -.005a2 2 0 0 0 1.85 -1.995v-2.804l2.428 1.403a2 2 0 0 0 2.732 -.732l1 -1.732l.073 -.138a2 2 0 0 0 -.805 -2.594l-2.428 -1.403l2.428 -1.402a2 2 0 0 0 .732 -2.732l-1 -1.732l-.083 -.132a2 2 0 0 0 -2.649 -.6l-2.428 1.4v-2.802a2 2 0 0 0 -2 -2h-2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),XK=createReactComponent("medical-cross-off","IconMedicalCrossOff",[["path",{d:"M17.928 17.733l-.574 -.331l-3.354 -1.938v4.536a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1 -1.732a1 1 0 0 1 .366 -1.366l3.927 -2.268l-3.927 -2.268a1 1 0 0 1 -.366 -1.366l1 -1.732a1 1 0 0 1 1.366 -.366l.333 .192m3.595 -.46v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4.535l3.928 -2.267a1 1 0 0 1 1.366 .366l1 1.732a1 1 0 0 1 -.366 1.366l-3.927 2.268l3.927 2.269a1 1 0 0 1 .366 1.366l-.24 .416",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),XY=createReactComponent("medical-cross","IconMedicalCross",[["path",{d:"M13 3a1 1 0 0 1 1 1v4.535l3.928 -2.267a1 1 0 0 1 1.366 .366l1 1.732a1 1 0 0 1 -.366 1.366l-3.927 2.268l3.927 2.269a1 1 0 0 1 .366 1.366l-1 1.732a1 1 0 0 1 -1.366 .366l-3.928 -2.269v4.536a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1 -1.732a1 1 0 0 1 .366 -1.366l3.927 -2.268l-3.927 -2.268a1 1 0 0 1 -.366 -1.366l1 -1.732a1 1 0 0 1 1.366 -.366l3.928 2.267v-4.535a1 1 0 0 1 1 -1h2z",key:"svg-0"}]]),XZ=createReactComponent("medicine-syrup","IconMedicineSyrup",[["path",{d:"M8 21h8a1 1 0 0 0 1 -1v-10a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v10a1 1 0 0 0 1 1z",key:"svg-0"}],["path",{d:"M10 14h4",key:"svg-1"}],["path",{d:"M12 12v4",key:"svg-2"}],["path",{d:"M10 7v-3a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3",key:"svg-3"}]]),XQ=createReactComponent("meeple","IconMeeple",[["path",{d:"M9 20h-5a1 1 0 0 1 -1 -1c0 -2 3.378 -4.907 4 -6c-1 0 -4 -.5 -4 -2c0 -2 4 -3.5 6 -4c0 -1.5 .5 -4 3 -4s3 2.5 3 4c2 .5 6 2 6 4c0 1.5 -3 2 -4 2c.622 1.093 4 4 4 6a1 1 0 0 1 -1 1h-5c-1 0 -2 -4 -3 -4s-2 4 -3 4z",key:"svg-0"}]]),XJ=createReactComponent("melon","IconMelon",[["path",{d:"M20 10c0 5.523 -4.477 10 -10 10a9.967 9.967 0 0 1 -6.984 -2.842l4.343 -4.153a4 4 0 0 0 5.76 -5.51l4.342 -4.153a9.963 9.963 0 0 1 2.539 6.658z",key:"svg-0"}]]),X1=createReactComponent("menorah","IconMenorah",[["path",{d:"M12 4v16",key:"svg-0"}],["path",{d:"M8 4v2a4 4 0 1 0 8 0v-2",key:"svg-1"}],["path",{d:"M4 4v2a8 8 0 1 0 16 0v-2",key:"svg-2"}],["path",{d:"M10 20h4",key:"svg-3"}]]),X0=createReactComponent("menu-2","IconMenu2",[["path",{d:"M4 6l16 0",key:"svg-0"}],["path",{d:"M4 12l16 0",key:"svg-1"}],["path",{d:"M4 18l16 0",key:"svg-2"}]]),X2=createReactComponent("menu-deep","IconMenuDeep",[["path",{d:"M4 6h16",key:"svg-0"}],["path",{d:"M7 12h13",key:"svg-1"}],["path",{d:"M10 18h10",key:"svg-2"}]]),X3=createReactComponent("menu-order","IconMenuOrder",[["path",{d:"M4 10h16",key:"svg-0"}],["path",{d:"M4 14h16",key:"svg-1"}],["path",{d:"M9 18l3 3l3 -3",key:"svg-2"}],["path",{d:"M9 6l3 -3l3 3",key:"svg-3"}]]),X5=createReactComponent("menu","IconMenu",[["path",{d:"M4 8l16 0",key:"svg-0"}],["path",{d:"M4 16l16 0",key:"svg-1"}]]),X4=createReactComponent("message-2-bolt","IconMessage2Bolt",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M13 20l-1 1l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-2"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-3"}]]),X6=createReactComponent("message-2-cancel","IconMessage2Cancel",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5",key:"svg-2"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M17 21l4 -4",key:"svg-4"}]]),X9=createReactComponent("message-2-check","IconMessage2Check",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M12 21l-1 -1l-2 -2h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6",key:"svg-2"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-3"}]]),X7=createReactComponent("message-2-code","IconMessage2Code",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M12 21l-1 -1l-2 -2h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6",key:"svg-2"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-3"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-4"}]]),X8=createReactComponent("message-2-cog","IconMessage2Cog",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5",key:"svg-2"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M19.001 15.5v1.5",key:"svg-4"}],["path",{d:"M19.001 21v1.5",key:"svg-5"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-6"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-7"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-8"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-9"}]]),Ke=createReactComponent("message-2-dollar","IconMessage2Dollar",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M13.5 19.5l-1.5 1.5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v3.5",key:"svg-2"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-3"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-4"}]]),Kt=createReactComponent("message-2-down","IconMessage2Down",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M12.5 20.5l-.5 .5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-4"}]]),Ka=createReactComponent("message-2-exclamation","IconMessage2Exclamation",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M15 18l-3 3l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-2"}],["path",{d:"M19 16v3",key:"svg-3"}],["path",{d:"M19 22v.01",key:"svg-4"}]]),Kn=createReactComponent("message-2-heart","IconMessage2Heart",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h3.5",key:"svg-1"}],["path",{d:"M10.5 19.5l-1.5 -1.5h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4",key:"svg-2"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-3"}]]),Kr=createReactComponent("message-2-minus","IconMessage2Minus",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}]]),Ko=createReactComponent("message-2-off","IconMessage2Off",[["path",{d:"M8 9h1m4 0h3",key:"svg-0"}],["path",{d:"M8 13h5",key:"svg-1"}],["path",{d:"M8 4h10a3 3 0 0 1 3 3v8c0 .57 -.16 1.104 -.436 1.558m-2.564 1.442h-3l-3 3l-3 -3h-3a3 3 0 0 1 -3 -3v-8c0 -1.084 .575 -2.034 1.437 -2.561",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),Kl=createReactComponent("message-2-pause","IconMessage2Pause",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M13 20l-1 1l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6",key:"svg-2"}],["path",{d:"M17 17v5",key:"svg-3"}],["path",{d:"M21 17v5",key:"svg-4"}]]),Kc=createReactComponent("message-2-pin","IconMessage2Pin",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M12.5 20.5l-.5 .5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4",key:"svg-2"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-3"}],["path",{d:"M19 18v.01",key:"svg-4"}]]),Ki=createReactComponent("message-2-plus","IconMessage2Plus",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M12.5 20.5l-.5 .5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),Ks=createReactComponent("message-2-question","IconMessage2Question",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M14.5 18.5l-2.5 2.5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-4"}]]),Kd=createReactComponent("message-2-search","IconMessage2Search",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h5",key:"svg-1"}],["path",{d:"M12 21l-.5 -.5l-2.5 -2.5h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5",key:"svg-2"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-4"}]]),Ku=createReactComponent("message-2-share","IconMessage2Share",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6",key:"svg-2"}],["path",{d:"M16 22l5 -5",key:"svg-3"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-4"}]]),Kp=createReactComponent("message-2-star","IconMessage2Star",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h4.5",key:"svg-1"}],["path",{d:"M10 19l-1 -1h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5",key:"svg-2"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-3"}]]),Kh=createReactComponent("message-2-up","IconMessage2Up",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M12.354 20.646l-.354 .354l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-2"}],["path",{d:"M19 22v-6",key:"svg-3"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-4"}]]),Kv=createReactComponent("message-2-x","IconMessage2X",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M13.5 19.5l-1.5 1.5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6",key:"svg-2"}],["path",{d:"M22 22l-5 -5",key:"svg-3"}],["path",{d:"M17 22l5 -5",key:"svg-4"}]]),Kg=createReactComponent("message-2","IconMessage2",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M9 18h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-3l-3 3l-3 -3z",key:"svg-2"}]]),Ky=createReactComponent("message-bolt","IconMessageBolt",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-2"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-3"}]]),Kf=createReactComponent("message-cancel","IconMessageCancel",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M11.995 18.603l-3.995 2.397v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-2"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M17 21l4 -4",key:"svg-4"}]]),Km=createReactComponent("message-chatbot","IconMessageChatbot",[["path",{d:"M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4",key:"svg-0"}],["path",{d:"M9.5 9h.01",key:"svg-1"}],["path",{d:"M14.5 9h.01",key:"svg-2"}],["path",{d:"M9.5 13a3.5 3.5 0 0 0 5 0",key:"svg-3"}]]),Kk=createReactComponent("message-check","IconMessageCheck",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M10.99 19.206l-2.99 1.794v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6",key:"svg-2"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-3"}]]),KM=createReactComponent("message-circle-2-filled","IconMessageCircle2Filled",[["path",{d:"M5.821 4.91c3.898 -2.765 9.469 -2.539 13.073 .536c3.667 3.127 4.168 8.238 1.152 11.897c-2.842 3.447 -7.965 4.583 -12.231 2.805l-.232 -.101l-4.375 .931l-.075 .013l-.11 .009l-.113 -.004l-.044 -.005l-.11 -.02l-.105 -.034l-.1 -.044l-.076 -.042l-.108 -.077l-.081 -.074l-.073 -.083l-.053 -.075l-.065 -.115l-.042 -.106l-.031 -.113l-.013 -.075l-.009 -.11l.004 -.113l.005 -.044l.02 -.11l.022 -.072l1.15 -3.451l-.022 -.036c-2.21 -3.747 -1.209 -8.392 2.411 -11.118l.23 -.168z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Kb=createReactComponent("message-circle-2","IconMessageCircle2",[["path",{d:"M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1",key:"svg-0"}]]),KI=createReactComponent("message-circle-bolt","IconMessageCircleBolt",[["path",{d:"M13.038 19.927a9.933 9.933 0 0 1 -5.338 -.927l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.993 1.7 2.93 4.043 2.746 6.346",key:"svg-0"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-1"}]]),KC=createReactComponent("message-circle-cancel","IconMessageCircleCancel",[["path",{d:"M12.015 19.98a9.87 9.87 0 0 1 -4.315 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.927 1.644 2.867 3.887 2.761 6.114",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}]]),Kx=createReactComponent("message-circle-check","IconMessageCircleCheck",[["path",{d:"M11.042 19.933a9.798 9.798 0 0 1 -3.342 -.933l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.127 1.814 3.052 4.36 2.694 6.808",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}]]),KR=createReactComponent("message-circle-code","IconMessageCircleCode",[["path",{d:"M11.036 19.933a9.798 9.798 0 0 1 -3.336 -.933l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.128 1.815 3.053 4.361 2.694 6.81",key:"svg-0"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-2"}]]),KS=createReactComponent("message-circle-cog","IconMessageCircleCog",[["path",{d:"M11.996 19.98a9.868 9.868 0 0 1 -4.296 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.842 1.572 2.783 3.691 2.77 5.821",key:"svg-0"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19.001 15.5v1.5",key:"svg-2"}],["path",{d:"M19.001 21v1.5",key:"svg-3"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-4"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-5"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-6"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-7"}]]),K_=createReactComponent("message-circle-dollar","IconMessageCircleDollar",[["path",{d:"M13.16 19.914a9.94 9.94 0 0 1 -5.46 -.914l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.384 1.181 2.26 2.672 2.603 4.243",key:"svg-0"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-1"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-2"}]]),Kw=createReactComponent("message-circle-down","IconMessageCircleDown",[["path",{d:"M12.006 19.98a9.869 9.869 0 0 1 -4.306 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.993 1.7 2.93 4.041 2.746 6.344",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}]]),KP=createReactComponent("message-circle-exclamation","IconMessageCircleExclamation",[["path",{d:"M15.02 19.52c-2.34 .736 -5 .606 -7.32 -.52l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.96 1.671 2.898 3.963 2.755 6.227",key:"svg-0"}],["path",{d:"M19 16v3",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}]]),KO=createReactComponent("message-circle-heart","IconMessageCircleHeart",[["path",{d:"M10.59 19.88a9.763 9.763 0 0 1 -2.89 -.88l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.565 1.335 2.479 3.065 2.71 4.861",key:"svg-0"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-1"}]]),KF=createReactComponent("message-circle-minus","IconMessageCircleMinus",[["path",{d:"M12.023 19.98a9.87 9.87 0 0 1 -4.323 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.718 2.319 3.473 5.832 2.096 8.811",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),Kz=createReactComponent("message-circle-off","IconMessageCircleOff",[["path",{d:"M8.595 4.577c3.223 -1.176 7.025 -.61 9.65 1.63c2.982 2.543 3.601 6.523 1.636 9.66m-1.908 2.109c-2.787 2.19 -6.89 2.666 -10.273 1.024l-4.7 1l1.3 -3.9c-2.229 -3.296 -1.494 -7.511 1.68 -10.057",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),KD=createReactComponent("message-circle-pause","IconMessageCirclePause",[["path",{d:"M12.989 19.932a9.93 9.93 0 0 1 -5.289 -.932l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.131 1.818 3.056 4.37 2.692 6.824",key:"svg-0"}],["path",{d:"M17 17v5",key:"svg-1"}],["path",{d:"M21 17v5",key:"svg-2"}]]),KA=createReactComponent("message-circle-pin","IconMessageCirclePin",[["path",{d:"M12.337 19.974a9.891 9.891 0 0 1 -4.637 -.974l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.63 1.39 2.554 3.21 2.736 5.085",key:"svg-0"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-1"}],["path",{d:"M19 18v.01",key:"svg-2"}]]),Kj=createReactComponent("message-circle-plus","IconMessageCirclePlus",[["path",{d:"M12.007 19.98a9.869 9.869 0 0 1 -4.307 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.992 1.7 2.93 4.04 2.747 6.34",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),KE=createReactComponent("message-circle-question","IconMessageCircleQuestion",[["path",{d:"M15.02 19.52c-2.341 .736 -5 .606 -7.32 -.52l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.649 1.407 2.575 3.253 2.742 5.152",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),KT=createReactComponent("message-circle-search","IconMessageCircleSearch",[["path",{d:"M11.303 19.955a9.818 9.818 0 0 1 -3.603 -.955l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.73 1.476 2.665 3.435 2.76 5.433",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}]]),KB=createReactComponent("message-circle-share","IconMessageCircleShare",[["path",{d:"M12.58 19.963a9.906 9.906 0 0 1 -4.88 -.963l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.13 1.817 3.055 4.368 2.692 6.82",key:"svg-0"}],["path",{d:"M16 22l5 -5",key:"svg-1"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-2"}]]),KN=createReactComponent("message-circle-star","IconMessageCircleStar",[["path",{d:"M10.517 19.869a9.757 9.757 0 0 1 -2.817 -.869l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.666 1.421 2.594 3.29 2.747 5.21",key:"svg-0"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}]]),K$=createReactComponent("message-circle-up","IconMessageCircleUp",[["path",{d:"M12.004 19.98a9.869 9.869 0 0 1 -4.304 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.994 1.701 2.932 4.045 2.746 6.349",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}]]),KL=createReactComponent("message-circle-x","IconMessageCircleX",[["path",{d:"M13.593 19.855a9.96 9.96 0 0 1 -5.893 -.855l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.128 1.816 3.053 4.363 2.693 6.813",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}]]),KW=createReactComponent("message-circle","IconMessageCircle",[["path",{d:"M3 20l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c3.255 2.777 3.695 7.266 1.029 10.501c-2.666 3.235 -7.615 4.215 -11.574 2.293l-4.7 1",key:"svg-0"}]]),KH=createReactComponent("message-code","IconMessageCode",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M11.012 19.193l-3.012 1.807v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6",key:"svg-2"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-3"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-4"}]]),KV=createReactComponent("message-cog","IconMessageCog",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M12.031 18.581l-4.031 2.419v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5",key:"svg-2"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M19.001 15.5v1.5",key:"svg-4"}],["path",{d:"M19.001 21v1.5",key:"svg-5"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-6"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-7"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-8"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-9"}]]),Kq=createReactComponent("message-dollar","IconMessageDollar",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v3.5",key:"svg-2"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-3"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-4"}]]),KU=createReactComponent("message-dots","IconMessageDots",[["path",{d:"M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4",key:"svg-0"}],["path",{d:"M12 11l0 .01",key:"svg-1"}],["path",{d:"M8 11l0 .01",key:"svg-2"}],["path",{d:"M16 11l0 .01",key:"svg-3"}]]),KG=createReactComponent("message-down","IconMessageDown",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M11.998 18.601l-3.998 2.399v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-4"}]]),KX=createReactComponent("message-exclamation","IconMessageExclamation",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M15 18h-2l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-2"}],["path",{d:"M19 16v3",key:"svg-3"}],["path",{d:"M19 22v.01",key:"svg-4"}]]),KK=createReactComponent("message-forward","IconMessageForward",[["path",{d:"M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4",key:"svg-0"}],["path",{d:"M13 9l2 2l-2 2",key:"svg-1"}],["path",{d:"M15 11h-6",key:"svg-2"}]]),KY=createReactComponent("message-heart","IconMessageHeart",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h3.5",key:"svg-1"}],["path",{d:"M10.48 19.512l-2.48 1.488v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4",key:"svg-2"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-3"}]]),KZ=createReactComponent("message-language","IconMessageLanguage",[["path",{d:"M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4",key:"svg-0"}],["path",{d:"M10 14v-4a2 2 0 1 1 4 0v4",key:"svg-1"}],["path",{d:"M14 12h-4",key:"svg-2"}]]),KQ=createReactComponent("message-minus","IconMessageMinus",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M11.976 18.614l-3.976 2.386v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}]]),KJ=createReactComponent("message-off","IconMessageOff",[["path",{d:"M8 9h1m4 0h3",key:"svg-0"}],["path",{d:"M8 13h5",key:"svg-1"}],["path",{d:"M8 4h10a3 3 0 0 1 3 3v8c0 .577 -.163 1.116 -.445 1.573m-2.555 1.427h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8c0 -1.085 .576 -2.036 1.439 -2.562",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),K1=createReactComponent("message-pause","IconMessagePause",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6",key:"svg-2"}],["path",{d:"M17 17v5",key:"svg-3"}],["path",{d:"M21 17v5",key:"svg-4"}]]),K0=createReactComponent("message-pin","IconMessagePin",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M12.007 18.596l-4.007 2.404v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5",key:"svg-2"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-3"}],["path",{d:"M19 18v.01",key:"svg-4"}]]),K2=createReactComponent("message-plus","IconMessagePlus",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M12.01 18.594l-4.01 2.406v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),K3=createReactComponent("message-question","IconMessageQuestion",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M14 18h-1l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-4"}]]),K5=createReactComponent("message-report","IconMessageReport",[["path",{d:"M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4",key:"svg-0"}],["path",{d:"M12 8l0 3",key:"svg-1"}],["path",{d:"M12 14l0 .01",key:"svg-2"}]]),K4=createReactComponent("message-search","IconMessageSearch",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h5",key:"svg-1"}],["path",{d:"M11.008 19.195l-3.008 1.805v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5",key:"svg-2"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-4"}]]),K6=createReactComponent("message-share","IconMessageShare",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6",key:"svg-2"}],["path",{d:"M16 22l5 -5",key:"svg-3"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-4"}]]),K9=createReactComponent("message-star","IconMessageStar",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h4.5",key:"svg-1"}],["path",{d:"M10.325 19.605l-2.325 1.395v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5",key:"svg-2"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-3"}]]),K7=createReactComponent("message-up","IconMessageUp",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M11.99 18.606l-3.99 2.394v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-2"}],["path",{d:"M19 22v-6",key:"svg-3"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-4"}]]),K8=createReactComponent("message-x","IconMessageX",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6",key:"svg-2"}],["path",{d:"M22 22l-5 -5",key:"svg-3"}],["path",{d:"M17 22l5 -5",key:"svg-4"}]]),Ye=createReactComponent("message","IconMessage",[["path",{d:"M8 9h8",key:"svg-0"}],["path",{d:"M8 13h6",key:"svg-1"}],["path",{d:"M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z",key:"svg-2"}]]),Yt=createReactComponent("messages-off","IconMessagesOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M11 11a1 1 0 0 1 -1 -1m0 -3.968v-2.032a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10l-3 -3h-3",key:"svg-1"}],["path",{d:"M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2",key:"svg-2"}]]),Ya=createReactComponent("messages","IconMessages",[["path",{d:"M21 14l-3 -3h-7a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10",key:"svg-0"}],["path",{d:"M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2",key:"svg-1"}]]),Yn=createReactComponent("meteor-off","IconMeteorOff",[["path",{d:"M9.75 5.761l3.25 -2.761l-1 5l9 -5l-5 9h5l-2.467 2.536m-1.983 2.04l-2.441 2.51a6.5 6.5 0 1 1 -8.855 -9.506l2.322 -1.972",key:"svg-0"}],["path",{d:"M9.5 14.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),Yr=createReactComponent("meteor","IconMeteor",[["path",{d:"M21 3l-5 9h5l-6.891 7.086a6.5 6.5 0 1 1 -8.855 -9.506l7.746 -6.58l-1 5l9 -5z",key:"svg-0"}],["path",{d:"M9.5 14.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-1"}]]),Yo=createReactComponent("metronome","IconMetronome",[["path",{d:"M14.153 8.188l-.72 -3.236a2.493 2.493 0 0 0 -4.867 0l-3.025 13.614a2 2 0 0 0 1.952 2.434h7.014a2 2 0 0 0 1.952 -2.434l-.524 -2.357m-4.935 1.791l9 -13",key:"svg-0"}],["path",{d:"M20 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}]]),Yl=createReactComponent("michelin-bib-gourmand","IconMichelinBibGourmand",[["path",{d:"M4.97 20c-2.395 -1.947 -4.763 -5.245 -1.005 -8c-.52 -4 3.442 -7.5 5.524 -7.5c.347 -1 1.499 -1.5 2.54 -1.5c1.04 0 2.135 .5 2.482 1.5c2.082 0 6.044 3.5 5.524 7.5c3.758 2.755 1.39 6.053 -1.005 8",key:"svg-0"}],["path",{d:"M9 11m-1 0a1 2 0 1 0 2 0a1 2 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M15 11m-1 0a1 2 0 1 0 2 0a1 2 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M8 17.085c3.5 2.712 6.5 2.712 9 -1.085",key:"svg-3"}],["path",{d:"M13 18.5c.815 -2.337 1.881 -1.472 2 -.55",key:"svg-4"}]]),Yc=createReactComponent("michelin-star-green","IconMichelinStarGreen",[["path",{d:"M12.432 17.949c.863 1.544 2.589 1.976 4.13 1.112c1.54 -.865 1.972 -2.594 1.048 -4.138c-.185 -.309 -.309 -.556 -.494 -.74c.247 .06 .555 .06 .925 .06c1.726 0 2.959 -1.234 2.959 -2.963c0 -1.73 -1.233 -2.965 -3.02 -2.965c-.37 0 -.617 0 -.925 .062c.185 -.185 .308 -.432 .493 -.74c.863 -1.545 .431 -3.274 -1.048 -4.138c-1.541 -.865 -3.205 -.433 -4.13 1.111c-.185 .309 -.308 .556 -.432 .803c-.123 -.247 -.246 -.494 -.431 -.803c-.802 -1.605 -2.528 -2.038 -4.007 -1.173c-1.541 .865 -1.973 2.594 -1.048 4.137c.185 .31 .308 .556 .493 .741c-.246 -.061 -.555 -.061 -.924 -.061c-1.788 0 -3.021 1.235 -3.021 2.964c0 1.729 1.233 2.964 3.02 2.964",key:"svg-0"}],["path",{d:"M4.073 21c4.286 -2.756 5.9 -5.254 7.927 -9",key:"svg-1"}]]),Yi=createReactComponent("michelin-star","IconMichelinStar",[["path",{d:"M14.792 17.063c0 .337 .057 .618 .057 .9c0 1.8 -1.238 3.037 -2.982 3.037c-1.8 0 -2.98 -1.238 -2.98 -3.206v-.731c-.957 .675 -1.576 .9 -2.42 .9c-1.518 0 -2.925 -1.463 -2.925 -3.094c0 -1.181 .844 -2.194 2.082 -2.756l.28 -.113c-1.574 -.787 -2.362 -1.688 -2.362 -2.925c0 -1.687 1.294 -3.094 2.925 -3.094c.675 0 1.52 .338 2.138 .788l.281 .112c0 -.337 -.056 -.619 -.056 -.844c0 -1.8 1.237 -3.037 2.98 -3.037c1.8 0 2.981 1.237 2.981 3.206v.394l-.056 .281c.956 -.675 1.575 -.9 2.419 -.9c1.519 0 2.925 1.463 2.925 3.094c0 1.181 -.844 2.194 -2.081 2.756l-.282 .169c1.575 .787 2.363 1.688 2.363 2.925c0 1.688 -1.294 3.094 -2.925 3.094c-.675 0 -1.575 -.281 -2.138 -.788l-.225 -.169z",key:"svg-0"}]]),Ys=createReactComponent("mickey-filled","IconMickeyFilled",[["path",{d:"M18.501 2a4.5 4.5 0 0 1 .878 8.913a8 8 0 1 1 -15.374 3.372l-.005 -.285l.005 -.285a7.991 7.991 0 0 1 .615 -2.803a4.5 4.5 0 0 1 -3.187 -6.348a4.505 4.505 0 0 1 3.596 -2.539l.225 -.018l.281 -.007l.244 .009a4.5 4.5 0 0 1 4.215 4.247a8.001 8.001 0 0 1 4.013 0a4.5 4.5 0 0 1 4.493 -4.256z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Yd=createReactComponent("mickey","IconMickey",[["path",{d:"M5.5 3a3.5 3.5 0 0 1 3.25 4.8a7.017 7.017 0 0 0 -2.424 2.1a3.5 3.5 0 1 1 -.826 -6.9z",key:"svg-0"}],["path",{d:"M18.5 3a3.5 3.5 0 1 1 -.826 6.902a7.013 7.013 0 0 0 -2.424 -2.103a3.5 3.5 0 0 1 3.25 -4.799z",key:"svg-1"}],["path",{d:"M12 14m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-2"}]]),Yu=createReactComponent("microphone-2-off","IconMicrophone2Off",[["path",{d:"M16.908 12.917a5 5 0 1 0 -5.827 -5.819",key:"svg-0"}],["path",{d:"M10.116 10.125l-6.529 7.46a2 2 0 1 0 2.827 2.83l7.461 -6.529",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),Yp=createReactComponent("microphone-2","IconMicrophone2",[["path",{d:"M15 12.9a5 5 0 1 0 -3.902 -3.9",key:"svg-0"}],["path",{d:"M15 12.9l-3.902 -3.899l-7.513 8.584a2 2 0 1 0 2.827 2.83l8.588 -7.515z",key:"svg-1"}]]),Yh=createReactComponent("microphone-off","IconMicrophoneOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M9 5a3 3 0 0 1 6 0v5a3 3 0 0 1 -.13 .874m-2 2a3 3 0 0 1 -3.87 -2.872v-1",key:"svg-1"}],["path",{d:"M5 10a7 7 0 0 0 10.846 5.85m2 -2a6.967 6.967 0 0 0 1.152 -3.85",key:"svg-2"}],["path",{d:"M8 21l8 0",key:"svg-3"}],["path",{d:"M12 17l0 4",key:"svg-4"}]]),Yv=createReactComponent("microphone","IconMicrophone",[["path",{d:"M9 2m0 3a3 3 0 0 1 3 -3h0a3 3 0 0 1 3 3v5a3 3 0 0 1 -3 3h0a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M5 10a7 7 0 0 0 14 0",key:"svg-1"}],["path",{d:"M8 21l8 0",key:"svg-2"}],["path",{d:"M12 17l0 4",key:"svg-3"}]]),Yg=createReactComponent("microscope-off","IconMicroscopeOff",[["path",{d:"M5 21h14",key:"svg-0"}],["path",{d:"M6 18h2",key:"svg-1"}],["path",{d:"M7 18v3",key:"svg-2"}],["path",{d:"M10 10l-1 1l3 3l1 -1m2 -2l3 -3l-3 -3l-3 3",key:"svg-3"}],["path",{d:"M10.5 12.5l-1.5 1.5",key:"svg-4"}],["path",{d:"M17 3l3 3",key:"svg-5"}],["path",{d:"M12 21a6 6 0 0 0 5.457 -3.505m.441 -3.599a6 6 0 0 0 -2.183 -3.608",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),Yy=createReactComponent("microscope","IconMicroscope",[["path",{d:"M5 21h14",key:"svg-0"}],["path",{d:"M6 18h2",key:"svg-1"}],["path",{d:"M7 18v3",key:"svg-2"}],["path",{d:"M9 11l3 3l6 -6l-3 -3z",key:"svg-3"}],["path",{d:"M10.5 12.5l-1.5 1.5",key:"svg-4"}],["path",{d:"M17 3l3 3",key:"svg-5"}],["path",{d:"M12 21a6 6 0 0 0 3.715 -10.712",key:"svg-6"}]]),Yf=createReactComponent("microwave-off","IconMicrowaveOff",[["path",{d:"M18 18h-14a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h2m4 0h10a1 1 0 0 1 1 1v10",key:"svg-0"}],["path",{d:"M15 6v5m0 4v3",key:"svg-1"}],["path",{d:"M18 12h.01",key:"svg-2"}],["path",{d:"M18 9h.01",key:"svg-3"}],["path",{d:"M6.5 10.5c1 -.667 1.5 -.667 2.5 0c.636 .265 1.272 .665 1.907 .428",key:"svg-4"}],["path",{d:"M6.5 13.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),Ym=createReactComponent("microwave","IconMicrowave",[["path",{d:"M3 6m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M15 6v12",key:"svg-1"}],["path",{d:"M18 12h.01",key:"svg-2"}],["path",{d:"M18 15h.01",key:"svg-3"}],["path",{d:"M18 9h.01",key:"svg-4"}],["path",{d:"M6.5 10.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0",key:"svg-5"}],["path",{d:"M6.5 13.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0",key:"svg-6"}]]),Yk=createReactComponent("military-award","IconMilitaryAward",[["path",{d:"M12 13m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M8.5 10.5l-1 -2.5h-5.5l2.48 5.788a2 2 0 0 0 1.84 1.212h2.18",key:"svg-1"}],["path",{d:"M15.5 10.5l1 -2.5h5.5l-2.48 5.788a2 2 0 0 1 -1.84 1.212h-2.18",key:"svg-2"}]]),YM=createReactComponent("military-rank","IconMilitaryRank",[["path",{d:"M17 7v13h-10v-13l5 -3z",key:"svg-0"}],["path",{d:"M10 13l2 -1l2 1",key:"svg-1"}],["path",{d:"M10 17l2 -1l2 1",key:"svg-2"}],["path",{d:"M10 9l2 -1l2 1",key:"svg-3"}]]),Yb=createReactComponent("milk-off","IconMilkOff",[["path",{d:"M10 6h6v-2a1 1 0 0 0 -1 -1h-6a1 1 0 0 0 -1 1",key:"svg-0"}],["path",{d:"M16 6l1.094 1.759a6 6 0 0 1 .906 3.17v3.071m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8.071a6 6 0 0 1 .906 -3.17l.327 -.525",key:"svg-1"}],["path",{d:"M12 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),YI=createReactComponent("milk","IconMilk",[["path",{d:"M8 6h8v-2a1 1 0 0 0 -1 -1h-6a1 1 0 0 0 -1 1v2z",key:"svg-0"}],["path",{d:"M16 6l1.094 1.759a6 6 0 0 1 .906 3.17v8.071a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8.071a6 6 0 0 1 .906 -3.17l1.094 -1.759",key:"svg-1"}],["path",{d:"M12 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M10 10h4",key:"svg-3"}]]),YC=createReactComponent("milkshake","IconMilkshake",[["path",{d:"M17 10a5 5 0 0 0 -10 0",key:"svg-0"}],["path",{d:"M6 10m0 1a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M7 13l1.81 7.243a1 1 0 0 0 .97 .757h4.44a1 1 0 0 0 .97 -.757l1.81 -7.243",key:"svg-2"}],["path",{d:"M12 5v-2",key:"svg-3"}]]),Yx=createReactComponent("minimize","IconMinimize",[["path",{d:"M15 19v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M15 5v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M5 15h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M5 9h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}]]),YR=createReactComponent("minus-vertical","IconMinusVertical",[["path",{d:"M12 5v14",key:"svg-0"}]]),YS=createReactComponent("minus","IconMinus",[["path",{d:"M5 12l14 0",key:"svg-0"}]]),Y_=createReactComponent("mist-off","IconMistOff",[["path",{d:"M12 5h9",key:"svg-0"}],["path",{d:"M3 10h7",key:"svg-1"}],["path",{d:"M18 10h1",key:"svg-2"}],["path",{d:"M5 15h5",key:"svg-3"}],["path",{d:"M14 15h1m4 0h2",key:"svg-4"}],["path",{d:"M3 20h9m4 0h3",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),Yw=createReactComponent("mist","IconMist",[["path",{d:"M5 5h3m4 0h9",key:"svg-0"}],["path",{d:"M3 10h11m4 0h1",key:"svg-1"}],["path",{d:"M5 15h5m4 0h7",key:"svg-2"}],["path",{d:"M3 20h9m4 0h3",key:"svg-3"}]]),YP=createReactComponent("mobiledata-off","IconMobiledataOff",[["path",{d:"M16 12v-8",key:"svg-0"}],["path",{d:"M8 20v-8",key:"svg-1"}],["path",{d:"M13 7l3 -3l3 3",key:"svg-2"}],["path",{d:"M5 17l3 3l3 -3",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),YO=createReactComponent("mobiledata","IconMobiledata",[["path",{d:"M16 12v-8",key:"svg-0"}],["path",{d:"M8 20v-8",key:"svg-1"}],["path",{d:"M13 7l3 -3l3 3",key:"svg-2"}],["path",{d:"M5 17l3 3l3 -3",key:"svg-3"}]]),YF=createReactComponent("moneybag","IconMoneybag",[["path",{d:"M9.5 3h5a1.5 1.5 0 0 1 1.5 1.5a3.5 3.5 0 0 1 -3.5 3.5h-1a3.5 3.5 0 0 1 -3.5 -3.5a1.5 1.5 0 0 1 1.5 -1.5z",key:"svg-0"}],["path",{d:"M4 17v-1a8 8 0 1 1 16 0v1a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z",key:"svg-1"}]]),Yz=createReactComponent("mood-angry","IconMoodAngry",[["path",{d:"M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z",key:"svg-0"}],["path",{d:"M8 9l2 1",key:"svg-1"}],["path",{d:"M16 9l-2 1",key:"svg-2"}],["path",{d:"M14.5 16.05a3.5 3.5 0 0 0 -5 0",key:"svg-3"}]]),YD=createReactComponent("mood-annoyed-2","IconMoodAnnoyed2",[["path",{d:"M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z",key:"svg-0"}],["path",{d:"M15 14c-2 0 -3 1 -3.5 2.05",key:"svg-1"}],["path",{d:"M10 9.25c-.5 1 -2.5 1 -3 0",key:"svg-2"}],["path",{d:"M17 9.25c-.5 1 -2.5 1 -3 0",key:"svg-3"}]]),YA=createReactComponent("mood-annoyed","IconMoodAnnoyed",[["path",{d:"M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z",key:"svg-0"}],["path",{d:"M15 14c-2 0 -3 1 -3.5 2.05",key:"svg-1"}],["path",{d:"M9 10h-.01",key:"svg-2"}],["path",{d:"M15 10h-.01",key:"svg-3"}]]),Yj=createReactComponent("mood-boy","IconMoodBoy",[["path",{d:"M17 4.5a9 9 0 0 1 3.864 5.89a2.5 2.5 0 0 1 -.29 4.36a9 9 0 0 1 -17.137 0a2.5 2.5 0 0 1 -.29 -4.36a9 9 0 0 1 3.746 -5.81",key:"svg-0"}],["path",{d:"M9.5 16a3.5 3.5 0 0 0 5 0",key:"svg-1"}],["path",{d:"M8.5 2c1.5 1 2.5 3.5 2.5 5",key:"svg-2"}],["path",{d:"M12.5 2c1.5 2 2 3.5 2 5",key:"svg-3"}],["path",{d:"M9 12l.01 0",key:"svg-4"}],["path",{d:"M15 12l.01 0",key:"svg-5"}]]),YE=createReactComponent("mood-check","IconMoodCheck",[["path",{d:"M20.925 13.163a8.998 8.998 0 0 0 -8.925 -10.163a9 9 0 0 0 0 18",key:"svg-0"}],["path",{d:"M9 10h.01",key:"svg-1"}],["path",{d:"M15 10h.01",key:"svg-2"}],["path",{d:"M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1",key:"svg-3"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-4"}]]),YT=createReactComponent("mood-cog","IconMoodCog",[["path",{d:"M21 12a9 9 0 1 0 -8.983 9",key:"svg-0"}],["path",{d:"M18.001 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M18.001 14.5v1.5",key:"svg-2"}],["path",{d:"M18.001 20v1.5",key:"svg-3"}],["path",{d:"M21.032 16.25l-1.299 .75",key:"svg-4"}],["path",{d:"M16.27 19l-1.3 .75",key:"svg-5"}],["path",{d:"M14.97 16.25l1.3 .75",key:"svg-6"}],["path",{d:"M19.733 19l1.3 .75",key:"svg-7"}],["path",{d:"M9 10h.01",key:"svg-8"}],["path",{d:"M15 10h.01",key:"svg-9"}],["path",{d:"M9.5 15c.658 .64 1.56 1 2.5 1",key:"svg-10"}]]),YB=createReactComponent("mood-confuzed-filled","IconMoodConfuzedFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.43 10.162a11 11 0 0 0 -6.6 1.65a1 1 0 0 0 1.06 1.696a9 9 0 0 1 5.4 -1.35a1 1 0 0 0 .14 -1.996zm-6.56 -4.502l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),YN=createReactComponent("mood-confuzed","IconMoodConfuzed",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 10l.01 0",key:"svg-1"}],["path",{d:"M15 10l.01 0",key:"svg-2"}],["path",{d:"M9.5 16a10 10 0 0 1 6 -1.5",key:"svg-3"}]]),Y$=createReactComponent("mood-crazy-happy","IconMoodCrazyHappy",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M7 8.5l3 3",key:"svg-1"}],["path",{d:"M7 11.5l3 -3",key:"svg-2"}],["path",{d:"M14 8.5l3 3",key:"svg-3"}],["path",{d:"M14 11.5l3 -3",key:"svg-4"}],["path",{d:"M9.5 15a3.5 3.5 0 0 0 5 0",key:"svg-5"}]]),YL=createReactComponent("mood-cry","IconMoodCry",[["path",{d:"M9 10l.01 0",key:"svg-0"}],["path",{d:"M15 10l.01 0",key:"svg-1"}],["path",{d:"M9.5 15.25a3.5 3.5 0 0 1 5 0",key:"svg-2"}],["path",{d:"M17.566 17.606a2 2 0 1 0 2.897 .03l-1.463 -1.636l-1.434 1.606z",key:"svg-3"}],["path",{d:"M20.865 13.517a8.937 8.937 0 0 0 .135 -1.517a9 9 0 1 0 -9 9c.69 0 1.36 -.076 2 -.222",key:"svg-4"}]]),YW=createReactComponent("mood-dollar","IconMoodDollar",[["path",{d:"M20.87 10.48a9 9 0 1 0 -7.876 10.465",key:"svg-0"}],["path",{d:"M9 10h.01",key:"svg-1"}],["path",{d:"M15 10h.01",key:"svg-2"}],["path",{d:"M9.5 15c.658 .64 1.56 1 2.5 1c.357 0 .709 -.052 1.043 -.151",key:"svg-3"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-4"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-5"}]]),YH=createReactComponent("mood-edit","IconMoodEdit",[["path",{d:"M20.955 11.104a9 9 0 1 0 -9.895 9.847",key:"svg-0"}],["path",{d:"M9 10h.01",key:"svg-1"}],["path",{d:"M15 10h.01",key:"svg-2"}],["path",{d:"M9.5 15c.658 .672 1.56 1 2.5 1c.126 0 .251 -.006 .376 -.018",key:"svg-3"}],["path",{d:"M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z",key:"svg-4"}]]),YV=createReactComponent("mood-empty-filled","IconMoodEmptyFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 10.66h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-5.99 -5l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Yq=createReactComponent("mood-empty","IconMoodEmpty",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 10l.01 0",key:"svg-1"}],["path",{d:"M15 10l.01 0",key:"svg-2"}],["path",{d:"M9 15l6 0",key:"svg-3"}]]),YU=createReactComponent("mood-happy-filled","IconMoodHappyFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 9.66h-6a1 1 0 0 0 -1 1v.05a3.975 3.975 0 0 0 3.777 3.97l.227 .005a4.026 4.026 0 0 0 3.99 -3.79l.006 -.206a1 1 0 0 0 -1 -1.029zm-5.99 -5l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm6 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),YG=createReactComponent("mood-happy","IconMoodHappy",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 9l.01 0",key:"svg-1"}],["path",{d:"M15 9l.01 0",key:"svg-2"}],["path",{d:"M8 13a4 4 0 1 0 8 0h-8",key:"svg-3"}]]),YX=createReactComponent("mood-heart","IconMoodHeart",[["path",{d:"M21 12a9 9 0 1 0 -8.012 8.946",key:"svg-0"}],["path",{d:"M9 10h.01",key:"svg-1"}],["path",{d:"M15 10h.01",key:"svg-2"}],["path",{d:"M9.5 15a3.59 3.59 0 0 0 2.774 .99",key:"svg-3"}],["path",{d:"M18.994 21.5l2.518 -2.58a1.74 1.74 0 0 0 .004 -2.413a1.627 1.627 0 0 0 -2.346 -.005l-.168 .172l-.168 -.172a1.627 1.627 0 0 0 -2.346 -.004a1.74 1.74 0 0 0 -.004 2.412l2.51 2.59z",key:"svg-4"}]]),YK=createReactComponent("mood-kid-filled","IconMoodKidFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 7.046 -9.232a3 3 0 0 0 2.949 3.556a1 1 0 0 0 0 -2l-.117 -.007a1 1 0 0 1 .117 -1.993c1.726 0 3.453 .447 5 1.34zm-1.8 10.946a1 1 0 0 0 -1.414 .014a2.5 2.5 0 0 1 -3.572 0a1 1 0 0 0 -1.428 1.4a4.5 4.5 0 0 0 6.428 0a1 1 0 0 0 -.014 -1.414zm-6.19 -5.286l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm6 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),YY=createReactComponent("mood-kid","IconMoodKid",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 10l.01 0",key:"svg-1"}],["path",{d:"M15 10l.01 0",key:"svg-2"}],["path",{d:"M9.5 15a3.5 3.5 0 0 0 5 0",key:"svg-3"}],["path",{d:"M12 3a2 2 0 0 0 0 4",key:"svg-4"}]]),YZ=createReactComponent("mood-look-left","IconMoodLookLeft",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 9h.01",key:"svg-1"}],["path",{d:"M4 15h4",key:"svg-2"}]]),YQ=createReactComponent("mood-look-right","IconMoodLookRight",[["path",{d:"M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z",key:"svg-0"}],["path",{d:"M15 9h-.01",key:"svg-1"}],["path",{d:"M20 15h-4",key:"svg-2"}]]),YJ=createReactComponent("mood-minus","IconMoodMinus",[["path",{d:"M20.48 15.014a9 9 0 1 0 -7.956 5.97",key:"svg-0"}],["path",{d:"M9 10h.01",key:"svg-1"}],["path",{d:"M15 10h.01",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1",key:"svg-4"}]]),Y1=createReactComponent("mood-nerd","IconMoodNerd",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M8 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M16 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M9.5 15a3.5 3.5 0 0 0 5 0",key:"svg-3"}],["path",{d:"M3.5 9h2.5",key:"svg-4"}],["path",{d:"M18 9h2.5",key:"svg-5"}],["path",{d:"M10 9.5c1.333 -1.333 2.667 -1.333 4 0",key:"svg-6"}]]),Y0=createReactComponent("mood-nervous","IconMoodNervous",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 10h.01",key:"svg-1"}],["path",{d:"M15 10h.01",key:"svg-2"}],["path",{d:"M8 16l2 -2l2 2l2 -2l2 2",key:"svg-3"}]]),Y2=createReactComponent("mood-neutral-filled","IconMoodNeutralFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-7.99 5.66l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Y3=createReactComponent("mood-neutral","IconMoodNeutral",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 10l.01 0",key:"svg-1"}],["path",{d:"M15 10l.01 0",key:"svg-2"}]]),Y5=createReactComponent("mood-off","IconMoodOff",[["path",{d:"M5.634 5.638a9 9 0 0 0 12.732 12.724m1.679 -2.322a9 9 0 0 0 -12.08 -12.086",key:"svg-0"}],["path",{d:"M9 10h.01",key:"svg-1"}],["path",{d:"M15 10h.01",key:"svg-2"}],["path",{d:"M9.5 15a3.5 3.5 0 0 0 5 0",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),Y4=createReactComponent("mood-pin","IconMoodPin",[["path",{d:"M21 12a9 9 0 1 0 -8.352 8.977",key:"svg-0"}],["path",{d:"M9 10h.01",key:"svg-1"}],["path",{d:"M15 10h.01",key:"svg-2"}],["path",{d:"M9.5 15c.658 .672 1.56 1 2.5 1c.102 0 .203 -.004 .304 -.012",key:"svg-3"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-4"}],["path",{d:"M19 18v.01",key:"svg-5"}]]),Y6=createReactComponent("mood-plus","IconMoodPlus",[["path",{d:"M20.985 12.528a9 9 0 1 0 -8.45 8.456",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M9 10h.01",key:"svg-3"}],["path",{d:"M15 10h.01",key:"svg-4"}],["path",{d:"M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1",key:"svg-5"}]]),Y9=createReactComponent("mood-sad-2","IconMoodSad2",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M14.5 16.05a3.5 3.5 0 0 0 -5 0",key:"svg-1"}],["path",{d:"M10 9.25c-.5 1 -2.5 1 -3 0",key:"svg-2"}],["path",{d:"M17 9.25c-.5 1 -2.5 1 -3 0",key:"svg-3"}]]),Y7=createReactComponent("mood-sad-dizzy","IconMoodSadDizzy",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M14.5 16.05a3.5 3.5 0 0 0 -5 0",key:"svg-1"}],["path",{d:"M8 9l2 2",key:"svg-2"}],["path",{d:"M10 9l-2 2",key:"svg-3"}],["path",{d:"M14 9l2 2",key:"svg-4"}],["path",{d:"M16 9l-2 2",key:"svg-5"}]]),Y8=createReactComponent("mood-sad-filled","IconMoodSadFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 9.86a4.5 4.5 0 0 0 -3.214 1.35a1 1 0 1 0 1.428 1.4a2.5 2.5 0 0 1 3.572 0a1 1 0 0 0 1.428 -1.4a4.5 4.5 0 0 0 -3.214 -1.35zm-2.99 -4.2l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Ze=createReactComponent("mood-sad-squint","IconMoodSadSquint",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M14.5 16.05a3.5 3.5 0 0 0 -5 0",key:"svg-1"}],["path",{d:"M8.5 11.5l1.5 -1.5l-1.5 -1.5",key:"svg-2"}],["path",{d:"M15.5 11.5l-1.5 -1.5l1.5 -1.5",key:"svg-3"}]]),Zt=createReactComponent("mood-sad","IconMoodSad",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 10l.01 0",key:"svg-1"}],["path",{d:"M15 10l.01 0",key:"svg-2"}],["path",{d:"M9.5 15.25a3.5 3.5 0 0 1 5 0",key:"svg-3"}]]),Za=createReactComponent("mood-search","IconMoodSearch",[["path",{d:"M21 12a9 9 0 1 0 -9 9",key:"svg-0"}],["path",{d:"M9 10h.01",key:"svg-1"}],["path",{d:"M15 10h.01",key:"svg-2"}],["path",{d:"M9.5 15c.658 .672 1.56 1 2.5 1",key:"svg-3"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-4"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-5"}]]),Zn=createReactComponent("mood-share","IconMoodShare",[["path",{d:"M20.942 13.018a9 9 0 1 0 -8.942 7.982",key:"svg-0"}],["path",{d:"M9 10h.01",key:"svg-1"}],["path",{d:"M15 10h.01",key:"svg-2"}],["path",{d:"M9.5 15c.658 .672 1.56 1 2.5 1c.213 0 .424 -.017 .63 -.05",key:"svg-3"}],["path",{d:"M16 22l5 -5",key:"svg-4"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-5"}]]),Zr=createReactComponent("mood-sick","IconMoodSick",[["path",{d:"M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z",key:"svg-0"}],["path",{d:"M9 10h-.01",key:"svg-1"}],["path",{d:"M15 10h-.01",key:"svg-2"}],["path",{d:"M8 16l1 -1l1.5 1l1.5 -1l1.5 1l1.5 -1l1 1",key:"svg-3"}]]),Zo=createReactComponent("mood-silence","IconMoodSilence",[["path",{d:"M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z",key:"svg-0"}],["path",{d:"M9 10h-.01",key:"svg-1"}],["path",{d:"M15 10h-.01",key:"svg-2"}],["path",{d:"M8 15h8",key:"svg-3"}],["path",{d:"M9 14v2",key:"svg-4"}],["path",{d:"M12 14v2",key:"svg-5"}],["path",{d:"M15 14v2",key:"svg-6"}]]),Zl=createReactComponent("mood-sing","IconMoodSing",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 9h.01",key:"svg-1"}],["path",{d:"M15 9h.01",key:"svg-2"}],["path",{d:"M15 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}]]),Zc=createReactComponent("mood-smile-beam","IconMoodSmileBeam",[["path",{d:"M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z",key:"svg-0"}],["path",{d:"M10 10c-.5 -1 -2.5 -1 -3 0",key:"svg-1"}],["path",{d:"M17 10c-.5 -1 -2.5 -1 -3 0",key:"svg-2"}],["path",{d:"M14.5 15a3.5 3.5 0 0 1 -5 0",key:"svg-3"}]]),Zi=createReactComponent("mood-smile-dizzy","IconMoodSmileDizzy",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M14.5 15a3.5 3.5 0 0 1 -5 0",key:"svg-1"}],["path",{d:"M8 9l2 2",key:"svg-2"}],["path",{d:"M10 9l-2 2",key:"svg-3"}],["path",{d:"M14 9l2 2",key:"svg-4"}],["path",{d:"M16 9l-2 2",key:"svg-5"}]]),Zs=createReactComponent("mood-smile-filled","IconMoodSmileFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.8 10.946a1 1 0 0 0 -1.414 .014a2.5 2.5 0 0 1 -3.572 0a1 1 0 0 0 -1.428 1.4a4.5 4.5 0 0 0 6.428 0a1 1 0 0 0 -.014 -1.414zm-6.19 -5.286l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm6 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Zd=createReactComponent("mood-smile","IconMoodSmile",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 10l.01 0",key:"svg-1"}],["path",{d:"M15 10l.01 0",key:"svg-2"}],["path",{d:"M9.5 15a3.5 3.5 0 0 0 5 0",key:"svg-3"}]]),Zu=createReactComponent("mood-suprised","IconMoodSuprised",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 9l.01 0",key:"svg-1"}],["path",{d:"M15 9l.01 0",key:"svg-2"}],["path",{d:"M12 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}]]),Zp=createReactComponent("mood-tongue-wink-2","IconMoodTongueWink2",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z",key:"svg-1"}],["path",{d:"M15 10h-.01",key:"svg-2"}],["path",{d:"M10 14v2a2 2 0 1 0 4 0v-2m1.5 0h-7",key:"svg-3"}],["path",{d:"M7 10c.5 -1 2.5 -1 3 0",key:"svg-4"}]]),Zh=createReactComponent("mood-tongue-wink","IconMoodTongueWink",[["path",{d:"M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}],["path",{d:"M9 10h.01",key:"svg-2"}],["path",{d:"M10 14v2a2 2 0 0 0 4 0v-2",key:"svg-3"}],["path",{d:"M15.5 14h-7",key:"svg-4"}],["path",{d:"M17 10c-.5 -1 -2.5 -1 -3 0",key:"svg-5"}]]),Zv=createReactComponent("mood-tongue","IconMoodTongue",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 10l.01 0",key:"svg-1"}],["path",{d:"M15 10l.01 0",key:"svg-2"}],["path",{d:"M10 14v2a2 2 0 0 0 4 0v-2m1.5 0h-7",key:"svg-3"}]]),Zg=createReactComponent("mood-unamused","IconMoodUnamused",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M11 16l4 -1.5",key:"svg-1"}],["path",{d:"M10 10c-.5 -1 -2.5 -1 -3 0",key:"svg-2"}],["path",{d:"M17 10c-.5 -1 -2.5 -1 -3 0",key:"svg-3"}]]),Zy=createReactComponent("mood-up","IconMoodUp",[["path",{d:"M20.984 12.536a9 9 0 1 0 -8.463 8.449",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}],["path",{d:"M9 10h.01",key:"svg-3"}],["path",{d:"M15 10h.01",key:"svg-4"}],["path",{d:"M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1",key:"svg-5"}]]),Zf=createReactComponent("mood-wink-2","IconMoodWink2",[["path",{d:"M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z",key:"svg-0"}],["path",{d:"M9 10h-.01",key:"svg-1"}],["path",{d:"M14.5 15a3.5 3.5 0 0 1 -5 0",key:"svg-2"}],["path",{d:"M15.5 8.5l-1.5 1.5l1.5 1.5",key:"svg-3"}]]),Zm=createReactComponent("mood-wink","IconMoodWink",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M15 10h.01",key:"svg-1"}],["path",{d:"M9.5 15a3.5 3.5 0 0 0 5 0",key:"svg-2"}],["path",{d:"M8.5 8.5l1.5 1.5l-1.5 1.5",key:"svg-3"}]]),Zk=createReactComponent("mood-wrrr","IconMoodWrrr",[["path",{d:"M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z",key:"svg-0"}],["path",{d:"M8 16l1 -1l1.5 1l1.5 -1l1.5 1l1.5 -1l1 1",key:"svg-1"}],["path",{d:"M8.5 11.5l1.5 -1.5l-1.5 -1.5",key:"svg-2"}],["path",{d:"M15.5 11.5l-1.5 -1.5l1.5 -1.5",key:"svg-3"}]]),ZM=createReactComponent("mood-x","IconMoodX",[["path",{d:"M20.983 12.556a9 9 0 1 0 -8.433 8.427",key:"svg-0"}],["path",{d:"M9 10h.01",key:"svg-1"}],["path",{d:"M15 10h.01",key:"svg-2"}],["path",{d:"M9.5 15c.658 .64 1.56 1 2.5 1c.194 0 .386 -.015 .574 -.045",key:"svg-3"}],["path",{d:"M21.5 21.5l-5 -5",key:"svg-4"}],["path",{d:"M16.5 21.5l5 -5",key:"svg-5"}]]),Zb=createReactComponent("mood-xd","IconMoodXd",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M9 14h6a3 3 0 0 1 -6 0z",key:"svg-1"}],["path",{d:"M9 8l6 3",key:"svg-2"}],["path",{d:"M9 11l6 -3",key:"svg-3"}]]),ZI=createReactComponent("moon-2","IconMoon2",[["path",{d:"M16.418 4.157a8 8 0 0 0 0 15.686",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),ZC=createReactComponent("moon-filled","IconMoonFilled",[["path",{d:"M12 1.992a10 10 0 1 0 9.236 13.838c.341 -.82 -.476 -1.644 -1.298 -1.31a6.5 6.5 0 0 1 -6.864 -10.787l.077 -.08c.551 -.63 .113 -1.653 -.758 -1.653h-.266l-.068 -.006l-.06 -.002z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Zx=createReactComponent("moon-off","IconMoonOff",[["path",{d:"M7.962 3.949a8.97 8.97 0 0 1 4.038 -.957v.008h.393a7.478 7.478 0 0 0 -2.07 3.308m-.141 3.84c.186 .823 .514 1.626 .989 2.373a7.49 7.49 0 0 0 4.586 3.268m3.893 -.11c.223 -.067 .444 -.144 .663 -.233a9.088 9.088 0 0 1 -.274 .597m-1.695 2.337a9 9 0 0 1 -12.71 -12.749",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),ZR=createReactComponent("moon-stars","IconMoonStars",[["path",{d:"M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z",key:"svg-0"}],["path",{d:"M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2",key:"svg-1"}],["path",{d:"M19 11h2m-1 -1v2",key:"svg-2"}]]),ZS=createReactComponent("moon","IconMoon",[["path",{d:"M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z",key:"svg-0"}]]),Z_=createReactComponent("moped","IconMoped",[["path",{d:"M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M5 16v1a2 2 0 0 0 4 0v-5h-3a3 3 0 0 0 -3 3v1h10a6 6 0 0 1 5 -4v-5a2 2 0 0 0 -2 -2h-1",key:"svg-1"}],["path",{d:"M6 9l3 0",key:"svg-2"}]]),Zw=createReactComponent("motorbike","IconMotorbike",[["path",{d:"M5 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M19 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M7.5 14h5l4 -4h-10.5m1.5 4l4 -4",key:"svg-2"}],["path",{d:"M13 6h2l1.5 3l2 4",key:"svg-3"}]]),ZP=createReactComponent("mountain-off","IconMountainOff",[["path",{d:"M18.281 14.26l-4.201 -8.872a2.3 2.3 0 0 0 -4.158 0l-.165 .349m-1.289 2.719l-5.468 11.544h17",key:"svg-0"}],["path",{d:"M7.5 11l2 2.5l2 -2",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),ZO=createReactComponent("mountain","IconMountain",[["path",{d:"M3 20h18l-6.921 -14.612a2.3 2.3 0 0 0 -4.158 0l-6.921 14.612z",key:"svg-0"}],["path",{d:"M7.5 11l2 2.5l2.5 -2.5l2 3l2.5 -2",key:"svg-1"}]]),ZF=createReactComponent("mouse-2","IconMouse2",[["path",{d:"M6 3m0 4a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-4a4 4 0 0 1 -4 -4z",key:"svg-0"}],["path",{d:"M12 3v7",key:"svg-1"}],["path",{d:"M6 10h12",key:"svg-2"}]]),Zz=createReactComponent("mouse-filled","IconMouseFilled",[["path",{d:"M14 2a5 5 0 0 1 5 5v10a5 5 0 0 1 -5 5h-4a5 5 0 0 1 -5 -5v-10a5 5 0 0 1 5 -5zm-2 4a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ZD=createReactComponent("mouse-off","IconMouseOff",[["path",{d:"M7.733 3.704a3.982 3.982 0 0 1 2.267 -.704h4a4 4 0 0 1 4 4v7m-.1 3.895a4 4 0 0 1 -3.9 3.105h-4a4 4 0 0 1 -4 -4v-10c0 -.3 .033 -.593 .096 -.874",key:"svg-0"}],["path",{d:"M12 7v1",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),ZA=createReactComponent("mouse","IconMouse",[["path",{d:"M6 3m0 4a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-4a4 4 0 0 1 -4 -4z",key:"svg-0"}],["path",{d:"M12 7l0 4",key:"svg-1"}]]),Zj=createReactComponent("moustache","IconMoustache",[["path",{d:"M15 9a3 3 0 0 1 2.599 1.5h0c.933 1.333 2.133 1.556 3.126 1.556l.291 0l.77 -.044l.213 0c-.963 1.926 -3.163 2.925 -6.6 3l-.4 0l-.165 0a3 3 0 0 1 .165 -6z",key:"svg-0"}],["path",{d:"M9 9a3 3 0 0 0 -2.599 1.5h0c-.933 1.333 -2.133 1.556 -3.126 1.556l-.291 0l-.77 -.044l-.213 0c.963 1.926 3.163 2.925 6.6 3l.4 0l.165 0a3 3 0 0 0 -.165 -6z",key:"svg-1"}]]),ZE=createReactComponent("movie-off","IconMovieOff",[["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.592 3.42c-.362 .359 -.859 .58 -1.408 .58h-12a2 2 0 0 1 -2 -2v-12c0 -.539 .213 -1.028 .56 -1.388",key:"svg-0"}],["path",{d:"M8 8v12",key:"svg-1"}],["path",{d:"M16 4v8m0 4v4",key:"svg-2"}],["path",{d:"M4 8h4",key:"svg-3"}],["path",{d:"M4 16h4",key:"svg-4"}],["path",{d:"M4 12h8m4 0h4",key:"svg-5"}],["path",{d:"M16 8h4",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),ZT=createReactComponent("movie","IconMovie",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M8 4l0 16",key:"svg-1"}],["path",{d:"M16 4l0 16",key:"svg-2"}],["path",{d:"M4 8l4 0",key:"svg-3"}],["path",{d:"M4 16l4 0",key:"svg-4"}],["path",{d:"M4 12l16 0",key:"svg-5"}],["path",{d:"M16 8l4 0",key:"svg-6"}],["path",{d:"M16 16l4 0",key:"svg-7"}]]),ZB=createReactComponent("mug-off","IconMugOff",[["path",{d:"M9 5h5.917a1.08 1.08 0 0 1 1.083 1.077v5.923m-.167 3.88a4.33 4.33 0 0 1 -4.166 3.12h-4.334c-2.393 0 -4.333 -1.929 -4.333 -4.308v-8.615a1.08 1.08 0 0 1 1.083 -1.077h.917",key:"svg-0"}],["path",{d:"M16 8h2.5c1.38 0 2.5 1.045 2.5 2.333v2.334c0 1.148 -.89 2.103 -2.06 2.297",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),ZN=createReactComponent("mug","IconMug",[["path",{d:"M4.083 5h10.834a1.08 1.08 0 0 1 1.083 1.077v8.615c0 2.38 -1.94 4.308 -4.333 4.308h-4.334c-2.393 0 -4.333 -1.929 -4.333 -4.308v-8.615a1.08 1.08 0 0 1 1.083 -1.077",key:"svg-0"}],["path",{d:"M16 8h2.5c1.38 0 2.5 1.045 2.5 2.333v2.334c0 1.288 -1.12 2.333 -2.5 2.333h-2.5",key:"svg-1"}]]),Z$=createReactComponent("multiplier-0-5x","IconMultiplier05x",[["path",{d:"M8 16h2a2 2 0 1 0 0 -4h-2v-4h4",key:"svg-0"}],["path",{d:"M5 16v.01",key:"svg-1"}],["path",{d:"M15 16l4 -4",key:"svg-2"}],["path",{d:"M19 16l-4 -4",key:"svg-3"}]]),ZL=createReactComponent("multiplier-1-5x","IconMultiplier15x",[["path",{d:"M4 16v-8l-2 2",key:"svg-0"}],["path",{d:"M10 16h2a2 2 0 1 0 0 -4h-2v-4h4",key:"svg-1"}],["path",{d:"M7 16v.01",key:"svg-2"}],["path",{d:"M17 16l4 -4",key:"svg-3"}],["path",{d:"M21 16l-4 -4",key:"svg-4"}]]),ZW=createReactComponent("multiplier-1x","IconMultiplier1x",[["path",{d:"M9 16v-8l-2 2",key:"svg-0"}],["path",{d:"M13 16l4 -4",key:"svg-1"}],["path",{d:"M17 16l-4 -4",key:"svg-2"}]]),ZH=createReactComponent("multiplier-2x","IconMultiplier2x",[["path",{d:"M14 16l4 -4",key:"svg-0"}],["path",{d:"M18 16l-4 -4",key:"svg-1"}],["path",{d:"M6 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0",key:"svg-2"}]]),ZV=createReactComponent("mushroom-filled","IconMushroomFilled",[["path",{d:"M15 15v4a3 3 0 0 1 -5.995 .176l-.005 -.176v-4h6zm-10.1 -2a1.9 1.9 0 0 1 -1.894 -1.752l-.006 -.148c0 -5.023 4.027 -9.1 9 -9.1s9 4.077 9 9.1a1.9 1.9 0 0 1 -1.752 1.894l-.148 .006h-14.2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Zq=createReactComponent("mushroom-off","IconMushroomOff",[["path",{d:"M5.874 5.89a8.128 8.128 0 0 0 -1.874 5.21a.9 .9 0 0 0 .9 .9h7.1m4 0h3.1a.9 .9 0 0 0 .9 -.9c0 -4.474 -3.582 -8.1 -8 -8.1c-1.43 0 -2.774 .38 -3.936 1.047",key:"svg-0"}],["path",{d:"M10 12v7a2 2 0 1 0 4 0v-5",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),ZU=createReactComponent("mushroom","IconMushroom",[["path",{d:"M20 11.1c0 -4.474 -3.582 -8.1 -8 -8.1s-8 3.626 -8 8.1a.9 .9 0 0 0 .9 .9h14.2a.9 .9 0 0 0 .9 -.9z",key:"svg-0"}],["path",{d:"M10 12v7a2 2 0 1 0 4 0v-7",key:"svg-1"}]]),ZG=createReactComponent("music-bolt","IconMusicBolt",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v8",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-3"}]]),ZX=createReactComponent("music-cancel","IconMusicCancel",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v8",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M17 21l4 -4",key:"svg-4"}]]),ZK=createReactComponent("music-check","IconMusicCheck",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v9.5",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-3"}]]),ZY=createReactComponent("music-code","IconMusicCode",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v9",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-3"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-4"}]]),ZZ=createReactComponent("music-cog","IconMusicCog",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v7.5",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M19.001 15.5v1.5",key:"svg-4"}],["path",{d:"M19.001 21v1.5",key:"svg-5"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-6"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-7"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-8"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-9"}]]),ZQ=createReactComponent("music-discount","IconMusicDiscount",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v9",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M16 21l5 -5",key:"svg-3"}],["path",{d:"M21 21v.01",key:"svg-4"}],["path",{d:"M16 16v.01",key:"svg-5"}]]),ZJ=createReactComponent("music-dollar","IconMusicDollar",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v6",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-3"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-4"}]]),Z1=createReactComponent("music-down","IconMusicDown",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v8",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-4"}]]),Z0=createReactComponent("music-exclamation","IconMusicExclamation",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v8",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M19 16v3",key:"svg-3"}],["path",{d:"M19 22v.01",key:"svg-4"}]]),Z2=createReactComponent("music-heart","IconMusicHeart",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v7",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-3"}]]),Z3=createReactComponent("music-minus","IconMusicMinus",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v11",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}]]),Z5=createReactComponent("music-off","IconMusicOff",[["path",{d:"M6 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M14.42 14.45a3 3 0 1 0 4.138 4.119",key:"svg-1"}],["path",{d:"M9 17v-8m0 -4v-1h10v11",key:"svg-2"}],["path",{d:"M12 8h7",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),Z4=createReactComponent("music-pause","IconMusicPause",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v9",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M17 17v5",key:"svg-3"}],["path",{d:"M21 17v5",key:"svg-4"}]]),Z6=createReactComponent("music-pin","IconMusicPin",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v7",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-3"}],["path",{d:"M19 18v.01",key:"svg-4"}]]),Z9=createReactComponent("music-plus","IconMusicPlus",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v8",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),Z7=createReactComponent("music-question","IconMusicQuestion",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v7",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-4"}]]),Z8=createReactComponent("music-search","IconMusicSearch",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v7",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-4"}]]),Qe=createReactComponent("music-share","IconMusicShare",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v9",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M16 22l5 -5",key:"svg-3"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-4"}]]),Qt=createReactComponent("music-star","IconMusicStar",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v6",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-3"}]]),Qa=createReactComponent("music-up","IconMusicUp",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v8",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M19 22v-6",key:"svg-3"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-4"}]]),Qn=createReactComponent("music-x","IconMusicX",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M9 17v-13h10v9",key:"svg-1"}],["path",{d:"M9 8h10",key:"svg-2"}],["path",{d:"M22 22l-5 -5",key:"svg-3"}],["path",{d:"M17 22l5 -5",key:"svg-4"}]]),Qr=createReactComponent("music","IconMusic",[["path",{d:"M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M13 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}],["path",{d:"M9 17v-13h10v13",key:"svg-2"}],["path",{d:"M9 8h10",key:"svg-3"}]]),Qo=createReactComponent("navigation-bolt","IconNavigationBolt",[["path",{d:"M16.559 12.882l-4.559 -9.882l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.036 .351",key:"svg-0"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-1"}]]),Ql=createReactComponent("navigation-cancel","IconNavigationCancel",[["path",{d:"M16.371 12.476l-4.371 -9.476l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}]]),Qc=createReactComponent("navigation-check","IconNavigationCheck",[["path",{d:"M17.487 14.894l-5.487 -11.894l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l6.275 -2.127",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}]]),Qi=createReactComponent("navigation-code","IconNavigationCode",[["path",{d:"M16.653 13.086l-4.653 -10.086l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l6.246 -2.117",key:"svg-0"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-2"}]]),Qs=createReactComponent("navigation-cog","IconNavigationCog",[["path",{d:"M16.387 12.51l-4.387 -9.51l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463",key:"svg-0"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19.001 15.5v1.5",key:"svg-2"}],["path",{d:"M19.001 21v1.5",key:"svg-3"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-4"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-5"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-6"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-7"}]]),Qd=createReactComponent("navigation-discount","IconNavigationDiscount",[["path",{d:"M16.43 12.603l-4.43 -9.603l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.272 .431",key:"svg-0"}],["path",{d:"M16 21l5 -5",key:"svg-1"}],["path",{d:"M21 21v.01",key:"svg-2"}],["path",{d:"M16 16v.01",key:"svg-3"}]]),Qu=createReactComponent("navigation-dollar","IconNavigationDollar",[["path",{d:"M15.945 11.551l-3.945 -8.551l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.594 .54",key:"svg-0"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-1"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-2"}]]),Qp=createReactComponent("navigation-down","IconNavigationDown",[["path",{d:"M16.528 12.815l-4.528 -9.815l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}]]),Qh=createReactComponent("navigation-east","IconNavigationEast",[["path",{d:"M14 3h-4v6h4",key:"svg-0"}],["path",{d:"M10 6h2.5",key:"svg-1"}],["path",{d:"M16 21l-4 -8l-4 8l4 -2z",key:"svg-2"}]]),Qv=createReactComponent("navigation-exclamation","IconNavigationExclamation",[["path",{d:"M16.535 12.832l-4.535 -9.832l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463c1.38 .468 2.416 .82 3.107 1.053",key:"svg-0"}],["path",{d:"M19 16v3",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}]]),Qg=createReactComponent("navigation-filled","IconNavigationFilled",[["path",{d:"M11.092 2.581a1 1 0 0 1 1.754 -.116l.062 .116l8.005 17.365c.198 .566 .05 1.196 -.378 1.615a1.53 1.53 0 0 1 -1.459 .393l-7.077 -2.398l-6.899 2.338a1.535 1.535 0 0 1 -1.52 -.231l-.112 -.1c-.398 -.386 -.556 -.954 -.393 -1.556l.047 -.15l7.97 -17.276z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Qy=createReactComponent("navigation-heart","IconNavigationHeart",[["path",{d:"M15.721 11.067l-3.721 -8.067l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l5.614 -1.903",key:"svg-0"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-1"}]]),Qf=createReactComponent("navigation-minus","IconNavigationMinus",[["path",{d:"M17.5 15c-1.232 -2.67 -3.065 -6.67 -5.5 -12l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),Qm=createReactComponent("navigation-north","IconNavigationNorth",[["path",{d:"M16 21l-4 -8l-4 8l4 -2z",key:"svg-0"}],["path",{d:"M10 9v-6l4 6v-6",key:"svg-1"}]]),Qk=createReactComponent("navigation-off","IconNavigationOff",[["path",{d:"M16.28 12.28c-.95 -2.064 -2.377 -5.157 -4.28 -9.28c-.7 1.515 -1.223 2.652 -1.573 3.41m-1.27 2.75c-.882 1.913 -2.59 5.618 -5.127 11.115c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l7.265 2.463c.196 .077 .42 .032 .57 -.116a.548 .548 0 0 0 .134 -.572l-.26 -.563",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),QM=createReactComponent("navigation-pause","IconNavigationPause",[["path",{d:"M16.666 13.114l-4.666 -10.114l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.056 .358",key:"svg-0"}],["path",{d:"M17 17v5",key:"svg-1"}],["path",{d:"M21 17v5",key:"svg-2"}]]),Qb=createReactComponent("navigation-pin","IconNavigationPin",[["path",{d:"M16.002 11.676l-4.002 -8.676l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463",key:"svg-0"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-1"}],["path",{d:"M19 18v.01",key:"svg-2"}]]),QI=createReactComponent("navigation-plus","IconNavigationPlus",[["path",{d:"M16.573 12.914l-4.573 -9.914l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),QC=createReactComponent("navigation-question","IconNavigationQuestion",[["path",{d:"M16.081 11.847l-4.081 -8.847l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463c1.35 .458 2.362 .8 3.037 1.03",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),Qx=createReactComponent("navigation-search","IconNavigationSearch",[["path",{d:"M15.876 11.403l-3.876 -8.403l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l6.29 -2.132",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}]]),QR=createReactComponent("navigation-share","IconNavigationShare",[["path",{d:"M16.633 13.043l-4.633 -10.043l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l.955 .324",key:"svg-0"}],["path",{d:"M16 22l5 -5",key:"svg-1"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-2"}]]),QS=createReactComponent("navigation-south","IconNavigationSouth",[["path",{d:"M10 8.25c0 .414 .336 .75 .75 .75h2.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h2.25a.75 .75 0 0 1 .75 .75",key:"svg-0"}],["path",{d:"M16 21l-4 -8l-4 8l4 -2z",key:"svg-1"}]]),Q_=createReactComponent("navigation-star","IconNavigationStar",[["path",{d:"M15.574 10.747l-3.574 -7.747l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l5.454 -1.85",key:"svg-0"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}]]),Qw=createReactComponent("navigation-top","IconNavigationTop",[["path",{d:"M16.54 19.977a.34 .34 0 0 0 .357 -.07a.33 .33 0 0 0 .084 -.35l-4.981 -10.557l-4.982 10.557a.33 .33 0 0 0 .084 .35a.34 .34 0 0 0 .357 .07l4.541 -1.477l4.54 1.477z",key:"svg-0"}],["path",{d:"M12 3v2",key:"svg-1"}]]),QP=createReactComponent("navigation-up","IconNavigationUp",[["path",{d:"M16.54 12.843l-4.54 -9.843l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}]]),QO=createReactComponent("navigation-west","IconNavigationWest",[["path",{d:"M9 3l1 6l2 -3.75l2 3.75l1 -6",key:"svg-0"}],["path",{d:"M16 21l-4 -8l-4 8l4 -2z",key:"svg-1"}]]),QF=createReactComponent("navigation-x","IconNavigationX",[["path",{d:"M16.622 13.02l-4.622 -10.02l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.563 .53",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}]]),Qz=createReactComponent("navigation","IconNavigation",[["path",{d:"M12 18.5l7.265 2.463c.196 .077 .42 .032 .57 -.116a.548 .548 0 0 0 .134 -.572l-7.969 -17.275l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463",key:"svg-0"}]]),QD=createReactComponent("needle-thread","IconNeedleThread",[["path",{d:"M3 21c-.667 -.667 3.262 -6.236 11.785 -16.709a3.5 3.5 0 1 1 5.078 4.791c-10.575 8.612 -16.196 12.585 -16.863 11.918z",key:"svg-0"}],["path",{d:"M17.5 6.5l-1 1",key:"svg-1"}],["path",{d:"M17 7c-2.333 -2.667 -3.5 -4 -5 -4s-2 1 -2 2c0 4 8.161 8.406 6 11c-1.056 1.268 -3.363 1.285 -5.75 .808",key:"svg-2"}],["path",{d:"M5.739 15.425c-1.393 -.565 -3.739 -1.925 -3.739 -3.425",key:"svg-3"}],["path",{d:"M19.5 9.5l1.5 1.5",key:"svg-4"}]]),QA=createReactComponent("needle","IconNeedle",[["path",{d:"M3 21c-.667 -.667 3.262 -6.236 11.785 -16.709a3.5 3.5 0 1 1 5.078 4.791c-10.575 8.612 -16.196 12.585 -16.863 11.918z",key:"svg-0"}],["path",{d:"M17.5 6.5l-1 1",key:"svg-1"}]]),Qj=createReactComponent("network-off","IconNetworkOff",[["path",{d:"M6.528 6.536a6 6 0 0 0 7.942 7.933m2.247 -1.76a6 6 0 0 0 -8.427 -8.425",key:"svg-0"}],["path",{d:"M12 3c1.333 .333 2 2.333 2 6c0 .337 -.006 .66 -.017 .968m-.55 3.473c-.333 .884 -.81 1.403 -1.433 1.559",key:"svg-1"}],["path",{d:"M12 3c-.936 .234 -1.544 1.29 -1.822 3.167m-.16 3.838c.116 3.029 .776 4.695 1.982 4.995",key:"svg-2"}],["path",{d:"M6 9h3m4 0h5",key:"svg-3"}],["path",{d:"M3 20h7",key:"svg-4"}],["path",{d:"M14 20h7",key:"svg-5"}],["path",{d:"M10 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M12 15v3",key:"svg-7"}],["path",{d:"M3 3l18 18",key:"svg-8"}]]),QE=createReactComponent("network","IconNetwork",[["path",{d:"M6 9a6 6 0 1 0 12 0a6 6 0 0 0 -12 0",key:"svg-0"}],["path",{d:"M12 3c1.333 .333 2 2.333 2 6s-.667 5.667 -2 6",key:"svg-1"}],["path",{d:"M12 3c-1.333 .333 -2 2.333 -2 6s.667 5.667 2 6",key:"svg-2"}],["path",{d:"M6 9h12",key:"svg-3"}],["path",{d:"M3 20h7",key:"svg-4"}],["path",{d:"M14 20h7",key:"svg-5"}],["path",{d:"M10 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-6"}],["path",{d:"M12 15v3",key:"svg-7"}]]),QT=createReactComponent("new-section","IconNewSection",[["path",{d:"M9 12l6 0",key:"svg-0"}],["path",{d:"M12 9l0 6",key:"svg-1"}],["path",{d:"M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2m0 -5",key:"svg-2"}]]),QB=createReactComponent("news-off","IconNewsOff",[["path",{d:"M16 6h3a1 1 0 0 1 1 1v9m-.606 3.435a2 2 0 0 1 -3.394 -1.435v-2m0 -4v-7a1 1 0 0 0 -1 -1h-7m-3.735 .321a1 1 0 0 0 -.265 .679v12a3 3 0 0 0 3 3h11",key:"svg-0"}],["path",{d:"M8 12h4",key:"svg-1"}],["path",{d:"M8 16h4",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),QN=createReactComponent("news","IconNews",[["path",{d:"M16 6h3a1 1 0 0 1 1 1v11a2 2 0 0 1 -4 0v-13a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v12a3 3 0 0 0 3 3h11",key:"svg-0"}],["path",{d:"M8 8l4 0",key:"svg-1"}],["path",{d:"M8 12l4 0",key:"svg-2"}],["path",{d:"M8 16l4 0",key:"svg-3"}]]),Q$=createReactComponent("nfc-off","IconNfcOff",[["path",{d:"M11 20a3 3 0 0 1 -3 -3v-9",key:"svg-0"}],["path",{d:"M13 4a3 3 0 0 1 3 3v5m0 4v2l-5 -5",key:"svg-1"}],["path",{d:"M8 4h9a3 3 0 0 1 3 3v9m-.873 3.116a2.99 2.99 0 0 1 -2.127 .884h-10a3 3 0 0 1 -3 -3v-10c0 -.83 .337 -1.582 .882 -2.125",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),QL=createReactComponent("nfc","IconNfc",[["path",{d:"M11 20a3 3 0 0 1 -3 -3v-11l5 5",key:"svg-0"}],["path",{d:"M13 4a3 3 0 0 1 3 3v11l-5 -5",key:"svg-1"}],["path",{d:"M4 4m0 3a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3z",key:"svg-2"}]]),QW=createReactComponent("no-copyright","IconNoCopyright",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M14 9.75a3.016 3.016 0 0 0 -4.163 .173a2.993 2.993 0 0 0 0 4.154a3.016 3.016 0 0 0 4.163 .173",key:"svg-1"}],["path",{d:"M6 6l1.5 1.5",key:"svg-2"}],["path",{d:"M16.5 16.5l1.5 1.5",key:"svg-3"}]]),QH=createReactComponent("no-creative-commons","IconNoCreativeCommons",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116",key:"svg-1"}],["path",{d:"M16.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116",key:"svg-2"}],["path",{d:"M6 6l1.5 1.5",key:"svg-3"}],["path",{d:"M16.5 16.5l1.5 1.5",key:"svg-4"}]]),QV=createReactComponent("no-derivatives","IconNoDerivatives",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 10h6",key:"svg-1"}],["path",{d:"M9 14h6",key:"svg-2"}]]),Qq=createReactComponent("north-star","IconNorthStar",[["path",{d:"M3 12h18",key:"svg-0"}],["path",{d:"M12 21v-18",key:"svg-1"}],["path",{d:"M7.5 7.5l9 9",key:"svg-2"}],["path",{d:"M7.5 16.5l9 -9",key:"svg-3"}]]),QU=createReactComponent("note-off","IconNoteOff",[["path",{d:"M13 20l3.505 -3.505m2 -2l1.501 -1.501",key:"svg-0"}],["path",{d:"M17 13h3v-7a2 2 0 0 0 -2 -2h-10m-3.427 .6c-.355 .36 -.573 .853 -.573 1.4v12a2 2 0 0 0 2 2h7v-6c0 -.272 .109 -.519 .285 -.699",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),QG=createReactComponent("note","IconNote",[["path",{d:"M13 20l7 -7",key:"svg-0"}],["path",{d:"M13 20v-6a1 1 0 0 1 1 -1h6v-7a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7",key:"svg-1"}]]),QX=createReactComponent("notebook-off","IconNotebookOff",[["path",{d:"M8 4h9a2 2 0 0 1 2 2v9m-.179 3.828a2 2 0 0 1 -1.821 1.172h-11a1 1 0 0 1 -1 -1v-14m4 -1v1m0 4v13",key:"svg-0"}],["path",{d:"M13 8h2",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),QK=createReactComponent("notebook","IconNotebook",[["path",{d:"M6 4h11a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-11a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1m3 0v18",key:"svg-0"}],["path",{d:"M13 8l2 0",key:"svg-1"}],["path",{d:"M13 12l2 0",key:"svg-2"}]]),QY=createReactComponent("notes-off","IconNotesOff",[["path",{d:"M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14",key:"svg-0"}],["path",{d:"M11 7h4",key:"svg-1"}],["path",{d:"M9 11h2",key:"svg-2"}],["path",{d:"M9 15h4",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),QZ=createReactComponent("notes","IconNotes",[["path",{d:"M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 7l6 0",key:"svg-1"}],["path",{d:"M9 11l6 0",key:"svg-2"}],["path",{d:"M9 15l4 0",key:"svg-3"}]]),QQ=createReactComponent("notification-off","IconNotificationOff",[["path",{d:"M6.154 6.187a2 2 0 0 0 -1.154 1.813v9a2 2 0 0 0 2 2h9a2 2 0 0 0 1.811 -1.151",key:"svg-0"}],["path",{d:"M17 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),QJ=createReactComponent("notification","IconNotification",[["path",{d:"M10 6h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3",key:"svg-0"}],["path",{d:"M17 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}]]),Q1=createReactComponent("number-0-small","IconNumber0Small",[["path",{d:"M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z",key:"svg-0"}]]),Q0=createReactComponent("number-0","IconNumber0",[["path",{d:"M16 16v-8",key:"svg-0"}],["path",{d:"M12 20a4 4 0 0 0 4 -4v-8a4 4 0 1 0 -8 0v8a4 4 0 0 0 4 4z",key:"svg-1"}]]),Q2=createReactComponent("number-1-small","IconNumber1Small",[["path",{d:"M10 10l2 -2v8",key:"svg-0"}]]),Q3=createReactComponent("number-1","IconNumber1",[["path",{d:"M13 20v-16l-5 5",key:"svg-0"}]]),Q5=createReactComponent("number-10-small","IconNumber10Small",[["path",{d:"M7 10l2 -2v8",key:"svg-0"}],["path",{d:"M13 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z",key:"svg-1"}]]),Q4=createReactComponent("number-11-small","IconNumber11Small",[["path",{d:"M8 10l2 -2v8",key:"svg-0"}],["path",{d:"M14 10l2 -2v8",key:"svg-1"}]]),Q6=createReactComponent("number-12-small","IconNumber12Small",[["path",{d:"M7 10l2 -2v8",key:"svg-0"}],["path",{d:"M13 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),Q9=createReactComponent("number-13-small","IconNumber13Small",[["path",{d:"M7 10l2 -2v8",key:"svg-0"}],["path",{d:"M13 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5",key:"svg-1"}]]),Q7=createReactComponent("number-14-small","IconNumber14Small",[["path",{d:"M7 10l2 -2v8",key:"svg-0"}],["path",{d:"M13 8v3a1 1 0 0 0 1 1h3",key:"svg-1"}],["path",{d:"M17 8v8",key:"svg-2"}]]),Q8=createReactComponent("number-15-small","IconNumber15Small",[["path",{d:"M7 10l2 -2v8",key:"svg-0"}],["path",{d:"M13 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4",key:"svg-1"}]]),Je=createReactComponent("number-16-small","IconNumber16Small",[["path",{d:"M7 10l2 -2v8",key:"svg-0"}],["path",{d:"M17 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3",key:"svg-1"}]]),Jt=createReactComponent("number-17-small","IconNumber17Small",[["path",{d:"M7 10l2 -2v8",key:"svg-0"}],["path",{d:"M13 8h4l-2 8",key:"svg-1"}]]),Ja=createReactComponent("number-18-small","IconNumber18Small",[["path",{d:"M7 10l2 -2v8",key:"svg-0"}],["path",{d:"M15 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1",key:"svg-1"}]]),Jn=createReactComponent("number-19-small","IconNumber19Small",[["path",{d:"M7 10l2 -2v8",key:"svg-0"}],["path",{d:"M13 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),Jr=createReactComponent("number-2-small","IconNumber2Small",[["path",{d:"M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-0"}]]),Jo=createReactComponent("number-2","IconNumber2",[["path",{d:"M8 8a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 9.185h8",key:"svg-0"}]]),Jl=createReactComponent("number-20-small","IconNumber20Small",[["path",{d:"M14 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z",key:"svg-0"}],["path",{d:"M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),Jc=createReactComponent("number-21-small","IconNumber21Small",[["path",{d:"M15 10l2 -2v8",key:"svg-0"}],["path",{d:"M7 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),Ji=createReactComponent("number-22-small","IconNumber22Small",[["path",{d:"M14 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),Js=createReactComponent("number-23-small","IconNumber23Small",[["path",{d:"M13 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5",key:"svg-0"}],["path",{d:"M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),Jd=createReactComponent("number-24-small","IconNumber24Small",[["path",{d:"M14 8v3a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M18 8v8",key:"svg-1"}],["path",{d:"M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-2"}]]),Ju=createReactComponent("number-25-small","IconNumber25Small",[["path",{d:"M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4",key:"svg-0"}],["path",{d:"M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),Jp=createReactComponent("number-26-small","IconNumber26Small",[["path",{d:"M18 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3",key:"svg-0"}],["path",{d:"M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),Jh=createReactComponent("number-27-small","IconNumber27Small",[["path",{d:"M14 8h4l-2 8",key:"svg-0"}],["path",{d:"M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),Jv=createReactComponent("number-28-small","IconNumber28Small",[["path",{d:"M16 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1",key:"svg-0"}],["path",{d:"M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),Jg=createReactComponent("number-29-small","IconNumber29Small",[["path",{d:"M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),Jy=createReactComponent("number-3-small","IconNumber3Small",[["path",{d:"M10 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5",key:"svg-0"}]]),Jf=createReactComponent("number-3","IconNumber3",[["path",{d:"M12 12a4 4 0 1 0 -4 -4",key:"svg-0"}],["path",{d:"M8 16a4 4 0 1 0 4 -4",key:"svg-1"}]]),Jm=createReactComponent("number-4-small","IconNumber4Small",[["path",{d:"M10 8v3a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M14 8v8",key:"svg-1"}]]),Jk=createReactComponent("number-4","IconNumber4",[["path",{d:"M15 20v-15l-8 11h10",key:"svg-0"}]]),JM=createReactComponent("number-5-small","IconNumber5Small",[["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4",key:"svg-0"}]]),Jb=createReactComponent("number-5","IconNumber5",[["path",{d:"M8 20h4a4 4 0 1 0 0 -8h-4v-8h8",key:"svg-0"}]]),JI=createReactComponent("number-6-small","IconNumber6Small",[["path",{d:"M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3",key:"svg-0"}]]),JC=createReactComponent("number-6","IconNumber6",[["path",{d:"M8 16a4 4 0 1 0 8 0v-1a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M16 8a4 4 0 1 0 -8 0v8",key:"svg-1"}]]),Jx=createReactComponent("number-7-small","IconNumber7Small",[["path",{d:"M10 8h4l-2 8",key:"svg-0"}]]),JR=createReactComponent("number-7","IconNumber7",[["path",{d:"M8 4h8l-4 16",key:"svg-0"}]]),JS=createReactComponent("number-8-small","IconNumber8Small",[["path",{d:"M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1",key:"svg-0"}]]),J_=createReactComponent("number-8","IconNumber8",[["path",{d:"M12 8m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M12 16m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-1"}]]),Jw=createReactComponent("number-9-small","IconNumber9Small",[["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-0"}]]),JP=createReactComponent("number-9","IconNumber9",[["path",{d:"M16 8a4 4 0 1 0 -8 0v1a4 4 0 1 0 8 0",key:"svg-0"}],["path",{d:"M8 16a4 4 0 1 0 8 0v-8",key:"svg-1"}]]),JO=createReactComponent("number","IconNumber",[["path",{d:"M4 17v-10l7 10v-10",key:"svg-0"}],["path",{d:"M15 17h5",key:"svg-1"}],["path",{d:"M17.5 10m-2.5 0a2.5 3 0 1 0 5 0a2.5 3 0 1 0 -5 0",key:"svg-2"}]]),JF=createReactComponent("numbers","IconNumbers",[["path",{d:"M8 10v-7l-2 2",key:"svg-0"}],["path",{d:"M6 16a2 2 0 1 1 4 0c0 .591 -.601 1.46 -1 2l-3 3h4",key:"svg-1"}],["path",{d:"M15 14a2 2 0 1 0 2 -2a2 2 0 1 0 -2 -2",key:"svg-2"}],["path",{d:"M6.5 10h3",key:"svg-3"}]]),Jz=createReactComponent("nurse","IconNurse",[["path",{d:"M12 6c2.941 0 5.685 .847 8 2.31l-2 9.69h-12l-2 -9.691a14.93 14.93 0 0 1 8 -2.309z",key:"svg-0"}],["path",{d:"M10 12h4",key:"svg-1"}],["path",{d:"M12 10v4",key:"svg-2"}]]),JD=createReactComponent("nut","IconNut",[["path",{d:"M19 6.84a2.007 2.007 0 0 1 1 1.754v6.555c0 .728 -.394 1.4 -1.03 1.753l-6 3.844a1.995 1.995 0 0 1 -1.94 0l-6 -3.844a2.006 2.006 0 0 1 -1.03 -1.752v-6.557c0 -.728 .394 -1.399 1.03 -1.753l6 -3.582a2.049 2.049 0 0 1 2 0l6 3.582h-.03z",key:"svg-0"}],["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}]]),JA=createReactComponent("octagon-filled","IconOctagonFilled",[["path",{d:"M15.3 2h-6.6c-.562 0 -1.016 .201 -1.407 .593l-4.7 4.7a1.894 1.894 0 0 0 -.593 1.407v6.6c0 .562 .201 1.016 .593 1.407l4.7 4.7c.391 .392 .845 .593 1.407 .593h6.6c.562 0 1.016 -.201 1.407 -.593l4.7 -4.7c.392 -.391 .593 -.845 .593 -1.407v-6.6c0 -.562 -.201 -1.016 -.593 -1.407l-4.7 -4.7a1.894 1.894 0 0 0 -1.407 -.593z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),Jj=createReactComponent("octagon-minus-2","IconOctagonMinus2",[["path",{d:"M13.039 21.734l-.237 .101c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-.94 2.196",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),JE=createReactComponent("octagon-minus","IconOctagonMinus",[["path",{d:"M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z",key:"svg-0"}],["path",{d:"M9 12h6",key:"svg-1"}]]),JT=createReactComponent("octagon-off","IconOctagonOff",[["path",{d:"M19.027 19.002a2.03 2.03 0 0 1 -.65 .444l-5.575 2.39a2.04 2.04 0 0 1 -1.604 0l-5.575 -2.39a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.103 -.24 .25 -.457 .433 -.639m2.689 -1.31l3.522 -1.51a2.036 2.036 0 0 1 1.604 0l5.575 2.39c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-1.509 3.522",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),JB=createReactComponent("octagon-plus-2","IconOctagonPlus2",[["path",{d:"M13.023 21.74l-.221 .095c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-.081 .19",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),JN=createReactComponent("octagon-plus","IconOctagonPlus",[["path",{d:"M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z",key:"svg-0"}],["path",{d:"M9 12h6",key:"svg-1"}],["path",{d:"M12 9v6",key:"svg-2"}]]),J$=createReactComponent("octagon","IconOctagon",[["path",{d:"M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z",key:"svg-0"}]]),JL=createReactComponent("octahedron-off","IconOctahedronOff",[["path",{d:"M6.771 6.77l-4.475 4.527a.984 .984 0 0 0 0 1.407l8.845 8.949a1.234 1.234 0 0 0 1.718 -.001l4.36 -4.412m2.002 -2.025l2.483 -2.512a.984 .984 0 0 0 0 -1.407l-8.845 -8.948a1.233 1.233 0 0 0 -1.718 0l-2.375 2.403",key:"svg-0"}],["path",{d:"M2 12c.004 .086 .103 .178 .296 .246l8.845 2.632c.459 .163 1.259 .163 1.718 0l1.544 -.46m3.094 -.92l4.207 -1.252c.195 -.07 .294 -.156 .296 -.243",key:"svg-1"}],["path",{d:"M12 2.12v5.88m0 4v9.88",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),JW=createReactComponent("octahedron-plus","IconOctahedronPlus",[["path",{d:"M21.498 12.911l.206 -.208a.984 .984 0 0 0 0 -1.407l-8.845 -8.948a1.233 1.233 0 0 0 -1.718 0l-8.845 8.949a.984 .984 0 0 0 0 1.407l8.845 8.949a1.234 1.234 0 0 0 1.718 -.001l.08 -.081",key:"svg-0"}],["path",{d:"M2 12c.004 .086 .103 .178 .296 .246l8.845 2.632c.459 .163 1.259 .163 1.718 0l2.634 -.784m5.41 -1.61l.801 -.238c.195 -.07 .294 -.156 .296 -.243",key:"svg-1"}],["path",{d:"M12 2.12v19.76",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),JH=createReactComponent("octahedron","IconOctahedron",[["path",{d:"M12.859 21.652l8.845 -8.949a.984 .984 0 0 0 0 -1.407l-8.845 -8.948a1.233 1.233 0 0 0 -1.718 0l-8.845 8.949a.984 .984 0 0 0 0 1.407l8.845 8.949a1.234 1.234 0 0 0 1.718 -.001z",key:"svg-0"}],["path",{d:"M2 12c.004 .086 .103 .178 .296 .246l8.845 2.632c.459 .163 1.259 .163 1.718 0l8.845 -2.632c.195 -.07 .294 -.156 .296 -.243",key:"svg-1"}],["path",{d:"M12 2.12v19.76",key:"svg-2"}]]),JV=createReactComponent("old","IconOld",[["path",{d:"M11 21l-1 -4l-2 -3v-6",key:"svg-0"}],["path",{d:"M5 14l-1 -3l4 -3l3 2l3 .5",key:"svg-1"}],["path",{d:"M8 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M7 17l-2 4",key:"svg-3"}],["path",{d:"M16 21v-8.5a1.5 1.5 0 0 1 3 0v.5",key:"svg-4"}]]),Jq=createReactComponent("olympics-off","IconOlympicsOff",[["path",{d:"M6 6a3 3 0 1 0 3 3",key:"svg-0"}],["path",{d:"M18 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M9 9a3 3 0 0 0 3 3m2.566 -1.445a3 3 0 0 0 -4.135 -4.113",key:"svg-2"}],["path",{d:"M9 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M12.878 12.88a3 3 0 0 0 4.239 4.247m.586 -3.431a3.012 3.012 0 0 0 -1.43 -1.414",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),JU=createReactComponent("olympics","IconOlympics",[["path",{d:"M6 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M18 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M12 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M9 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M15 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-4"}]]),JG=createReactComponent("om","IconOm",[["path",{d:"M7 12c2.21 0 4 -1.567 4 -3.5s-1.79 -3.5 -4 -3.5c-1.594 0 -2.97 .816 -3.613 2",key:"svg-0"}],["path",{d:"M3.423 14.483a4.944 4.944 0 0 0 -.423 2.017c0 2.485 1.79 4.5 4 4.5s4 -2.015 4 -4.5s-1.79 -4.5 -4 -4.5",key:"svg-1"}],["path",{d:"M14.071 17.01c.327 2.277 1.739 3.99 3.429 3.99c1.933 0 3.5 -2.239 3.5 -5s-1.567 -5 -3.5 -5c-.96 0 -1.868 .606 -2.5 1.5c-.717 1.049 -1.76 1.7 -2.936 1.7c-.92 0 -1.766 -.406 -2.434 -1.087",key:"svg-2"}],["path",{d:"M17 3l2 2",key:"svg-3"}],["path",{d:"M12 3c1.667 3.667 4.667 5.333 9 5",key:"svg-4"}]]),JX=createReactComponent("omega","IconOmega",[["path",{d:"M4 19h5v-1a7.35 7.35 0 1 1 6 0v1h5",key:"svg-0"}]]),JK=createReactComponent("outbound","IconOutbound",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 15l6 -6",key:"svg-1"}],["path",{d:"M11 9h4v4",key:"svg-2"}]]),JY=createReactComponent("outlet","IconOutlet",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["circle",{cx:"9",cy:"12",r:".5",fill:"currentColor",key:"svg-1"}],["circle",{cx:"15",cy:"12",r:".5",fill:"currentColor",key:"svg-2"}]]),JZ=createReactComponent("oval-filled","IconOvalFilled",[["path",{d:"M12 2c3.972 0 7 4.542 7 10s-3.028 10 -7 10c-3.9 0 -6.89 -4.379 -6.997 -9.703l-.003 -.297l.003 -.297c.107 -5.323 3.097 -9.703 6.997 -9.703z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),JQ=createReactComponent("oval-vertical-filled","IconOvalVerticalFilled",[["path",{d:"M12 5c-5.457 0 -10 3.028 -10 7s4.543 7 10 7s10 -3.028 10 -7s-4.543 -7 -10 -7z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),JJ=createReactComponent("oval-vertical","IconOvalVertical",[["path",{d:"M3 12c0 -3.314 4.03 -6 9 -6s9 2.686 9 6s-4.03 6 -9 6s-9 -2.686 -9 -6z",key:"svg-0"}]]),J1=createReactComponent("oval","IconOval",[["path",{d:"M12 12m-6 0a6 9 0 1 0 12 0a6 9 0 1 0 -12 0",key:"svg-0"}]]),J0=createReactComponent("overline","IconOverline",[["path",{d:"M7 9v5a5 5 0 0 0 10 0v-5",key:"svg-0"}],["path",{d:"M5 5h14",key:"svg-1"}]]),J2=createReactComponent("package-export","IconPackageExport",[["path",{d:"M12 21l-8 -4.5v-9l8 -4.5l8 4.5v4.5",key:"svg-0"}],["path",{d:"M12 12l8 -4.5",key:"svg-1"}],["path",{d:"M12 12v9",key:"svg-2"}],["path",{d:"M12 12l-8 -4.5",key:"svg-3"}],["path",{d:"M15 18h7",key:"svg-4"}],["path",{d:"M19 15l3 3l-3 3",key:"svg-5"}]]),J3=createReactComponent("package-import","IconPackageImport",[["path",{d:"M12 21l-8 -4.5v-9l8 -4.5l8 4.5v4.5",key:"svg-0"}],["path",{d:"M12 12l8 -4.5",key:"svg-1"}],["path",{d:"M12 12v9",key:"svg-2"}],["path",{d:"M12 12l-8 -4.5",key:"svg-3"}],["path",{d:"M22 18h-7",key:"svg-4"}],["path",{d:"M18 15l-3 3l3 3",key:"svg-5"}]]),J5=createReactComponent("package-off","IconPackageOff",[["path",{d:"M8.812 4.793l3.188 -1.793l8 4.5v8.5m-2.282 1.784l-5.718 3.216l-8 -4.5v-9l2.223 -1.25",key:"svg-0"}],["path",{d:"M14.543 10.57l5.457 -3.07",key:"svg-1"}],["path",{d:"M12 12v9",key:"svg-2"}],["path",{d:"M12 12l-8 -4.5",key:"svg-3"}],["path",{d:"M16 5.25l-4.35 2.447m-2.564 1.442l-1.086 .611",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),J4=createReactComponent("package","IconPackage",[["path",{d:"M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5",key:"svg-0"}],["path",{d:"M12 12l8 -4.5",key:"svg-1"}],["path",{d:"M12 12l0 9",key:"svg-2"}],["path",{d:"M12 12l-8 -4.5",key:"svg-3"}],["path",{d:"M16 5.25l-8 4.5",key:"svg-4"}]]),J6=createReactComponent("packages","IconPackages",[["path",{d:"M7 16.5l-5 -3l5 -3l5 3v5.5l-5 3z",key:"svg-0"}],["path",{d:"M2 13.5v5.5l5 3",key:"svg-1"}],["path",{d:"M7 16.545l5 -3.03",key:"svg-2"}],["path",{d:"M17 16.5l-5 -3l5 -3l5 3v5.5l-5 3z",key:"svg-3"}],["path",{d:"M12 19l5 3",key:"svg-4"}],["path",{d:"M17 16.5l5 -3",key:"svg-5"}],["path",{d:"M12 13.5v-5.5l-5 -3l5 -3l5 3v5.5",key:"svg-6"}],["path",{d:"M7 5.03v5.455",key:"svg-7"}],["path",{d:"M12 8l5 -3",key:"svg-8"}]]),J9=createReactComponent("pacman","IconPacman",[["path",{d:"M5.636 5.636a9 9 0 0 1 13.397 .747l-5.619 5.617l5.619 5.617a9 9 0 1 1 -13.397 -11.981z",key:"svg-0"}],["circle",{cx:"11.5",cy:"7.5",r:"1",fill:"currentColor",key:"svg-1"}]]),J7=createReactComponent("page-break","IconPageBreak",[["path",{d:"M14 3v4a1 1 0 0 0 1 1h4",key:"svg-0"}],["path",{d:"M19 18v1a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-1",key:"svg-1"}],["path",{d:"M3 14h3m4.5 0h3m4.5 0h3",key:"svg-2"}],["path",{d:"M5 10v-5a2 2 0 0 1 2 -2h7l5 5v2",key:"svg-3"}]]),J8=createReactComponent("paint-filled","IconPaintFilled",[["path",{d:"M17 2a3 3 0 0 1 2.995 2.824l.005 .176a3 3 0 0 1 3 3a6 6 0 0 1 -5.775 5.996l-.225 .004h-4l.15 .005a2 2 0 0 1 1.844 1.838l.006 .157v4a2 2 0 0 1 -1.85 1.995l-.15 .005h-2a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-4a2 2 0 0 1 1.85 -1.995l.15 -.005v-1a1 1 0 0 1 .883 -.993l.117 -.007h5a4 4 0 0 0 4 -4a1 1 0 0 0 -.883 -.993l-.117 -.007l-.005 .176a3 3 0 0 1 -2.819 2.819l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-2a3 3 0 0 1 2.824 -2.995l.176 -.005h10z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eee=createReactComponent("paint-off","IconPaintOff",[["path",{d:"M7 3h10a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-4m-4 0h-2a2 2 0 0 1 -2 -2v-2",key:"svg-0"}],["path",{d:"M19 6h1a2 2 0 0 1 2 2a5 5 0 0 1 -5 5m-4 0h-1v2",key:"svg-1"}],["path",{d:"M10 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eet=createReactComponent("paint","IconPaint",[["path",{d:"M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M19 6h1a2 2 0 0 1 2 2a5 5 0 0 1 -5 5l-5 0v2",key:"svg-1"}],["path",{d:"M10 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-2"}]]),eea=createReactComponent("palette-off","IconPaletteOff",[["path",{d:"M15 15h-1a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25a9 9 0 0 1 -6.372 -15.356",key:"svg-0"}],["path",{d:"M8 4c1.236 -.623 2.569 -1 4 -1c4.97 0 9 3.582 9 8c0 1.06 -.474 2.078 -1.318 2.828a4.516 4.516 0 0 1 -1.127 .73",key:"svg-1"}],["path",{d:"M8.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M12.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M16.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),een=createReactComponent("palette","IconPalette",[["path",{d:"M12 21a9 9 0 0 1 0 -18c4.97 0 9 3.582 9 8c0 1.06 -.474 2.078 -1.318 2.828c-.844 .75 -1.989 1.172 -3.182 1.172h-2.5a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25",key:"svg-0"}],["path",{d:"M8.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M12.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M16.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}]]),eer=createReactComponent("panorama-horizontal-off","IconPanoramaHorizontalOff",[["path",{d:"M10.95 6.952c2.901 .15 5.803 -.323 8.705 -1.42a1 1 0 0 1 1.345 .934v10.534m-3.212 .806c-4.483 -1.281 -8.966 -1.074 -13.449 .622a.993 .993 0 0 1 -1.339 -.935v-11.027a1 1 0 0 1 1.338 -.935c.588 .221 1.176 .418 1.764 .59",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),eeo=createReactComponent("panorama-horizontal","IconPanoramaHorizontal",[["path",{d:"M4.338 5.53c5.106 1.932 10.211 1.932 15.317 0a1 1 0 0 1 1.345 .934v11c0 .692 -.692 1.2 -1.34 .962c-5.107 -1.932 -10.214 -1.932 -15.321 0c-.648 .246 -1.339 -.242 -1.339 -.935v-11.027a1 1 0 0 1 1.338 -.935z",key:"svg-0"}]]),eel=createReactComponent("panorama-vertical-off","IconPanoramaVerticalOff",[["path",{d:"M7 3h10.53c.693 0 1.18 .691 .935 1.338c-1.098 2.898 -1.573 5.795 -1.425 8.692m.828 4.847c.172 .592 .37 1.185 .595 1.778a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.697 -4.486 1.903 -8.973 .619 -13.46",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),eec=createReactComponent("panorama-vertical","IconPanoramaVertical",[["path",{d:"M18.463 4.338c-1.932 5.106 -1.932 10.211 0 15.317a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.932 -5.107 1.932 -10.214 0 -15.321c-.246 -.648 .243 -1.339 .935 -1.339h11.028c.693 0 1.18 .691 .935 1.338z",key:"svg-0"}]]),eei=createReactComponent("paper-bag-off","IconPaperBagOff",[["path",{d:"M7.158 3.185c.256 -.119 .542 -.185 .842 -.185h8a2 2 0 0 1 2 2v1.82a5 5 0 0 0 .528 2.236l.944 1.888a5 5 0 0 1 .528 2.236v2.82m-.177 3.824a2 2 0 0 1 -1.823 1.176h-12a2 2 0 0 1 -2 -2v-5.82a5 5 0 0 1 .528 -2.236l1.472 -2.944v-2",key:"svg-0"}],["path",{d:"M13.185 13.173a2 2 0 1 0 2.64 2.647",key:"svg-1"}],["path",{d:"M6 21a2 2 0 0 0 2 -2v-5.82a5 5 0 0 0 -.528 -2.236l-1.472 -2.944",key:"svg-2"}],["path",{d:"M11 7h2",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),ees=createReactComponent("paper-bag","IconPaperBag",[["path",{d:"M8 3h8a2 2 0 0 1 2 2v1.82a5 5 0 0 0 .528 2.236l.944 1.888a5 5 0 0 1 .528 2.236v5.82a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-5.82a5 5 0 0 1 .528 -2.236l1.472 -2.944v-3a2 2 0 0 1 2 -2z",key:"svg-0"}],["path",{d:"M14 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M6 21a2 2 0 0 0 2 -2v-5.82a5 5 0 0 0 -.528 -2.236l-1.472 -2.944",key:"svg-2"}],["path",{d:"M11 7h2",key:"svg-3"}]]),eed=createReactComponent("paperclip","IconPaperclip",[["path",{d:"M15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3l6.5 -6.5a3 3 0 0 0 -6 -6l-6.5 6.5a4.5 4.5 0 0 0 9 9l6.5 -6.5",key:"svg-0"}]]),eeu=createReactComponent("parachute-off","IconParachuteOff",[["path",{d:"M22 12c0 -5.523 -4.477 -10 -10 -10c-1.737 0 -3.37 .443 -4.794 1.222m-2.28 1.71a9.969 9.969 0 0 0 -2.926 7.068",key:"svg-0"}],["path",{d:"M22 12c0 -1.66 -1.46 -3 -3.25 -3c-1.63 0 -2.973 1.099 -3.212 2.54m-.097 -.09c-.23 -1.067 -1.12 -1.935 -2.29 -2.284m-3.445 .568c-.739 .55 -1.206 1.36 -1.206 2.266c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3",key:"svg-1"}],["path",{d:"M2 12l10 10l-3.5 -10",key:"svg-2"}],["path",{d:"M14.582 14.624l-2.582 7.376l4.992 -4.992m2.014 -2.014l3 -3",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),eep=createReactComponent("parachute","IconParachute",[["path",{d:"M22 12a10 10 0 1 0 -20 0",key:"svg-0"}],["path",{d:"M22 12c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3c0 -1.66 -1.57 -3 -3.5 -3s-3.5 1.34 -3.5 3c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3",key:"svg-1"}],["path",{d:"M2 12l10 10l-3.5 -10",key:"svg-2"}],["path",{d:"M15.5 12l-3.5 10l10 -10",key:"svg-3"}]]),eeh=createReactComponent("parentheses-off","IconParenthesesOff",[["path",{d:"M5.743 5.745a12.253 12.253 0 0 0 1.257 14.255",key:"svg-0"}],["path",{d:"M17 4a12.25 12.25 0 0 1 2.474 11.467m-1.22 2.794a12.291 12.291 0 0 1 -1.254 1.739",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),eev=createReactComponent("parentheses","IconParentheses",[["path",{d:"M7 4a12.25 12.25 0 0 0 0 16",key:"svg-0"}],["path",{d:"M17 4a12.25 12.25 0 0 1 0 16",key:"svg-1"}]]),eeg=createReactComponent("parking-off","IconParkingOff",[["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.582 3.41c-.362 .365 -.864 .59 -1.418 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.056 .59 -1.418",key:"svg-0"}],["path",{d:"M9 16v-7m3 -1h1a2 2 0 0 1 1.817 2.836m-2.817 1.164h-3",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),eey=createReactComponent("parking","IconParking",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 16v-8h4a2 2 0 0 1 0 4h-4",key:"svg-1"}]]),eef=createReactComponent("password-fingerprint","IconPasswordFingerprint",[["path",{d:"M17 8c.788 1 1 2 1 3v1",key:"svg-0"}],["path",{d:"M9 11c0 -1.578 1.343 -3 3 -3s3 1.422 3 3v2",key:"svg-1"}],["path",{d:"M12 11v2",key:"svg-2"}],["path",{d:"M6 12v-1.397c-.006 -1.999 1.136 -3.849 2.993 -4.85a6.385 6.385 0 0 1 6.007 -.005",key:"svg-3"}],["path",{d:"M12 17v4",key:"svg-4"}],["path",{d:"M10 20l4 -2",key:"svg-5"}],["path",{d:"M10 18l4 2",key:"svg-6"}],["path",{d:"M5 17v4",key:"svg-7"}],["path",{d:"M3 20l4 -2",key:"svg-8"}],["path",{d:"M3 18l4 2",key:"svg-9"}],["path",{d:"M19 17v4",key:"svg-10"}],["path",{d:"M17 20l4 -2",key:"svg-11"}],["path",{d:"M17 18l4 2",key:"svg-12"}]]),eem=createReactComponent("password-mobile-phone","IconPasswordMobilePhone",[["path",{d:"M12 17v4",key:"svg-0"}],["path",{d:"M10 20l4 -2",key:"svg-1"}],["path",{d:"M10 18l4 2",key:"svg-2"}],["path",{d:"M5 17v4",key:"svg-3"}],["path",{d:"M3 20l4 -2",key:"svg-4"}],["path",{d:"M3 18l4 2",key:"svg-5"}],["path",{d:"M19 17v4",key:"svg-6"}],["path",{d:"M17 20l4 -2",key:"svg-7"}],["path",{d:"M17 18l4 2",key:"svg-8"}],["path",{d:"M7 14v-8a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v8",key:"svg-9"}],["path",{d:"M11 5h2",key:"svg-10"}],["path",{d:"M12 17v.01",key:"svg-11"}]]),eek=createReactComponent("password-user","IconPasswordUser",[["path",{d:"M12 17v4",key:"svg-0"}],["path",{d:"M10 20l4 -2",key:"svg-1"}],["path",{d:"M10 18l4 2",key:"svg-2"}],["path",{d:"M5 17v4",key:"svg-3"}],["path",{d:"M3 20l4 -2",key:"svg-4"}],["path",{d:"M3 18l4 2",key:"svg-5"}],["path",{d:"M19 17v4",key:"svg-6"}],["path",{d:"M17 20l4 -2",key:"svg-7"}],["path",{d:"M17 18l4 2",key:"svg-8"}],["path",{d:"M9 6a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-9"}],["path",{d:"M7 14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2",key:"svg-10"}]]),eeM=createReactComponent("password","IconPassword",[["path",{d:"M12 10v4",key:"svg-0"}],["path",{d:"M10 13l4 -2",key:"svg-1"}],["path",{d:"M10 11l4 2",key:"svg-2"}],["path",{d:"M5 10v4",key:"svg-3"}],["path",{d:"M3 13l4 -2",key:"svg-4"}],["path",{d:"M3 11l4 2",key:"svg-5"}],["path",{d:"M19 10v4",key:"svg-6"}],["path",{d:"M17 13l4 -2",key:"svg-7"}],["path",{d:"M17 11l4 2",key:"svg-8"}]]),eeb=createReactComponent("paw-filled","IconPawFilled",[["path",{d:"M12 10c-1.32 0 -1.983 .421 -2.931 1.924l-.244 .398l-.395 .688a50.89 50.89 0 0 0 -.141 .254c-.24 .434 -.571 .753 -1.139 1.142l-.55 .365c-.94 .627 -1.432 1.118 -1.707 1.955c-.124 .338 -.196 .853 -.193 1.28c0 1.687 1.198 2.994 2.8 2.994l.242 -.006c.119 -.006 .234 -.017 .354 -.034l.248 -.043l.132 -.028l.291 -.073l.162 -.045l.57 -.17l.763 -.243l.455 -.136c.53 -.15 .94 -.222 1.283 -.222c.344 0 .753 .073 1.283 .222l.455 .136l.764 .242l.569 .171l.312 .084c.097 .024 .187 .045 .273 .062l.248 .043c.12 .017 .235 .028 .354 .034l.242 .006c1.602 0 2.8 -1.307 2.8 -3c0 -.427 -.073 -.939 -.207 -1.306c-.236 -.724 -.677 -1.223 -1.48 -1.83l-.257 -.19l-.528 -.38c-.642 -.47 -1.003 -.826 -1.253 -1.278l-.27 -.485l-.252 -.432c-1.011 -1.696 -1.618 -2.099 -3.053 -2.099z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M19.78 7h-.03c-1.219 .02 -2.35 1.066 -2.908 2.504c-.69 1.775 -.348 3.72 1.075 4.333c.256 .109 .527 .163 .801 .163c1.231 0 2.38 -1.053 2.943 -2.504c.686 -1.774 .34 -3.72 -1.076 -4.332a2.05 2.05 0 0 0 -.804 -.164z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M9.025 3c-.112 0 -.185 .002 -.27 .015l-.093 .016c-1.532 .206 -2.397 1.989 -2.108 3.855c.272 1.725 1.462 3.114 2.92 3.114l.187 -.005a1.26 1.26 0 0 0 .084 -.01l.092 -.016c1.533 -.206 2.397 -1.989 2.108 -3.855c-.27 -1.727 -1.46 -3.114 -2.92 -3.114z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M14.972 3c-1.459 0 -2.647 1.388 -2.916 3.113c-.29 1.867 .574 3.65 2.174 3.867c.103 .013 .2 .02 .296 .02c1.39 0 2.543 -1.265 2.877 -2.883l.041 -.23c.29 -1.867 -.574 -3.65 -2.174 -3.867a2.154 2.154 0 0 0 -.298 -.02z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M4.217 7c-.274 0 -.544 .054 -.797 .161c-1.426 .615 -1.767 2.562 -1.078 4.335c.563 1.451 1.71 2.504 2.941 2.504c.274 0 .544 -.054 .797 -.161c1.426 -.615 1.767 -2.562 1.078 -4.335c-.563 -1.451 -1.71 -2.504 -2.941 -2.504z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}]]),eeI=createReactComponent("paw-off","IconPawOff",[["path",{d:"M11.168 11.154c-.71 .31 -1.184 1.107 -2 2.593c-.942 1.703 -2.846 1.845 -3.321 3.291c-.097 .265 -.145 .677 -.143 .962c0 1.176 .787 2 1.8 2c1.259 0 3 -1 4.5 -1s3.241 1 4.5 1c.927 0 1.664 -.689 1.783 -1.708",key:"svg-0"}],["path",{d:"M20.188 8.082a1.039 1.039 0 0 0 -.406 -.082h-.015c-.735 .012 -1.56 .75 -1.993 1.866c-.519 1.335 -.28 2.7 .538 3.052c.129 .055 .267 .082 .406 .082c.739 0 1.575 -.742 2.011 -1.866c.516 -1.335 .273 -2.7 -.54 -3.052h0z",key:"svg-1"}],["path",{d:"M11 6.992a3.608 3.608 0 0 0 -.04 -.725c-.203 -1.297 -1.047 -2.267 -1.932 -2.267a1.237 1.237 0 0 0 -.758 .265",key:"svg-2"}],["path",{d:"M16.456 6.733c.214 -1.376 -.375 -2.594 -1.32 -2.722a1.164 1.164 0 0 0 -.162 -.011c-.885 0 -1.728 .97 -1.93 2.267c-.214 1.376 .375 2.594 1.32 2.722c.054 .007 .108 .011 .162 .011c.885 0 1.73 -.974 1.93 -2.267z",key:"svg-3"}],["path",{d:"M5.69 12.918c.816 -.352 1.054 -1.719 .536 -3.052c-.436 -1.124 -1.271 -1.866 -2.009 -1.866c-.14 0 -.277 .027 -.407 .082c-.816 .352 -1.054 1.719 -.536 3.052c.436 1.124 1.271 1.866 2.009 1.866c.14 0 .277 -.027 .407 -.082z",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),eeC=createReactComponent("paw","IconPaw",[["path",{d:"M14.7 13.5c-1.1 -2 -1.441 -2.5 -2.7 -2.5c-1.259 0 -1.736 .755 -2.836 2.747c-.942 1.703 -2.846 1.845 -3.321 3.291c-.097 .265 -.145 .677 -.143 .962c0 1.176 .787 2 1.8 2c1.259 0 3 -1 4.5 -1s3.241 1 4.5 1c1.013 0 1.8 -.823 1.8 -2c0 -.285 -.049 -.697 -.146 -.962c-.475 -1.451 -2.512 -1.835 -3.454 -3.538z",key:"svg-0"}],["path",{d:"M20.188 8.082a1.039 1.039 0 0 0 -.406 -.082h-.015c-.735 .012 -1.56 .75 -1.993 1.866c-.519 1.335 -.28 2.7 .538 3.052c.129 .055 .267 .082 .406 .082c.739 0 1.575 -.742 2.011 -1.866c.516 -1.335 .273 -2.7 -.54 -3.052z",key:"svg-1"}],["path",{d:"M9.474 9c.055 0 .109 0 .163 -.011c.944 -.128 1.533 -1.346 1.32 -2.722c-.203 -1.297 -1.047 -2.267 -1.932 -2.267c-.055 0 -.109 0 -.163 .011c-.944 .128 -1.533 1.346 -1.32 2.722c.204 1.293 1.048 2.267 1.933 2.267z",key:"svg-2"}],["path",{d:"M16.456 6.733c.214 -1.376 -.375 -2.594 -1.32 -2.722a1.164 1.164 0 0 0 -.162 -.011c-.885 0 -1.728 .97 -1.93 2.267c-.214 1.376 .375 2.594 1.32 2.722c.054 .007 .108 .011 .162 .011c.885 0 1.73 -.974 1.93 -2.267z",key:"svg-3"}],["path",{d:"M5.69 12.918c.816 -.352 1.054 -1.719 .536 -3.052c-.436 -1.124 -1.271 -1.866 -2.009 -1.866c-.14 0 -.277 .027 -.407 .082c-.816 .352 -1.054 1.719 -.536 3.052c.436 1.124 1.271 1.866 2.009 1.866c.14 0 .277 -.027 .407 -.082z",key:"svg-4"}]]),eex=createReactComponent("pdf","IconPdf",[["path",{d:"M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z",key:"svg-0"}],["path",{d:"M3 12h2a2 2 0 1 0 0 -4h-2v8",key:"svg-1"}],["path",{d:"M17 12h3",key:"svg-2"}],["path",{d:"M21 8h-4v8",key:"svg-3"}]]),eeR=createReactComponent("peace","IconPeace",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 3l0 18",key:"svg-1"}],["path",{d:"M12 12l6.3 6.3",key:"svg-2"}],["path",{d:"M12 12l-6.3 6.3",key:"svg-3"}]]),eeS=createReactComponent("pencil-bolt","IconPencilBolt",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-2"}]]),ee_=createReactComponent("pencil-cancel","IconPencilCancel",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M17 21l4 -4",key:"svg-3"}]]),eew=createReactComponent("pencil-check","IconPencilCheck",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-2"}]]),eeP=createReactComponent("pencil-code","IconPencilCode",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-3"}]]),eeO=createReactComponent("pencil-cog","IconPencilCog",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19.001 15.5v1.5",key:"svg-3"}],["path",{d:"M19.001 21v1.5",key:"svg-4"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-5"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-6"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-7"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-8"}]]),eeF=createReactComponent("pencil-discount","IconPencilDiscount",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M16 21l5 -5",key:"svg-2"}],["path",{d:"M21 21v.01",key:"svg-3"}],["path",{d:"M16 16v.01",key:"svg-4"}]]),eez=createReactComponent("pencil-dollar","IconPencilDollar",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-3"}]]),eeD=createReactComponent("pencil-down","IconPencilDown",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-3"}]]),eeA=createReactComponent("pencil-exclamation","IconPencilExclamation",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),eej=createReactComponent("pencil-heart","IconPencilHeart",[["path",{d:"M17 11l1.5 -1.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4l2 -2",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}]]),eeE=createReactComponent("pencil-minus","IconPencilMinus",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}]]),eeT=createReactComponent("pencil-off","IconPencilOff",[["path",{d:"M10 10l-6 6v4h4l6 -6m1.99 -1.99l2.504 -2.504a2.828 2.828 0 1 0 -4 -4l-2.5 2.5",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),eeB=createReactComponent("pencil-pause","IconPencilPause",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M17 17v5",key:"svg-2"}],["path",{d:"M21 17v5",key:"svg-3"}]]),eeN=createReactComponent("pencil-pin","IconPencilPin",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}]]),ee$=createReactComponent("pencil-plus","IconPencilPlus",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}]]),eeL=createReactComponent("pencil-question","IconPencilQuestion",[["path",{d:"M8 20l6 -6l3 -3l1.5 -1.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4z",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-3"}]]),eeW=createReactComponent("pencil-search","IconPencilSearch",[["path",{d:"M17 11l1.5 -1.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4l3 -3",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),eeH=createReactComponent("pencil-share","IconPencilShare",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}]]),eeV=createReactComponent("pencil-star","IconPencilStar",[["path",{d:"M17.5 10.5l1 -1a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4l2 -2",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),eeq=createReactComponent("pencil-up","IconPencilUp",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M19 22v-6",key:"svg-2"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-3"}]]),eeU=createReactComponent("pencil-x","IconPencilX",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}],["path",{d:"M22 22l-5 -5",key:"svg-2"}],["path",{d:"M17 22l5 -5",key:"svg-3"}]]),eeG=createReactComponent("pencil","IconPencil",[["path",{d:"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4",key:"svg-0"}],["path",{d:"M13.5 6.5l4 4",key:"svg-1"}]]),eeX=createReactComponent("pennant-2-filled","IconPennant2Filled",[["path",{d:"M14 2a1 1 0 0 1 .993 .883l.007 .117v17h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-7.351l-8.406 -3.735c-.752 -.335 -.79 -1.365 -.113 -1.77l.113 -.058l8.406 -3.736v-.35a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eeK=createReactComponent("pennant-2","IconPennant2",[["path",{d:"M16 21h-4",key:"svg-0"}],["path",{d:"M14 21v-18",key:"svg-1"}],["path",{d:"M14 4l-9 4l9 4",key:"svg-2"}]]),eeY=createReactComponent("pennant-filled","IconPennantFilled",[["path",{d:"M10 2a1 1 0 0 1 .993 .883l.007 .117v.35l8.406 3.736c.752 .335 .79 1.365 .113 1.77l-.113 .058l-8.406 3.735v7.351h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-17a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eeZ=createReactComponent("pennant-off","IconPennantOff",[["path",{d:"M8 21h4",key:"svg-0"}],["path",{d:"M10 21v-11m0 -4v-3",key:"svg-1"}],["path",{d:"M10 4l9 4l-4.858 2.16m-2.764 1.227l-1.378 .613",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eeQ=createReactComponent("pennant","IconPennant",[["path",{d:"M8 21l4 0",key:"svg-0"}],["path",{d:"M10 21l0 -18",key:"svg-1"}],["path",{d:"M10 4l9 4l-9 4",key:"svg-2"}]]),eeJ=createReactComponent("pentagon-filled","IconPentagonFilled",[["path",{d:"M10.205 2.6l-6.96 5.238a3 3 0 0 0 -1.045 3.338l2.896 8.765a3 3 0 0 0 2.85 2.059h8.12a3 3 0 0 0 2.841 -2.037l2.973 -8.764a3 3 0 0 0 -1.05 -3.37l-7.033 -5.237l-.091 -.061l-.018 -.01l-.106 -.07a3 3 0 0 0 -3.377 .148z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ee1=createReactComponent("pentagon-number-0","IconPentagonNumber0",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}],["path",{d:"M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z",key:"svg-1"}]]),ee0=createReactComponent("pentagon-number-1","IconPentagonNumber1",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}],["path",{d:"M10 10l2 -2v8",key:"svg-1"}]]),ee2=createReactComponent("pentagon-number-2","IconPentagonNumber2",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}],["path",{d:"M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),ee3=createReactComponent("pentagon-number-3","IconPentagonNumber3",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}],["path",{d:"M10 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5",key:"svg-1"}]]),ee5=createReactComponent("pentagon-number-4","IconPentagonNumber4",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}],["path",{d:"M10 8v3a1 1 0 0 0 1 1h3",key:"svg-1"}],["path",{d:"M14 8v8",key:"svg-2"}]]),ee4=createReactComponent("pentagon-number-5","IconPentagonNumber5",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}],["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4",key:"svg-1"}]]),ee6=createReactComponent("pentagon-number-6","IconPentagonNumber6",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}],["path",{d:"M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3",key:"svg-1"}]]),ee9=createReactComponent("pentagon-number-7","IconPentagonNumber7",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}],["path",{d:"M10 8h4l-2 8",key:"svg-1"}]]),ee7=createReactComponent("pentagon-number-8","IconPentagonNumber8",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}],["path",{d:"M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1",key:"svg-1"}]]),ee8=createReactComponent("pentagon-number-9","IconPentagonNumber9",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}],["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),ete=createReactComponent("pentagon-off","IconPentagonOff",[["path",{d:"M8.133 4.133l2.704 -1.965a1.978 1.978 0 0 1 2.326 0l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-1.887 5.808m-.981 3.02l-.196 .602a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l2.994 -2.176",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),ett=createReactComponent("pentagon-plus","IconPentagonPlus",[["path",{d:"M12.5 21.005h-5.458a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-.78 2.401",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),eta=createReactComponent("pentagon-x","IconPentagonX",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}],["path",{d:"M14 14l-4 -4",key:"svg-1"}],["path",{d:"M10 14l4 -4",key:"svg-2"}]]),etn=createReactComponent("pentagon","IconPentagon",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}]]),etr=createReactComponent("pentagram","IconPentagram",[["path",{d:"M5.636 5.636a9 9 0 1 1 12.728 12.728a9 9 0 0 1 -12.728 -12.728z",key:"svg-0"}],["path",{d:"M15.236 11l5.264 4h-6.5l-2 6l-2 -6h-6.5l5.276 -4l-2.056 -6.28l5.28 3.78l5.28 -3.78z",key:"svg-1"}]]),eto=createReactComponent("pepper-off","IconPepperOff",[["path",{d:"M12.59 12.59c-.77 1.418 -2.535 2.41 -4.59 2.41c-2.761 0 -5 -1.79 -5 -4a8 8 0 0 0 13.643 5.67m1.64 -2.357a7.97 7.97 0 0 0 .717 -3.313a3 3 0 0 0 -5.545 -1.59",key:"svg-0"}],["path",{d:"M16 8c0 -2 2 -4 4 -4",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),etl=createReactComponent("pepper","IconPepper",[["path",{d:"M13 11c0 2.21 -2.239 4 -5 4s-5 -1.79 -5 -4a8 8 0 1 0 16 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M16 8c0 -2 2 -4 4 -4",key:"svg-1"}]]),etc=createReactComponent("percentage","IconPercentage",[["path",{d:"M17 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M7 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M6 18l12 -12",key:"svg-2"}]]),eti=createReactComponent("perfume","IconPerfume",[["path",{d:"M10 6v3",key:"svg-0"}],["path",{d:"M14 6v3",key:"svg-1"}],["path",{d:"M5 9m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-2"}],["path",{d:"M12 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M9 3h6v3h-6z",key:"svg-4"}]]),ets=createReactComponent("perspective-off","IconPerspectiveOff",[["path",{d:"M8.511 4.502l9.63 1.375a1 1 0 0 1 .859 .99v8.133m-.859 3.123l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 .01 -.137",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),etd=createReactComponent("perspective","IconPerspective",[["path",{d:"M6.141 4.163l12 1.714a1 1 0 0 1 .859 .99v10.266a1 1 0 0 1 -.859 .99l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 1.141 -.99z",key:"svg-0"}]]),etu=createReactComponent("phone-call","IconPhoneCall",[["path",{d:"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M15 7a2 2 0 0 1 2 2",key:"svg-1"}],["path",{d:"M15 3a6 6 0 0 1 6 6",key:"svg-2"}]]),etp=createReactComponent("phone-calling","IconPhoneCalling",[["path",{d:"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M15 7l0 .01",key:"svg-1"}],["path",{d:"M18 7l0 .01",key:"svg-2"}],["path",{d:"M21 7l0 .01",key:"svg-3"}]]),eth=createReactComponent("phone-check","IconPhoneCheck",[["path",{d:"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M15 6l2 2l4 -4",key:"svg-1"}]]),etv=createReactComponent("phone-filled","IconPhoneFilled",[["path",{d:"M9 3a1 1 0 0 1 .877 .519l.051 .11l2 5a1 1 0 0 1 -.313 1.16l-.1 .068l-1.674 1.004l.063 .103a10 10 0 0 0 3.132 3.132l.102 .062l1.005 -1.672a1 1 0 0 1 1.113 -.453l.115 .039l5 2a1 1 0 0 1 .622 .807l.007 .121v4c0 1.657 -1.343 3 -3.06 2.998c-8.579 -.521 -15.418 -7.36 -15.94 -15.998a3 3 0 0 1 2.824 -2.995l.176 -.005h4z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),etg=createReactComponent("phone-incoming","IconPhoneIncoming",[["path",{d:"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M15 9l5 -5",key:"svg-1"}],["path",{d:"M15 5l0 4l4 0",key:"svg-2"}]]),ety=createReactComponent("phone-off","IconPhoneOff",[["path",{d:"M3 21l18 -18",key:"svg-0"}],["path",{d:"M5.831 14.161a15.946 15.946 0 0 1 -2.831 -8.161a2 2 0 0 1 2 -2h4l2 5l-2.5 1.5c.108 .22 .223 .435 .345 .645m1.751 2.277c.843 .84 1.822 1.544 2.904 2.078l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a15.963 15.963 0 0 1 -10.344 -4.657",key:"svg-1"}]]),etf=createReactComponent("phone-outgoing","IconPhoneOutgoing",[["path",{d:"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M15 9l5 -5",key:"svg-1"}],["path",{d:"M16 4l4 0l0 4",key:"svg-2"}]]),etm=createReactComponent("phone-pause","IconPhonePause",[["path",{d:"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M20 3l0 4",key:"svg-1"}],["path",{d:"M16 3l0 4",key:"svg-2"}]]),etk=createReactComponent("phone-plus","IconPhonePlus",[["path",{d:"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M15 6h6m-3 -3v6",key:"svg-1"}]]),etM=createReactComponent("phone-x","IconPhoneX",[["path",{d:"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2",key:"svg-0"}],["path",{d:"M16 4l4 4m0 -4l-4 4",key:"svg-1"}]]),etb=createReactComponent("phone","IconPhone",[["path",{d:"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2",key:"svg-0"}]]),etI=createReactComponent("photo-ai","IconPhotoAi",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M10 21h-4a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l1 1",key:"svg-2"}],["path",{d:"M14 21v-4a2 2 0 1 1 4 0v4",key:"svg-3"}],["path",{d:"M14 19h4",key:"svg-4"}],["path",{d:"M21 15v6",key:"svg-5"}]]),etC=createReactComponent("photo-bolt","IconPhotoBolt",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M13.5 21h-7.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4",key:"svg-2"}],["path",{d:"M14 14l1 -1c.669 -.643 1.45 -.823 2.18 -.54",key:"svg-3"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-4"}]]),etx=createReactComponent("photo-cancel","IconPhotoCancel",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3",key:"svg-2"}],["path",{d:"M14 14l1 -1c.616 -.593 1.328 -.792 2.008 -.598",key:"svg-3"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-4"}],["path",{d:"M17 21l4 -4",key:"svg-5"}]]),etR=createReactComponent("photo-check","IconPhotoCheck",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4",key:"svg-2"}],["path",{d:"M14 14l1 -1c.928 -.893 2.072 -.893 3 0l.5 .5",key:"svg-3"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-4"}]]),etS=createReactComponent("photo-circle-minus","IconPhotoCircleMinus",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M20.475 15.035a9 9 0 0 0 -8.475 -12.035a9 9 0 0 0 -9 9a9 9 0 0 0 9.525 8.985",key:"svg-1"}],["path",{d:"M4 15l4 -4c.928 -.893 2.072 -.893 3 0l4 4",key:"svg-2"}],["path",{d:"M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}]]),et_=createReactComponent("photo-circle-plus","IconPhotoCirclePlus",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M20.964 12.806a9 9 0 0 0 -8.964 -9.806a9 9 0 0 0 -9 9a9 9 0 0 0 9.397 8.991",key:"svg-1"}],["path",{d:"M4 15l4 -4c.928 -.893 2.072 -.893 3 0l4 4",key:"svg-2"}],["path",{d:"M14 14l1 -1c.928 -.893 2.072 -.893 3 0",key:"svg-3"}],["path",{d:"M16 19.33h6",key:"svg-4"}],["path",{d:"M19 16.33v6",key:"svg-5"}]]),etw=createReactComponent("photo-circle","IconPhotoCircle",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M4 15l4 -4c.928 -.893 2.072 -.893 3 0l5 5",key:"svg-1"}],["path",{d:"M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2",key:"svg-2"}],["path",{d:"M3 12a9 9 0 0 0 9 9a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9",key:"svg-3"}]]),etP=createReactComponent("photo-code","IconPhotoCode",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3",key:"svg-2"}],["path",{d:"M14 14l1 -1c.928 -.893 2.072 -.893 3 0",key:"svg-3"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-4"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-5"}]]),etO=createReactComponent("photo-cog","IconPhotoCog",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M12 21h-6a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3",key:"svg-2"}],["path",{d:"M14 14l1 -1c.48 -.461 1.016 -.684 1.551 -.67",key:"svg-3"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}],["path",{d:"M19.001 15.5v1.5",key:"svg-5"}],["path",{d:"M19.001 21v1.5",key:"svg-6"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-7"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-8"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-9"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-10"}]]),etF=createReactComponent("photo-dollar","IconPhotoDollar",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2.5 2.5",key:"svg-2"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-3"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-4"}]]),etz=createReactComponent("photo-down","IconPhotoDown",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4",key:"svg-2"}],["path",{d:"M14 14l1 -1c.653 -.629 1.413 -.815 2.13 -.559",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-5"}]]),etD=createReactComponent("photo-edit","IconPhotoEdit",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M11 20h-4a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v4",key:"svg-1"}],["path",{d:"M4 15l4 -4c.928 -.893 2.072 -.893 3 0l3 3",key:"svg-2"}],["path",{d:"M14 14l1 -1c.31 -.298 .644 -.497 .987 -.596",key:"svg-3"}],["path",{d:"M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z",key:"svg-4"}]]),etA=createReactComponent("photo-exclamation","IconPhotoExclamation",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M15 21h-9a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4",key:"svg-2"}],["path",{d:"M14 14l1 -1c.665 -.64 1.44 -.821 2.167 -.545",key:"svg-3"}],["path",{d:"M19 16v3",key:"svg-4"}],["path",{d:"M19 22v.01",key:"svg-5"}]]),etj=createReactComponent("photo-filled","IconPhotoFilled",[["path",{d:"M8.813 11.612c.457 -.38 .918 -.38 1.386 .011l.108 .098l4.986 4.986l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.292 -1.293l.292 -.293l.106 -.095c.457 -.38 .918 -.38 1.386 .011l.108 .098l4.674 4.675a4 4 0 0 1 -3.775 3.599l-.206 .005h-12a4 4 0 0 1 -3.98 -3.603l6.687 -6.69l.106 -.095zm9.187 -9.612a4 4 0 0 1 3.995 3.8l.005 .2v9.585l-3.293 -3.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-.307 .306l-2.293 -2.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-5.307 5.306v-9.585a4 4 0 0 1 3.8 -3.995l.2 -.005h12zm-2.99 5l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),etE=createReactComponent("photo-heart","IconPhotoHeart",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l1.5 1.5",key:"svg-2"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-3"}]]),etT=createReactComponent("photo-hexagon","IconPhotoHexagon",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-1"}],["path",{d:"M3.5 15.5l4.5 -4.5c.928 -.893 2.072 -.893 3 0l5 5",key:"svg-2"}],["path",{d:"M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2.5 2.5",key:"svg-3"}]]),etB=createReactComponent("photo-minus","IconPhotoMinus",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v9",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4",key:"svg-2"}],["path",{d:"M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}]]),etN=createReactComponent("photo-off","IconPhotoOff",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M7 3h11a3 3 0 0 1 3 3v11m-.856 3.099a2.991 2.991 0 0 1 -2.144 .901h-12a3 3 0 0 1 -3 -3v-12c0 -.845 .349 -1.608 .91 -2.153",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5",key:"svg-2"}],["path",{d:"M16.33 12.338c.574 -.054 1.155 .166 1.67 .662l3 3",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),et$=createReactComponent("photo-pause","IconPhotoPause",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3",key:"svg-2"}],["path",{d:"M14 14l1 -1c.928 -.893 2.072 -.893 3 0",key:"svg-3"}],["path",{d:"M17 17v5",key:"svg-4"}],["path",{d:"M21 17v5",key:"svg-5"}]]),etL=createReactComponent("photo-pentagon","IconPhotoPentagon",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}],["path",{d:"M15 8h.01",key:"svg-1"}],["path",{d:"M4 15l4 -4c.928 -.893 2.072 -.893 3 0l5 5",key:"svg-2"}],["path",{d:"M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2",key:"svg-3"}]]),etW=createReactComponent("photo-pin","IconPhotoPin",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2.5 2.5",key:"svg-2"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-3"}],["path",{d:"M19 18v.01",key:"svg-4"}]]),etH=createReactComponent("photo-plus","IconPhotoPlus",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4",key:"svg-2"}],["path",{d:"M14 14l1 -1c.67 -.644 1.45 -.824 2.182 -.54",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}],["path",{d:"M19 16v6",key:"svg-5"}]]),etV=createReactComponent("photo-question","IconPhotoQuestion",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M15 21h-9a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-4"}]]),etq=createReactComponent("photo-scan","IconPhotoScan",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M6 13l2.644 -2.644a1.21 1.21 0 0 1 1.712 0l3.644 3.644",key:"svg-1"}],["path",{d:"M13 13l1.644 -1.644a1.21 1.21 0 0 1 1.712 0l1.644 1.644",key:"svg-2"}],["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-3"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-4"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-5"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-6"}]]),etU=createReactComponent("photo-search","IconPhotoSearch",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2 2",key:"svg-4"}]]),etG=createReactComponent("photo-sensor-2","IconPhotoSensor2",[["path",{d:"M17 5h2a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-2",key:"svg-0"}],["path",{d:"M7 19h-2a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",key:"svg-1"}],["path",{d:"M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-2"}]]),etX=createReactComponent("photo-sensor-3","IconPhotoSensor3",[["path",{d:"M17 4h1a2 2 0 0 1 2 2v1",key:"svg-0"}],["path",{d:"M20 17v1a2 2 0 0 1 -2 2h-1",key:"svg-1"}],["path",{d:"M7 20h-1a2 2 0 0 1 -2 -2v-1",key:"svg-2"}],["path",{d:"M4 7v-1a2 2 0 0 1 2 -2h1",key:"svg-3"}],["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-4"}],["path",{d:"M12 18v2",key:"svg-5"}],["path",{d:"M4 12h2",key:"svg-6"}],["path",{d:"M12 4v2",key:"svg-7"}],["path",{d:"M20 12h-2",key:"svg-8"}]]),etK=createReactComponent("photo-sensor","IconPhotoSensor",[["path",{d:"M17 5h2a2 2 0 0 1 2 2v2",key:"svg-0"}],["path",{d:"M21 15v2a2 2 0 0 1 -2 2h-2",key:"svg-1"}],["path",{d:"M7 19h-2a2 2 0 0 1 -2 -2v-2",key:"svg-2"}],["path",{d:"M3 9v-2a2 2 0 0 1 2 -2h2",key:"svg-3"}],["path",{d:"M7 9m0 1a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1z",key:"svg-4"}]]),etY=createReactComponent("photo-share","IconPhotoShare",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M12 21h-6a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3",key:"svg-2"}],["path",{d:"M14 14l1 -1c.928 -.893 2.072 -.893 3 0",key:"svg-3"}],["path",{d:"M16 22l5 -5",key:"svg-4"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-5"}]]),etZ=createReactComponent("photo-shield","IconPhotoShield",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M11.5 20h-4.5a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v4",key:"svg-1"}],["path",{d:"M4 15l4 -4c.928 -.893 2.072 -.893 3 0l1.5 1.5",key:"svg-2"}],["path",{d:"M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5z",key:"svg-3"}]]),etQ=createReactComponent("photo-square-rounded","IconPhotoSquareRounded",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}],["path",{d:"M3.5 15.5l4.5 -4.5c.928 -.893 2.072 -.893 3 0l5 5",key:"svg-2"}],["path",{d:"M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2.5 2.5",key:"svg-3"}]]),etJ=createReactComponent("photo-star","IconPhotoStar",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M11 21h-5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2 2",key:"svg-2"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-3"}]]),et1=createReactComponent("photo-up","IconPhotoUp",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3.5 3.5",key:"svg-2"}],["path",{d:"M14 14l1 -1c.679 -.653 1.473 -.829 2.214 -.526",key:"svg-3"}],["path",{d:"M19 22v-6",key:"svg-4"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-5"}]]),et0=createReactComponent("photo-video","IconPhotoVideo",[["path",{d:"M9 15h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3",key:"svg-0"}],["path",{d:"M9 9m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z",key:"svg-1"}],["path",{d:"M3 12l2.296 -2.296a2.41 2.41 0 0 1 3.408 0l.296 .296",key:"svg-2"}],["path",{d:"M14 13.5v3l2.5 -1.5z",key:"svg-3"}],["path",{d:"M7 6v.01",key:"svg-4"}]]),et2=createReactComponent("photo-x","IconPhotoX",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3",key:"svg-2"}],["path",{d:"M14 14l1 -1c.928 -.893 2.072 -.893 3 0",key:"svg-3"}],["path",{d:"M22 22l-5 -5",key:"svg-4"}],["path",{d:"M17 22l5 -5",key:"svg-5"}]]),et3=createReactComponent("photo","IconPhoto",[["path",{d:"M15 8h.01",key:"svg-0"}],["path",{d:"M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12z",key:"svg-1"}],["path",{d:"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5",key:"svg-2"}],["path",{d:"M14 14l1 -1c.928 -.893 2.072 -.893 3 0l3 3",key:"svg-3"}]]),et5=createReactComponent("physotherapist","IconPhysotherapist",[["path",{d:"M9 15l-1 -3l4 -2l4 1h3.5",key:"svg-0"}],["path",{d:"M4 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M12 6m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M12 17v-7",key:"svg-3"}],["path",{d:"M8 20h7l1 -4l4 -2",key:"svg-4"}],["path",{d:"M18 20h3",key:"svg-5"}]]),et4=createReactComponent("piano","IconPiano",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 19v-6",key:"svg-1"}],["path",{d:"M8 5v8h2v-8",key:"svg-2"}],["path",{d:"M15 19v-6",key:"svg-3"}],["path",{d:"M14 5v8h2v-8",key:"svg-4"}]]),et6=createReactComponent("pick","IconPick",[["path",{d:"M13 8l-9.383 9.418a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l9.407 -9.385",key:"svg-0"}],["path",{d:"M9 3h4.586a1 1 0 0 1 .707 .293l6.414 6.414a1 1 0 0 1 .293 .707v4.586a2 2 0 1 1 -4 0v-3l-5 -5h-3a2 2 0 1 1 0 -4z",key:"svg-1"}]]),et9=createReactComponent("picture-in-picture-off","IconPictureInPictureOff",[["path",{d:"M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M14 14m0 1a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M7 9l4 4",key:"svg-2"}],["path",{d:"M7 12v-3h3",key:"svg-3"}]]),et7=createReactComponent("picture-in-picture-on","IconPictureInPictureOn",[["path",{d:"M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M14 14m0 1a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M7 9l4 4",key:"svg-2"}],["path",{d:"M8 13h3v-3",key:"svg-3"}]]),et8=createReactComponent("picture-in-picture-top","IconPictureInPictureTop",[["path",{d:"M11 5h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-4",key:"svg-0"}],["path",{d:"M15 10h5a1 1 0 0 0 1 -1v-3a1 1 0 0 0 -1 -1h-5a1 1 0 0 0 -1 1v3a1 1 0 0 0 1 1z",key:"svg-1"}]]),eae=createReactComponent("picture-in-picture","IconPictureInPicture",[["path",{d:"M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4",key:"svg-0"}],["path",{d:"M14 14m0 1a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1z",key:"svg-1"}]]),eat=createReactComponent("pig-money","IconPigMoney",[["path",{d:"M15 11v.01",key:"svg-0"}],["path",{d:"M5.173 8.378a3 3 0 1 1 4.656 -1.377",key:"svg-1"}],["path",{d:"M16 4v3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342c-.336 .95 -.907 1.8 -1.658 2.473v2.027a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l0 -.027a6 6 0 0 1 4 -10.473h2.5l4.5 -3h0z",key:"svg-2"}]]),eaa=createReactComponent("pig-off","IconPigOff",[["path",{d:"M15 11v.01",key:"svg-0"}],["path",{d:"M10 6h1.499l4.5 -3l0 3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342c-.057 .16 -.12 .318 -.19 .472m-1.467 2.528v1.5a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l0 -.027a6 6 0 0 1 1.5 -9.928",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),ean=createReactComponent("pig","IconPig",[["path",{d:"M15 11v.01",key:"svg-0"}],["path",{d:"M16 3l0 3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342a6.008 6.008 0 0 1 -1.658 2.473v2.027a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l0 -.027a6 6 0 0 1 4 -10.473h2.5l4.5 -3z",key:"svg-1"}]]),ear=createReactComponent("pilcrow","IconPilcrow",[["path",{d:"M13 4v16",key:"svg-0"}],["path",{d:"M17 4v16",key:"svg-1"}],["path",{d:"M19 4h-9.5a4.5 4.5 0 0 0 0 9h3.5",key:"svg-2"}]]),eao=createReactComponent("pill-off","IconPillOff",[["path",{d:"M10.495 6.505l2 -2a4.95 4.95 0 0 1 7 7l-2 2m-2 2l-4 4a4.95 4.95 0 0 1 -7 -7l4 -4",key:"svg-0"}],["path",{d:"M8.5 8.5l7 7",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),eal=createReactComponent("pill","IconPill",[["path",{d:"M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7",key:"svg-0"}],["path",{d:"M8.5 8.5l7 7",key:"svg-1"}]]),eac=createReactComponent("pills","IconPills",[["path",{d:"M8 8m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M17 17m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-1"}],["path",{d:"M4.5 4.5l7 7",key:"svg-2"}],["path",{d:"M19.5 14.5l-5 5",key:"svg-3"}]]),eai=createReactComponent("pin-filled","IconPinFilled",[["path",{d:"M15.113 3.21l.094 .083l5.5 5.5a1 1 0 0 1 -1.175 1.59l-3.172 3.171l-1.424 3.797a1 1 0 0 1 -.158 .277l-.07 .08l-1.5 1.5a1 1 0 0 1 -1.32 .082l-.095 -.083l-2.793 -2.792l-3.793 3.792a1 1 0 0 1 -1.497 -1.32l.083 -.094l3.792 -3.793l-2.792 -2.793a1 1 0 0 1 -.083 -1.32l.083 -.094l1.5 -1.5a1 1 0 0 1 .258 -.187l.098 -.042l3.796 -1.425l3.171 -3.17a1 1 0 0 1 1.497 -1.26z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eas=createReactComponent("pin","IconPin",[["path",{d:"M15 4.5l-4 4l-4 1.5l-1.5 1.5l7 7l1.5 -1.5l1.5 -4l4 -4",key:"svg-0"}],["path",{d:"M9 15l-4.5 4.5",key:"svg-1"}],["path",{d:"M14.5 4l5.5 5.5",key:"svg-2"}]]),ead=createReactComponent("ping-pong","IconPingPong",[["path",{d:"M12.718 20.713a7.64 7.64 0 0 1 -7.48 -12.755l.72 -.72a7.643 7.643 0 0 1 9.105 -1.283l2.387 -2.345a2.08 2.08 0 0 1 3.057 2.815l-.116 .126l-2.346 2.387a7.644 7.644 0 0 1 -1.052 8.864",key:"svg-0"}],["path",{d:"M14 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M9.3 5.3l9.4 9.4",key:"svg-2"}]]),eau=createReactComponent("pinned-filled","IconPinnedFilled",[["path",{d:"M16 3a1 1 0 0 1 .117 1.993l-.117 .007v4.764l1.894 3.789a1 1 0 0 1 .1 .331l.006 .116v2a1 1 0 0 1 -.883 .993l-.117 .007h-4v4a1 1 0 0 1 -1.993 .117l-.007 -.117v-4h-4a1 1 0 0 1 -.993 -.883l-.007 -.117v-2a1 1 0 0 1 .06 -.34l.046 -.107l1.894 -3.791v-4.762a1 1 0 0 1 -.117 -1.993l.117 -.007h8z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eap=createReactComponent("pinned-off","IconPinnedOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M15 4.5l-3.249 3.249m-2.57 1.433l-2.181 .818l-1.5 1.5l7 7l1.5 -1.5l.82 -2.186m1.43 -2.563l3.25 -3.251",key:"svg-1"}],["path",{d:"M9 15l-4.5 4.5",key:"svg-2"}],["path",{d:"M14.5 4l5.5 5.5",key:"svg-3"}]]),eah=createReactComponent("pinned","IconPinned",[["path",{d:"M9 4v6l-2 4v2h10v-2l-2 -4v-6",key:"svg-0"}],["path",{d:"M12 16l0 5",key:"svg-1"}],["path",{d:"M8 4l8 0",key:"svg-2"}]]),eav=createReactComponent("pizza-off","IconPizzaOff",[["path",{d:"M10.313 6.277l1.687 -3.277l5.34 10.376m2.477 6.463a19.093 19.093 0 0 1 -7.817 1.661c-3.04 0 -5.952 -.714 -8.5 -1.983l5.434 -10.559",key:"svg-0"}],["path",{d:"M5.38 15.866a14.94 14.94 0 0 0 6.815 1.634c1.56 0 3.105 -.24 4.582 -.713",key:"svg-1"}],["path",{d:"M11 14v-.01",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eag=createReactComponent("pizza","IconPizza",[["path",{d:"M12 21.5c-3.04 0 -5.952 -.714 -8.5 -1.983l8.5 -16.517l8.5 16.517a19.09 19.09 0 0 1 -8.5 1.983z",key:"svg-0"}],["path",{d:"M5.38 15.866a14.94 14.94 0 0 0 6.815 1.634a14.944 14.944 0 0 0 6.502 -1.479",key:"svg-1"}],["path",{d:"M13 11.01v-.01",key:"svg-2"}],["path",{d:"M11 14v-.01",key:"svg-3"}]]),eay=createReactComponent("placeholder","IconPlaceholder",[["path",{d:"M10 20.415a8 8 0 1 0 3 -15.415h-3",key:"svg-0"}],["path",{d:"M13 8l-3 -3l3 -3",key:"svg-1"}],["path",{d:"M7 17l4 -4l-4 -4l-4 4z",key:"svg-2"}]]),eaf=createReactComponent("plane-arrival","IconPlaneArrival",[["path",{d:"M15.157 11.81l4.83 1.295a2 2 0 1 1 -1.036 3.863l-14.489 -3.882l-1.345 -6.572l2.898 .776l1.414 2.45l2.898 .776l-.12 -7.279l2.898 .777l2.052 7.797z",key:"svg-0"}],["path",{d:"M3 21h18",key:"svg-1"}]]),eam=createReactComponent("plane-departure","IconPlaneDeparture",[["path",{d:"M14.639 10.258l4.83 -1.294a2 2 0 1 1 1.035 3.863l-14.489 3.883l-4.45 -5.02l2.897 -.776l2.45 1.414l2.897 -.776l-3.743 -6.244l2.898 -.777l5.675 5.727z",key:"svg-0"}],["path",{d:"M3 21h18",key:"svg-1"}]]),eak=createReactComponent("plane-inflight","IconPlaneInflight",[["path",{d:"M15 11.085h5a2 2 0 1 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3l4 7z",key:"svg-0"}],["path",{d:"M3 21h18",key:"svg-1"}]]),eaM=createReactComponent("plane-off","IconPlaneOff",[["path",{d:"M9.788 5.758l-.788 -2.758h3l4 7h4a2 2 0 1 1 0 4h-2m-2.718 1.256l-3.282 5.744h-3l2 -7h-4l-2 2h-3l2 -4l-2 -4h3l2 2h3",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),eab=createReactComponent("plane-tilt","IconPlaneTilt",[["path",{d:"M14.5 6.5l3 -2.9a2.05 2.05 0 0 1 2.9 2.9l-2.9 3l2.5 7.5l-2.5 2.55l-3.5 -6.55l-3 3v3l-2 2l-1.5 -4.5l-4.5 -1.5l2 -2h3l3 -3l-6.5 -3.5l2.5 -2.5l7.5 2.5z",key:"svg-0"}]]),eaI=createReactComponent("plane","IconPlane",[["path",{d:"M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2 -4l-2 -4h3l2 2h4l-2 -7h3z",key:"svg-0"}]]),eaC=createReactComponent("planet-off","IconPlanetOff",[["path",{d:"M18.816 13.58c1.956 1.825 3.157 3.449 3.184 4.445m-3.428 .593c-2.098 -.634 -4.944 -2.03 -7.919 -3.976c-5.47 -3.579 -9.304 -7.664 -8.56 -9.123c.32 -.628 1.591 -.6 3.294 -.113",key:"svg-0"}],["path",{d:"M7.042 7.059a7 7 0 0 0 9.908 9.89m1.581 -2.425a7 7 0 0 0 -9.057 -9.054",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),eax=createReactComponent("planet","IconPlanet",[["path",{d:"M18.816 13.58c2.292 2.138 3.546 4 3.092 4.9c-.745 1.46 -5.783 -.259 -11.255 -3.838c-5.47 -3.579 -9.304 -7.664 -8.56 -9.123c.464 -.91 2.926 -.444 5.803 .805",key:"svg-0"}],["path",{d:"M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-1"}]]),eaR=createReactComponent("plant-2-off","IconPlant2Off",[["path",{d:"M2 9c0 5.523 4.477 10 10 10a9.953 9.953 0 0 0 5.418 -1.593m2.137 -1.855a9.961 9.961 0 0 0 2.445 -6.552",key:"svg-0"}],["path",{d:"M12 19c0 -1.988 .58 -3.84 1.58 -5.397m1.878 -2.167a9.961 9.961 0 0 1 6.542 -2.436",key:"svg-1"}],["path",{d:"M2 9a10 10 0 0 1 10 10",key:"svg-2"}],["path",{d:"M12 4a9.7 9.7 0 0 1 3 7.013",key:"svg-3"}],["path",{d:"M9.01 11.5a9.696 9.696 0 0 1 .163 -2.318m1.082 -2.942a9.696 9.696 0 0 1 1.745 -2.24",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),eaS=createReactComponent("plant-2","IconPlant2",[["path",{d:"M2 9a10 10 0 1 0 20 0",key:"svg-0"}],["path",{d:"M12 19a10 10 0 0 1 10 -10",key:"svg-1"}],["path",{d:"M2 9a10 10 0 0 1 10 10",key:"svg-2"}],["path",{d:"M12 4a9.7 9.7 0 0 1 2.99 7.5",key:"svg-3"}],["path",{d:"M9.01 11.5a9.7 9.7 0 0 1 2.99 -7.5",key:"svg-4"}]]),ea_=createReactComponent("plant-off","IconPlantOff",[["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4h8",key:"svg-0"}],["path",{d:"M11.9 7.908a6 6 0 0 0 -4.79 -4.806m-4.11 -.102v2a6 6 0 0 0 6 6h2",key:"svg-1"}],["path",{d:"M12.531 8.528a6 6 0 0 1 5.469 -3.528h3v1a6 6 0 0 1 -5.037 5.923",key:"svg-2"}],["path",{d:"M12 15v-3",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),eaw=createReactComponent("plant","IconPlant",[["path",{d:"M7 15h10v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4z",key:"svg-0"}],["path",{d:"M12 9a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3",key:"svg-1"}],["path",{d:"M12 11a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3",key:"svg-2"}],["path",{d:"M12 15l0 -6",key:"svg-3"}]]),eaP=createReactComponent("play-basketball","IconPlayBasketball",[["path",{d:"M10 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-0"}],["path",{d:"M5 21l3 -3l.75 -1.5",key:"svg-1"}],["path",{d:"M14 21v-4l-4 -3l.5 -6",key:"svg-2"}],["path",{d:"M5 12l1 -3l4.5 -1l3.5 3l4 1",key:"svg-3"}],["path",{d:"M18.5 16a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z",fill:"currentColor",key:"svg-4"}]]),eaO=createReactComponent("play-card-off","IconPlayCardOff",[["path",{d:"M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14",key:"svg-0"}],["path",{d:"M16 18h.01",key:"svg-1"}],["path",{d:"M13.716 13.712l-1.716 2.288l-3 -4l1.29 -1.72",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eaF=createReactComponent("play-card","IconPlayCard",[["path",{d:"M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2z",key:"svg-0"}],["path",{d:"M8 6h.01",key:"svg-1"}],["path",{d:"M16 18h.01",key:"svg-2"}],["path",{d:"M12 16l-3 -4l3 -4l3 4z",key:"svg-3"}]]),eaz=createReactComponent("play-football","IconPlayFootball",[["path",{d:"M11 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-0"}],["path",{d:"M3 17l5 1l.75 -1.5",key:"svg-1"}],["path",{d:"M14 21v-4l-4 -3l1 -6",key:"svg-2"}],["path",{d:"M6 12v-3l5 -1l3 3l3 1",key:"svg-3"}],["path",{d:"M19.5 20a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z",fill:"currentColor",key:"svg-4"}]]),eaD=createReactComponent("play-handball","IconPlayHandball",[["path",{d:"M13 21l3.5 -2l-4.5 -4l2 -4.5",key:"svg-0"}],["path",{d:"M7 6l2 4l5 .5l4 2.5l2.5 3",key:"svg-1"}],["path",{d:"M4 20l5 -1l1.5 -2",key:"svg-2"}],["path",{d:"M15 7a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-3"}],["path",{d:"M9.5 5a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z",fill:"currentColor",key:"svg-4"}]]),eaA=createReactComponent("play-volleyball","IconPlayVolleyball",[["path",{d:"M13 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-0"}],["path",{d:"M20.5 10a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z",fill:"currentColor",key:"svg-1"}],["path",{d:"M2 16l5 1l.5 -2.5",key:"svg-2"}],["path",{d:"M11.5 21l2.5 -5.5l-5.5 -3.5l3.5 -4l3 4l4 2",key:"svg-3"}]]),eaj=createReactComponent("player-eject-filled","IconPlayerEjectFilled",[["path",{d:"M11.247 3.341l-7 8c-.565 .647 -.106 1.659 .753 1.659h14c.86 0 1.318 -1.012 .753 -1.659l-7 -8a1 1 0 0 0 -1.506 0z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M18 15h-12a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),eaE=createReactComponent("player-eject","IconPlayerEject",[["path",{d:"M5 12h14l-7 -8z",key:"svg-0"}],["path",{d:"M5 16m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z",key:"svg-1"}]]),eaT=createReactComponent("player-pause-filled","IconPlayerPauseFilled",[["path",{d:"M9 4h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M17 4h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),eaB=createReactComponent("player-pause","IconPlayerPause",[["path",{d:"M6 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M14 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-1"}]]),eaN=createReactComponent("player-play-filled","IconPlayerPlayFilled",[["path",{d:"M6 4v16a1 1 0 0 0 1.524 .852l13 -8a1 1 0 0 0 0 -1.704l-13 -8a1 1 0 0 0 -1.524 .852z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ea$=createReactComponent("player-play","IconPlayerPlay",[["path",{d:"M7 4v16l13 -8z",key:"svg-0"}]]),eaL=createReactComponent("player-record-filled","IconPlayerRecordFilled",[["path",{d:"M8 5.072a8 8 0 1 1 -3.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 3.995 -6.643z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eaW=createReactComponent("player-record","IconPlayerRecord",[["path",{d:"M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}]]),eaH=createReactComponent("player-skip-back-filled","IconPlayerSkipBackFilled",[["path",{d:"M19.496 4.136l-12 7a1 1 0 0 0 0 1.728l12 7a1 1 0 0 0 1.504 -.864v-14a1 1 0 0 0 -1.504 -.864z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M4 4a1 1 0 0 1 .993 .883l.007 .117v14a1 1 0 0 1 -1.993 .117l-.007 -.117v-14a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),eaV=createReactComponent("player-skip-back","IconPlayerSkipBack",[["path",{d:"M20 5v14l-12 -7z",key:"svg-0"}],["path",{d:"M4 5l0 14",key:"svg-1"}]]),eaq=createReactComponent("player-skip-forward-filled","IconPlayerSkipForwardFilled",[["path",{d:"M3 5v14a1 1 0 0 0 1.504 .864l12 -7a1 1 0 0 0 0 -1.728l-12 -7a1 1 0 0 0 -1.504 .864z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M20 4a1 1 0 0 1 .993 .883l.007 .117v14a1 1 0 0 1 -1.993 .117l-.007 -.117v-14a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),eaU=createReactComponent("player-skip-forward","IconPlayerSkipForward",[["path",{d:"M4 5v14l12 -7z",key:"svg-0"}],["path",{d:"M20 5l0 14",key:"svg-1"}]]),eaG=createReactComponent("player-stop-filled","IconPlayerStopFilled",[["path",{d:"M17 4h-10a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eaX=createReactComponent("player-stop","IconPlayerStop",[["path",{d:"M5 5m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}]]),eaK=createReactComponent("player-track-next-filled","IconPlayerTrackNextFilled",[["path",{d:"M2 5v14c0 .86 1.012 1.318 1.659 .753l8 -7a1 1 0 0 0 0 -1.506l-8 -7c-.647 -.565 -1.659 -.106 -1.659 .753z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M13 5v14c0 .86 1.012 1.318 1.659 .753l8 -7a1 1 0 0 0 0 -1.506l-8 -7c-.647 -.565 -1.659 -.106 -1.659 .753z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),eaY=createReactComponent("player-track-next","IconPlayerTrackNext",[["path",{d:"M3 5v14l8 -7z",key:"svg-0"}],["path",{d:"M14 5v14l8 -7z",key:"svg-1"}]]),eaZ=createReactComponent("player-track-prev-filled","IconPlayerTrackPrevFilled",[["path",{d:"M20.341 4.247l-8 7a1 1 0 0 0 0 1.506l8 7c.647 .565 1.659 .106 1.659 -.753v-14c0 -.86 -1.012 -1.318 -1.659 -.753z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M9.341 4.247l-8 7a1 1 0 0 0 0 1.506l8 7c.647 .565 1.659 .106 1.659 -.753v-14c0 -.86 -1.012 -1.318 -1.659 -.753z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),eaQ=createReactComponent("player-track-prev","IconPlayerTrackPrev",[["path",{d:"M21 5v14l-8 -7z",key:"svg-0"}],["path",{d:"M10 5v14l-8 -7z",key:"svg-1"}]]),eaJ=createReactComponent("playlist-add","IconPlaylistAdd",[["path",{d:"M19 8h-14",key:"svg-0"}],["path",{d:"M5 12h9",key:"svg-1"}],["path",{d:"M11 16h-6",key:"svg-2"}],["path",{d:"M15 16h6",key:"svg-3"}],["path",{d:"M18 13v6",key:"svg-4"}]]),ea1=createReactComponent("playlist-off","IconPlaylistOff",[["path",{d:"M14 14a3 3 0 1 0 3 3",key:"svg-0"}],["path",{d:"M17 13v-9h4",key:"svg-1"}],["path",{d:"M13 5h-4m-4 0h-2",key:"svg-2"}],["path",{d:"M3 9h6",key:"svg-3"}],["path",{d:"M9 13h-6",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),ea0=createReactComponent("playlist-x","IconPlaylistX",[["path",{d:"M19 8h-14",key:"svg-0"}],["path",{d:"M5 12h7",key:"svg-1"}],["path",{d:"M12 16h-7",key:"svg-2"}],["path",{d:"M16 14l4 4",key:"svg-3"}],["path",{d:"M20 14l-4 4",key:"svg-4"}]]),ea2=createReactComponent("playlist","IconPlaylist",[["path",{d:"M14 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M17 17v-13h4",key:"svg-1"}],["path",{d:"M13 5h-10",key:"svg-2"}],["path",{d:"M3 9l10 0",key:"svg-3"}],["path",{d:"M9 13h-6",key:"svg-4"}]]),ea3=createReactComponent("playstation-circle","IconPlaystationCircle",[["path",{d:"M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z",key:"svg-0"}],["path",{d:"M12 12m-4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0",key:"svg-1"}]]),ea5=createReactComponent("playstation-square","IconPlaystationSquare",[["path",{d:"M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z",key:"svg-0"}],["path",{d:"M8 8m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-1"}]]),ea4=createReactComponent("playstation-triangle","IconPlaystationTriangle",[["path",{d:"M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z",key:"svg-0"}],["path",{d:"M7.5 15h9l-4.5 -8z",key:"svg-1"}]]),ea6=createReactComponent("playstation-x","IconPlaystationX",[["path",{d:"M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z",key:"svg-0"}],["path",{d:"M8.5 8.5l7 7",key:"svg-1"}],["path",{d:"M8.5 15.5l7 -7",key:"svg-2"}]]),ea9=createReactComponent("plug-connected-x","IconPlugConnectedX",[["path",{d:"M20 16l-4 4",key:"svg-0"}],["path",{d:"M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5z",key:"svg-1"}],["path",{d:"M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5z",key:"svg-2"}],["path",{d:"M3 21l2.5 -2.5",key:"svg-3"}],["path",{d:"M18.5 5.5l2.5 -2.5",key:"svg-4"}],["path",{d:"M10 11l-2 2",key:"svg-5"}],["path",{d:"M13 14l-2 2",key:"svg-6"}],["path",{d:"M16 16l4 4",key:"svg-7"}]]),ea7=createReactComponent("plug-connected","IconPlugConnected",[["path",{d:"M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5z",key:"svg-0"}],["path",{d:"M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5z",key:"svg-1"}],["path",{d:"M3 21l2.5 -2.5",key:"svg-2"}],["path",{d:"M18.5 5.5l2.5 -2.5",key:"svg-3"}],["path",{d:"M10 11l-2 2",key:"svg-4"}],["path",{d:"M13 14l-2 2",key:"svg-5"}]]),ea8=createReactComponent("plug-off","IconPlugOff",[["path",{d:"M16.123 16.092l-.177 .177a5.81 5.81 0 1 1 -8.215 -8.215l.159 -.159",key:"svg-0"}],["path",{d:"M4 20l3.5 -3.5",key:"svg-1"}],["path",{d:"M15 4l-3.5 3.5",key:"svg-2"}],["path",{d:"M20 9l-3.5 3.5",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),ene=createReactComponent("plug-x","IconPlugX",[["path",{d:"M13.55 17.733a5.806 5.806 0 0 1 -7.356 -4.052a5.81 5.81 0 0 1 1.537 -5.627l2.054 -2.054l7.165 7.165",key:"svg-0"}],["path",{d:"M4 20l3.5 -3.5",key:"svg-1"}],["path",{d:"M15 4l-3.5 3.5",key:"svg-2"}],["path",{d:"M20 9l-3.5 3.5",key:"svg-3"}],["path",{d:"M16 16l4 4",key:"svg-4"}],["path",{d:"M20 16l-4 4",key:"svg-5"}]]),ent=createReactComponent("plug","IconPlug",[["path",{d:"M9.785 6l8.215 8.215l-2.054 2.054a5.81 5.81 0 1 1 -8.215 -8.215l2.054 -2.054z",key:"svg-0"}],["path",{d:"M4 20l3.5 -3.5",key:"svg-1"}],["path",{d:"M15 4l-3.5 3.5",key:"svg-2"}],["path",{d:"M20 9l-3.5 3.5",key:"svg-3"}]]),ena=createReactComponent("plus-equal","IconPlusEqual",[["path",{d:"M4 7h6",key:"svg-0"}],["path",{d:"M7 4v6",key:"svg-1"}],["path",{d:"M20 16h-6",key:"svg-2"}],["path",{d:"M20 19h-6",key:"svg-3"}],["path",{d:"M5 19l14 -14",key:"svg-4"}]]),enn=createReactComponent("plus-minus","IconPlusMinus",[["path",{d:"M4 7h6",key:"svg-0"}],["path",{d:"M7 4v6",key:"svg-1"}],["path",{d:"M20 18h-6",key:"svg-2"}],["path",{d:"M5 19l14 -14",key:"svg-3"}]]),enr=createReactComponent("plus","IconPlus",[["path",{d:"M12 5l0 14",key:"svg-0"}],["path",{d:"M5 12l14 0",key:"svg-1"}]]),eno=createReactComponent("png","IconPng",[["path",{d:"M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-0"}],["path",{d:"M3 16v-8h2a2 2 0 1 1 0 4h-2",key:"svg-1"}],["path",{d:"M10 16v-8l4 8v-8",key:"svg-2"}]]),enl=createReactComponent("podium-off","IconPodiumOff",[["path",{d:"M12 8h7l-.621 2.485a2 2 0 0 1 -1.94 1.515h-.439m-4 0h-4.439a2 2 0 0 1 -1.94 -1.515l-.621 -2.485h3",key:"svg-0"}],["path",{d:"M7 8v-1m.864 -3.106a2.99 2.99 0 0 1 2.136 -.894",key:"svg-1"}],["path",{d:"M8 12l1 9",key:"svg-2"}],["path",{d:"M15.599 15.613l-.599 5.387",key:"svg-3"}],["path",{d:"M7 21h10",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),enc=createReactComponent("podium","IconPodium",[["path",{d:"M5 8h14l-.621 2.485a2 2 0 0 1 -1.94 1.515h-8.878a2 2 0 0 1 -1.94 -1.515l-.621 -2.485z",key:"svg-0"}],["path",{d:"M7 8v-2a3 3 0 0 1 3 -3",key:"svg-1"}],["path",{d:"M8 12l1 9",key:"svg-2"}],["path",{d:"M16 12l-1 9",key:"svg-3"}],["path",{d:"M7 21h10",key:"svg-4"}]]),eni=createReactComponent("point-filled","IconPointFilled",[["path",{d:"M12 7a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ens=createReactComponent("point-off","IconPointOff",[["path",{d:"M9.15 9.194a4 4 0 0 0 5.697 5.617m1.153 -2.811a4 4 0 0 0 -4 -4",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),end=createReactComponent("point","IconPoint",[["path",{d:"M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}]]),enu=createReactComponent("pointer-bolt","IconPointerBolt",[["path",{d:"M16.044 13.488l-1.266 -1.266l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.678 1.678",key:"svg-0"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-1"}]]),enp=createReactComponent("pointer-cancel","IconPointerCancel",[["path",{d:"M15.526 12.97l-.748 -.748l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.714 .714",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}]]),enh=createReactComponent("pointer-check","IconPointerCheck",[["path",{d:"M17.487 14.93l-2.709 -2.708l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.785 .785",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}]]),env=createReactComponent("pointer-code","IconPointerCode",[["path",{d:"M15.76 13.203l-.982 -.981l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.67 .67",key:"svg-0"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-2"}]]),eng=createReactComponent("pointer-cog","IconPointerCog",[["path",{d:"M15.774 13.218l-.996 -.996l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.343 .343",key:"svg-0"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19.001 15.5v1.5",key:"svg-2"}],["path",{d:"M19.001 21v1.5",key:"svg-3"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-4"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-5"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-6"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-7"}]]),eny=createReactComponent("pointer-dollar","IconPointerDollar",[["path",{d:"M14.778 12.222l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.787 .787",key:"svg-0"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-1"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-2"}]]),enf=createReactComponent("pointer-down","IconPointerDown",[["path",{d:"M15.992 13.436l-1.214 -1.214l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.171 1.171",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}]]),enm=createReactComponent("pointer-exclamation","IconPointerExclamation",[["path",{d:"M15.97 13.414l-1.192 -1.192l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l2.778 2.778",key:"svg-0"}],["path",{d:"M19 16v3",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}]]),enk=createReactComponent("pointer-filled","IconPointerFilled",[["path",{d:"M3.039 4.277l3.904 13.563c.185 .837 .92 1.516 1.831 1.642l.17 .016a2.2 2.2 0 0 0 1.982 -1.006l.045 -.078l1.4 -2.072l4.05 4.05a2.067 2.067 0 0 0 2.924 0l1.047 -1.047c.388 -.388 .606 -.913 .606 -1.461l-.008 -.182a2.067 2.067 0 0 0 -.598 -1.28l-4.047 -4.048l2.103 -1.412c.726 -.385 1.18 -1.278 1.053 -2.189a2.2 2.2 0 0 0 -1.701 -1.845l-13.524 -3.89a1 1 0 0 0 -1.236 1.24z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),enM=createReactComponent("pointer-heart","IconPointerHeart",[["path",{d:"M16.571 11.018l1.32 -.886a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308",key:"svg-0"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-1"}]]),enb=createReactComponent("pointer-minus","IconPointerMinus",[["path",{d:"M17.6 15.043l-2.822 -2.821l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.188 1.188",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),enI=createReactComponent("pointer-off","IconPointerOff",[["path",{d:"M15.662 11.628l2.229 -1.496a1.2 1.2 0 0 0 -.309 -2.228l-8.013 -2.303m-5.569 -1.601l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l4.907 4.907a1.067 1.067 0 0 0 1.509 0l.524 -.524",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),enC=createReactComponent("pointer-pause","IconPointerPause",[["path",{d:"M15.72 13.163l-.942 -.941l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.969 .969",key:"svg-0"}],["path",{d:"M17 17v5",key:"svg-1"}],["path",{d:"M21 17v5",key:"svg-2"}]]),enx=createReactComponent("pointer-pin","IconPointerPin",[["path",{d:"M14.778 12.222l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.381 .381",key:"svg-0"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-1"}],["path",{d:"M19 18v.01",key:"svg-2"}]]),enR=createReactComponent("pointer-plus","IconPointerPlus",[["path",{d:"M15.941 13.385l-1.163 -1.163l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.23 1.23",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),enS=createReactComponent("pointer-question","IconPointerQuestion",[["path",{d:"M15.062 12.506l-.284 -.284l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.278 1.278",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),en_=createReactComponent("pointer-search","IconPointerSearch",[["path",{d:"M14.778 12.222l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}]]),enw=createReactComponent("pointer-share","IconPointerShare",[["path",{d:"M15.646 13.09l-.868 -.868l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.607 .607",key:"svg-0"}],["path",{d:"M16 22l5 -5",key:"svg-1"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-2"}]]),enP=createReactComponent("pointer-star","IconPointerStar",[["path",{d:"M17.891 10.132a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308",key:"svg-0"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}]]),enO=createReactComponent("pointer-up","IconPointerUp",[["path",{d:"M15.984 13.428l-1.206 -1.206l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.217 1.217",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}]]),enF=createReactComponent("pointer-x","IconPointerX",[["path",{d:"M15.768 13.212l-.99 -.99l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.908 .908",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}]]),enz=createReactComponent("pointer","IconPointer",[["path",{d:"M7.904 17.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l4.907 4.907a1.067 1.067 0 0 0 1.509 0l1.047 -1.047a1.067 1.067 0 0 0 0 -1.509l-4.907 -4.907l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563z",key:"svg-0"}]]),enD=createReactComponent("pokeball-off","IconPokeballOff",[["path",{d:"M20.04 16.048a9 9 0 0 0 -12.083 -12.09m-2.32 1.678a9 9 0 1 0 12.737 12.719",key:"svg-0"}],["path",{d:"M9.884 9.874a3 3 0 1 0 4.24 4.246m.57 -3.441a3.012 3.012 0 0 0 -1.41 -1.39",key:"svg-1"}],["path",{d:"M3 12h6m7 0h5",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),enA=createReactComponent("pokeball","IconPokeball",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M3 12h6",key:"svg-2"}],["path",{d:"M15 12h6",key:"svg-3"}]]),enj=createReactComponent("poker-chip","IconPokerChip",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-1"}],["path",{d:"M12 3v4",key:"svg-2"}],["path",{d:"M12 17v4",key:"svg-3"}],["path",{d:"M3 12h4",key:"svg-4"}],["path",{d:"M17 12h4",key:"svg-5"}],["path",{d:"M18.364 5.636l-2.828 2.828",key:"svg-6"}],["path",{d:"M8.464 15.536l-2.828 2.828",key:"svg-7"}],["path",{d:"M5.636 5.636l2.828 2.828",key:"svg-8"}],["path",{d:"M15.536 15.536l2.828 2.828",key:"svg-9"}]]),enE=createReactComponent("polaroid-filled","IconPolaroidFilled",[["path",{d:"M9.199 9.623l.108 .098l3.986 3.986l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-.292 -.293l1.292 -1.293l.106 -.095c.457 -.38 .918 -.38 1.386 .011l.108 .098l4.502 4.503a4.003 4.003 0 0 1 -3.596 2.77l-.213 .006h-12a4.002 4.002 0 0 1 -3.809 -2.775l5.516 -5.518l.106 -.095c.457 -.38 .918 -.38 1.386 .011zm8.801 -7.623a4 4 0 0 1 3.995 3.8l.005 .2v6.585l-3.293 -3.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-1.307 1.306l-2.293 -2.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-4.307 4.306v-6.585a4 4 0 0 1 3.8 -3.995l.2 -.005h12zm-2.99 3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M8.01 20a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M12.01 20a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M16.01 20a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}]]),enT=createReactComponent("polaroid","IconPolaroid",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 16l16 0",key:"svg-1"}],["path",{d:"M4 12l3 -3c.928 -.893 2.072 -.893 3 0l4 4",key:"svg-2"}],["path",{d:"M13 12l2 -2c.928 -.893 2.072 -.893 3 0l2 2",key:"svg-3"}],["path",{d:"M14 7l.01 0",key:"svg-4"}]]),enB=createReactComponent("polygon-off","IconPolygonOff",[["path",{d:"M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M19 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M15 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M6.5 9.5l1.546 -1.311",key:"svg-4"}],["path",{d:"M14 5.5l3 1.5",key:"svg-5"}],["path",{d:"M18.5 10l-1.185 3.318m-1.062 2.972l-.253 .71",key:"svg-6"}],["path",{d:"M13.5 17.5l-7 -5",key:"svg-7"}],["path",{d:"M3 3l18 18",key:"svg-8"}]]),enN=createReactComponent("polygon","IconPolygon",[["path",{d:"M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M19 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M15 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M6.5 9.5l3.5 -3",key:"svg-4"}],["path",{d:"M14 5.5l3 1.5",key:"svg-5"}],["path",{d:"M18.5 10l-2.5 7",key:"svg-6"}],["path",{d:"M13.5 17.5l-7 -5",key:"svg-7"}]]),en$=createReactComponent("poo","IconPoo",[["path",{d:"M10 12h.01",key:"svg-0"}],["path",{d:"M14 12h.01",key:"svg-1"}],["path",{d:"M10 16a3.5 3.5 0 0 0 4 0",key:"svg-2"}],["path",{d:"M11 4c2 0 3.5 1.5 3.5 4l.164 0a2.5 2.5 0 0 1 2.196 3.32a3 3 0 0 1 1.615 3.063a3 3 0 0 1 -1.299 5.607l-.176 0h-10a3 3 0 0 1 -1.474 -5.613a3 3 0 0 1 1.615 -3.062a2.5 2.5 0 0 1 2.195 -3.32l.164 0c1.5 0 2.5 -2 1.5 -4z",key:"svg-3"}]]),enL=createReactComponent("pool-off","IconPoolOff",[["path",{d:"M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1c.303 0 .6 -.045 .876 -.146",key:"svg-0"}],["path",{d:"M2 16a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1.13 -.856m5.727 1.717a2.4 2.4 0 0 0 1.143 -.861",key:"svg-1"}],["path",{d:"M15 11v-6.5a1.5 1.5 0 0 1 3 0",key:"svg-2"}],["path",{d:"M9 12v-3m0 -4v-.5a1.5 1.5 0 0 0 -1.936 -1.436",key:"svg-3"}],["path",{d:"M15 5h-6",key:"svg-4"}],["path",{d:"M9 10h1m4 0h1",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),enW=createReactComponent("pool","IconPool",[["path",{d:"M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1",key:"svg-0"}],["path",{d:"M2 16a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1",key:"svg-1"}],["path",{d:"M15 12v-7.5a1.5 1.5 0 0 1 3 0",key:"svg-2"}],["path",{d:"M9 12v-7.5a1.5 1.5 0 0 0 -3 0",key:"svg-3"}],["path",{d:"M15 5l-6 0",key:"svg-4"}],["path",{d:"M9 10l6 0",key:"svg-5"}]]),enH=createReactComponent("power","IconPower",[["path",{d:"M7 6a7.75 7.75 0 1 0 10 0",key:"svg-0"}],["path",{d:"M12 4l0 8",key:"svg-1"}]]),enV=createReactComponent("pray","IconPray",[["path",{d:"M12 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M7 20h8l-4 -4v-7l4 3l2 -2",key:"svg-1"}]]),enq=createReactComponent("premium-rights","IconPremiumRights",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M13.867 9.75c-.246 -.48 -.708 -.769 -1.2 -.75h-1.334c-.736 0 -1.333 .67 -1.333 1.5c0 .827 .597 1.499 1.333 1.499h1.334c.736 0 1.333 .671 1.333 1.5c0 .828 -.597 1.499 -1.333 1.499h-1.334c-.492 .019 -.954 -.27 -1.2 -.75",key:"svg-1"}],["path",{d:"M12 7v2",key:"svg-2"}],["path",{d:"M12 15v2",key:"svg-3"}]]),enU=createReactComponent("prescription","IconPrescription",[["path",{d:"M6 19v-16h4.5a4.5 4.5 0 1 1 0 9h-4.5",key:"svg-0"}],["path",{d:"M19 21l-9 -9",key:"svg-1"}],["path",{d:"M13 21l6 -6",key:"svg-2"}]]),enG=createReactComponent("presentation-analytics","IconPresentationAnalytics",[["path",{d:"M9 12v-4",key:"svg-0"}],["path",{d:"M15 12v-2",key:"svg-1"}],["path",{d:"M12 12v-1",key:"svg-2"}],["path",{d:"M3 4h18",key:"svg-3"}],["path",{d:"M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-10",key:"svg-4"}],["path",{d:"M12 16v4",key:"svg-5"}],["path",{d:"M9 20h6",key:"svg-6"}]]),enX=createReactComponent("presentation-off","IconPresentationOff",[["path",{d:"M3 4h1m4 0h13",key:"svg-0"}],["path",{d:"M4 4v10a2 2 0 0 0 2 2h10m3.42 -.592c.359 -.362 .58 -.859 .58 -1.408v-10",key:"svg-1"}],["path",{d:"M12 16v4",key:"svg-2"}],["path",{d:"M9 20h6",key:"svg-3"}],["path",{d:"M8 12l2 -2m4 0l2 -2",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),enK=createReactComponent("presentation","IconPresentation",[["path",{d:"M3 4l18 0",key:"svg-0"}],["path",{d:"M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-10",key:"svg-1"}],["path",{d:"M12 16l0 4",key:"svg-2"}],["path",{d:"M9 20l6 0",key:"svg-3"}],["path",{d:"M8 12l3 -3l2 2l3 -3",key:"svg-4"}]]),enY=createReactComponent("printer-off","IconPrinterOff",[["path",{d:"M20.412 16.416c.363 -.362 .588 -.863 .588 -1.416v-4a2 2 0 0 0 -2 -2h-6m-4 0h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2",key:"svg-0"}],["path",{d:"M17 9v-4a2 2 0 0 0 -2 -2h-6c-.551 0 -1.05 .223 -1.412 .584m-.588 3.416v2",key:"svg-1"}],["path",{d:"M17 17v2a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2h4",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),enZ=createReactComponent("printer","IconPrinter",[["path",{d:"M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2",key:"svg-0"}],["path",{d:"M17 9v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4",key:"svg-1"}],["path",{d:"M7 13m0 2a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),enQ=createReactComponent("prism-off","IconPrismOff",[["path",{d:"M12 12v10",key:"svg-0"}],["path",{d:"M17.957 17.952l-4.937 3.703a1.7 1.7 0 0 1 -2.04 0l-5.98 -4.485a2.5 2.5 0 0 1 -1 -2v-11.17m3 -1h12a1 1 0 0 1 1 1v11.17c0 .25 -.037 .495 -.109 .729",key:"svg-1"}],["path",{d:"M12.688 8.7a1.7 1.7 0 0 0 .357 -.214l6.655 -5.186",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),enJ=createReactComponent("prism-plus","IconPrismPlus",[["path",{d:"M12 9v13",key:"svg-0"}],["path",{d:"M13.02 21.655a1.7 1.7 0 0 1 -2.04 0l-5.98 -4.485a2.5 2.5 0 0 1 -1 -2v-11.17a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v8",key:"svg-1"}],["path",{d:"M4.3 3.3l6.655 5.186a1.7 1.7 0 0 0 2.09 0l6.655 -5.186",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),en1=createReactComponent("prism","IconPrism",[["path",{d:"M12 9v13",key:"svg-0"}],["path",{d:"M19 17.17l-5.98 4.485a1.7 1.7 0 0 1 -2.04 0l-5.98 -4.485a2.5 2.5 0 0 1 -1 -2v-11.17a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v11.17a2.5 2.5 0 0 1 -1 2z",key:"svg-1"}],["path",{d:"M4.3 3.3l6.655 5.186a1.7 1.7 0 0 0 2.09 0l6.655 -5.186",key:"svg-2"}]]),en0=createReactComponent("prison","IconPrison",[["path",{d:"M18 4v16",key:"svg-0"}],["path",{d:"M14 4v16",key:"svg-1"}],["path",{d:"M6 4v5",key:"svg-2"}],["path",{d:"M6 15v5",key:"svg-3"}],["path",{d:"M10 4v5",key:"svg-4"}],["path",{d:"M11 9h-6v6h6z",key:"svg-5"}],["path",{d:"M10 15v5",key:"svg-6"}],["path",{d:"M8 12h-.01",key:"svg-7"}]]),en2=createReactComponent("progress-alert","IconProgressAlert",[["path",{d:"M10 20.777a8.942 8.942 0 0 1 -2.48 -.969",key:"svg-0"}],["path",{d:"M14 3.223a9.003 9.003 0 0 1 0 17.554",key:"svg-1"}],["path",{d:"M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592",key:"svg-2"}],["path",{d:"M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305",key:"svg-3"}],["path",{d:"M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356",key:"svg-4"}],["path",{d:"M12 8v4",key:"svg-5"}],["path",{d:"M12 16v.01",key:"svg-6"}]]),en3=createReactComponent("progress-bolt","IconProgressBolt",[["path",{d:"M10 20.777a8.942 8.942 0 0 1 -2.48 -.969",key:"svg-0"}],["path",{d:"M14 3.223a9.003 9.003 0 0 1 0 17.554",key:"svg-1"}],["path",{d:"M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592",key:"svg-2"}],["path",{d:"M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305",key:"svg-3"}],["path",{d:"M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356",key:"svg-4"}],["path",{d:"M12 9l-2 3h4l-2 3",key:"svg-5"}]]),en5=createReactComponent("progress-check","IconProgressCheck",[["path",{d:"M10 20.777a8.942 8.942 0 0 1 -2.48 -.969",key:"svg-0"}],["path",{d:"M14 3.223a9.003 9.003 0 0 1 0 17.554",key:"svg-1"}],["path",{d:"M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592",key:"svg-2"}],["path",{d:"M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305",key:"svg-3"}],["path",{d:"M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356",key:"svg-4"}],["path",{d:"M9 12l2 2l4 -4",key:"svg-5"}]]),en4=createReactComponent("progress-down","IconProgressDown",[["path",{d:"M10 20.777a8.942 8.942 0 0 1 -2.48 -.969",key:"svg-0"}],["path",{d:"M14 3.223a9.003 9.003 0 0 1 0 17.554",key:"svg-1"}],["path",{d:"M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592",key:"svg-2"}],["path",{d:"M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305",key:"svg-3"}],["path",{d:"M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356",key:"svg-4"}],["path",{d:"M12 9v6",key:"svg-5"}],["path",{d:"M15 12l-3 3l-3 -3",key:"svg-6"}]]),en6=createReactComponent("progress-help","IconProgressHelp",[["path",{d:"M12 16v.01",key:"svg-0"}],["path",{d:"M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-1"}],["path",{d:"M10 20.777a8.942 8.942 0 0 1 -2.48 -.969",key:"svg-2"}],["path",{d:"M14 3.223a9.003 9.003 0 0 1 0 17.554",key:"svg-3"}],["path",{d:"M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592",key:"svg-4"}],["path",{d:"M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305",key:"svg-5"}],["path",{d:"M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356",key:"svg-6"}]]),en9=createReactComponent("progress-x","IconProgressX",[["path",{d:"M10 20.777a8.942 8.942 0 0 1 -2.48 -.969",key:"svg-0"}],["path",{d:"M14 3.223a9.003 9.003 0 0 1 0 17.554",key:"svg-1"}],["path",{d:"M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592",key:"svg-2"}],["path",{d:"M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305",key:"svg-3"}],["path",{d:"M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356",key:"svg-4"}],["path",{d:"M14 14l-4 -4",key:"svg-5"}],["path",{d:"M10 14l4 -4",key:"svg-6"}]]),en7=createReactComponent("progress","IconProgress",[["path",{d:"M10 20.777a8.942 8.942 0 0 1 -2.48 -.969",key:"svg-0"}],["path",{d:"M14 3.223a9.003 9.003 0 0 1 0 17.554",key:"svg-1"}],["path",{d:"M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592",key:"svg-2"}],["path",{d:"M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305",key:"svg-3"}],["path",{d:"M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356",key:"svg-4"}]]),en8=createReactComponent("prompt","IconPrompt",[["path",{d:"M5 7l5 5l-5 5",key:"svg-0"}],["path",{d:"M13 17l6 0",key:"svg-1"}]]),ere=createReactComponent("propeller-off","IconPropellerOff",[["path",{d:"M10.448 10.432a3 3 0 1 0 4.106 4.143",key:"svg-0"}],["path",{d:"M14.272 10.272c.66 -1.459 1.058 -2.888 1.198 -4.286c.22 -1.63 -.762 -2.986 -3.47 -2.986c-1.94 0 -3 .696 -3.355 1.69m.697 4.653c.145 .384 .309 .77 .491 1.157",key:"svg-1"}],["path",{d:"M13.169 16.751c.97 1.395 2.057 2.523 3.257 3.386c1.02 .789 2.265 .853 3.408 -.288m1.479 -2.493c.492 -1.634 -.19 -2.726 -1.416 -3.229c-.82 -.37 -1.703 -.654 -2.65 -.852",key:"svg-2"}],["path",{d:"M8.664 13c-1.693 .143 -3.213 .52 -4.56 1.128c-1.522 .623 -2.206 2.153 -.852 4.498s3.02 2.517 4.321 1.512c1.2 -.863 2.287 -1.991 3.258 -3.386",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),ert=createReactComponent("propeller","IconPropeller",[["path",{d:"M12 13m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M14.167 10.5c.722 -1.538 1.156 -3.043 1.303 -4.514c.22 -1.63 -.762 -2.986 -3.47 -2.986s-3.69 1.357 -3.47 2.986c.147 1.471 .581 2.976 1.303 4.514",key:"svg-1"}],["path",{d:"M13.169 16.751c.97 1.395 2.057 2.523 3.257 3.386c1.3 1 2.967 .833 4.321 -1.512c1.354 -2.345 .67 -3.874 -.85 -4.498c-1.348 -.608 -2.868 -.985 -4.562 -1.128",key:"svg-2"}],["path",{d:"M8.664 13c-1.693 .143 -3.213 .52 -4.56 1.128c-1.522 .623 -2.206 2.153 -.852 4.498s3.02 2.517 4.321 1.512c1.2 -.863 2.287 -1.991 3.258 -3.386",key:"svg-3"}]]),era=createReactComponent("pumpkin-scary","IconPumpkinScary",[["path",{d:"M9 15l1.5 1l1.5 -1l1.5 1l1.5 -1",key:"svg-0"}],["path",{d:"M10 11h.01",key:"svg-1"}],["path",{d:"M14 11h.01",key:"svg-2"}],["path",{d:"M17 6.082c2.609 .588 3.627 4.162 2.723 7.983c-.903 3.82 -2.75 6.44 -5.359 5.853a3.355 3.355 0 0 1 -.774 -.279a3.728 3.728 0 0 1 -1.59 .361c-.556 0 -1.09 -.127 -1.59 -.362a3.296 3.296 0 0 1 -.774 .28c-2.609 .588 -4.456 -2.033 -5.36 -5.853c-.903 -3.82 .115 -7.395 2.724 -7.983c1.085 -.244 1.575 .066 2.585 .787c.716 -.554 1.54 -.869 2.415 -.869c.876 0 1.699 .315 2.415 .87c1.01 -.722 1.5 -1.032 2.585 -.788z",key:"svg-3"}],["path",{d:"M12 6c0 -1.226 .693 -2.346 1.789 -2.894l.211 -.106",key:"svg-4"}]]),ern=createReactComponent("puzzle-2","IconPuzzle2",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 4v2.5a.5 .5 0 0 1 -.5 .5a1.5 1.5 0 0 0 0 3a.5 .5 0 0 1 .5 .5v1.5",key:"svg-1"}],["path",{d:"M12 12v1.5a.5 .5 0 0 0 .5 .5a1.5 1.5 0 0 1 0 3a.5 .5 0 0 0 -.5 .5v2.5",key:"svg-2"}],["path",{d:"M20 12h-2.5a.5 .5 0 0 1 -.5 -.5a1.5 1.5 0 0 0 -3 0a.5 .5 0 0 1 -.5 .5h-1.5",key:"svg-3"}],["path",{d:"M12 12h-1.5a.5 .5 0 0 0 -.5 .5a1.5 1.5 0 0 1 -3 0a.5 .5 0 0 0 -.5 -.5h-2.5",key:"svg-4"}]]),err=createReactComponent("puzzle-filled","IconPuzzleFilled",[["path",{d:"M10 2a3 3 0 0 1 2.995 2.824l.005 .176v1h3a2 2 0 0 1 1.995 1.85l.005 .15v3h1a3 3 0 0 1 .176 5.995l-.176 .005h-1v3a2 2 0 0 1 -1.85 1.995l-.15 .005h-3a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-1a1 1 0 0 0 -1.993 -.117l-.007 .117v1a2 2 0 0 1 -1.85 1.995l-.15 .005h-3a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005h1a1 1 0 0 0 .117 -1.993l-.117 -.007h-1a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005h3v-1a3 3 0 0 1 3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ero=createReactComponent("puzzle-off","IconPuzzleOff",[["path",{d:"M8.18 4.171a2 2 0 0 1 3.82 .829v1a1 1 0 0 0 1 1h3a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h1a2 2 0 0 1 .819 3.825m-2.819 1.175v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-1a2 2 0 1 0 -4 0v1a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h1a2 2 0 1 0 0 -4h-1a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),erl=createReactComponent("puzzle","IconPuzzle",[["path",{d:"M4 7h3a1 1 0 0 0 1 -1v-1a2 2 0 0 1 4 0v1a1 1 0 0 0 1 1h3a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h1a2 2 0 0 1 0 4h-1a1 1 0 0 0 -1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-1a2 2 0 0 0 -4 0v1a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h1a2 2 0 0 0 0 -4h-1a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1",key:"svg-0"}]]),erc=createReactComponent("pyramid-off","IconPyramidOff",[["path",{d:"M21.384 17.373a1.004 1.004 0 0 0 -.013 -1.091l-8.54 -13.836a.999 .999 0 0 0 -1.664 0l-1.8 2.917m-1.531 2.48l-5.209 8.439a1.005 1.005 0 0 0 .386 1.452l8.092 4.054a1.994 1.994 0 0 0 1.789 0l5.903 -2.958",key:"svg-0"}],["path",{d:"M12 2v6m0 4v10",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),eri=createReactComponent("pyramid-plus","IconPyramidPlus",[["path",{d:"M18.719 11.985l-5.889 -9.539a.999 .999 0 0 0 -1.664 0l-8.54 13.836a1.005 1.005 0 0 0 .386 1.452l8.092 4.054a1.994 1.994 0 0 0 1.789 0l.149 -.074",key:"svg-0"}],["path",{d:"M12 2v20",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}]]),ers=createReactComponent("pyramid","IconPyramid",[["path",{d:"M11.105 21.788a1.994 1.994 0 0 0 1.789 0l8.092 -4.054c.538 -.27 .718 -.951 .385 -1.452l-8.54 -13.836a.999 .999 0 0 0 -1.664 0l-8.54 13.836a1.005 1.005 0 0 0 .386 1.452l8.092 4.054z",key:"svg-0"}],["path",{d:"M12 2v20",key:"svg-1"}]]),erd=createReactComponent("qrcode-off","IconQrcodeOff",[["path",{d:"M8 4h1a1 1 0 0 1 1 1v1m-.297 3.711a1 1 0 0 1 -.703 .289h-4a1 1 0 0 1 -1 -1v-4c0 -.275 .11 -.524 .29 -.705",key:"svg-0"}],["path",{d:"M7 17v.01",key:"svg-1"}],["path",{d:"M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M7 7v.01",key:"svg-3"}],["path",{d:"M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-4"}],["path",{d:"M17 7v.01",key:"svg-5"}],["path",{d:"M20 14v.01",key:"svg-6"}],["path",{d:"M14 14v3",key:"svg-7"}],["path",{d:"M14 20h3",key:"svg-8"}],["path",{d:"M3 3l18 18",key:"svg-9"}]]),eru=createReactComponent("qrcode","IconQrcode",[["path",{d:"M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M7 17l0 .01",key:"svg-1"}],["path",{d:"M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M7 7l0 .01",key:"svg-3"}],["path",{d:"M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-4"}],["path",{d:"M17 7l0 .01",key:"svg-5"}],["path",{d:"M14 14l3 0",key:"svg-6"}],["path",{d:"M20 14l0 .01",key:"svg-7"}],["path",{d:"M14 14l0 3",key:"svg-8"}],["path",{d:"M14 20l3 0",key:"svg-9"}],["path",{d:"M17 17l3 0",key:"svg-10"}],["path",{d:"M20 17l0 3",key:"svg-11"}]]),erp=createReactComponent("question-mark","IconQuestionMark",[["path",{d:"M8 8a3.5 3 0 0 1 3.5 -3h1a3.5 3 0 0 1 3.5 3a3 3 0 0 1 -2 3a3 4 0 0 0 -2 4",key:"svg-0"}],["path",{d:"M12 19l0 .01",key:"svg-1"}]]),erh=createReactComponent("quote-off","IconQuoteOff",[["path",{d:"M10 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1m4 4v3c0 2.667 -1.333 4.333 -4 5",key:"svg-0"}],["path",{d:"M19 11h-4m-1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 .66 -.082 1.26 -.245 1.798m-1.653 2.29c-.571 .4 -1.272 .704 -2.102 .912",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),erv=createReactComponent("quote","IconQuote",[["path",{d:"M10 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 2.667 -1.333 4.333 -4 5",key:"svg-0"}],["path",{d:"M19 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 2.667 -1.333 4.333 -4 5",key:"svg-1"}]]),erg=createReactComponent("quotes","IconQuotes",[["path",{d:"M4 12c-1.333 -1.854 -1.333 -4.146 0 -6",key:"svg-0"}],["path",{d:"M8 12c-1.333 -1.854 -1.333 -4.146 0 -6",key:"svg-1"}],["path",{d:"M16 18c1.333 -1.854 1.333 -4.146 0 -6",key:"svg-2"}],["path",{d:"M20 18c1.333 -1.854 1.333 -4.146 0 -6",key:"svg-3"}]]),ery=createReactComponent("radar-2","IconRadar2",[["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M15.51 15.56a5 5 0 1 0 -3.51 1.44",key:"svg-1"}],["path",{d:"M18.832 17.86a9 9 0 1 0 -6.832 3.14",key:"svg-2"}],["path",{d:"M12 12v9",key:"svg-3"}]]),erf=createReactComponent("radar-off","IconRadarOff",[["path",{d:"M11.291 11.295a1 1 0 0 0 .709 1.705v8c2.488 0 4.74 -1.01 6.37 -2.642m1.675 -2.319a8.962 8.962 0 0 0 .955 -4.039h-5",key:"svg-0"}],["path",{d:"M16 9a5 5 0 0 0 -5.063 -1.88m-2.466 1.347a5 5 0 0 0 .53 7.535",key:"svg-1"}],["path",{d:"M20.486 9a9 9 0 0 0 -12.525 -5.032m-2.317 1.675a9 9 0 0 0 3.36 14.852",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),erm=createReactComponent("radar","IconRadar",[["path",{d:"M21 12h-8a1 1 0 1 0 -1 1v8a9 9 0 0 0 9 -9",key:"svg-0"}],["path",{d:"M16 9a5 5 0 1 0 -7 7",key:"svg-1"}],["path",{d:"M20.486 9a9 9 0 1 0 -11.482 11.495",key:"svg-2"}]]),erk=createReactComponent("radio-off","IconRadioOff",[["path",{d:"M14 3l-4.986 2m-2.875 1.15l-1.51 .604a1 1 0 0 0 -.629 .928v11.323a1 1 0 0 0 1 1h14a1 1 0 0 0 .708 -.294m.292 -3.706v-8a1 1 0 0 0 -1 -1h-8m-4 0h-2.5",key:"svg-0"}],["path",{d:"M4 12h8m4 0h4",key:"svg-1"}],["path",{d:"M7 12v-2",key:"svg-2"}],["path",{d:"M13 16v.01",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),erM=createReactComponent("radio","IconRadio",[["path",{d:"M14 3l-9.371 3.749a1 1 0 0 0 -.629 .928v11.323a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-11a1 1 0 0 0 -1 -1h-14.5",key:"svg-0"}],["path",{d:"M4 12h16",key:"svg-1"}],["path",{d:"M7 12v-2",key:"svg-2"}],["path",{d:"M17 16v.01",key:"svg-3"}],["path",{d:"M13 16v.01",key:"svg-4"}]]),erb=createReactComponent("radioactive-filled","IconRadioactiveFilled",[["path",{d:"M21 11a1 1 0 0 1 1 1a10 10 0 0 1 -5 8.656a1 1 0 0 1 -1.302 -.268l-.064 -.098l-3 -5.19a.995 .995 0 0 1 -.133 -.542l.01 -.11l.023 -.106l.034 -.106l.046 -.1l.056 -.094l.067 -.089a.994 .994 0 0 1 .165 -.155l.098 -.064a2 2 0 0 0 .993 -1.57l.007 -.163a1 1 0 0 1 .883 -.994l.117 -.007h6z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M7 3.344a10 10 0 0 1 10 0a1 1 0 0 1 .418 1.262l-.052 .104l-3 5.19l-.064 .098a.994 .994 0 0 1 -.155 .165l-.089 .067a1 1 0 0 1 -.195 .102l-.105 .034l-.107 .022a1.003 1.003 0 0 1 -.547 -.07l-.104 -.052a2 2 0 0 0 -1.842 -.082l-.158 .082a1 1 0 0 1 -1.302 -.268l-.064 -.098l-3 -5.19a1 1 0 0 1 .366 -1.366z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M9 11a1 1 0 0 1 .993 .884l.007 .117a2 2 0 0 0 .861 1.645l.237 .152a.994 .994 0 0 1 .165 .155l.067 .089l.056 .095l.045 .099c.014 .036 .026 .07 .035 .106l.022 .107l.011 .11a.994 .994 0 0 1 -.08 .437l-.053 .104l-3 5.19a1 1 0 0 1 -1.366 .366a10 10 0 0 1 -5 -8.656a1 1 0 0 1 .883 -.993l.117 -.007h6z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),erI=createReactComponent("radioactive-off","IconRadioactiveOff",[["path",{d:"M14.118 14.127c-.182 .181 -.39 .341 -.618 .473l3 5.19a9 9 0 0 0 1.856 -1.423m1.68 -2.32a8.993 8.993 0 0 0 .964 -4.047h-5",key:"svg-0"}],["path",{d:"M13.5 9.4l3 -5.19a9 9 0 0 0 -8.536 -.25",key:"svg-1"}],["path",{d:"M10.5 14.6l-3 5.19a9 9 0 0 1 -4.5 -7.79h6a3 3 0 0 0 1.5 2.6",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),erC=createReactComponent("radioactive","IconRadioactive",[["path",{d:"M13.5 14.6l3 5.19a9 9 0 0 0 4.5 -7.79h-6a3 3 0 0 1 -1.5 2.6",key:"svg-0"}],["path",{d:"M13.5 9.4l3 -5.19a9 9 0 0 0 -9 0l3 5.19a3 3 0 0 1 3 0",key:"svg-1"}],["path",{d:"M10.5 14.6l-3 5.19a9 9 0 0 1 -4.5 -7.79h6a3 3 0 0 0 1.5 2.6",key:"svg-2"}]]),erx=createReactComponent("radius-bottom-left","IconRadiusBottomLeft",[["path",{d:"M19 19h-6a8 8 0 0 1 -8 -8v-6",key:"svg-0"}]]),erR=createReactComponent("radius-bottom-right","IconRadiusBottomRight",[["path",{d:"M19 5v6a8 8 0 0 1 -8 8h-6",key:"svg-0"}]]),erS=createReactComponent("radius-top-left","IconRadiusTopLeft",[["path",{d:"M5 19v-6a8 8 0 0 1 8 -8h6",key:"svg-0"}]]),er_=createReactComponent("radius-top-right","IconRadiusTopRight",[["path",{d:"M5 5h6a8 8 0 0 1 8 8v6",key:"svg-0"}]]),erw=createReactComponent("rainbow-off","IconRainbowOff",[["path",{d:"M22 17c0 -5.523 -4.477 -10 -10 -10c-.308 0 -.613 .014 -.914 .041m-3.208 .845a10 10 0 0 0 -5.878 9.114",key:"svg-0"}],["path",{d:"M11.088 11.069a6 6 0 0 0 -5.088 5.931",key:"svg-1"}],["path",{d:"M14 17a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),erP=createReactComponent("rainbow","IconRainbow",[["path",{d:"M22 17c0 -5.523 -4.477 -10 -10 -10s-10 4.477 -10 10",key:"svg-0"}],["path",{d:"M18 17a6 6 0 1 0 -12 0",key:"svg-1"}],["path",{d:"M14 17a2 2 0 1 0 -4 0",key:"svg-2"}]]),erO=createReactComponent("rating-12-plus","IconRating12Plus",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M7 15v-6",key:"svg-1"}],["path",{d:"M15.5 12h3",key:"svg-2"}],["path",{d:"M17 10.5v3",key:"svg-3"}],["path",{d:"M10 10.5a1.5 1.5 0 0 1 3 0c0 .443 -.313 .989 -.612 1.393l-2.388 3.107h3",key:"svg-4"}]]),erF=createReactComponent("rating-14-plus","IconRating14Plus",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M7 15v-6",key:"svg-1"}],["path",{d:"M15.5 12h3",key:"svg-2"}],["path",{d:"M17 10.5v3",key:"svg-3"}],["path",{d:"M12.5 15v-6m-2.5 0v4h3",key:"svg-4"}]]),erz=createReactComponent("rating-16-plus","IconRating16Plus",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M11.5 13.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-1"}],["path",{d:"M7 15v-6",key:"svg-2"}],["path",{d:"M15.5 12h3",key:"svg-3"}],["path",{d:"M17 10.5v3",key:"svg-4"}],["path",{d:"M10 13.5v-3a1.5 1.5 0 0 1 1.5 -1.5h1",key:"svg-5"}]]),erD=createReactComponent("rating-18-plus","IconRating18Plus",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M11.5 10.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-1"}],["path",{d:"M11.5 13.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0",key:"svg-2"}],["path",{d:"M7 15v-6",key:"svg-3"}],["path",{d:"M15.5 12h3",key:"svg-4"}],["path",{d:"M17 10.5v3",key:"svg-5"}]]),erA=createReactComponent("rating-21-plus","IconRating21Plus",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M13 15v-6",key:"svg-1"}],["path",{d:"M15.5 12h3",key:"svg-2"}],["path",{d:"M17 10.5v3",key:"svg-3"}],["path",{d:"M7 10.5a1.5 1.5 0 0 1 3 0c0 .443 -.313 .989 -.612 1.393l-2.388 3.107h3",key:"svg-4"}]]),erj=createReactComponent("razor-electric","IconRazorElectric",[["path",{d:"M8 3v2",key:"svg-0"}],["path",{d:"M12 3v2",key:"svg-1"}],["path",{d:"M16 3v2",key:"svg-2"}],["path",{d:"M9 12v6a3 3 0 0 0 6 0v-6h-6z",key:"svg-3"}],["path",{d:"M8 5h8l-1 4h-6z",key:"svg-4"}],["path",{d:"M12 17v1",key:"svg-5"}]]),erE=createReactComponent("razor","IconRazor",[["path",{d:"M7 3h10v4h-10z",key:"svg-0"}],["path",{d:"M12 7v4",key:"svg-1"}],["path",{d:"M12 11a2 2 0 0 1 2 2v6a2 2 0 1 1 -4 0v-6a2 2 0 0 1 2 -2z",key:"svg-2"}]]),erT=createReactComponent("receipt-2","IconReceipt2",[["path",{d:"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2",key:"svg-0"}],["path",{d:"M14 8h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5m2 0v1.5m0 -9v1.5",key:"svg-1"}]]),erB=createReactComponent("receipt-off","IconReceiptOff",[["path",{d:"M5 21v-16m2 -2h10a2 2 0 0 1 2 2v10m0 4.01v1.99l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2",key:"svg-0"}],["path",{d:"M11 7l4 0",key:"svg-1"}],["path",{d:"M9 11l2 0",key:"svg-2"}],["path",{d:"M13 15l2 0",key:"svg-3"}],["path",{d:"M15 11l0 .01",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),erN=createReactComponent("receipt-refund","IconReceiptRefund",[["path",{d:"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2",key:"svg-0"}],["path",{d:"M15 14v-2a2 2 0 0 0 -2 -2h-4l2 -2m0 4l-2 -2",key:"svg-1"}]]),er$=createReactComponent("receipt-tax","IconReceiptTax",[["path",{d:"M9 14l6 -6",key:"svg-0"}],["circle",{cx:"9.5",cy:"8.5",r:".5",fill:"currentColor",key:"svg-1"}],["circle",{cx:"14.5",cy:"13.5",r:".5",fill:"currentColor",key:"svg-2"}],["path",{d:"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2",key:"svg-3"}]]),erL=createReactComponent("receipt","IconReceipt",[["path",{d:"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2m4 -14h6m-6 4h6m-2 4h2",key:"svg-0"}]]),erW=createReactComponent("recharging","IconRecharging",[["path",{d:"M7.038 4.5a9 9 0 0 0 -2.495 2.47",key:"svg-0"}],["path",{d:"M3.186 10.209a9 9 0 0 0 0 3.508",key:"svg-1"}],["path",{d:"M4.5 16.962a9 9 0 0 0 2.47 2.495",key:"svg-2"}],["path",{d:"M10.209 20.814a9 9 0 0 0 3.5 0",key:"svg-3"}],["path",{d:"M16.962 19.5a9 9 0 0 0 2.495 -2.47",key:"svg-4"}],["path",{d:"M20.814 13.791a9 9 0 0 0 0 -3.508",key:"svg-5"}],["path",{d:"M19.5 7.038a9 9 0 0 0 -2.47 -2.495",key:"svg-6"}],["path",{d:"M13.791 3.186a9 9 0 0 0 -3.508 -.02",key:"svg-7"}],["path",{d:"M12 8l-2 4h4l-2 4",key:"svg-8"}],["path",{d:"M12 21a9 9 0 0 0 0 -18",key:"svg-9"}]]),erH=createReactComponent("record-mail-off","IconRecordMailOff",[["path",{d:"M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M18.569 14.557a3 3 0 1 0 -4.113 -4.149",key:"svg-1"}],["path",{d:"M7 15h8",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),erV=createReactComponent("record-mail","IconRecordMail",[["path",{d:"M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M17 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M7 15l10 0",key:"svg-2"}]]),erq=createReactComponent("rectangle-filled","IconRectangleFilled",[["path",{d:"M19 4h-14a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),erU=createReactComponent("rectangle-rounded-bottom","IconRectangleRoundedBottom",[["path",{d:"M9 18h6a6 6 0 0 0 6 -6v-5a1 1 0 0 0 -1 -1h-16a1 1 0 0 0 -1 1v5a6 6 0 0 0 6 6z",key:"svg-0"}]]),erG=createReactComponent("rectangle-rounded-top","IconRectangleRoundedTop",[["path",{d:"M9 6h6a6 6 0 0 1 6 6v5a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-5a6 6 0 0 1 6 -6z",key:"svg-0"}]]),erX=createReactComponent("rectangle-vertical-filled","IconRectangleVerticalFilled",[["path",{d:"M17 2h-10a3 3 0 0 0 -3 3v14a3 3 0 0 0 3 3h10a3 3 0 0 0 3 -3v-14a3 3 0 0 0 -3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),erK=createReactComponent("rectangle-vertical","IconRectangleVertical",[["path",{d:"M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}]]),erY=createReactComponent("rectangle","IconRectangle",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}]]),erZ=createReactComponent("rectangular-prism-off","IconRectangularPrismOff",[["path",{d:"M8.18 8.18l-4.18 2.093c-.619 .355 -1 1.01 -1 1.718v5.018c0 .709 .381 1.363 1 1.717l4 2.008a2.016 2.016 0 0 0 2 0l7.146 -3.578m2.67 -1.337l.184 -.093c.619 -.355 1 -1.01 1 -1.718v-5.018a1.98 1.98 0 0 0 -1 -1.717l-4 -2.008a2.016 2.016 0 0 0 -2 0l-3.146 1.575",key:"svg-0"}],["path",{d:"M9 21v-7.5",key:"svg-1"}],["path",{d:"M9 13.5l3.048 -1.458m2.71 -1.296l5.742 -2.746",key:"svg-2"}],["path",{d:"M3.5 11l5.5 2.5",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),erQ=createReactComponent("rectangular-prism-plus","IconRectangularPrismPlus",[["path",{d:"M21 12.5v-3.509a1.98 1.98 0 0 0 -1 -1.717l-4 -2.008a2.016 2.016 0 0 0 -2 0l-10 5.007c-.619 .355 -1 1.01 -1 1.718v5.018c0 .709 .381 1.363 1 1.717l4 2.008a2.016 2.016 0 0 0 2 0l2.062 -1.032",key:"svg-0"}],["path",{d:"M9 21v-7.5",key:"svg-1"}],["path",{d:"M9 13.5l11.5 -5.5",key:"svg-2"}],["path",{d:"M3.5 11l5.5 2.5",key:"svg-3"}],["path",{d:"M16 19h6",key:"svg-4"}],["path",{d:"M19 16v6",key:"svg-5"}]]),erJ=createReactComponent("rectangular-prism","IconRectangularPrism",[["path",{d:"M21 14.008v-5.018a1.98 1.98 0 0 0 -1 -1.717l-4 -2.008a2.016 2.016 0 0 0 -2 0l-10 5.008c-.619 .355 -1 1.01 -1 1.718v5.018c0 .709 .381 1.363 1 1.717l4 2.008a2.016 2.016 0 0 0 2 0l10 -5.008c.619 -.355 1 -1.01 1 -1.718z",key:"svg-0"}],["path",{d:"M9 21v-7.5",key:"svg-1"}],["path",{d:"M9 13.5l11.5 -5.5",key:"svg-2"}],["path",{d:"M3.5 11l5.5 2.5",key:"svg-3"}]]),er1=createReactComponent("recycle-off","IconRecycleOff",[["path",{d:"M12 17l-2 2l2 2m-2 -2h9m1.896 -2.071a2 2 0 0 0 -.146 -.679l-.55 -1",key:"svg-0"}],["path",{d:"M8.536 11l-.732 -2.732l-2.732 .732m2.732 -.732l-4.5 7.794a2 2 0 0 0 1.506 2.89l1.141 .024",key:"svg-1"}],["path",{d:"M15.464 11l2.732 .732l.732 -2.732m-.732 2.732l-4.5 -7.794a2 2 0 0 0 -3.256 -.14l-.591 .976",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),er0=createReactComponent("recycle","IconRecycle",[["path",{d:"M12 17l-2 2l2 2",key:"svg-0"}],["path",{d:"M10 19h9a2 2 0 0 0 1.75 -2.75l-.55 -1",key:"svg-1"}],["path",{d:"M8.536 11l-.732 -2.732l-2.732 .732",key:"svg-2"}],["path",{d:"M7.804 8.268l-4.5 7.794a2 2 0 0 0 1.506 2.89l1.141 .024",key:"svg-3"}],["path",{d:"M15.464 11l2.732 .732l.732 -2.732",key:"svg-4"}],["path",{d:"M18.196 11.732l-4.5 -7.794a2 2 0 0 0 -3.256 -.14l-.591 .976",key:"svg-5"}]]),er2=createReactComponent("refresh-alert","IconRefreshAlert",[["path",{d:"M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4",key:"svg-0"}],["path",{d:"M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4",key:"svg-1"}],["path",{d:"M12 9l0 3",key:"svg-2"}],["path",{d:"M12 15l.01 0",key:"svg-3"}]]),er3=createReactComponent("refresh-dot","IconRefreshDot",[["path",{d:"M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4",key:"svg-0"}],["path",{d:"M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4",key:"svg-1"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}]]),er5=createReactComponent("refresh-off","IconRefreshOff",[["path",{d:"M20 11a8.1 8.1 0 0 0 -11.271 -6.305m-2.41 1.624a8.083 8.083 0 0 0 -1.819 2.681m-.5 -4v4h4",key:"svg-0"}],["path",{d:"M4 13a8.1 8.1 0 0 0 13.671 4.691m2.329 -1.691v-1h-1",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),er4=createReactComponent("refresh","IconRefresh",[["path",{d:"M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4",key:"svg-0"}],["path",{d:"M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4",key:"svg-1"}]]),er6=createReactComponent("regex-off","IconRegexOff",[["path",{d:"M6.5 15a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0 -5z",key:"svg-0"}],["path",{d:"M17 7.875l3 -1.687",key:"svg-1"}],["path",{d:"M17 7.875v3.375",key:"svg-2"}],["path",{d:"M17 7.875l-3 -1.687",key:"svg-3"}],["path",{d:"M17 7.875l3 1.688",key:"svg-4"}],["path",{d:"M17 4.5v3.375",key:"svg-5"}],["path",{d:"M17 7.875l-3 1.688",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),er9=createReactComponent("regex","IconRegex",[["path",{d:"M6.5 15a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0 -5z",key:"svg-0"}],["path",{d:"M17 7.875l3 -1.687",key:"svg-1"}],["path",{d:"M17 7.875v3.375",key:"svg-2"}],["path",{d:"M17 7.875l-3 -1.687",key:"svg-3"}],["path",{d:"M17 7.875l3 1.688",key:"svg-4"}],["path",{d:"M17 4.5v3.375",key:"svg-5"}],["path",{d:"M17 7.875l-3 1.688",key:"svg-6"}]]),er7=createReactComponent("registered","IconRegistered",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 15v-6h2a2 2 0 1 1 0 4h-2",key:"svg-1"}],["path",{d:"M14 15l-2 -2",key:"svg-2"}]]),er8=createReactComponent("relation-many-to-many","IconRelationManyToMany",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M15 14v-4l3 4v-4",key:"svg-1"}],["path",{d:"M6 14v-4l3 4v-4",key:"svg-2"}],["path",{d:"M12 10.5l0 .01",key:"svg-3"}],["path",{d:"M12 13.5l0 .01",key:"svg-4"}]]),eoe=createReactComponent("relation-one-to-many","IconRelationOneToMany",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 10h1v4",key:"svg-1"}],["path",{d:"M14 14v-4l3 4v-4",key:"svg-2"}],["path",{d:"M11 10.5l0 .01",key:"svg-3"}],["path",{d:"M11 13.5l0 .01",key:"svg-4"}]]),eot=createReactComponent("relation-one-to-one","IconRelationOneToOne",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M8 10h1v4",key:"svg-1"}],["path",{d:"M15 10h1v4",key:"svg-2"}],["path",{d:"M12 10.5l0 .01",key:"svg-3"}],["path",{d:"M12 13.5l0 .01",key:"svg-4"}]]),eoa=createReactComponent("reload","IconReload",[["path",{d:"M19.933 13.041a8 8 0 1 1 -9.925 -8.788c3.899 -1 7.935 1.007 9.425 4.747",key:"svg-0"}],["path",{d:"M20 4v5h-5",key:"svg-1"}]]),eon=createReactComponent("reorder","IconReorder",[["path",{d:"M3 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M10 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M17 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M5 11v-3a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v3",key:"svg-3"}],["path",{d:"M16.5 8.5l2.5 2.5l2.5 -2.5",key:"svg-4"}]]),eor=createReactComponent("repeat-off","IconRepeatOff",[["path",{d:"M4 12v-3c0 -1.336 .873 -2.468 2.08 -2.856m3.92 -.144h10m-3 -3l3 3l-3 3",key:"svg-0"}],["path",{d:"M20 12v3a3 3 0 0 1 -.133 .886m-1.99 1.984a3 3 0 0 1 -.877 .13h-13m3 3l-3 -3l3 -3",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),eoo=createReactComponent("repeat-once","IconRepeatOnce",[["path",{d:"M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3",key:"svg-0"}],["path",{d:"M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3",key:"svg-1"}],["path",{d:"M11 11l1 -1v4",key:"svg-2"}]]),eol=createReactComponent("repeat","IconRepeat",[["path",{d:"M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3",key:"svg-0"}],["path",{d:"M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3",key:"svg-1"}]]),eoc=createReactComponent("replace-filled","IconReplaceFilled",[["path",{d:"M8 2h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M20 14h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M16.707 2.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.293 1.293h3.586a3 3 0 0 1 2.995 2.824l.005 .176v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-3a1 1 0 0 0 -.883 -.993l-.117 -.007h-3.585l1.292 1.293a1 1 0 0 1 -1.32 1.497l-.094 -.083l-3 -3a.98 .98 0 0 1 -.28 -.872l.036 -.146l.04 -.104c.058 -.126 .14 -.24 .245 -.334l2.959 -2.958a1 1 0 0 1 1.414 0z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M3 12a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 0 .883 .993l.117 .007h3.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083l.094 .083l3 3a.98 .98 0 0 1 .28 .872l-.036 .146l-.04 .104a1.02 1.02 0 0 1 -.245 .334l-2.959 2.958a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.291 -1.293h-3.584a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-3a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}]]),eoi=createReactComponent("replace-off","IconReplaceOff",[["path",{d:"M7 3h1a1 1 0 0 1 1 1v1m-.303 3.717a1 1 0 0 1 -.697 .283h-4a1 1 0 0 1 -1 -1v-4c0 -.28 .115 -.532 .3 -.714",key:"svg-0"}],["path",{d:"M19 15h1a1 1 0 0 1 1 1v1m-.303 3.717a1 1 0 0 1 -.697 .283h-4a1 1 0 0 1 -1 -1v-4c0 -.28 .115 -.532 .3 -.714",key:"svg-1"}],["path",{d:"M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3",key:"svg-2"}],["path",{d:"M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),eos=createReactComponent("replace","IconReplace",[["path",{d:"M3 3m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M15 15m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3",key:"svg-2"}],["path",{d:"M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3",key:"svg-3"}]]),eod=createReactComponent("report-analytics","IconReportAnalytics",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M9 17v-5",key:"svg-2"}],["path",{d:"M12 17v-1",key:"svg-3"}],["path",{d:"M15 17v-3",key:"svg-4"}]]),eou=createReactComponent("report-medical","IconReportMedical",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M10 14l4 0",key:"svg-2"}],["path",{d:"M12 12l0 4",key:"svg-3"}]]),eop=createReactComponent("report-money","IconReportMoney",[["path",{d:"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M12 17v1m0 -8v1",key:"svg-3"}]]),eoh=createReactComponent("report-off","IconReportOff",[["path",{d:"M5.576 5.595a2 2 0 0 0 -.576 1.405v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2m0 -4v-8a2 2 0 0 0 -2 -2h-2",key:"svg-0"}],["path",{d:"M9 5a2 2 0 0 1 2 -2h2a2 2 0 1 1 0 4h-2",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),eov=createReactComponent("report-search","IconReportSearch",[["path",{d:"M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697",key:"svg-0"}],["path",{d:"M18 12v-5a2 2 0 0 0 -2 -2h-2",key:"svg-1"}],["path",{d:"M8 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-2"}],["path",{d:"M8 11h4",key:"svg-3"}],["path",{d:"M8 15h3",key:"svg-4"}],["path",{d:"M16.5 17.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-5"}],["path",{d:"M18.5 19.5l2.5 2.5",key:"svg-6"}]]),eog=createReactComponent("report","IconReport",[["path",{d:"M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697",key:"svg-0"}],["path",{d:"M18 14v4h4",key:"svg-1"}],["path",{d:"M18 11v-4a2 2 0 0 0 -2 -2h-2",key:"svg-2"}],["path",{d:"M8 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-3"}],["path",{d:"M18 18m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-4"}],["path",{d:"M8 11h4",key:"svg-5"}],["path",{d:"M8 15h3",key:"svg-6"}]]),eoy=createReactComponent("reserved-line","IconReservedLine",[["path",{d:"M9 20h6",key:"svg-0"}],["path",{d:"M12 14v6",key:"svg-1"}],["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-2"}],["path",{d:"M9 9h6",key:"svg-3"}]]),eof=createReactComponent("resize","IconResize",[["path",{d:"M4 11v8a1 1 0 0 0 1 1h8m-9 -14v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1",key:"svg-0"}],["path",{d:"M4 12h7a1 1 0 0 1 1 1v7",key:"svg-1"}]]),eom=createReactComponent("restore","IconRestore",[["path",{d:"M3.06 13a9 9 0 1 0 .49 -4.087",key:"svg-0"}],["path",{d:"M3 4.001v5h5",key:"svg-1"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}]]),eok=createReactComponent("rewind-backward-10","IconRewindBackward10",[["path",{d:"M7 9l-3 -3l3 -3",key:"svg-0"}],["path",{d:"M15.997 17.918a6.002 6.002 0 0 0 -.997 -11.918h-11",key:"svg-1"}],["path",{d:"M6 14v6",key:"svg-2"}],["path",{d:"M9 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-3"}]]),eoM=createReactComponent("rewind-backward-15","IconRewindBackward15",[["path",{d:"M8 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3",key:"svg-0"}],["path",{d:"M15 18a6 6 0 1 0 0 -12h-11",key:"svg-1"}],["path",{d:"M5 14v6",key:"svg-2"}],["path",{d:"M7 9l-3 -3l3 -3",key:"svg-3"}]]),eob=createReactComponent("rewind-backward-20","IconRewindBackward20",[["path",{d:"M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11",key:"svg-0"}],["path",{d:"M7 9l-3 -3l3 -3",key:"svg-1"}],["path",{d:"M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-2"}],["path",{d:"M6 14h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2",key:"svg-3"}]]),eoI=createReactComponent("rewind-backward-30","IconRewindBackward30",[["path",{d:"M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11",key:"svg-0"}],["path",{d:"M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-1"}],["path",{d:"M6 14h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5",key:"svg-2"}],["path",{d:"M7 9l-3 -3l3 -3",key:"svg-3"}]]),eoC=createReactComponent("rewind-backward-40","IconRewindBackward40",[["path",{d:"M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11",key:"svg-0"}],["path",{d:"M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-1"}],["path",{d:"M6 14v2a1 1 0 0 0 1 1h1",key:"svg-2"}],["path",{d:"M9 14v6",key:"svg-3"}],["path",{d:"M7 9l-3 -3l3 -3",key:"svg-4"}]]),eox=createReactComponent("rewind-backward-5","IconRewindBackward5",[["path",{d:"M15 18a6 6 0 1 0 0 -12h-11",key:"svg-0"}],["path",{d:"M7 9l-3 -3l3 -3",key:"svg-1"}],["path",{d:"M8 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3",key:"svg-2"}]]),eoR=createReactComponent("rewind-backward-50","IconRewindBackward50",[["path",{d:"M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11",key:"svg-0"}],["path",{d:"M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-1"}],["path",{d:"M6 20h1.5a1.5 1.5 0 0 0 0 -3h-1.5v-3h3",key:"svg-2"}],["path",{d:"M7 9l-3 -3l3 -3",key:"svg-3"}]]),eoS=createReactComponent("rewind-backward-60","IconRewindBackward60",[["path",{d:"M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11",key:"svg-0"}],["path",{d:"M7 9l-3 -3l3 -3",key:"svg-1"}],["path",{d:"M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-2"}],["path",{d:"M9 14h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2",key:"svg-3"}]]),eo_=createReactComponent("rewind-forward-10","IconRewindForward10",[["path",{d:"M17 9l3 -3l-3 -3",key:"svg-0"}],["path",{d:"M8 17.918a5.997 5.997 0 0 1 -5 -5.918a6 6 0 0 1 6 -6h11",key:"svg-1"}],["path",{d:"M12 14v6",key:"svg-2"}],["path",{d:"M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-3"}]]),eow=createReactComponent("rewind-forward-15","IconRewindForward15",[["path",{d:"M17 9l3 -3l-3 -3",key:"svg-0"}],["path",{d:"M9 18a6 6 0 1 1 0 -12h11",key:"svg-1"}],["path",{d:"M16 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3",key:"svg-2"}],["path",{d:"M13 14v6",key:"svg-3"}]]),eoP=createReactComponent("rewind-forward-20","IconRewindForward20",[["path",{d:"M5.007 16.478a6 6 0 0 1 3.993 -10.478h11",key:"svg-0"}],["path",{d:"M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-1"}],["path",{d:"M17 9l3 -3l-3 -3",key:"svg-2"}],["path",{d:"M9 14h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2",key:"svg-3"}]]),eoO=createReactComponent("rewind-forward-30","IconRewindForward30",[["path",{d:"M5.007 16.478a6 6 0 0 1 3.993 -10.478h11",key:"svg-0"}],["path",{d:"M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-1"}],["path",{d:"M17 9l3 -3l-3 -3",key:"svg-2"}],["path",{d:"M9 14h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5",key:"svg-3"}]]),eoF=createReactComponent("rewind-forward-40","IconRewindForward40",[["path",{d:"M5.007 16.478a6 6 0 0 1 3.993 -10.478h11",key:"svg-0"}],["path",{d:"M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-1"}],["path",{d:"M17 9l3 -3l-3 -3",key:"svg-2"}],["path",{d:"M9 14v2a1 1 0 0 0 1 1h1",key:"svg-3"}],["path",{d:"M12 14v6",key:"svg-4"}]]),eoz=createReactComponent("rewind-forward-5","IconRewindForward5",[["path",{d:"M9 18a6 6 0 1 1 0 -12h11",key:"svg-0"}],["path",{d:"M13 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3",key:"svg-1"}],["path",{d:"M17 9l3 -3l-3 -3",key:"svg-2"}]]),eoD=createReactComponent("rewind-forward-50","IconRewindForward50",[["path",{d:"M5.007 16.478a6 6 0 0 1 3.993 -10.478h11",key:"svg-0"}],["path",{d:"M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-1"}],["path",{d:"M17 9l3 -3l-3 -3",key:"svg-2"}],["path",{d:"M9 20h1.5a1.5 1.5 0 0 0 0 -3h-1.5v-3h3",key:"svg-3"}]]),eoA=createReactComponent("rewind-forward-60","IconRewindForward60",[["path",{d:"M5.007 16.478a6 6 0 0 1 3.993 -10.478h11",key:"svg-0"}],["path",{d:"M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-1"}],["path",{d:"M17 9l3 -3l-3 -3",key:"svg-2"}],["path",{d:"M12 14h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2",key:"svg-3"}]]),eoj=createReactComponent("ribbon-health","IconRibbonHealth",[["path",{d:"M7 21s9.286 -9.841 9.286 -13.841a3.864 3.864 0 0 0 -1.182 -3.008a4.13 4.13 0 0 0 -3.104 -1.144a4.13 4.13 0 0 0 -3.104 1.143a3.864 3.864 0 0 0 -1.182 3.01c0 4 9.286 13.84 9.286 13.84",key:"svg-0"}]]),eoE=createReactComponent("rings","IconRings",[["path",{d:"M7 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M7 15v-11",key:"svg-2"}],["path",{d:"M17 15v-11",key:"svg-3"}],["path",{d:"M3 4h18",key:"svg-4"}]]),eoT=createReactComponent("ripple-off","IconRippleOff",[["path",{d:"M3 7c.915 -.61 1.83 -1.034 2.746 -1.272m4.212 .22c.68 .247 1.361 .598 2.042 1.052c3 2 6 2 9 0",key:"svg-0"}],["path",{d:"M3 17c3 -2 6 -2 9 0c2.092 1.395 4.184 1.817 6.276 1.266",key:"svg-1"}],["path",{d:"M3 12c3 -2 6 -2 9 0m5.482 1.429c1.173 -.171 2.345 -.647 3.518 -1.429",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eoB=createReactComponent("ripple","IconRipple",[["path",{d:"M3 7c3 -2 6 -2 9 0s6 2 9 0",key:"svg-0"}],["path",{d:"M3 17c3 -2 6 -2 9 0s6 2 9 0",key:"svg-1"}],["path",{d:"M3 12c3 -2 6 -2 9 0s6 2 9 0",key:"svg-2"}]]),eoN=createReactComponent("road-off","IconRoadOff",[["path",{d:"M4 19l3.332 -11.661",key:"svg-0"}],["path",{d:"M16 5l2.806 9.823",key:"svg-1"}],["path",{d:"M12 8v-2",key:"svg-2"}],["path",{d:"M12 13v-1",key:"svg-3"}],["path",{d:"M12 18v-2",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),eo$=createReactComponent("road-sign","IconRoadSign",[["path",{d:"M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z",key:"svg-0"}],["path",{d:"M9 14v-2c0 -.59 .414 -1 1 -1h5",key:"svg-1"}],["path",{d:"M13 9l2 2l-2 2",key:"svg-2"}]]),eoL=createReactComponent("road","IconRoad",[["path",{d:"M4 19l4 -14",key:"svg-0"}],["path",{d:"M16 5l4 14",key:"svg-1"}],["path",{d:"M12 8v-2",key:"svg-2"}],["path",{d:"M12 13v-2",key:"svg-3"}],["path",{d:"M12 18v-2",key:"svg-4"}]]),eoW=createReactComponent("robot-face","IconRobotFace",[["path",{d:"M6 5h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2z",key:"svg-0"}],["path",{d:"M9 16c1 .667 2 1 3 1s2 -.333 3 -1",key:"svg-1"}],["path",{d:"M9 7l-1 -4",key:"svg-2"}],["path",{d:"M15 7l1 -4",key:"svg-3"}],["path",{d:"M9 12v-1",key:"svg-4"}],["path",{d:"M15 12v-1",key:"svg-5"}]]),eoH=createReactComponent("robot-off","IconRobotOff",[["path",{d:"M8 4h8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2m-4 0h-4a2 2 0 0 1 -2 -2v-4",key:"svg-0"}],["path",{d:"M12 2v2",key:"svg-1"}],["path",{d:"M9 12v9",key:"svg-2"}],["path",{d:"M15 15v6",key:"svg-3"}],["path",{d:"M5 16l4 -2",key:"svg-4"}],["path",{d:"M9 18h6",key:"svg-5"}],["path",{d:"M14 8v.01",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),eoV=createReactComponent("robot","IconRobot",[["path",{d:"M6 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 2v2",key:"svg-1"}],["path",{d:"M9 12v9",key:"svg-2"}],["path",{d:"M15 12v9",key:"svg-3"}],["path",{d:"M5 16l4 -2",key:"svg-4"}],["path",{d:"M15 14l4 2",key:"svg-5"}],["path",{d:"M9 18h6",key:"svg-6"}],["path",{d:"M10 8v.01",key:"svg-7"}],["path",{d:"M14 8v.01",key:"svg-8"}]]),eoq=createReactComponent("rocket-off","IconRocketOff",[["path",{d:"M9.29 9.275a9.03 9.03 0 0 0 -.29 .725a6 6 0 0 0 -5 3a8 8 0 0 1 7 7a6 6 0 0 0 3 -5c.241 -.085 .478 -.18 .708 -.283m2.428 -1.61a9 9 0 0 0 2.864 -6.107a3 3 0 0 0 -3 -3a9 9 0 0 0 -6.107 2.864",key:"svg-0"}],["path",{d:"M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3",key:"svg-1"}],["path",{d:"M15 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eoU=createReactComponent("rocket","IconRocket",[["path",{d:"M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3 -5a9 9 0 0 0 6 -8a3 3 0 0 0 -3 -3a9 9 0 0 0 -8 6a6 6 0 0 0 -5 3",key:"svg-0"}],["path",{d:"M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3",key:"svg-1"}],["path",{d:"M15 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}]]),eoG=createReactComponent("roller-skating","IconRollerSkating",[["path",{d:"M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -1 -1.1l.8 -8a1 1 0 0 1 1 -.9z",key:"svg-0"}],["path",{d:"M8 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M16 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}]]),eoX=createReactComponent("rollercoaster-off","IconRollercoasterOff",[["path",{d:"M3 21a5.55 5.55 0 0 0 5.265 -3.795l.735 -2.205a8.759 8.759 0 0 1 2.35 -3.652m2.403 -1.589a8.76 8.76 0 0 1 3.572 -.759h3.675",key:"svg-0"}],["path",{d:"M20 9v7m0 4v1",key:"svg-1"}],["path",{d:"M8 21v-3",key:"svg-2"}],["path",{d:"M12 21v-9",key:"svg-3"}],["path",{d:"M16 9.5v2.5m0 4v5",key:"svg-4"}],["path",{d:"M15 3h5v3h-5z",key:"svg-5"}],["path",{d:"M9.446 5.415l.554 -.415l2 2.5l-.285 .213m-2.268 1.702l-1.447 1.085l-1.8 -.5l-.2 -2l1.139 -.854",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),eoK=createReactComponent("rollercoaster","IconRollercoaster",[["path",{d:"M3 21a5.55 5.55 0 0 0 5.265 -3.795l.735 -2.205a8.775 8.775 0 0 1 8.325 -6h3.675",key:"svg-0"}],["path",{d:"M20 9v12",key:"svg-1"}],["path",{d:"M8 21v-3",key:"svg-2"}],["path",{d:"M12 21v-10",key:"svg-3"}],["path",{d:"M16 9.5v11.5",key:"svg-4"}],["path",{d:"M15 3h5v3h-5z",key:"svg-5"}],["path",{d:"M6 8l4 -3l2 2.5l-4 3l-1.8 -.5z",key:"svg-6"}]]),eoY=createReactComponent("rosette-filled","IconRosetteFilled",[["path",{d:"M12.01 2.011a3.2 3.2 0 0 1 2.113 .797l.154 .145l.698 .698a1.2 1.2 0 0 0 .71 .341l.135 .008h1a3.2 3.2 0 0 1 3.195 3.018l.005 .182v1c0 .27 .092 .533 .258 .743l.09 .1l.697 .698a3.2 3.2 0 0 1 .147 4.382l-.145 .154l-.698 .698a1.2 1.2 0 0 0 -.341 .71l-.008 .135v1a3.2 3.2 0 0 1 -3.018 3.195l-.182 .005h-1a1.2 1.2 0 0 0 -.743 .258l-.1 .09l-.698 .697a3.2 3.2 0 0 1 -4.382 .147l-.154 -.145l-.698 -.698a1.2 1.2 0 0 0 -.71 -.341l-.135 -.008h-1a3.2 3.2 0 0 1 -3.195 -3.018l-.005 -.182v-1a1.2 1.2 0 0 0 -.258 -.743l-.09 -.1l-.697 -.698a3.2 3.2 0 0 1 -.147 -4.382l.145 -.154l.698 -.698a1.2 1.2 0 0 0 .341 -.71l.008 -.135v-1l.005 -.182a3.2 3.2 0 0 1 3.013 -3.013l.182 -.005h1a1.2 1.2 0 0 0 .743 -.258l.1 -.09l.698 -.697a3.2 3.2 0 0 1 2.269 -.944z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eoZ=createReactComponent("rosette-number-0","IconRosetteNumber0",[["path",{d:"M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z",key:"svg-0"}],["path",{d:"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1",key:"svg-1"}]]),eoQ=createReactComponent("rosette-number-1","IconRosetteNumber1",[["path",{d:"M10 10l2 -2v8",key:"svg-0"}],["path",{d:"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1",key:"svg-1"}]]),eoJ=createReactComponent("rosette-number-2","IconRosetteNumber2",[["path",{d:"M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1",key:"svg-1"}]]),eo1=createReactComponent("rosette-number-3","IconRosetteNumber3",[["path",{d:"M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1",key:"svg-0"}],["path",{d:"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1",key:"svg-1"}]]),eo0=createReactComponent("rosette-number-4","IconRosetteNumber4",[["path",{d:"M10 8v3a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M14 8v8",key:"svg-1"}],["path",{d:"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1",key:"svg-2"}]]),eo2=createReactComponent("rosette-number-5","IconRosetteNumber5",[["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4",key:"svg-0"}],["path",{d:"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1",key:"svg-1"}]]),eo3=createReactComponent("rosette-number-6","IconRosetteNumber6",[["path",{d:"M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3",key:"svg-0"}],["path",{d:"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1",key:"svg-1"}]]),eo5=createReactComponent("rosette-number-7","IconRosetteNumber7",[["path",{d:"M10 8h4l-2 8",key:"svg-0"}],["path",{d:"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1",key:"svg-1"}]]),eo4=createReactComponent("rosette-number-8","IconRosetteNumber8",[["path",{d:"M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1",key:"svg-0"}],["path",{d:"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1",key:"svg-1"}]]),eo6=createReactComponent("rosette-number-9","IconRosetteNumber9",[["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1",key:"svg-1"}]]),eo9=createReactComponent("rosette","IconRosette",[["path",{d:"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1",key:"svg-0"}]]),eo7=createReactComponent("rotate-2","IconRotate2",[["path",{d:"M15 4.55a8 8 0 0 0 -6 14.9m0 -4.45v5h-5",key:"svg-0"}],["path",{d:"M18.37 7.16l0 .01",key:"svg-1"}],["path",{d:"M13 19.94l0 .01",key:"svg-2"}],["path",{d:"M16.84 18.37l0 .01",key:"svg-3"}],["path",{d:"M19.37 15.1l0 .01",key:"svg-4"}],["path",{d:"M19.94 11l0 .01",key:"svg-5"}]]),eo8=createReactComponent("rotate-360","IconRotate360",[["path",{d:"M12 16h4v4",key:"svg-0"}],["path",{d:"M19.458 11.042c.86 -2.366 .722 -4.58 -.6 -5.9c-2.272 -2.274 -7.185 -1.045 -10.973 2.743c-3.788 3.788 -5.017 8.701 -2.744 10.974c2.227 2.226 6.987 1.093 10.74 -2.515",key:"svg-1"}]]),ele=createReactComponent("rotate-clockwise-2","IconRotateClockwise2",[["path",{d:"M9 4.55a8 8 0 0 1 6 14.9m0 -4.45v5h5",key:"svg-0"}],["path",{d:"M5.63 7.16l0 .01",key:"svg-1"}],["path",{d:"M4.06 11l0 .01",key:"svg-2"}],["path",{d:"M4.63 15.1l0 .01",key:"svg-3"}],["path",{d:"M7.16 18.37l0 .01",key:"svg-4"}],["path",{d:"M11 19.94l0 .01",key:"svg-5"}]]),elt=createReactComponent("rotate-clockwise","IconRotateClockwise",[["path",{d:"M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5",key:"svg-0"}]]),ela=createReactComponent("rotate-dot","IconRotateDot",[["path",{d:"M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5",key:"svg-0"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}]]),eln=createReactComponent("rotate-rectangle","IconRotateRectangle",[["path",{d:"M10.09 4.01l.496 -.495a2 2 0 0 1 2.828 0l7.071 7.07a2 2 0 0 1 0 2.83l-7.07 7.07a2 2 0 0 1 -2.83 0l-7.07 -7.07a2 2 0 0 1 0 -2.83l3.535 -3.535h-3.988",key:"svg-0"}],["path",{d:"M7.05 11.038v-3.988",key:"svg-1"}]]),elr=createReactComponent("rotate","IconRotate",[["path",{d:"M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5",key:"svg-0"}]]),elo=createReactComponent("route-2","IconRoute2",[["path",{d:"M3 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M19 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4z",key:"svg-1"}],["path",{d:"M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2",key:"svg-2"}]]),ell=createReactComponent("route-alt-left","IconRouteAltLeft",[["path",{d:"M8 3h-5v5",key:"svg-0"}],["path",{d:"M16 3h5v5",key:"svg-1"}],["path",{d:"M3 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93",key:"svg-2"}],["path",{d:"M18 6.01v-.01",key:"svg-3"}],["path",{d:"M16 8.02v-.01",key:"svg-4"}],["path",{d:"M14 10v.01",key:"svg-5"}]]),elc=createReactComponent("route-alt-right","IconRouteAltRight",[["path",{d:"M16 3h5v5",key:"svg-0"}],["path",{d:"M8 3h-5v5",key:"svg-1"}],["path",{d:"M21 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93",key:"svg-2"}],["path",{d:"M6 6.01v-.01",key:"svg-3"}],["path",{d:"M8 8.02v-.01",key:"svg-4"}],["path",{d:"M10 10v.01",key:"svg-5"}]]),eli=createReactComponent("route-off","IconRouteOff",[["path",{d:"M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M18 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M12 19h4.5c.71 0 1.372 -.212 1.924 -.576m1.545 -2.459a3.5 3.5 0 0 0 -3.469 -3.965h-.499m-4 0h-3.501a3.5 3.5 0 0 1 -2.477 -5.972m2.477 -1.028h3.5",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),els=createReactComponent("route-scan","IconRouteScan",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M7 12v-3h3",key:"svg-4"}],["path",{d:"M14 9h3v3",key:"svg-5"}],["path",{d:"M7 9l4.414 4.414a2 2 0 0 1 .586 1.414v2.172",key:"svg-6"}],["path",{d:"M17 9l-4.414 4.414a2 2 0 0 0 -.586 1.414v2.172",key:"svg-7"}]]),eld=createReactComponent("route-square-2","IconRouteSquare2",[["path",{d:"M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2",key:"svg-0"}],["path",{d:"M3 17h4v4h-4z",key:"svg-1"}],["path",{d:"M17 3h4v4h-4z",key:"svg-2"}]]),elu=createReactComponent("route-square","IconRouteSquare",[["path",{d:"M3 17h4v4h-4z",key:"svg-0"}],["path",{d:"M17 3h4v4h-4z",key:"svg-1"}],["path",{d:"M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5",key:"svg-2"}]]),elp=createReactComponent("route-x-2","IconRouteX2",[["path",{d:"M3 17l4 4",key:"svg-0"}],["path",{d:"M7 17l-4 4",key:"svg-1"}],["path",{d:"M17 3l4 4",key:"svg-2"}],["path",{d:"M21 3l-4 4",key:"svg-3"}],["path",{d:"M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2",key:"svg-4"}]]),elh=createReactComponent("route-x","IconRouteX",[["path",{d:"M3 17l4 4",key:"svg-0"}],["path",{d:"M7 17l-4 4",key:"svg-1"}],["path",{d:"M17 3l4 4",key:"svg-2"}],["path",{d:"M21 3l-4 4",key:"svg-3"}],["path",{d:"M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5",key:"svg-4"}]]),elv=createReactComponent("route","IconRoute",[["path",{d:"M3 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M19 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4z",key:"svg-1"}],["path",{d:"M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5",key:"svg-2"}]]),elg=createReactComponent("router-off","IconRouterOff",[["path",{d:"M17 13h2a2 2 0 0 1 2 2v2m-.588 3.417c-.362 .36 -.861 .583 -1.412 .583h-14a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2h8",key:"svg-0"}],["path",{d:"M17 17v.01",key:"svg-1"}],["path",{d:"M13 17v.01",key:"svg-2"}],["path",{d:"M12.226 8.2a4 4 0 0 1 6.024 .55",key:"svg-3"}],["path",{d:"M9.445 5.407a8 8 0 0 1 12.055 1.093",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),ely=createReactComponent("router","IconRouter",[["path",{d:"M3 13m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M17 17l0 .01",key:"svg-1"}],["path",{d:"M13 17l0 .01",key:"svg-2"}],["path",{d:"M15 13l0 -2",key:"svg-3"}],["path",{d:"M11.75 8.75a4 4 0 0 1 6.5 0",key:"svg-4"}],["path",{d:"M8.5 6.5a8 8 0 0 1 13 0",key:"svg-5"}]]),elf=createReactComponent("row-insert-bottom","IconRowInsertBottom",[["path",{d:"M20 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1z",key:"svg-0"}],["path",{d:"M12 15l0 4",key:"svg-1"}],["path",{d:"M14 17l-4 0",key:"svg-2"}]]),elm=createReactComponent("row-insert-top","IconRowInsertTop",[["path",{d:"M4 18v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M12 9v-4",key:"svg-1"}],["path",{d:"M10 7l4 0",key:"svg-2"}]]),elk=createReactComponent("row-remove","IconRowRemove",[["path",{d:"M20 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1z",key:"svg-0"}],["path",{d:"M10 16l4 4",key:"svg-1"}],["path",{d:"M10 20l4 -4",key:"svg-2"}]]),elM=createReactComponent("rss","IconRss",[["path",{d:"M5 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M4 4a16 16 0 0 1 16 16",key:"svg-1"}],["path",{d:"M4 11a9 9 0 0 1 9 9",key:"svg-2"}]]),elb=createReactComponent("rubber-stamp-off","IconRubberStampOff",[["path",{d:"M8.273 8.273c.805 2.341 2.857 5.527 -1.484 5.527c-2.368 0 -3.789 0 -3.789 4.05h14.85",key:"svg-0"}],["path",{d:"M5 21h14",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}],["path",{d:"M8.712 4.722a3.99 3.99 0 0 1 3.288 -1.722a4 4 0 0 1 4 4c0 .992 -.806 2.464 -1.223 3.785m6.198 6.196c-.182 -2.883 -1.332 -3.153 -3.172 -3.178",key:"svg-3"}]]),elI=createReactComponent("rubber-stamp","IconRubberStamp",[["path",{d:"M21 17.85h-18c0 -4.05 1.421 -4.05 3.79 -4.05c5.21 0 1.21 -4.59 1.21 -6.8a4 4 0 1 1 8 0c0 2.21 -4 6.8 1.21 6.8c2.369 0 3.79 0 3.79 4.05z",key:"svg-0"}],["path",{d:"M5 21h14",key:"svg-1"}]]),elC=createReactComponent("ruler-2-off","IconRuler2Off",[["path",{d:"M12.03 7.97l4.97 -4.97l4 4l-5 5m-2 2l-7 7l-4 -4l7 -7",key:"svg-0"}],["path",{d:"M16 7l-1.5 -1.5",key:"svg-1"}],["path",{d:"M10 13l-1.5 -1.5",key:"svg-2"}],["path",{d:"M7 16l-1.5 -1.5",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),elx=createReactComponent("ruler-2","IconRuler2",[["path",{d:"M17 3l4 4l-14 14l-4 -4z",key:"svg-0"}],["path",{d:"M16 7l-1.5 -1.5",key:"svg-1"}],["path",{d:"M13 10l-1.5 -1.5",key:"svg-2"}],["path",{d:"M10 13l-1.5 -1.5",key:"svg-3"}],["path",{d:"M7 16l-1.5 -1.5",key:"svg-4"}]]),elR=createReactComponent("ruler-3","IconRuler3",[["path",{d:"M19.875 8c.621 0 1.125 .512 1.125 1.143v5.714c0 .631 -.504 1.143 -1.125 1.143h-15.875a1 1 0 0 1 -1 -1v-5.857c0 -.631 .504 -1.143 1.125 -1.143h15.75z",key:"svg-0"}],["path",{d:"M9 8v2",key:"svg-1"}],["path",{d:"M6 8v3",key:"svg-2"}],["path",{d:"M12 8v3",key:"svg-3"}],["path",{d:"M18 8v3",key:"svg-4"}],["path",{d:"M15 8v2",key:"svg-5"}]]),elS=createReactComponent("ruler-measure","IconRulerMeasure",[["path",{d:"M19.875 12c.621 0 1.125 .512 1.125 1.143v5.714c0 .631 -.504 1.143 -1.125 1.143h-15.875a1 1 0 0 1 -1 -1v-5.857c0 -.631 .504 -1.143 1.125 -1.143h15.75z",key:"svg-0"}],["path",{d:"M9 12v2",key:"svg-1"}],["path",{d:"M6 12v3",key:"svg-2"}],["path",{d:"M12 12v3",key:"svg-3"}],["path",{d:"M18 12v3",key:"svg-4"}],["path",{d:"M15 12v2",key:"svg-5"}],["path",{d:"M3 3v4",key:"svg-6"}],["path",{d:"M3 5h18",key:"svg-7"}],["path",{d:"M21 3v4",key:"svg-8"}]]),el_=createReactComponent("ruler-off","IconRulerOff",[["path",{d:"M8 4h11a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-4m-3.713 .299a1 1 0 0 0 -.287 .701v7a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-14c0 -.284 .118 -.54 .308 -.722",key:"svg-0"}],["path",{d:"M4 8h2",key:"svg-1"}],["path",{d:"M4 12h3",key:"svg-2"}],["path",{d:"M4 16h2",key:"svg-3"}],["path",{d:"M12 4v3",key:"svg-4"}],["path",{d:"M16 4v2",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),elw=createReactComponent("ruler","IconRuler",[["path",{d:"M5 4h14a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-7a1 1 0 0 0 -1 1v7a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1",key:"svg-0"}],["path",{d:"M4 8l2 0",key:"svg-1"}],["path",{d:"M4 12l3 0",key:"svg-2"}],["path",{d:"M4 16l2 0",key:"svg-3"}],["path",{d:"M8 4l0 2",key:"svg-4"}],["path",{d:"M12 4l0 3",key:"svg-5"}],["path",{d:"M16 4l0 2",key:"svg-6"}]]),elP=createReactComponent("run","IconRun",[["path",{d:"M13 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M4 17l5 1l.75 -1.5",key:"svg-1"}],["path",{d:"M15 21l0 -4l-4 -3l1 -6",key:"svg-2"}],["path",{d:"M7 12l0 -3l5 -1l3 3l3 1",key:"svg-3"}]]),elO=createReactComponent("rv-truck","IconRvTruck",[["path",{d:"M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M9 17h6",key:"svg-2"}],["path",{d:"M19 17h1a1 1 0 0 0 1 -1v-4.528a2 2 0 0 0 -.211 -.894l-.96 -1.92a3 3 0 0 0 -2.683 -1.658h-11.146a3 3 0 0 0 -3 3v6a1 1 0 0 0 1 1h1",key:"svg-3"}],["path",{d:"M3 12h18",key:"svg-4"}],["path",{d:"M15 12v-5",key:"svg-5"}],["path",{d:"M6 4m0 1.5a1.5 1.5 0 0 1 1.5 -1.5h7a1.5 1.5 0 0 1 1.5 1.5v0a1.5 1.5 0 0 1 -1.5 1.5h-7a1.5 1.5 0 0 1 -1.5 -1.5z",key:"svg-6"}]]),elF=createReactComponent("s-turn-down","IconSTurnDown",[["path",{d:"M7 5a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z",key:"svg-0"}],["path",{d:"M5 7v9.5a3.5 3.5 0 0 0 7 0v-9a3.5 3.5 0 0 1 7 0v13.5",key:"svg-1"}],["path",{d:"M16 18l3 3l3 -3",key:"svg-2"}]]),elz=createReactComponent("s-turn-left","IconSTurnLeft",[["path",{d:"M19 7a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z",key:"svg-0"}],["path",{d:"M17 5h-9.5a3.5 3.5 0 0 0 0 7h9a3.5 3.5 0 0 1 0 7h-13.5",key:"svg-1"}],["path",{d:"M6 16l-3 3l3 3",key:"svg-2"}]]),elD=createReactComponent("s-turn-right","IconSTurnRight",[["path",{d:"M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M7 5h9.5a3.5 3.5 0 0 1 0 7h-9a3.5 3.5 0 0 0 0 7h13.5",key:"svg-1"}],["path",{d:"M18 16l3 3l-3 3",key:"svg-2"}]]),elA=createReactComponent("s-turn-up","IconSTurnUp",[["path",{d:"M7 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M5 17v-9.5a3.5 3.5 0 0 1 7 0v9a3.5 3.5 0 0 0 7 0v-13.5",key:"svg-1"}],["path",{d:"M16 6l3 -3l3 3",key:"svg-2"}]]),elj=createReactComponent("sailboat-2","IconSailboat2",[["path",{d:"M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1",key:"svg-0"}],["path",{d:"M4 18l-1 -3h18l-1 3",key:"svg-1"}],["path",{d:"M12 11v4",key:"svg-2"}],["path",{d:"M7 3c1.333 2.667 1.333 5.333 0 8h10c1.333 -2.667 1.333 -5.333 0 -8",key:"svg-3"}],["path",{d:"M6 3h12",key:"svg-4"}]]),elE=createReactComponent("sailboat-off","IconSailboatOff",[["path",{d:"M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1",key:"svg-0"}],["path",{d:"M4 18l-1 -3h12m4 0h2l-.506 1.517",key:"svg-1"}],["path",{d:"M11 11v1h1m4 0h2l-7 -9v4",key:"svg-2"}],["path",{d:"M7.713 7.718l-1.713 4.282",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),elT=createReactComponent("sailboat","IconSailboat",[["path",{d:"M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1",key:"svg-0"}],["path",{d:"M4 18l-1 -3h18l-1 3",key:"svg-1"}],["path",{d:"M11 12h7l-7 -9v9",key:"svg-2"}],["path",{d:"M8 7l-2 5",key:"svg-3"}]]),elB=createReactComponent("salad","IconSalad",[["path",{d:"M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M18.5 11c.351 -1.017 .426 -2.236 .5 -3.714v-1.286h-2.256c-2.83 0 -4.616 .804 -5.64 2.076",key:"svg-1"}],["path",{d:"M5.255 11.008a12.204 12.204 0 0 1 -.255 -2.008v-1h1.755c.98 0 1.801 .124 2.479 .35",key:"svg-2"}],["path",{d:"M8 8l1 -4l4 2.5",key:"svg-3"}],["path",{d:"M13 11v-.5a2.5 2.5 0 1 0 -5 0v.5",key:"svg-4"}]]),elN=createReactComponent("salt","IconSalt",[["path",{d:"M12 13v.01",key:"svg-0"}],["path",{d:"M10 16v.01",key:"svg-1"}],["path",{d:"M14 16v.01",key:"svg-2"}],["path",{d:"M7.5 8h9l-.281 -2.248a2 2 0 0 0 -1.985 -1.752h-4.468a2 2 0 0 0 -1.986 1.752l-.28 2.248z",key:"svg-3"}],["path",{d:"M7.5 8l-1.612 9.671a2 2 0 0 0 1.973 2.329h8.278a2 2 0 0 0 1.973 -2.329l-1.612 -9.671",key:"svg-4"}]]),el$=createReactComponent("satellite-off","IconSatelliteOff",[["path",{d:"M7.707 3.707l5.586 5.586m-1.293 2.707l-1.293 1.293a1 1 0 0 1 -1.414 0l-5.586 -5.586a1 1 0 0 1 0 -1.414l1.293 -1.293",key:"svg-0"}],["path",{d:"M6 10l-3 3l3 3l3 -3",key:"svg-1"}],["path",{d:"M10 6l3 -3l3 3l-3 3",key:"svg-2"}],["path",{d:"M12 12l1.5 1.5",key:"svg-3"}],["path",{d:"M14.5 17c.69 0 1.316 -.28 1.769 -.733",key:"svg-4"}],["path",{d:"M15 21c1.654 0 3.151 -.67 4.237 -1.752m1.507 -2.507a6 6 0 0 0 .256 -1.741",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),elL=createReactComponent("satellite","IconSatellite",[["path",{d:"M3.707 6.293l2.586 -2.586a1 1 0 0 1 1.414 0l5.586 5.586a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1 -1.414 0l-5.586 -5.586a1 1 0 0 1 0 -1.414z",key:"svg-0"}],["path",{d:"M6 10l-3 3l3 3l3 -3",key:"svg-1"}],["path",{d:"M10 6l3 -3l3 3l-3 3",key:"svg-2"}],["path",{d:"M12 12l1.5 1.5",key:"svg-3"}],["path",{d:"M14.5 17a2.5 2.5 0 0 0 2.5 -2.5",key:"svg-4"}],["path",{d:"M15 21a6 6 0 0 0 6 -6",key:"svg-5"}]]),elW=createReactComponent("sausage","IconSausage",[["path",{d:"M5.5 5.5a2.5 2.5 0 0 0 -2.5 2.5c0 7.18 5.82 13 13 13a2.5 2.5 0 1 0 0 -5a8 8 0 0 1 -8 -8a2.5 2.5 0 0 0 -2.5 -2.5z",key:"svg-0"}],["path",{d:"M5.195 5.519l-1.243 -1.989a1 1 0 0 1 .848 -1.53h1.392a1 1 0 0 1 .848 1.53l-1.245 1.99",key:"svg-1"}],["path",{d:"M18.482 18.225l1.989 -1.243a1 1 0 0 1 1.53 .848v1.392a1 1 0 0 1 -1.53 .848l-1.991 -1.245",key:"svg-2"}]]),elH=createReactComponent("scale-off","IconScaleOff",[["path",{d:"M7 20h10",key:"svg-0"}],["path",{d:"M9.452 5.425l2.548 -.425l6 1",key:"svg-1"}],["path",{d:"M12 3v5m0 4v8",key:"svg-2"}],["path",{d:"M9 12l-3 -6l-3 6a3 3 0 0 0 6 0",key:"svg-3"}],["path",{d:"M18.873 14.871a3 3 0 0 0 2.127 -2.871l-3 -6l-2.677 5.355",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),elV=createReactComponent("scale-outline-off","IconScaleOutlineOff",[["path",{d:"M7 3h10a4 4 0 0 1 4 4v10m-1.173 2.83a3.987 3.987 0 0 1 -2.827 1.17h-10a4 4 0 0 1 -4 -4v-10c0 -1.104 .447 -2.103 1.17 -2.827",key:"svg-0"}],["path",{d:"M11.062 7.062c.31 -.041 .622 -.062 .938 -.062c1.956 0 3.724 .802 5 2.095a142.85 142.85 0 0 0 -2 1.905m-3.723 .288a3 3 0 0 0 -1.315 .71l-2.956 -2.903a6.977 6.977 0 0 1 1.142 -.942",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),elq=createReactComponent("scale-outline","IconScaleOutline",[["path",{d:"M3 3m0 4a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4z",key:"svg-0"}],["path",{d:"M12 7c1.956 0 3.724 .802 5 2.095l-2.956 2.904a3 3 0 0 0 -2.038 -.799a3 3 0 0 0 -2.038 .798l-2.956 -2.903a6.979 6.979 0 0 1 5 -2.095z",key:"svg-1"}]]),elU=createReactComponent("scale","IconScale",[["path",{d:"M7 20l10 0",key:"svg-0"}],["path",{d:"M6 6l6 -1l6 1",key:"svg-1"}],["path",{d:"M12 3l0 17",key:"svg-2"}],["path",{d:"M9 12l-3 -6l-3 6a3 3 0 0 0 6 0",key:"svg-3"}],["path",{d:"M21 12l-3 -6l-3 6a3 3 0 0 0 6 0",key:"svg-4"}]]),elG=createReactComponent("scan-eye","IconScanEye",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M7 12c3.333 -4.667 6.667 -4.667 10 0",key:"svg-4"}],["path",{d:"M7 12c3.333 4.667 6.667 4.667 10 0",key:"svg-5"}],["path",{d:"M12 12h-.01",key:"svg-6"}]]),elX=createReactComponent("scan","IconScan",[["path",{d:"M4 7v-1a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 17v1a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v1",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-1",key:"svg-3"}],["path",{d:"M5 12l14 0",key:"svg-4"}]]),elK=createReactComponent("schema-off","IconSchemaOff",[["path",{d:"M6 2h4v4m-4 0h-1v-1",key:"svg-0"}],["path",{d:"M15 11v-1h5v4h-2",key:"svg-1"}],["path",{d:"M5 18h5v4h-5z",key:"svg-2"}],["path",{d:"M5 10h5v4h-5z",key:"svg-3"}],["path",{d:"M10 12h2",key:"svg-4"}],["path",{d:"M7.5 7.5v2.5",key:"svg-5"}],["path",{d:"M7.5 14v4",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),elY=createReactComponent("schema","IconSchema",[["path",{d:"M5 2h5v4h-5z",key:"svg-0"}],["path",{d:"M15 10h5v4h-5z",key:"svg-1"}],["path",{d:"M5 18h5v4h-5z",key:"svg-2"}],["path",{d:"M5 10h5v4h-5z",key:"svg-3"}],["path",{d:"M10 12h5",key:"svg-4"}],["path",{d:"M7.5 6v4",key:"svg-5"}],["path",{d:"M7.5 14v4",key:"svg-6"}]]),elZ=createReactComponent("school-bell","IconSchoolBell",[["path",{d:"M4 17a3 3 0 0 0 3 3",key:"svg-0"}],["path",{d:"M14.805 6.37l2.783 -2.784a2 2 0 1 1 2.829 2.828l-2.784 2.786",key:"svg-1"}],["path",{d:"M16.505 7.495a5.105 5.105 0 0 1 .176 7.035l-.176 .184l-1.867 1.867a3.48 3.48 0 0 0 -1.013 2.234l-.008 .23v.934c0 .327 -.13 .64 -.36 .871a.51 .51 0 0 1 -.652 .06l-.07 -.06l-9.385 -9.384a.51 .51 0 0 1 0 -.722c.198 -.198 .456 -.322 .732 -.353l.139 -.008h.933c.848 0 1.663 -.309 2.297 -.864l.168 -.157l1.867 -1.867l.16 -.153a5.105 5.105 0 0 1 7.059 .153z",key:"svg-2"}]]),elQ=createReactComponent("school-off","IconSchoolOff",[["path",{d:"M22 9l-10 -4l-2.136 .854m-2.864 1.146l-5 2l10 4l.697 -.279m2.878 -1.151l6.425 -2.57v6",key:"svg-0"}],["path",{d:"M6 10.6v5.4c0 1.657 2.686 3 6 3c2.334 0 4.357 -.666 5.35 -1.64m.65 -3.36v-3.4",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),elJ=createReactComponent("school","IconSchool",[["path",{d:"M22 9l-10 -4l-10 4l10 4l10 -4v6",key:"svg-0"}],["path",{d:"M6 10.6v5.4a6 3 0 0 0 12 0v-5.4",key:"svg-1"}]]),el1=createReactComponent("scissors-off","IconScissorsOff",[["path",{d:"M4.432 4.442a3 3 0 1 0 4.114 4.146",key:"svg-0"}],["path",{d:"M6 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M8.6 15.4l3.4 -3.4m2 -2l5 -5",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),el0=createReactComponent("scissors","IconScissors",[["path",{d:"M6 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M6 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M8.6 8.6l10.4 10.4",key:"svg-2"}],["path",{d:"M8.6 15.4l10.4 -10.4",key:"svg-3"}]]),el2=createReactComponent("scooter-electric","IconScooterElectric",[["path",{d:"M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1",key:"svg-2"}],["path",{d:"M10 4l-2 4h3l-2 4",key:"svg-3"}]]),el3=createReactComponent("scooter","IconScooter",[["path",{d:"M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1",key:"svg-2"}]]),el5=createReactComponent("scoreboard","IconScoreboard",[["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 5v2",key:"svg-1"}],["path",{d:"M12 10v1",key:"svg-2"}],["path",{d:"M12 14v1",key:"svg-3"}],["path",{d:"M12 18v1",key:"svg-4"}],["path",{d:"M7 3v2",key:"svg-5"}],["path",{d:"M17 3v2",key:"svg-6"}],["path",{d:"M15 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-7"}],["path",{d:"M6 9h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5",key:"svg-8"}]]),el4=createReactComponent("screen-share-off","IconScreenShareOff",[["path",{d:"M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9",key:"svg-0"}],["path",{d:"M7 20l10 0",key:"svg-1"}],["path",{d:"M9 16l0 4",key:"svg-2"}],["path",{d:"M15 16l0 4",key:"svg-3"}],["path",{d:"M17 8l4 -4m-4 0l4 4",key:"svg-4"}]]),el6=createReactComponent("screen-share","IconScreenShare",[["path",{d:"M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9",key:"svg-0"}],["path",{d:"M7 20l10 0",key:"svg-1"}],["path",{d:"M9 16l0 4",key:"svg-2"}],["path",{d:"M15 16l0 4",key:"svg-3"}],["path",{d:"M17 4h4v4",key:"svg-4"}],["path",{d:"M16 9l5 -5",key:"svg-5"}]]),el9=createReactComponent("screenshot","IconScreenshot",[["path",{d:"M7 19a2 2 0 0 1 -2 -2",key:"svg-0"}],["path",{d:"M5 13v-2",key:"svg-1"}],["path",{d:"M5 7a2 2 0 0 1 2 -2",key:"svg-2"}],["path",{d:"M11 5h2",key:"svg-3"}],["path",{d:"M17 5a2 2 0 0 1 2 2",key:"svg-4"}],["path",{d:"M19 11v2",key:"svg-5"}],["path",{d:"M19 17v4",key:"svg-6"}],["path",{d:"M21 19h-4",key:"svg-7"}],["path",{d:"M13 19h-2",key:"svg-8"}]]),el7=createReactComponent("scribble-off","IconScribbleOff",[["path",{d:"M3 15c2 3 4 4 7 4c1.95 0 4.324 -1.268 5.746 -3.256m1.181 -2.812a5.97 5.97 0 0 0 .073 -.932c0 -4 -3 -7 -6 -7c-.642 0 -1.239 .069 -1.78 .201m-2.492 1.515c-.47 .617 -.728 1.386 -.728 2.284c0 2.5 2 5 6 5c.597 0 1.203 -.055 1.808 -.156m3.102 -.921c2.235 -.953 4.152 -2.423 5.09 -3.923",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),el8=createReactComponent("scribble","IconScribble",[["path",{d:"M3 15c2 3 4 4 7 4s7 -3 7 -7s-3 -7 -6 -7s-5 1.5 -5 4s2 5 6 5s8.408 -2.453 10 -5",key:"svg-0"}]]),ece=createReactComponent("script-minus","IconScriptMinus",[["path",{d:"M17 19h4",key:"svg-0"}],["path",{d:"M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -2v-9a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8",key:"svg-1"}]]),ect=createReactComponent("script-plus","IconScriptPlus",[["path",{d:"M17 19h4",key:"svg-0"}],["path",{d:"M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -3v-8a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8",key:"svg-1"}],["path",{d:"M19 17v4",key:"svg-2"}]]),eca=createReactComponent("script-x","IconScriptX",[["path",{d:"M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -3v-8a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8",key:"svg-0"}],["path",{d:"M17 17l4 4m0 -4l-4 4",key:"svg-1"}]]),ecn=createReactComponent("script","IconScript",[["path",{d:"M17 20h-11a3 3 0 0 1 0 -6h11a3 3 0 0 0 0 6h1a3 3 0 0 0 3 -3v-11a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8",key:"svg-0"}]]),ecr=createReactComponent("scuba-mask-off","IconScubaMaskOff",[["path",{d:"M11 7h5a1 1 0 0 1 1 1v4.5c0 .154 -.014 .304 -.04 .45m-2 2.007c-.15 .028 -.305 .043 -.463 .043h-.5a2 2 0 0 1 -2 -2a2 2 0 1 0 -4 0a2 2 0 0 1 -2 2h-.5a2.5 2.5 0 0 1 -2.5 -2.5v-4.5a1 1 0 0 1 1 -1h3",key:"svg-0"}],["path",{d:"M10 17a2 2 0 0 0 2 2h3.5a5.475 5.475 0 0 0 2.765 -.744m2 -2c.47 -.81 .739 -1.752 .739 -2.756v-9.5",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),eco=createReactComponent("scuba-mask","IconScubaMask",[["path",{d:"M4 7h12a1 1 0 0 1 1 1v4.5a2.5 2.5 0 0 1 -2.5 2.5h-.5a2 2 0 0 1 -2 -2a2 2 0 1 0 -4 0a2 2 0 0 1 -2 2h-.5a2.5 2.5 0 0 1 -2.5 -2.5v-4.5a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M10 17a2 2 0 0 0 2 2h3.5a5.5 5.5 0 0 0 5.5 -5.5v-9.5",key:"svg-1"}]]),ecl=createReactComponent("sdk","IconSdk",[["path",{d:"M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3",key:"svg-0"}],["path",{d:"M17 8v8",key:"svg-1"}],["path",{d:"M21 8l-3 4l3 4",key:"svg-2"}],["path",{d:"M17 12h1",key:"svg-3"}],["path",{d:"M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z",key:"svg-4"}]]),ecc=createReactComponent("search-off","IconSearchOff",[["path",{d:"M5.039 5.062a7 7 0 0 0 9.91 9.89m1.584 -2.434a7 7 0 0 0 -9.038 -9.057",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),eci=createReactComponent("search","IconSearch",[["path",{d:"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M21 21l-6 -6",key:"svg-1"}]]),ecs=createReactComponent("section-sign","IconSectionSign",[["path",{d:"M9.172 19a3 3 0 1 0 2.828 -4",key:"svg-0"}],["path",{d:"M14.83 5a3 3 0 1 0 -2.83 4",key:"svg-1"}],["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}]]),ecd=createReactComponent("section","IconSection",[["path",{d:"M20 20h.01",key:"svg-0"}],["path",{d:"M4 20h.01",key:"svg-1"}],["path",{d:"M8 20h.01",key:"svg-2"}],["path",{d:"M12 20h.01",key:"svg-3"}],["path",{d:"M16 20h.01",key:"svg-4"}],["path",{d:"M20 4h.01",key:"svg-5"}],["path",{d:"M4 4h.01",key:"svg-6"}],["path",{d:"M8 4h.01",key:"svg-7"}],["path",{d:"M12 4h.01",key:"svg-8"}],["path",{d:"M16 4l0 .01",key:"svg-9"}],["path",{d:"M4 8m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z",key:"svg-10"}]]),ecu=createReactComponent("seeding-off","IconSeedingOff",[["path",{d:"M11.412 7.407a6.025 6.025 0 0 0 -2.82 -2.82m-4.592 -.587h-1v2a6 6 0 0 0 6 6h3",key:"svg-0"}],["path",{d:"M12 14a6 6 0 0 1 .255 -1.736m1.51 -2.514a5.981 5.981 0 0 1 4.235 -1.75h3v1c0 2.158 -1.14 4.05 -2.85 5.107m-3.15 .893h-3",key:"svg-1"}],["path",{d:"M12 20v-8",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),ecp=createReactComponent("seeding","IconSeeding",[["path",{d:"M12 10a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3",key:"svg-0"}],["path",{d:"M12 14a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3",key:"svg-1"}],["path",{d:"M12 20l0 -10",key:"svg-2"}]]),ech=createReactComponent("select-all","IconSelectAll",[["path",{d:"M8 8m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M12 20v.01",key:"svg-1"}],["path",{d:"M16 20v.01",key:"svg-2"}],["path",{d:"M8 20v.01",key:"svg-3"}],["path",{d:"M4 20v.01",key:"svg-4"}],["path",{d:"M4 16v.01",key:"svg-5"}],["path",{d:"M4 12v.01",key:"svg-6"}],["path",{d:"M4 8v.01",key:"svg-7"}],["path",{d:"M4 4v.01",key:"svg-8"}],["path",{d:"M8 4v.01",key:"svg-9"}],["path",{d:"M12 4v.01",key:"svg-10"}],["path",{d:"M16 4v.01",key:"svg-11"}],["path",{d:"M20 4v.01",key:"svg-12"}],["path",{d:"M20 8v.01",key:"svg-13"}],["path",{d:"M20 12v.01",key:"svg-14"}],["path",{d:"M20 16v.01",key:"svg-15"}],["path",{d:"M20 20v.01",key:"svg-16"}]]),ecv=createReactComponent("select","IconSelect",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 11l3 3l3 -3",key:"svg-1"}]]),ecg=createReactComponent("selector","IconSelector",[["path",{d:"M8 9l4 -4l4 4",key:"svg-0"}],["path",{d:"M16 15l-4 4l-4 -4",key:"svg-1"}]]),ecy=createReactComponent("send-off","IconSendOff",[["path",{d:"M10 14l2 -2m2 -2l7 -7",key:"svg-0"}],["path",{d:"M10.718 6.713l10.282 -3.713l-3.715 10.289m-1.063 2.941l-1.722 4.77a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l4.772 -1.723",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),ecf=createReactComponent("send","IconSend",[["path",{d:"M10 14l11 -11",key:"svg-0"}],["path",{d:"M21 3l-6.5 18a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5",key:"svg-1"}]]),ecm=createReactComponent("seo","IconSeo",[["path",{d:"M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3",key:"svg-0"}],["path",{d:"M14 16h-4v-8h4",key:"svg-1"}],["path",{d:"M11 12h2",key:"svg-2"}],["path",{d:"M17 8m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-3"}]]),eck=createReactComponent("separator-horizontal","IconSeparatorHorizontal",[["path",{d:"M4 12l16 0",key:"svg-0"}],["path",{d:"M8 8l4 -4l4 4",key:"svg-1"}],["path",{d:"M16 16l-4 4l-4 -4",key:"svg-2"}]]),ecM=createReactComponent("separator-vertical","IconSeparatorVertical",[["path",{d:"M12 4l0 16",key:"svg-0"}],["path",{d:"M8 8l-4 4l4 4",key:"svg-1"}],["path",{d:"M16 16l4 -4l-4 -4",key:"svg-2"}]]),ecb=createReactComponent("separator","IconSeparator",[["path",{d:"M3 12l0 .01",key:"svg-0"}],["path",{d:"M7 12l10 0",key:"svg-1"}],["path",{d:"M21 12l0 .01",key:"svg-2"}]]),ecI=createReactComponent("server-2","IconServer2",[["path",{d:"M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M3 12m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-1"}],["path",{d:"M7 8l0 .01",key:"svg-2"}],["path",{d:"M7 16l0 .01",key:"svg-3"}],["path",{d:"M11 8h6",key:"svg-4"}],["path",{d:"M11 16h6",key:"svg-5"}]]),ecC=createReactComponent("server-bolt","IconServerBolt",[["path",{d:"M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M15 20h-9a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h12",key:"svg-1"}],["path",{d:"M7 8v.01",key:"svg-2"}],["path",{d:"M7 16v.01",key:"svg-3"}],["path",{d:"M20 15l-2 3h3l-2 3",key:"svg-4"}]]),ecx=createReactComponent("server-cog","IconServerCog",[["path",{d:"M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M12 20h-6a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h10.5",key:"svg-1"}],["path",{d:"M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M18 14.5v1.5",key:"svg-3"}],["path",{d:"M18 20v1.5",key:"svg-4"}],["path",{d:"M21.032 16.25l-1.299 .75",key:"svg-5"}],["path",{d:"M16.27 19l-1.3 .75",key:"svg-6"}],["path",{d:"M14.97 16.25l1.3 .75",key:"svg-7"}],["path",{d:"M19.733 19l1.3 .75",key:"svg-8"}],["path",{d:"M7 8v.01",key:"svg-9"}],["path",{d:"M7 16v.01",key:"svg-10"}]]),ecR=createReactComponent("server-off","IconServerOff",[["path",{d:"M12 12h-6a3 3 0 0 1 -3 -3v-2c0 -1.083 .574 -2.033 1.435 -2.56m3.565 -.44h10a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-2",key:"svg-0"}],["path",{d:"M16 12h2a3 3 0 0 1 3 3v2m-1.448 2.568a2.986 2.986 0 0 1 -1.552 .432h-12a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h6",key:"svg-1"}],["path",{d:"M7 8v.01",key:"svg-2"}],["path",{d:"M7 16v.01",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),ecS=createReactComponent("server","IconServer",[["path",{d:"M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M3 12m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-1"}],["path",{d:"M7 8l0 .01",key:"svg-2"}],["path",{d:"M7 16l0 .01",key:"svg-3"}]]),ec_=createReactComponent("servicemark","IconServicemark",[["path",{d:"M9 9h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-0"}],["path",{d:"M13 15v-6l3 4l3 -4v6",key:"svg-1"}]]),ecw=createReactComponent("settings-2","IconSettings2",[["path",{d:"M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-0"}],["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}]]),ecP=createReactComponent("settings-automation","IconSettingsAutomation",[["path",{d:"M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z",key:"svg-0"}],["path",{d:"M10 9v6l5 -3z",key:"svg-1"}]]),ecO=createReactComponent("settings-bolt","IconSettingsBolt",[["path",{d:"M13.256 20.473c-.855 .907 -2.583 .643 -2.931 -.79a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.07 .26 1.488 1.29 1.254 2.15",key:"svg-0"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-1"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-2"}]]),ecF=createReactComponent("settings-cancel","IconSettingsCancel",[["path",{d:"M12.29 20.977c-.818 .132 -1.724 -.3 -1.965 -1.294a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.983 .238 1.416 1.126 1.298 1.937",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-3"}]]),ecz=createReactComponent("settings-check","IconSettingsCheck",[["path",{d:"M11.445 20.913a1.665 1.665 0 0 1 -1.12 -1.23a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.31 .318 1.643 1.79 .997 2.694",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-2"}]]),ecD=createReactComponent("settings-code","IconSettingsCode",[["path",{d:"M11.482 20.924a1.666 1.666 0 0 1 -1.157 -1.241a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.312 .318 1.644 1.794 .995 2.697",key:"svg-0"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-3"}]]),ecA=createReactComponent("settings-cog","IconSettingsCog",[["path",{d:"M12.003 21c-.732 .001 -1.465 -.438 -1.678 -1.317a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.886 .215 1.325 .957 1.318 1.694",key:"svg-0"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19.001 15.5v1.5",key:"svg-3"}],["path",{d:"M19.001 21v1.5",key:"svg-4"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-5"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-6"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-7"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-8"}]]),ecj=createReactComponent("settings-dollar","IconSettingsDollar",[["path",{d:"M13.038 20.666c-.902 .665 -2.393 .337 -2.713 -.983a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 .402 2.248",key:"svg-0"}],["path",{d:"M15 12a3 3 0 1 0 -1.724 2.716",key:"svg-1"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-3"}]]),ecE=createReactComponent("settings-down","IconSettingsDown",[["path",{d:"M12.52 20.924c-.87 .262 -1.93 -.152 -2.195 -1.241a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.088 .264 1.502 1.323 1.242 2.192",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-3"}]]),ecT=createReactComponent("settings-exclamation","IconSettingsExclamation",[["path",{d:"M15.004 18.401a1.724 1.724 0 0 0 -1.329 1.282c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.079 .262 1.495 1.305 1.248 2.17",key:"svg-0"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),ecB=createReactComponent("settings-filled","IconSettingsFilled",[["path",{d:"M14.647 4.081a.724 .724 0 0 0 1.08 .448c2.439 -1.485 5.23 1.305 3.745 3.744a.724 .724 0 0 0 .447 1.08c2.775 .673 2.775 4.62 0 5.294a.724 .724 0 0 0 -.448 1.08c1.485 2.439 -1.305 5.23 -3.744 3.745a.724 .724 0 0 0 -1.08 .447c-.673 2.775 -4.62 2.775 -5.294 0a.724 .724 0 0 0 -1.08 -.448c-2.439 1.485 -5.23 -1.305 -3.745 -3.744a.724 .724 0 0 0 -.447 -1.08c-2.775 -.673 -2.775 -4.62 0 -5.294a.724 .724 0 0 0 .448 -1.08c-1.485 -2.439 1.305 -5.23 3.744 -3.745a.722 .722 0 0 0 1.08 -.447c.673 -2.775 4.62 -2.775 5.294 0zm-2.647 4.919a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ecN=createReactComponent("settings-heart","IconSettingsHeart",[["path",{d:"M11.231 20.828a1.668 1.668 0 0 1 -.906 -1.145a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.509 .123 .87 .421 1.084 .792",key:"svg-0"}],["path",{d:"M14.882 11.165a3.001 3.001 0 1 0 -4.31 3.474",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}]]),ec$=createReactComponent("settings-minus","IconSettingsMinus",[["path",{d:"M12.488 20.933c-.863 .243 -1.902 -.174 -2.163 -1.25a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35c-.535 .13 -.976 .507 -1.187 1.016c-.049 .118 -.084 .185 -.106 .309",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-2"}]]),ecL=createReactComponent("settings-off","IconSettingsOff",[["path",{d:"M9.451 5.437c.418 -.218 .75 -.609 .874 -1.12c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35c-.486 .118 -.894 .44 -1.123 .878m-.188 3.803c-.517 .523 -1.349 .734 -2.125 .262a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.472 -.774 -.262 -1.604 .259 -2.121",key:"svg-0"}],["path",{d:"M9.889 9.869a3 3 0 1 0 4.226 4.26m.592 -3.424a3.012 3.012 0 0 0 -1.419 -1.415",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),ecW=createReactComponent("settings-pause","IconSettingsPause",[["path",{d:"M13.004 20.69c-.905 .632 -2.363 .296 -2.679 -1.007a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.314 .319 1.645 1.798 .992 2.701",key:"svg-0"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}],["path",{d:"M17 17v5",key:"svg-2"}],["path",{d:"M21 17v5",key:"svg-3"}]]),ecH=createReactComponent("settings-pin","IconSettingsPin",[["path",{d:"M12.578 20.905c-.88 .299 -1.983 -.109 -2.253 -1.222a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.574 .14 .96 .5 1.16 .937",key:"svg-0"}],["path",{d:"M14.99 12.256a3 3 0 1 0 -2.33 2.671",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}]]),ecV=createReactComponent("settings-plus","IconSettingsPlus",[["path",{d:"M12.483 20.935c-.862 .239 -1.898 -.178 -2.158 -1.252a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.08 .262 1.496 1.308 1.247 2.173",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-3"}]]),ecq=createReactComponent("settings-question","IconSettingsQuestion",[["path",{d:"M14.69 18.498c-.508 .21 -.885 .65 -1.015 1.185c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572a1.67 1.67 0 0 1 1.179 .982",key:"svg-0"}],["path",{d:"M14.95 12.553a3 3 0 1 0 -1.211 1.892",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-3"}]]),ecU=createReactComponent("settings-search","IconSettingsSearch",[["path",{d:"M11.646 20.965a1.67 1.67 0 0 1 -1.321 -1.282a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.728 .177 1.154 .71 1.279 1.303",key:"svg-0"}],["path",{d:"M14.985 11.694a3 3 0 1 0 -3.29 3.29",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),ecG=createReactComponent("settings-share","IconSettingsShare",[["path",{d:"M12.004 21c-.732 .002 -1.466 -.437 -1.679 -1.317a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.306 .317 1.64 1.78 1.004 2.684",key:"svg-0"}],["path",{d:"M12 15a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}]]),ecX=createReactComponent("settings-star","IconSettingsStar",[["path",{d:"M10.325 19.683a1.723 1.723 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572a1.67 1.67 0 0 1 1.106 .831",key:"svg-0"}],["path",{d:"M14.89 11.195a3.001 3.001 0 1 0 -4.457 3.364",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),ecK=createReactComponent("settings-up","IconSettingsUp",[["path",{d:"M12.501 20.93c-.866 .25 -1.914 -.166 -2.176 -1.247a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.074 .26 1.49 1.296 1.252 2.158",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-3"}]]),ecY=createReactComponent("settings-x","IconSettingsX",[["path",{d:"M13.675 19.683c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.66 1.66 0 0 0 -.324 .114",key:"svg-0"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}],["path",{d:"M22 22l-5 -5",key:"svg-2"}],["path",{d:"M17 22l5 -5",key:"svg-3"}]]),ecZ=createReactComponent("settings","IconSettings",[["path",{d:"M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z",key:"svg-0"}],["path",{d:"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-1"}]]),ecQ=createReactComponent("shadow-off","IconShadowOff",[["path",{d:"M5.634 5.638a9 9 0 0 0 12.728 12.727m1.68 -2.32a9 9 0 0 0 -12.086 -12.088",key:"svg-0"}],["path",{d:"M16 12h2",key:"svg-1"}],["path",{d:"M13 15h2",key:"svg-2"}],["path",{d:"M13 18h1",key:"svg-3"}],["path",{d:"M13 9h4",key:"svg-4"}],["path",{d:"M13 6h1",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),ecJ=createReactComponent("shadow","IconShadow",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M13 12h5",key:"svg-1"}],["path",{d:"M13 15h4",key:"svg-2"}],["path",{d:"M13 18h1",key:"svg-3"}],["path",{d:"M13 9h4",key:"svg-4"}],["path",{d:"M13 6h1",key:"svg-5"}]]),ec1=createReactComponent("shape-2","IconShape2",[["path",{d:"M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M6.5 17.5l11 -11m-12.5 .5v10m14 -10v10",key:"svg-4"}]]),ec0=createReactComponent("shape-3","IconShape3",[["path",{d:"M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M7 5h10m-12 2v10m14 -10v10",key:"svg-4"}]]),ec2=createReactComponent("shape-off","IconShapeOff",[["path",{d:"M3.575 3.597a2 2 0 0 0 2.849 2.808",key:"svg-0"}],["path",{d:"M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M17.574 17.598a2 2 0 0 0 2.826 2.83",key:"svg-3"}],["path",{d:"M5 7v10",key:"svg-4"}],["path",{d:"M9 5h8",key:"svg-5"}],["path",{d:"M7 19h10",key:"svg-6"}],["path",{d:"M19 7v8",key:"svg-7"}],["path",{d:"M3 3l18 18",key:"svg-8"}]]),ec3=createReactComponent("shape","IconShape",[["path",{d:"M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M5 7l0 10",key:"svg-4"}],["path",{d:"M7 5l10 0",key:"svg-5"}],["path",{d:"M7 19l10 0",key:"svg-6"}],["path",{d:"M19 7l0 10",key:"svg-7"}]]),ec5=createReactComponent("share-2","IconShare2",[["path",{d:"M8 9h-1a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-8a2 2 0 0 0 -2 -2h-1",key:"svg-0"}],["path",{d:"M12 14v-11",key:"svg-1"}],["path",{d:"M9 6l3 -3l3 3",key:"svg-2"}]]),ec4=createReactComponent("share-3","IconShare3",[["path",{d:"M13 4v4c-6.575 1.028 -9.02 6.788 -10 12c-.037 .206 5.384 -5.962 10 -6v4l8 -7l-8 -7z",key:"svg-0"}]]),ec6=createReactComponent("share-off","IconShareOff",[["path",{d:"M6 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M18 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M15.861 15.896a3 3 0 0 0 4.265 4.22m.578 -3.417a3.012 3.012 0 0 0 -1.507 -1.45",key:"svg-2"}],["path",{d:"M8.7 10.7l1.336 -.688m2.624 -1.352l2.64 -1.36",key:"svg-3"}],["path",{d:"M8.7 13.3l6.6 3.4",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),ec9=createReactComponent("share","IconShare",[["path",{d:"M6 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M18 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M8.7 10.7l6.6 -3.4",key:"svg-3"}],["path",{d:"M8.7 13.3l6.6 3.4",key:"svg-4"}]]),ec7=createReactComponent("shi-jumping","IconShiJumping",[["path",{d:"M11 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-0"}],["path",{d:"M17 17.5l-5 -4.5v-6l5 4",key:"svg-1"}],["path",{d:"M7 17.5l5 -4.5",key:"svg-2"}],["path",{d:"M15.103 21.58l6.762 -14.502a2 2 0 0 0 -.968 -2.657",key:"svg-3"}],["path",{d:"M8.897 21.58l-6.762 -14.503a2 2 0 0 1 .968 -2.657",key:"svg-4"}],["path",{d:"M7 11l5 -4",key:"svg-5"}]]),ec8=createReactComponent("shield-bolt","IconShieldBolt",[["path",{d:"M13.342 20.566c-.436 .17 -.884 .315 -1.342 .434a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .117 6.34",key:"svg-0"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-1"}]]),eie=createReactComponent("shield-cancel","IconShieldCancel",[["path",{d:"M12.277 20.925c-.092 .026 -.184 .051 -.277 .075a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .145 6.232",key:"svg-0"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 21l4 -4",key:"svg-2"}]]),eit=createReactComponent("shield-check-filled","IconShieldCheckFilled",[["path",{d:"M11.998 2l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021l.115 -.007zm3.71 7.293a1 1 0 0 0 -1.415 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eia=createReactComponent("shield-check","IconShieldCheck",[["path",{d:"M11.46 20.846a12 12 0 0 1 -7.96 -14.846a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.09 7.06",key:"svg-0"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-1"}]]),ein=createReactComponent("shield-checkered-filled","IconShieldCheckeredFilled",[["path",{d:"M11.013 12v9.754a13 13 0 0 1 -8.733 -9.754h8.734zm9.284 3.794a13 13 0 0 1 -7.283 5.951l-.001 -9.745h8.708a12.96 12.96 0 0 1 -1.424 3.794zm-9.283 -13.268l-.001 7.474h-8.986c-.068 -1.432 .101 -2.88 .514 -4.282a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.192 -2.256l.276 -.219zm1.999 7.474v-7.453l-.09 -.073a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717c.413 1.403 .582 2.85 .514 4.282h-8.96z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eir=createReactComponent("shield-checkered","IconShieldCheckered",[["path",{d:"M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3",key:"svg-0"}],["path",{d:"M12 3v18",key:"svg-1"}],["path",{d:"M3.5 12h17",key:"svg-2"}]]),eio=createReactComponent("shield-chevron","IconShieldChevron",[["path",{d:"M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3",key:"svg-0"}],["path",{d:"M4 14l8 -3l8 3",key:"svg-1"}]]),eil=createReactComponent("shield-code","IconShieldCode",[["path",{d:"M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.078 7.024",key:"svg-0"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-2"}]]),eic=createReactComponent("shield-cog","IconShieldCog",[["path",{d:"M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.568 1.933 .635 3.957 .223 5.89",key:"svg-0"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19.001 15.5v1.5",key:"svg-2"}],["path",{d:"M19.001 21v1.5",key:"svg-3"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-4"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-5"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-6"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-7"}]]),eii=createReactComponent("shield-dollar","IconShieldDollar",[["path",{d:"M13.018 20.687c-.333 .119 -.673 .223 -1.018 .313a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.433 1.472 .575 2.998 .436 4.495",key:"svg-0"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-1"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-2"}]]),eis=createReactComponent("shield-down","IconShieldDown",[["path",{d:"M12.444 20.876c-.147 .044 -.295 .085 -.444 .124a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .117 6.343",key:"svg-0"}],["path",{d:"M19 16v6",key:"svg-1"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-2"}]]),eid=createReactComponent("shield-exclamation","IconShieldExclamation",[["path",{d:"M15.04 19.745c-.942 .551 -1.964 .976 -3.04 1.255a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .195 6.015",key:"svg-0"}],["path",{d:"M19 16v3",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}]]),eiu=createReactComponent("shield-filled","IconShieldFilled",[["path",{d:"M11.884 2.007l.114 -.007l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eip=createReactComponent("shield-half-filled","IconShieldHalfFilled",[["path",{d:"M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3",key:"svg-0"}],["path",{d:"M12 3v18",key:"svg-1"}],["path",{d:"M12 11h8.9",key:"svg-2"}],["path",{d:"M12 8h8.9",key:"svg-3"}],["path",{d:"M12 5h3.1",key:"svg-4"}],["path",{d:"M12 17h6.2",key:"svg-5"}],["path",{d:"M12 14h8",key:"svg-6"}]]),eih=createReactComponent("shield-half","IconShieldHalf",[["path",{d:"M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3",key:"svg-0"}],["path",{d:"M12 3v18",key:"svg-1"}]]),eiv=createReactComponent("shield-heart","IconShieldHeart",[["path",{d:"M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12.01 12.01 0 0 1 .378 5",key:"svg-0"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-1"}]]),eig=createReactComponent("shield-lock-filled","IconShieldLockFilled",[["path",{d:"M11.998 2l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021l.115 -.007zm.002 7a2 2 0 0 0 -1.995 1.85l-.005 .15l.005 .15a2 2 0 0 0 .995 1.581v1.769l.007 .117a1 1 0 0 0 1.993 -.117l.001 -1.768a2 2 0 0 0 -1.001 -3.732z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eiy=createReactComponent("shield-lock","IconShieldLock",[["path",{d:"M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3",key:"svg-0"}],["path",{d:"M12 11m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M12 12l0 2.5",key:"svg-2"}]]),eif=createReactComponent("shield-minus","IconShieldMinus",[["path",{d:"M12.46 20.871c-.153 .046 -.306 .089 -.46 .129a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.916 9.015",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),eim=createReactComponent("shield-off","IconShieldOff",[["path",{d:"M17.67 17.667a12 12 0 0 1 -5.67 3.333a12 12 0 0 1 -8.5 -15c.794 .036 1.583 -.006 2.357 -.124m3.128 -.926a11.997 11.997 0 0 0 3.015 -1.95a12 12 0 0 0 8.5 3a12 12 0 0 1 -1.116 9.376",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),eik=createReactComponent("shield-pause","IconShieldPause",[["path",{d:"M13.004 20.692c-.329 .117 -.664 .22 -1.004 .308a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.081 7.034",key:"svg-0"}],["path",{d:"M17 17v5",key:"svg-1"}],["path",{d:"M21 17v5",key:"svg-2"}]]),eiM=createReactComponent("shield-pin","IconShieldPin",[["path",{d:"M12.597 20.829a12 12 0 0 1 -.597 .171a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.506 1.72 .614 3.512 .342 5.248",key:"svg-0"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-1"}],["path",{d:"M19 18v.01",key:"svg-2"}]]),eib=createReactComponent("shield-plus","IconShieldPlus",[["path",{d:"M12.462 20.87c-.153 .047 -.307 .09 -.462 .13a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .11 6.37",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),eiI=createReactComponent("shield-question","IconShieldQuestion",[["path",{d:"M15.065 19.732c-.95 .557 -1.98 .986 -3.065 1.268a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.51 1.738 .617 3.55 .333 5.303",key:"svg-0"}],["path",{d:"M19 22v.01",key:"svg-1"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-2"}]]),eiC=createReactComponent("shield-search","IconShieldSearch",[["path",{d:"M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.539 1.832 .627 3.747 .283 5.588",key:"svg-0"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-2"}]]),eix=createReactComponent("shield-share","IconShieldShare",[["path",{d:"M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .193 6.025",key:"svg-0"}],["path",{d:"M16 22l5 -5",key:"svg-1"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-2"}]]),eiR=createReactComponent("shield-star","IconShieldStar",[["path",{d:"M11.143 20.743a12 12 0 0 1 -7.643 -14.743a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.504 1.716 .614 3.505 .343 5.237",key:"svg-0"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}]]),eiS=createReactComponent("shield-up","IconShieldUp",[["path",{d:"M12.442 20.876a13.12 13.12 0 0 1 -.442 .124a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .119 6.336",key:"svg-0"}],["path",{d:"M19 22v-6",key:"svg-1"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-2"}]]),ei_=createReactComponent("shield-x","IconShieldX",[["path",{d:"M13.252 20.601c-.408 .155 -.826 .288 -1.252 .399a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.19 7.357",key:"svg-0"}],["path",{d:"M22 22l-5 -5",key:"svg-1"}],["path",{d:"M17 22l5 -5",key:"svg-2"}]]),eiw=createReactComponent("shield","IconShield",[["path",{d:"M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3",key:"svg-0"}]]),eiP=createReactComponent("ship-off","IconShipOff",[["path",{d:"M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1",key:"svg-0"}],["path",{d:"M4 18l-1 -5h10m4 0h4l-1.334 2.668",key:"svg-1"}],["path",{d:"M5 13v-6h2m4 0h2l4 6",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eiO=createReactComponent("ship","IconShip",[["path",{d:"M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1",key:"svg-0"}],["path",{d:"M4 18l-1 -5h18l-2 4",key:"svg-1"}],["path",{d:"M5 13v-6h8l4 6",key:"svg-2"}],["path",{d:"M7 7v-4h-1",key:"svg-3"}]]),eiF=createReactComponent("shirt-filled","IconShirtFilled",[["path",{d:"M14.883 3.007l.095 -.007l.112 .004l.113 .017l.113 .03l6 2a1 1 0 0 1 .677 .833l.007 .116v5a1 1 0 0 1 -.883 .993l-.117 .007h-2v7a2 2 0 0 1 -1.85 1.995l-.15 .005h-10a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-7h-2a1 1 0 0 1 -.993 -.883l-.007 -.117v-5a1 1 0 0 1 .576 -.906l.108 -.043l6 -2a1 1 0 0 1 1.316 .949a2 2 0 0 0 3.995 .15l.009 -.24l.017 -.113l.037 -.134l.044 -.103l.05 -.092l.068 -.093l.069 -.08c.056 -.054 .113 -.1 .175 -.14l.096 -.053l.103 -.044l.108 -.032l.112 -.02z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eiz=createReactComponent("shirt-off","IconShirtOff",[["path",{d:"M8.243 4.252l.757 -.252c0 .43 .09 .837 .252 1.206m1.395 1.472a3 3 0 0 0 4.353 -2.678l6 2v5h-3v3m0 4v1a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l2.26 -.753",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),eiD=createReactComponent("shirt-sport","IconShirtSport",[["path",{d:"M15 4l6 2v5h-3v8a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l6 -2a3 3 0 0 0 6 0",key:"svg-0"}],["path",{d:"M10.5 11h2.5l-1.5 5",key:"svg-1"}]]),eiA=createReactComponent("shirt","IconShirt",[["path",{d:"M15 4l6 2v5h-3v8a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l6 -2a3 3 0 0 0 6 0",key:"svg-0"}]]),eij=createReactComponent("shoe-off","IconShoeOff",[["path",{d:"M13.846 9.868l4.08 .972a4 4 0 0 1 3.074 3.89v2.27m-3 1h-14a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h2",key:"svg-0"}],["path",{d:"M8 18v-1a4 4 0 0 0 -4 -4h-1",key:"svg-1"}],["path",{d:"M10 12l.663 -1.327",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eiE=createReactComponent("shoe","IconShoe",[["path",{d:"M4 6h5.426a1 1 0 0 1 .863 .496l1.064 1.823a3 3 0 0 0 1.896 1.407l4.677 1.114a4 4 0 0 1 3.074 3.89v2.27a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M14 13l1 -2",key:"svg-1"}],["path",{d:"M8 18v-1a4 4 0 0 0 -4 -4h-1",key:"svg-2"}],["path",{d:"M10 12l1.5 -3",key:"svg-3"}]]),eiT=createReactComponent("shopping-bag-check","IconShoppingBagCheck",[["path",{d:"M11.5 21h-2.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.5 3.248",key:"svg-0"}],["path",{d:"M9 11v-5a3 3 0 0 1 6 0v5",key:"svg-1"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-2"}]]),eiB=createReactComponent("shopping-bag-discount","IconShoppingBagDiscount",[["path",{d:"M12.5 21h-3.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.416 2.7",key:"svg-0"}],["path",{d:"M9 11v-5a3 3 0 0 1 6 0v5",key:"svg-1"}],["path",{d:"M16 21l5 -5",key:"svg-2"}],["path",{d:"M21 21v.01",key:"svg-3"}],["path",{d:"M16 16v.01",key:"svg-4"}]]),eiN=createReactComponent("shopping-bag-edit","IconShoppingBagEdit",[["path",{d:"M11 21h-2.426a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.109 .707",key:"svg-0"}],["path",{d:"M9 11v-5a3 3 0 0 1 6 0v5",key:"svg-1"}],["path",{d:"M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z",key:"svg-2"}]]),ei$=createReactComponent("shopping-bag-exclamation","IconShoppingBagExclamation",[["path",{d:"M15 21h-6.426a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.258 1.678",key:"svg-0"}],["path",{d:"M9 11v-5a3 3 0 0 1 6 0v5",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),eiL=createReactComponent("shopping-bag-minus","IconShoppingBagMinus",[["path",{d:"M12.5 21h-3.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.73 4.744",key:"svg-0"}],["path",{d:"M9 11v-5a3 3 0 0 1 6 0v5",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}]]),eiW=createReactComponent("shopping-bag-plus","IconShoppingBagPlus",[["path",{d:"M12.5 21h-3.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.263 1.708",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M9 11v-5a3 3 0 0 1 6 0v5",key:"svg-3"}]]),eiH=createReactComponent("shopping-bag-search","IconShoppingBagSearch",[["path",{d:"M11.5 21h-2.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.117 .761",key:"svg-0"}],["path",{d:"M9 11v-5a3 3 0 0 1 6 0v5",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),eiV=createReactComponent("shopping-bag-x","IconShoppingBagX",[["path",{d:"M13 21h-4.426a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.506 3.287",key:"svg-0"}],["path",{d:"M9 11v-5a3 3 0 0 1 6 0v5",key:"svg-1"}],["path",{d:"M22 22l-5 -5",key:"svg-2"}],["path",{d:"M17 22l5 -5",key:"svg-3"}]]),eiq=createReactComponent("shopping-bag","IconShoppingBag",[["path",{d:"M6.331 8h11.339a2 2 0 0 1 1.977 2.304l-1.255 8.152a3 3 0 0 1 -2.966 2.544h-6.852a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304z",key:"svg-0"}],["path",{d:"M9 11v-5a3 3 0 0 1 6 0v5",key:"svg-1"}]]),eiU=createReactComponent("shopping-cart-bolt","IconShoppingCartBolt",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M13.5 17h-7.5v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.858 6.004m-2.642 .996h-10.5",key:"svg-2"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-3"}]]),eiG=createReactComponent("shopping-cart-cancel","IconShoppingCartCancel",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12 17h-6v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.857 5.998m-3.643 1.002h-9.5",key:"svg-2"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M17 21l4 -4",key:"svg-4"}]]),eiX=createReactComponent("shopping-cart-check","IconShoppingCartCheck",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M11.5 17h-5.5v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-1 7h-13",key:"svg-2"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-3"}]]),eiK=createReactComponent("shopping-cart-code","IconShoppingCartCode",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M11.5 17h-5.5v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-1 7h-13",key:"svg-2"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-3"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-4"}]]),eiY=createReactComponent("shopping-cart-cog","IconShoppingCartCog",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12 17h-6v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.79 5.526m-3.21 1.474h-10",key:"svg-2"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M19.001 15.5v1.5",key:"svg-4"}],["path",{d:"M19.001 21v1.5",key:"svg-5"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-6"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-7"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-8"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-9"}]]),eiZ=createReactComponent("shopping-cart-copy","IconShoppingCartCopy",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M11.5 17h-5.5v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-1 7h-13",key:"svg-2"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-3"}]]),eiQ=createReactComponent("shopping-cart-discount","IconShoppingCartDiscount",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12.5 17h-6.5v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.859 6.011m-6.141 .989h-7",key:"svg-2"}],["path",{d:"M16 21l5 -5",key:"svg-3"}],["path",{d:"M21 21v.01",key:"svg-4"}],["path",{d:"M16 16v.01",key:"svg-5"}]]),eiJ=createReactComponent("shopping-cart-dollar","IconShoppingCartDollar",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M13 17h-7v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.575 4.022m-4.925 2.978h-8.5",key:"svg-2"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-3"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-4"}]]),ei1=createReactComponent("shopping-cart-down","IconShoppingCartDown",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12.5 17h-6.5v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.859 6.011m-2.641 .989h-10.5",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-4"}]]),ei0=createReactComponent("shopping-cart-exclamation","IconShoppingCartExclamation",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M15 17h-9v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.854 5.976m-2.646 1.024h-10.5",key:"svg-2"}],["path",{d:"M19 16v3",key:"svg-3"}],["path",{d:"M19 22v.01",key:"svg-4"}]]),ei2=createReactComponent("shopping-cart-filled","IconShoppingCartFilled",[["path",{d:"M6 2a1 1 0 0 1 .993 .883l.007 .117v1.068l13.071 .935a1 1 0 0 1 .929 1.024l-.01 .114l-1 7a1 1 0 0 1 -.877 .853l-.113 .006h-12v2h10a3 3 0 1 1 -2.995 3.176l-.005 -.176l.005 -.176c.017 -.288 .074 -.564 .166 -.824h-5.342a3 3 0 1 1 -5.824 1.176l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-12.17h-1a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 .883 -.993l.117 -.007h2zm0 16a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm11 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ei3=createReactComponent("shopping-cart-heart","IconShoppingCartHeart",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M10 17h-4v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.717 5.016m-7.783 1.984h-5.5",key:"svg-2"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-3"}]]),ei5=createReactComponent("shopping-cart-minus","IconShoppingCartMinus",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12.5 17h-6.5v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-1 7h-13",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}]]),ei4=createReactComponent("shopping-cart-off","IconShoppingCartOff",[["path",{d:"M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M17 17a2 2 0 1 0 2 2",key:"svg-1"}],["path",{d:"M17 17h-11v-11",key:"svg-2"}],["path",{d:"M9.239 5.231l10.761 .769l-1 7h-2m-4 0h-7",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),ei6=createReactComponent("shopping-cart-pause","IconShoppingCartPause",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M13 17h-7v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-1 7h-13",key:"svg-2"}],["path",{d:"M17 17v5",key:"svg-3"}],["path",{d:"M21 17v5",key:"svg-4"}]]),ei9=createReactComponent("shopping-cart-pin","IconShoppingCartPin",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12 17h-6v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.716 5.011m-5.284 1.989h-8",key:"svg-2"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-3"}],["path",{d:"M19 18v.01",key:"svg-4"}]]),ei7=createReactComponent("shopping-cart-plus","IconShoppingCartPlus",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12.5 17h-6.5v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.86 6.017m-2.64 .983h-10.5",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),ei8=createReactComponent("shopping-cart-question","IconShoppingCartQuestion",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M13.5 17h-7.5v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.714 5m-4.786 2h-8.5",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-4"}]]),ese=createReactComponent("shopping-cart-search","IconShoppingCartSearch",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M11 17h-5v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.718 5.023m-6.282 1.977h-7",key:"svg-2"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-4"}]]),est=createReactComponent("shopping-cart-share","IconShoppingCartShare",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12.5 17h-6.5v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-1 7h-13",key:"svg-2"}],["path",{d:"M16 22l5 -5",key:"svg-3"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-4"}]]),esa=createReactComponent("shopping-cart-star","IconShoppingCartStar",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M9.5 17h-3.5v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.615 4.302m-6.885 2.698h-6.5",key:"svg-2"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-3"}]]),esn=createReactComponent("shopping-cart-up","IconShoppingCartUp",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M12.5 17h-6.5v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-.854 5.977m-2.646 1.023h-10.5",key:"svg-2"}],["path",{d:"M19 22v-6",key:"svg-3"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-4"}]]),esr=createReactComponent("shopping-cart-x","IconShoppingCartX",[["path",{d:"M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M13 17h-7v-14h-2",key:"svg-1"}],["path",{d:"M6 5l14 1l-1 7h-13",key:"svg-2"}],["path",{d:"M22 22l-5 -5",key:"svg-3"}],["path",{d:"M17 22l5 -5",key:"svg-4"}]]),eso=createReactComponent("shopping-cart","IconShoppingCart",[["path",{d:"M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M17 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M17 17h-11v-14h-2",key:"svg-2"}],["path",{d:"M6 5l14 1l-1 7h-13",key:"svg-3"}]]),esl=createReactComponent("shovel","IconShovel",[["path",{d:"M17 4l3 3",key:"svg-0"}],["path",{d:"M18.5 5.5l-8 8",key:"svg-1"}],["path",{d:"M8.276 11.284l4.44 4.44a.968 .968 0 0 1 0 1.369l-2.704 2.704a4.108 4.108 0 0 1 -5.809 -5.81l2.704 -2.703a.968 .968 0 0 1 1.37 0z",key:"svg-2"}]]),esc=createReactComponent("shredder","IconShredder",[["path",{d:"M4 10m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M17 10v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4m5 5v5m4 -5v2m-8 -2v3",key:"svg-1"}]]),esi=createReactComponent("sign-left-filled","IconSignLeftFilled",[["path",{d:"M14 2a1 1 0 0 1 .993 .883l.007 .117v2h3a1 1 0 0 1 .993 .883l.007 .117v5a1 1 0 0 1 -.883 .993l-.117 .007h-3v8h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-8h-5a1 1 0 0 1 -.694 -.28l-.087 -.095l-2 -2.5a1 1 0 0 1 -.072 -1.147l.072 -.103l2 -2.5a1 1 0 0 1 .652 -.367l.129 -.008h5v-2a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ess=createReactComponent("sign-left","IconSignLeft",[["path",{d:"M16 21h-4",key:"svg-0"}],["path",{d:"M14 21v-10",key:"svg-1"}],["path",{d:"M14 6v-3",key:"svg-2"}],["path",{d:"M18 6h-10l-2 2.5l2 2.5h10z",key:"svg-3"}]]),esd=createReactComponent("sign-right-filled","IconSignRightFilled",[["path",{d:"M10 2a1 1 0 0 1 .993 .883l.007 .117v2h5a1 1 0 0 1 .694 .28l.087 .095l2 2.5a1 1 0 0 1 .072 1.147l-.072 .103l-2 2.5a1 1 0 0 1 -.652 .367l-.129 .008h-5v8h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-8h-3a1 1 0 0 1 -.993 -.883l-.007 -.117v-5a1 1 0 0 1 .883 -.993l.117 -.007h3v-2a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),esu=createReactComponent("sign-right","IconSignRight",[["path",{d:"M8 21h4",key:"svg-0"}],["path",{d:"M10 21v-10",key:"svg-1"}],["path",{d:"M10 6v-3",key:"svg-2"}],["path",{d:"M6 6h10l2 2.5l-2 2.5h-10z",key:"svg-3"}]]),esp=createReactComponent("signal-2g","IconSignal2g",[["path",{d:"M19 8h-3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3v-4h-1",key:"svg-0"}],["path",{d:"M5 8h4a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h4",key:"svg-1"}]]),esh=createReactComponent("signal-3g","IconSignal3g",[["path",{d:"M17 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-0"}],["path",{d:"M6 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5",key:"svg-1"}]]),esv=createReactComponent("signal-4g-plus","IconSignal4gPlus",[["path",{d:"M17 12h4",key:"svg-0"}],["path",{d:"M3 8v3a1 1 0 0 0 1 1h3",key:"svg-1"}],["path",{d:"M7 8v8",key:"svg-2"}],["path",{d:"M19 10v4",key:"svg-3"}],["path",{d:"M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-4"}]]),esg=createReactComponent("signal-4g","IconSignal4g",[["path",{d:"M6 8v3a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M10 8v8",key:"svg-1"}],["path",{d:"M17 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-2"}]]),esy=createReactComponent("signal-5g","IconSignal5g",[["path",{d:"M18 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-0"}],["path",{d:"M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4",key:"svg-1"}]]),esf=createReactComponent("signal-6g","IconSignal6g",[["path",{d:"M18 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-0"}],["path",{d:"M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3",key:"svg-1"}]]),esm=createReactComponent("signal-e","IconSignalE",[["path",{d:"M14 8h-4v8h4",key:"svg-0"}],["path",{d:"M10 12h2.5",key:"svg-1"}]]),esk=createReactComponent("signal-g","IconSignalG",[["path",{d:"M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-0"}]]),esM=createReactComponent("signal-h-plus","IconSignalHPlus",[["path",{d:"M7 16v-8",key:"svg-0"}],["path",{d:"M11 8v8",key:"svg-1"}],["path",{d:"M7 12h4",key:"svg-2"}],["path",{d:"M14 12h4",key:"svg-3"}],["path",{d:"M16 10v4",key:"svg-4"}]]),esb=createReactComponent("signal-h","IconSignalH",[["path",{d:"M10 16v-8",key:"svg-0"}],["path",{d:"M14 8v8",key:"svg-1"}],["path",{d:"M10 12h4",key:"svg-2"}]]),esI=createReactComponent("signal-lte","IconSignalLte",[["path",{d:"M21 8h-4v8h4",key:"svg-0"}],["path",{d:"M17 12h2.5",key:"svg-1"}],["path",{d:"M4 8v8h4",key:"svg-2"}],["path",{d:"M10 8h4",key:"svg-3"}],["path",{d:"M12 8v8",key:"svg-4"}]]),esC=createReactComponent("signature-off","IconSignatureOff",[["path",{d:"M3 17c3.333 -3.333 5 -6 5 -8c0 -.394 -.017 -.735 -.05 -1.033m-1.95 -1.967c-1 0 -2.032 1.085 -2 3c.034 2.048 1.658 4.877 2.5 6c1.5 2 2.5 2.5 3.5 1l2 -3c.333 2.667 1.333 4 3 4c.219 0 .708 -.341 1.231 -.742m3.769 -.258c.303 .245 .64 .677 1 1",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),esx=createReactComponent("signature","IconSignature",[["path",{d:"M3 17c3.333 -3.333 5 -6 5 -8c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 4.877 2.5 6c1.5 2 2.5 2.5 3.5 1l2 -3c.333 2.667 1.333 4 3 4c.53 0 2.639 -2 3 -2c.517 0 1.517 .667 3 2",key:"svg-0"}]]),esR=createReactComponent("sitemap-off","IconSitemapOff",[["path",{d:"M3 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M19 15a2 2 0 0 1 2 2m-.591 3.42c-.362 .358 -.86 .58 -1.409 .58h-2a2 2 0 0 1 -2 -2v-2c0 -.549 .221 -1.046 .579 -1.407",key:"svg-1"}],["path",{d:"M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2",key:"svg-2"}],["path",{d:"M6 15v-1a2 2 0 0 1 2 -2h4m4 0a2 2 0 0 1 2 2",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),esS=createReactComponent("sitemap","IconSitemap",[["path",{d:"M3 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M15 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",key:"svg-2"}],["path",{d:"M6 15v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1",key:"svg-3"}],["path",{d:"M12 9l0 3",key:"svg-4"}]]),es_=createReactComponent("skateboard-off","IconSkateboardOff",[["path",{d:"M7 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M15 15a2 2 0 0 0 2 2m2 -2a2 2 0 0 0 -2 -2",key:"svg-1"}],["path",{d:"M3 9c0 .552 .895 1 2 1h5m4 0h5c1.105 0 2 -.448 2 -1",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),esw=createReactComponent("skateboard","IconSkateboard",[["path",{d:"M7 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M17 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M3 9a2 1 0 0 0 2 1h14a2 1 0 0 0 2 -1",key:"svg-2"}]]),esP=createReactComponent("skateboarding","IconSkateboarding",[["path",{d:"M16 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-0"}],["path",{d:"M5.5 15h3.5l.75 -1.5",key:"svg-1"}],["path",{d:"M14 19v-5l-2.5 -3l2.5 -4",key:"svg-2"}],["path",{d:"M8 8l3 -1h4l1 3h3",key:"svg-3"}],["path",{d:"M17.5 21a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z",fill:"currentColor",key:"svg-4"}],["path",{d:"M3 18c0 .552 .895 1 2 1h14c1.105 0 2 -.448 2 -1",key:"svg-5"}],["path",{d:"M6.5 21a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z",fill:"currentColor",key:"svg-6"}]]),esO=createReactComponent("skull","IconSkull",[["path",{d:"M12 4c4.418 0 8 3.358 8 7.5c0 1.901 -.755 3.637 -2 4.96l0 2.54a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-2.54c-1.245 -1.322 -2 -3.058 -2 -4.96c0 -4.142 3.582 -7.5 8 -7.5z",key:"svg-0"}],["path",{d:"M10 17v3",key:"svg-1"}],["path",{d:"M14 17v3",key:"svg-2"}],["path",{d:"M9 11m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M15 11m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}]]),esF=createReactComponent("slash","IconSlash",[["path",{d:"M17 5l-10 14",key:"svg-0"}]]),esz=createReactComponent("slashes","IconSlashes",[["path",{d:"M14 5l-10 14",key:"svg-0"}],["path",{d:"M20 5l-10 14",key:"svg-1"}]]),esD=createReactComponent("sleigh","IconSleigh",[["path",{d:"M3 19h15a4 4 0 0 0 4 -4",key:"svg-0"}],["path",{d:"M16 15h-9a4 4 0 0 1 -4 -4v-6l1.243 1.243a6 6 0 0 0 4.242 1.757h3.515v2a2 2 0 0 0 2 2h.5a1.5 1.5 0 0 0 1.5 -1.5a1.5 1.5 0 0 1 3 0v1.5a3 3 0 0 1 -3 3z",key:"svg-1"}],["path",{d:"M15 15v4",key:"svg-2"}],["path",{d:"M7 15v4",key:"svg-3"}]]),esA=createReactComponent("slice","IconSlice",[["path",{d:"M3 19l15 -15l3 3l-6 6l2 2a14 14 0 0 1 -14 4",key:"svg-0"}]]),esj=createReactComponent("slideshow","IconSlideshow",[["path",{d:"M15 6l.01 0",key:"svg-0"}],["path",{d:"M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-1"}],["path",{d:"M3 13l4 -4a3 5 0 0 1 3 0l4 4",key:"svg-2"}],["path",{d:"M13 12l2 -2a3 5 0 0 1 3 0l3 3",key:"svg-3"}],["path",{d:"M8 21l.01 0",key:"svg-4"}],["path",{d:"M12 21l.01 0",key:"svg-5"}],["path",{d:"M16 21l.01 0",key:"svg-6"}]]),esE=createReactComponent("smart-home-off","IconSmartHomeOff",[["path",{d:"M7.097 7.125l-2.037 1.585a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12c.559 0 1.064 -.229 1.427 -.598m.572 -3.417v-5.185c0 -.823 -.38 -1.6 -1.03 -2.105l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-1.029 .8",key:"svg-0"}],["path",{d:"M15.332 15.345c-2.213 .976 -5.335 .86 -7.332 -.345",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),esT=createReactComponent("smart-home","IconSmartHome",[["path",{d:"M19 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -.823 -.38 -1.6 -1.03 -2.105",key:"svg-0"}],["path",{d:"M16 15c-2.21 1.333 -5.792 1.333 -8 0",key:"svg-1"}]]),esB=createReactComponent("smoking-no","IconSmokingNo",[["path",{d:"M8 13l0 4",key:"svg-0"}],["path",{d:"M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}],["path",{d:"M17 13h3a1 1 0 0 1 1 1v2c0 .28 -.115 .533 -.3 .714m-3.7 .286h-13a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h9",key:"svg-3"}]]),esN=createReactComponent("smoking","IconSmoking",[["path",{d:"M3 13m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M8 13l0 4",key:"svg-1"}],["path",{d:"M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5",key:"svg-2"}]]),es$=createReactComponent("snowflake-off","IconSnowflakeOff",[["path",{d:"M10 4l2 1l2 -1",key:"svg-0"}],["path",{d:"M12 2v6m1.196 1.186l1.804 1.034",key:"svg-1"}],["path",{d:"M17.928 6.268l.134 2.232l1.866 1.232",key:"svg-2"}],["path",{d:"M20.66 7l-5.629 3.25l-.031 .75",key:"svg-3"}],["path",{d:"M19.928 14.268l-1.015 .67",key:"svg-4"}],["path",{d:"M14.212 14.226l-2.171 1.262",key:"svg-5"}],["path",{d:"M14 20l-2 -1l-2 1",key:"svg-6"}],["path",{d:"M12 22v-6.5l-3 -1.72",key:"svg-7"}],["path",{d:"M6.072 17.732l-.134 -2.232l-1.866 -1.232",key:"svg-8"}],["path",{d:"M3.34 17l5.629 -3.25l-.01 -3.458",key:"svg-9"}],["path",{d:"M4.072 9.732l1.866 -1.232l.134 -2.232",key:"svg-10"}],["path",{d:"M3.34 7l5.629 3.25l.802 -.466",key:"svg-11"}],["path",{d:"M3 3l18 18",key:"svg-12"}]]),esL=createReactComponent("snowflake","IconSnowflake",[["path",{d:"M10 4l2 1l2 -1",key:"svg-0"}],["path",{d:"M12 2v6.5l3 1.72",key:"svg-1"}],["path",{d:"M17.928 6.268l.134 2.232l1.866 1.232",key:"svg-2"}],["path",{d:"M20.66 7l-5.629 3.25l.01 3.458",key:"svg-3"}],["path",{d:"M19.928 14.268l-1.866 1.232l-.134 2.232",key:"svg-4"}],["path",{d:"M20.66 17l-5.629 -3.25l-2.99 1.738",key:"svg-5"}],["path",{d:"M14 20l-2 -1l-2 1",key:"svg-6"}],["path",{d:"M12 22v-6.5l-3 -1.72",key:"svg-7"}],["path",{d:"M6.072 17.732l-.134 -2.232l-1.866 -1.232",key:"svg-8"}],["path",{d:"M3.34 17l5.629 -3.25l-.01 -3.458",key:"svg-9"}],["path",{d:"M4.072 9.732l1.866 -1.232l.134 -2.232",key:"svg-10"}],["path",{d:"M3.34 7l5.629 3.25l2.99 -1.738",key:"svg-11"}]]),esW=createReactComponent("snowman","IconSnowman",[["path",{d:"M12 3a4 4 0 0 1 2.906 6.75a6 6 0 1 1 -5.81 0a4 4 0 0 1 2.904 -6.75z",key:"svg-0"}],["path",{d:"M17.5 11.5l2.5 -1.5",key:"svg-1"}],["path",{d:"M6.5 11.5l-2.5 -1.5",key:"svg-2"}],["path",{d:"M12 13h.01",key:"svg-3"}],["path",{d:"M12 16h.01",key:"svg-4"}]]),esH=createReactComponent("soccer-field","IconSoccerField",[["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M3 9h3v6h-3z",key:"svg-1"}],["path",{d:"M18 9h3v6h-3z",key:"svg-2"}],["path",{d:"M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-3"}],["path",{d:"M12 5l0 14",key:"svg-4"}]]),esV=createReactComponent("social-off","IconSocialOff",[["path",{d:"M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M17.57 17.602a2 2 0 0 0 2.83 2.827",key:"svg-2"}],["path",{d:"M11.113 11.133a3 3 0 1 0 3.765 3.715",key:"svg-3"}],["path",{d:"M12 7v1",key:"svg-4"}],["path",{d:"M6.7 17.8l2.8 -2",key:"svg-5"}],["path",{d:"M17.3 17.8l-2.8 -2",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),esq=createReactComponent("social","IconSocial",[["path",{d:"M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M12 14m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M12 7l0 4",key:"svg-4"}],["path",{d:"M6.7 17.8l2.8 -2",key:"svg-5"}],["path",{d:"M17.3 17.8l-2.8 -2",key:"svg-6"}]]),esU=createReactComponent("sock","IconSock",[["path",{d:"M13 3v6l4.798 5.142a4 4 0 0 1 -5.441 5.86l-6.736 -6.41a2 2 0 0 1 -.621 -1.451v-9.141h8z",key:"svg-0"}],["path",{d:"M7.895 15.768c.708 -.721 1.105 -1.677 1.105 -2.768a4 4 0 0 0 -4 -4",key:"svg-1"}]]),esG=createReactComponent("sofa-off","IconSofaOff",[["path",{d:"M18 14v-1a2 2 0 1 1 4 0v5m-3 1h-16a1 1 0 0 1 -1 -1v-5a2 2 0 1 1 4 0v1h8",key:"svg-0"}],["path",{d:"M4 11v-3c0 -1.082 .573 -2.03 1.432 -2.558m3.568 -.442h8a3 3 0 0 1 3 3v3",key:"svg-1"}],["path",{d:"M12 5v3m0 4v2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),esX=createReactComponent("sofa","IconSofa",[["path",{d:"M4 11a2 2 0 0 1 2 2v1h12v-1a2 2 0 1 1 4 0v5a1 1 0 0 1 -1 1h-18a1 1 0 0 1 -1 -1v-5a2 2 0 0 1 2 -2z",key:"svg-0"}],["path",{d:"M4 11v-3a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v3",key:"svg-1"}],["path",{d:"M12 5v9",key:"svg-2"}]]),esK=createReactComponent("solar-electricity","IconSolarElectricity",[["path",{d:"M4 6.28v11.44a1 1 0 0 0 1.243 .97l6 -1.5a1 1 0 0 0 .757 -.97v-8.44a1 1 0 0 0 -.757 -.97l-6 -1.5a1 1 0 0 0 -1.243 .97z",key:"svg-0"}],["path",{d:"M8 6v12",key:"svg-1"}],["path",{d:"M12 12h-8",key:"svg-2"}],["path",{d:"M20 7l-3 5h4l-3 5",key:"svg-3"}]]),esY=createReactComponent("solar-panel-2","IconSolarPanel2",[["path",{d:"M8 2a4 4 0 1 0 8 0",key:"svg-0"}],["path",{d:"M4 3h1",key:"svg-1"}],["path",{d:"M19 3h1",key:"svg-2"}],["path",{d:"M12 9v1",key:"svg-3"}],["path",{d:"M17.2 7.2l.707 .707",key:"svg-4"}],["path",{d:"M6.8 7.2l-.7 .7",key:"svg-5"}],["path",{d:"M4.28 21h15.44a1 1 0 0 0 .97 -1.243l-1.5 -6a1 1 0 0 0 -.97 -.757h-12.44a1 1 0 0 0 -.97 .757l-1.5 6a1 1 0 0 0 .97 1.243z",key:"svg-6"}],["path",{d:"M4 17h16",key:"svg-7"}],["path",{d:"M10 13l-1 8",key:"svg-8"}],["path",{d:"M14 13l1 8",key:"svg-9"}]]),esZ=createReactComponent("solar-panel","IconSolarPanel",[["path",{d:"M4.28 14h15.44a1 1 0 0 0 .97 -1.243l-1.5 -6a1 1 0 0 0 -.97 -.757h-12.44a1 1 0 0 0 -.97 .757l-1.5 6a1 1 0 0 0 .97 1.243z",key:"svg-0"}],["path",{d:"M4 10h16",key:"svg-1"}],["path",{d:"M10 6l-1 8",key:"svg-2"}],["path",{d:"M14 6l1 8",key:"svg-3"}],["path",{d:"M12 14v4",key:"svg-4"}],["path",{d:"M7 18h10",key:"svg-5"}]]),esQ=createReactComponent("sort-0-9","IconSort09",[["path",{d:"M11 12h2",key:"svg-0"}],["path",{d:"M4 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z",key:"svg-1"}],["path",{d:"M16 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-2"}]]),esJ=createReactComponent("sort-9-0","IconSort90",[["path",{d:"M4 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M16 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z",key:"svg-1"}],["path",{d:"M11 12h2",key:"svg-2"}]]),es1=createReactComponent("sort-a-z","IconSortAZ",[["path",{d:"M16 8h4l-4 8h4",key:"svg-0"}],["path",{d:"M4 16v-6a2 2 0 1 1 4 0v6",key:"svg-1"}],["path",{d:"M4 13h4",key:"svg-2"}],["path",{d:"M11 12h2",key:"svg-3"}]]),es0=createReactComponent("sort-ascending-2","IconSortAscending2",[["path",{d:"M14 9l3 -3l3 3",key:"svg-0"}],["path",{d:"M5 5m0 .5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5z",key:"svg-1"}],["path",{d:"M5 14m0 .5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5z",key:"svg-2"}],["path",{d:"M17 6v12",key:"svg-3"}]]),es2=createReactComponent("sort-ascending-letters","IconSortAscendingLetters",[["path",{d:"M15 10v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4",key:"svg-0"}],["path",{d:"M19 21h-4l4 -7h-4",key:"svg-1"}],["path",{d:"M4 15l3 3l3 -3",key:"svg-2"}],["path",{d:"M7 6v12",key:"svg-3"}]]),es3=createReactComponent("sort-ascending-numbers","IconSortAscendingNumbers",[["path",{d:"M4 15l3 3l3 -3",key:"svg-0"}],["path",{d:"M7 6v12",key:"svg-1"}],["path",{d:"M17 3a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2z",key:"svg-2"}],["path",{d:"M17 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M19 16v3a2 2 0 0 1 -2 2h-1.5",key:"svg-4"}]]),es5=createReactComponent("sort-ascending","IconSortAscending",[["path",{d:"M4 6l7 0",key:"svg-0"}],["path",{d:"M4 12l7 0",key:"svg-1"}],["path",{d:"M4 18l9 0",key:"svg-2"}],["path",{d:"M15 9l3 -3l3 3",key:"svg-3"}],["path",{d:"M18 6l0 12",key:"svg-4"}]]),es4=createReactComponent("sort-descending-2","IconSortDescending2",[["path",{d:"M5 5m0 .5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5z",key:"svg-0"}],["path",{d:"M5 14m0 .5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5z",key:"svg-1"}],["path",{d:"M14 15l3 3l3 -3",key:"svg-2"}],["path",{d:"M17 18v-12",key:"svg-3"}]]),es6=createReactComponent("sort-descending-letters","IconSortDescendingLetters",[["path",{d:"M15 21v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4",key:"svg-0"}],["path",{d:"M19 10h-4l4 -7h-4",key:"svg-1"}],["path",{d:"M4 15l3 3l3 -3",key:"svg-2"}],["path",{d:"M7 6v12",key:"svg-3"}]]),es9=createReactComponent("sort-descending-numbers","IconSortDescendingNumbers",[["path",{d:"M4 15l3 3l3 -3",key:"svg-0"}],["path",{d:"M7 6v12",key:"svg-1"}],["path",{d:"M17 14a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2z",key:"svg-2"}],["path",{d:"M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M19 5v3a2 2 0 0 1 -2 2h-1.5",key:"svg-4"}]]),es7=createReactComponent("sort-descending","IconSortDescending",[["path",{d:"M4 6l9 0",key:"svg-0"}],["path",{d:"M4 12l7 0",key:"svg-1"}],["path",{d:"M4 18l7 0",key:"svg-2"}],["path",{d:"M15 15l3 3l3 -3",key:"svg-3"}],["path",{d:"M18 6l0 12",key:"svg-4"}]]),es8=createReactComponent("sort-z-a","IconSortZA",[["path",{d:"M4 8h4l-4 8h4",key:"svg-0"}],["path",{d:"M16 16v-6a2 2 0 1 1 4 0v6",key:"svg-1"}],["path",{d:"M16 13h4",key:"svg-2"}],["path",{d:"M11 12h2",key:"svg-3"}]]),ede=createReactComponent("sos","IconSos",[["path",{d:"M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3",key:"svg-0"}],["path",{d:"M10 8h4v8h-4z",key:"svg-1"}],["path",{d:"M17 16h3a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h3",key:"svg-2"}]]),edt=createReactComponent("soup-off","IconSoupOff",[["path",{d:"M3 19h16",key:"svg-0"}],["path",{d:"M15 11h6c0 1.691 -.525 3.26 -1.42 4.552m-2.034 2.032a7.963 7.963 0 0 1 -4.546 1.416h-2a8 8 0 0 1 -8 -8h8",key:"svg-1"}],["path",{d:"M12 5v3",key:"svg-2"}],["path",{d:"M15 5v3",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),eda=createReactComponent("soup","IconSoup",[["path",{d:"M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M12 4a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2",key:"svg-1"}],["path",{d:"M16 4a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2",key:"svg-2"}],["path",{d:"M8 4a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2",key:"svg-3"}]]),edn=createReactComponent("source-code","IconSourceCode",[["path",{d:"M14.5 4h2.5a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-5",key:"svg-0"}],["path",{d:"M6 5l-2 2l2 2",key:"svg-1"}],["path",{d:"M10 9l2 -2l-2 -2",key:"svg-2"}]]),edr=createReactComponent("space-off","IconSpaceOff",[["path",{d:"M4 10v3a1 1 0 0 0 1 1h9m4 0h1a1 1 0 0 0 1 -1v-3",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),edo=createReactComponent("space","IconSpace",[["path",{d:"M4 10v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-3",key:"svg-0"}]]),edl=createReactComponent("spacing-horizontal","IconSpacingHorizontal",[["path",{d:"M20 20h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 20h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2",key:"svg-1"}],["path",{d:"M12 8v8",key:"svg-2"}]]),edc=createReactComponent("spacing-vertical","IconSpacingVertical",[["path",{d:"M4 20v-2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2",key:"svg-0"}],["path",{d:"M4 4v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2",key:"svg-1"}],["path",{d:"M16 12h-8",key:"svg-2"}]]),edi=createReactComponent("spade-filled","IconSpadeFilled",[["path",{d:"M11.327 2.26a1395.065 1395.065 0 0 0 -4.923 4.504c-.626 .6 -1.212 1.21 -1.774 1.843a6.528 6.528 0 0 0 -.314 8.245l.14 .177c1.012 1.205 2.561 1.755 4.055 1.574l.246 -.037l-.706 2.118a1 1 0 0 0 .949 1.316h6l.118 -.007a1 1 0 0 0 .83 -1.31l-.688 -2.065l.104 .02c1.589 .25 3.262 -.387 4.32 -1.785a6.527 6.527 0 0 0 -.311 -8.243a31.787 31.787 0 0 0 -1.76 -1.83l-4.938 -4.518a1 1 0 0 0 -1.348 -.001z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eds=createReactComponent("spade","IconSpade",[["path",{d:"M12 3l4.919 4.5c.61 .587 1.177 1.177 1.703 1.771a5.527 5.527 0 0 1 .264 6.979c-1.18 1.56 -3.338 1.92 -4.886 .75v1l1 3h-6l1 -3v-1c-1.54 1.07 -3.735 .772 -4.886 -.75a5.527 5.527 0 0 1 .264 -6.979a30.883 30.883 0 0 1 1.703 -1.771a1541.72 1541.72 0 0 1 4.919 -4.5z",key:"svg-0"}]]),edd=createReactComponent("sparkles","IconSparkles",[["path",{d:"M16 18a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2zm0 -12a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2zm-7 12a6 6 0 0 1 6 -6a6 6 0 0 1 -6 -6a6 6 0 0 1 -6 6a6 6 0 0 1 6 6z",key:"svg-0"}]]),edu=createReactComponent("speakerphone","IconSpeakerphone",[["path",{d:"M18 8a3 3 0 0 1 0 6",key:"svg-0"}],["path",{d:"M10 8v11a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1v-5",key:"svg-1"}],["path",{d:"M12 8h0l4.524 -3.77a.9 .9 0 0 1 1.476 .692v12.156a.9 .9 0 0 1 -1.476 .692l-4.524 -3.77h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h8",key:"svg-2"}]]),edp=createReactComponent("speedboat","IconSpeedboat",[["path",{d:"M3 17h13.4a3 3 0 0 0 2.5 -1.34l3.1 -4.66h0h-6.23a4 4 0 0 0 -1.49 .29l-3.56 1.42a4 4 0 0 1 -1.49 .29h-3.73h0h-1l-1.5 4z",key:"svg-0"}],["path",{d:"M6 13l1.5 -5",key:"svg-1"}],["path",{d:"M6 8h8l2 3",key:"svg-2"}]]),edh=createReactComponent("sphere-off","IconSphereOff",[["path",{d:"M3 12c0 1.657 4.03 3 9 3c.987 0 1.936 -.053 2.825 -.15m3.357 -.67c1.735 -.547 2.818 -1.32 2.818 -2.18",key:"svg-0"}],["path",{d:"M20.051 16.027a9 9 0 0 0 -12.083 -12.075m-2.34 1.692a9 9 0 0 0 12.74 12.716",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),edv=createReactComponent("sphere-plus","IconSpherePlus",[["path",{d:"M3 12c0 1.657 4.03 3 9 3c1.116 0 2.185 -.068 3.172 -.192m5.724 -2.35a1.1 1.1 0 0 0 .104 -.458",key:"svg-0"}],["path",{d:"M20.984 12.546a9 9 0 1 0 -8.442 8.438",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}]]),edg=createReactComponent("sphere","IconSphere",[["path",{d:"M3 12c0 1.657 4.03 3 9 3s9 -1.343 9 -3",key:"svg-0"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-1"}]]),edy=createReactComponent("spider","IconSpider",[["path",{d:"M5 4v2l5 5",key:"svg-0"}],["path",{d:"M2.5 9.5l1.5 1.5h6",key:"svg-1"}],["path",{d:"M4 19v-2l6 -6",key:"svg-2"}],["path",{d:"M19 4v2l-5 5",key:"svg-3"}],["path",{d:"M21.5 9.5l-1.5 1.5h-6",key:"svg-4"}],["path",{d:"M20 19v-2l-6 -6",key:"svg-5"}],["path",{d:"M12 15m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-6"}],["path",{d:"M12 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-7"}]]),edf=createReactComponent("spiral-off","IconSpiralOff",[["path",{d:"M10 12.057a1.9 1.9 0 0 0 .614 .743c.682 .459 1.509 .374 2.164 -.02m1.103 -2.92a3.298 3.298 0 0 0 -1.749 -2.059a3.6 3.6 0 0 0 -.507 -.195m-3.385 .634a4.154 4.154 0 0 0 -1.347 1.646c-1.095 2.432 .29 5.248 2.71 6.246c1.955 .806 4.097 .35 5.65 -.884m1.745 -2.268l.043 -.103c1.36 -3.343 -.557 -7.134 -3.896 -8.41c-1.593 -.61 -3.27 -.599 -4.79 -.113m-2.579 1.408a7.574 7.574 0 0 0 -2.268 3.128c-1.63 4.253 .823 9.024 5.082 10.576c3.211 1.17 6.676 .342 9.124 -1.738m1.869 -2.149a9.354 9.354 0 0 0 1.417 -4.516",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),edm=createReactComponent("spiral","IconSpiral",[["path",{d:"M10 12.057a1.9 1.9 0 0 0 .614 .743c1.06 .713 2.472 .112 3.043 -.919c.839 -1.513 -.022 -3.368 -1.525 -4.08c-2 -.95 -4.371 .154 -5.24 2.086c-1.095 2.432 .29 5.248 2.71 6.246c2.931 1.208 6.283 -.418 7.438 -3.255c1.36 -3.343 -.557 -7.134 -3.896 -8.41c-3.855 -1.474 -8.2 .68 -9.636 4.422c-1.63 4.253 .823 9.024 5.082 10.576c4.778 1.74 10.118 -.941 11.833 -5.59a9.354 9.354 0 0 0 .577 -2.813",key:"svg-0"}]]),edk=createReactComponent("sport-billard","IconSportBillard",[["path",{d:"M12 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M12 12m-8 0a8 8 0 1 0 16 0a8 8 0 1 0 -16 0",key:"svg-2"}]]),edM=createReactComponent("spray","IconSpray",[["path",{d:"M4 10m0 2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M6 10v-4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4",key:"svg-1"}],["path",{d:"M15 7h.01",key:"svg-2"}],["path",{d:"M18 9h.01",key:"svg-3"}],["path",{d:"M18 5h.01",key:"svg-4"}],["path",{d:"M21 3h.01",key:"svg-5"}],["path",{d:"M21 7h.01",key:"svg-6"}],["path",{d:"M21 11h.01",key:"svg-7"}],["path",{d:"M10 7h1",key:"svg-8"}]]),edb=createReactComponent("spy-off","IconSpyOff",[["path",{d:"M3 11h8m4 0h6",key:"svg-0"}],["path",{d:"M5 11v-4c0 -.571 .16 -1.105 .437 -1.56m2.563 -1.44h8a3 3 0 0 1 3 3v4",key:"svg-1"}],["path",{d:"M7 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M14.88 14.877a3 3 0 1 0 4.239 4.247m.59 -3.414a3.012 3.012 0 0 0 -1.425 -1.422",key:"svg-3"}],["path",{d:"M10 17h4",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),edI=createReactComponent("spy","IconSpy",[["path",{d:"M3 11h18",key:"svg-0"}],["path",{d:"M5 11v-4a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v4",key:"svg-1"}],["path",{d:"M7 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-3"}],["path",{d:"M10 17h4",key:"svg-4"}]]),edC=createReactComponent("sql","IconSql",[["path",{d:"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-0"}],["path",{d:"M17 8v8h4",key:"svg-1"}],["path",{d:"M13 15l1 1",key:"svg-2"}],["path",{d:"M3 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1",key:"svg-3"}]]),edx=createReactComponent("square-0-filled","IconSquare0Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 5a3 3 0 0 0 -2.995 2.824l-.005 .176v4l.005 .176a3 3 0 0 0 5.99 0l.005 -.176v-4l-.005 -.176a3 3 0 0 0 -2.995 -2.824zm0 2a1 1 0 0 1 .993 .883l.007 .117v4l-.007 .117a1 1 0 0 1 -1.986 0l-.007 -.117v-4l.007 -.117a1 1 0 0 1 .993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edR=createReactComponent("square-1-filled","IconSquare1Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.339 5.886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edS=createReactComponent("square-2-filled","IconSquare2Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ed_=createReactComponent("square-3-filled","IconSquare3Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edw=createReactComponent("square-4-filled","IconSquare4Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-4.333 5a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edP=createReactComponent("square-5-filled","IconSquare5Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-4.333 5h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edO=createReactComponent("square-6-filled","IconSquare6Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edF=createReactComponent("square-7-filled","IconSquare7Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-4.333 5h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edz=createReactComponent("square-8-filled","IconSquare8Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edD=createReactComponent("square-9-filled","IconSquare9Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edA=createReactComponent("square-arrow-down-filled","IconSquareArrowDownFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5a1 1 0 0 0 -1 1v5.585l-2.293 -2.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l4 4l.094 .083l.092 .064l.098 .052l.11 .044l.112 .03l.126 .017l.075 .003l.117 -.007l.149 -.029l.105 -.035l.113 -.054l.111 -.071a.939 .939 0 0 0 .112 -.097l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292v-5.585l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edj=createReactComponent("square-arrow-down","IconSquareArrowDown",[["path",{d:"M8 12l4 4l4 -4",key:"svg-0"}],["path",{d:"M12 8v8",key:"svg-1"}],["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),edE=createReactComponent("square-arrow-left-filled","IconSquareArrowLeftFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.293 5.293a1 1 0 0 0 -1.414 0l-4 4l-.083 .094l-.064 .092l-.052 .098l-.044 .11l-.03 .112l-.017 .126l-.003 .075l.004 .09l.007 .058l.025 .118l.035 .105l.054 .113l.071 .111c.03 .04 .061 .077 .097 .112l4 4l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293h5.585l.117 -.007a1 1 0 0 0 -.117 -1.993h-5.585l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edT=createReactComponent("square-arrow-left","IconSquareArrowLeft",[["path",{d:"M12 8l-4 4l4 4",key:"svg-0"}],["path",{d:"M16 12h-8",key:"svg-1"}],["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),edB=createReactComponent("square-arrow-right-filled","IconSquareArrowRightFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.387 5.21a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293h-5.585l-.117 .007a1 1 0 0 0 .117 1.993h5.585l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l4 -4l.073 -.082l.074 -.104l.052 -.098l.044 -.11l.03 -.112l.017 -.126l.003 -.075l-.007 -.118l-.029 -.148l-.035 -.105l-.054 -.113l-.071 -.111a1.008 1.008 0 0 0 -.097 -.112l-4 -4z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edN=createReactComponent("square-arrow-right","IconSquareArrowRight",[["path",{d:"M12 16l4 -4l-4 -4",key:"svg-0"}],["path",{d:"M8 12h8",key:"svg-1"}],["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),ed$=createReactComponent("square-arrow-up-filled","IconSquareArrowUpFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5l-.09 .004l-.058 .007l-.118 .025l-.105 .035l-.113 .054l-.111 .071a1.008 1.008 0 0 0 -.112 .097l-4 4l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292v5.585l.007 .117a1 1 0 0 0 1.993 -.117v-5.585l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-4 -4l-.082 -.073l-.104 -.074l-.098 -.052l-.11 -.044l-.112 -.03l-.126 -.017l-.075 -.003z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edL=createReactComponent("square-arrow-up","IconSquareArrowUp",[["path",{d:"M16 12l-4 -4l-4 4",key:"svg-0"}],["path",{d:"M12 16v-8",key:"svg-1"}],["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),edW=createReactComponent("square-asterisk-filled","IconSquareAsteriskFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5.5a1 1 0 0 0 -1 1v1.631l-1.445 -.963l-.101 -.06a1 1 0 0 0 -1.009 1.724l1.75 1.168l-1.75 1.169l-.093 .07a1 1 0 0 0 1.203 1.594l1.445 -.965v1.632l.007 .117a1 1 0 0 0 1.993 -.117v-1.631l1.445 .963l.101 .06a1 1 0 0 0 1.009 -1.724l-1.752 -1.169l1.752 -1.167l.093 -.07a1 1 0 0 0 -1.203 -1.594l-1.445 .962v-1.63l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edH=createReactComponent("square-asterisk","IconSquareAsterisk",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 8.5v7",key:"svg-1"}],["path",{d:"M9 10l6 4",key:"svg-2"}],["path",{d:"M9 14l6 -4",key:"svg-3"}]]),edV=createReactComponent("square-check-filled","IconSquareCheckFilled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.626 7.293a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edq=createReactComponent("square-check","IconSquareCheck",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 12l2 2l4 -4",key:"svg-1"}]]),edU=createReactComponent("square-chevron-down-filled","IconSquareChevronDownFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-9.387 8.21a1 1 0 0 0 -1.32 1.497l3 3l.094 .083a1 1 0 0 0 1.32 -.083l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292l-2.293 -2.292z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edG=createReactComponent("square-chevron-down","IconSquareChevronDown",[["path",{d:"M15 11l-3 3l-3 -3",key:"svg-0"}],["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),edX=createReactComponent("square-chevron-left-filled","IconSquareChevronLeftFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5.293 6.293a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edK=createReactComponent("square-chevron-left","IconSquareChevronLeft",[["path",{d:"M13 15l-3 -3l3 -3",key:"svg-0"}],["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),edY=createReactComponent("square-chevron-right-filled","IconSquareChevronRightFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7.387 6.21a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edZ=createReactComponent("square-chevron-right","IconSquareChevronRight",[["path",{d:"M11 9l3 3l-3 3",key:"svg-0"}],["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),edQ=createReactComponent("square-chevron-up-filled","IconSquareChevronUpFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.387 7.21a1 1 0 0 0 -1.32 .083l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),edJ=createReactComponent("square-chevron-up","IconSquareChevronUp",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 13l3 -3l3 3",key:"svg-1"}]]),ed1=createReactComponent("square-chevrons-down-filled","IconSquareChevronsDownFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-9.387 10.21a1 1 0 0 0 -1.32 1.497l3 3l.094 .083a1 1 0 0 0 1.32 -.083l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292l-2.293 -2.292zm0 -5a1 1 0 0 0 -1.32 1.497l3 3l.094 .083a1 1 0 0 0 1.32 -.083l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292l-2.293 -2.292z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ed0=createReactComponent("square-chevrons-down","IconSquareChevronsDown",[["path",{d:"M15 8l-3 3l-3 -3",key:"svg-0"}],["path",{d:"M15 13l-3 3l-3 -3",key:"svg-1"}],["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-2"}]]),ed2=createReactComponent("square-chevrons-left-filled","IconSquareChevronsLeftFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-2.293 6.293a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32zm-5 0a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ed3=createReactComponent("square-chevrons-left","IconSquareChevronsLeft",[["path",{d:"M16 15l-3 -3l3 -3",key:"svg-0"}],["path",{d:"M11 15l-3 -3l3 -3",key:"svg-1"}],["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-2"}]]),ed5=createReactComponent("square-chevrons-right-filled","IconSquareChevronsRightFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-10.387 6.21a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-3 -3zm5 0a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ed4=createReactComponent("square-chevrons-right","IconSquareChevronsRight",[["path",{d:"M8 9l3 3l-3 3",key:"svg-0"}],["path",{d:"M13 9l3 3l-3 3",key:"svg-1"}],["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-2"}]]),ed6=createReactComponent("square-chevrons-up-filled","IconSquareChevronsUpFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.387 10.21a1 1 0 0 0 -1.32 .083l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-3 -3zm0 -5a1 1 0 0 0 -1.32 .083l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ed9=createReactComponent("square-chevrons-up","IconSquareChevronsUp",[["path",{d:"M9 16l3 -3l3 3",key:"svg-0"}],["path",{d:"M9 11l3 -3l3 3",key:"svg-1"}],["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-2"}]]),ed7=createReactComponent("square-dot-filled","IconSquareDotFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 8a2 2 0 0 0 -1.995 1.85l-.005 .15l.005 .15a2 2 0 1 0 1.995 -2.15z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ed8=createReactComponent("square-dot","IconSquareDot",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}]]),eue=createReactComponent("square-f0-filled","IconSquareF0Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.833 6a2.5 2.5 0 0 0 -2.495 2.336l-.005 .164v3l.005 .164a2.5 2.5 0 0 0 4.99 0l.005 -.164v-3l-.005 -.164a2.5 2.5 0 0 0 -2.495 -2.336zm-4.5 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm4.5 2a.5 .5 0 0 1 .492 .41l.008 .09v3l-.008 .09a.5 .5 0 0 1 -.984 0l-.008 -.09v-3l.008 -.09a.5 .5 0 0 1 .492 -.41z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eut=createReactComponent("square-f0","IconSquareF0",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M13 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-1"}],["path",{d:"M8 12h2",key:"svg-2"}],["path",{d:"M10 9h-2v6",key:"svg-3"}]]),eua=createReactComponent("square-f1-filled","IconSquareF1Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-8.333 6h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm5.994 .886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v3.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-6l-.006 -.114z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eun=createReactComponent("square-f1","IconSquareF1",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M13 11l2 -2v6",key:"svg-1"}],["path",{d:"M8 12h2",key:"svg-2"}],["path",{d:"M10 9h-2v6",key:"svg-3"}]]),eur=createReactComponent("square-f2-filled","IconSquareF2Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.333 6h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2v1h-1l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v1l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-2v-1h1l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-1l-.005 -.15a2 2 0 0 0 -1.995 -1.85zm-5 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),euo=createReactComponent("square-f2","IconSquareF2",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M13 9h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2",key:"svg-1"}],["path",{d:"M8 12h2",key:"svg-2"}],["path",{d:"M10 9h-2v6",key:"svg-3"}]]),eul=createReactComponent("square-f3-filled","IconSquareF3Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.833 6h-1l-.144 .007a1.5 1.5 0 0 0 -1.356 1.493a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .727 -.457l.02 -.036h.636l.09 .008a.5 .5 0 0 1 0 .984l-.09 .008h-.5l-.133 .007c-1.156 .124 -1.156 1.862 0 1.986l.133 .007h.5l.09 .008a.5 .5 0 0 1 .41 .492l-.008 .09a.5 .5 0 0 1 -.492 .41h-.635l-.02 -.036a1 1 0 0 0 -1.845 .536a1.5 1.5 0 0 0 1.5 1.5h1l.164 -.005a2.5 2.5 0 0 0 2.336 -2.495l-.005 -.164a2.487 2.487 0 0 0 -.477 -1.312l-.019 -.024l.126 -.183a2.5 2.5 0 0 0 -2.125 -3.817zm-4.5 0h-2l-.117 .007a1 1 0 0 0 -.883 .993v6l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-2h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),euc=createReactComponent("square-f3","IconSquareF3",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M13 9.5a.5 .5 0 0 1 .5 -.5h1a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1a.5 .5 0 0 1 -.5 -.5",key:"svg-1"}],["path",{d:"M8 12h2",key:"svg-2"}],["path",{d:"M10 9h-2v6",key:"svg-3"}]]),eui=createReactComponent("square-f4-filled","IconSquareF4Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.333 6a1 1 0 0 0 -.993 .883l-.007 .117v2h-1v-2l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h1v2l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eus=createReactComponent("square-f4","IconSquareF4",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M13 9v2a1 1 0 0 0 1 1h1",key:"svg-1"}],["path",{d:"M16 9v6",key:"svg-2"}],["path",{d:"M8 12h2",key:"svg-3"}],["path",{d:"M10 9h-2v6",key:"svg-4"}]]),eud=createReactComponent("square-f5-filled","IconSquareF5Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.333 6h-3l-.117 .007a1 1 0 0 0 -.857 .764l-.02 .112l-.006 .117v3l.007 .117a1 1 0 0 0 .764 .857l.112 .02l.117 .006h2v1h-1.033l-.025 -.087l-.049 -.113a1 1 0 0 0 -1.893 .45c0 .867 .63 1.587 1.458 1.726l.148 .018l.144 .006h1.25l.157 -.006a2 2 0 0 0 1.819 -1.683l.019 -.162l.005 -.149v-1l-.006 -.157a2 2 0 0 0 -1.683 -1.819l-.162 -.019l-.149 -.005h-1v-1h2l.117 -.007a1 1 0 0 0 .857 -.764l.02 -.112l.006 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006zm-6 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),euu=createReactComponent("square-f5","IconSquareF5",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M13 14.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3",key:"svg-1"}],["path",{d:"M8 12h2",key:"svg-2"}],["path",{d:"M10 9h-2v6",key:"svg-3"}]]),eup=createReactComponent("square-f6-filled","IconSquareF6Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.083 6h-1.25l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h1l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-1l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-1v-1h1.032l.026 .087a1 1 0 0 0 1.942 -.337a1.75 1.75 0 0 0 -1.606 -1.744l-.144 -.006zm-5.25 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm5 5v1h-1v-1h1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),euh=createReactComponent("square-f6","IconSquareF6",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M16 9.75a.75 .75 0 0 0 -.75 -.75h-1.25a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2",key:"svg-1"}],["path",{d:"M8 12h2",key:"svg-2"}],["path",{d:"M10 9h-2v6",key:"svg-3"}]]),euv=createReactComponent("square-f7-filled","IconSquareF7Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.333 6h-3l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h1.718l-1.188 4.757l-.022 .115a1 1 0 0 0 1.962 .37l1.5 -6l.021 -.11a1 1 0 0 0 -.991 -1.132zm-6 0h-2l-.117 .007a1 1 0 0 0 -.883 .993v6l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-2h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eug=createReactComponent("square-f7","IconSquareF7",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M13 9h3l-1.5 6",key:"svg-1"}],["path",{d:"M8 12h2",key:"svg-2"}],["path",{d:"M10 9h-2v6",key:"svg-3"}]]),euy=createReactComponent("square-f8-filled","IconSquareF8Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.333 6h-1l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v1l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v1l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h1l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-1l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-1l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm-5 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm5 5v1h-1v-1h1zm0 -3v1h-1v-1h1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),euf=createReactComponent("square-f8","IconSquareF8",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14.5 12h-.5a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1",key:"svg-1"}],["path",{d:"M8 12h2",key:"svg-2"}],["path",{d:"M10 9h-2v6",key:"svg-3"}]]),eum=createReactComponent("square-f9-filled","IconSquareF9Filled",[["path",{d:"M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.083 6h-1.5l-.144 .006a1.75 1.75 0 0 0 -1.606 1.744v1.5l.006 .144a1.75 1.75 0 0 0 1.744 1.606h1.25v1h-1.033l-.025 -.087a1 1 0 0 0 -1.942 .337c0 .966 .784 1.75 1.75 1.75h1.5l.144 -.006a1.75 1.75 0 0 0 1.606 -1.744v-4.5l-.006 -.144a1.75 1.75 0 0 0 -1.744 -1.606zm-5.25 0h-2l-.117 .007a1 1 0 0 0 -.883 .993v6l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-2h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993zm5 2v1h-1v-1h1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),euk=createReactComponent("square-f9","IconSquareF9",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M13 14.25c0 .414 .336 .75 .75 .75h1.5a.75 .75 0 0 0 .75 -.75v-4.5a.75 .75 0 0 0 -.75 -.75h-1.5a.75 .75 0 0 0 -.75 .75v1.5c0 .414 .336 .75 .75 .75h2.25",key:"svg-1"}],["path",{d:"M8 12h2",key:"svg-2"}],["path",{d:"M10 9h-2v6",key:"svg-3"}]]),euM=createReactComponent("square-filled","IconSquareFilled",[["path",{d:"M19 2h-14a3 3 0 0 0 -3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-14a3 3 0 0 0 -3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eub=createReactComponent("square-forbid-2","IconSquareForbid2",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 15l6 -6",key:"svg-1"}]]),euI=createReactComponent("square-forbid","IconSquareForbid",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 9l6 6",key:"svg-1"}]]),euC=createReactComponent("square-half","IconSquareHalf",[["path",{d:"M12 4v16",key:"svg-0"}],["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M12 13l7.5 -7.5",key:"svg-2"}],["path",{d:"M12 18l8 -8",key:"svg-3"}],["path",{d:"M15 20l5 -5",key:"svg-4"}],["path",{d:"M12 8l4 -4",key:"svg-5"}]]),eux=createReactComponent("square-key","IconSquareKey",[["path",{d:"M14 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M12.5 11.5l-4 4l1.5 1.5",key:"svg-1"}],["path",{d:"M12 15l-1.5 -1.5",key:"svg-2"}],["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-3"}]]),euR=createReactComponent("square-letter-a","IconSquareLetterA",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 16v-6a2 2 0 1 1 4 0v6",key:"svg-1"}],["path",{d:"M10 13h4",key:"svg-2"}]]),euS=createReactComponent("square-letter-b","IconSquareLetterB",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z",key:"svg-1"}]]),eu_=createReactComponent("square-letter-c","IconSquareLetterC",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0",key:"svg-1"}]]),euw=createReactComponent("square-letter-d","IconSquareLetterD",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z",key:"svg-1"}]]),euP=createReactComponent("square-letter-e","IconSquareLetterE",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 8h-4v8h4",key:"svg-1"}],["path",{d:"M10 12h2.5",key:"svg-2"}]]),euO=createReactComponent("square-letter-f","IconSquareLetterF",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 12h3",key:"svg-1"}],["path",{d:"M14 8h-4v8",key:"svg-2"}]]),euF=createReactComponent("square-letter-g","IconSquareLetterG",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-1"}]]),euz=createReactComponent("square-letter-h","IconSquareLetterH",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 16v-8m4 0v8",key:"svg-1"}],["path",{d:"M10 12h4",key:"svg-2"}]]),euD=createReactComponent("square-letter-i","IconSquareLetterI",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 8v8",key:"svg-1"}]]),euA=createReactComponent("square-letter-j","IconSquareLetterJ",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8h4v6a2 2 0 1 1 -4 0",key:"svg-1"}]]),euj=createReactComponent("square-letter-k","IconSquareLetterK",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8v8",key:"svg-1"}],["path",{d:"M14 8l-2.5 4l2.5 4",key:"svg-2"}],["path",{d:"M10 12h1.5",key:"svg-3"}]]),euE=createReactComponent("square-letter-l","IconSquareLetterL",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8v8h4",key:"svg-1"}]]),euT=createReactComponent("square-letter-m","IconSquareLetterM",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 16v-8l3 5l3 -5v8",key:"svg-1"}]]),euB=createReactComponent("square-letter-n","IconSquareLetterN",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 16v-8l4 8v-8",key:"svg-1"}]]),euN=createReactComponent("square-letter-o","IconSquareLetterO",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-1"}]]),eu$=createReactComponent("square-letter-p","IconSquareLetterP",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8",key:"svg-1"}]]),euL=createReactComponent("square-letter-q","IconSquareLetterQ",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-1"}],["path",{d:"M13 15l1 1",key:"svg-2"}]]),euW=createReactComponent("square-letter-r","IconSquareLetterR",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4",key:"svg-1"}]]),euH=createReactComponent("square-letter-s","IconSquareLetterS",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1",key:"svg-1"}]]),euV=createReactComponent("square-letter-t","IconSquareLetterT",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8h4",key:"svg-1"}],["path",{d:"M12 8v8",key:"svg-2"}]]),euq=createReactComponent("square-letter-u","IconSquareLetterU",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8v6a2 2 0 1 0 4 0v-6",key:"svg-1"}]]),euU=createReactComponent("square-letter-v","IconSquareLetterV",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8l2 8l2 -8",key:"svg-1"}]]),euG=createReactComponent("square-letter-w","IconSquareLetterW",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M9 8l1 8l2 -5l2 5l1 -8",key:"svg-1"}]]),euX=createReactComponent("square-letter-x","IconSquareLetterX",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8l4 8",key:"svg-1"}],["path",{d:"M10 16l4 -8",key:"svg-2"}]]),euK=createReactComponent("square-letter-y","IconSquareLetterY",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8l2 5l2 -5",key:"svg-1"}],["path",{d:"M12 16v-3",key:"svg-2"}]]),euY=createReactComponent("square-letter-z","IconSquareLetterZ",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8h4l-4 8h4",key:"svg-1"}]]),euZ=createReactComponent("square-minus-filled","IconSquareMinusFilled",[["path",{d:"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-4 9h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),euQ=createReactComponent("square-minus","IconSquareMinus",[["path",{d:"M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),euJ=createReactComponent("square-number-0","IconSquareNumber0",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z",key:"svg-1"}]]),eu1=createReactComponent("square-number-1","IconSquareNumber1",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 10l2 -2v8",key:"svg-1"}]]),eu0=createReactComponent("square-number-2","IconSquareNumber2",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),eu2=createReactComponent("square-number-3","IconSquareNumber3",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1",key:"svg-1"}]]),eu3=createReactComponent("square-number-4","IconSquareNumber4",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8v3a1 1 0 0 0 1 1h3",key:"svg-1"}],["path",{d:"M14 8v8",key:"svg-2"}]]),eu5=createReactComponent("square-number-5","IconSquareNumber5",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4",key:"svg-1"}]]),eu4=createReactComponent("square-number-6","IconSquareNumber6",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3",key:"svg-1"}]]),eu6=createReactComponent("square-number-7","IconSquareNumber7",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 8h4l-2 8",key:"svg-1"}]]),eu9=createReactComponent("square-number-8","IconSquareNumber8",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1",key:"svg-1"}]]),eu7=createReactComponent("square-number-9","IconSquareNumber9",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-1"}]]),eu8=createReactComponent("square-off","IconSquareOff",[["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.584 3.412a2 2 0 0 1 -1.416 .588h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.052 .586 -1.414",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),epe=createReactComponent("square-plus-2","IconSquarePlus2",[["path",{d:"M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),ept=createReactComponent("square-plus","IconSquarePlus",[["path",{d:"M9 12h6",key:"svg-0"}],["path",{d:"M12 9v6",key:"svg-1"}],["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-2"}]]),epa=createReactComponent("square-root-2","IconSquareRoot2",[["path",{d:"M13 12h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1",key:"svg-0"}],["path",{d:"M12 19c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5",key:"svg-1"}],["path",{d:"M3 12h1l3 8l3 -16h10",key:"svg-2"}]]),epn=createReactComponent("square-root","IconSquareRoot",[["path",{d:"M3 12h2l4 8l4 -16h8",key:"svg-0"}]]),epr=createReactComponent("square-rotated-filled","IconSquareRotatedFilled",[["path",{d:"M9.793 2.893l-6.9 6.9c-1.172 1.171 -1.172 3.243 0 4.414l6.9 6.9c1.171 1.172 3.243 1.172 4.414 0l6.9 -6.9c1.172 -1.171 1.172 -3.243 0 -4.414l-6.9 -6.9c-1.171 -1.172 -3.243 -1.172 -4.414 0z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epo=createReactComponent("square-rotated-forbid-2","IconSquareRotatedForbid2",[["path",{d:"M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z",key:"svg-0"}],["path",{d:"M9.5 9.5l5 5",key:"svg-1"}]]),epl=createReactComponent("square-rotated-forbid","IconSquareRotatedForbid",[["path",{d:"M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z",key:"svg-0"}],["path",{d:"M9.5 14.5l5 -5",key:"svg-1"}]]),epc=createReactComponent("square-rotated-off","IconSquareRotatedOff",[["path",{d:"M16.964 16.952l-3.462 3.461c-.782 .783 -2.222 .783 -3 0l-6.911 -6.91c-.783 -.783 -.783 -2.223 0 -3l3.455 -3.456m2 -2l1.453 -1.452c.782 -.783 2.222 -.783 3 0l6.911 6.91c.783 .783 .783 2.223 0 3l-1.448 1.45",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),epi=createReactComponent("square-rotated","IconSquareRotated",[["path",{d:"M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z",key:"svg-0"}]]),eps=createReactComponent("square-rounded-arrow-down-filled","IconSquareRoundedArrowDownFilled",[["path",{d:"M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm0 5a1 1 0 0 1 .993 .883l.007 .117v5.585l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-4 4a1.008 1.008 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.092 -.064l-.094 -.083l-4 -4a1 1 0 0 1 1.32 -1.497l.094 .083l2.293 2.292v-5.585a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epd=createReactComponent("square-rounded-arrow-down","IconSquareRoundedArrowDown",[["path",{d:"M8 12l4 4l4 -4",key:"svg-0"}],["path",{d:"M12 8v8",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),epu=createReactComponent("square-rounded-arrow-left-filled","IconSquareRoundedArrowLeftFilled",[["path",{d:"M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm.707 5.293a1 1 0 0 0 -1.414 0l-4 4a1.037 1.037 0 0 0 -.2 .284l-.022 .052a.95 .95 0 0 0 -.06 .222l-.008 .067l-.002 .063v-.035v.073a1.034 1.034 0 0 0 .07 .352l.023 .052l.03 .061l.022 .037a1.2 1.2 0 0 0 .05 .074l.024 .03l.073 .082l4 4l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293h5.585l.117 -.007a1 1 0 0 0 -.117 -1.993h-5.585l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epp=createReactComponent("square-rounded-arrow-left","IconSquareRoundedArrowLeft",[["path",{d:"M12 8l-4 4l4 4",key:"svg-0"}],["path",{d:"M16 12h-8",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),eph=createReactComponent("square-rounded-arrow-right-filled","IconSquareRoundedArrowRightFilled",[["path",{d:"M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm.613 5.21l.094 .083l4 4a.927 .927 0 0 1 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-4 4a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293h-5.585a1 1 0 0 1 -.117 -1.993l.117 -.007h5.585l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epv=createReactComponent("square-rounded-arrow-right","IconSquareRoundedArrowRight",[["path",{d:"M12 16l4 -4l-4 -4",key:"svg-0"}],["path",{d:"M8 12h8",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),epg=createReactComponent("square-rounded-arrow-up-filled","IconSquareRoundedArrowUpFilled",[["path",{d:"M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-.148 5.011l.058 -.007l.09 -.004l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l4 4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292v5.585a1 1 0 0 1 -1.993 .117l-.007 -.117v-5.585l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l4 -4a.927 .927 0 0 1 .112 -.097l.11 -.071l.114 -.054l.105 -.035l.118 -.025z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epy=createReactComponent("square-rounded-arrow-up","IconSquareRoundedArrowUp",[["path",{d:"M16 12l-4 -4l-4 4",key:"svg-0"}],["path",{d:"M12 16v-8",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),epf=createReactComponent("square-rounded-check-filled","IconSquareRoundedCheckFilled",[["path",{d:"M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm2.293 7.293a1 1 0 0 1 1.497 1.32l-.083 .094l-4 4a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 1.32 -1.497l.094 .083l1.293 1.292l3.293 -3.292z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epm=createReactComponent("square-rounded-check","IconSquareRoundedCheck",[["path",{d:"M9 12l2 2l4 -4",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epk=createReactComponent("square-rounded-chevron-down-filled","IconSquareRoundedChevronDownFilled",[["path",{d:"M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-3.707 8.293a1 1 0 0 1 1.32 -.083l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 0 -1.414z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epM=createReactComponent("square-rounded-chevron-down","IconSquareRoundedChevronDown",[["path",{d:"M15 11l-3 3l-3 -3",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epb=createReactComponent("square-rounded-chevron-left-filled","IconSquareRoundedChevronLeftFilled",[["path",{d:"M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm1.707 6.293a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epI=createReactComponent("square-rounded-chevron-left","IconSquareRoundedChevronLeft",[["path",{d:"M13 15l-3 -3l3 -3",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epC=createReactComponent("square-rounded-chevron-right-filled","IconSquareRoundedChevronRightFilled",[["path",{d:"M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-1.707 6.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epx=createReactComponent("square-rounded-chevron-right","IconSquareRoundedChevronRight",[["path",{d:"M11 9l3 3l-3 3",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epR=createReactComponent("square-rounded-chevron-up-filled","IconSquareRoundedChevronUpFilled",[["path",{d:"M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-.707 7.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epS=createReactComponent("square-rounded-chevron-up","IconSquareRoundedChevronUp",[["path",{d:"M9 13l3 -3l3 3",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ep_=createReactComponent("square-rounded-chevrons-down-filled","IconSquareRoundedChevronsDownFilled",[["path",{d:"M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-3.707 6.293a1 1 0 0 1 1.32 -.083l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 0 -1.414zm0 4a1 1 0 0 1 1.32 -.083l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 0 -1.414z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epw=createReactComponent("square-rounded-chevrons-down","IconSquareRoundedChevronsDown",[["path",{d:"M15 9l-3 3l-3 -3",key:"svg-0"}],["path",{d:"M15 13l-3 3l-3 -3",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),epP=createReactComponent("square-rounded-chevrons-left-filled","IconSquareRoundedChevronsLeftFilled",[["path",{d:"M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm2.293 6.293a1 1 0 0 1 1.497 1.32l-.083 .094l-2.292 2.293l2.292 2.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3zm-4 0a1 1 0 0 1 1.497 1.32l-.083 .094l-2.292 2.293l2.292 2.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epO=createReactComponent("square-rounded-chevrons-left","IconSquareRoundedChevronsLeft",[["path",{d:"M15 15l-3 -3l3 -3",key:"svg-0"}],["path",{d:"M11 15l-3 -3l3 -3",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),epF=createReactComponent("square-rounded-chevrons-right-filled","IconSquareRoundedChevronsRightFilled",[["path",{d:"M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-3.707 6.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094zm4 0a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epz=createReactComponent("square-rounded-chevrons-right","IconSquareRoundedChevronsRight",[["path",{d:"M9 9l3 3l-3 3",key:"svg-0"}],["path",{d:"M13 9l3 3l-3 3",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),epD=createReactComponent("square-rounded-chevrons-up-filled","IconSquareRoundedChevronsUpFilled",[["path",{d:"M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-.707 9.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3zm0 -4a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epA=createReactComponent("square-rounded-chevrons-up","IconSquareRoundedChevronsUp",[["path",{d:"M9 15l3 -3l3 3",key:"svg-0"}],["path",{d:"M9 11l3 -3l3 3",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),epj=createReactComponent("square-rounded-filled","IconSquareRoundedFilled",[["path",{d:"M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),epE=createReactComponent("square-rounded-letter-a","IconSquareRoundedLetterA",[["path",{d:"M10 16v-6a2 2 0 1 1 4 0v6",key:"svg-0"}],["path",{d:"M10 13h4",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),epT=createReactComponent("square-rounded-letter-b","IconSquareRoundedLetterB",[["path",{d:"M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epB=createReactComponent("square-rounded-letter-c","IconSquareRoundedLetterC",[["path",{d:"M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epN=createReactComponent("square-rounded-letter-d","IconSquareRoundedLetterD",[["path",{d:"M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ep$=createReactComponent("square-rounded-letter-e","IconSquareRoundedLetterE",[["path",{d:"M14 8h-4v8h4",key:"svg-0"}],["path",{d:"M10 12h2.5",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),epL=createReactComponent("square-rounded-letter-f","IconSquareRoundedLetterF",[["path",{d:"M10 12h3",key:"svg-0"}],["path",{d:"M14 8h-4v8",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),epW=createReactComponent("square-rounded-letter-g","IconSquareRoundedLetterG",[["path",{d:"M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epH=createReactComponent("square-rounded-letter-h","IconSquareRoundedLetterH",[["path",{d:"M10 16v-8m4 0v8",key:"svg-0"}],["path",{d:"M10 12h4",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),epV=createReactComponent("square-rounded-letter-i","IconSquareRoundedLetterI",[["path",{d:"M12 8v8",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epq=createReactComponent("square-rounded-letter-j","IconSquareRoundedLetterJ",[["path",{d:"M10 8h4v6a2 2 0 1 1 -4 0",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epU=createReactComponent("square-rounded-letter-k","IconSquareRoundedLetterK",[["path",{d:"M10 8v8",key:"svg-0"}],["path",{d:"M14 8l-2.5 4l2.5 4",key:"svg-1"}],["path",{d:"M10 12h1.5",key:"svg-2"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-3"}]]),epG=createReactComponent("square-rounded-letter-l","IconSquareRoundedLetterL",[["path",{d:"M10 8v8h4",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epX=createReactComponent("square-rounded-letter-m","IconSquareRoundedLetterM",[["path",{d:"M9 16v-8l3 5l3 -5v8",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epK=createReactComponent("square-rounded-letter-n","IconSquareRoundedLetterN",[["path",{d:"M10 16v-8l4 8v-8",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epY=createReactComponent("square-rounded-letter-o","IconSquareRoundedLetterO",[["path",{d:"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epZ=createReactComponent("square-rounded-letter-p","IconSquareRoundedLetterP",[["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),epQ=createReactComponent("square-rounded-letter-q","IconSquareRoundedLetterQ",[["path",{d:"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z",key:"svg-0"}],["path",{d:"M13 15l1 1",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),epJ=createReactComponent("square-rounded-letter-r","IconSquareRoundedLetterR",[["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ep1=createReactComponent("square-rounded-letter-s","IconSquareRoundedLetterS",[["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ep0=createReactComponent("square-rounded-letter-t","IconSquareRoundedLetterT",[["path",{d:"M10 8h4",key:"svg-0"}],["path",{d:"M12 8v8",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),ep2=createReactComponent("square-rounded-letter-u","IconSquareRoundedLetterU",[["path",{d:"M10 8v6a2 2 0 1 0 4 0v-6",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ep3=createReactComponent("square-rounded-letter-v","IconSquareRoundedLetterV",[["path",{d:"M10 8l2 8l2 -8",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ep5=createReactComponent("square-rounded-letter-w","IconSquareRoundedLetterW",[["path",{d:"M9 8l1 8l2 -5l2 5l1 -8",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ep4=createReactComponent("square-rounded-letter-x","IconSquareRoundedLetterX",[["path",{d:"M10 8l4 8",key:"svg-0"}],["path",{d:"M10 16l4 -8",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),ep6=createReactComponent("square-rounded-letter-y","IconSquareRoundedLetterY",[["path",{d:"M10 8l2 5l2 -5",key:"svg-0"}],["path",{d:"M12 16v-3",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),ep9=createReactComponent("square-rounded-letter-z","IconSquareRoundedLetterZ",[["path",{d:"M10 8h4l-4 8h4",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ep7=createReactComponent("square-rounded-minus-2","IconSquareRoundedMinus2",[["path",{d:"M12.5 21c-.18 .002 -.314 0 -.5 0c-7.2 0 -9 -1.8 -9 -9s1.8 -9 9 -9s9 1.8 9 9c0 1.136 -.046 2.138 -.152 3.02",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),ep8=createReactComponent("square-rounded-minus-filled","IconSquareRoundedMinusFilled",[["path",{d:"M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm3 9h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehe=createReactComponent("square-rounded-minus","IconSquareRoundedMinus",[["path",{d:"M9 12h6",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),eht=createReactComponent("square-rounded-number-0-filled","IconSquareRoundedNumber0Filled",[["path",{d:"M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm0 5a3 3 0 0 0 -3 3v4a3 3 0 0 0 6 0v-4a3 3 0 0 0 -3 -3zm0 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eha=createReactComponent("square-rounded-number-0","IconSquareRoundedNumber0",[["path",{d:"M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ehn=createReactComponent("square-rounded-number-1-filled","IconSquareRoundedNumber1Filled",[["path",{d:"M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm.994 5.886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehr=createReactComponent("square-rounded-number-1","IconSquareRoundedNumber1",[["path",{d:"M10 10l2 -2v8",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),eho=createReactComponent("square-rounded-number-2-filled","IconSquareRoundedNumber2Filled",[["path",{d:"M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehl=createReactComponent("square-rounded-number-2","IconSquareRoundedNumber2",[["path",{d:"M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ehc=createReactComponent("square-rounded-number-3-filled","IconSquareRoundedNumber3Filled",[["path",{d:"M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehi=createReactComponent("square-rounded-number-3","IconSquareRoundedNumber3",[["path",{d:"M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ehs=createReactComponent("square-rounded-number-4-filled","IconSquareRoundedNumber4Filled",[["path",{d:"M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm2 5a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehd=createReactComponent("square-rounded-number-4","IconSquareRoundedNumber4",[["path",{d:"M10 8v3a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M14 8v8",key:"svg-1"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-2"}]]),ehu=createReactComponent("square-rounded-number-5-filled","IconSquareRoundedNumber5Filled",[["path",{d:"M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm2 5h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehp=createReactComponent("square-rounded-number-5","IconSquareRoundedNumber5",[["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ehh=createReactComponent("square-rounded-number-6-filled","IconSquareRoundedNumber6Filled",[["path",{d:"M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehv=createReactComponent("square-rounded-number-6","IconSquareRoundedNumber6",[["path",{d:"M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ehg=createReactComponent("square-rounded-number-7-filled","IconSquareRoundedNumber7Filled",[["path",{d:"M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm2 5h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehy=createReactComponent("square-rounded-number-7","IconSquareRoundedNumber7",[["path",{d:"M10 8h4l-2 8",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ehf=createReactComponent("square-rounded-number-8-filled","IconSquareRoundedNumber8Filled",[["path",{d:"M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehm=createReactComponent("square-rounded-number-8","IconSquareRoundedNumber8",[["path",{d:"M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ehk=createReactComponent("square-rounded-number-9-filled","IconSquareRoundedNumber9Filled",[["path",{d:"M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehM=createReactComponent("square-rounded-number-9","IconSquareRoundedNumber9",[["path",{d:"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ehb=createReactComponent("square-rounded-plus-2","IconSquareRoundedPlus2",[["path",{d:"M12.54 20.996c-.176 .004 -.356 .004 -.54 .004c-7.2 0 -9 -1.8 -9 -9s1.8 -9 9 -9s9 1.8 9 9c0 .185 -.001 .366 -.004 .544",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),ehI=createReactComponent("square-rounded-plus-filled","IconSquareRoundedPlusFilled",[["path",{d:"M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm0 6a1 1 0 0 0 -1 1v2h-2l-.117 .007a1 1 0 0 0 .117 1.993h2v2l.007 .117a1 1 0 0 0 1.993 -.117v-2h2l.117 -.007a1 1 0 0 0 -.117 -1.993h-2v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehC=createReactComponent("square-rounded-plus","IconSquareRoundedPlus",[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-0"}],["path",{d:"M15 12h-6",key:"svg-1"}],["path",{d:"M12 9v6",key:"svg-2"}]]),ehx=createReactComponent("square-rounded-x-filled","IconSquareRoundedXFilled",[["path",{d:"M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm-1.489 7.14a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehR=createReactComponent("square-rounded-x","IconSquareRoundedX",[["path",{d:"M10 10l4 4m0 -4l-4 4",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}]]),ehS=createReactComponent("square-rounded","IconSquareRounded",[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-0"}]]),eh_=createReactComponent("square-toggle-horizontal","IconSquareToggleHorizontal",[["path",{d:"M22 12h-20",key:"svg-0"}],["path",{d:"M4 14v-8a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8",key:"svg-1"}],["path",{d:"M18 20a2 2 0 0 0 2 -2",key:"svg-2"}],["path",{d:"M4 18a2 2 0 0 0 2 2",key:"svg-3"}],["path",{d:"M14 20l-4 0",key:"svg-4"}]]),ehw=createReactComponent("square-toggle","IconSquareToggle",[["path",{d:"M12 2l0 20",key:"svg-0"}],["path",{d:"M14 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8",key:"svg-1"}],["path",{d:"M20 6a2 2 0 0 0 -2 -2",key:"svg-2"}],["path",{d:"M18 20a2 2 0 0 0 2 -2",key:"svg-3"}],["path",{d:"M20 10l0 4",key:"svg-4"}]]),ehP=createReactComponent("square-x-filled","IconSquareXFilled",[["path",{d:"M19 2h-14a3 3 0 0 0 -3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-14a3 3 0 0 0 -3 -3zm-9.387 6.21l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.497 1.32l-.083 .094l-2.292 2.293l2.292 2.293a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 1.32 -1.497z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehO=createReactComponent("square-x","IconSquareX",[["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-0"}],["path",{d:"M9 9l6 6m0 -6l-6 6",key:"svg-1"}]]),ehF=createReactComponent("square","IconSquare",[["path",{d:"M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-0"}]]),ehz=createReactComponent("squares-diagonal","IconSquaresDiagonal",[["path",{d:"M8 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M8.586 19.414l10.827 -10.827",key:"svg-2"}]]),ehD=createReactComponent("squares-filled","IconSquaresFilled",[["path",{d:"M8 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M8 14.5l6.492 -6.492",key:"svg-1"}],["path",{d:"M13.496 20l6.504 -6.504l-6.504 6.504z",key:"svg-2"}],["path",{d:"M8.586 19.414l10.827 -10.827",key:"svg-3"}],["path",{d:"M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2",key:"svg-4"}]]),ehA=createReactComponent("stack-2","IconStack2",[["path",{d:"M12 4l-8 4l8 4l8 -4l-8 -4",key:"svg-0"}],["path",{d:"M4 12l8 4l8 -4",key:"svg-1"}],["path",{d:"M4 16l8 4l8 -4",key:"svg-2"}]]),ehj=createReactComponent("stack-3","IconStack3",[["path",{d:"M12 2l-8 4l8 4l8 -4l-8 -4",key:"svg-0"}],["path",{d:"M4 10l8 4l8 -4",key:"svg-1"}],["path",{d:"M4 18l8 4l8 -4",key:"svg-2"}],["path",{d:"M4 14l8 4l8 -4",key:"svg-3"}]]),ehE=createReactComponent("stack-back","IconStackBack",[["path",{d:"M4 8l8 4l8 -4l-8 -4z",key:"svg-0"}],["path",{d:"M12 16l-4 -2l-4 2l8 4l8 -4l-4 -2l-4 2z",fill:"currentColor",key:"svg-1"}],["path",{d:"M8 10l-4 2l4 2m8 0l4 -2l-4 -2",key:"svg-2"}]]),ehT=createReactComponent("stack-backward","IconStackBackward",[["path",{d:"M14 12l6 -3l-8 -4l-8 4l6 3",key:"svg-0"}],["path",{d:"M10 12l-6 3l8 4l8 -4l-6 -3l-2 1z",fill:"currentColor",key:"svg-1"}]]),ehB=createReactComponent("stack-forward","IconStackForward",[["path",{d:"M12 5l-8 4l8 4l8 -4l-8 -4",fill:"currentColor",key:"svg-0"}],["path",{d:"M10 12l-6 3l8 4l8 -4l-6 -3",key:"svg-1"}]]),ehN=createReactComponent("stack-front","IconStackFront",[["path",{d:"M12 4l-8 4l8 4l8 -4l-8 -4",fill:"currentColor",key:"svg-0"}],["path",{d:"M8 14l-4 2l8 4l8 -4l-4 -2",key:"svg-1"}],["path",{d:"M8 10l-4 2l8 4l8 -4l-4 -2",key:"svg-2"}]]),eh$=createReactComponent("stack-middle","IconStackMiddle",[["path",{d:"M16 10l4 -2l-8 -4l-8 4l4 2",key:"svg-0"}],["path",{d:"M12 12l-4 -2l-4 2l8 4l8 -4l-4 -2l-4 2z",fill:"currentColor",key:"svg-1"}],["path",{d:"M8 14l-4 2l8 4l8 -4l-4 -2",key:"svg-2"}]]),ehL=createReactComponent("stack-pop","IconStackPop",[["path",{d:"M7 9.5l-3 1.5l8 4l8 -4l-3 -1.5",key:"svg-0"}],["path",{d:"M4 15l8 4l8 -4",key:"svg-1"}],["path",{d:"M12 11v-7",key:"svg-2"}],["path",{d:"M9 7l3 -3l3 3",key:"svg-3"}]]),ehW=createReactComponent("stack-push","IconStackPush",[["path",{d:"M6 10l-2 1l8 4l8 -4l-2 -1",key:"svg-0"}],["path",{d:"M4 15l8 4l8 -4",key:"svg-1"}],["path",{d:"M12 4v7",key:"svg-2"}],["path",{d:"M15 8l-3 3l-3 -3",key:"svg-3"}]]),ehH=createReactComponent("stack","IconStack",[["path",{d:"M12 6l-8 4l8 4l8 -4l-8 -4",key:"svg-0"}],["path",{d:"M4 14l8 4l8 -4",key:"svg-1"}]]),ehV=createReactComponent("stairs-down","IconStairsDown",[["path",{d:"M22 21h-5v-5h-5v-5h-5v-5h-5",key:"svg-0"}],["path",{d:"M18 3v7",key:"svg-1"}],["path",{d:"M15 7l3 3l3 -3",key:"svg-2"}]]),ehq=createReactComponent("stairs-up","IconStairsUp",[["path",{d:"M22 6h-5v5h-5v5h-5v5h-5",key:"svg-0"}],["path",{d:"M6 10v-7",key:"svg-1"}],["path",{d:"M3 6l3 -3l3 3",key:"svg-2"}]]),ehU=createReactComponent("stairs","IconStairs",[["path",{d:"M22 5h-5v5h-5v5h-5v5h-5",key:"svg-0"}]]),ehG=createReactComponent("star-filled","IconStarFilled",[["path",{d:"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehX=createReactComponent("star-half-filled","IconStarHalfFilled",[["path",{d:"M12 1a.993 .993 0 0 1 .823 .443l.067 .116l2.852 5.781l6.38 .925c.741 .108 1.08 .94 .703 1.526l-.07 .095l-.078 .086l-4.624 4.499l1.09 6.355a1.001 1.001 0 0 1 -1.249 1.135l-.101 -.035l-.101 -.046l-5.693 -3l-5.706 3c-.105 .055 -.212 .09 -.32 .106l-.106 .01a1.003 1.003 0 0 1 -1.038 -1.06l.013 -.11l1.09 -6.355l-4.623 -4.5a1.001 1.001 0 0 1 .328 -1.647l.113 -.036l.114 -.023l6.379 -.925l2.853 -5.78a.968 .968 0 0 1 .904 -.56zm0 3.274v12.476a1 1 0 0 1 .239 .029l.115 .036l.112 .05l4.363 2.299l-.836 -4.873a1 1 0 0 1 .136 -.696l.07 -.099l.082 -.09l3.546 -3.453l-4.891 -.708a1 1 0 0 1 -.62 -.344l-.073 -.097l-.06 -.106l-2.183 -4.424z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ehK=createReactComponent("star-half","IconStarHalf",[["path",{d:"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253z",key:"svg-0"}]]),ehY=createReactComponent("star-off","IconStarOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M10.012 6.016l1.981 -4.014l3.086 6.253l6.9 1l-4.421 4.304m.012 4.01l.588 3.426l-6.158 -3.245l-6.172 3.245l1.179 -6.873l-5 -4.867l6.327 -.917",key:"svg-1"}]]),ehZ=createReactComponent("star","IconStar",[["path",{d:"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z",key:"svg-0"}]]),ehQ=createReactComponent("stars-filled","IconStarsFilled",[["path",{d:"M17.657 12.007a1.39 1.39 0 0 0 -1.103 .765l-.855 1.723l-1.907 .277c-.52 .072 -.96 .44 -1.124 .944l-.038 .14c-.1 .465 .046 .954 .393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708 -.895l1.708 .896a1.388 1.388 0 0 0 1.462 -.105l.112 -.09a1.39 1.39 0 0 0 .442 -1.272l-.325 -1.891l1.38 -1.339c.38 -.371 .516 -.924 .352 -1.427l-.051 -.134a1.39 1.39 0 0 0 -1.073 -.81l-1.907 -.278l-.853 -1.722a1.393 1.393 0 0 0 -1.247 -.773l-.143 .007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M6.057 12.007a1.39 1.39 0 0 0 -1.103 .765l-.855 1.723l-1.907 .277c-.52 .072 -.96 .44 -1.124 .944l-.038 .14c-.1 .465 .046 .954 .393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708 -.895l1.708 .896a1.388 1.388 0 0 0 1.462 -.105l.112 -.09a1.39 1.39 0 0 0 .442 -1.272l-.324 -1.891l1.38 -1.339c.38 -.371 .516 -.924 .352 -1.427l-.051 -.134a1.39 1.39 0 0 0 -1.073 -.81l-1.908 -.279l-.853 -1.722a1.393 1.393 0 0 0 -1.247 -.772l-.143 .007z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M11.857 2.007a1.39 1.39 0 0 0 -1.103 .765l-.855 1.723l-1.907 .277c-.52 .072 -.96 .44 -1.124 .944l-.038 .14c-.1 .465 .046 .954 .393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708 -.894l1.709 .896a1.388 1.388 0 0 0 1.462 -.105l.112 -.09a1.39 1.39 0 0 0 .442 -1.272l-.325 -1.892l1.38 -1.339c.38 -.371 .516 -.924 .352 -1.427l-.051 -.134a1.39 1.39 0 0 0 -1.073 -.81l-1.908 -.279l-.853 -1.722a1.393 1.393 0 0 0 -1.247 -.772l-.143 .007z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),ehJ=createReactComponent("stars-off","IconStarsOff",[["path",{d:"M17.373 13.371l.076 -.154a.392 .392 0 0 1 .702 0l.907 1.831m.367 .39c.498 .071 1.245 .18 2.24 .324a.39 .39 0 0 1 .217 .665c-.326 .316 -.57 .553 -.732 .712m-.611 3.405a.39 .39 0 0 1 -.567 .411l-2.172 -1.138l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l1.601 -.232",key:"svg-0"}],["path",{d:"M6.2 19.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}],["path",{d:"M9.557 5.556l1 -.146l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.014 .187m-4.153 -.166l-.744 .39a.392 .392 0 0 1 -.568 -.41l.188 -1.093",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eh1=createReactComponent("stars","IconStars",[["path",{d:"M17.8 19.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-0"}],["path",{d:"M6.2 19.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-1"}],["path",{d:"M12 9.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),eh0=createReactComponent("status-change","IconStatusChange",[["path",{d:"M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M6 12v-2a6 6 0 1 1 12 0v2",key:"svg-2"}],["path",{d:"M15 9l3 3l3 -3",key:"svg-3"}]]),eh2=createReactComponent("steam","IconSteam",[["path",{d:"M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M4 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M20 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M5.5 5.5l3 3",key:"svg-4"}],["path",{d:"M15.5 15.5l3 3",key:"svg-5"}],["path",{d:"M18.5 5.5l-3 3",key:"svg-6"}],["path",{d:"M8.5 15.5l-3 3",key:"svg-7"}]]),eh3=createReactComponent("steering-wheel-off","IconSteeringWheelOff",[["path",{d:"M20.04 16.048a9 9 0 0 0 -12.083 -12.09m-2.32 1.678a9 9 0 1 0 12.737 12.719",key:"svg-0"}],["path",{d:"M10.595 10.576a2 2 0 1 0 2.827 2.83",key:"svg-1"}],["path",{d:"M12 14v7",key:"svg-2"}],["path",{d:"M10 12l-6.75 -2",key:"svg-3"}],["path",{d:"M15.542 11.543l5.208 -1.543",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),eh5=createReactComponent("steering-wheel","IconSteeringWheel",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M12 14l0 7",key:"svg-2"}],["path",{d:"M10 12l-6.75 -2",key:"svg-3"}],["path",{d:"M14 12l6.75 -2",key:"svg-4"}]]),eh4=createReactComponent("step-into","IconStepInto",[["path",{d:"M12 3l0 12",key:"svg-0"}],["path",{d:"M16 11l-4 4",key:"svg-1"}],["path",{d:"M8 11l4 4",key:"svg-2"}],["path",{d:"M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}]]),eh6=createReactComponent("step-out","IconStepOut",[["path",{d:"M12 3l0 12",key:"svg-0"}],["path",{d:"M16 7l-4 -4",key:"svg-1"}],["path",{d:"M8 7l4 -4",key:"svg-2"}],["path",{d:"M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}]]),eh9=createReactComponent("stereo-glasses","IconStereoGlasses",[["path",{d:"M8 3h-2l-3 9",key:"svg-0"}],["path",{d:"M16 3h2l3 9",key:"svg-1"}],["path",{d:"M3 12v7a1 1 0 0 0 1 1h4.586a1 1 0 0 0 .707 -.293l2 -2a1 1 0 0 1 1.414 0l2 2a1 1 0 0 0 .707 .293h4.586a1 1 0 0 0 1 -1v-7h-18z",key:"svg-2"}],["path",{d:"M7 16h1",key:"svg-3"}],["path",{d:"M16 16h1",key:"svg-4"}]]),eh7=createReactComponent("stethoscope-off","IconStethoscopeOff",[["path",{d:"M4.172 4.179a2 2 0 0 0 -1.172 1.821v3.5a5.5 5.5 0 0 0 9.856 3.358m1.144 -2.858v-4a2 2 0 0 0 -2 -2h-1",key:"svg-0"}],["path",{d:"M8 15a6 6 0 0 0 10.714 3.712m1.216 -2.798c.046 -.3 .07 -.605 .07 -.914v-3",key:"svg-1"}],["path",{d:"M11 3v2",key:"svg-2"}],["path",{d:"M20 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),eh8=createReactComponent("stethoscope","IconStethoscope",[["path",{d:"M6 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1",key:"svg-0"}],["path",{d:"M8 15a6 6 0 1 0 12 0v-3",key:"svg-1"}],["path",{d:"M11 3v2",key:"svg-2"}],["path",{d:"M6 3v2",key:"svg-3"}],["path",{d:"M20 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}]]),eve=createReactComponent("sticker","IconSticker",[["path",{d:"M20 12l-2 .5a6 6 0 0 1 -6.5 -6.5l.5 -2l8 8",key:"svg-0"}],["path",{d:"M20 12a8 8 0 1 1 -8 -8",key:"svg-1"}]]),evt=createReactComponent("storm-off","IconStormOff",[["path",{d:"M9.884 9.874a3 3 0 1 0 4.24 4.246m.57 -3.441a3.012 3.012 0 0 0 -1.41 -1.39",key:"svg-0"}],["path",{d:"M7.037 7.063a7 7 0 0 0 9.907 9.892m1.585 -2.426a7 7 0 0 0 -9.058 -9.059",key:"svg-1"}],["path",{d:"M5.369 14.236c-1.605 -3.428 -1.597 -6.673 -1 -9.849",key:"svg-2"}],["path",{d:"M18.63 9.76a14.323 14.323 0 0 1 1.368 6.251m-.37 3.608c-.087 .46 -.187 .92 -.295 1.377",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),eva=createReactComponent("storm","IconStorm",[["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-1"}],["path",{d:"M5.369 14.236c-1.839 -3.929 -1.561 -7.616 -.704 -11.236",key:"svg-2"}],["path",{d:"M18.63 9.76c1.837 3.928 1.561 7.615 .703 11.236",key:"svg-3"}]]),evn=createReactComponent("stretching-2","IconStretching2",[["path",{d:"M11 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-0"}],["path",{d:"M6.5 21l3.5 -5",key:"svg-1"}],["path",{d:"M5 11l7 -2",key:"svg-2"}],["path",{d:"M16 21l-4 -7v-5l7 -4",key:"svg-3"}]]),evr=createReactComponent("stretching","IconStretching",[["path",{d:"M16 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M5 20l5 -.5l1 -2",key:"svg-1"}],["path",{d:"M18 20v-5h-5.5l2.5 -6.5l-5.5 1l1.5 2",key:"svg-2"}]]),evo=createReactComponent("strikethrough","IconStrikethrough",[["path",{d:"M5 12l14 0",key:"svg-0"}],["path",{d:"M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7h2a3.5 3.5 0 0 1 0 7h-1.5a4 2 0 0 1 -4 -1.5",key:"svg-1"}]]),evl=createReactComponent("submarine","IconSubmarine",[["path",{d:"M3 11v6h2l1 -1.5l3 1.5h10a3 3 0 0 0 0 -6h-10h0l-3 1.5l-1 -1.5h-2z",key:"svg-0"}],["path",{d:"M17 11l-1 -3h-5l-1 3",key:"svg-1"}],["path",{d:"M13 8v-2a1 1 0 0 1 1 -1h1",key:"svg-2"}]]),evc=createReactComponent("subscript","IconSubscript",[["path",{d:"M5 7l8 10m-8 0l8 -10",key:"svg-0"}],["path",{d:"M21 20h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2",key:"svg-1"}]]),evi=createReactComponent("subtask","IconSubtask",[["path",{d:"M6 9l6 0",key:"svg-0"}],["path",{d:"M4 5l4 0",key:"svg-1"}],["path",{d:"M6 5v11a1 1 0 0 0 1 1h5",key:"svg-2"}],["path",{d:"M12 7m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-3"}],["path",{d:"M12 15m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z",key:"svg-4"}]]),evs=createReactComponent("sum-off","IconSumOff",[["path",{d:"M18 18a1 1 0 0 1 -1 1h-11l6 -7m-3 -7h8a1 1 0 0 1 1 1v2",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),evd=createReactComponent("sum","IconSum",[["path",{d:"M18 16v2a1 1 0 0 1 -1 1h-11l6 -7l-6 -7h11a1 1 0 0 1 1 1v2",key:"svg-0"}]]),evu=createReactComponent("sun-electricity","IconSunElectricity",[["path",{d:"M8 12a4 4 0 0 0 4 4m0 -8a4 4 0 0 0 -4 4",key:"svg-0"}],["path",{d:"M3 12h1",key:"svg-1"}],["path",{d:"M12 3v1",key:"svg-2"}],["path",{d:"M12 20v1",key:"svg-3"}],["path",{d:"M5.6 5.6l.7 .7",key:"svg-4"}],["path",{d:"M6.3 17.7l-.7 .7",key:"svg-5"}],["path",{d:"M20 7l-3 5h4l-3 5",key:"svg-6"}]]),evp=createReactComponent("sun-filled","IconSunFilled",[["path",{d:"M12 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M18.313 16.91l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.218 -1.567l.102 .07z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M7.007 16.993a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M4 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M6.213 4.81l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.217 -1.567l.102 .07z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}],["path",{d:"M19.107 4.893a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z",fill:"currentColor",key:"svg-6",strokeWidth:"0"}],["path",{d:"M12 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-7",strokeWidth:"0"}],["path",{d:"M12 7a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z",fill:"currentColor",key:"svg-8",strokeWidth:"0"}]]),evh=createReactComponent("sun-high","IconSunHigh",[["path",{d:"M14.828 14.828a4 4 0 1 0 -5.656 -5.656a4 4 0 0 0 5.656 5.656z",key:"svg-0"}],["path",{d:"M6.343 17.657l-1.414 1.414",key:"svg-1"}],["path",{d:"M6.343 6.343l-1.414 -1.414",key:"svg-2"}],["path",{d:"M17.657 6.343l1.414 -1.414",key:"svg-3"}],["path",{d:"M17.657 17.657l1.414 1.414",key:"svg-4"}],["path",{d:"M4 12h-2",key:"svg-5"}],["path",{d:"M12 4v-2",key:"svg-6"}],["path",{d:"M20 12h2",key:"svg-7"}],["path",{d:"M12 20v2",key:"svg-8"}]]),evv=createReactComponent("sun-low","IconSunLow",[["path",{d:"M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M4 12h.01",key:"svg-1"}],["path",{d:"M12 4v.01",key:"svg-2"}],["path",{d:"M20 12h.01",key:"svg-3"}],["path",{d:"M12 20v.01",key:"svg-4"}],["path",{d:"M6.31 6.31l-.01 -.01",key:"svg-5"}],["path",{d:"M17.71 6.31l-.01 -.01",key:"svg-6"}],["path",{d:"M17.7 17.7l.01 .01",key:"svg-7"}],["path",{d:"M6.3 17.7l.01 .01",key:"svg-8"}]]),evg=createReactComponent("sun-moon","IconSunMoon",[["path",{d:"M9.173 14.83a4 4 0 1 1 5.657 -5.657",key:"svg-0"}],["path",{d:"M11.294 12.707l.174 .247a7.5 7.5 0 0 0 8.845 2.492a9 9 0 0 1 -14.671 2.914",key:"svg-1"}],["path",{d:"M3 12h1",key:"svg-2"}],["path",{d:"M12 3v1",key:"svg-3"}],["path",{d:"M5.6 5.6l.7 .7",key:"svg-4"}],["path",{d:"M3 21l18 -18",key:"svg-5"}]]),evy=createReactComponent("sun-off","IconSunOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M16 12a4 4 0 0 0 -4 -4m-2.834 1.177a4 4 0 0 0 5.66 5.654",key:"svg-1"}],["path",{d:"M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7",key:"svg-2"}]]),evf=createReactComponent("sun-wind","IconSunWind",[["path",{d:"M14.468 10a4 4 0 1 0 -5.466 5.46",key:"svg-0"}],["path",{d:"M2 12h1",key:"svg-1"}],["path",{d:"M11 3v1",key:"svg-2"}],["path",{d:"M11 20v1",key:"svg-3"}],["path",{d:"M4.6 5.6l.7 .7",key:"svg-4"}],["path",{d:"M17.4 5.6l-.7 .7",key:"svg-5"}],["path",{d:"M5.3 17.7l-.7 .7",key:"svg-6"}],["path",{d:"M15 13h5a2 2 0 1 0 0 -4",key:"svg-7"}],["path",{d:"M12 16h5.714l.253 0a2 2 0 0 1 2.033 2a2 2 0 0 1 -2 2h-.286",key:"svg-8"}]]),evm=createReactComponent("sun","IconSun",[["path",{d:"M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7",key:"svg-1"}]]),evk=createReactComponent("sunglasses","IconSunglasses",[["path",{d:"M8 4h-2l-3 10",key:"svg-0"}],["path",{d:"M16 4h2l3 10",key:"svg-1"}],["path",{d:"M10 16h4",key:"svg-2"}],["path",{d:"M21 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5",key:"svg-3"}],["path",{d:"M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5",key:"svg-4"}],["path",{d:"M4 14l4.5 4.5",key:"svg-5"}],["path",{d:"M15 14l4.5 4.5",key:"svg-6"}]]),evM=createReactComponent("sunrise","IconSunrise",[["path",{d:"M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0",key:"svg-0"}],["path",{d:"M3 21l18 0",key:"svg-1"}],["path",{d:"M12 9v-6l3 3m-6 0l3 -3",key:"svg-2"}]]),evb=createReactComponent("sunset-2","IconSunset2",[["path",{d:"M3 13h1",key:"svg-0"}],["path",{d:"M20 13h1",key:"svg-1"}],["path",{d:"M5.6 6.6l.7 .7",key:"svg-2"}],["path",{d:"M18.4 6.6l-.7 .7",key:"svg-3"}],["path",{d:"M8 13a4 4 0 1 1 8 0",key:"svg-4"}],["path",{d:"M3 17h18",key:"svg-5"}],["path",{d:"M7 20h5",key:"svg-6"}],["path",{d:"M16 20h1",key:"svg-7"}],["path",{d:"M12 5v-1",key:"svg-8"}]]),evI=createReactComponent("sunset","IconSunset",[["path",{d:"M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0",key:"svg-0"}],["path",{d:"M3 21l18 0",key:"svg-1"}],["path",{d:"M12 3v6l3 -3m-6 0l3 3",key:"svg-2"}]]),evC=createReactComponent("superscript","IconSuperscript",[["path",{d:"M5 7l8 10m-8 0l8 -10",key:"svg-0"}],["path",{d:"M21 11h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2",key:"svg-1"}]]),evx=createReactComponent("svg","IconSvg",[["path",{d:"M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1",key:"svg-0"}],["path",{d:"M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3",key:"svg-1"}],["path",{d:"M10 8l1.5 8h1l1.5 -8",key:"svg-2"}]]),evR=createReactComponent("swimming","IconSwimming",[["path",{d:"M16 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M6 11l4 -2l3.5 3l-1.5 2",key:"svg-1"}],["path",{d:"M3 16.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25",key:"svg-2"}]]),evS=createReactComponent("swipe","IconSwipe",[["path",{d:"M15 16.572v2.42a2.01 2.01 0 0 1 -2.009 2.008h-7.981a2.01 2.01 0 0 1 -2.01 -2.009v-7.981a2.01 2.01 0 0 1 2.009 -2.01h2.954",key:"svg-0"}],["path",{d:"M9.167 4.511a2.04 2.04 0 0 1 2.496 -1.441l7.826 2.097a2.04 2.04 0 0 1 1.441 2.496l-2.097 7.826a2.04 2.04 0 0 1 -2.496 1.441l-7.827 -2.097a2.04 2.04 0 0 1 -1.441 -2.496l2.098 -7.827z",key:"svg-1"}]]),ev_=createReactComponent("switch-2","IconSwitch2",[["path",{d:"M3 17h5l1.67 -2.386m3.66 -5.227l1.67 -2.387h6",key:"svg-0"}],["path",{d:"M18 4l3 3l-3 3",key:"svg-1"}],["path",{d:"M3 7h5l7 10h6",key:"svg-2"}],["path",{d:"M18 20l3 -3l-3 -3",key:"svg-3"}]]),evw=createReactComponent("switch-3","IconSwitch3",[["path",{d:"M3 17h2.397a5 5 0 0 0 4.096 -2.133l.177 -.253m3.66 -5.227l.177 -.254a5 5 0 0 1 4.096 -2.133h3.397",key:"svg-0"}],["path",{d:"M18 4l3 3l-3 3",key:"svg-1"}],["path",{d:"M3 7h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397",key:"svg-2"}],["path",{d:"M18 20l3 -3l-3 -3",key:"svg-3"}]]),evP=createReactComponent("switch-horizontal","IconSwitchHorizontal",[["path",{d:"M16 3l4 4l-4 4",key:"svg-0"}],["path",{d:"M10 7l10 0",key:"svg-1"}],["path",{d:"M8 13l-4 4l4 4",key:"svg-2"}],["path",{d:"M4 17l9 0",key:"svg-3"}]]),evO=createReactComponent("switch-vertical","IconSwitchVertical",[["path",{d:"M3 8l4 -4l4 4",key:"svg-0"}],["path",{d:"M7 4l0 9",key:"svg-1"}],["path",{d:"M13 16l4 4l4 -4",key:"svg-2"}],["path",{d:"M17 10l0 10",key:"svg-3"}]]),evF=createReactComponent("switch","IconSwitch",[["path",{d:"M15 4l4 0l0 4",key:"svg-0"}],["path",{d:"M14.75 9.25l4.25 -5.25",key:"svg-1"}],["path",{d:"M5 19l4 -4",key:"svg-2"}],["path",{d:"M15 19l4 0l0 -4",key:"svg-3"}],["path",{d:"M5 5l14 14",key:"svg-4"}]]),evz=createReactComponent("sword-off","IconSwordOff",[["path",{d:"M11.938 7.937l3.062 -3.937h5v5l-3.928 3.055m-2.259 1.757l-2.813 2.188l-4 4l-3 -3l4 -4l2.19 -2.815",key:"svg-0"}],["path",{d:"M6.5 11.5l6 6",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),evD=createReactComponent("sword","IconSword",[["path",{d:"M20 4v5l-9 7l-4 4l-3 -3l4 -4l7 -9z",key:"svg-0"}],["path",{d:"M6.5 11.5l6 6",key:"svg-1"}]]),evA=createReactComponent("swords","IconSwords",[["path",{d:"M21 3v5l-11 9l-4 4l-3 -3l4 -4l9 -11z",key:"svg-0"}],["path",{d:"M5 13l6 6",key:"svg-1"}],["path",{d:"M14.32 17.32l3.68 3.68l3 -3l-3.365 -3.365",key:"svg-2"}],["path",{d:"M10 5.5l-2 -2.5h-5v5l3 2.5",key:"svg-3"}]]),evj=createReactComponent("table-alias","IconTableAlias",[["path",{d:"M3 12v-7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-7",key:"svg-0"}],["path",{d:"M3 10h18",key:"svg-1"}],["path",{d:"M10 3v10",key:"svg-2"}],["path",{d:"M2 17a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z",key:"svg-3"}]]),evE=createReactComponent("table-column","IconTableColumn",[["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-0"}],["path",{d:"M10 10h11",key:"svg-1"}],["path",{d:"M10 3v18",key:"svg-2"}],["path",{d:"M9 3l-6 6",key:"svg-3"}],["path",{d:"M10 7l-7 7",key:"svg-4"}],["path",{d:"M10 12l-7 7",key:"svg-5"}],["path",{d:"M10 17l-4 4",key:"svg-6"}]]),evT=createReactComponent("table-down","IconTableDown",[["path",{d:"M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5",key:"svg-0"}],["path",{d:"M3 10h18",key:"svg-1"}],["path",{d:"M10 3v18",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-4"}]]),evB=createReactComponent("table-export","IconTableExport",[["path",{d:"M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5",key:"svg-0"}],["path",{d:"M3 10h18",key:"svg-1"}],["path",{d:"M10 3v18",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16l3 3l-3 3",key:"svg-4"}]]),evN=createReactComponent("table-filled","IconTableFilled",[["path",{d:"M4 11h4a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-2a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M21 12v6a3 3 0 0 1 -2.824 2.995l-.176 .005h-6a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M18 3a3 3 0 0 1 2.995 2.824l.005 .176v2a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h6z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M9 4v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-2a3 3 0 0 1 2.824 -2.995l.176 -.005h2a1 1 0 0 1 1 1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}]]),ev$=createReactComponent("table-heart","IconTableHeart",[["path",{d:"M11.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6",key:"svg-0"}],["path",{d:"M3 10h18",key:"svg-1"}],["path",{d:"M10 3v18",key:"svg-2"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-3"}]]),evL=createReactComponent("table-import","IconTableImport",[["path",{d:"M12 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M3 10h18",key:"svg-1"}],["path",{d:"M10 3v18",key:"svg-2"}],["path",{d:"M19 22v-6",key:"svg-3"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-4"}]]),evW=createReactComponent("table-minus","IconTableMinus",[["path",{d:"M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10",key:"svg-0"}],["path",{d:"M3 10h18",key:"svg-1"}],["path",{d:"M10 3v18",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}]]),evH=createReactComponent("table-off","IconTableOff",[["path",{d:"M7 3h12a2 2 0 0 1 2 2v12m-.585 3.413a1.994 1.994 0 0 1 -1.415 .587h-14a2 2 0 0 1 -2 -2v-14c0 -.55 .223 -1.05 .583 -1.412",key:"svg-0"}],["path",{d:"M3 10h7m4 0h7",key:"svg-1"}],["path",{d:"M10 3v3m0 4v11",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),evV=createReactComponent("table-options","IconTableOptions",[["path",{d:"M12 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7",key:"svg-0"}],["path",{d:"M3 10h18",key:"svg-1"}],["path",{d:"M10 3v18",key:"svg-2"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M19.001 15.5v1.5",key:"svg-4"}],["path",{d:"M19.001 21v1.5",key:"svg-5"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-6"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-7"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-8"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-9"}]]),evq=createReactComponent("table-plus","IconTablePlus",[["path",{d:"M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5",key:"svg-0"}],["path",{d:"M3 10h18",key:"svg-1"}],["path",{d:"M10 3v18",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),evU=createReactComponent("table-row","IconTableRow",[["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-0"}],["path",{d:"M9 3l-6 6",key:"svg-1"}],["path",{d:"M14 3l-7 7",key:"svg-2"}],["path",{d:"M19 3l-7 7",key:"svg-3"}],["path",{d:"M21 6l-4 4",key:"svg-4"}],["path",{d:"M3 10h18",key:"svg-5"}],["path",{d:"M10 10v11",key:"svg-6"}]]),evG=createReactComponent("table-share","IconTableShare",[["path",{d:"M12 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8",key:"svg-0"}],["path",{d:"M3 10h18",key:"svg-1"}],["path",{d:"M10 3v18",key:"svg-2"}],["path",{d:"M16 22l5 -5",key:"svg-3"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-4"}]]),evX=createReactComponent("table-shortcut","IconTableShortcut",[["path",{d:"M3 13v-8a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8",key:"svg-0"}],["path",{d:"M3 10h18",key:"svg-1"}],["path",{d:"M10 3v11",key:"svg-2"}],["path",{d:"M2 22l5 -5",key:"svg-3"}],["path",{d:"M7 21.5v-4.5h-4.5",key:"svg-4"}]]),evK=createReactComponent("table","IconTable",[["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-0"}],["path",{d:"M3 10h18",key:"svg-1"}],["path",{d:"M10 3v18",key:"svg-2"}]]),evY=createReactComponent("tag-off","IconTagOff",[["path",{d:"M7.149 7.144a.498 .498 0 0 0 .351 .856a.498 .498 0 0 0 .341 -.135",key:"svg-0"}],["path",{d:"M3.883 3.875a2.99 2.99 0 0 0 -.883 2.125v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l2.796 -2.796m2.005 -2.005l.79 -.79a2.41 2.41 0 0 0 0 -3.41l-7.71 -7.71a2 2 0 0 0 -1.412 -.585h-4.173",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),evZ=createReactComponent("tag-starred","IconTagStarred",[["path",{d:"M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z",key:"svg-1"}],["path",{d:"M12.5 13.847l-1.5 1.153l.532 -1.857l-1.532 -1.143h1.902l.598 -1.8l.598 1.8h1.902l-1.532 1.143l.532 1.857z",key:"svg-2"}]]),evQ=createReactComponent("tag","IconTag",[["path",{d:"M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z",key:"svg-1"}]]),evJ=createReactComponent("tags-off","IconTagsOff",[["path",{d:"M16.296 12.296l-5.71 -5.71",key:"svg-0"}],["path",{d:"M6 6h-1a2 2 0 0 0 -2 2v4.172a2 2 0 0 0 .586 1.414l5.71 5.71a2.41 2.41 0 0 0 3.408 0l3.278 -3.278",key:"svg-1"}],["path",{d:"M18 19l.496 -.496",key:"svg-2"}],["path",{d:"M20.384 16.367a4.822 4.822 0 0 0 -.792 -5.775l-4.592 -4.592",key:"svg-3"}],["path",{d:"M7 10h-.01",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),ev1=createReactComponent("tags","IconTags",[["path",{d:"M3 8v4.172a2 2 0 0 0 .586 1.414l5.71 5.71a2.41 2.41 0 0 0 3.408 0l3.592 -3.592a2.41 2.41 0 0 0 0 -3.408l-5.71 -5.71a2 2 0 0 0 -1.414 -.586h-4.172a2 2 0 0 0 -2 2z",key:"svg-0"}],["path",{d:"M18 19l1.592 -1.592a4.82 4.82 0 0 0 0 -6.816l-4.592 -4.592",key:"svg-1"}],["path",{d:"M7 10h-.01",key:"svg-2"}]]),ev0=createReactComponent("tallymark-1","IconTallymark1",[["path",{d:"M12 5l0 14",key:"svg-0"}]]),ev2=createReactComponent("tallymark-2","IconTallymark2",[["path",{d:"M10 5l0 14",key:"svg-0"}],["path",{d:"M14 5l0 14",key:"svg-1"}]]),ev3=createReactComponent("tallymark-3","IconTallymark3",[["path",{d:"M8 5l0 14",key:"svg-0"}],["path",{d:"M12 5l0 14",key:"svg-1"}],["path",{d:"M16 5l0 14",key:"svg-2"}]]),ev5=createReactComponent("tallymark-4","IconTallymark4",[["path",{d:"M6 5l0 14",key:"svg-0"}],["path",{d:"M10 5l0 14",key:"svg-1"}],["path",{d:"M14 5l0 14",key:"svg-2"}],["path",{d:"M18 5l0 14",key:"svg-3"}]]),ev4=createReactComponent("tallymarks","IconTallymarks",[["path",{d:"M6 5l0 14",key:"svg-0"}],["path",{d:"M10 5l0 14",key:"svg-1"}],["path",{d:"M14 5l0 14",key:"svg-2"}],["path",{d:"M18 5l0 14",key:"svg-3"}],["path",{d:"M3 17l18 -10",key:"svg-4"}]]),ev6=createReactComponent("tank","IconTank",[["path",{d:"M2 12m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v0a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M6 12l1 -5h5l3 5",key:"svg-1"}],["path",{d:"M21 9l-7.8 0",key:"svg-2"}]]),ev9=createReactComponent("target-arrow","IconTargetArrow",[["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M12 7a5 5 0 1 0 5 5",key:"svg-1"}],["path",{d:"M13 3.055a9 9 0 1 0 7.941 7.945",key:"svg-2"}],["path",{d:"M15 6v3h3l3 -3h-3v-3z",key:"svg-3"}],["path",{d:"M15 9l-3 3",key:"svg-4"}]]),ev7=createReactComponent("target-off","IconTargetOff",[["path",{d:"M11.286 11.3a1 1 0 0 0 1.41 1.419",key:"svg-0"}],["path",{d:"M8.44 8.49a5 5 0 0 0 7.098 7.044m1.377 -2.611a5 5 0 0 0 -5.846 -5.836",key:"svg-1"}],["path",{d:"M5.649 5.623a9 9 0 1 0 12.698 12.758m1.683 -2.313a9 9 0 0 0 -12.076 -12.11",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),ev8=createReactComponent("target","IconTarget",[["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-1"}],["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-2"}]]),ege=createReactComponent("teapot","IconTeapot",[["path",{d:"M10.29 3h3.42a2 2 0 0 1 1.988 1.78l1.555 14a2 2 0 0 1 -1.988 2.22h-6.53a2 2 0 0 1 -1.988 -2.22l1.555 -14a2 2 0 0 1 1.988 -1.78z",key:"svg-0"}],["path",{d:"M7.47 12.5l-4.257 -5.019a.899 .899 0 0 1 .69 -1.481h13.09a3 3 0 0 1 3.007 3v3c0 1.657 -1.346 3 -3.007 3",key:"svg-1"}],["path",{d:"M7 17h10",key:"svg-2"}]]),egt=createReactComponent("telescope-off","IconTelescopeOff",[["path",{d:"M6 21l6 -5l6 5",key:"svg-0"}],["path",{d:"M12 13v8",key:"svg-1"}],["path",{d:"M8.238 8.264l-4.183 2.51c-1.02 .614 -1.357 1.898 -.76 2.906l.165 .28c.52 .88 1.624 1.266 2.605 .91l6.457 -2.34m2.907 -1.055l4.878 -1.77a1.023 1.023 0 0 0 .565 -1.455l-2.62 -4.705a1.087 1.087 0 0 0 -1.447 -.42l-.056 .032l-6.016 3.61",key:"svg-2"}],["path",{d:"M14 5l3 5.5",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),ega=createReactComponent("telescope","IconTelescope",[["path",{d:"M6 21l6 -5l6 5",key:"svg-0"}],["path",{d:"M12 13v8",key:"svg-1"}],["path",{d:"M3.294 13.678l.166 .281c.52 .88 1.624 1.265 2.605 .91l14.242 -5.165a1.023 1.023 0 0 0 .565 -1.456l-2.62 -4.705a1.087 1.087 0 0 0 -1.447 -.42l-.056 .032l-12.694 7.618c-1.02 .613 -1.357 1.897 -.76 2.905z",key:"svg-2"}],["path",{d:"M14 5l3 5.5",key:"svg-3"}]]),egn=createReactComponent("temperature-celsius","IconTemperatureCelsius",[["path",{d:"M6 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M20 9a3 3 0 0 0 -3 -3h-1a3 3 0 0 0 -3 3v6a3 3 0 0 0 3 3h1a3 3 0 0 0 3 -3",key:"svg-1"}]]),egr=createReactComponent("temperature-fahrenheit","IconTemperatureFahrenheit",[["path",{d:"M6 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M13 12l5 0",key:"svg-1"}],["path",{d:"M20 6h-6a1 1 0 0 0 -1 1v11",key:"svg-2"}]]),ego=createReactComponent("temperature-minus","IconTemperatureMinus",[["path",{d:"M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5",key:"svg-0"}],["path",{d:"M8 9l4 0",key:"svg-1"}],["path",{d:"M16 9l6 0",key:"svg-2"}]]),egl=createReactComponent("temperature-off","IconTemperatureOff",[["path",{d:"M10 10v3.5a4 4 0 1 0 5.836 2.33m-1.836 -5.83v-5a2 2 0 1 0 -4 0v1",key:"svg-0"}],["path",{d:"M13 9h1",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),egc=createReactComponent("temperature-plus","IconTemperaturePlus",[["path",{d:"M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5",key:"svg-0"}],["path",{d:"M8 9l4 0",key:"svg-1"}],["path",{d:"M16 9l6 0",key:"svg-2"}],["path",{d:"M19 6l0 6",key:"svg-3"}]]),egi=createReactComponent("temperature","IconTemperature",[["path",{d:"M10 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5",key:"svg-0"}],["path",{d:"M10 9l4 0",key:"svg-1"}]]),egs=createReactComponent("template-off","IconTemplateOff",[["path",{d:"M8 4h11a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-7m-4 0h-3a1 1 0 0 1 -1 -1v-2c0 -.271 .108 -.517 .283 -.697",key:"svg-0"}],["path",{d:"M4 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M16 12h4",key:"svg-2"}],["path",{d:"M14 16h2",key:"svg-3"}],["path",{d:"M14 20h6",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),egd=createReactComponent("template","IconTemplate",[["path",{d:"M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M4 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M14 12l6 0",key:"svg-2"}],["path",{d:"M14 16l6 0",key:"svg-3"}],["path",{d:"M14 20l6 0",key:"svg-4"}]]),egu=createReactComponent("tent-off","IconTentOff",[["path",{d:"M11 14l4 6h5m-2.863 -6.868l-5.137 -9.132l-1.44 2.559m-1.44 2.563l-6.12 10.878h6l4 -6",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),egp=createReactComponent("tent","IconTent",[["path",{d:"M11 14l4 6h6l-9 -16l-9 16h6l4 -6",key:"svg-0"}]]),egh=createReactComponent("terminal-2","IconTerminal2",[["path",{d:"M8 9l3 3l-3 3",key:"svg-0"}],["path",{d:"M13 15l3 0",key:"svg-1"}],["path",{d:"M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z",key:"svg-2"}]]),egv=createReactComponent("terminal","IconTerminal",[["path",{d:"M5 7l5 5l-5 5",key:"svg-0"}],["path",{d:"M12 19l7 0",key:"svg-1"}]]),egg=createReactComponent("test-pipe-2","IconTestPipe2",[["path",{d:"M15 3v15a3 3 0 0 1 -6 0v-15",key:"svg-0"}],["path",{d:"M9 12h6",key:"svg-1"}],["path",{d:"M8 3h8",key:"svg-2"}]]),egy=createReactComponent("test-pipe-off","IconTestPipeOff",[["path",{d:"M20 8.04a803.533 803.533 0 0 0 -4 3.96m-2 2c-1.085 1.085 -3.125 3.14 -6.122 6.164a2.857 2.857 0 0 1 -4.041 -4.04c3.018 -3 5.073 -5.037 6.163 -6.124m2 -2c.872 -.872 2.191 -2.205 3.959 -4",key:"svg-0"}],["path",{d:"M7 13h6",key:"svg-1"}],["path",{d:"M19 15l1.5 1.6m-.74 3.173a2 2 0 0 1 -2.612 -2.608",key:"svg-2"}],["path",{d:"M15 3l6 6",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),egf=createReactComponent("test-pipe","IconTestPipe",[["path",{d:"M20 8.04l-12.122 12.124a2.857 2.857 0 1 1 -4.041 -4.04l12.122 -12.124",key:"svg-0"}],["path",{d:"M7 13h8",key:"svg-1"}],["path",{d:"M19 15l1.5 1.6a2 2 0 1 1 -3 0l1.5 -1.6z",key:"svg-2"}],["path",{d:"M15 3l6 6",key:"svg-3"}]]),egm=createReactComponent("tex","IconTex",[["path",{d:"M9 8v-1h-6v1",key:"svg-0"}],["path",{d:"M6 15v-8",key:"svg-1"}],["path",{d:"M21 15l-5 -8",key:"svg-2"}],["path",{d:"M16 15l5 -8",key:"svg-3"}],["path",{d:"M14 11h-4v8h4",key:"svg-4"}],["path",{d:"M10 15h3",key:"svg-5"}]]),egk=createReactComponent("text-caption","IconTextCaption",[["path",{d:"M4 15h16",key:"svg-0"}],["path",{d:"M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M4 20h12",key:"svg-2"}]]),egM=createReactComponent("text-color","IconTextColor",[["path",{d:"M9 15v-7a3 3 0 0 1 6 0v7",key:"svg-0"}],["path",{d:"M9 11h6",key:"svg-1"}],["path",{d:"M5 19h14",key:"svg-2"}]]),egb=createReactComponent("text-decrease","IconTextDecrease",[["path",{d:"M4 19v-10.5a3.5 3.5 0 1 1 7 0v10.5",key:"svg-0"}],["path",{d:"M4 13h7",key:"svg-1"}],["path",{d:"M21 12h-6",key:"svg-2"}]]),egI=createReactComponent("text-direction-ltr","IconTextDirectionLtr",[["path",{d:"M5 19h14",key:"svg-0"}],["path",{d:"M17 21l2 -2l-2 -2",key:"svg-1"}],["path",{d:"M16 4h-6.5a3.5 3.5 0 0 0 0 7h.5",key:"svg-2"}],["path",{d:"M14 15v-11",key:"svg-3"}],["path",{d:"M10 15v-11",key:"svg-4"}]]),egC=createReactComponent("text-direction-rtl","IconTextDirectionRtl",[["path",{d:"M16 4h-6.5a3.5 3.5 0 0 0 0 7h.5",key:"svg-0"}],["path",{d:"M14 15v-11",key:"svg-1"}],["path",{d:"M10 15v-11",key:"svg-2"}],["path",{d:"M5 19h14",key:"svg-3"}],["path",{d:"M7 21l-2 -2l2 -2",key:"svg-4"}]]),egx=createReactComponent("text-increase","IconTextIncrease",[["path",{d:"M4 19v-10.5a3.5 3.5 0 1 1 7 0v10.5",key:"svg-0"}],["path",{d:"M4 13h7",key:"svg-1"}],["path",{d:"M18 9v6",key:"svg-2"}],["path",{d:"M21 12h-6",key:"svg-3"}]]),egR=createReactComponent("text-orientation","IconTextOrientation",[["path",{d:"M9 15l-5 -5c-1.367 -1.367 -1.367 -3.633 0 -5s3.633 -1.367 5 0l5 5",key:"svg-0"}],["path",{d:"M5.5 11.5l5 -5",key:"svg-1"}],["path",{d:"M21 12l-9 9",key:"svg-2"}],["path",{d:"M21 12v4",key:"svg-3"}],["path",{d:"M21 12h-4",key:"svg-4"}]]),egS=createReactComponent("text-plus","IconTextPlus",[["path",{d:"M19 10h-14",key:"svg-0"}],["path",{d:"M5 6h14",key:"svg-1"}],["path",{d:"M14 14h-9",key:"svg-2"}],["path",{d:"M5 18h6",key:"svg-3"}],["path",{d:"M18 15v6",key:"svg-4"}],["path",{d:"M15 18h6",key:"svg-5"}]]),eg_=createReactComponent("text-recognition","IconTextRecognition",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M12 16v-7",key:"svg-4"}],["path",{d:"M9 9h6",key:"svg-5"}]]),egw=createReactComponent("text-resize","IconTextResize",[["path",{d:"M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M5 7v10",key:"svg-4"}],["path",{d:"M7 5h10",key:"svg-5"}],["path",{d:"M7 19h10",key:"svg-6"}],["path",{d:"M19 7v10",key:"svg-7"}],["path",{d:"M10 10h4",key:"svg-8"}],["path",{d:"M12 14v-4",key:"svg-9"}]]),egP=createReactComponent("text-scan-2","IconTextScan2",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M8 12h8",key:"svg-4"}],["path",{d:"M8 9h6",key:"svg-5"}],["path",{d:"M8 15h4",key:"svg-6"}]]),egO=createReactComponent("text-size","IconTextSize",[["path",{d:"M3 7v-2h13v2",key:"svg-0"}],["path",{d:"M10 5v14",key:"svg-1"}],["path",{d:"M12 19h-4",key:"svg-2"}],["path",{d:"M15 13v-1h6v1",key:"svg-3"}],["path",{d:"M18 12v7",key:"svg-4"}],["path",{d:"M17 19h2",key:"svg-5"}]]),egF=createReactComponent("text-spellcheck","IconTextSpellcheck",[["path",{d:"M5 15v-7.5a3.5 3.5 0 0 1 7 0v7.5",key:"svg-0"}],["path",{d:"M5 10h7",key:"svg-1"}],["path",{d:"M10 18l3 3l7 -7",key:"svg-2"}]]),egz=createReactComponent("text-wrap-disabled","IconTextWrapDisabled",[["path",{d:"M4 6l10 0",key:"svg-0"}],["path",{d:"M4 18l10 0",key:"svg-1"}],["path",{d:"M4 12h17l-3 -3m0 6l3 -3",key:"svg-2"}]]),egD=createReactComponent("text-wrap","IconTextWrap",[["path",{d:"M4 6l16 0",key:"svg-0"}],["path",{d:"M4 18l5 0",key:"svg-1"}],["path",{d:"M4 12h13a3 3 0 0 1 0 6h-4l2 -2m0 4l-2 -2",key:"svg-2"}]]),egA=createReactComponent("texture","IconTexture",[["path",{d:"M6 3l-3 3",key:"svg-0"}],["path",{d:"M21 18l-3 3",key:"svg-1"}],["path",{d:"M11 3l-8 8",key:"svg-2"}],["path",{d:"M16 3l-13 13",key:"svg-3"}],["path",{d:"M21 3l-18 18",key:"svg-4"}],["path",{d:"M21 8l-13 13",key:"svg-5"}],["path",{d:"M21 13l-8 8",key:"svg-6"}]]),egj=createReactComponent("theater","IconTheater",[["path",{d:"M4 20h16",key:"svg-0"}],["path",{d:"M20 16v-10a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v10l4 -6c2.667 1.333 5.333 1.333 8 0l4 6z",key:"svg-1"}]]),egE=createReactComponent("thermometer","IconThermometer",[["path",{d:"M19 5a2.828 2.828 0 0 1 0 4l-8 8h-4v-4l8 -8a2.828 2.828 0 0 1 4 0z",key:"svg-0"}],["path",{d:"M16 7l-1.5 -1.5",key:"svg-1"}],["path",{d:"M13 10l-1.5 -1.5",key:"svg-2"}],["path",{d:"M10 13l-1.5 -1.5",key:"svg-3"}],["path",{d:"M7 17l-3 3",key:"svg-4"}]]),egT=createReactComponent("thumb-down-filled","IconThumbDownFilled",[["path",{d:"M13 21.008a3 3 0 0 0 2.995 -2.823l.005 -.177v-4h2a3 3 0 0 0 2.98 -2.65l.015 -.173l.005 -.177l-.02 -.196l-1.006 -5.032c-.381 -1.625 -1.502 -2.796 -2.81 -2.78l-.164 .008h-8a1 1 0 0 0 -.993 .884l-.007 .116l.001 9.536a1 1 0 0 0 .5 .866a2.998 2.998 0 0 1 1.492 2.396l.007 .202v1a3 3 0 0 0 3 3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M5 14.008a1 1 0 0 0 .993 -.883l.007 -.117v-9a1 1 0 0 0 -.883 -.993l-.117 -.007h-1a2 2 0 0 0 -1.995 1.852l-.005 .15v7a2 2 0 0 0 1.85 1.994l.15 .005h1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),egB=createReactComponent("thumb-down-off","IconThumbDownOff",[["path",{d:"M7 13v-6m-3 -3a1 1 0 0 0 -1 1v7a1 1 0 0 0 1 1h3a4 4 0 0 1 4 4v1a2 2 0 1 0 4 0v-3m2 -2h1a2 2 0 0 0 2 -2l-1 -5c-.295 -1.26 -1.11 -2.076 -2 -2h-7c-.57 0 -1.102 .159 -1.556 .434",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),egN=createReactComponent("thumb-down","IconThumbDown",[["path",{d:"M7 13v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v7a1 1 0 0 0 1 1h3a4 4 0 0 1 4 4v1a2 2 0 0 0 4 0v-5h3a2 2 0 0 0 2 -2l-1 -5a2 3 0 0 0 -2 -2h-7a3 3 0 0 0 -3 3",key:"svg-0"}]]),eg$=createReactComponent("thumb-up-filled","IconThumbUpFilled",[["path",{d:"M13 3a3 3 0 0 1 2.995 2.824l.005 .176v4h2a3 3 0 0 1 2.98 2.65l.015 .174l.005 .176l-.02 .196l-1.006 5.032c-.381 1.626 -1.502 2.796 -2.81 2.78l-.164 -.008h-8a1 1 0 0 1 -.993 -.883l-.007 -.117l.001 -9.536a1 1 0 0 1 .5 -.865a2.998 2.998 0 0 0 1.492 -2.397l.007 -.202v-1a3 3 0 0 1 3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M5 10a1 1 0 0 1 .993 .883l.007 .117v9a1 1 0 0 1 -.883 .993l-.117 .007h-1a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-7a2 2 0 0 1 1.85 -1.995l.15 -.005h1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),egL=createReactComponent("thumb-up-off","IconThumbUpOff",[["path",{d:"M7 11v8a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h3a3.987 3.987 0 0 0 2.828 -1.172m1.172 -2.828v-1a2 2 0 1 1 4 0v5h3a2 2 0 0 1 2 2c-.222 1.112 -.39 1.947 -.5 2.503m-.758 3.244c-.392 .823 -1.044 1.312 -1.742 1.253h-7a3 3 0 0 1 -3 -3",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),egW=createReactComponent("thumb-up","IconThumbUp",[["path",{d:"M7 11v8a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h3a4 4 0 0 0 4 -4v-1a2 2 0 0 1 4 0v5h3a2 2 0 0 1 2 2l-1 5a2 3 0 0 1 -2 2h-7a3 3 0 0 1 -3 -3",key:"svg-0"}]]),egH=createReactComponent("tic-tac","IconTicTac",[["path",{d:"M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M3 12h18",key:"svg-1"}],["path",{d:"M12 3v18",key:"svg-2"}],["path",{d:"M4 16l4 4",key:"svg-3"}],["path",{d:"M4 20l4 -4",key:"svg-4"}],["path",{d:"M16 4l4 4",key:"svg-5"}],["path",{d:"M16 8l4 -4",key:"svg-6"}],["path",{d:"M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-7"}]]),egV=createReactComponent("ticket-off","IconTicketOff",[["path",{d:"M15 5v2",key:"svg-0"}],["path",{d:"M15 17v2",key:"svg-1"}],["path",{d:"M9 5h10a2 2 0 0 1 2 2v3a2 2 0 1 0 0 4v3m-2 2h-14a2 2 0 0 1 -2 -2v-3a2 2 0 1 0 0 -4v-3a2 2 0 0 1 2 -2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),egq=createReactComponent("ticket","IconTicket",[["path",{d:"M15 5l0 2",key:"svg-0"}],["path",{d:"M15 11l0 2",key:"svg-1"}],["path",{d:"M15 17l0 2",key:"svg-2"}],["path",{d:"M5 5h14a2 2 0 0 1 2 2v3a2 2 0 0 0 0 4v3a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-3a2 2 0 0 0 0 -4v-3a2 2 0 0 1 2 -2",key:"svg-3"}]]),egU=createReactComponent("tie","IconTie",[["path",{d:"M12 22l4 -4l-2.5 -11l.993 -2.649a1 1 0 0 0 -.936 -1.351h-3.114a1 1 0 0 0 -.936 1.351l.993 2.649l-2.5 11l4 4z",key:"svg-0"}],["path",{d:"M10.5 7h3l5 5.5",key:"svg-1"}]]),egG=createReactComponent("tilde","IconTilde",[["path",{d:"M4 12c0 -1.657 1.592 -3 3.556 -3c1.963 0 3.11 1.5 4.444 3c1.333 1.5 2.48 3 4.444 3s3.556 -1.343 3.556 -3",key:"svg-0"}]]),egX=createReactComponent("tilt-shift-off","IconTiltShiftOff",[["path",{d:"M8.56 3.69a9 9 0 0 0 -.577 .263",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}],["path",{d:"M10.57 10.602a2 2 0 0 0 2.862 2.795",key:"svg-8"}],["path",{d:"M3 3l18 18",key:"svg-9"}]]),egK=createReactComponent("tilt-shift","IconTiltShift",[["path",{d:"M8.56 3.69a9 9 0 0 0 -2.92 1.95",key:"svg-0"}],["path",{d:"M3.69 8.56a9 9 0 0 0 -.69 3.44",key:"svg-1"}],["path",{d:"M3.69 15.44a9 9 0 0 0 1.95 2.92",key:"svg-2"}],["path",{d:"M8.56 20.31a9 9 0 0 0 3.44 .69",key:"svg-3"}],["path",{d:"M15.44 20.31a9 9 0 0 0 2.92 -1.95",key:"svg-4"}],["path",{d:"M20.31 15.44a9 9 0 0 0 .69 -3.44",key:"svg-5"}],["path",{d:"M20.31 8.56a9 9 0 0 0 -1.95 -2.92",key:"svg-6"}],["path",{d:"M15.44 3.69a9 9 0 0 0 -3.44 -.69",key:"svg-7"}],["path",{d:"M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-8"}]]),egY=createReactComponent("time-duration-0","IconTimeDuration0",[["path",{d:"M3 12v.01",key:"svg-0"}],["path",{d:"M21 12v.01",key:"svg-1"}],["path",{d:"M12 21v.01",key:"svg-2"}],["path",{d:"M12 3v.01",key:"svg-3"}],["path",{d:"M7.5 4.2v.01",key:"svg-4"}],["path",{d:"M16.5 4.2v.01",key:"svg-5"}],["path",{d:"M16.5 19.8v.01",key:"svg-6"}],["path",{d:"M7.5 19.8v.01",key:"svg-7"}],["path",{d:"M4.2 16.5v.01",key:"svg-8"}],["path",{d:"M19.8 16.5v.01",key:"svg-9"}],["path",{d:"M19.8 7.5v.01",key:"svg-10"}],["path",{d:"M4.2 7.5v.01",key:"svg-11"}],["path",{d:"M10 11v2a2 2 0 1 0 4 0v-2a2 2 0 1 0 -4 0z",key:"svg-12"}]]),egZ=createReactComponent("time-duration-10","IconTimeDuration10",[["path",{d:"M9 9v6",key:"svg-0"}],["path",{d:"M12 11v2a2 2 0 1 0 4 0v-2a2 2 0 1 0 -4 0z",key:"svg-1"}],["path",{d:"M3 12v.01",key:"svg-2"}],["path",{d:"M21 12v.01",key:"svg-3"}],["path",{d:"M12 21v.01",key:"svg-4"}],["path",{d:"M7.5 4.2v.01",key:"svg-5"}],["path",{d:"M16.5 19.8v.01",key:"svg-6"}],["path",{d:"M7.5 19.8v.01",key:"svg-7"}],["path",{d:"M4.2 16.5v.01",key:"svg-8"}],["path",{d:"M19.8 16.5v.01",key:"svg-9"}],["path",{d:"M4.2 7.5v.01",key:"svg-10"}],["path",{d:"M19.81 7.527a8.994 8.994 0 0 0 -7.81 -4.527",key:"svg-11"}]]),egQ=createReactComponent("time-duration-15","IconTimeDuration15",[["path",{d:"M12 15h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3",key:"svg-0"}],["path",{d:"M9 9v6",key:"svg-1"}],["path",{d:"M3 12v.01",key:"svg-2"}],["path",{d:"M12 21v.01",key:"svg-3"}],["path",{d:"M7.5 4.2v.01",key:"svg-4"}],["path",{d:"M16.5 19.8v.01",key:"svg-5"}],["path",{d:"M7.5 19.8v.01",key:"svg-6"}],["path",{d:"M4.2 16.5v.01",key:"svg-7"}],["path",{d:"M19.8 16.5v.01",key:"svg-8"}],["path",{d:"M4.2 7.5v.01",key:"svg-9"}],["path",{d:"M21 12a9 9 0 0 0 -9 -9",key:"svg-10"}]]),egJ=createReactComponent("time-duration-30","IconTimeDuration30",[["path",{d:"M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-0"}],["path",{d:"M8 9h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5",key:"svg-1"}],["path",{d:"M3 12v.01",key:"svg-2"}],["path",{d:"M7.5 4.2v.01",key:"svg-3"}],["path",{d:"M7.5 19.8v.01",key:"svg-4"}],["path",{d:"M4.2 16.5v.01",key:"svg-5"}],["path",{d:"M4.2 7.5v.01",key:"svg-6"}],["path",{d:"M12 21a9 9 0 0 0 0 -18",key:"svg-7"}]]),eg1=createReactComponent("time-duration-45","IconTimeDuration45",[["path",{d:"M13 15h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3",key:"svg-0"}],["path",{d:"M7 9v2a1 1 0 0 0 1 1h1",key:"svg-1"}],["path",{d:"M10 9v6",key:"svg-2"}],["path",{d:"M7.5 4.2v.01",key:"svg-3"}],["path",{d:"M4.2 7.5v.01",key:"svg-4"}],["path",{d:"M3 12a9 9 0 1 0 9 -9",key:"svg-5"}]]),eg0=createReactComponent("time-duration-5","IconTimeDuration5",[["path",{d:"M10 15h2a1.5 1.5 0 0 0 0 -3h-2v-3h3.5",key:"svg-0"}],["path",{d:"M3 12v.01",key:"svg-1"}],["path",{d:"M21 12v.01",key:"svg-2"}],["path",{d:"M12 21v.01",key:"svg-3"}],["path",{d:"M7.5 4.2v.01",key:"svg-4"}],["path",{d:"M16.5 19.8v.01",key:"svg-5"}],["path",{d:"M7.5 19.8v.01",key:"svg-6"}],["path",{d:"M4.2 16.5v.01",key:"svg-7"}],["path",{d:"M19.8 16.5v.01",key:"svg-8"}],["path",{d:"M19.8 7.5v.01",key:"svg-9"}],["path",{d:"M4.2 7.5v.01",key:"svg-10"}],["path",{d:"M16.5 4.206a9.042 9.042 0 0 0 -4.5 -1.206",key:"svg-11"}]]),eg2=createReactComponent("time-duration-60","IconTimeDuration60",[["path",{d:"M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-0"}],["path",{d:"M11 9h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2",key:"svg-1"}],["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-2"}]]),eg3=createReactComponent("time-duration-90","IconTimeDuration90",[["path",{d:"M8 14.25c0 .414 .336 .75 .75 .75h1.5a.75 .75 0 0 0 .75 -.75v-4.5a.75 .75 0 0 0 -.75 -.75h-1.5a.75 .75 0 0 0 -.75 .75v1.5c0 .414 .336 .75 .75 .75h2.25",key:"svg-0"}],["path",{d:"M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z",key:"svg-1"}],["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-2"}]]),eg5=createReactComponent("time-duration-off","IconTimeDurationOff",[["path",{d:"M3 12v.01",key:"svg-0"}],["path",{d:"M7.5 19.8v.01",key:"svg-1"}],["path",{d:"M4.2 16.5v.01",key:"svg-2"}],["path",{d:"M4.2 7.5v.01",key:"svg-3"}],["path",{d:"M12 21a8.994 8.994 0 0 0 6.362 -2.634m1.685 -2.336a9 9 0 0 0 -8.047 -13.03",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),eg4=createReactComponent("timeline-event-exclamation","IconTimelineEventExclamation",[["path",{d:"M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M10 20h-6",key:"svg-1"}],["path",{d:"M14 20h6",key:"svg-2"}],["path",{d:"M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z",key:"svg-3"}],["path",{d:"M12 6v2",key:"svg-4"}],["path",{d:"M12 11v.01",key:"svg-5"}]]),eg6=createReactComponent("timeline-event-filled","IconTimelineEventFilled",[["path",{d:"M12 17c1.306 0 2.418 .835 2.83 2h5.17a1 1 0 0 1 0 2h-5.171a3.001 3.001 0 0 1 -5.658 0h-5.171a1 1 0 0 1 0 -2h5.17a3.001 3.001 0 0 1 2.83 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M17 2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2.586l-1.707 1.707a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.708 -1.707h-2.585a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-8a2 2 0 0 1 2 -2h10z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),eg9=createReactComponent("timeline-event-minus","IconTimelineEventMinus",[["path",{d:"M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M10 20h-6",key:"svg-1"}],["path",{d:"M14 20h6",key:"svg-2"}],["path",{d:"M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z",key:"svg-3"}],["path",{d:"M10 8h4",key:"svg-4"}]]),eg7=createReactComponent("timeline-event-plus","IconTimelineEventPlus",[["path",{d:"M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M10 20h-6",key:"svg-1"}],["path",{d:"M14 20h6",key:"svg-2"}],["path",{d:"M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z",key:"svg-3"}],["path",{d:"M10 8h4",key:"svg-4"}],["path",{d:"M12 6v4",key:"svg-5"}]]),eg8=createReactComponent("timeline-event-text","IconTimelineEventText",[["path",{d:"M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M10 20h-6",key:"svg-1"}],["path",{d:"M14 20h6",key:"svg-2"}],["path",{d:"M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z",key:"svg-3"}],["path",{d:"M9 6h6",key:"svg-4"}],["path",{d:"M9 9h3",key:"svg-5"}]]),eye=createReactComponent("timeline-event-x","IconTimelineEventX",[["path",{d:"M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M10 20h-6",key:"svg-1"}],["path",{d:"M14 20h6",key:"svg-2"}],["path",{d:"M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z",key:"svg-3"}],["path",{d:"M13.5 9.5l-3 -3",key:"svg-4"}],["path",{d:"M10.5 9.5l3 -3",key:"svg-5"}]]),eyt=createReactComponent("timeline-event","IconTimelineEvent",[["path",{d:"M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M10 20h-6",key:"svg-1"}],["path",{d:"M14 20h6",key:"svg-2"}],["path",{d:"M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z",key:"svg-3"}]]),eya=createReactComponent("timeline","IconTimeline",[["path",{d:"M4 16l6 -7l5 5l5 -6",key:"svg-0"}],["path",{d:"M15 14m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M10 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M4 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M20 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}]]),eyn=createReactComponent("tir","IconTir",[["path",{d:"M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M7 18h8m4 0h2v-6a5 7 0 0 0 -5 -7h-1l1.5 7h4.5",key:"svg-2"}],["path",{d:"M12 18v-13h3",key:"svg-3"}],["path",{d:"M3 17l0 -5l9 0",key:"svg-4"}]]),eyr=createReactComponent("toggle-left","IconToggleLeft",[["path",{d:"M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M2 6m0 6a6 6 0 0 1 6 -6h8a6 6 0 0 1 6 6v0a6 6 0 0 1 -6 6h-8a6 6 0 0 1 -6 -6z",key:"svg-1"}]]),eyo=createReactComponent("toggle-right","IconToggleRight",[["path",{d:"M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M2 6m0 6a6 6 0 0 1 6 -6h8a6 6 0 0 1 6 6v0a6 6 0 0 1 -6 6h-8a6 6 0 0 1 -6 -6z",key:"svg-1"}]]),eyl=createReactComponent("toilet-paper-off","IconToiletPaperOff",[["path",{d:"M4.27 4.28c-.768 1.27 -1.27 3.359 -1.27 5.72c0 3.866 1.343 7 3 7s3 -3.134 3 -7c0 -.34 -.01 -.672 -.03 -1",key:"svg-0"}],["path",{d:"M21 10c0 -3.866 -1.343 -7 -3 -7",key:"svg-1"}],["path",{d:"M7 3h11",key:"svg-2"}],["path",{d:"M21 10v7m-1.513 2.496l-1.487 -.496l-3 2l-3 -3l-3 2v-10",key:"svg-3"}],["path",{d:"M6 10h.01",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),eyc=createReactComponent("toilet-paper","IconToiletPaper",[["path",{d:"M6 10m-3 0a3 7 0 1 0 6 0a3 7 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M21 10c0 -3.866 -1.343 -7 -3 -7",key:"svg-1"}],["path",{d:"M6 3h12",key:"svg-2"}],["path",{d:"M21 10v10l-3 -1l-3 2l-3 -3l-3 2v-10",key:"svg-3"}],["path",{d:"M6 10h.01",key:"svg-4"}]]),eyi=createReactComponent("toml","IconToml",[["path",{d:"M1.499 8h3",key:"svg-0"}],["path",{d:"M2.999 8v8",key:"svg-1"}],["path",{d:"M8.5 8a1.5 1.5 0 0 1 1.5 1.5v5a1.5 1.5 0 0 1 -3 0v-5a1.5 1.5 0 0 1 1.5 -1.5z",key:"svg-2"}],["path",{d:"M13 16v-8l2 5l2 -5v8",key:"svg-3"}],["path",{d:"M20 8v8h2.5",key:"svg-4"}]]),eys=createReactComponent("tool","IconTool",[["path",{d:"M7 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6 -6a6 6 0 0 1 -8 -8l3.5 3.5",key:"svg-0"}]]),eyd=createReactComponent("tools-kitchen-2-off","IconToolsKitchen2Off",[["path",{d:"M14.386 10.409c.53 -2.28 1.766 -4.692 4.614 -7.409v12m-4 0h-1c0 -.313 0 -.627 0 -.941",key:"svg-0"}],["path",{d:"M19 19v2h-1v-3",key:"svg-1"}],["path",{d:"M8 8v13",key:"svg-2"}],["path",{d:"M5 5v2a3 3 0 0 0 4.546 2.572m1.454 -2.572v-3",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),eyu=createReactComponent("tools-kitchen-2","IconToolsKitchen2",[["path",{d:"M19 3v12h-5c-.023 -3.681 .184 -7.406 5 -12zm0 12v6h-1v-3m-10 -14v17m-3 -17v3a3 3 0 1 0 6 0v-3",key:"svg-0"}]]),eyp=createReactComponent("tools-kitchen-3","IconToolsKitchen3",[["path",{d:"M7 4v17m-3 -17v3a3 3 0 1 0 6 0v-3",key:"svg-0"}],["path",{d:"M17 8m-3 0a3 4 0 1 0 6 0a3 4 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M17 12v9",key:"svg-2"}]]),eyh=createReactComponent("tools-kitchen-off","IconToolsKitchenOff",[["path",{d:"M7 3h5l-.5 4.5m-.4 3.595l-.1 .905h-6l-.875 -7.874",key:"svg-0"}],["path",{d:"M7 18h2v3h-2z",key:"svg-1"}],["path",{d:"M15.225 11.216c.42 -2.518 1.589 -5.177 4.775 -8.216v12h-1",key:"svg-2"}],["path",{d:"M20 15v1m0 4v1h-1v-2",key:"svg-3"}],["path",{d:"M8 12v6",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),eyv=createReactComponent("tools-kitchen","IconToolsKitchen",[["path",{d:"M4 3h8l-1 9h-6z",key:"svg-0"}],["path",{d:"M7 18h2v3h-2z",key:"svg-1"}],["path",{d:"M20 3v12h-5c-.023 -3.681 .184 -7.406 5 -12z",key:"svg-2"}],["path",{d:"M20 15v6h-1v-3",key:"svg-3"}],["path",{d:"M8 12l0 6",key:"svg-4"}]]),eyg=createReactComponent("tools-off","IconToolsOff",[["path",{d:"M16 12l4 -4a2.828 2.828 0 1 0 -4 -4l-4 4m-2 2l-7 7v4h4l7 -7",key:"svg-0"}],["path",{d:"M14.5 5.5l4 4",key:"svg-1"}],["path",{d:"M12 8l-5 -5m-2 2l-2 2l5 5",key:"svg-2"}],["path",{d:"M7 8l-1.5 1.5",key:"svg-3"}],["path",{d:"M16 12l5 5m-2 2l-2 2l-5 -5",key:"svg-4"}],["path",{d:"M16 17l-1.5 1.5",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),eyy=createReactComponent("tools","IconTools",[["path",{d:"M3 21h4l13 -13a1.5 1.5 0 0 0 -4 -4l-13 13v4",key:"svg-0"}],["path",{d:"M14.5 5.5l4 4",key:"svg-1"}],["path",{d:"M12 8l-5 -5l-4 4l5 5",key:"svg-2"}],["path",{d:"M7 8l-1.5 1.5",key:"svg-3"}],["path",{d:"M16 12l5 5l-4 4l-5 -5",key:"svg-4"}],["path",{d:"M16 17l-1.5 1.5",key:"svg-5"}]]),eyf=createReactComponent("tooltip","IconTooltip",[["path",{d:"M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M12 13l-1.707 -1.707a1 1 0 0 0 -.707 -.293h-2.586a2 2 0 0 1 -2 -2v-3a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2.586a1 1 0 0 0 -.707 .293l-1.707 1.707z",key:"svg-1"}]]),eym=createReactComponent("topology-bus","IconTopologyBus",[["path",{d:"M14 10a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M6 10a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M22 10a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M2 16h20",key:"svg-3"}],["path",{d:"M4 12v4",key:"svg-4"}],["path",{d:"M12 12v4",key:"svg-5"}],["path",{d:"M20 12v4",key:"svg-6"}]]),eyk=createReactComponent("topology-complex","IconTopologyComplex",[["path",{d:"M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-3"}],["path",{d:"M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-4"}],["path",{d:"M7.5 7.5l3 3",key:"svg-5"}],["path",{d:"M6 8v8",key:"svg-6"}],["path",{d:"M18 16v-8",key:"svg-7"}],["path",{d:"M8 6h8",key:"svg-8"}],["path",{d:"M16 18h-8",key:"svg-9"}]]),eyM=createReactComponent("topology-full-hierarchy","IconTopologyFullHierarchy",[["path",{d:"M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-3"}],["path",{d:"M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-4"}],["path",{d:"M6 8v8",key:"svg-5"}],["path",{d:"M18 16v-8",key:"svg-6"}],["path",{d:"M8 6h8",key:"svg-7"}],["path",{d:"M16 18h-8",key:"svg-8"}],["path",{d:"M7.5 7.5l3 3",key:"svg-9"}],["path",{d:"M13.5 13.5l3 3",key:"svg-10"}],["path",{d:"M16.5 7.5l-3 3",key:"svg-11"}],["path",{d:"M10.5 13.5l-3 3",key:"svg-12"}]]),eyb=createReactComponent("topology-full","IconTopologyFull",[["path",{d:"M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-3"}],["path",{d:"M6 8v8",key:"svg-4"}],["path",{d:"M18 16v-8",key:"svg-5"}],["path",{d:"M8 6h8",key:"svg-6"}],["path",{d:"M16 18h-8",key:"svg-7"}],["path",{d:"M7.5 7.5l9 9",key:"svg-8"}],["path",{d:"M7.5 16.5l9 -9",key:"svg-9"}]]),eyI=createReactComponent("topology-ring-2","IconTopologyRing2",[["path",{d:"M14 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M7 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M21 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M7 18h10",key:"svg-3"}],["path",{d:"M18 16l-5 -8",key:"svg-4"}],["path",{d:"M11 8l-5 8",key:"svg-5"}]]),eyC=createReactComponent("topology-ring-3","IconTopologyRing3",[["path",{d:"M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-3"}],["path",{d:"M6 8v8",key:"svg-4"}],["path",{d:"M18 16v-8",key:"svg-5"}],["path",{d:"M8 6h8",key:"svg-6"}],["path",{d:"M16 18h-8",key:"svg-7"}]]),eyx=createReactComponent("topology-ring","IconTopologyRing",[["path",{d:"M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-3"}],["path",{d:"M13.5 5.5l5 5",key:"svg-4"}],["path",{d:"M5.5 13.5l5 5",key:"svg-5"}],["path",{d:"M13.5 18.5l5 -5",key:"svg-6"}],["path",{d:"M10.5 5.5l-5 5",key:"svg-7"}]]),eyR=createReactComponent("topology-star-2","IconTopologyStar2",[["path",{d:"M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-3"}],["path",{d:"M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-4"}],["path",{d:"M6 12h4",key:"svg-5"}],["path",{d:"M14 12h4",key:"svg-6"}],["path",{d:"M12 6v4",key:"svg-7"}],["path",{d:"M12 14v4",key:"svg-8"}]]),eyS=createReactComponent("topology-star-3","IconTopologyStar3",[["path",{d:"M10 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M18 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M10 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-3"}],["path",{d:"M18 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-4"}],["path",{d:"M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-5"}],["path",{d:"M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-6"}],["path",{d:"M6 12h4",key:"svg-7"}],["path",{d:"M14 12h4",key:"svg-8"}],["path",{d:"M15 7l-2 3",key:"svg-9"}],["path",{d:"M9 7l2 3",key:"svg-10"}],["path",{d:"M11 14l-2 3",key:"svg-11"}],["path",{d:"M13 14l2 3",key:"svg-12"}]]),ey_=createReactComponent("topology-star-ring-2","IconTopologyStarRing2",[["path",{d:"M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-3"}],["path",{d:"M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-4"}],["path",{d:"M6 12h4",key:"svg-5"}],["path",{d:"M14 12h4",key:"svg-6"}],["path",{d:"M12 6v4",key:"svg-7"}],["path",{d:"M12 14v4",key:"svg-8"}],["path",{d:"M5.5 10.5l5 -5",key:"svg-9"}],["path",{d:"M13.5 5.5l5 5",key:"svg-10"}],["path",{d:"M18.5 13.5l-5 5",key:"svg-11"}],["path",{d:"M10.5 18.5l-5 -5",key:"svg-12"}]]),eyw=createReactComponent("topology-star-ring-3","IconTopologyStarRing3",[["path",{d:"M10 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M18 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M10 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-3"}],["path",{d:"M18 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-4"}],["path",{d:"M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-5"}],["path",{d:"M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-6"}],["path",{d:"M6 12h4",key:"svg-7"}],["path",{d:"M14 12h4",key:"svg-8"}],["path",{d:"M15 7l-2 3",key:"svg-9"}],["path",{d:"M9 7l2 3",key:"svg-10"}],["path",{d:"M11 14l-2 3",key:"svg-11"}],["path",{d:"M13 14l2 3",key:"svg-12"}],["path",{d:"M10 5h4",key:"svg-13"}],["path",{d:"M10 19h4",key:"svg-14"}],["path",{d:"M17 17l2 -3",key:"svg-15"}],["path",{d:"M19 10l-2 -3",key:"svg-16"}],["path",{d:"M7 7l-2 3",key:"svg-17"}],["path",{d:"M5 14l2 3",key:"svg-18"}]]),eyP=createReactComponent("topology-star-ring","IconTopologyStarRing",[["path",{d:"M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-3"}],["path",{d:"M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-4"}],["path",{d:"M6 12h4",key:"svg-5"}],["path",{d:"M14 12h4",key:"svg-6"}],["path",{d:"M13.5 5.5l5 5",key:"svg-7"}],["path",{d:"M5.5 13.5l5 5",key:"svg-8"}],["path",{d:"M13.5 18.5l5 -5",key:"svg-9"}],["path",{d:"M10.5 5.5l-5 5",key:"svg-10"}],["path",{d:"M12 6v4",key:"svg-11"}],["path",{d:"M12 14v4",key:"svg-12"}]]),eyO=createReactComponent("topology-star","IconTopologyStar",[["path",{d:"M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-1"}],["path",{d:"M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-2"}],["path",{d:"M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-3"}],["path",{d:"M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-4"}],["path",{d:"M7.5 7.5l3 3",key:"svg-5"}],["path",{d:"M7.5 16.5l3 -3",key:"svg-6"}],["path",{d:"M13.5 13.5l3 3",key:"svg-7"}],["path",{d:"M16.5 7.5l-3 3",key:"svg-8"}]]),eyF=createReactComponent("torii","IconTorii",[["path",{d:"M4 4c5.333 1.333 10.667 1.333 16 0",key:"svg-0"}],["path",{d:"M4 8h16",key:"svg-1"}],["path",{d:"M12 5v3",key:"svg-2"}],["path",{d:"M18 4.5v15.5",key:"svg-3"}],["path",{d:"M6 4.5v15.5",key:"svg-4"}]]),eyz=createReactComponent("tornado","IconTornado",[["path",{d:"M21 4l-18 0",key:"svg-0"}],["path",{d:"M13 16l-6 0",key:"svg-1"}],["path",{d:"M11 20l4 0",key:"svg-2"}],["path",{d:"M6 8l14 0",key:"svg-3"}],["path",{d:"M4 12l12 0",key:"svg-4"}]]),eyD=createReactComponent("tournament","IconTournament",[["path",{d:"M4 4m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M20 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M4 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M4 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}],["path",{d:"M6 12h3a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-3",key:"svg-4"}],["path",{d:"M6 4h7a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-2",key:"svg-5"}],["path",{d:"M14 10h4",key:"svg-6"}]]),eyA=createReactComponent("tower-off","IconTowerOff",[["path",{d:"M10 6v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v4.394a2 2 0 0 1 -.336 1.11l-1.328 1.992a2 2 0 0 0 -.336 1.11v1.394m0 4v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-7.394a2 2 0 0 0 -.336 -1.11l-1.328 -1.992a2 2 0 0 1 -.336 -1.11v-4.394",key:"svg-0"}],["path",{d:"M10 21v-5a2 2 0 1 1 4 0v5",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),eyj=createReactComponent("tower","IconTower",[["path",{d:"M5 3h1a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v4.394a2 2 0 0 1 -.336 1.11l-1.328 1.992a2 2 0 0 0 -.336 1.11v7.394a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-7.394a2 2 0 0 0 -.336 -1.11l-1.328 -1.992a2 2 0 0 1 -.336 -1.11v-4.394a1 1 0 0 1 1 -1z",key:"svg-0"}],["path",{d:"M10 21v-5a2 2 0 1 1 4 0v5",key:"svg-1"}]]),eyE=createReactComponent("track","IconTrack",[["path",{d:"M4 15l11 -11m5 5l-11 11m-4 -8l7 7m-3.5 -10.5l7 7m-3.5 -10.5l7 7",key:"svg-0"}]]),eyT=createReactComponent("tractor","IconTractor",[["path",{d:"M7 15m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M7 15l0 .01",key:"svg-1"}],["path",{d:"M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M10.5 17l6.5 0",key:"svg-3"}],["path",{d:"M20 15.2v-4.2a1 1 0 0 0 -1 -1h-6l-2 -5h-6v6.5",key:"svg-4"}],["path",{d:"M18 5h-1a1 1 0 0 0 -1 1v4",key:"svg-5"}]]),eyB=createReactComponent("trademark","IconTrademark",[["path",{d:"M4.5 9h5m-2.5 0v6",key:"svg-0"}],["path",{d:"M13 15v-6l3 4l3 -4v6",key:"svg-1"}]]),eyN=createReactComponent("traffic-cone-off","IconTrafficConeOff",[["path",{d:"M4 20h16",key:"svg-0"}],["path",{d:"M9.4 10h.6m4 0h.6",key:"svg-1"}],["path",{d:"M7.8 15h7.2",key:"svg-2"}],["path",{d:"M6 20l3.5 -10.5",key:"svg-3"}],["path",{d:"M10.5 6.5l.5 -1.5h2l2 6m2 6l1 3",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),ey$=createReactComponent("traffic-cone","IconTrafficCone",[["path",{d:"M4 20l16 0",key:"svg-0"}],["path",{d:"M9.4 10l5.2 0",key:"svg-1"}],["path",{d:"M7.8 15l8.4 0",key:"svg-2"}],["path",{d:"M6 20l5 -15h2l5 15",key:"svg-3"}]]),eyL=createReactComponent("traffic-lights-off","IconTrafficLightsOff",[["path",{d:"M8 4c.912 -1.219 2.36 -2 4 -2a5 5 0 0 1 5 5v6m0 4a5 5 0 0 1 -10 0v-10",key:"svg-0"}],["path",{d:"M12 8a1 1 0 1 0 -1 -1",key:"svg-1"}],["path",{d:"M11.291 11.295a1 1 0 0 0 1.418 1.41",key:"svg-2"}],["path",{d:"M12 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),eyW=createReactComponent("traffic-lights","IconTrafficLights",[["path",{d:"M7 2m0 5a5 5 0 0 1 5 -5h0a5 5 0 0 1 5 5v10a5 5 0 0 1 -5 5h0a5 5 0 0 1 -5 -5z",key:"svg-0"}],["path",{d:"M12 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M12 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}]]),eyH=createReactComponent("train","IconTrain",[["path",{d:"M21 13c0 -3.87 -3.37 -7 -10 -7h-8",key:"svg-0"}],["path",{d:"M3 15h16a2 2 0 0 0 2 -2",key:"svg-1"}],["path",{d:"M3 6v5h17.5",key:"svg-2"}],["path",{d:"M3 10l0 4",key:"svg-3"}],["path",{d:"M8 11l0 -5",key:"svg-4"}],["path",{d:"M13 11l0 -4.5",key:"svg-5"}],["path",{d:"M3 19l18 0",key:"svg-6"}]]),eyV=createReactComponent("transfer-in","IconTransferIn",[["path",{d:"M4 18v3h16v-14l-8 -4l-8 4v3",key:"svg-0"}],["path",{d:"M4 14h9",key:"svg-1"}],["path",{d:"M10 11l3 3l-3 3",key:"svg-2"}]]),eyq=createReactComponent("transfer-out","IconTransferOut",[["path",{d:"M4 19v2h16v-14l-8 -4l-8 4v2",key:"svg-0"}],["path",{d:"M13 14h-9",key:"svg-1"}],["path",{d:"M7 11l-3 3l3 3",key:"svg-2"}]]),eyU=createReactComponent("transfer-vertical","IconTransferVertical",[["path",{d:"M10 4v16l-6 -5.5",key:"svg-0"}],["path",{d:"M14 20v-16l6 5.5",key:"svg-1"}]]),eyG=createReactComponent("transfer","IconTransfer",[["path",{d:"M20 10h-16l5.5 -6",key:"svg-0"}],["path",{d:"M4 14h16l-5.5 6",key:"svg-1"}]]),eyX=createReactComponent("transform-filled","IconTransformFilled",[["path",{d:"M18 14a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M16.707 2.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.293 1.293h3.586a3 3 0 0 1 2.995 2.824l.005 .176v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-3a1 1 0 0 0 -.883 -.993l-.117 -.007h-3.585l1.292 1.293a1 1 0 0 1 -1.32 1.497l-.094 -.083l-3 -3a.98 .98 0 0 1 -.28 -.872l.036 -.146l.04 -.104c.058 -.126 .14 -.24 .245 -.334l2.959 -2.958a1 1 0 0 1 1.414 0z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M3 12a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 0 .883 .993l.117 .007h3.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083l.094 .083l3 3a.98 .98 0 0 1 .28 .872l-.036 .146l-.04 .104a1.02 1.02 0 0 1 -.245 .334l-2.959 2.958a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.291 -1.293h-3.584a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-3a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M6 2a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}]]),eyK=createReactComponent("transform","IconTransform",[["path",{d:"M3 6a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3",key:"svg-1"}],["path",{d:"M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3",key:"svg-2"}],["path",{d:"M15 18a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-3"}]]),eyY=createReactComponent("transition-bottom","IconTransitionBottom",[["path",{d:"M21 18a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3",key:"svg-0"}],["path",{d:"M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v0a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-1"}],["path",{d:"M12 9v8",key:"svg-2"}],["path",{d:"M9 14l3 3l3 -3",key:"svg-3"}]]),eyZ=createReactComponent("transition-left","IconTransitionLeft",[["path",{d:"M6 21a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3",key:"svg-0"}],["path",{d:"M21 6v12a3 3 0 0 1 -6 0v-12a3 3 0 0 1 6 0z",key:"svg-1"}],["path",{d:"M15 12h-8",key:"svg-2"}],["path",{d:"M10 9l-3 3l3 3",key:"svg-3"}]]),eyQ=createReactComponent("transition-right","IconTransitionRight",[["path",{d:"M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3",key:"svg-0"}],["path",{d:"M3 18v-12a3 3 0 1 1 6 0v12a3 3 0 0 1 -6 0z",key:"svg-1"}],["path",{d:"M9 12h8",key:"svg-2"}],["path",{d:"M14 15l3 -3l-3 -3",key:"svg-3"}]]),eyJ=createReactComponent("transition-top","IconTransitionTop",[["path",{d:"M21 6a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3",key:"svg-0"}],["path",{d:"M6 21h12a3 3 0 0 0 0 -6h-12a3 3 0 0 0 0 6z",key:"svg-1"}],["path",{d:"M12 15v-8",key:"svg-2"}],["path",{d:"M9 10l3 -3l3 3",key:"svg-3"}]]),ey1=createReactComponent("trash-filled","IconTrashFilled",[["path",{d:"M20 6a1 1 0 0 1 .117 1.993l-.117 .007h-.081l-.919 11a3 3 0 0 1 -2.824 2.995l-.176 .005h-8c-1.598 0 -2.904 -1.249 -2.992 -2.75l-.005 -.167l-.923 -11.083h-.08a1 1 0 0 1 -.117 -1.993l.117 -.007h16z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M14 2a2 2 0 0 1 2 2a1 1 0 0 1 -1.993 .117l-.007 -.117h-4l-.007 .117a1 1 0 0 1 -1.993 -.117a2 2 0 0 1 1.85 -1.995l.15 -.005h4z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),ey0=createReactComponent("trash-off","IconTrashOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M4 7h3m4 0h9",key:"svg-1"}],["path",{d:"M10 11l0 6",key:"svg-2"}],["path",{d:"M14 14l0 3",key:"svg-3"}],["path",{d:"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l.077 -.923",key:"svg-4"}],["path",{d:"M18.384 14.373l.616 -7.373",key:"svg-5"}],["path",{d:"M9 5v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3",key:"svg-6"}]]),ey2=createReactComponent("trash-x-filled","IconTrashXFilled",[["path",{d:"M20 6a1 1 0 0 1 .117 1.993l-.117 .007h-.081l-.919 11a3 3 0 0 1 -2.824 2.995l-.176 .005h-8c-1.598 0 -2.904 -1.249 -2.992 -2.75l-.005 -.167l-.923 -11.083h-.08a1 1 0 0 1 -.117 -1.993l.117 -.007h16zm-9.489 5.14a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M14 2a2 2 0 0 1 2 2a1 1 0 0 1 -1.993 .117l-.007 -.117h-4l-.007 .117a1 1 0 0 1 -1.993 -.117a2 2 0 0 1 1.85 -1.995l.15 -.005h4z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),ey3=createReactComponent("trash-x","IconTrashX",[["path",{d:"M4 7h16",key:"svg-0"}],["path",{d:"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12",key:"svg-1"}],["path",{d:"M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3",key:"svg-2"}],["path",{d:"M10 12l4 4m0 -4l-4 4",key:"svg-3"}]]),ey5=createReactComponent("trash","IconTrash",[["path",{d:"M4 7l16 0",key:"svg-0"}],["path",{d:"M10 11l0 6",key:"svg-1"}],["path",{d:"M14 11l0 6",key:"svg-2"}],["path",{d:"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12",key:"svg-3"}],["path",{d:"M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3",key:"svg-4"}]]),ey4=createReactComponent("treadmill","IconTreadmill",[["path",{d:"M10 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-0"}],["path",{d:"M3 14l4 1l.5 -.5",key:"svg-1"}],["path",{d:"M12 18v-3l-3 -2.923l.75 -5.077",key:"svg-2"}],["path",{d:"M6 10v-2l4 -1l2.5 2.5l2.5 .5",key:"svg-3"}],["path",{d:"M21 22a1 1 0 0 0 -1 -1h-16a1 1 0 0 0 -1 1",key:"svg-4"}],["path",{d:"M18 21l1 -11l2 -1",key:"svg-5"}]]),ey6=createReactComponent("tree","IconTree",[["path",{d:"M12 13l-2 -2",key:"svg-0"}],["path",{d:"M12 12l2 -2",key:"svg-1"}],["path",{d:"M12 21v-13",key:"svg-2"}],["path",{d:"M9.824 16a3 3 0 0 1 -2.743 -3.69a3 3 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a3 3 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h-4z",key:"svg-3"}]]),ey9=createReactComponent("trees","IconTrees",[["path",{d:"M16 5l3 3l-2 1l4 4l-3 1l4 4h-9",key:"svg-0"}],["path",{d:"M15 21l0 -3",key:"svg-1"}],["path",{d:"M8 13l-2 -2",key:"svg-2"}],["path",{d:"M8 12l2 -2",key:"svg-3"}],["path",{d:"M8 21v-13",key:"svg-4"}],["path",{d:"M5.824 16a3 3 0 0 1 -2.743 -3.69a3 3 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a3 3 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h-4z",key:"svg-5"}]]),ey7=createReactComponent("trekking","IconTrekking",[["path",{d:"M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M7 21l2 -4",key:"svg-1"}],["path",{d:"M13 21v-4l-3 -3l1 -6l3 4l3 2",key:"svg-2"}],["path",{d:"M10 14l-1.827 -1.218a2 2 0 0 1 -.831 -2.15l.28 -1.117a2 2 0 0 1 1.939 -1.515h1.439l4 1l3 -2",key:"svg-3"}],["path",{d:"M17 12v9",key:"svg-4"}],["path",{d:"M16 20h2",key:"svg-5"}]]),ey8=createReactComponent("trending-down-2","IconTrendingDown2",[["path",{d:"M3 6h5l7 10h6",key:"svg-0"}],["path",{d:"M18 19l3 -3l-3 -3",key:"svg-1"}]]),efe=createReactComponent("trending-down-3","IconTrendingDown3",[["path",{d:"M3 6h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397",key:"svg-0"}],["path",{d:"M18 19l3 -3l-3 -3",key:"svg-1"}]]),eft=createReactComponent("trending-down","IconTrendingDown",[["path",{d:"M3 7l6 6l4 -4l8 8",key:"svg-0"}],["path",{d:"M21 10l0 7l-7 0",key:"svg-1"}]]),efa=createReactComponent("trending-up-2","IconTrendingUp2",[["path",{d:"M18 5l3 3l-3 3",key:"svg-0"}],["path",{d:"M3 18h5l7 -10h6",key:"svg-1"}]]),efn=createReactComponent("trending-up-3","IconTrendingUp3",[["path",{d:"M18 5l3 3l-3 3",key:"svg-0"}],["path",{d:"M3 18h2.397a5 5 0 0 0 4.096 -2.133l4.014 -5.734a5 5 0 0 1 4.096 -2.133h3.397",key:"svg-1"}]]),efr=createReactComponent("trending-up","IconTrendingUp",[["path",{d:"M3 17l6 -6l4 4l8 -8",key:"svg-0"}],["path",{d:"M14 7l7 0l0 7",key:"svg-1"}]]),efo=createReactComponent("triangle-filled","IconTriangleFilled",[["path",{d:"M12 1.67a2.914 2.914 0 0 0 -2.492 1.403l-8.11 13.537a2.914 2.914 0 0 0 2.484 4.385h16.225a2.914 2.914 0 0 0 2.503 -4.371l-8.116 -13.546a2.917 2.917 0 0 0 -2.494 -1.408z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),efl=createReactComponent("triangle-inverted-filled","IconTriangleInvertedFilled",[["path",{d:"M20.118 3h-16.225a2.914 2.914 0 0 0 -2.503 4.371l8.116 13.549a2.917 2.917 0 0 0 4.987 .005l8.11 -13.539a2.914 2.914 0 0 0 -2.486 -4.386z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),efc=createReactComponent("triangle-inverted","IconTriangleInverted",[["path",{d:"M10.363 20.405l-8.106 -13.534a1.914 1.914 0 0 1 1.636 -2.871h16.214a1.914 1.914 0 0 1 1.636 2.871l-8.106 13.534a1.914 1.914 0 0 1 -3.274 0z",key:"svg-0"}]]),efi=createReactComponent("triangle-minus-2","IconTriangleMinus2",[["path",{d:"M20.48 15.016l-6.843 -11.426a1.914 1.914 0 0 0 -3.274 0l-8.106 13.535a1.914 1.914 0 0 0 1.636 2.871h8.107",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}]]),efs=createReactComponent("triangle-minus","IconTriangleMinus",[["path",{d:"M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0v.001z",key:"svg-0"}],["path",{d:"M9 13h6",key:"svg-1"}]]),efd=createReactComponent("triangle-off","IconTriangleOff",[["path",{d:"M7.825 7.83l-5.568 9.295a1.914 1.914 0 0 0 1.636 2.871h16.107m1.998 -1.99a1.913 1.913 0 0 0 -.255 -.88l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0l-1.028 1.718",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),efu=createReactComponent("triangle-plus-2","IconTrianglePlus2",[["path",{d:"M18.69 12.027l-5.054 -8.437a1.914 1.914 0 0 0 -3.274 0l-8.105 13.535a1.914 1.914 0 0 0 1.636 2.871h8.107",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}]]),efp=createReactComponent("triangle-plus","IconTrianglePlus",[["path",{d:"M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0v.001z",key:"svg-0"}],["path",{d:"M9 13h6",key:"svg-1"}],["path",{d:"M12 10v6",key:"svg-2"}]]),efh=createReactComponent("triangle-square-circle-filled","IconTriangleSquareCircleFilled",[["path",{d:"M11.132 2.504l-4 7a1 1 0 0 0 .868 1.496h8a1 1 0 0 0 .868 -1.496l-4 -7a1 1 0 0 0 -1.736 0z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M17 13a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M9 13h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),efv=createReactComponent("triangle-square-circle","IconTriangleSquareCircle",[["path",{d:"M12 3l-4 7h8z",key:"svg-0"}],["path",{d:"M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-2"}]]),efg=createReactComponent("triangle","IconTriangle",[["path",{d:"M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z",key:"svg-0"}]]),efy=createReactComponent("triangles","IconTriangles",[["path",{d:"M9.974 21h8.052a.975 .975 0 0 0 .81 -1.517l-4.025 -6.048a.973 .973 0 0 0 -1.622 0l-4.025 6.048a.977 .977 0 0 0 .81 1.517z",key:"svg-0"}],["path",{d:"M4.98 16h14.04c.542 0 .98 -.443 .98 -.989a1 1 0 0 0 -.156 -.534l-7.02 -11.023a.974 .974 0 0 0 -1.648 0l-7.02 11.023a1 1 0 0 0 .294 1.366a.973 .973 0 0 0 .53 .157z",key:"svg-1"}]]),eff=createReactComponent("trident","IconTrident",[["path",{d:"M3 6l2 -2v3a7 7 0 0 0 14 0v-3l2 2",key:"svg-0"}],["path",{d:"M12 21v-18l-2 2m4 0l-2 -2",key:"svg-1"}]]),efm=createReactComponent("trolley","IconTrolley",[["path",{d:"M11 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M6 16l3 2",key:"svg-1"}],["path",{d:"M12 17l8 -12",key:"svg-2"}],["path",{d:"M17 10l2 1",key:"svg-3"}],["path",{d:"M9.592 4.695l3.306 2.104a1.3 1.3 0 0 1 .396 1.8l-3.094 4.811a1.3 1.3 0 0 1 -1.792 .394l-3.306 -2.104a1.3 1.3 0 0 1 -.396 -1.8l3.094 -4.81a1.3 1.3 0 0 1 1.792 -.394z",key:"svg-4"}]]),efk=createReactComponent("trophy-filled","IconTrophyFilled",[["path",{d:"M17 3a1 1 0 0 1 .993 .883l.007 .117v2.17a3 3 0 1 1 0 5.659v.171a6.002 6.002 0 0 1 -5 5.917v2.083h3a1 1 0 0 1 .117 1.993l-.117 .007h-8a1 1 0 0 1 -.117 -1.993l.117 -.007h3v-2.083a6.002 6.002 0 0 1 -4.996 -5.692l-.004 -.225v-.171a3 3 0 0 1 -3.996 -2.653l-.003 -.176l.005 -.176a3 3 0 0 1 3.995 -2.654l-.001 -2.17a1 1 0 0 1 1 -1h10zm-12 5a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm14 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),efM=createReactComponent("trophy-off","IconTrophyOff",[["path",{d:"M8 21h8",key:"svg-0"}],["path",{d:"M12 17v4",key:"svg-1"}],["path",{d:"M8 4h9",key:"svg-2"}],["path",{d:"M17 4v8c0 .31 -.028 .612 -.082 .905m-1.384 2.632a5 5 0 0 1 -8.534 -3.537v-5",key:"svg-3"}],["path",{d:"M5 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}],["path",{d:"M19 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),efb=createReactComponent("trophy","IconTrophy",[["path",{d:"M8 21l8 0",key:"svg-0"}],["path",{d:"M12 17l0 4",key:"svg-1"}],["path",{d:"M7 4l10 0",key:"svg-2"}],["path",{d:"M17 4v8a5 5 0 0 1 -10 0v-8",key:"svg-3"}],["path",{d:"M5 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-4"}],["path",{d:"M19 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-5"}]]),efI=createReactComponent("trowel","IconTrowel",[["path",{d:"M14.42 9.058l-5.362 5.363a1.978 1.978 0 0 1 -3.275 -.773l-2.682 -8.044a1.978 1.978 0 0 1 2.502 -2.502l8.045 2.682a1.978 1.978 0 0 1 .773 3.274z",key:"svg-0"}],["path",{d:"M10 10l6.5 6.5",key:"svg-1"}],["path",{d:"M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772z",key:"svg-2"}]]),efC=createReactComponent("truck-delivery","IconTruckDelivery",[["path",{d:"M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 17h-2v-4m-1 -8h11v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5",key:"svg-2"}],["path",{d:"M3 9l4 0",key:"svg-3"}]]),efx=createReactComponent("truck-loading","IconTruckLoading",[["path",{d:"M2 3h1a2 2 0 0 1 2 2v10a2 2 0 0 0 2 2h15",key:"svg-0"}],["path",{d:"M9 6m0 3a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-4a3 3 0 0 1 -3 -3z",key:"svg-1"}],["path",{d:"M9 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M18 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-3"}]]),efR=createReactComponent("truck-off","IconTruckOff",[["path",{d:"M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M15.585 15.586a2 2 0 0 0 2.826 2.831",key:"svg-1"}],["path",{d:"M5 17h-2v-11a1 1 0 0 1 1 -1h1m3.96 0h4.04v4m0 4v4m-4 0h6m6 0v-6h-6m-2 -5h5l3 5",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),efS=createReactComponent("truck-return","IconTruckReturn",[["path",{d:"M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 17h-2v-11a1 1 0 0 1 1 -1h9v6h-5l2 2m0 -4l-2 2",key:"svg-2"}],["path",{d:"M9 17l6 0",key:"svg-3"}],["path",{d:"M13 6h5l3 5v6h-2",key:"svg-4"}]]),ef_=createReactComponent("truck","IconTruck",[["path",{d:"M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5",key:"svg-2"}]]),efw=createReactComponent("txt","IconTxt",[["path",{d:"M3 8h4",key:"svg-0"}],["path",{d:"M5 8v8",key:"svg-1"}],["path",{d:"M17 8h4",key:"svg-2"}],["path",{d:"M19 8v8",key:"svg-3"}],["path",{d:"M10 8l4 8",key:"svg-4"}],["path",{d:"M10 16l4 -8",key:"svg-5"}]]),efP=createReactComponent("typography-off","IconTypographyOff",[["path",{d:"M4 20h3",key:"svg-0"}],["path",{d:"M14 20h6",key:"svg-1"}],["path",{d:"M6.9 15h6.9",key:"svg-2"}],["path",{d:"M13 13l3 7",key:"svg-3"}],["path",{d:"M5 20l4.09 -10.906",key:"svg-4"}],["path",{d:"M10.181 6.183l.819 -2.183h2l3.904 8.924",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),efO=createReactComponent("typography","IconTypography",[["path",{d:"M4 20l3 0",key:"svg-0"}],["path",{d:"M14 20l7 0",key:"svg-1"}],["path",{d:"M6.9 15l6.9 0",key:"svg-2"}],["path",{d:"M10.2 6.3l5.8 13.7",key:"svg-3"}],["path",{d:"M5 20l6 -16l2 0l7 16",key:"svg-4"}]]),efF=createReactComponent("ufo-off","IconUfoOff",[["path",{d:"M16.95 9.01c3.02 .739 5.05 2.123 5.05 3.714c0 1.08 -.931 2.063 -2.468 2.814m-3 1c-1.36 .295 -2.9 .462 -4.531 .462c-5.52 0 -10 -1.909 -10 -4.276c0 -1.59 2.04 -2.985 5.07 -3.724",key:"svg-0"}],["path",{d:"M14.69 10.686c1.388 -.355 2.31 -.976 2.31 -1.686v-.035c0 -2.742 -2.239 -4.965 -5 -4.965c-1.125 0 -2.164 .37 -3 .992m-1.707 2.297a4.925 4.925 0 0 0 -.293 1.676v.035c0 .961 1.696 1.764 3.956 1.956",key:"svg-1"}],["path",{d:"M15 17l2 3",key:"svg-2"}],["path",{d:"M8.5 17l-1.5 3",key:"svg-3"}],["path",{d:"M12 14h.01",key:"svg-4"}],["path",{d:"M7 13h.01",key:"svg-5"}],["path",{d:"M17 13h.01",key:"svg-6"}],["path",{d:"M3 3l18 18",key:"svg-7"}]]),efz=createReactComponent("ufo","IconUfo",[["path",{d:"M16.95 9.01c3.02 .739 5.05 2.123 5.05 3.714c0 2.367 -4.48 4.276 -10 4.276s-10 -1.909 -10 -4.276c0 -1.59 2.04 -2.985 5.07 -3.724",key:"svg-0"}],["path",{d:"M7 9c0 1.105 2.239 2 5 2s5 -.895 5 -2v-.035c0 -2.742 -2.239 -4.965 -5 -4.965s-5 2.223 -5 4.965v.035",key:"svg-1"}],["path",{d:"M15 17l2 3",key:"svg-2"}],["path",{d:"M8.5 17l-1.5 3",key:"svg-3"}],["path",{d:"M12 14h.01",key:"svg-4"}],["path",{d:"M7 13h.01",key:"svg-5"}],["path",{d:"M17 13h.01",key:"svg-6"}]]),efD=createReactComponent("umbrella-filled","IconUmbrellaFilled",[["path",{d:"M12 3a9 9 0 0 1 9 9a1 1 0 0 1 -.883 .993l-.117 .007h-7v5a1 1 0 0 0 1.993 .117l.007 -.117a1 1 0 0 1 2 0a3 3 0 0 1 -5.995 .176l-.005 -.176v-5h-7a1 1 0 0 1 -.993 -.883l-.007 -.117a9 9 0 0 1 9 -9z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),efA=createReactComponent("umbrella-off","IconUmbrellaOff",[["path",{d:"M12 12h-8c0 -2.209 .895 -4.208 2.342 -5.656m2.382 -1.645a8 8 0 0 1 11.276 7.301l-4 0",key:"svg-0"}],["path",{d:"M12 12v6a2 2 0 1 0 4 0",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),efj=createReactComponent("umbrella","IconUmbrella",[["path",{d:"M4 12a8 8 0 0 1 16 0z",key:"svg-0"}],["path",{d:"M12 12v6a2 2 0 0 0 4 0",key:"svg-1"}]]),efE=createReactComponent("underline","IconUnderline",[["path",{d:"M7 5v5a5 5 0 0 0 10 0v-5",key:"svg-0"}],["path",{d:"M5 19h14",key:"svg-1"}]]),efT=createReactComponent("universe","IconUniverse",[["path",{d:"M7.027 11.477a5 5 0 1 0 5.496 -4.45a4.951 4.951 0 0 0 -3.088 .681",key:"svg-0"}],["path",{d:"M5.636 5.636a9 9 0 1 0 3.555 -2.188",key:"svg-1"}],["path",{d:"M18 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-3"}],["path",{d:"M9 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}]]),efB=createReactComponent("unlink","IconUnlink",[["path",{d:"M17 22v-2",key:"svg-0"}],["path",{d:"M9 15l6 -6",key:"svg-1"}],["path",{d:"M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464",key:"svg-2"}],["path",{d:"M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463",key:"svg-3"}],["path",{d:"M20 17h2",key:"svg-4"}],["path",{d:"M2 7h2",key:"svg-5"}],["path",{d:"M7 2v2",key:"svg-6"}]]),efN=createReactComponent("upload","IconUpload",[["path",{d:"M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2",key:"svg-0"}],["path",{d:"M7 9l5 -5l5 5",key:"svg-1"}],["path",{d:"M12 4l0 12",key:"svg-2"}]]),ef$=createReactComponent("urgent","IconUrgent",[["path",{d:"M8 16v-4a4 4 0 0 1 8 0v4",key:"svg-0"}],["path",{d:"M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7",key:"svg-1"}],["path",{d:"M6 16m0 1a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z",key:"svg-2"}]]),efL=createReactComponent("usb","IconUsb",[["path",{d:"M12 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M12 17v-11.5",key:"svg-1"}],["path",{d:"M7 10v3l5 3",key:"svg-2"}],["path",{d:"M12 14.5l5 -2v-2.5",key:"svg-3"}],["path",{d:"M16 10h2v-2h-2z",key:"svg-4"}],["path",{d:"M7 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-5"}],["path",{d:"M10 5.5h4l-2 -2.5z",key:"svg-6"}]]),efW=createReactComponent("user-bolt","IconUserBolt",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h4c.267 0 .529 .026 .781 .076",key:"svg-1"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-2"}]]),efH=createReactComponent("user-cancel","IconUserCancel",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h3.5",key:"svg-1"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M17 21l4 -4",key:"svg-3"}]]),efV=createReactComponent("user-check","IconUserCheck",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h4",key:"svg-1"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-2"}]]),efq=createReactComponent("user-circle","IconUserCircle",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 10m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855",key:"svg-2"}]]),efU=createReactComponent("user-code","IconUserCode",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h3.5",key:"svg-1"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-2"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-3"}]]),efG=createReactComponent("user-cog","IconUserCog",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h2.5",key:"svg-1"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M19.001 15.5v1.5",key:"svg-3"}],["path",{d:"M19.001 21v1.5",key:"svg-4"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-5"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-6"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-7"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-8"}]]),efX=createReactComponent("user-dollar","IconUserDollar",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h3",key:"svg-1"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-3"}]]),efK=createReactComponent("user-down","IconUserDown",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h4c.342 0 .674 .043 .99 .124",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-3"}]]),efY=createReactComponent("user-edit","IconUserEdit",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h3.5",key:"svg-1"}],["path",{d:"M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z",key:"svg-2"}]]),efZ=createReactComponent("user-exclamation","IconUserExclamation",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h4c.348 0 .686 .045 1.008 .128",key:"svg-1"}],["path",{d:"M19 16v3",key:"svg-2"}],["path",{d:"M19 22v.01",key:"svg-3"}]]),efQ=createReactComponent("user-filled","IconUserFilled",[["path",{d:"M12 2a5 5 0 1 1 -5 5l.005 -.217a5 5 0 0 1 4.995 -4.783z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M14 14a5 5 0 0 1 5 5v1a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-1a5 5 0 0 1 5 -5h4z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),efJ=createReactComponent("user-heart","IconUserHeart",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h.5",key:"svg-1"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-2"}]]),ef1=createReactComponent("user-hexagon","IconUserHexagon",[["path",{d:"M12 13a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z",key:"svg-0"}],["path",{d:"M6.201 18.744a4 4 0 0 1 3.799 -2.744h4a4 4 0 0 1 3.798 2.741",key:"svg-1"}],["path",{d:"M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z",key:"svg-2"}]]),ef0=createReactComponent("user-minus","IconUserMinus",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h4c.348 0 .686 .045 1.009 .128",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}]]),ef2=createReactComponent("user-off","IconUserOff",[["path",{d:"M8.18 8.189a4.01 4.01 0 0 0 2.616 2.627m3.507 -.545a4 4 0 1 0 -5.59 -5.552",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h4c.412 0 .81 .062 1.183 .178m2.633 2.618c.12 .38 .184 .785 .184 1.204v2",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),ef3=createReactComponent("user-pause","IconUserPause",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h3.5",key:"svg-1"}],["path",{d:"M17 17v5",key:"svg-2"}],["path",{d:"M21 17v5",key:"svg-3"}]]),ef5=createReactComponent("user-pentagon","IconUserPentagon",[["path",{d:"M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z",key:"svg-0"}],["path",{d:"M12 13a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z",key:"svg-1"}],["path",{d:"M6 20.703v-.703a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v.707",key:"svg-2"}]]),ef4=createReactComponent("user-pin","IconUserPin",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h2.5",key:"svg-1"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-2"}],["path",{d:"M19 18v.01",key:"svg-3"}]]),ef6=createReactComponent("user-plus","IconUserPlus",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M16 19h6",key:"svg-1"}],["path",{d:"M19 16v6",key:"svg-2"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h4",key:"svg-3"}]]),ef9=createReactComponent("user-question","IconUserQuestion",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h3.5",key:"svg-1"}],["path",{d:"M19 22v.01",key:"svg-2"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-3"}]]),ef7=createReactComponent("user-scan","IconUserScan",[["path",{d:"M10 9a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-1"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-2"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-3"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-4"}],["path",{d:"M8 16a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2",key:"svg-5"}]]),ef8=createReactComponent("user-search","IconUserSearch",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h1.5",key:"svg-1"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-3"}]]),eme=createReactComponent("user-share","IconUserShare",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h3",key:"svg-1"}],["path",{d:"M16 22l5 -5",key:"svg-2"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-3"}]]),emt=createReactComponent("user-shield","IconUserShield",[["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h2",key:"svg-0"}],["path",{d:"M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5z",key:"svg-1"}],["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-2"}]]),ema=createReactComponent("user-square-rounded","IconUserSquareRounded",[["path",{d:"M12 13a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z",key:"svg-0"}],["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z",key:"svg-1"}],["path",{d:"M6 20.05v-.05a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v.05",key:"svg-2"}]]),emn=createReactComponent("user-square","IconUserSquare",[["path",{d:"M9 10a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-0"}],["path",{d:"M6 21v-1a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v1",key:"svg-1"}],["path",{d:"M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z",key:"svg-2"}]]),emr=createReactComponent("user-star","IconUserStar",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h.5",key:"svg-1"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-2"}]]),emo=createReactComponent("user-up","IconUserUp",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h4",key:"svg-1"}],["path",{d:"M19 22v-6",key:"svg-2"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-3"}]]),eml=createReactComponent("user-x","IconUserX",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h3.5",key:"svg-1"}],["path",{d:"M22 22l-5 -5",key:"svg-2"}],["path",{d:"M17 22l5 -5",key:"svg-3"}]]),emc=createReactComponent("user","IconUser",[["path",{d:"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2",key:"svg-1"}]]),emi=createReactComponent("users-group","IconUsersGroup",[["path",{d:"M10 13a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-0"}],["path",{d:"M8 21v-1a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v1",key:"svg-1"}],["path",{d:"M15 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-2"}],["path",{d:"M17 10h2a2 2 0 0 1 2 2v1",key:"svg-3"}],["path",{d:"M5 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0",key:"svg-4"}],["path",{d:"M3 13v-1a2 2 0 0 1 2 -2h2",key:"svg-5"}]]),ems=createReactComponent("users-minus","IconUsersMinus",[["path",{d:"M5 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M3 21v-2a4 4 0 0 1 4 -4h4c.948 0 1.818 .33 2.504 .88",key:"svg-1"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}]]),emd=createReactComponent("users-plus","IconUsersPlus",[["path",{d:"M5 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0",key:"svg-0"}],["path",{d:"M3 21v-2a4 4 0 0 1 4 -4h4c.96 0 1.84 .338 2.53 .901",key:"svg-1"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}],["path",{d:"M19 16v6",key:"svg-4"}]]),emu=createReactComponent("users","IconUsers",[["path",{d:"M9 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}],["path",{d:"M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2",key:"svg-1"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75",key:"svg-2"}],["path",{d:"M21 21v-2a4 4 0 0 0 -3 -3.85",key:"svg-3"}]]),emp=createReactComponent("uv-index","IconUvIndex",[["path",{d:"M3 12h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 1 1 8 0",key:"svg-0"}],["path",{d:"M12 4v-1",key:"svg-1"}],["path",{d:"M13 16l2 5h1l2 -5",key:"svg-2"}],["path",{d:"M6 16v3a2 2 0 1 0 4 0v-3",key:"svg-3"}]]),emh=createReactComponent("ux-circle","IconUxCircle",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M7 10v2a2 2 0 1 0 4 0v-2",key:"svg-1"}],["path",{d:"M14 10l3 4",key:"svg-2"}],["path",{d:"M14 14l3 -4",key:"svg-3"}]]),emv=createReactComponent("vaccine-bottle-off","IconVaccineBottleOff",[["path",{d:"M9 5v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-4",key:"svg-0"}],["path",{d:"M8.7 8.705a1.806 1.806 0 0 1 -.2 .045c-.866 .144 -1.5 .893 -1.5 1.77v8.48a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-2m0 -4v-2.48c0 -.877 -.634 -1.626 -1.5 -1.77a1.795 1.795 0 0 1 -1.5 -1.77v-.98",key:"svg-1"}],["path",{d:"M7 12h5m4 0h1",key:"svg-2"}],["path",{d:"M7 18h10",key:"svg-3"}],["path",{d:"M11 15h2",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),emg=createReactComponent("vaccine-bottle","IconVaccineBottle",[["path",{d:"M9 3m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M10 6v.98c0 .877 -.634 1.626 -1.5 1.77c-.866 .144 -1.5 .893 -1.5 1.77v8.48a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-8.48c0 -.877 -.634 -1.626 -1.5 -1.77a1.795 1.795 0 0 1 -1.5 -1.77v-.98",key:"svg-1"}],["path",{d:"M7 12h10",key:"svg-2"}],["path",{d:"M7 18h10",key:"svg-3"}],["path",{d:"M11 15h2",key:"svg-4"}]]),emy=createReactComponent("vaccine-off","IconVaccineOff",[["path",{d:"M17 3l4 4",key:"svg-0"}],["path",{d:"M19 5l-4.5 4.5",key:"svg-1"}],["path",{d:"M11.5 6.5l6 6",key:"svg-2"}],["path",{d:"M16.5 11.5l-.5 .5m-2 2l-4 4h-4v-4l4 -4m2 -2l.5 -.5",key:"svg-3"}],["path",{d:"M7.5 12.5l1.5 1.5",key:"svg-4"}],["path",{d:"M3 21l3 -3",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),emf=createReactComponent("vaccine","IconVaccine",[["path",{d:"M17 3l4 4",key:"svg-0"}],["path",{d:"M19 5l-4.5 4.5",key:"svg-1"}],["path",{d:"M11.5 6.5l6 6",key:"svg-2"}],["path",{d:"M16.5 11.5l-6.5 6.5h-4v-4l6.5 -6.5",key:"svg-3"}],["path",{d:"M7.5 12.5l1.5 1.5",key:"svg-4"}],["path",{d:"M10.5 9.5l1.5 1.5",key:"svg-5"}],["path",{d:"M3 21l3 -3",key:"svg-6"}]]),emm=createReactComponent("vacuum-cleaner","IconVacuumCleaner",[["path",{d:"M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z",key:"svg-0"}],["path",{d:"M14 9a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z",key:"svg-1"}],["path",{d:"M12 16h.01",key:"svg-2"}]]),emk=createReactComponent("variable-minus","IconVariableMinus",[["path",{d:"M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5",key:"svg-0"}],["path",{d:"M5 4c-2.5 5 -2.5 10 0 16m14 -16c1.775 3.55 2.29 7.102 1.544 11.01m-11.544 -6.01h1c1 0 1 1 2.016 3.527c.782 1.966 .943 3 1.478 3.343",key:"svg-1"}],["path",{d:"M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5",key:"svg-2"}],["path",{d:"M16 19h6",key:"svg-3"}]]),emM=createReactComponent("variable-off","IconVariableOff",[["path",{d:"M4.675 4.68c-2.17 4.776 -2.062 9.592 .325 15.32",key:"svg-0"}],["path",{d:"M19 4c1.959 3.917 2.383 7.834 1.272 12.232m-.983 3.051c-.093 .238 -.189 .477 -.289 .717",key:"svg-1"}],["path",{d:"M11.696 11.696c.095 .257 .2 .533 .32 .831c.984 2.473 .984 3.473 1.984 3.473h1",key:"svg-2"}],["path",{d:"M8 16c1.5 0 3 -2 4 -3.5m2.022 -2.514c.629 -.582 1.304 -.986 1.978 -.986",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),emb=createReactComponent("variable-plus","IconVariablePlus",[["path",{d:"M5 4c-2.5 5 -2.5 10 0 16m14 -16c1.38 2.76 2 5.52 1.855 8.448m-11.855 -3.448h1c1 0 1 1 2.016 3.527c.785 1.972 .944 3.008 1.483 3.346",key:"svg-0"}],["path",{d:"M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5",key:"svg-1"}],["path",{d:"M16 19h6",key:"svg-2"}],["path",{d:"M19 16v6",key:"svg-3"}]]),emI=createReactComponent("variable","IconVariable",[["path",{d:"M5 4c-2.5 5 -2.5 10 0 16m14 -16c2.5 5 2.5 10 0 16m-10 -11h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1",key:"svg-0"}],["path",{d:"M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5",key:"svg-1"}]]),emC=createReactComponent("vector-bezier-2","IconVectorBezier2",[["path",{d:"M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M7 5l7 0",key:"svg-2"}],["path",{d:"M10 19l7 0",key:"svg-3"}],["path",{d:"M9 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-4"}],["path",{d:"M15 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-5"}],["path",{d:"M7 5.5a5 6.5 0 0 1 5 6.5a5 6.5 0 0 0 5 6.5",key:"svg-6"}]]),emx=createReactComponent("vector-bezier-arc","IconVectorBezierArc",[["path",{d:"M3 10m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M17 10m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M10 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M10 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-3"}],["path",{d:"M19 10a5 5 0 0 0 -5 -5",key:"svg-4"}],["path",{d:"M5 14a5 5 0 0 0 5 5",key:"svg-5"}],["path",{d:"M5 10a5 5 0 0 1 5 -5",key:"svg-6"}]]),emR=createReactComponent("vector-bezier-circle","IconVectorBezierCircle",[["path",{d:"M3 10m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M17 10m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M10 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M10 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-3"}],["path",{d:"M19 10a5 5 0 0 0 -5 -5",key:"svg-4"}],["path",{d:"M19 14a5 5 0 0 1 -5 5",key:"svg-5"}],["path",{d:"M5 14a5 5 0 0 0 5 5",key:"svg-6"}],["path",{d:"M5 10a5 5 0 0 1 5 -5",key:"svg-7"}]]),emS=createReactComponent("vector-bezier","IconVectorBezier",[["path",{d:"M3 14m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M17 14m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M10 6m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M10 8.5a6 6 0 0 0 -5 5.5",key:"svg-3"}],["path",{d:"M14 8.5a6 6 0 0 1 5 5.5",key:"svg-4"}],["path",{d:"M10 8l-6 0",key:"svg-5"}],["path",{d:"M20 8l-6 0",key:"svg-6"}],["path",{d:"M3 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-7"}],["path",{d:"M21 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-8"}]]),em_=createReactComponent("vector-off","IconVectorOff",[["path",{d:"M6.68 6.733a1 1 0 0 1 -.68 .267h-2a1 1 0 0 1 -1 -1v-2c0 -.276 .112 -.527 .293 -.708",key:"svg-0"}],["path",{d:"M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M20.72 20.693a1 1 0 0 1 -.72 .307h-2a1 1 0 0 1 -1 -1v-2c0 -.282 .116 -.536 .304 -.718",key:"svg-2"}],["path",{d:"M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-3"}],["path",{d:"M5 7v10",key:"svg-4"}],["path",{d:"M19 7v8",key:"svg-5"}],["path",{d:"M9 5h8",key:"svg-6"}],["path",{d:"M7 19h10",key:"svg-7"}],["path",{d:"M3 3l18 18",key:"svg-8"}]]),emw=createReactComponent("vector-spline","IconVectorSpline",[["path",{d:"M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M17 5c-6.627 0 -12 5.373 -12 12",key:"svg-2"}]]),emP=createReactComponent("vector-triangle-off","IconVectorTriangleOff",[["path",{d:"M10 6v-1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1",key:"svg-0"}],["path",{d:"M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M20.705 20.709a1 1 0 0 1 -.705 .291h-2a1 1 0 0 1 -1 -1v-2c0 -.28 .115 -.532 .3 -.714",key:"svg-2"}],["path",{d:"M6.5 17.1l3.749 -6.823",key:"svg-3"}],["path",{d:"M13.158 9.197l-.658 -1.197",key:"svg-4"}],["path",{d:"M7 19h10",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),emO=createReactComponent("vector-triangle","IconVectorTriangle",[["path",{d:"M10 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M6.5 17.1l5 -9.1",key:"svg-3"}],["path",{d:"M17.5 17.1l-5 -9.1",key:"svg-4"}],["path",{d:"M7 19l10 0",key:"svg-5"}]]),emF=createReactComponent("vector","IconVector",[["path",{d:"M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-1"}],["path",{d:"M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-2"}],["path",{d:"M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z",key:"svg-3"}],["path",{d:"M5 7l0 10",key:"svg-4"}],["path",{d:"M19 7l0 10",key:"svg-5"}],["path",{d:"M7 5l10 0",key:"svg-6"}],["path",{d:"M7 19l10 0",key:"svg-7"}]]),emz=createReactComponent("venus","IconVenus",[["path",{d:"M12 9m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M12 14l0 7",key:"svg-1"}],["path",{d:"M9 18l6 0",key:"svg-2"}]]),emD=createReactComponent("versions-filled","IconVersionsFilled",[["path",{d:"M18 4h-6a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h6a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M7 6a1 1 0 0 1 .993 .883l.007 .117v10a1 1 0 0 1 -1.993 .117l-.007 -.117v-10a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M4 7a1 1 0 0 1 .993 .883l.007 .117v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-8a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}]]),emA=createReactComponent("versions-off","IconVersionsOff",[["path",{d:"M10.184 6.162a2 2 0 0 1 1.816 -1.162h6a2 2 0 0 1 2 2v9m-1.185 2.827a1.993 1.993 0 0 1 -.815 .173h-6a2 2 0 0 1 -2 -2v-7",key:"svg-0"}],["path",{d:"M7 7v10",key:"svg-1"}],["path",{d:"M4 8v8",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),emj=createReactComponent("versions","IconVersions",[["path",{d:"M10 5m0 2a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M7 7l0 10",key:"svg-1"}],["path",{d:"M4 8l0 8",key:"svg-2"}]]),emE=createReactComponent("video-minus","IconVideoMinus",[["path",{d:"M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z",key:"svg-0"}],["path",{d:"M3 6m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M7 12l4 0",key:"svg-2"}]]),emT=createReactComponent("video-off","IconVideoOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M15 11v-1l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -.675 .946",key:"svg-1"}],["path",{d:"M10 6h3a2 2 0 0 1 2 2v3m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1",key:"svg-2"}]]),emB=createReactComponent("video-plus","IconVideoPlus",[["path",{d:"M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z",key:"svg-0"}],["path",{d:"M3 6m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-1"}],["path",{d:"M7 12l4 0",key:"svg-2"}],["path",{d:"M9 10l0 4",key:"svg-3"}]]),emN=createReactComponent("video","IconVideo",[["path",{d:"M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z",key:"svg-0"}],["path",{d:"M3 6m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z",key:"svg-1"}]]),em$=createReactComponent("view-360-off","IconView360Off",[["path",{d:"M8.335 8.388a19 19 0 0 0 -.335 3.612c0 4.97 1.79 9 4 9c1.622 0 3.018 -2.172 3.646 -5.294m.354 -3.706c0 -4.97 -1.79 -9 -4 -9c-1.035 0 -1.979 .885 -2.689 2.337",key:"svg-0"}],["path",{d:"M5.65 5.623a9 9 0 1 0 12.71 12.745m1.684 -2.328a9 9 0 0 0 -12.094 -12.08",key:"svg-1"}],["path",{d:"M8.32 8.349c-3.136 .625 -5.32 2.025 -5.32 3.651c0 2.21 4.03 4 9 4c1.286 0 2.51 -.12 3.616 -.336m3.059 -.98c1.445 -.711 2.325 -1.653 2.325 -2.684c0 -2.21 -4.03 -4 -9 -4",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),emL=createReactComponent("view-360","IconView360",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12m-4 0a4 9 0 1 0 8 0a4 9 0 1 0 -8 0",key:"svg-1"}],["path",{d:"M3 12c0 2.21 4.03 4 9 4s9 -1.79 9 -4s-4.03 -4 -9 -4s-9 1.79 -9 4z",key:"svg-2"}]]),emW=createReactComponent("viewfinder-off","IconViewfinderOff",[["path",{d:"M5.65 5.623a9 9 0 1 0 12.71 12.745m1.684 -2.328a9 9 0 0 0 -12.094 -12.08",key:"svg-0"}],["path",{d:"M12 3v4",key:"svg-1"}],["path",{d:"M12 21v-3",key:"svg-2"}],["path",{d:"M3 12h4",key:"svg-3"}],["path",{d:"M21 12h-3",key:"svg-4"}],["path",{d:"M12 12v.01",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),emH=createReactComponent("viewfinder","IconViewfinder",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 3l0 4",key:"svg-1"}],["path",{d:"M12 21l0 -3",key:"svg-2"}],["path",{d:"M3 12l4 0",key:"svg-3"}],["path",{d:"M21 12l-3 0",key:"svg-4"}],["path",{d:"M12 12l0 .01",key:"svg-5"}]]),emV=createReactComponent("viewport-narrow","IconViewportNarrow",[["path",{d:"M3 12h7l-3 -3m0 6l3 -3",key:"svg-0"}],["path",{d:"M21 12h-7l3 -3m0 6l-3 -3",key:"svg-1"}],["path",{d:"M9 6v-3h6v3",key:"svg-2"}],["path",{d:"M9 18v3h6v-3",key:"svg-3"}]]),emq=createReactComponent("viewport-wide","IconViewportWide",[["path",{d:"M10 12h-7l3 -3m0 6l-3 -3",key:"svg-0"}],["path",{d:"M14 12h7l-3 -3m0 6l3 -3",key:"svg-1"}],["path",{d:"M3 6v-3h18v3",key:"svg-2"}],["path",{d:"M3 18v3h18v-3",key:"svg-3"}]]),emU=createReactComponent("vinyl","IconVinyl",[["path",{d:"M16 3.937a9 9 0 1 0 5 8.063",key:"svg-0"}],["path",{d:"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-1"}],["path",{d:"M20 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-2"}],["path",{d:"M20 4l-3.5 10l-2.5 2",key:"svg-3"}]]),emG=createReactComponent("vip-off","IconVipOff",[["path",{d:"M3 5h2m4 0h12",key:"svg-0"}],["path",{d:"M3 19h16",key:"svg-1"}],["path",{d:"M4 9l2 6h1l2 -6",key:"svg-2"}],["path",{d:"M12 12v3",key:"svg-3"}],["path",{d:"M16 12v-3h2a2 2 0 1 1 0 4h-1",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),emX=createReactComponent("vip","IconVip",[["path",{d:"M3 5h18",key:"svg-0"}],["path",{d:"M3 19h18",key:"svg-1"}],["path",{d:"M4 9l2 6h1l2 -6",key:"svg-2"}],["path",{d:"M12 9v6",key:"svg-3"}],["path",{d:"M16 15v-6h2a2 2 0 1 1 0 4h-2",key:"svg-4"}]]),emK=createReactComponent("virus-off","IconVirusOff",[["path",{d:"M3 3l18 18",key:"svg-0"}],["path",{d:"M8.469 8.46a5 5 0 0 0 7.058 7.084",key:"svg-1"}],["path",{d:"M16.913 12.936a5 5 0 0 0 -5.826 -5.853",key:"svg-2"}],["path",{d:"M12 7v-4",key:"svg-3"}],["path",{d:"M11 3h2",key:"svg-4"}],["path",{d:"M15.536 8.464l2.828 -2.828",key:"svg-5"}],["path",{d:"M17.657 4.929l1.414 1.414",key:"svg-6"}],["path",{d:"M17 12h4",key:"svg-7"}],["path",{d:"M21 11v2",key:"svg-8"}],["path",{d:"M18.364 18.363l-.707 .707",key:"svg-9"}],["path",{d:"M12 17v4",key:"svg-10"}],["path",{d:"M13 21h-2",key:"svg-11"}],["path",{d:"M8.465 15.536l-2.829 2.828",key:"svg-12"}],["path",{d:"M6.343 19.071l-1.413 -1.414",key:"svg-13"}],["path",{d:"M7 12h-4",key:"svg-14"}],["path",{d:"M3 13v-2",key:"svg-15"}],["path",{d:"M5.636 5.637l-.707 .707",key:"svg-16"}]]),emY=createReactComponent("virus-search","IconVirusSearch",[["path",{d:"M17 12a5 5 0 1 0 -5 5",key:"svg-0"}],["path",{d:"M12 7v-4",key:"svg-1"}],["path",{d:"M11 3h2",key:"svg-2"}],["path",{d:"M15.536 8.464l2.828 -2.828",key:"svg-3"}],["path",{d:"M17.657 4.929l1.414 1.414",key:"svg-4"}],["path",{d:"M17 12h4",key:"svg-5"}],["path",{d:"M21 11v2",key:"svg-6"}],["path",{d:"M12 17v4",key:"svg-7"}],["path",{d:"M13 21h-2",key:"svg-8"}],["path",{d:"M8.465 15.536l-2.829 2.828",key:"svg-9"}],["path",{d:"M6.343 19.071l-1.413 -1.414",key:"svg-10"}],["path",{d:"M7 12h-4",key:"svg-11"}],["path",{d:"M3 13v-2",key:"svg-12"}],["path",{d:"M8.464 8.464l-2.828 -2.828",key:"svg-13"}],["path",{d:"M4.929 6.343l1.414 -1.413",key:"svg-14"}],["path",{d:"M17.5 17.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0",key:"svg-15"}],["path",{d:"M19.5 19.5l2.5 2.5",key:"svg-16"}]]),emZ=createReactComponent("virus","IconVirus",[["path",{d:"M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M12 7v-4",key:"svg-1"}],["path",{d:"M11 3h2",key:"svg-2"}],["path",{d:"M15.536 8.464l2.828 -2.828",key:"svg-3"}],["path",{d:"M17.657 4.929l1.414 1.414",key:"svg-4"}],["path",{d:"M17 12h4",key:"svg-5"}],["path",{d:"M21 11v2",key:"svg-6"}],["path",{d:"M15.535 15.536l2.829 2.828",key:"svg-7"}],["path",{d:"M19.071 17.657l-1.414 1.414",key:"svg-8"}],["path",{d:"M12 17v4",key:"svg-9"}],["path",{d:"M13 21h-2",key:"svg-10"}],["path",{d:"M8.465 15.536l-2.829 2.828",key:"svg-11"}],["path",{d:"M6.343 19.071l-1.413 -1.414",key:"svg-12"}],["path",{d:"M7 12h-4",key:"svg-13"}],["path",{d:"M3 13v-2",key:"svg-14"}],["path",{d:"M8.464 8.464l-2.828 -2.828",key:"svg-15"}],["path",{d:"M4.929 6.343l1.414 -1.413",key:"svg-16"}]]),emQ=createReactComponent("vocabulary-off","IconVocabularyOff",[["path",{d:"M7 3h3a2 2 0 0 1 2 2a2 2 0 0 1 2 -2h6a1 1 0 0 1 1 1v13m-2 2h-5a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2h-6a1 1 0 0 1 -1 -1v-14c0 -.279 .114 -.53 .298 -.712",key:"svg-0"}],["path",{d:"M12 5v3m0 4v9",key:"svg-1"}],["path",{d:"M7 11h1",key:"svg-2"}],["path",{d:"M16 7h1",key:"svg-3"}],["path",{d:"M16 11h1",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),emJ=createReactComponent("vocabulary","IconVocabulary",[["path",{d:"M10 19h-6a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h6a2 2 0 0 1 2 2a2 2 0 0 1 2 -2h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2z",key:"svg-0"}],["path",{d:"M12 5v16",key:"svg-1"}],["path",{d:"M7 7h1",key:"svg-2"}],["path",{d:"M7 11h1",key:"svg-3"}],["path",{d:"M16 7h1",key:"svg-4"}],["path",{d:"M16 11h1",key:"svg-5"}],["path",{d:"M16 15h1",key:"svg-6"}]]),em1=createReactComponent("volcano","IconVolcano",[["path",{d:"M9 8v-1a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M15 8v-1a2 2 0 1 1 4 0",key:"svg-1"}],["path",{d:"M4 20l3.472 -7.812a2 2 0 0 1 1.828 -1.188h5.4a2 2 0 0 1 1.828 1.188l3.472 7.812",key:"svg-2"}],["path",{d:"M6.192 15.064a2.14 2.14 0 0 1 .475 -.064c.527 -.009 1.026 .178 1.333 .5c.307 .32 .806 .507 1.333 .5c.527 .007 1.026 -.18 1.334 -.5c.307 -.322 .806 -.509 1.333 -.5c.527 -.009 1.026 .178 1.333 .5c.308 .32 .807 .507 1.334 .5c.527 .007 1.026 -.18 1.333 -.5c.307 -.322 .806 -.509 1.333 -.5c.161 .003 .32 .025 .472 .064",key:"svg-3"}],["path",{d:"M12 8v-4",key:"svg-4"}]]),em0=createReactComponent("volume-2","IconVolume2",[["path",{d:"M15 8a5 5 0 0 1 0 8",key:"svg-0"}],["path",{d:"M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5",key:"svg-1"}]]),em2=createReactComponent("volume-3","IconVolume3",[["path",{d:"M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5",key:"svg-0"}],["path",{d:"M16 10l4 4m0 -4l-4 4",key:"svg-1"}]]),em3=createReactComponent("volume-off","IconVolumeOff",[["path",{d:"M15 8a5 5 0 0 1 1.912 4.934m-1.377 2.602a5 5 0 0 1 -.535 .464",key:"svg-0"}],["path",{d:"M17.7 5a9 9 0 0 1 2.362 11.086m-1.676 2.299a9 9 0 0 1 -.686 .615",key:"svg-1"}],["path",{d:"M9.069 5.054l.431 -.554a.8 .8 0 0 1 1.5 .5v2m0 4v8a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l1.294 -1.664",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),em5=createReactComponent("volume","IconVolume",[["path",{d:"M15 8a5 5 0 0 1 0 8",key:"svg-0"}],["path",{d:"M17.7 5a9 9 0 0 1 0 14",key:"svg-1"}],["path",{d:"M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5",key:"svg-2"}]]),em4=createReactComponent("vs","IconVs",[["path",{d:"M2 12c0 5.523 4.477 10 10 10s10 -4.477 10 -10s-4.477 -10 -10 -10s-10 4.477 -10 10",key:"svg-0"}],["path",{d:"M14 14.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75",key:"svg-1"}],["path",{d:"M7 9l2 6l2 -6",key:"svg-2"}]]),em6=createReactComponent("walk","IconWalk",[["path",{d:"M13 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M7 21l3 -4",key:"svg-1"}],["path",{d:"M16 21l-2 -4l-3 -3l1 -6",key:"svg-2"}],["path",{d:"M6 12l2 -3l4 -1l3 3l3 1",key:"svg-3"}]]),em9=createReactComponent("wall-off","IconWallOff",[["path",{d:"M8 4h10a2 2 0 0 1 2 2v10m-.589 3.417c-.361 .36 -.86 .583 -1.411 .583h-12a2 2 0 0 1 -2 -2v-12c0 -.55 .222 -1.047 .58 -1.409",key:"svg-0"}],["path",{d:"M4 8h4m4 0h8",key:"svg-1"}],["path",{d:"M20 12h-4m-4 0h-8",key:"svg-2"}],["path",{d:"M4 16h12",key:"svg-3"}],["path",{d:"M9 4v1",key:"svg-4"}],["path",{d:"M14 8v2",key:"svg-5"}],["path",{d:"M8 12v4",key:"svg-6"}],["path",{d:"M11 16v4",key:"svg-7"}],["path",{d:"M3 3l18 18",key:"svg-8"}]]),em7=createReactComponent("wall","IconWall",[["path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M4 8h16",key:"svg-1"}],["path",{d:"M20 12h-16",key:"svg-2"}],["path",{d:"M4 16h16",key:"svg-3"}],["path",{d:"M9 4v4",key:"svg-4"}],["path",{d:"M14 8v4",key:"svg-5"}],["path",{d:"M8 12v4",key:"svg-6"}],["path",{d:"M16 12v4",key:"svg-7"}],["path",{d:"M11 16v4",key:"svg-8"}]]),em8=createReactComponent("wallet-off","IconWalletOff",[["path",{d:"M17 8v-3a1 1 0 0 0 -1 -1h-8m-3.413 .584a2 2 0 0 0 1.413 3.416h2m4 0h6a1 1 0 0 1 1 1v3",key:"svg-0"}],["path",{d:"M19 19a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12",key:"svg-1"}],["path",{d:"M16 12h4v4m-4 0a2 2 0 0 1 -2 -2",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eke=createReactComponent("wallet","IconWallet",[["path",{d:"M17 8v-3a1 1 0 0 0 -1 -1h-10a2 2 0 0 0 0 4h12a1 1 0 0 1 1 1v3m0 4v3a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12",key:"svg-0"}],["path",{d:"M20 12v4h-4a2 2 0 0 1 0 -4h4",key:"svg-1"}]]),ekt=createReactComponent("wallpaper-off","IconWallpaperOff",[["path",{d:"M10 6h8a2 2 0 0 1 2 2v8m-.58 3.409a2 2 0 0 1 -1.42 .591h-12",key:"svg-0"}],["path",{d:"M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M8 18v-10m-3.427 -3.402c-.353 .362 -.573 .856 -.573 1.402v12",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eka=createReactComponent("wallpaper","IconWallpaper",[["path",{d:"M8 6h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-12",key:"svg-0"}],["path",{d:"M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M8 18v-12a2 2 0 1 0 -4 0v12",key:"svg-2"}]]),ekn=createReactComponent("wand-off","IconWandOff",[["path",{d:"M10.5 10.5l-7.5 7.5l3 3l7.5 -7.5m2 -2l5.5 -5.5l-3 -3l-5.5 5.5",key:"svg-0"}],["path",{d:"M15 6l3 3",key:"svg-1"}],["path",{d:"M8.433 4.395c.35 -.36 .567 -.852 .567 -1.395a2 2 0 0 0 2 2c-.554 0 -1.055 .225 -1.417 .589",key:"svg-2"}],["path",{d:"M18.418 14.41c.36 -.36 .582 -.86 .582 -1.41a2 2 0 0 0 2 2c-.555 0 -1.056 .226 -1.419 .59",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),ekr=createReactComponent("wand","IconWand",[["path",{d:"M6 21l15 -15l-3 -3l-15 15l3 3",key:"svg-0"}],["path",{d:"M15 6l3 3",key:"svg-1"}],["path",{d:"M9 3a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2",key:"svg-2"}],["path",{d:"M19 13a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2",key:"svg-3"}]]),eko=createReactComponent("wash-dry-1","IconWashDry1",[["path",{d:"M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0",key:"svg-1"}],["path",{d:"M12 12h.01",key:"svg-2"}]]),ekl=createReactComponent("wash-dry-2","IconWashDry2",[["path",{d:"M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0",key:"svg-1"}],["path",{d:"M10 12h.01",key:"svg-2"}],["path",{d:"M14 12h.01",key:"svg-3"}]]),ekc=createReactComponent("wash-dry-3","IconWashDry3",[["path",{d:"M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0",key:"svg-1"}],["path",{d:"M12 12h.01",key:"svg-2"}],["path",{d:"M9 12h.01",key:"svg-3"}],["path",{d:"M15 12h.01",key:"svg-4"}]]),eki=createReactComponent("wash-dry-a","IconWashDryA",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 16v-4.8c0 -1.657 1.343 -3.2 3 -3.2s3 1.543 3 3.2v4.8",key:"svg-1"}],["path",{d:"M15 13h-6",key:"svg-2"}]]),eks=createReactComponent("wash-dry-dip","IconWashDryDip",[["path",{d:"M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M12 7v10",key:"svg-1"}],["path",{d:"M16 7v10",key:"svg-2"}],["path",{d:"M8 7v10",key:"svg-3"}]]),ekd=createReactComponent("wash-dry-f","IconWashDryF",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 16v-8h4",key:"svg-1"}],["path",{d:"M13 12h-3",key:"svg-2"}]]),eku=createReactComponent("wash-dry-flat","IconWashDryFlat",[["path",{d:"M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12z",key:"svg-0"}],["path",{d:"M7 12h10",key:"svg-1"}]]),ekp=createReactComponent("wash-dry-hang","IconWashDryHang",[["path",{d:"M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M4 4.01c5.333 5.323 10.667 5.32 16 -.01",key:"svg-1"}]]),ekh=createReactComponent("wash-dry-off","IconWashDryOff",[["path",{d:"M20.116 20.127a2.99 2.99 0 0 1 -2.116 .873h-12a3 3 0 0 1 -3 -3v-12c0 -.827 .335 -1.576 .877 -2.12m3.123 -.88h11a3 3 0 0 1 3 3v11",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),ekv=createReactComponent("wash-dry-p","IconWashDryP",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 16v-8h2.5a2.5 2.5 0 1 1 0 5h-2.5",key:"svg-1"}]]),ekg=createReactComponent("wash-dry-shade","IconWashDryShade",[["path",{d:"M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M3 11l8 -8",key:"svg-1"}],["path",{d:"M3 17l14 -14",key:"svg-2"}]]),eky=createReactComponent("wash-dry-w","IconWashDryW",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M8 8l1.5 8h1l1.5 -6l1.5 6h1l1.5 -8",key:"svg-1"}]]),ekf=createReactComponent("wash-dry","IconWashDry",[["path",{d:"M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}]]),ekm=createReactComponent("wash-dryclean-off","IconWashDrycleanOff",[["path",{d:"M20.048 16.033a9 9 0 0 0 -12.094 -12.075m-2.321 1.682a9 9 0 0 0 12.733 12.723",key:"svg-0"}],["path",{d:"M3 3l18 18",key:"svg-1"}]]),ekk=createReactComponent("wash-dryclean","IconWashDryclean",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}]]),ekM=createReactComponent("wash-eco","IconWashEco",[["path",{d:"M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h5.306m8.162 -6.972l.838 -5.028",key:"svg-0"}],["path",{d:"M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034",key:"svg-1"}],["path",{d:"M16 22s0 -2 3 -4",key:"svg-2"}],["path",{d:"M19 21a3 3 0 0 1 0 -6h3v3a3 3 0 0 1 -3 3z",key:"svg-3"}]]),ekb=createReactComponent("wash-gentle","IconWashGentle",[["path",{d:"M3.486 5.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034",key:"svg-0"}],["path",{d:"M3 3l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329",key:"svg-1"}],["path",{d:"M5 18h14",key:"svg-2"}],["path",{d:"M5 21h14",key:"svg-3"}]]),ekI=createReactComponent("wash-hand","IconWashHand",[["path",{d:"M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.426 -.296 .777 -.5 1.5 -.5h1",key:"svg-0"}],["path",{d:"M16 8l.615 .034c.552 .067 1.046 .23 1.385 .466c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034",key:"svg-1"}],["path",{d:"M14 10.5l.586 .578a1.516 1.516 0 0 0 2 0c.476 -.433 .55 -1.112 .176 -1.622l-1.762 -2.456c-.37 -.506 -1.331 -1 -2 -1h-3.117a1 1 0 0 0 -.992 .876l-.499 3.986a3.857 3.857 0 0 0 2.608 4.138a2.28 2.28 0 0 0 3 -2.162v-2.338z",key:"svg-2"}],["path",{d:"M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329",key:"svg-3"}]]),ekC=createReactComponent("wash-machine","IconWashMachine",[["path",{d:"M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",key:"svg-0"}],["path",{d:"M12 14m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-1"}],["path",{d:"M8 6h.01",key:"svg-2"}],["path",{d:"M11 6h.01",key:"svg-3"}],["path",{d:"M14 6h2",key:"svg-4"}],["path",{d:"M8 14c1.333 -.667 2.667 -.667 4 0c1.333 .667 2.667 .667 4 0",key:"svg-5"}]]),ekx=createReactComponent("wash-off","IconWashOff",[["path",{d:"M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612c.208 0 .41 -.032 .6 -.092m1.521 -2.472l1.573 -9.436",key:"svg-0"}],["path",{d:"M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5m4.92 .919c.428 -.083 .805 -.227 1.08 -.418c.461 -.322 1.21 -.508 2 -.5c.79 -.008 1.539 .178 2 .5c.461 .32 1.21 .508 2 .5c.17 0 .339 -.015 .503 -.035",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),ekR=createReactComponent("wash-press","IconWashPress",[["path",{d:"M3.486 7.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034",key:"svg-0"}],["path",{d:"M3 5l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329",key:"svg-1"}],["path",{d:"M5 20h14",key:"svg-2"}]]),ekS=createReactComponent("wash-temperature-1","IconWashTemperature1",[["path",{d:"M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329",key:"svg-0"}],["path",{d:"M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034",key:"svg-1"}],["path",{d:"M12 13h.01",key:"svg-2"}]]),ek_=createReactComponent("wash-temperature-2","IconWashTemperature2",[["path",{d:"M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034",key:"svg-0"}],["path",{d:"M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329",key:"svg-1"}],["path",{d:"M14 13h.01",key:"svg-2"}],["path",{d:"M10 13h.01",key:"svg-3"}]]),ekw=createReactComponent("wash-temperature-3","IconWashTemperature3",[["path",{d:"M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034",key:"svg-0"}],["path",{d:"M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329",key:"svg-1"}],["path",{d:"M12 13h.01",key:"svg-2"}],["path",{d:"M15 13h.01",key:"svg-3"}],["path",{d:"M9 13h.01",key:"svg-4"}]]),ekP=createReactComponent("wash-temperature-4","IconWashTemperature4",[["path",{d:"M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034",key:"svg-0"}],["path",{d:"M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329",key:"svg-1"}],["path",{d:"M10 15h.01",key:"svg-2"}],["path",{d:"M14 15h.01",key:"svg-3"}],["path",{d:"M14 12h.01",key:"svg-4"}],["path",{d:"M10 12h.01",key:"svg-5"}]]),ekO=createReactComponent("wash-temperature-5","IconWashTemperature5",[["path",{d:"M10 15h.01",key:"svg-0"}],["path",{d:"M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329",key:"svg-1"}],["path",{d:"M14 15h.01",key:"svg-2"}],["path",{d:"M15 12h.01",key:"svg-3"}],["path",{d:"M12 12h.01",key:"svg-4"}],["path",{d:"M9 12h.01",key:"svg-5"}],["path",{d:"M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034",key:"svg-6"}]]),ekF=createReactComponent("wash-temperature-6","IconWashTemperature6",[["path",{d:"M9 15h.01",key:"svg-0"}],["path",{d:"M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329",key:"svg-1"}],["path",{d:"M12 15h.01",key:"svg-2"}],["path",{d:"M15 15h.01",key:"svg-3"}],["path",{d:"M15 12h.01",key:"svg-4"}],["path",{d:"M12 12h.01",key:"svg-5"}],["path",{d:"M9 12h.01",key:"svg-6"}],["path",{d:"M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034",key:"svg-7"}]]),ekz=createReactComponent("wash-tumble-dry","IconWashTumbleDry",[["path",{d:"M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z",key:"svg-0"}],["path",{d:"M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0",key:"svg-1"}]]),ekD=createReactComponent("wash-tumble-off","IconWashTumbleOff",[["path",{d:"M20.116 20.127a2.99 2.99 0 0 1 -2.116 .873h-12a3 3 0 0 1 -3 -3v-12c0 -.827 .335 -1.576 .877 -2.12m3.123 -.88h11a3 3 0 0 1 3 3v11",key:"svg-0"}],["path",{d:"M17.744 13.74a6 6 0 0 0 -7.486 -7.482m-2.499 1.497a6 6 0 1 0 8.48 8.49",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),ekA=createReactComponent("wash","IconWash",[["path",{d:"M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034",key:"svg-0"}],["path",{d:"M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329",key:"svg-1"}]]),ekj=createReactComponent("waterpolo","IconWaterpolo",[["path",{d:"M12 9a1 1 0 1 0 2 0a1 1 0 0 0 -2 0",key:"svg-0"}],["path",{d:"M5 8l3 4l4.5 1l7.5 -1",key:"svg-1"}],["path",{d:"M3 18.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25",key:"svg-2"}],["path",{d:"M12 16l.5 -3",key:"svg-3"}],["path",{d:"M6.5 5a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z",fill:"currentColor",key:"svg-4"}]]),ekE=createReactComponent("wave-saw-tool","IconWaveSawTool",[["path",{d:"M3 12h5l4 8v-16l4 8h5",key:"svg-0"}]]),ekT=createReactComponent("wave-sine","IconWaveSine",[["path",{d:"M21 12h-2c-.894 0 -1.662 -.857 -1.761 -2c-.296 -3.45 -.749 -6 -2.749 -6s-2.5 3.582 -2.5 8s-.5 8 -2.5 8s-2.452 -2.547 -2.749 -6c-.1 -1.147 -.867 -2 -1.763 -2h-2",key:"svg-0"}]]),ekB=createReactComponent("wave-square","IconWaveSquare",[["path",{d:"M3 12h5v8h4v-16h4v8h5",key:"svg-0"}]]),ekN=createReactComponent("waves-electricity","IconWavesElectricity",[["path",{d:"M3 12c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1",key:"svg-0"}],["path",{d:"M3 16c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1",key:"svg-1"}],["path",{d:"M3 8c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1",key:"svg-2"}],["path",{d:"M20 7l-3 5h4l-3 5",key:"svg-3"}]]),ek$=createReactComponent("webhook-off","IconWebhookOff",[["path",{d:"M4.876 13.61a4 4 0 1 0 6.124 3.39h6",key:"svg-0"}],["path",{d:"M15.066 20.502a4 4 0 0 0 4.763 -.675m1.171 -2.827a4 4 0 0 0 -4 -4",key:"svg-1"}],["path",{d:"M16 8a4 4 0 0 0 -6.824 -2.833m-1.176 2.833c0 1.506 .77 2.818 2 3.5l-3 5.5",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),ekL=createReactComponent("webhook","IconWebhook",[["path",{d:"M4.876 13.61a4 4 0 1 0 6.124 3.39h6",key:"svg-0"}],["path",{d:"M15.066 20.502a4 4 0 1 0 1.934 -7.502c-.706 0 -1.424 .179 -2 .5l-3 -5.5",key:"svg-1"}],["path",{d:"M16 8a4 4 0 1 0 -8 0c0 1.506 .77 2.818 2 3.5l-3 5.5",key:"svg-2"}]]),ekW=createReactComponent("weight","IconWeight",[["path",{d:"M12 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M6.835 9h10.33a1 1 0 0 1 .984 .821l1.637 9a1 1 0 0 1 -.984 1.179h-13.604a1 1 0 0 1 -.984 -1.179l1.637 -9a1 1 0 0 1 .984 -.821z",key:"svg-1"}]]),ekH=createReactComponent("wheel","IconWheel",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M3 12h6",key:"svg-2"}],["path",{d:"M15 12h6",key:"svg-3"}],["path",{d:"M13.6 9.4l3.4 -4.8",key:"svg-4"}],["path",{d:"M10.4 14.6l-3.4 4.8",key:"svg-5"}],["path",{d:"M7 4.6l3.4 4.8",key:"svg-6"}],["path",{d:"M13.6 14.6l3.4 4.8",key:"svg-7"}]]),ekV=createReactComponent("wheelchair-off","IconWheelchairOff",[["path",{d:"M8 16m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M17.582 17.59a2 2 0 0 0 2.833 2.824",key:"svg-1"}],["path",{d:"M14 14h-1.4",key:"svg-2"}],["path",{d:"M6 6v5",key:"svg-3"}],["path",{d:"M6 8h2m4 0h5",key:"svg-4"}],["path",{d:"M15 8v3",key:"svg-5"}],["path",{d:"M3 3l18 18",key:"svg-6"}]]),ekq=createReactComponent("wheelchair","IconWheelchair",[["path",{d:"M8 16m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-0"}],["path",{d:"M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M19 17a3 3 0 0 0 -3 -3h-3.4",key:"svg-2"}],["path",{d:"M3 3h1a2 2 0 0 1 2 2v6",key:"svg-3"}],["path",{d:"M6 8h11",key:"svg-4"}],["path",{d:"M15 8v6",key:"svg-5"}]]),ekU=createReactComponent("whirl","IconWhirl",[["path",{d:"M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z",key:"svg-0"}],["path",{d:"M12 21c-3.314 0 -6 -2.462 -6 -5.5s2.686 -5.5 6 -5.5",key:"svg-1"}],["path",{d:"M21 12c0 3.314 -2.462 6 -5.5 6s-5.5 -2.686 -5.5 -6",key:"svg-2"}],["path",{d:"M12 14c3.314 0 6 -2.462 6 -5.5s-2.686 -5.5 -6 -5.5",key:"svg-3"}],["path",{d:"M14 12c0 -3.314 -2.462 -6 -5.5 -6s-5.5 2.686 -5.5 6",key:"svg-4"}]]),ekG=createReactComponent("wifi-0","IconWifi0",[["path",{d:"M12 18l.01 0",key:"svg-0"}]]),ekX=createReactComponent("wifi-1","IconWifi1",[["path",{d:"M12 18l.01 0",key:"svg-0"}],["path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0",key:"svg-1"}]]),ekK=createReactComponent("wifi-2","IconWifi2",[["path",{d:"M12 18l.01 0",key:"svg-0"}],["path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0",key:"svg-1"}],["path",{d:"M6.343 12.343a8 8 0 0 1 11.314 0",key:"svg-2"}]]),ekY=createReactComponent("wifi-off","IconWifiOff",[["path",{d:"M12 18l.01 0",key:"svg-0"}],["path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0",key:"svg-1"}],["path",{d:"M6.343 12.343a7.963 7.963 0 0 1 3.864 -2.14m4.163 .155a7.965 7.965 0 0 1 3.287 2",key:"svg-2"}],["path",{d:"M3.515 9.515a12 12 0 0 1 3.544 -2.455m3.101 -.92a12 12 0 0 1 10.325 3.374",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),ekZ=createReactComponent("wifi","IconWifi",[["path",{d:"M12 18l.01 0",key:"svg-0"}],["path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0",key:"svg-1"}],["path",{d:"M6.343 12.343a8 8 0 0 1 11.314 0",key:"svg-2"}],["path",{d:"M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0",key:"svg-3"}]]),ekQ=createReactComponent("wind-electricity","IconWindElectricity",[["path",{d:"M20 7l-3 5h4l-3 5",key:"svg-0"}],["path",{d:"M3 16h4a2 2 0 1 1 0 4",key:"svg-1"}],["path",{d:"M3 12h8a2 2 0 1 0 0 -4",key:"svg-2"}],["path",{d:"M3 8h3a2 2 0 1 0 0 -4",key:"svg-3"}]]),ekJ=createReactComponent("wind-off","IconWindOff",[["path",{d:"M5 8h3m4 0h1.5a2.5 2.5 0 1 0 -2.34 -3.24",key:"svg-0"}],["path",{d:"M3 12h9",key:"svg-1"}],["path",{d:"M16 12h2.5a2.5 2.5 0 0 1 1.801 4.282",key:"svg-2"}],["path",{d:"M4 16h5.5a2.5 2.5 0 1 1 -2.34 3.24",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),ek1=createReactComponent("wind","IconWind",[["path",{d:"M5 8h8.5a2.5 2.5 0 1 0 -2.34 -3.24",key:"svg-0"}],["path",{d:"M3 12h15.5a2.5 2.5 0 1 1 -2.34 3.24",key:"svg-1"}],["path",{d:"M4 16h5.5a2.5 2.5 0 1 1 -2.34 3.24",key:"svg-2"}]]),ek0=createReactComponent("windmill-filled","IconWindmillFilled",[["path",{d:"M12 2c3.292 0 6 2.435 6 5.5c0 1.337 -.515 2.554 -1.369 3.5h4.369a1 1 0 0 1 1 1c0 3.292 -2.435 6 -5.5 6c-1.336 0 -2.553 -.515 -3.5 -1.368v4.368a1 1 0 0 1 -1 1c-3.292 0 -6 -2.435 -6 -5.5c0 -1.336 .515 -2.553 1.368 -3.5h-4.368a1 1 0 0 1 -1 -1c0 -3.292 2.435 -6 5.5 -6c1.337 0 2.554 .515 3.5 1.369v-4.369a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ek2=createReactComponent("windmill-off","IconWindmillOff",[["path",{d:"M15.061 11.06c1.18 -.824 1.939 -2.11 1.939 -3.56c0 -2.49 -2.24 -4.5 -5 -4.5v5",key:"svg-0"}],["path",{d:"M12 12c0 2.76 2.01 5 4.5 5c.166 0 .33 -.01 .49 -.03m2.624 -1.36c.856 -.91 1.386 -2.19 1.386 -3.61h-5",key:"svg-1"}],["path",{d:"M12 12c-2.76 0 -5 2.01 -5 4.5s2.24 4.5 5 4.5v-9z",key:"svg-2"}],["path",{d:"M6.981 7.033c-2.244 .285 -3.981 2.402 -3.981 4.967h9",key:"svg-3"}],["path",{d:"M3 3l18 18",key:"svg-4"}]]),ek3=createReactComponent("windmill","IconWindmill",[["path",{d:"M12 12c2.76 0 5 -2.01 5 -4.5s-2.24 -4.5 -5 -4.5v9z",key:"svg-0"}],["path",{d:"M12 12c0 2.76 2.01 5 4.5 5s4.5 -2.24 4.5 -5h-9z",key:"svg-1"}],["path",{d:"M12 12c-2.76 0 -5 2.01 -5 4.5s2.24 4.5 5 4.5v-9z",key:"svg-2"}],["path",{d:"M12 12c0 -2.76 -2.01 -5 -4.5 -5s-4.5 2.24 -4.5 5h9z",key:"svg-3"}]]),ek5=createReactComponent("window-maximize","IconWindowMaximize",[["path",{d:"M3 16m0 1a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6",key:"svg-1"}],["path",{d:"M12 8h4v4",key:"svg-2"}],["path",{d:"M16 8l-5 5",key:"svg-3"}]]),ek4=createReactComponent("window-minimize","IconWindowMinimize",[["path",{d:"M3 16m0 1a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1z",key:"svg-0"}],["path",{d:"M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6",key:"svg-1"}],["path",{d:"M15 13h-4v-4",key:"svg-2"}],["path",{d:"M11 13l5 -5",key:"svg-3"}]]),ek6=createReactComponent("window-off","IconWindowOff",[["path",{d:"M6.166 6.19a6.903 6.903 0 0 0 -1.166 3.81v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-1m0 -4v-5c0 -3.728 -3.134 -7 -7 -7a6.86 6.86 0 0 0 -3.804 1.158",key:"svg-0"}],["path",{d:"M5 13h8m4 0h2",key:"svg-1"}],["path",{d:"M12 3v5m0 4v9",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),ek9=createReactComponent("window","IconWindow",[["path",{d:"M12 3c-3.866 0 -7 3.272 -7 7v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-10c0 -3.728 -3.134 -7 -7 -7z",key:"svg-0"}],["path",{d:"M5 13l14 0",key:"svg-1"}],["path",{d:"M12 3l0 18",key:"svg-2"}]]),ek7=createReactComponent("windsock","IconWindsock",[["path",{d:"M6 3v18",key:"svg-0"}],["path",{d:"M6 11l12 -1v-4l-12 -1",key:"svg-1"}],["path",{d:"M10 5.5v5",key:"svg-2"}],["path",{d:"M14 6v4",key:"svg-3"}],["path",{d:"M4 21h4",key:"svg-4"}]]),ek8=createReactComponent("wiper-wash","IconWiperWash",[["path",{d:"M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M3 11l5.5 5.5a5 5 0 0 1 7 0l5.5 -5.5a12 12 0 0 0 -18 0",key:"svg-1"}],["path",{d:"M12 20l0 -14",key:"svg-2"}],["path",{d:"M4 6a4 4 0 0 1 .4 -1.8",key:"svg-3"}],["path",{d:"M7 2.1a4 4 0 0 1 2 0",key:"svg-4"}],["path",{d:"M12 6a4 4 0 0 0 -.4 -1.8",key:"svg-5"}],["path",{d:"M12 6a4 4 0 0 1 .4 -1.8",key:"svg-6"}],["path",{d:"M15 2.1a4 4 0 0 1 2 0",key:"svg-7"}],["path",{d:"M20 6a4 4 0 0 0 -.4 -1.8",key:"svg-8"}]]),eMe=createReactComponent("wiper","IconWiper",[["path",{d:"M12 18m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M3 9l5.5 5.5a5 5 0 0 1 7 0l5.5 -5.5a12 12 0 0 0 -18 0",key:"svg-1"}],["path",{d:"M12 18l-2.2 -12.8",key:"svg-2"}]]),eMt=createReactComponent("woman","IconWoman",[["path",{d:"M10 16v5",key:"svg-0"}],["path",{d:"M14 16v5",key:"svg-1"}],["path",{d:"M8 16h8l-2 -7h-4z",key:"svg-2"}],["path",{d:"M5 11c1.667 -1.333 3.333 -2 5 -2",key:"svg-3"}],["path",{d:"M19 11c-1.667 -1.333 -3.333 -2 -5 -2",key:"svg-4"}],["path",{d:"M12 4m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-5"}]]),eMa=createReactComponent("wood","IconWood",[["path",{d:"M12 5.5m-6 0a6 2.5 0 1 0 12 0a6 2.5 0 1 0 -12 0",key:"svg-0"}],["path",{d:"M18 5.5v4.626a1.415 1.415 0 0 1 1.683 2.18l-.097 .108l-1.586 1.586v4c0 1.61 -2.54 2.925 -5.725 3l-.275 0c-3.314 0 -6 -1.343 -6 -3v-2l-1.586 -1.586a1.414 1.414 0 0 1 1.586 -2.287v-6.627",key:"svg-1"}],["path",{d:"M10 12.5v1.5",key:"svg-2"}],["path",{d:"M14 16v1",key:"svg-3"}]]),eMn=createReactComponent("world-bolt","IconWorldBolt",[["path",{d:"M20.985 12.52a9 9 0 1 0 -7.52 8.36",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h10.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3c2.313 3.706 3.07 7.856 2.27 12",key:"svg-4"}],["path",{d:"M19 16l-2 3h4l-2 3",key:"svg-5"}]]),eMr=createReactComponent("world-cancel","IconWorldCancel",[["path",{d:"M21 12a9 9 0 1 0 -8.985 9",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h9.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.991 16.991 0 0 1 2.53 10.275",key:"svg-4"}],["path",{d:"M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-5"}],["path",{d:"M17 21l4 -4",key:"svg-6"}]]),eMo=createReactComponent("world-check","IconWorldCheck",[["path",{d:"M20.946 12.99a9 9 0 1 0 -9.46 7.995",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h13.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.997 16.997 0 0 1 2.311 12.001",key:"svg-4"}],["path",{d:"M15 19l2 2l4 -4",key:"svg-5"}]]),eMl=createReactComponent("world-code","IconWorldCode",[["path",{d:"M20.942 13.02a9 9 0 1 0 -9.47 7.964",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h9.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3c2 3.206 2.837 6.913 2.508 10.537",key:"svg-4"}],["path",{d:"M20 21l2 -2l-2 -2",key:"svg-5"}],["path",{d:"M17 17l-2 2l2 2",key:"svg-6"}]]),eMc=createReactComponent("world-cog","IconWorldCog",[["path",{d:"M21 12a9 9 0 1 0 -8.979 9",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h8.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.992 16.992 0 0 1 2.522 10.376",key:"svg-4"}],["path",{d:"M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-5"}],["path",{d:"M19.001 15.5v1.5",key:"svg-6"}],["path",{d:"M19.001 21v1.5",key:"svg-7"}],["path",{d:"M22.032 17.25l-1.299 .75",key:"svg-8"}],["path",{d:"M17.27 20l-1.3 .75",key:"svg-9"}],["path",{d:"M15.97 17.25l1.3 .75",key:"svg-10"}],["path",{d:"M20.733 20l1.3 .75",key:"svg-11"}]]),eMi=createReactComponent("world-dollar","IconWorldDollar",[["path",{d:"M20.876 10.51a9 9 0 1 0 -7.839 10.43",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h9.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.986 16.986 0 0 1 2.578 9.02",key:"svg-4"}],["path",{d:"M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-5"}],["path",{d:"M19 21v1m0 -8v1",key:"svg-6"}]]),eMs=createReactComponent("world-down","IconWorldDown",[["path",{d:"M20.986 12.509a9 9 0 1 0 -8.455 8.476",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h10.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3c2.313 3.706 3.07 7.857 2.27 12",key:"svg-4"}],["path",{d:"M19 16v6",key:"svg-5"}],["path",{d:"M22 19l-3 3l-3 -3",key:"svg-6"}]]),eMd=createReactComponent("world-download","IconWorldDownload",[["path",{d:"M21 12a9 9 0 1 0 -9 9",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h8.4",key:"svg-2"}],["path",{d:"M11.578 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3c1.719 2.755 2.5 5.876 2.5 9",key:"svg-4"}],["path",{d:"M18 14v7m-3 -3l3 3l3 -3",key:"svg-5"}]]),eMu=createReactComponent("world-exclamation","IconWorldExclamation",[["path",{d:"M20.986 12.51a9 9 0 1 0 -5.71 7.873",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h10.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a17 17 0 0 1 0 18",key:"svg-4"}],["path",{d:"M19 16v3",key:"svg-5"}],["path",{d:"M19 22v.01",key:"svg-6"}]]),eMp=createReactComponent("world-heart","IconWorldHeart",[["path",{d:"M21 12a9 9 0 1 0 -9.679 8.974",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h6.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.983 16.983 0 0 1 2.556 8.136",key:"svg-4"}],["path",{d:"M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z",key:"svg-5"}]]),eMh=createReactComponent("world-latitude","IconWorldLatitude",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M4.6 7l14.8 0",key:"svg-1"}],["path",{d:"M3 12l18 0",key:"svg-2"}],["path",{d:"M4.6 17l14.8 0",key:"svg-3"}]]),eMv=createReactComponent("world-longitude","IconWorldLongitude",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M11.5 3a11.2 11.2 0 0 0 0 18",key:"svg-1"}],["path",{d:"M12.5 3a11.2 11.2 0 0 1 0 18",key:"svg-2"}],["path",{d:"M12 3l0 18",key:"svg-3"}]]),eMg=createReactComponent("world-minus","IconWorldMinus",[["path",{d:"M20.483 15.006a9 9 0 1 0 -7.958 5.978",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h16.8",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.94 16.94 0 0 1 2.307 12",key:"svg-4"}],["path",{d:"M16 19h6",key:"svg-5"}]]),eMy=createReactComponent("world-off","IconWorldOff",[["path",{d:"M5.657 5.615a9 9 0 1 0 12.717 12.739m1.672 -2.322a9 9 0 0 0 -12.066 -12.084",key:"svg-0"}],["path",{d:"M3.6 9h5.4m4 0h7.4",key:"svg-1"}],["path",{d:"M3.6 15h11.4m4 0h1.4",key:"svg-2"}],["path",{d:"M11.5 3a17.001 17.001 0 0 0 -1.493 3.022m-.847 3.145c-.68 4.027 .1 8.244 2.34 11.833",key:"svg-3"}],["path",{d:"M12.5 3a16.982 16.982 0 0 1 2.549 8.005m-.207 3.818a16.979 16.979 0 0 1 -2.342 6.177",key:"svg-4"}],["path",{d:"M3 3l18 18",key:"svg-5"}]]),eMf=createReactComponent("world-pause","IconWorldPause",[["path",{d:"M20.945 12.997a9 9 0 1 0 -7.928 7.945",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h9.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.992 16.992 0 0 1 2.51 10.526",key:"svg-4"}],["path",{d:"M17 17v5",key:"svg-5"}],["path",{d:"M21 17v5",key:"svg-6"}]]),eMm=createReactComponent("world-pin","IconWorldPin",[["path",{d:"M20.972 11.291a9 9 0 1 0 -8.322 9.686",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h8.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.986 16.986 0 0 1 2.578 9.018",key:"svg-4"}],["path",{d:"M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z",key:"svg-5"}],["path",{d:"M19 18v.01",key:"svg-6"}]]),eMk=createReactComponent("world-plus","IconWorldPlus",[["path",{d:"M20.985 12.518a9 9 0 1 0 -8.45 8.466",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h11.4",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.998 16.998 0 0 1 2.283 12.157",key:"svg-4"}],["path",{d:"M16 19h6",key:"svg-5"}],["path",{d:"M19 16v6",key:"svg-6"}]]),eMM=createReactComponent("world-question","IconWorldQuestion",[["path",{d:"M20.975 11.33a9 9 0 1 0 -5.673 9.043",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h9.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.988 16.988 0 0 1 2.57 9.518m-1.056 5.403a17 17 0 0 1 -1.514 3.079",key:"svg-4"}],["path",{d:"M19 22v.01",key:"svg-5"}],["path",{d:"M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483",key:"svg-6"}]]),eMb=createReactComponent("world-search","IconWorldSearch",[["path",{d:"M21 12a9 9 0 1 0 -9 9",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h7.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.984 16.984 0 0 1 2.574 8.62",key:"svg-4"}],["path",{d:"M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-5"}],["path",{d:"M20.2 20.2l1.8 1.8",key:"svg-6"}]]),eMI=createReactComponent("world-share","IconWorldShare",[["path",{d:"M20.94 13.045a9 9 0 1 0 -8.953 7.955",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h9.4",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.991 16.991 0 0 1 2.529 10.294",key:"svg-4"}],["path",{d:"M16 22l5 -5",key:"svg-5"}],["path",{d:"M21 21.5v-4.5h-4.5",key:"svg-6"}]]),eMC=createReactComponent("world-star","IconWorldStar",[["path",{d:"M21 12a9 9 0 1 0 -9.968 8.948",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h6.4",key:"svg-2"}],["path",{d:"M11.5 3a17.001 17.001 0 0 0 -1.886 13.802",key:"svg-3"}],["path",{d:"M12.5 3a16.982 16.982 0 0 1 2.549 8.01",key:"svg-4"}],["path",{d:"M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z",key:"svg-5"}]]),eMx=createReactComponent("world-up","IconWorldUp",[["path",{d:"M20.985 12.52a9 9 0 1 0 -8.451 8.463",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h10.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.996 16.996 0 0 1 2.391 11.512",key:"svg-4"}],["path",{d:"M19 22v-6",key:"svg-5"}],["path",{d:"M22 19l-3 -3l-3 3",key:"svg-6"}]]),eMR=createReactComponent("world-upload","IconWorldUpload",[["path",{d:"M21 12a9 9 0 1 0 -9 9",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h8.4",key:"svg-2"}],["path",{d:"M11.578 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3c1.719 2.755 2.5 5.876 2.5 9",key:"svg-4"}],["path",{d:"M18 21v-7m3 3l-3 -3l-3 3",key:"svg-5"}]]),eMS=createReactComponent("world-www","IconWorldWww",[["path",{d:"M19.5 7a9 9 0 0 0 -7.5 -4a8.991 8.991 0 0 0 -7.484 4",key:"svg-0"}],["path",{d:"M11.5 3a16.989 16.989 0 0 0 -1.826 4",key:"svg-1"}],["path",{d:"M12.5 3a16.989 16.989 0 0 1 1.828 4",key:"svg-2"}],["path",{d:"M19.5 17a9 9 0 0 1 -7.5 4a8.991 8.991 0 0 1 -7.484 -4",key:"svg-3"}],["path",{d:"M11.5 21a16.989 16.989 0 0 1 -1.826 -4",key:"svg-4"}],["path",{d:"M12.5 21a16.989 16.989 0 0 0 1.828 -4",key:"svg-5"}],["path",{d:"M2 10l1 4l1.5 -4l1.5 4l1 -4",key:"svg-6"}],["path",{d:"M17 10l1 4l1.5 -4l1.5 4l1 -4",key:"svg-7"}],["path",{d:"M9.5 10l1 4l1.5 -4l1.5 4l1 -4",key:"svg-8"}]]),eM_=createReactComponent("world-x","IconWorldX",[["path",{d:"M20.929 13.131a9 9 0 1 0 -8.931 7.869",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h9.9",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a16.992 16.992 0 0 1 2.505 10.573",key:"svg-4"}],["path",{d:"M22 22l-5 -5",key:"svg-5"}],["path",{d:"M17 22l5 -5",key:"svg-6"}]]),eMw=createReactComponent("world","IconWorld",[["path",{d:"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0",key:"svg-0"}],["path",{d:"M3.6 9h16.8",key:"svg-1"}],["path",{d:"M3.6 15h16.8",key:"svg-2"}],["path",{d:"M11.5 3a17 17 0 0 0 0 18",key:"svg-3"}],["path",{d:"M12.5 3a17 17 0 0 1 0 18",key:"svg-4"}]]),eMP=createReactComponent("wrecking-ball","IconWreckingBall",[["path",{d:"M19 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-0"}],["path",{d:"M4 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-1"}],["path",{d:"M13 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0",key:"svg-2"}],["path",{d:"M13 19l-9 0",key:"svg-3"}],["path",{d:"M4 15l9 0",key:"svg-4"}],["path",{d:"M8 12v-5h2a3 3 0 0 1 3 3v5",key:"svg-5"}],["path",{d:"M5 15v-2a1 1 0 0 1 1 -1h7",key:"svg-6"}],["path",{d:"M19 11v-7l-6 7",key:"svg-7"}]]),eMO=createReactComponent("writing-off","IconWritingOff",[["path",{d:"M16 7h4",key:"svg-0"}],["path",{d:"M16 16v1l2 2l.5 -.5m1.5 -2.5v-11c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v7",key:"svg-1"}],["path",{d:"M18 19h-13a2 2 0 1 1 0 -4h4a2 2 0 1 0 0 -4h-3",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eMF=createReactComponent("writing-sign-off","IconWritingSignOff",[["path",{d:"M3 19c3.333 -2 5 -4 5 -6c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 2.877 2.5 4c1.5 2 2.5 2.5 3.5 1c.667 -1 1.167 -1.833 1.5 -2.5c1 2.333 2.333 3.5 4 3.5h2.5",key:"svg-0"}],["path",{d:"M16 16v1l2 2l.5 -.5m1.5 -2.5v-11c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v7",key:"svg-1"}],["path",{d:"M16 7h4",key:"svg-2"}],["path",{d:"M3 3l18 18",key:"svg-3"}]]),eMz=createReactComponent("writing-sign","IconWritingSign",[["path",{d:"M3 19c3.333 -2 5 -4 5 -6c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 2.877 2.5 4c1.5 2 2.5 2.5 3.5 1c.667 -1 1.167 -1.833 1.5 -2.5c1 2.333 2.333 3.5 4 3.5h2.5",key:"svg-0"}],["path",{d:"M20 17v-12c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v12l2 2l2 -2z",key:"svg-1"}],["path",{d:"M16 7h4",key:"svg-2"}]]),eMD=createReactComponent("writing","IconWriting",[["path",{d:"M20 17v-12c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v12l2 2l2 -2z",key:"svg-0"}],["path",{d:"M16 7h4",key:"svg-1"}],["path",{d:"M18 19h-13a2 2 0 1 1 0 -4h4a2 2 0 1 0 0 -4h-3",key:"svg-2"}]]),eMA=createReactComponent("x","IconX",[["path",{d:"M18 6l-12 12",key:"svg-0"}],["path",{d:"M6 6l12 12",key:"svg-1"}]]),eMj=createReactComponent("xbox-a","IconXboxA",[["path",{d:"M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z",key:"svg-0"}],["path",{d:"M15 16l-3 -8l-3 8",key:"svg-1"}],["path",{d:"M14 14h-4",key:"svg-2"}]]),eME=createReactComponent("xbox-b","IconXboxB",[["path",{d:"M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z",key:"svg-0"}],["path",{d:"M13 12a2 2 0 1 1 0 4h-3v-4",key:"svg-1"}],["path",{d:"M13 12h-3",key:"svg-2"}],["path",{d:"M13 12a2 2 0 1 0 0 -4h-3v4",key:"svg-3"}]]),eMT=createReactComponent("xbox-x","IconXboxX",[["path",{d:"M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z",key:"svg-0"}],["path",{d:"M9 8l6 8",key:"svg-1"}],["path",{d:"M15 8l-6 8",key:"svg-2"}]]),eMB=createReactComponent("xbox-y","IconXboxY",[["path",{d:"M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z",key:"svg-0"}],["path",{d:"M9 8l3 4",key:"svg-1"}],["path",{d:"M15 8l-2.988 3.984l-.012 4.016",key:"svg-2"}]]),eMN=createReactComponent("xd","IconXd",[["path",{d:"M6 8l4 8",key:"svg-0"}],["path",{d:"M6 16l4 -8",key:"svg-1"}],["path",{d:"M14 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z",key:"svg-2"}]]),eM$=createReactComponent("xxx","IconXxx",[["path",{d:"M10 8l4 8",key:"svg-0"}],["path",{d:"M10 16l4 -8",key:"svg-1"}],["path",{d:"M17 8l4 8",key:"svg-2"}],["path",{d:"M17 16l4 -8",key:"svg-3"}],["path",{d:"M3 8l4 8",key:"svg-4"}],["path",{d:"M3 16l4 -8",key:"svg-5"}]]),eML=createReactComponent("yin-yang-filled","IconYinYangFilled",[["path",{d:"M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-9 1.732a8 8 0 0 0 4 14.928l.2 -.005a4 4 0 0 0 0 -7.99l-.2 -.005a4 4 0 0 1 -.2 -7.995l.2 -.005a7.995 7.995 0 0 0 -4 1.072zm4 1.428a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M12 14.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0 -3z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}]]),eMW=createReactComponent("yin-yang","IconYinYang",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M12 3a4.5 4.5 0 0 0 0 9a4.5 4.5 0 0 1 0 9",key:"svg-1"}],["circle",{cx:"12",cy:"7.5",r:".5",fill:"currentColor",key:"svg-2"}],["circle",{cx:"12",cy:"16.5",r:".5",fill:"currentColor",key:"svg-3"}]]),eMH=createReactComponent("yoga","IconYoga",[["path",{d:"M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0",key:"svg-0"}],["path",{d:"M4 20h4l1.5 -3",key:"svg-1"}],["path",{d:"M17 20l-1 -5h-5l1 -7",key:"svg-2"}],["path",{d:"M4 10l4 -1l4 -1l4 1.5l4 1.5",key:"svg-3"}]]),eMV=createReactComponent("zeppelin-off","IconZeppelinOff",[["path",{d:"M15.773 15.783c-.723 .141 -1.486 .217 -2.273 .217c-2.13 0 -4.584 -.926 -7.364 -2.777l-2.136 1.777v-3.33a46.07 46.07 0 0 1 -2 -1.67a46.07 46.07 0 0 1 2 -1.67v-3.33l2.135 1.778c.13 -.087 .261 -.172 .39 -.256m2.564 -1.42c1.601 -.735 3.071 -1.102 4.411 -1.102c4.694 0 8.5 2.686 8.5 6c0 1.919 -1.276 3.627 -3.261 4.725",key:"svg-0"}],["path",{d:"M10 15.5v4.5h6v-4",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),eMq=createReactComponent("zeppelin","IconZeppelin",[["path",{d:"M13.5 4c4.694 0 8.5 2.686 8.5 6s-3.806 6 -8.5 6c-2.13 0 -4.584 -.926 -7.364 -2.777l-2.136 1.777v-3.33a46.07 46.07 0 0 1 -2 -1.67a46.07 46.07 0 0 1 2 -1.67v-3.33l2.135 1.778c2.78 -1.852 5.235 -2.778 7.365 -2.778z",key:"svg-0"}],["path",{d:"M10 15.5v4.5h6v-4",key:"svg-1"}]]),eMU=createReactComponent("zip","IconZip",[["path",{d:"M16 16v-8h2a2 2 0 1 1 0 4h-2",key:"svg-0"}],["path",{d:"M12 8v8",key:"svg-1"}],["path",{d:"M4 8h4l-4 8h4",key:"svg-2"}]]),eMG=createReactComponent("zodiac-aquarius","IconZodiacAquarius",[["path",{d:"M3 10l3 -3l3 3l3 -3l3 3l3 -3l3 3",key:"svg-0"}],["path",{d:"M3 17l3 -3l3 3l3 -3l3 3l3 -3l3 3",key:"svg-1"}]]),eMX=createReactComponent("zodiac-aries","IconZodiacAries",[["path",{d:"M12 5a5 5 0 1 0 -4 8",key:"svg-0"}],["path",{d:"M16 13a5 5 0 1 0 -4 -8",key:"svg-1"}],["path",{d:"M12 21l0 -16",key:"svg-2"}]]),eMK=createReactComponent("zodiac-cancer","IconZodiacCancer",[["path",{d:"M6 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M18 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M3 12a10 6.5 0 0 1 14 -6.5",key:"svg-2"}],["path",{d:"M21 12a10 6.5 0 0 1 -14 6.5",key:"svg-3"}]]),eMY=createReactComponent("zodiac-capricorn","IconZodiacCapricorn",[["path",{d:"M4 4a3 3 0 0 1 3 3v9",key:"svg-0"}],["path",{d:"M7 7a3 3 0 0 1 6 0v11a3 3 0 0 1 -3 3",key:"svg-1"}],["path",{d:"M16 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-2"}]]),eMZ=createReactComponent("zodiac-gemini","IconZodiacGemini",[["path",{d:"M3 3a21 21 0 0 0 18 0",key:"svg-0"}],["path",{d:"M3 21a21 21 0 0 1 18 0",key:"svg-1"}],["path",{d:"M7 4.5l0 15",key:"svg-2"}],["path",{d:"M17 4.5l0 15",key:"svg-3"}]]),eMQ=createReactComponent("zodiac-leo","IconZodiacLeo",[["path",{d:"M13 17a4 4 0 1 0 8 0",key:"svg-0"}],["path",{d:"M6 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-1"}],["path",{d:"M11 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-2"}],["path",{d:"M7 7c0 3 2 5 2 9",key:"svg-3"}],["path",{d:"M15 7c0 4 -2 6 -2 10",key:"svg-4"}]]),eMJ=createReactComponent("zodiac-libra","IconZodiacLibra",[["path",{d:"M5 20l14 0",key:"svg-0"}],["path",{d:"M5 17h5v-.3a7 7 0 1 1 4 0v.3h5",key:"svg-1"}]]),eM1=createReactComponent("zodiac-pisces","IconZodiacPisces",[["path",{d:"M5 3a21 21 0 0 1 0 18",key:"svg-0"}],["path",{d:"M19 3a21 21 0 0 0 0 18",key:"svg-1"}],["path",{d:"M5 12l14 0",key:"svg-2"}]]),eM0=createReactComponent("zodiac-sagittarius","IconZodiacSagittarius",[["path",{d:"M4 20l16 -16",key:"svg-0"}],["path",{d:"M13 4h7v7",key:"svg-1"}],["path",{d:"M6.5 12.5l5 5",key:"svg-2"}]]),eM2=createReactComponent("zodiac-scorpio","IconZodiacScorpio",[["path",{d:"M3 4a2 2 0 0 1 2 2v9",key:"svg-0"}],["path",{d:"M5 6a2 2 0 0 1 4 0v9",key:"svg-1"}],["path",{d:"M9 6a2 2 0 0 1 4 0v10a3 3 0 0 0 3 3h5l-3 -3m0 6l3 -3",key:"svg-2"}]]),eM3=createReactComponent("zodiac-taurus","IconZodiacTaurus",[["path",{d:"M6 3a6 6 0 0 0 12 0",key:"svg-0"}],["path",{d:"M12 15m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0",key:"svg-1"}]]),eM5=createReactComponent("zodiac-virgo","IconZodiacVirgo",[["path",{d:"M3 4a2 2 0 0 1 2 2v9",key:"svg-0"}],["path",{d:"M5 6a2 2 0 0 1 4 0v9",key:"svg-1"}],["path",{d:"M9 6a2 2 0 0 1 4 0v10a7 5 0 0 0 7 5",key:"svg-2"}],["path",{d:"M12 21a7 5 0 0 0 7 -5v-2a3 3 0 0 0 -6 0",key:"svg-3"}]]),eM4=createReactComponent("zoom-cancel","IconZoomCancel",[["path",{d:"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M8 8l4 4",key:"svg-1"}],["path",{d:"M12 8l-4 4",key:"svg-2"}],["path",{d:"M21 21l-6 -6",key:"svg-3"}]]),eM6=createReactComponent("zoom-check-filled","IconZoomCheckFilled",[["path",{d:"M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-.293 4.22a1 1 0 0 0 -1.414 0l-3.293 3.294l-1.293 -1.293l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),eM9=createReactComponent("zoom-check","IconZoomCheck",[["path",{d:"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M21 21l-6 -6",key:"svg-1"}],["path",{d:"M7 10l2 2l4 -4",key:"svg-2"}]]),eM7=createReactComponent("zoom-code","IconZoomCode",[["path",{d:"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M21 21l-6 -6",key:"svg-1"}],["path",{d:"M8 8l-2 2l2 2",key:"svg-2"}],["path",{d:"M12 8l2 2l-2 2",key:"svg-3"}]]),eM8=createReactComponent("zoom-exclamation","IconZoomExclamation",[["path",{d:"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M21 21l-6 -6",key:"svg-1"}],["path",{d:"M10 13v.01",key:"svg-2"}],["path",{d:"M10 7v3",key:"svg-3"}]]),ebe=createReactComponent("zoom-filled","IconZoomFilled",[["path",{d:"M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ebt=createReactComponent("zoom-in-area-filled","IconZoomInAreaFilled",[["path",{d:"M15 9a6 6 0 0 1 4.891 9.476l2.816 2.817a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.817 -2.816a6 6 0 0 1 -9.472 -4.666l-.004 -.225l.004 -.225a6 6 0 0 1 5.996 -5.775zm0 3a1 1 0 0 0 -.993 .883l-.007 .117v1h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h1v1l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}],["path",{d:"M3 14a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 0 .883 .993l.117 .007h1a1 1 0 0 1 .117 1.993l-.117 .007h-1a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-1a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-1",strokeWidth:"0"}],["path",{d:"M3 9a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z",fill:"currentColor",key:"svg-2",strokeWidth:"0"}],["path",{d:"M6 2a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 0 -.993 .883l-.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a3 3 0 0 1 2.824 -2.995l.176 -.005h1z",fill:"currentColor",key:"svg-3",strokeWidth:"0"}],["path",{d:"M11 2a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z",fill:"currentColor",key:"svg-4",strokeWidth:"0"}],["path",{d:"M16 2a3 3 0 0 1 2.995 2.824l.005 .176v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 0 -.883 -.993l-.117 -.007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z",fill:"currentColor",key:"svg-5",strokeWidth:"0"}]]),eba=createReactComponent("zoom-in-area","IconZoomInArea",[["path",{d:"M15 13v4",key:"svg-0"}],["path",{d:"M13 15h4",key:"svg-1"}],["path",{d:"M15 15m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-2"}],["path",{d:"M22 22l-3 -3",key:"svg-3"}],["path",{d:"M6 18h-1a2 2 0 0 1 -2 -2v-1",key:"svg-4"}],["path",{d:"M3 11v-1",key:"svg-5"}],["path",{d:"M3 6v-1a2 2 0 0 1 2 -2h1",key:"svg-6"}],["path",{d:"M10 3h1",key:"svg-7"}],["path",{d:"M15 3h1a2 2 0 0 1 2 2v1",key:"svg-8"}]]),ebn=createReactComponent("zoom-in-filled","IconZoomInFilled",[["path",{d:"M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-4 2.928a1 1 0 0 0 -.993 .883l-.007 .117v2h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2v2l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-2h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-2v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ebr=createReactComponent("zoom-in","IconZoomIn",[["path",{d:"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M7 10l6 0",key:"svg-1"}],["path",{d:"M10 7l0 6",key:"svg-2"}],["path",{d:"M21 21l-6 -6",key:"svg-3"}]]),ebo=createReactComponent("zoom-money","IconZoomMoney",[["path",{d:"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M21 21l-6 -6",key:"svg-1"}],["path",{d:"M12 7h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5",key:"svg-2"}],["path",{d:"M10 13v1m0 -8v1",key:"svg-3"}]]),ebl=createReactComponent("zoom-out-area","IconZoomOutArea",[["path",{d:"M13 15h4",key:"svg-0"}],["path",{d:"M15 15m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0",key:"svg-1"}],["path",{d:"M22 22l-3 -3",key:"svg-2"}],["path",{d:"M6 18h-1a2 2 0 0 1 -2 -2v-1",key:"svg-3"}],["path",{d:"M3 11v-1",key:"svg-4"}],["path",{d:"M3 6v-1a2 2 0 0 1 2 -2h1",key:"svg-5"}],["path",{d:"M10 3h1",key:"svg-6"}],["path",{d:"M15 3h1a2 2 0 0 1 2 2v1",key:"svg-7"}]]),ebc=createReactComponent("zoom-out-filled","IconZoomOutFilled",[["path",{d:"M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-1 5.928h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z",fill:"currentColor",key:"svg-0",strokeWidth:"0"}]]),ebi=createReactComponent("zoom-out","IconZoomOut",[["path",{d:"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M7 10l6 0",key:"svg-1"}],["path",{d:"M21 21l-6 -6",key:"svg-2"}]]),ebs=createReactComponent("zoom-pan","IconZoomPan",[["path",{d:"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0",key:"svg-0"}],["path",{d:"M17 17l-2.5 -2.5",key:"svg-1"}],["path",{d:"M10 5l2 -2l2 2",key:"svg-2"}],["path",{d:"M19 10l2 2l-2 2",key:"svg-3"}],["path",{d:"M5 10l-2 2l2 2",key:"svg-4"}],["path",{d:"M10 19l2 2l2 -2",key:"svg-5"}]]),ebd=createReactComponent("zoom-question","IconZoomQuestion",[["path",{d:"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0",key:"svg-0"}],["path",{d:"M21 21l-6 -6",key:"svg-1"}],["path",{d:"M10 13l0 .01",key:"svg-2"}],["path",{d:"M10 10a1.5 1.5 0 1 0 -1.14 -2.474",key:"svg-3"}]]),ebu=createReactComponent("zoom-replace","IconZoomReplace",[["path",{d:"M21 21l-6 -6",key:"svg-0"}],["path",{d:"M3.291 8a7 7 0 0 1 5.077 -4.806a7.021 7.021 0 0 1 8.242 4.403",key:"svg-1"}],["path",{d:"M17 4v4h-4",key:"svg-2"}],["path",{d:"M16.705 12a7 7 0 0 1 -5.074 4.798a7.021 7.021 0 0 1 -8.241 -4.403",key:"svg-3"}],["path",{d:"M3 16v-4h4",key:"svg-4"}]]),ebp=createReactComponent("zoom-reset","IconZoomReset",[["path",{d:"M21 21l-6 -6",key:"svg-0"}],["path",{d:"M3.268 12.043a7.017 7.017 0 0 0 6.634 4.957a7.012 7.012 0 0 0 7.043 -6.131a7 7 0 0 0 -5.314 -7.672a7.021 7.021 0 0 0 -8.241 4.403",key:"svg-1"}],["path",{d:"M3 4v4h4",key:"svg-2"}]]),ebh=createReactComponent("zoom-scan","IconZoomScan",[["path",{d:"M4 8v-2a2 2 0 0 1 2 -2h2",key:"svg-0"}],["path",{d:"M4 16v2a2 2 0 0 0 2 2h2",key:"svg-1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"svg-2"}],["path",{d:"M16 20h2a2 2 0 0 0 2 -2v-2",key:"svg-3"}],["path",{d:"M8 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0",key:"svg-4"}],["path",{d:"M16 16l-2.5 -2.5",key:"svg-5"}]]),ebv=createReactComponent("zzz-off","IconZzzOff",[["path",{d:"M4 12h6l-6 8h6",key:"svg-0"}],["path",{d:"M14 4h6l-5.146 6.862m1.146 1.138h4",key:"svg-1"}],["path",{d:"M3 3l18 18",key:"svg-2"}]]),ebg=createReactComponent("zzz","IconZzz",[["path",{d:"M4 12h6l-6 8h6",key:"svg-0"}],["path",{d:"M14 4h6l-6 8h6",key:"svg-1"}]])},23774:function(a){"use strict";var c=Object.defineProperty,s=Object.getOwnPropertyDescriptor,d=Object.getOwnPropertyNames,u=Object.prototype.hasOwnProperty,p={};((a,s)=>{for(var d in s)c(a,d,{get:s[d],enumerable:!0})})(p,{MAX_Z_INDEX:()=>g,ariaAttr:()=>ariaAttr,contains:()=>contains,createScope:()=>createScope,dataAttr:()=>dataAttr,getActiveElement:()=>getActiveElement,getByText:()=>getByText,getByTypeahead:()=>h,getComputedStyle:()=>getComputedStyle,getDocument:()=>getDocument2,getEventTarget:()=>getEventTarget,getParent:()=>getParent,getPlatform:()=>getPlatform,getScrollParent:()=>getScrollParent,getScrollParents:()=>getScrollParents,getWindow:()=>getWindow,indexOfId:()=>indexOfId,isApple:()=>isApple,isDom:()=>isDom,isEditableElement:()=>isEditableElement,isFirefox:()=>isFirefox,isHTMLElement:()=>isHTMLElement,isIPhone:()=>isIPhone,isIos:()=>isIos,isMac:()=>isMac,isSafari:()=>isSafari,isSelfEvent:()=>isSelfEvent,isTouchDevice:()=>isTouchDevice,itemById:()=>itemById,nextById:()=>nextById,nextTick:()=>nextTick,prevById:()=>prevById,query:()=>query,queryAll:()=>queryAll,raf:()=>raf}),a.exports=((a,p,h,v)=>{if(p&&"object"==typeof p||"function"==typeof p)for(let h of d(p))u.call(a,h)||void 0===h||c(a,h,{get:()=>p[h],enumerable:!(v=s(p,h))||v.enumerable});return a})(c({},"__esModule",{value:!0}),p);var dataAttr=a=>a?"":void 0,ariaAttr=a=>a?"true":void 0;function isHTMLElement(a){return"object"==typeof a&&a?.nodeType===Node.ELEMENT_NODE&&"string"==typeof a?.nodeName}function contains(a,c){return!!(a&&c&&isHTMLElement(a)&&isHTMLElement(c))&&(a===c||a.contains(c))}var isSelfEvent=a=>contains(a.currentTarget,a.target),getDocument=a=>a.nodeType===Node.DOCUMENT_NODE?a:a.ownerDocument??document;function createScope(a){let c={getRootNode:a=>a.getRootNode?.()??document,getDoc:a=>getDocument(c.getRootNode(a)),getWin:a=>c.getDoc(a).defaultView??window,getActiveElement:a=>c.getDoc(a).activeElement,getById:(a,s)=>c.getRootNode(a).getElementById(s)};return{...c,...a}}var isDocument=a=>a.nodeType===Node.DOCUMENT_NODE;function getDocument2(a){return isDocument(a)?a:a?.ownerDocument??document}function getWindow(a){return a?.ownerDocument.defaultView??window}function getActiveElement(a){let c=a.ownerDocument.activeElement;for(;c?.shadowRoot;){let a=c.shadowRoot.activeElement;if(a===c)break;c=a}return c}function itemById(a,c){return a.find(a=>a.id===c)}function indexOfId(a,c){let s=itemById(a,c);return s?a.indexOf(s):-1}function nextById(a,c,s=!0){let d=indexOfId(a,c);return d=s?(d+1)%a.length:Math.min(d+1,a.length-1),a[d]}function prevById(a,c,s=!0){let d=indexOfId(a,c);return -1===d?s?a[a.length-1]:null:(d=s?(d-1+a.length)%a.length:Math.max(0,d-1),a[d])}var getValueText=a=>a.dataset.valuetext??a.textContent??"",match=(a,c)=>a.toLowerCase().startsWith(c.toLowerCase()),wrap=(a,c)=>a.map((s,d)=>a[(Math.max(c,0)+d)%a.length]);function getByText(a,c,s){let d=s?indexOfId(a,s):-1,u=s?wrap(a,d):a,p=1===c.length;return p&&(u=u.filter(a=>a.id!==s)),u.find(a=>match(getValueText(a),c))}var h=Object.assign(function(a,c){let{state:s,activeId:d,key:u,timeout:p=350}=c,h=s.keysSoFar+u,v=h.length>1&&Array.from(h).every(a=>a===h[0]),g=v?h[0]:h,y=a.slice(),m=getByText(y,g,d);function cleanup(){clearTimeout(s.timer),s.timer=-1}function update(a){s.keysSoFar=a,cleanup(),""!==a&&(s.timer=+setTimeout(()=>{update(""),cleanup()},p))}return update(h),m},{defaultOptions:{keysSoFar:"",timer:-1},isValidEvent:isValidTypeaheadEvent});function isValidTypeaheadEvent(a){return 1===a.key.length&&!a.ctrlKey&&!a.metaKey}var v=new WeakMap;function getComputedStyle(a){if(!v.has(a)){let c=a.ownerDocument.defaultView||window;v.set(a,c.getComputedStyle(a))}return v.get(a)}function getEventTarget(a){return a.composedPath?.()[0]??a.target}function isScrollParent(a){let c=a.ownerDocument.defaultView||window,{overflow:s,overflowX:d,overflowY:u}=c.getComputedStyle(a);return/auto|scroll|overlay|hidden/.test(s+u+d)}function getParent(a){return"html"===a.localName?a:a.assignedSlot||a.parentElement||a.ownerDocument.documentElement}function getScrollParent(a){return["html","body","#document"].includes(a.localName)?a.ownerDocument.body:isHTMLElement(a)&&isScrollParent(a)?a:getScrollParent(getParent(a))}function getScrollParents(a,c=[]){let s=getScrollParent(a),d=s===a.ownerDocument.body,u=s.ownerDocument.defaultView||window,p=d?[u].concat(u.visualViewport||[],isScrollParent(s)?s:[]):s,h=c.concat(p);return d?h:h.concat(getScrollParents(getParent(p)))}function isEditableElement(a){if(null==a||!isHTMLElement(a))return!1;try{let c=a.ownerDocument.defaultView||window;return a instanceof c.HTMLInputElement&&null!=a.selectionStart||/(textarea|select)/.test(a.localName)||a.isContentEditable}catch{return!1}}var isDom=()=>"undefined"!=typeof document;function getPlatform(){let a=navigator.userAgentData;return a?.platform??navigator.platform}var pt=a=>isDom()&&a.test(getPlatform()),ua=a=>isDom()&&a.test(navigator.userAgent),vn=a=>isDom()&&a.test(navigator.vendor),isTouchDevice=()=>isDom()&&!!navigator.maxTouchPoints,isMac=()=>pt(/^Mac/)&&!isTouchDevice(),isIPhone=()=>pt(/^iPhone/),isSafari=()=>isApple()&&vn(/apple/i),isFirefox=()=>ua(/firefox\//i),isApple=()=>pt(/mac|iphone|ipad|ipod/i),isIos=()=>isApple()&&!isMac();function queryAll(a,c){return Array.from(a?.querySelectorAll(c)??[])}function query(a,c){return a?.querySelector(c)}function nextTick(a){let c=new Set;function raf2(a){let s=globalThis.requestAnimationFrame(a);c.add(()=>globalThis.cancelAnimationFrame(s))}return raf2(()=>raf2(a)),function(){c.forEach(a=>a())}}function raf(a){let c=globalThis.requestAnimationFrame(a);return()=>{globalThis.cancelAnimationFrame(c)}}var g=2147483647},263:function(a,c,s){"use strict";Object.defineProperty(c,Symbol.toStringTag,{value:"Module"});let d=s(38897),u=s(28477);c.trackElementSize=d.trackElementSize,c.trackElementsSize=u.trackElementsSize},38897:function(a,c){"use strict";function trackElementSize(a,c){if(!a){c(void 0);return}c({width:a.offsetWidth,height:a.offsetHeight});let s=a.ownerDocument.defaultView??window,d=new s.ResizeObserver(s=>{let d,u;if(!Array.isArray(s)||!s.length)return;let[p]=s;if("borderBoxSize"in p){let a=p.borderBoxSize,c=Array.isArray(a)?a[0]:a;d=c.inlineSize,u=c.blockSize}else d=a.offsetWidth,u=a.offsetHeight;c({width:d,height:u})});return d.observe(a,{box:"border-box"}),()=>d.unobserve(a)}Object.defineProperty(c,Symbol.toStringTag,{value:"Module"}),c.trackElementSize=trackElementSize},28477:function(a,c,s){"use strict";Object.defineProperty(c,Symbol.toStringTag,{value:"Module"});let d=s(38897);function trackElementsSize(a){let{getNodes:c,observeMutation:s=!0,callback:u}=a,p=[],h=null;function trigger(){let a=c();h=a[0];let s=a.map((a,c)=>d.trackElementSize(a,a=>{u(a,c)}));p.push(...s)}if(trigger(),s){let a=trackMutation(h,trigger);p.push(a)}return()=>{p.forEach(a=>{a?.()})}}function trackMutation(a,c){if(!a||!a.parentElement)return;let s=a.ownerDocument?.defaultView??window,d=new s.MutationObserver(()=>{c()});return d.observe(a.parentElement,{childList:!0}),()=>{d.disconnect()}}c.trackElementsSize=trackElementsSize},29665:function(a,c,s){"use strict";var d=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,h=Object.prototype.hasOwnProperty,v={};((a,c)=>{for(var s in c)d(a,s,{get:c[s],enumerable:!0})})(v,{getInteractionModality:()=>getInteractionModality,setInteractionModality:()=>setInteractionModality,trackFocusVisible:()=>trackFocusVisible,trackInteractionModality:()=>trackInteractionModality}),a.exports=((a,c,s,v)=>{if(c&&"object"==typeof c||"function"==typeof c)for(let s of p(c))h.call(a,s)||void 0===s||d(a,s,{get:()=>c[s],enumerable:!(v=u(c,s))||v.enumerable});return a})(d({},"__esModule",{value:!0}),v);var g=s(23774),y=!1,m=null,k=!1,M=!1,b=new Set;function trigger(a,c){b.forEach(s=>s(a,c))}var I="undefined"!=typeof window&&null!=window.navigator&&/^Mac/.test(window.navigator.platform);function isValidKey(a){return!(a.metaKey||!I&&a.altKey||a.ctrlKey||"Control"===a.key||"Shift"===a.key||"Meta"===a.key)}function onKeyboardEvent(a){k=!0,isValidKey(a)&&(m="keyboard",trigger("keyboard",a))}function onPointerEvent(a){if(m="pointer","mousedown"===a.type||"pointerdown"===a.type){k=!0;let c=a.composedPath?a.composedPath()[0]:a.target,s=!1;try{s=c.matches(":focus-visible")}catch{}s||trigger("pointer",a)}}function isVirtualClick(a){return 0===a.mozInputSource&&!!a.isTrusted||0===a.detail&&!a.pointerType}function onClickEvent(a){isVirtualClick(a)&&(k=!0,m="virtual")}function onWindowFocus(a){a.target!==window&&a.target!==document&&(k||M||(m="virtual",trigger("virtual",a)),k=!1,M=!1)}function onWindowBlur(){k=!1,M=!0}function isFocusVisible(){return"pointer"!==m}function setupGlobalFocusEvents(){if(!(0,g.isDom)()||y)return;let{focus:a}=HTMLElement.prototype;HTMLElement.prototype.focus=function(...c){k=!0,a.apply(this,c)},document.addEventListener("keydown",onKeyboardEvent,!0),document.addEventListener("keyup",onKeyboardEvent,!0),document.addEventListener("click",onClickEvent,!0),window.addEventListener("focus",onWindowFocus,!0),window.addEventListener("blur",onWindowBlur,!1),"undefined"!=typeof PointerEvent?(document.addEventListener("pointerdown",onPointerEvent,!0),document.addEventListener("pointermove",onPointerEvent,!0),document.addEventListener("pointerup",onPointerEvent,!0)):(document.addEventListener("mousedown",onPointerEvent,!0),document.addEventListener("mousemove",onPointerEvent,!0),document.addEventListener("mouseup",onPointerEvent,!0)),y=!0}function trackFocusVisible(a){setupGlobalFocusEvents(),a(isFocusVisible());let handler=()=>a(isFocusVisible());return b.add(handler),()=>{b.delete(handler)}}function trackInteractionModality(a){setupGlobalFocusEvents(),a(m);let handler=()=>a(m);return b.add(handler),()=>{b.delete(handler)}}function setInteractionModality(a){m=a,trigger(a,null)}function getInteractionModality(){return m}},23541:function(a,c,s){"use strict";s.r(c),s.d(c,{hideOthers:function(){return hideOthers},inertOthers:function(){return inertOthers},supportsInert:function(){return supportsInert},suppressOthers:function(){return suppressOthers}});var getDefaultParent=function(a){return"undefined"==typeof document?null:(Array.isArray(a)?a[0]:a).ownerDocument.body},d=new WeakMap,u=new WeakMap,p={},h=0,unwrapHost=function(a){return a&&(a.host||unwrapHost(a.parentNode))},applyAttributeToOthers=function(a,c,s,v){var g=(Array.isArray(a)?a:[a]).map(function(a){if(c.contains(a))return a;var s=unwrapHost(a);return s&&c.contains(s)?s:(console.error("aria-hidden",a,"in not contained inside",c,". Doing nothing"),null)}).filter(function(a){return!!a});p[s]||(p[s]=new WeakMap);var y=p[s],m=[],k=new Set,M=new Set(g),keep=function(a){!a||k.has(a)||(k.add(a),keep(a.parentNode))};g.forEach(keep);var deep=function(a){!a||M.has(a)||Array.prototype.forEach.call(a.children,function(a){if(k.has(a))deep(a);else{var c=a.getAttribute(v),p=null!==c&&"false"!==c,h=(d.get(a)||0)+1,g=(y.get(a)||0)+1;d.set(a,h),y.set(a,g),m.push(a),1===h&&p&&u.set(a,!0),1===g&&a.setAttribute(s,"true"),p||a.setAttribute(v,"true")}})};return deep(c),k.clear(),h++,function(){m.forEach(function(a){var c=d.get(a)-1,p=y.get(a)-1;d.set(a,c),y.set(a,p),c||(u.has(a)||a.removeAttribute(v),u.delete(a)),p||a.removeAttribute(s)}),--h||(d=new WeakMap,d=new WeakMap,u=new WeakMap,p={})}},hideOthers=function(a,c,s){void 0===s&&(s="data-aria-hidden");var d=Array.from(Array.isArray(a)?a:[a]),u=c||getDefaultParent(a);return u?(d.push.apply(d,Array.from(u.querySelectorAll("[aria-live]"))),applyAttributeToOthers(d,u,s,"aria-hidden")):function(){return null}},inertOthers=function(a,c,s){void 0===s&&(s="data-inert-ed");var d=c||getDefaultParent(a);return d?applyAttributeToOthers(a,d,s,"inert"):function(){return null}},supportsInert=function(){return"undefined"!=typeof HTMLElement&&HTMLElement.prototype.hasOwnProperty("inert")},suppressOthers=function(a,c,s){return void 0===s&&(s="data-suppressed"),(supportsInert()?inertOthers:hideOthers)(a,c,s)}},34595:function(a,c){"use strict";function guard(a,c,s){return Math.min(Math.max(a,s),c)}let ColorError=class ColorError extends Error{constructor(a){super(`Failed to parse color: "${a}"`)}};function parseToRgba(a){if("string"!=typeof a)throw new ColorError(a);if("transparent"===a.trim().toLowerCase())return[0,0,0,0];let c=a.trim();c=v.test(a)?nameToHex(a):a;let s=d.exec(c);if(s){let a=Array.from(s).slice(1);return[...a.slice(0,3).map(a=>parseInt(r(a,2),16)),parseInt(r(a[3]||"f",2),16)/255]}let g=u.exec(c);if(g){let a=Array.from(g).slice(1);return[...a.slice(0,3).map(a=>parseInt(a,16)),parseInt(a[3]||"ff",16)/255]}let y=p.exec(c);if(y){let a=Array.from(y).slice(1);return[...a.slice(0,3).map(a=>parseInt(a,10)),parseFloat(a[3]||"1")]}let m=h.exec(c);if(m){let[c,s,d,u]=Array.from(m).slice(1).map(parseFloat);if(guard(0,100,s)!==s||guard(0,100,d)!==d)throw new ColorError(a);return[...hslToRgb(c,s,d),Number.isNaN(u)?1:u]}throw new ColorError(a)}function hash(a){let c=5381,s=a.length;for(;s;)c=33*c^a.charCodeAt(--s);return(c>>>0)%2341}let colorToInt=a=>parseInt(a.replace(/_/g,""),36),s="1q29ehhb 1n09sgk7 1kl1ekf_ _yl4zsno 16z9eiv3 1p29lhp8 _bd9zg04 17u0____ _iw9zhe5 _to73___ _r45e31e _7l6g016 _jh8ouiv _zn3qba8 1jy4zshs 11u87k0u 1ro9yvyo 1aj3xael 1gz9zjz0 _3w8l4xo 1bf1ekf_ _ke3v___ _4rrkb__ 13j776yz _646mbhl _nrjr4__ _le6mbhl 1n37ehkb _m75f91n _qj3bzfz 1939yygw 11i5z6x8 _1k5f8xs 1509441m 15t5lwgf _ae2th1n _tg1ugcv 1lp1ugcv 16e14up_ _h55rw7n _ny9yavn _7a11xb_ 1ih442g9 _pv442g9 1mv16xof 14e6y7tu 1oo9zkds 17d1cisi _4v9y70f _y98m8kc 1019pq0v 12o9zda8 _348j4f4 1et50i2o _8epa8__ _ts6senj 1o350i2o 1mi9eiuo 1259yrp0 1ln80gnw _632xcoy 1cn9zldc _f29edu4 1n490c8q _9f9ziet 1b94vk74 _m49zkct 1kz6s73a 1eu9dtog _q58s1rz 1dy9sjiq __u89jo3 _aj5nkwg _ld89jo3 13h9z6wx _qa9z2ii _l119xgq _bs5arju 1hj4nwk9 1qt4nwk9 1ge6wau6 14j9zlcw 11p1edc_ _ms1zcxe _439shk6 _jt9y70f _754zsow 1la40eju _oq5p___ _x279qkz 1fa5r3rv _yd2d9ip _424tcku _8y1di2_ _zi2uabw _yy7rn9h 12yz980_ __39ljp6 1b59zg0x _n39zfzp 1fy9zest _b33k___ _hp9wq92 1il50hz4 _io472ub _lj9z3eo 19z9ykg0 _8t8iu3a 12b9bl4a 1ak5yw0o _896v4ku _tb8k8lv _s59zi6t _c09ze0p 1lg80oqn 1id9z8wb _238nba5 1kq6wgdi _154zssg _tn3zk49 _da9y6tc 1sg7cv4f _r12jvtt 1gq5fmkz 1cs9rvci _lp9jn1c _xw1tdnb 13f9zje6 16f6973h _vo7ir40 _bt5arjf _rc45e4t _hr4e100 10v4e100 _hc9zke2 _w91egv_ _sj2r1kk 13c87yx8 _vqpds__ _ni8ggk8 _tj9yqfb 1ia2j4r4 _7x9b10u 1fc9ld4j 1eq9zldr _5j9lhpx _ez9zl6o _md61fzm".split(" ").reduce((a,c)=>{let s=colorToInt(c.substring(0,3)),d=colorToInt(c.substring(3)).toString(16),u="";for(let a=0;a<6-d.length;a++)u+="0";return a[s]=`${u}${d}`,a},{});function nameToHex(a){let c=a.toLowerCase().trim(),d=s[hash(c)];if(!d)throw new ColorError(a);return`#${d}`}let r=(a,c)=>Array.from(Array(c)).map(()=>a).join(""),d=RegExp(`^#${r("([a-f0-9])",3)}([a-f0-9])?$`,"i"),u=RegExp(`^#${r("([a-f0-9]{2})",3)}([a-f0-9]{2})?$`,"i"),p=RegExp(`^rgba?\\(\\s*(\\d+)\\s*${r(",\\s*(\\d+)\\s*",2)}(?:,\\s*([\\d.]+))?\\s*\\)$`,"i"),h=/^hsla?\(\s*([\d.]+)\s*,\s*([\d.]+)%\s*,\s*([\d.]+)%(?:\s*,\s*([\d.]+))?\s*\)$/i,v=/^[a-z]+$/i,roundColor=a=>Math.round(255*a),hslToRgb=(a,c,s)=>{let d=s/100;if(0===c)return[d,d,d].map(roundColor);let u=(a%360+360)%360/60,p=(1-Math.abs(2*d-1))*(c/100),h=p*(1-Math.abs(u%2-1)),v=0,g=0,y=0;u>=0&&u<1?(v=p,g=h):u>=1&&u<2?(v=h,g=p):u>=2&&u<3?(g=p,y=h):u>=3&&u<4?(g=h,y=p):u>=4&&u<5?(v=h,y=p):u>=5&&u<6&&(v=p,y=h);let m=d-p/2,k=v+m,M=g+m,b=y+m;return[k,M,b].map(roundColor)};function parseToHsla(a){let[c,s,d,u]=parseToRgba(a).map((a,c)=>3===c?a:a/255),p=Math.max(c,s,d),h=Math.min(c,s,d),v=(p+h)/2;if(p===h)return[0,0,v,u];let g=p-h;return[60*(c===p?(s-d)/g+(s.5?g/(2-p-h):g/(p+h),v,u]}function hsla(a,c,s,d){return`hsla(${(a%360).toFixed()}, ${guard(0,100,100*c).toFixed()}%, ${guard(0,100,100*s).toFixed()}%, ${parseFloat(guard(0,1,d).toFixed(3))})`}function adjustHue(a,c){let[s,d,u,p]=parseToHsla(a);return hsla(s+c,d,u,p)}function darken(a,c){let[s,d,u,p]=parseToHsla(a);return hsla(s,d,u-c,p)}function desaturate(a,c){let[s,d,u,p]=parseToHsla(a);return hsla(s,d-c,u,p)}function getLuminance(a){if("transparent"===a)return 0;function f(a){let c=a/255;return c<=.03928?c/12.92:Math.pow((c+.055)/1.055,2.4)}let[c,s,d]=parseToRgba(a);return .2126*f(c)+.7152*f(s)+.0722*f(d)}function getContrast(a,c){let s=getLuminance(a),d=getLuminance(c);return s>d?(s+.05)/(d+.05):(d+.05)/(s+.05)}function rgba(a,c,s,d){return`rgba(${guard(0,255,a).toFixed()}, ${guard(0,255,c).toFixed()}, ${guard(0,255,s).toFixed()}, ${parseFloat(guard(0,1,d).toFixed(3))})`}function mix(a,c,s){let normalize=(a,c)=>3===c?a:a/255,[d,u,p,h]=parseToRgba(a).map(normalize),[v,g,y,m]=parseToRgba(c).map(normalize),k=m-h,M=2*s-1,b=((M*k==-1?M:M+k/(1+M*k))+1)/2,I=1-b;return rgba((d*I+v*b)*255,(u*I+g*b)*255,(p*I+y*b)*255,m*s+h*(1-s))}function getScale(...a){return c=>{let s=a.length-1,d=guard(0,s,Math.floor(c*s)),u=guard(0,s,Math.ceil(c*s)),p=a[d],h=a[u],v=1/s;return mix(p,h,(c-v*d)/v)}}let g={decorative:1.5,readable:3,aa:4.5,aaa:7};function hasBadContrast(a,c="aa",s="#fff"){return getContrast(a,s).179}function readableColor(a){return readableColorIsBlack(a)?"#000":"#fff"}function saturate(a,c){return desaturate(a,-c)}function toHex(a){let[c,s,d,u]=parseToRgba(a),hex=a=>{let c=guard(0,255,a).toString(16);return 1===c.length?`0${c}`:c};return`#${hex(c)}${hex(s)}${hex(d)}${u<1?hex(Math.round(255*u)):""}`}function toRgba(a){return rgba(...parseToRgba(a))}function toHsla(a){return hsla(...parseToHsla(a))}c.ColorError=ColorError,c.adjustHue=adjustHue,c.darken=darken,c.desaturate=desaturate,c.getContrast=getContrast,c.getLuminance=getLuminance,c.getScale=getScale,c.guard=guard,c.hasBadContrast=hasBadContrast,c.hsla=hsla,c.lighten=lighten,c.mix=mix,c.opacify=opacify,c.parseToHsla=parseToHsla,c.parseToRgba=parseToRgba,c.readableColor=readableColor,c.readableColorIsBlack=readableColorIsBlack,c.rgba=rgba,c.saturate=saturate,c.toHex=toHex,c.toHsla=toHsla,c.toRgba=toRgba,c.transparentize=transparentize},20640:function(a,c,s){"use strict";var d=s(11742),u={"text/plain":"Text","text/html":"Url",default:"Text"};function format(a){var c=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return a.replace(/#{\s*key\s*}/g,c)}function copy(a,c){var s,p,h,v,g,y,m=!1;c||(c={}),s=c.debug||!1;try{if(h=d(),v=document.createRange(),g=document.getSelection(),(y=document.createElement("span")).textContent=a,y.ariaHidden="true",y.style.all="unset",y.style.position="fixed",y.style.top=0,y.style.clip="rect(0, 0, 0, 0)",y.style.whiteSpace="pre",y.style.webkitUserSelect="text",y.style.MozUserSelect="text",y.style.msUserSelect="text",y.style.userSelect="text",y.addEventListener("copy",function(d){if(d.stopPropagation(),c.format){if(d.preventDefault(),void 0===d.clipboardData){s&&console.warn("unable to use e.clipboardData"),s&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var p=u[c.format]||u.default;window.clipboardData.setData(p,a)}else d.clipboardData.clearData(),d.clipboardData.setData(c.format,a)}c.onCopy&&(d.preventDefault(),c.onCopy(d.clipboardData))}),document.body.appendChild(y),v.selectNodeContents(y),g.addRange(v),!document.execCommand("copy"))throw Error("copy command was unsuccessful");m=!0}catch(d){s&&console.error("unable to copy using execCommand: ",d),s&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(c.format||"text",a),c.onCopy&&c.onCopy(window.clipboardData),m=!0}catch(d){s&&console.error("unable to copy using clipboardData: ",d),s&&console.error("falling back to prompt"),p=format("message"in c?c.message:"Copy to clipboard: #{key}, Enter"),window.prompt(p,a)}}finally{g&&("function"==typeof g.removeRange?g.removeRange(v):g.removeAllRanges()),y&&document.body.removeChild(y),h()}return m}a.exports=copy},78492:function(a,c,s){"use strict";function invariant(a,c){if(!a)throw Error("Invariant failed")}s.r(c),s.d(c,{calculateBox:function(){return calculateBox},createBox:function(){return createBox},expand:function(){return expand},getBox:function(){return getBox},getRect:function(){return getRect},offset:function(){return offset},shrink:function(){return shrink},withScroll:function(){return withScroll}});var getRect=function(a){var c=a.top,s=a.right,d=a.bottom,u=a.left;return{top:c,right:s,bottom:d,left:u,width:s-u,height:d-c,x:u,y:c,center:{x:(s+u)/2,y:(d+c)/2}}},expand=function(a,c){return{top:a.top-c.top,left:a.left-c.left,bottom:a.bottom+c.bottom,right:a.right+c.right}},shrink=function(a,c){return{top:a.top+c.top,left:a.left+c.left,bottom:a.bottom-c.bottom,right:a.right-c.right}},d={top:0,right:0,bottom:0,left:0},createBox=function(a){var c=a.borderBox,s=a.margin,u=void 0===s?d:s,p=a.border,h=void 0===p?d:p,v=a.padding,g=void 0===v?d:v,y=getRect(expand(c,u)),m=getRect(shrink(c,h)),k=getRect(shrink(m,g));return{marginBox:y,borderBox:getRect(c),paddingBox:m,contentBox:k,margin:u,border:h,padding:g}},parse=function(a){var c=a.slice(0,-2);if("px"!==a.slice(-2))return 0;var s=Number(c);return isNaN(s)&&invariant(!1),s},offset=function(a,c){var s=a.borderBox,d=a.border,u=a.margin,p=a.padding;return createBox({borderBox:{top:s.top+c.y,left:s.left+c.x,bottom:s.bottom+c.y,right:s.right+c.x},border:d,margin:u,padding:p})},withScroll=function(a,c){return void 0===c&&(c={x:window.pageXOffset,y:window.pageYOffset}),offset(a,c)},calculateBox=function(a,c){return createBox({borderBox:a,margin:{top:parse(c.marginTop),right:parse(c.marginRight),bottom:parse(c.marginBottom),left:parse(c.marginLeft)},padding:{top:parse(c.paddingTop),right:parse(c.paddingRight),bottom:parse(c.paddingBottom),left:parse(c.paddingLeft)},border:{top:parse(c.borderTopWidth),right:parse(c.borderRightWidth),bottom:parse(c.borderBottomWidth),left:parse(c.borderLeftWidth)}})},getBox=function(a){return calculateBox(a.getBoundingClientRect(),window.getComputedStyle(a))}},33505:function(a,c,s){"use strict";function _objectWithoutPropertiesLoose(a,c){if(null==a)return{};var s,d,u={},p=Object.keys(a);for(d=0;d=0||(u[s]=a[s]);return u}function _extends(){return(_extends=Object.assign?Object.assign.bind():function(a){for(var c=1;c"object"==typeof a&&null!=a&&1===a.nodeType,t=(a,c)=>(!c||"hidden"!==a)&&"visible"!==a&&"clip"!==a,n=(a,c)=>{if(a.clientHeight{if(!a.ownerDocument||!a.ownerDocument.defaultView)return null;try{return a.ownerDocument.defaultView.frameElement}catch(a){return null}})(a))&&(s.clientHeightpc||p>a&&h=c&&v>=s?p-a-d:h>c&&vs?h-c+u:0,i=a=>{let c=a.parentElement;return null==c?a.getRootNode().host||null:c};var o=(a,c)=>{var s,d,u,p,h,v;if("undefined"==typeof document)return[];let{scrollMode:g,block:y,inline:m,boundary:k,skipOverflowHiddenElements:M}=c,b="function"==typeof k?k:a=>a!==k;if(!e(a))throw TypeError("Invalid target");let I=document.scrollingElement||document.documentElement,C=[],x=a;for(;e(x)&&b(x);){if((x=i(x))===I){C.push(x);break}null!=x&&x===document.body&&n(x)&&!n(document.documentElement)||null!=x&&n(x,M)&&C.push(x)}let R=null!=(d=null==(s=window.visualViewport)?void 0:s.width)?d:innerWidth,S=null!=(p=null==(u=window.visualViewport)?void 0:u.height)?p:innerHeight,_=null!=(h=window.scrollX)?h:pageXOffset,w=null!=(v=window.scrollY)?v:pageYOffset,{height:P,width:O,top:F,right:D,bottom:j,left:E}=a.getBoundingClientRect(),T="start"===y||"nearest"===y?F:"end"===y?j:F+P/2,B="center"===m?E+O/2:"end"===m?D:E,N=[];for(let a=0;a=0&&E>=0&&j<=S&&D<=R&&F>=u&&j<=h&&E>=v&&D<=p)break;let k=getComputedStyle(c),M=parseInt(k.borderLeftWidth,10),b=parseInt(k.borderTopWidth,10),x=parseInt(k.borderRightWidth,10),$=parseInt(k.borderBottomWidth,10),L=0,W=0,H="offsetWidth"in c?c.offsetWidth-c.clientWidth-M-x:0,V="offsetHeight"in c?c.offsetHeight-c.clientHeight-b-$:0,q="offsetWidth"in c?0===c.offsetWidth?0:d/c.offsetWidth:0,U="offsetHeight"in c?0===c.offsetHeight?0:s/c.offsetHeight:0;if(I===c)L="start"===y?T:"end"===y?T-S:"nearest"===y?l(w,w+S,S,b,$,w+T,w+T+P,P):T-S/2,W="start"===m?B:"center"===m?B-R/2:"end"===m?B-R:l(_,_+R,R,M,x,_+B,_+B+O,O),L=Math.max(0,L+w),W=Math.max(0,W+_);else{L="start"===y?T-u-b:"end"===y?T-h+$+V:"nearest"===y?l(u,h,s,b,$+V,T,T+P,P):T-(u+s/2)+V/2,W="start"===m?B-v-M:"center"===m?B-(v+d/2)+H/2:"end"===m?B-p+x+H:l(v,p,d,M,x+H,B,B+O,O);let{scrollLeft:a,scrollTop:g}=c;L=Math.max(0,Math.min(g+L/U,c.scrollHeight-s/U+V)),W=Math.max(0,Math.min(a+W/q,c.scrollWidth-d/q+H)),T+=g-L,B+=a-W}N.push({el:c,top:L,left:W})}return N},__assign=function(){return(__assign=Object.assign||function(a){for(var c,s=1,d=arguments.length;s1?s-1:0),u=1;u=37&&s<=40&&0!==c.indexOf("Arrow")?"Arrow"+c:c}function getNextWrappingIndex(a,c,s,d,u){if(void 0===u&&(u=!0),0===s)return -1;var p=s-1;("number"!=typeof c||c<0||c>=s)&&(c=a>0?-1:p+1);var h=c+a;h<0?h=u?p:0:h>p&&(h=u?0:p);var v=getNextNonDisabledIndex(a,h,s,d,u);return -1===v?c>=s?-1:c:v}function getNextNonDisabledIndex(a,c,s,d,u){var p=d(c);if(!p||!p.hasAttribute("disabled"))return c;if(a>0){for(var h=c+1;h=0;v--)if(!d(v).hasAttribute("disabled"))return v;return u?a>0?getNextNonDisabledIndex(1,0,s,d,!1):getNextNonDisabledIndex(-1,s-1,s,d,!1):-1}function targetWithinDownshift(a,c,s,d){return void 0===d&&(d=!0),c.some(function(c){return c&&(isOrContainsNode(c,a,s)||d&&isOrContainsNode(c,s.document.activeElement,s))})}var y=debounce(function(a){getStatusDiv(a).textContent=""},500);function setStatus(a,c){var s=getStatusDiv(c);a&&(s.textContent=a,y(c))}function getStatusDiv(a){void 0===a&&(a=document);var c=a.getElementById("a11y-status-message");return c||((c=a.createElement("div")).setAttribute("id","a11y-status-message"),c.setAttribute("role","status"),c.setAttribute("aria-live","polite"),c.setAttribute("aria-relevant","additions text"),Object.assign(c.style,{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"}),a.body.appendChild(c)),c}var m=Object.freeze({__proto__:null,unknown:0,mouseUp:1,itemMouseEnter:2,keyDownArrowUp:3,keyDownArrowDown:4,keyDownEscape:5,keyDownEnter:6,keyDownHome:7,keyDownEnd:8,clickItem:9,blurInput:10,changeInput:11,keyDownSpaceButton:12,clickButton:13,blurButton:14,controlledPropUpdatedSelectedItem:15,touchEnd:16}),k=["refKey","ref"],M=["onClick","onPress","onKeyDown","onKeyUp","onBlur"],b=["onKeyDown","onBlur","onChange","onInput","onChangeText"],I=["refKey","ref"],C=["onMouseMove","onMouseDown","onClick","onPress","index","item"],x=((d=function(a){function Downshift(c){(s=a.call(this,c)||this).id=s.props.id||"downshift-"+generateId(),s.menuId=s.props.menuId||s.id+"-menu",s.labelId=s.props.labelId||s.id+"-label",s.inputId=s.props.inputId||s.id+"-input",s.getItemId=s.props.getItemId||function(a){return s.id+"-item-"+a},s.input=null,s.items=[],s.itemCount=null,s.previousResultCount=0,s.timeoutIds=[],s.internalSetTimeout=function(a,c){var d=setTimeout(function(){s.timeoutIds=s.timeoutIds.filter(function(a){return a!==d}),a()},c);s.timeoutIds.push(d)},s.setItemCount=function(a){s.itemCount=a},s.unsetItemCount=function(){s.itemCount=null},s.setHighlightedIndex=function(a,c){void 0===a&&(a=s.props.defaultHighlightedIndex),void 0===c&&(c={}),c=pickState(c),s.internalSetState(_extends({highlightedIndex:a},c))},s.clearSelection=function(a){s.internalSetState({selectedItem:null,inputValue:"",highlightedIndex:s.props.defaultHighlightedIndex,isOpen:s.props.defaultIsOpen},a)},s.selectItem=function(a,c,d){c=pickState(c),s.internalSetState(_extends({isOpen:s.props.defaultIsOpen,highlightedIndex:s.props.defaultHighlightedIndex,selectedItem:a,inputValue:s.props.itemToString(a)},c),d)},s.selectItemAtIndex=function(a,c,d){var u=s.items[a];null!=u&&s.selectItem(u,c,d)},s.selectHighlightedItem=function(a,c){return s.selectItemAtIndex(s.getState().highlightedIndex,a,c)},s.internalSetState=function(a,c){var d,u,p={},h="function"==typeof a;return!h&&a.hasOwnProperty("inputValue")&&s.props.onInputValueChange(a.inputValue,_extends({},s.getStateAndHelpers(),a)),s.setState(function(c){c=s.getState(c);var v=h?a(c):a;d=(v=s.props.stateReducer(c,v)).hasOwnProperty("selectedItem");var g={};return d&&v.selectedItem!==c.selectedItem&&(u=v.selectedItem),v.type=v.type||0,Object.keys(v).forEach(function(a){c[a]!==v[a]&&(p[a]=v[a]),"type"!==a&&(v[a],isControlledProp(s.props,a)||(g[a]=v[a]))}),h&&v.hasOwnProperty("inputValue")&&s.props.onInputValueChange(v.inputValue,_extends({},s.getStateAndHelpers(),v)),g},function(){cbToCb(c)(),Object.keys(p).length>1&&s.props.onStateChange(p,s.getStateAndHelpers()),d&&s.props.onSelect(a.selectedItem,s.getStateAndHelpers()),void 0!==u&&s.props.onChange(u,s.getStateAndHelpers()),s.props.onUserAction(p,s.getStateAndHelpers())})},s.rootRef=function(a){return s._rootNode=a},s.getRootProps=function(a,c){var d,u=void 0===a?{}:a,p=u.refKey,h=void 0===p?"ref":p,v=u.ref,g=_objectWithoutPropertiesLoose(u,k),y=(void 0===c?{}:c).suppressRefError;s.getRootProps.called=!0,s.getRootProps.refKey=h,s.getRootProps.suppressRefError=void 0!==y&&y;var m=s.getState().isOpen;return _extends(((d={})[h]=handleRefs(v,s.rootRef),d.role="combobox",d["aria-expanded"]=m,d["aria-haspopup"]="listbox",d["aria-owns"]=m?s.menuId:null,d["aria-labelledby"]=s.labelId,d),g)},s.keyDownHandlers={ArrowDown:function(a){var c=this;if(a.preventDefault(),this.getState().isOpen){var s=a.shiftKey?5:1;this.moveHighlightedIndex(s,{type:4})}else this.internalSetState({isOpen:!0,type:4},function(){var a=c.getItemCount();if(a>0){var s=getNextWrappingIndex(1,c.getState().highlightedIndex,a,function(a){return c.getItemNodeFromIndex(a)});c.setHighlightedIndex(s,{type:4})}})},ArrowUp:function(a){var c=this;if(a.preventDefault(),this.getState().isOpen){var s=a.shiftKey?-5:-1;this.moveHighlightedIndex(s,{type:3})}else this.internalSetState({isOpen:!0,type:3},function(){var a=c.getItemCount();if(a>0){var s=getNextWrappingIndex(-1,c.getState().highlightedIndex,a,function(a){return c.getItemNodeFromIndex(a)});c.setHighlightedIndex(s,{type:3})}})},Enter:function(a){if(229!==a.which){var c=this.getState(),s=c.isOpen,d=c.highlightedIndex;if(s&&null!=d){a.preventDefault();var u=this.items[d],p=this.getItemNodeFromIndex(d);if(null==u||p&&p.hasAttribute("disabled"))return;this.selectHighlightedItem({type:6})}}},Escape:function(a){a.preventDefault(),this.reset(_extends({type:5},!this.state.isOpen&&{selectedItem:null,inputValue:""}))}},s.buttonKeyDownHandlers=_extends({},s.keyDownHandlers,{" ":function(a){a.preventDefault(),this.toggleMenu({type:12})}}),s.inputKeyDownHandlers=_extends({},s.keyDownHandlers,{Home:function(a){var c=this,s=this.getState().isOpen;if(s){a.preventDefault();var d=this.getItemCount();if(!(d<=0)&&s){var u=getNextNonDisabledIndex(1,0,d,function(a){return c.getItemNodeFromIndex(a)},!1);this.setHighlightedIndex(u,{type:7})}}},End:function(a){var c=this,s=this.getState().isOpen;if(s){a.preventDefault();var d=this.getItemCount();if(!(d<=0)&&s){var u=getNextNonDisabledIndex(-1,d-1,d,function(a){return c.getItemNodeFromIndex(a)},!1);this.setHighlightedIndex(u,{type:8})}}}}),s.getToggleButtonProps=function(a){var c=void 0===a?{}:a,d=c.onClick;c.onPress;var u=c.onKeyDown,p=c.onKeyUp,h=c.onBlur,v=_objectWithoutPropertiesLoose(c,M),g=s.getState().isOpen,y={onClick:callAllEventHandlers(d,s.buttonHandleClick),onKeyDown:callAllEventHandlers(u,s.buttonHandleKeyDown),onKeyUp:callAllEventHandlers(p,s.buttonHandleKeyUp),onBlur:callAllEventHandlers(h,s.buttonHandleBlur)},m=v.disabled?{}:y;return _extends({type:"button",role:"button","aria-label":g?"close menu":"open menu","aria-haspopup":!0,"data-toggle":!0},m,v)},s.buttonHandleKeyUp=function(a){a.preventDefault()},s.buttonHandleKeyDown=function(a){var c=normalizeArrowKey(a);s.buttonKeyDownHandlers[c]&&s.buttonKeyDownHandlers[c].call(_assertThisInitialized(s),a)},s.buttonHandleClick=function(a){a.preventDefault(),s.props.environment.document.activeElement===s.props.environment.document.body&&a.target.focus(),s.internalSetTimeout(function(){return s.toggleMenu({type:13})})},s.buttonHandleBlur=function(a){var c=a.target;s.internalSetTimeout(function(){s.isMouseDown||null!=s.props.environment.document.activeElement&&s.props.environment.document.activeElement.id===s.inputId||s.props.environment.document.activeElement===c||s.reset({type:14})})},s.getLabelProps=function(a){return _extends({htmlFor:s.inputId,id:s.labelId},a)},s.getInputProps=function(a){var c,d=void 0===a?{}:a,u=d.onKeyDown,p=d.onBlur,h=d.onChange,v=d.onInput;d.onChangeText;var g=_objectWithoutPropertiesLoose(d,b),y={},m=s.getState(),k=m.inputValue,M=m.isOpen,I=m.highlightedIndex;return g.disabled||((c={}).onChange=callAllEventHandlers(h,v,s.inputHandleChange),c.onKeyDown=callAllEventHandlers(u,s.inputHandleKeyDown),c.onBlur=callAllEventHandlers(p,s.inputHandleBlur),y=c),_extends({"aria-autocomplete":"list","aria-activedescendant":M&&"number"==typeof I&&I>=0?s.getItemId(I):null,"aria-controls":M?s.menuId:null,"aria-labelledby":g&&g["aria-label"]?void 0:s.labelId,autoComplete:"off",value:k,id:s.inputId},y,g)},s.inputHandleKeyDown=function(a){var c=normalizeArrowKey(a);c&&s.inputKeyDownHandlers[c]&&s.inputKeyDownHandlers[c].call(_assertThisInitialized(s),a)},s.inputHandleChange=function(a){s.internalSetState({type:11,isOpen:!0,inputValue:a.target.value,highlightedIndex:s.props.defaultHighlightedIndex})},s.inputHandleBlur=function(){s.internalSetTimeout(function(){var a=s.props.environment.document&&!!s.props.environment.document.activeElement&&!!s.props.environment.document.activeElement.dataset&&s.props.environment.document.activeElement.dataset.toggle&&s._rootNode&&s._rootNode.contains(s.props.environment.document.activeElement);s.isMouseDown||a||s.reset({type:10})})},s.menuRef=function(a){s._menuNode=a},s.getMenuProps=function(a,c){var d,u=void 0===a?{}:a,p=u.refKey,h=void 0===p?"ref":p,v=u.ref,g=_objectWithoutPropertiesLoose(u,I),y=(void 0===c?{}:c).suppressRefError;return s.getMenuProps.called=!0,s.getMenuProps.refKey=h,s.getMenuProps.suppressRefError=void 0!==y&&y,_extends(((d={})[h]=handleRefs(v,s.menuRef),d.role="listbox",d["aria-labelledby"]=g&&g["aria-label"]?null:s.labelId,d.id=s.menuId,d),g)},s.getItemProps=function(a){var c,d=void 0===a?{}:a,u=d.onMouseMove,p=d.onMouseDown,h=d.onClick;d.onPress;var v=d.index,g=d.item,y=void 0===g?void 0:g,m=_objectWithoutPropertiesLoose(d,C);void 0===v?(s.items.push(y),v=s.items.indexOf(y)):s.items[v]=y;var k=((c={onMouseMove:callAllEventHandlers(u,function(){v!==s.getState().highlightedIndex&&(s.setHighlightedIndex(v,{type:2}),s.avoidScrolling=!0,s.internalSetTimeout(function(){return s.avoidScrolling=!1},250))}),onMouseDown:callAllEventHandlers(p,function(a){a.preventDefault()})}).onClick=callAllEventHandlers(h,function(){s.selectItemAtIndex(v,{type:9})}),c),M=m.disabled?{onMouseDown:k.onMouseDown}:k;return _extends({id:s.getItemId(v),role:"option","aria-selected":s.getState().highlightedIndex===v},M,m)},s.clearItems=function(){s.items=[]},s.reset=function(a,c){void 0===a&&(a={}),a=pickState(a),s.internalSetState(function(c){var d=c.selectedItem;return _extends({isOpen:s.props.defaultIsOpen,highlightedIndex:s.props.defaultHighlightedIndex,inputValue:s.props.itemToString(d)},a)},c)},s.toggleMenu=function(a,c){void 0===a&&(a={}),a=pickState(a),s.internalSetState(function(c){var d=c.isOpen;return _extends({isOpen:!d},d&&{highlightedIndex:s.props.defaultHighlightedIndex},a)},function(){var d=s.getState(),u=d.isOpen,p=d.highlightedIndex;u&&s.getItemCount()>0&&"number"==typeof p&&s.setHighlightedIndex(p,a),cbToCb(c)()})},s.openMenu=function(a){s.internalSetState({isOpen:!0},a)},s.closeMenu=function(a){s.internalSetState({isOpen:!1},a)},s.updateStatus=debounce(function(){var a=s.getState(),c=s.items[a.highlightedIndex],d=s.getItemCount(),u=s.props.getA11yStatusMessage(_extends({itemToString:s.props.itemToString,previousResultCount:s.previousResultCount,resultCount:d,highlightedItem:c},a));s.previousResultCount=d,setStatus(u,s.props.environment.document)},200);var s,d=s.props,u=d.defaultHighlightedIndex,p=d.initialHighlightedIndex,h=d.defaultIsOpen,v=d.initialIsOpen,g=d.initialInputValue,y=d.initialSelectedItem,m=s.getState({highlightedIndex:void 0===p?u:p,isOpen:void 0===v?h:v,inputValue:void 0===g?"":g,selectedItem:void 0===y?null:y});return null!=m.selectedItem&&void 0===s.props.initialInputValue&&(m.inputValue=s.props.itemToString(m.selectedItem)),s.state=m,s}_inheritsLoose(Downshift,a);var c=Downshift.prototype;return c.internalClearTimeouts=function(){this.timeoutIds.forEach(function(a){clearTimeout(a)}),this.timeoutIds=[]},c.getState=function(a){return void 0===a&&(a=this.state),getState(a,this.props)},c.getItemCount=function(){var a=this.items.length;return null!=this.itemCount?a=this.itemCount:void 0!==this.props.itemCount&&(a=this.props.itemCount),a},c.getItemNodeFromIndex=function(a){return this.props.environment.document.getElementById(this.getItemId(a))},c.scrollHighlightedItemIntoView=function(){var a=this.getItemNodeFromIndex(this.getState().highlightedIndex);this.props.scrollIntoView(a,this._menuNode)},c.moveHighlightedIndex=function(a,c){var s=this,d=this.getItemCount(),u=this.getState().highlightedIndex;if(d>0){var p=getNextWrappingIndex(a,u,d,function(a){return s.getItemNodeFromIndex(a)});this.setHighlightedIndex(p,c)}},c.getStateAndHelpers=function(){var a=this.getState(),c=a.highlightedIndex,s=a.inputValue,d=a.selectedItem,u=a.isOpen,p=this.props.itemToString,h=this.id,v=this.getRootProps,g=this.getToggleButtonProps,y=this.getLabelProps,m=this.getMenuProps,k=this.getInputProps,M=this.getItemProps,b=this.openMenu,I=this.closeMenu,C=this.toggleMenu,x=this.selectItem,R=this.selectItemAtIndex,S=this.selectHighlightedItem,_=this.setHighlightedIndex,w=this.clearSelection,P=this.clearItems;return{getRootProps:v,getToggleButtonProps:g,getLabelProps:y,getMenuProps:m,getInputProps:k,getItemProps:M,reset:this.reset,openMenu:b,closeMenu:I,toggleMenu:C,selectItem:x,selectItemAtIndex:R,selectHighlightedItem:S,setHighlightedIndex:_,clearSelection:w,clearItems:P,setItemCount:this.setItemCount,unsetItemCount:this.unsetItemCount,setState:this.internalSetState,itemToString:p,id:h,highlightedIndex:c,inputValue:s,isOpen:u,selectedItem:d}},c.componentDidMount=function(){var a=this,onMouseDown=function(){a.isMouseDown=!0},onMouseUp=function(c){a.isMouseDown=!1,!targetWithinDownshift(c.target,[a._rootNode,a._menuNode],a.props.environment)&&a.getState().isOpen&&a.reset({type:1},function(){return a.props.onOuterClick(a.getStateAndHelpers())})},onTouchStart=function(){a.isTouchMove=!1},onTouchMove=function(){a.isTouchMove=!0},onTouchEnd=function(c){var s=targetWithinDownshift(c.target,[a._rootNode,a._menuNode],a.props.environment,!1);a.isTouchMove||s||!a.getState().isOpen||a.reset({type:16},function(){return a.props.onOuterClick(a.getStateAndHelpers())})},c=this.props.environment;c.addEventListener("mousedown",onMouseDown),c.addEventListener("mouseup",onMouseUp),c.addEventListener("touchstart",onTouchStart),c.addEventListener("touchmove",onTouchMove),c.addEventListener("touchend",onTouchEnd),this.cleanup=function(){a.internalClearTimeouts(),a.updateStatus.cancel(),c.removeEventListener("mousedown",onMouseDown),c.removeEventListener("mouseup",onMouseUp),c.removeEventListener("touchstart",onTouchStart),c.removeEventListener("touchmove",onTouchMove),c.removeEventListener("touchend",onTouchEnd)}},c.shouldScroll=function(a,c){var s=(void 0===this.props.highlightedIndex?this.getState():this.props).highlightedIndex,d=(void 0===c.highlightedIndex?a:c).highlightedIndex;return s&&this.getState().isOpen&&!a.isOpen||s!==d},c.componentDidUpdate=function(a,c){isControlledProp(this.props,"selectedItem")&&this.props.selectedItemChanged(a.selectedItem,this.props.selectedItem)&&this.internalSetState({type:15,inputValue:this.props.itemToString(this.props.selectedItem)}),!this.avoidScrolling&&this.shouldScroll(c,a)&&this.scrollHighlightedItemIntoView(),this.updateStatus()},c.componentWillUnmount=function(){this.cleanup()},c.render=function(){var a=unwrapArray(this.props.children,noop);this.clearItems(),this.getRootProps.called=!1,this.getRootProps.refKey=void 0,this.getRootProps.suppressRefError=void 0,this.getMenuProps.called=!1,this.getMenuProps.refKey=void 0,this.getMenuProps.suppressRefError=void 0,this.getLabelProps.called=!1,this.getInputProps.called=!1;var c=unwrapArray(a(this.getStateAndHelpers()));return c?this.getRootProps.called||this.props.suppressRefError?c:isDOMElement(c)?(0,h.cloneElement)(c,this.getRootProps(getElementProps(c))):void 0:null},Downshift}(h.Component)).defaultProps={defaultHighlightedIndex:null,defaultIsOpen:!1,getA11yStatusMessage:getA11yStatusMessage$1,itemToString:function(a){return null==a?"":String(a)},onStateChange:noop,onInputValueChange:noop,onUserAction:noop,onChange:noop,onSelect:noop,onOuterClick:noop,selectedItemChanged:function(a,c){return a!==c},environment:"undefined"==typeof window?{}:window,stateReducer:function(a,c){return c},suppressRefError:!1,scrollIntoView:scrollIntoView},d.stateChangeTypes=m,d),R=["isInitialMount","highlightedIndex","items","environment"],S={highlightedIndex:-1,isOpen:!1,selectedItem:null,inputValue:""};function callOnChangeProps(a,c,s){var d=a.props,u=a.type,p={};Object.keys(c).forEach(function(d){invokeOnChangeHandler(d,a,c,s),s[d]!==c[d]&&(p[d]=s[d])}),d.onStateChange&&Object.keys(p).length&&d.onStateChange(_extends({type:u},p))}function invokeOnChangeHandler(a,c,s,d){var u=c.props,p=c.type,h="on"+capitalizeString(a)+"Change";u[h]&&void 0!==d[a]&&d[a]!==s[a]&&u[h](_extends({type:p},d))}function stateReducer(a,c){return c.changes}function getA11ySelectionMessage(a){var c=a.selectedItem,s=a.itemToString;return c?s(c)+" has been selected.":""}var _=debounce(function(a,c){setStatus(a(),c)},200),w="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?h.useLayoutEffect:h.useEffect;function useElementIds(a){var c=a.id,s=void 0===c?"downshift-"+generateId():c,d=a.labelId,u=a.menuId,p=a.getItemId,v=a.toggleButtonId,g=a.inputId;return(0,h.useRef)({labelId:d||s+"-label",menuId:u||s+"-menu",getItemId:p||function(a){return s+"-item-"+a},toggleButtonId:v||s+"-toggle-button",inputId:g||s+"-input"}).current}function getItemAndIndex(a,c,s,d){var u,p;if(void 0===a){if(void 0===c)throw Error(d);u=s[c],p=c}else p=void 0===c?s.indexOf(a):c,u=a;return[u,p]}function isAcceptedCharacterKey(a){return/^\S{1}$/.test(a)}function capitalizeString(a){return""+a.slice(0,1).toUpperCase()+a.slice(1)}function useLatestRef(a){var c=(0,h.useRef)(a);return c.current=a,c}function useEnhancedReducer(a,c,s){var d=(0,h.useRef)(),u=(0,h.useRef)(),p=(0,h.useCallback)(function(c,s){u.current=s;var d=a(c=getState(c,s.props),s);return s.props.stateReducer(c,_extends({},s,{changes:d}))},[a]),v=(0,h.useReducer)(p,c),g=v[0],y=v[1],m=useLatestRef(s),k=(0,h.useCallback)(function(a){return y(_extends({props:m.current},a))},[m]),M=u.current;return(0,h.useEffect)(function(){M&&d.current&&d.current!==g&&callOnChangeProps(M,getState(d.current,M.props),g),d.current=g},[g,s,M]),[g,k]}function useControlledReducer$1(a,c,s){var d=useEnhancedReducer(a,c,s),u=d[0],p=d[1];return[getState(u,s),p]}var P={itemToString:function(a){return a?String(a):""},stateReducer:stateReducer,getA11ySelectionMessage:getA11ySelectionMessage,scrollIntoView:scrollIntoView,environment:"undefined"==typeof window?{}:window};function getDefaultValue$1(a,c,s){void 0===s&&(s=S);var d=a["default"+capitalizeString(c)];return void 0!==d?d:s[c]}function getInitialValue$1(a,c,s){void 0===s&&(s=S);var d=a[c];if(void 0!==d)return d;var u=a["initial"+capitalizeString(c)];return void 0!==u?u:getDefaultValue$1(a,c,s)}function getInitialState$2(a){var c=getInitialValue$1(a,"selectedItem"),s=getInitialValue$1(a,"isOpen"),d=getInitialValue$1(a,"highlightedIndex"),u=getInitialValue$1(a,"inputValue");return{highlightedIndex:d<0&&c&&s?a.items.indexOf(c):d,isOpen:s,selectedItem:c,inputValue:u}}function getHighlightedIndexOnOpen(a,c,s){var d=a.items,u=a.initialHighlightedIndex,p=a.defaultHighlightedIndex,h=c.selectedItem,v=c.highlightedIndex;return 0===d.length?-1:void 0!==u&&v===u?u:void 0!==p?p:h?d.indexOf(h):0===s?-1:s<0?d.length-1:0}function useMouseAndTouchTracker(a,c,s,d){var u=(0,h.useRef)({isMouseDown:!1,isTouchMove:!1});return(0,h.useEffect)(function(){if((null==s?void 0:s.addEventListener)!=null){var onMouseDown=function(){u.current.isMouseDown=!0},onMouseUp=function(p){u.current.isMouseDown=!1,a&&!targetWithinDownshift(p.target,c.map(function(a){return a.current}),s)&&d()},onTouchStart=function(){u.current.isTouchMove=!1},onTouchMove=function(){u.current.isTouchMove=!0},onTouchEnd=function(p){!a||u.current.isTouchMove||targetWithinDownshift(p.target,c.map(function(a){return a.current}),s,!1)||d()};return s.addEventListener("mousedown",onMouseDown),s.addEventListener("mouseup",onMouseUp),s.addEventListener("touchstart",onTouchStart),s.addEventListener("touchmove",onTouchMove),s.addEventListener("touchend",onTouchEnd),function(){s.removeEventListener("mousedown",onMouseDown),s.removeEventListener("mouseup",onMouseUp),s.removeEventListener("touchstart",onTouchStart),s.removeEventListener("touchmove",onTouchMove),s.removeEventListener("touchend",onTouchEnd)}}},[a,s]),u}var useGetterPropsCalledChecker=function(){return noop};function useA11yMessageSetter(a,c,s){var d=s.isInitialMount,u=s.highlightedIndex,p=s.items,v=s.environment,g=_objectWithoutPropertiesLoose(s,R);(0,h.useEffect)(function(){d||_(function(){return a(_extends({highlightedIndex:u,highlightedItem:p[u],resultCount:p.length},g))},v.document)},c)}function useScrollIntoView(a){var c=a.highlightedIndex,s=a.isOpen,d=a.itemRefs,u=a.getItemNodeFromIndex,p=a.menuElement,v=a.scrollIntoView,g=(0,h.useRef)(!0);return w(function(){!(c<0)&&s&&Object.keys(d.current).length&&(!1===g.current?g.current=!0:v(u(c),p))},[c]),g}var O=noop;function getChangesOnSelection(a,c,s){void 0===s&&(s=!0);var d,u=(null==(d=a.items)?void 0:d.length)&&c>=0;return _extends({isOpen:!1,highlightedIndex:-1},u&&_extends({selectedItem:a.items[c],isOpen:getDefaultValue$1(a,"isOpen"),highlightedIndex:getDefaultValue$1(a,"highlightedIndex")},s&&{inputValue:a.itemToString(a.items[c])}))}function downshiftCommonReducer(a,c,s){var d,u=c.type,p=c.props;switch(u){case s.ItemMouseMove:d={highlightedIndex:c.disabled?-1:c.index};break;case s.MenuMouseLeave:d={highlightedIndex:-1};break;case s.ToggleButtonClick:case s.FunctionToggleMenu:d={isOpen:!a.isOpen,highlightedIndex:a.isOpen?-1:getHighlightedIndexOnOpen(p,a,0)};break;case s.FunctionOpenMenu:d={isOpen:!0,highlightedIndex:getHighlightedIndexOnOpen(p,a,0)};break;case s.FunctionCloseMenu:d={isOpen:!1};break;case s.FunctionSetHighlightedIndex:d={highlightedIndex:c.highlightedIndex};break;case s.FunctionSetInputValue:d={inputValue:c.inputValue};break;case s.FunctionReset:d={highlightedIndex:getDefaultValue$1(p,"highlightedIndex"),isOpen:getDefaultValue$1(p,"isOpen"),selectedItem:getDefaultValue$1(p,"selectedItem"),inputValue:getDefaultValue$1(p,"inputValue")};break;default:throw Error("Reducer called without proper action type.")}return _extends({},a,d)}function getItemIndexByCharacterKey(a){for(var c=a.keysSoFar,s=a.highlightedIndex,d=a.items,u=a.itemToString,p=a.getItemNodeFromIndex,h=c.toLowerCase(),v=0;v=0&&(null==(s=p.items)?void 0:s.length)&&{selectedItem:p.items[a.highlightedIndex]});break;case 19:d={selectedItem:c.selectedItem};break;default:return downshiftCommonReducer(a,c,j)}return _extends({},a,d)}var E=["onMouseLeave","refKey","onKeyDown","onBlur","ref"],T=["onBlur","onClick","onPress","onKeyDown","refKey","ref"],B=["item","index","onMouseMove","onClick","onPress","refKey","ref","disabled"];function useSelect(a){void 0===a&&(a={}),D(a,useSelect);var c=_extends({},F,a),s=c.items,d=c.scrollIntoView,u=c.environment,p=c.itemToString,v=c.getA11ySelectionMessage,g=c.getA11yStatusMessage,y=useControlledReducer$1(downshiftSelectReducer,getInitialState$2(c),c),m=y[0],k=y[1],M=m.isOpen,b=m.highlightedIndex,I=m.selectedItem,C=m.inputValue,x=(0,h.useRef)(null),R=(0,h.useRef)(null),S=(0,h.useRef)({}),_=(0,h.useRef)(null),w=useElementIds(c),P=(0,h.useRef)(),j=(0,h.useRef)(!0),N=useLatestRef({state:m,props:c}),$=(0,h.useCallback)(function(a){return S.current[w.getItemId(a)]},[w]);useA11yMessageSetter(g,[M,b,C,s],_extends({isInitialMount:j.current,previousResultCount:P.current,items:s,environment:u,itemToString:p},m)),useA11yMessageSetter(v,[I],_extends({isInitialMount:j.current,previousResultCount:P.current,items:s,environment:u,itemToString:p},m));var L=useScrollIntoView({menuElement:R.current,highlightedIndex:b,isOpen:M,itemRefs:S,scrollIntoView:d,getItemNodeFromIndex:$});(0,h.useEffect)(function(){return _.current=debounce(function(a){a({type:20,inputValue:""})},500),function(){_.current.cancel()}},[]),(0,h.useEffect)(function(){C&&_.current(k)},[k,C]),O({isInitialMount:j.current,props:c,state:m}),(0,h.useEffect)(function(){j.current||(P.current=s.length)});var W=useMouseAndTouchTracker(M,[R,x],u,function(){k({type:11})}),H=useGetterPropsCalledChecker("getMenuProps","getToggleButtonProps");(0,h.useEffect)(function(){return j.current=!1,function(){j.current=!0}},[]),(0,h.useEffect)(function(){M||(S.current={})},[M]);var V=(0,h.useMemo)(function(){return{ArrowDown:function(a){a.preventDefault(),k({type:1,getItemNodeFromIndex:$,altKey:a.altKey})},ArrowUp:function(a){a.preventDefault(),k({type:2,getItemNodeFromIndex:$,altKey:a.altKey})},Home:function(a){a.preventDefault(),k({type:5,getItemNodeFromIndex:$})},End:function(a){a.preventDefault(),k({type:6,getItemNodeFromIndex:$})},Escape:function(){N.current.state.isOpen&&k({type:4})},Enter:function(a){a.preventDefault(),k({type:N.current.state.isOpen?7:0})},PageUp:function(a){N.current.state.isOpen&&(a.preventDefault(),k({type:9,getItemNodeFromIndex:$}))},PageDown:function(a){N.current.state.isOpen&&(a.preventDefault(),k({type:10,getItemNodeFromIndex:$}))}," ":function(a){a.preventDefault();var c=N.current.state;if(!c.isOpen){k({type:0});return}c.inputValue?k({type:3,key:" ",getItemNodeFromIndex:$}):k({type:8})}}},[k,$,N]),q=(0,h.useCallback)(function(){k({type:15})},[k]),U=(0,h.useCallback)(function(){k({type:17})},[k]),G=(0,h.useCallback)(function(){k({type:16})},[k]),X=(0,h.useCallback)(function(a){k({type:18,highlightedIndex:a})},[k]),K=(0,h.useCallback)(function(a){k({type:19,selectedItem:a})},[k]),Y=(0,h.useCallback)(function(){k({type:21})},[k]),Z=(0,h.useCallback)(function(a){k({type:20,inputValue:a})},[k]),Q=(0,h.useCallback)(function(a){return _extends({id:w.labelId,htmlFor:w.toggleButtonId},a)},[w]),J=(0,h.useCallback)(function(a,c){var s,d=void 0===a?{}:a,u=d.onMouseLeave,p=d.refKey,h=void 0===p?"ref":p;d.onKeyDown,d.onBlur;var v=d.ref,g=_objectWithoutPropertiesLoose(d,E),y=(void 0===c?{}:c).suppressRefError;return H("getMenuProps",void 0!==y&&y,h,R),_extends(((s={})[h]=handleRefs(v,function(a){R.current=a}),s.id=w.menuId,s.role="listbox",s["aria-labelledby"]=g&&g["aria-label"]?void 0:""+w.labelId,s.onMouseLeave=callAllEventHandlers(u,function(){k({type:12})}),s),g)},[k,H,w]);return{getToggleButtonProps:(0,h.useCallback)(function(a,c){var s,d=void 0===a?{}:a,u=d.onBlur,p=d.onClick;d.onPress;var h=d.onKeyDown,v=d.refKey,g=void 0===v?"ref":v,y=d.ref,m=_objectWithoutPropertiesLoose(d,T),M=(void 0===c?{}:c).suppressRefError,b=void 0!==M&&M,I=N.current.state,C=_extends(((s={})[g]=handleRefs(y,function(a){x.current=a}),s["aria-activedescendant"]=I.isOpen&&I.highlightedIndex>-1?w.getItemId(I.highlightedIndex):"",s["aria-controls"]=w.menuId,s["aria-expanded"]=N.current.state.isOpen,s["aria-haspopup"]="listbox",s["aria-labelledby"]=m&&m["aria-label"]?void 0:""+w.labelId,s.id=w.toggleButtonId,s.role="combobox",s.tabIndex=0,s.onBlur=callAllEventHandlers(u,function(){I.isOpen&&!W.current.isMouseDown&&k({type:11})}),s),m);return m.disabled||(C.onClick=callAllEventHandlers(p,function(){k({type:0})}),C.onKeyDown=callAllEventHandlers(h,function(a){var c=normalizeArrowKey(a);c&&V[c]?V[c](a):isAcceptedCharacterKey(c)&&k({type:3,key:c,getItemNodeFromIndex:$})})),H("getToggleButtonProps",b,g,x),C},[N,w,H,k,W,V,$]),getLabelProps:Q,getMenuProps:J,getItemProps:(0,h.useCallback)(function(a){var c,s=void 0===a?{}:a,d=s.item,u=s.index,p=s.onMouseMove,h=s.onClick;s.onPress;var v=s.refKey,g=s.ref,y=s.disabled,m=_objectWithoutPropertiesLoose(s,B),M=N.current,b=M.state,C=getItemAndIndex(d,u,M.props.items,"Pass either item or index to getItemProps!"),x=C[0],R=C[1],_=_extends(((c={disabled:y,role:"option","aria-selected":""+(x===I),id:w.getItemId(R)})[void 0===v?"ref":v]=handleRefs(g,function(a){a&&(S.current[w.getItemId(R)]=a)}),c),m);return y||(_.onClick=callAllEventHandlers(h,function(){k({type:14,index:R})})),_.onMouseMove=callAllEventHandlers(p,function(){R!==b.highlightedIndex&&(L.current=!1,k({type:13,index:R,disabled:y}))}),_},[N,I,w,L,k]),toggleMenu:q,openMenu:G,closeMenu:U,setHighlightedIndex:X,selectItem:K,reset:Y,setInputValue:Z,highlightedIndex:b,isOpen:M,selectedItem:I,inputValue:C}}useSelect.stateChangeTypes=j;var N=Object.freeze({__proto__:null,InputKeyDownArrowDown:0,InputKeyDownArrowUp:1,InputKeyDownEscape:2,InputKeyDownHome:3,InputKeyDownEnd:4,InputKeyDownPageUp:5,InputKeyDownPageDown:6,InputKeyDownEnter:7,InputChange:8,InputBlur:9,InputFocus:10,MenuMouseLeave:11,ItemMouseMove:12,ItemClick:13,ToggleButtonClick:14,FunctionToggleMenu:15,FunctionOpenMenu:16,FunctionCloseMenu:17,FunctionSetHighlightedIndex:18,FunctionSelectItem:19,FunctionSetInputValue:20,FunctionReset:21,ControlledPropUpdatedSelectedItem:22});function getInitialState$1(a){var c=getInitialState$2(a),s=c.selectedItem,d=c.inputValue;return""===d&&s&&void 0===a.defaultInputValue&&void 0===a.initialInputValue&&void 0===a.inputValue&&(d=a.itemToString(s)),_extends({},c,{inputValue:d})}function useControlledReducer(a,c,s){var d=(0,h.useRef)(),u=useEnhancedReducer(a,c,s),p=u[0],v=u[1];return(0,h.useEffect)(function(){isControlledProp(s,"selectedItem")&&(s.selectedItemChanged(d.current,s.selectedItem)&&v({type:22,inputValue:s.itemToString(s.selectedItem)}),d.current=p.selectedItem===d.current?s.selectedItem:p.selectedItem)},[p.selectedItem,s.selectedItem]),[getState(p,s),v]}p().array.isRequired,p().func,p().func,p().func,p().func,p().number,p().number,p().number,p().bool,p().bool,p().bool,p().any,p().any,p().any,p().string,p().string,p().string,p().string,p().string,p().string,p().func,p().string,p().string,p().func,p().func,p().func,p().func,p().func,p().func,p().shape({addEventListener:p().func,removeEventListener:p().func,document:p().shape({getElementById:p().func,activeElement:p().any,body:p().any})});var $=noop,L=_extends({},P,{selectedItemChanged:function(a,c){return a!==c},getA11yStatusMessage:getA11yStatusMessage$1});function downshiftUseComboboxReducer(a,c){var s,d,u=c.type,p=c.props,h=c.altKey;switch(u){case 13:d={isOpen:getDefaultValue$1(p,"isOpen"),highlightedIndex:getDefaultValue$1(p,"highlightedIndex"),selectedItem:p.items[c.index],inputValue:p.itemToString(p.items[c.index])};break;case 0:d=a.isOpen?{highlightedIndex:getNextWrappingIndex(1,a.highlightedIndex,p.items.length,c.getItemNodeFromIndex,!0)}:{highlightedIndex:h&&null==a.selectedItem?-1:getHighlightedIndexOnOpen(p,a,1,c.getItemNodeFromIndex),isOpen:p.items.length>=0};break;case 1:d=a.isOpen?h?getChangesOnSelection(p,a.highlightedIndex):{highlightedIndex:getNextWrappingIndex(-1,a.highlightedIndex,p.items.length,c.getItemNodeFromIndex,!0)}:{highlightedIndex:getHighlightedIndexOnOpen(p,a,-1,c.getItemNodeFromIndex),isOpen:p.items.length>=0};break;case 7:d=getChangesOnSelection(p,a.highlightedIndex);break;case 2:d=_extends({isOpen:!1,highlightedIndex:-1},!a.isOpen&&{selectedItem:null,inputValue:""});break;case 5:d={highlightedIndex:getNextWrappingIndex(-10,a.highlightedIndex,p.items.length,c.getItemNodeFromIndex,!1)};break;case 6:d={highlightedIndex:getNextWrappingIndex(10,a.highlightedIndex,p.items.length,c.getItemNodeFromIndex,!1)};break;case 3:d={highlightedIndex:getNextNonDisabledIndex(1,0,p.items.length,c.getItemNodeFromIndex,!1)};break;case 4:d={highlightedIndex:getNextNonDisabledIndex(-1,p.items.length-1,p.items.length,c.getItemNodeFromIndex,!1)};break;case 9:d=_extends({isOpen:!1,highlightedIndex:-1},a.highlightedIndex>=0&&(null==(s=p.items)?void 0:s.length)&&c.selectItem&&{selectedItem:p.items[a.highlightedIndex],inputValue:p.itemToString(p.items[a.highlightedIndex])});break;case 8:d={isOpen:!0,highlightedIndex:getDefaultValue$1(p,"highlightedIndex"),inputValue:c.inputValue};break;case 10:d={isOpen:!0,highlightedIndex:getHighlightedIndexOnOpen(p,a,0)};break;case 19:d={selectedItem:c.selectedItem,inputValue:p.itemToString(c.selectedItem)};break;case 22:d={inputValue:c.inputValue};break;default:return downshiftCommonReducer(a,c,N)}return _extends({},a,d)}var W=["onMouseLeave","refKey","ref"],H=["item","index","refKey","ref","onMouseMove","onMouseDown","onClick","onPress","disabled"],V=["onClick","onPress","refKey","ref"],q=["onKeyDown","onChange","onInput","onFocus","onBlur","onChangeText","refKey","ref"];function useCombobox(a){void 0===a&&(a={}),$(a,useCombobox);var c=_extends({},L,a),s=c.initialIsOpen,d=c.defaultIsOpen,u=c.items,p=c.scrollIntoView,v=c.environment,g=c.getA11yStatusMessage,y=c.getA11ySelectionMessage,m=c.itemToString,k=useControlledReducer(downshiftUseComboboxReducer,getInitialState$1(c),c),M=k[0],b=k[1],I=M.isOpen,C=M.highlightedIndex,x=M.selectedItem,R=M.inputValue,S=(0,h.useRef)(null),_=(0,h.useRef)({}),w=(0,h.useRef)(null),P=(0,h.useRef)(null),F=(0,h.useRef)(!0),D=useElementIds(c),j=(0,h.useRef)(),E=useLatestRef({state:M,props:c}),T=(0,h.useCallback)(function(a){return _.current[D.getItemId(a)]},[D]);useA11yMessageSetter(g,[I,C,R,u],_extends({isInitialMount:F.current,previousResultCount:j.current,items:u,environment:v,itemToString:m},M)),useA11yMessageSetter(y,[x],_extends({isInitialMount:F.current,previousResultCount:j.current,items:u,environment:v,itemToString:m},M));var B=useScrollIntoView({menuElement:S.current,highlightedIndex:C,isOpen:I,itemRefs:_,scrollIntoView:p,getItemNodeFromIndex:T});O({isInitialMount:F.current,props:c,state:M}),(0,h.useEffect)(function(){(s||d||I)&&w.current&&w.current.focus()},[]),(0,h.useEffect)(function(){F.current||(j.current=u.length)});var N=useMouseAndTouchTracker(I,[w,S,P],v,function(){b({type:9,selectItem:!1})}),U=useGetterPropsCalledChecker("getInputProps","getMenuProps");(0,h.useEffect)(function(){return F.current=!1,function(){F.current=!0}},[]),(0,h.useEffect)(function(){var a,c;I?(null==(a=v.document)?void 0:a.activeElement)!==w.current&&(null==w||null==(c=w.current)||c.focus()):_.current={}},[I,v]);var G=(0,h.useMemo)(function(){return{ArrowDown:function(a){a.preventDefault(),b({type:0,altKey:a.altKey,getItemNodeFromIndex:T})},ArrowUp:function(a){a.preventDefault(),b({type:1,altKey:a.altKey,getItemNodeFromIndex:T})},Home:function(a){E.current.state.isOpen&&(a.preventDefault(),b({type:3,getItemNodeFromIndex:T}))},End:function(a){E.current.state.isOpen&&(a.preventDefault(),b({type:4,getItemNodeFromIndex:T}))},Escape:function(a){var c=E.current.state;(c.isOpen||c.inputValue||c.selectedItem||c.highlightedIndex>-1)&&(a.preventDefault(),b({type:2}))},Enter:function(a){E.current.state.isOpen&&229!==a.which&&(a.preventDefault(),b({type:7,getItemNodeFromIndex:T}))},PageUp:function(a){E.current.state.isOpen&&(a.preventDefault(),b({type:5,getItemNodeFromIndex:T}))},PageDown:function(a){E.current.state.isOpen&&(a.preventDefault(),b({type:6,getItemNodeFromIndex:T}))}}},[b,E,T]),X=(0,h.useCallback)(function(a){return _extends({id:D.labelId,htmlFor:D.inputId},a)},[D]),K=(0,h.useCallback)(function(a,c){var s,d=void 0===a?{}:a,u=d.onMouseLeave,p=d.refKey,h=void 0===p?"ref":p,v=d.ref,g=_objectWithoutPropertiesLoose(d,W),y=(void 0===c?{}:c).suppressRefError;return U("getMenuProps",void 0!==y&&y,h,S),_extends(((s={})[h]=handleRefs(v,function(a){S.current=a}),s.id=D.menuId,s.role="listbox",s["aria-labelledby"]=g&&g["aria-label"]?void 0:""+D.labelId,s.onMouseLeave=callAllEventHandlers(u,function(){b({type:11})}),s),g)},[b,U,D]),Y=(0,h.useCallback)(function(a){var c,s,d=void 0===a?{}:a,u=d.item,p=d.index,h=d.refKey,v=d.ref,g=d.onMouseMove,y=d.onMouseDown,m=d.onClick;d.onPress;var k=d.disabled,M=_objectWithoutPropertiesLoose(d,H),I=E.current,C=I.props,x=I.state,R=getItemAndIndex(u,p,C.items,"Pass either item or index to getItemProps!")[1];return _extends(((c={})[void 0===h?"ref":h]=handleRefs(v,function(a){a&&(_.current[D.getItemId(R)]=a)}),c.disabled=k,c.role="option",c["aria-selected"]=""+(R===x.highlightedIndex),c.id=D.getItemId(R),c),!k&&((s={}).onClick=callAllEventHandlers(m,function(){b({type:13,index:R})}),s),{onMouseMove:callAllEventHandlers(g,function(){R!==x.highlightedIndex&&(B.current=!1,b({type:12,index:R,disabled:k}))}),onMouseDown:callAllEventHandlers(y,function(a){return a.preventDefault()})},M)},[b,E,B,D]),Z=(0,h.useCallback)(function(a){var c,s=void 0===a?{}:a,d=s.onClick;s.onPress;var u=s.refKey,p=s.ref,h=_objectWithoutPropertiesLoose(s,V),v=E.current.state;return _extends(((c={})[void 0===u?"ref":u]=handleRefs(p,function(a){P.current=a}),c["aria-controls"]=D.menuId,c["aria-expanded"]=v.isOpen,c.id=D.toggleButtonId,c.tabIndex=-1,c),!h.disabled&&_extends({},{onClick:callAllEventHandlers(d,function(){b({type:14})})}),h)},[b,E,D]),Q=(0,h.useCallback)(function(a,c){var s,d,u=void 0===a?{}:a,p=u.onKeyDown,h=u.onChange,g=u.onInput,y=u.onFocus,m=u.onBlur;u.onChangeText;var k=u.refKey,M=void 0===k?"ref":k,I=u.ref,C=_objectWithoutPropertiesLoose(u,q),x=(void 0===c?{}:c).suppressRefError;U("getInputProps",void 0!==x&&x,M,w);var R=E.current.state,S={};return C.disabled||((d={}).onChange=callAllEventHandlers(h,g,function(a){b({type:8,inputValue:a.target.value})}),d.onKeyDown=callAllEventHandlers(p,function(a){var c=normalizeArrowKey(a);c&&G[c]&&G[c](a)}),d.onBlur=callAllEventHandlers(m,function(a){R.isOpen&&!N.current.isMouseDown&&b({type:9,selectItem:!(null===a.relatedTarget&&v.document.activeElement!==v.document.body)})}),d.onFocus=callAllEventHandlers(y,function(){R.isOpen||b({type:10})}),S=d),_extends(((s={})[M]=handleRefs(I,function(a){w.current=a}),s["aria-activedescendant"]=R.isOpen&&R.highlightedIndex>-1?D.getItemId(R.highlightedIndex):"",s["aria-autocomplete"]="list",s["aria-controls"]=D.menuId,s["aria-expanded"]=R.isOpen,s["aria-labelledby"]=C&&C["aria-label"]?void 0:""+D.labelId,s.autoComplete="off",s.id=D.inputId,s.role="combobox",s.value=R.inputValue,s),S,C)},[U,E,D,G,b,N,v]),J=(0,h.useCallback)(function(){b({type:15})},[b]),ee=(0,h.useCallback)(function(){b({type:17})},[b]),et=(0,h.useCallback)(function(){b({type:16})},[b]),ea=(0,h.useCallback)(function(a){b({type:18,highlightedIndex:a})},[b]),en=(0,h.useCallback)(function(a){b({type:19,selectedItem:a})},[b]);return{getItemProps:Y,getLabelProps:X,getMenuProps:K,getInputProps:Q,getToggleButtonProps:Z,toggleMenu:J,openMenu:et,closeMenu:ee,setHighlightedIndex:ea,setInputValue:(0,h.useCallback)(function(a){b({type:20,inputValue:a})},[b]),selectItem:en,reset:(0,h.useCallback)(function(){b({type:21})},[b]),highlightedIndex:C,isOpen:I,selectedItem:x,inputValue:R}}useCombobox.stateChangeTypes=N;var U={activeIndex:-1,selectedItems:[]};function getInitialState(a){return{activeIndex:getInitialValue$1(a,"activeIndex",U),selectedItems:getInitialValue$1(a,"selectedItems",U)}}function isKeyDownOperationPermitted(a){if(a.shiftKey||a.metaKey||a.ctrlKey||a.altKey)return!1;var c=a.target;return!(c instanceof HTMLInputElement)||""===c.value||0===c.selectionStart&&0===c.selectionEnd}function getA11yRemovalMessage(a){var c=a.removedSelectedItem;return(0,a.itemToString)(c)+" has been removed."}p().array,p().array,p().array,p().func,p().func,p().func,p().number,p().number,p().number,p().func,p().func,p().string,p().string,p().shape({addEventListener:p().func,removeEventListener:p().func,document:p().shape({getElementById:p().func,activeElement:p().any,body:p().any})});var G={itemToString:P.itemToString,stateReducer:P.stateReducer,environment:P.environment,getA11yRemovalMessage:getA11yRemovalMessage,keyNavigationNext:"ArrowRight",keyNavigationPrevious:"ArrowLeft"},X=noop,K=Object.freeze({__proto__:null,SelectedItemClick:0,SelectedItemKeyDownDelete:1,SelectedItemKeyDownBackspace:2,SelectedItemKeyDownNavigationNext:3,SelectedItemKeyDownNavigationPrevious:4,DropdownKeyDownNavigationPrevious:5,DropdownKeyDownBackspace:6,DropdownClick:7,FunctionAddSelectedItem:8,FunctionRemoveSelectedItem:9,FunctionSetSelectedItems:10,FunctionSetActiveIndex:11,FunctionReset:12});function downshiftMultipleSelectionReducer(a,c){var s,d=c.type,u=c.index,p=c.props,h=c.selectedItem,v=a.activeIndex,g=a.selectedItems;switch(d){case 0:s={activeIndex:u};break;case 4:s={activeIndex:v-1<0?0:v-1};break;case 3:s={activeIndex:v+1>=g.length?-1:v+1};break;case 2:case 1:if(v<0)break;var y=v;1===g.length?y=-1:v===g.length-1&&(y=g.length-2),s=_extends({selectedItems:[].concat(g.slice(0,v),g.slice(v+1))},{activeIndex:y});break;case 5:s={activeIndex:g.length-1};break;case 6:s={selectedItems:g.slice(0,g.length-1)};break;case 8:s={selectedItems:[].concat(g,[h])};break;case 7:s={activeIndex:-1};break;case 9:var m=v,k=g.indexOf(h);if(k<0)break;1===g.length?m=-1:k===g.length-1&&(m=g.length-2),s={selectedItems:[].concat(g.slice(0,k),g.slice(k+1)),activeIndex:m};break;case 10:s={selectedItems:c.selectedItems};break;case 11:s={activeIndex:c.activeIndex};break;case 12:s={activeIndex:getDefaultValue$1(p,"activeIndex",U),selectedItems:getDefaultValue$1(p,"selectedItems",U)};break;default:throw Error("Reducer called without proper action type.")}return _extends({},a,s)}var Y=["refKey","ref","onClick","onKeyDown","selectedItem","index"],Z=["refKey","ref","onKeyDown","onClick","preventKeyAction"];function useMultipleSelection(a){void 0===a&&(a={}),X(a,useMultipleSelection);var c=_extends({},G,a),s=c.getA11yRemovalMessage,d=c.itemToString,u=c.environment,p=c.keyNavigationNext,v=c.keyNavigationPrevious,g=useControlledReducer$1(downshiftMultipleSelectionReducer,getInitialState(c),c),y=g[0],m=g[1],k=y.activeIndex,M=y.selectedItems,b=(0,h.useRef)(!0),I=(0,h.useRef)(null),C=(0,h.useRef)(M),x=(0,h.useRef)();x.current=[];var R=useLatestRef({state:y,props:c});(0,h.useEffect)(function(){if(!b.current){if(M.lengthM.indexOf(a)});setStatus(s({itemToString:d,resultCount:M.length,removedSelectedItem:a,activeIndex:k,activeSelectedItem:M[k]}),u.document)}C.current=M}},[M.length]),(0,h.useEffect)(function(){!b.current&&(-1===k&&I.current?I.current.focus():x.current[k]&&x.current[k].focus())},[k]),O({isInitialMount:b.current,props:c,state:y});var S=useGetterPropsCalledChecker("getDropdownProps");(0,h.useEffect)(function(){return b.current=!1,function(){b.current=!0}},[]);var _=(0,h.useMemo)(function(){var a;return(a={})[v]=function(){m({type:4})},a[p]=function(){m({type:3})},a.Delete=function(){m({type:1})},a.Backspace=function(){m({type:2})},a},[m,p,v]),w=(0,h.useMemo)(function(){var a;return(a={})[v]=function(a){isKeyDownOperationPermitted(a)&&m({type:5})},a.Backspace=function(a){isKeyDownOperationPermitted(a)&&m({type:6})},a},[m,v]);return{getSelectedItemProps:(0,h.useCallback)(function(a){var c,s=void 0===a?{}:a,d=s.refKey,u=s.ref,p=s.onClick,h=s.onKeyDown,v=s.selectedItem,g=s.index,y=_objectWithoutPropertiesLoose(s,Y),k=R.current.state,M=getItemAndIndex(v,g,k.selectedItems,"Pass either item or index to getSelectedItemProps!")[1],b=M>-1&&M===k.activeIndex;return _extends(((c={})[void 0===d?"ref":d]=handleRefs(u,function(a){a&&x.current.push(a)}),c.tabIndex=b?0:-1,c.onClick=callAllEventHandlers(p,function(){m({type:0,index:M})}),c.onKeyDown=callAllEventHandlers(h,function(a){var c=normalizeArrowKey(a);c&&_[c]&&_[c](a)}),c),y)},[m,R,_]),getDropdownProps:(0,h.useCallback)(function(a,c){var s,d=void 0===a?{}:a,u=d.refKey,p=void 0===u?"ref":u,h=d.ref,v=d.onKeyDown,g=d.onClick,y=d.preventKeyAction,k=void 0!==y&&y,M=_objectWithoutPropertiesLoose(d,Z),b=(void 0===c?{}:c).suppressRefError;return S("getDropdownProps",void 0!==b&&b,p,I),_extends(((s={})[p]=handleRefs(h,function(a){a&&(I.current=a)}),s),!k&&{onKeyDown:callAllEventHandlers(v,function(a){var c=normalizeArrowKey(a);c&&w[c]&&w[c](a)}),onClick:callAllEventHandlers(g,function(){m({type:7})})},M)},[m,w,S]),addSelectedItem:(0,h.useCallback)(function(a){m({type:8,selectedItem:a})},[m]),removeSelectedItem:(0,h.useCallback)(function(a){m({type:9,selectedItem:a})},[m]),setSelectedItems:(0,h.useCallback)(function(a){m({type:10,selectedItems:a})},[m]),setActiveIndex:(0,h.useCallback)(function(a){m({type:11,activeIndex:a})},[m]),reset:(0,h.useCallback)(function(){m({type:12})},[m]),selectedItems:M,activeIndex:k}}useMultipleSelection.stateChangeTypes=K},56781:function(a,c){"use strict";/** @license React v17.0.2 * react-is.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */var s=60103,d=60106,u=60107,p=60108,h=60114,v=60109,g=60110,y=60112,m=60113,k=60120,M=60115,b=60116;if("function"==typeof Symbol&&Symbol.for){var I=Symbol.for;I("react.element"),I("react.portal"),I("react.fragment"),I("react.strict_mode"),I("react.profiler"),I("react.provider"),I("react.context"),I("react.forward_ref"),I("react.suspense"),I("react.suspense_list"),I("react.memo"),I("react.lazy"),I("react.block"),I("react.server.block"),I("react.fundamental"),I("react.debug_trace_mode"),I("react.legacy_hidden")}},21726:function(a,c,s){"use strict";s(56781)},58737:function(a,c){"use strict";let s,d;let u="undefined"!=typeof document;function isRefObject(a){return"object"==typeof a&&Object.prototype.hasOwnProperty.call(a,"current")}function isVariantLabel(a){return"string"==typeof a||Array.isArray(a)}function isAnimationControls(a){return"object"==typeof a&&"function"==typeof a.start}let p=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],h=["initial",...p];function isControllingVariants(a){return isAnimationControls(a.animate)||h.some(c=>isVariantLabel(a[c]))}function isVariantNode(a){return!!(isControllingVariants(a)||a.variants)}let v={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},g={};for(let a in v)g[a]={isEnabled:c=>v[a].some(a=>!!c[a])};let y={};function addScaleCorrector(a){Object.assign(y,a)}let m=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],k=new Set(m);function isForcedMotionValue(a,{layout:c,layoutId:s}){return k.has(a)||a.startsWith("origin")||(c||void 0!==s)&&(!!y[a]||"opacity"===a)}let isMotionValue=a=>!!(a&&a.getVelocity),M={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},b=m.length;function buildTransform(a,{enableHardwareAcceleration:c=!0,allowTransformNone:s=!0},d,u){let p="";for(let c=0;cc=>"string"==typeof c&&c.startsWith(a),I=checkStringStartsWith("--"),C=checkStringStartsWith("var(--"),getValueAsType=(a,c)=>c&&"number"==typeof a?c.transform(a):a,clamp=(a,c,s)=>Math.min(Math.max(s,a),c),x={test:a=>"number"==typeof a,parse:parseFloat,transform:a=>a},R={...x,transform:a=>clamp(0,1,a)},S={...x,default:1},sanitize=a=>Math.round(1e5*a)/1e5,_=/(-)?([\d]*\.?[\d])+/g,w=/(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,P=/^(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function isString(a){return"string"==typeof a}let createUnitType=a=>({test:c=>isString(c)&&c.endsWith(a)&&1===c.split(" ").length,parse:parseFloat,transform:c=>`${c}${a}`}),O=createUnitType("deg"),F=createUnitType("%"),D=createUnitType("px"),j=createUnitType("vh"),E=createUnitType("vw"),T={...F,parse:a=>F.parse(a)/100,transform:a=>F.transform(100*a)},B={...x,transform:Math.round},N={borderWidth:D,borderTopWidth:D,borderRightWidth:D,borderBottomWidth:D,borderLeftWidth:D,borderRadius:D,radius:D,borderTopLeftRadius:D,borderTopRightRadius:D,borderBottomRightRadius:D,borderBottomLeftRadius:D,width:D,maxWidth:D,height:D,maxHeight:D,size:D,top:D,right:D,bottom:D,left:D,padding:D,paddingTop:D,paddingRight:D,paddingBottom:D,paddingLeft:D,margin:D,marginTop:D,marginRight:D,marginBottom:D,marginLeft:D,rotate:O,rotateX:O,rotateY:O,rotateZ:O,scale:S,scaleX:S,scaleY:S,scaleZ:S,skew:O,skewX:O,skewY:O,distance:D,translateX:D,translateY:D,translateZ:D,x:D,y:D,z:D,perspective:D,transformPerspective:D,opacity:R,originX:T,originY:T,originZ:D,zIndex:B,fillOpacity:R,strokeOpacity:R,numOctaves:B};function buildHTMLStyles(a,c,s,d){let{style:u,vars:p,transform:h,transformOrigin:v}=a,g=!1,y=!1,m=!0;for(let a in c){let s=c[a];if(I(a)){p[a]=s;continue}let d=N[a],M=getValueAsType(s,d);if(k.has(a)){if(g=!0,h[a]=M,!m)continue;s!==(d.default||0)&&(m=!1)}else a.startsWith("origin")?(y=!0,v[a]=M):u[a]=M}if(!c.transform&&(g||d?u.transform=buildTransform(a.transform,s,m,d):u.transform&&(u.transform="none")),y){let{originX:a="50%",originY:c="50%",originZ:s=0}=v;u.transformOrigin=`${a} ${c} ${s}`}}function calcOrigin(a,c,s){return"string"==typeof a?a:D.transform(c+s*a)}function calcSVGTransformOrigin(a,c,s){let d=calcOrigin(c,a.x,a.width),u=calcOrigin(s,a.y,a.height);return`${d} ${u}`}let $={offset:"stroke-dashoffset",array:"stroke-dasharray"},L={offset:"strokeDashoffset",array:"strokeDasharray"};function buildSVGPath(a,c,s=1,d=0,u=!0){a.pathLength=1;let p=u?$:L;a[p.offset]=D.transform(-d);let h=D.transform(c),v=D.transform(s);a[p.array]=`${h} ${v}`}function buildSVGAttrs(a,{attrX:c,attrY:s,attrScale:d,originX:u,originY:p,pathLength:h,pathSpacing:v=1,pathOffset:g=0,...y},m,k,M){if(buildHTMLStyles(a,y,m,M),k){a.style.viewBox&&(a.attrs.viewBox=a.style.viewBox);return}a.attrs=a.style,a.style={};let{attrs:b,style:I,dimensions:C}=a;b.transform&&(C&&(I.transform=b.transform),delete b.transform),C&&(void 0!==u||void 0!==p||I.transform)&&(I.transformOrigin=calcSVGTransformOrigin(C,void 0!==u?u:.5,void 0!==p?p:.5)),void 0!==c&&(b.x=c),void 0!==s&&(b.y=s),void 0!==d&&(b.scale=d),void 0!==h&&buildSVGPath(b,h,v,g,!1)}let isSVGTag=a=>"string"==typeof a&&"svg"===a.toLowerCase(),camelToDash=a=>a.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();function renderHTML(a,{style:c,vars:s},d,u){for(let p in Object.assign(a.style,c,u&&u.getProjectionStyles(d)),s)a.style.setProperty(p,s[p])}let W=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function renderSVG(a,c,s,d){for(let s in renderHTML(a,c,void 0,d),c.attrs)a.setAttribute(W.has(s)?s:camelToDash(s),c.attrs[s])}function scrapeMotionValuesFromProps$1(a,c){let{style:s}=a,d={};for(let u in s)(isMotionValue(s[u])||c.style&&isMotionValue(c.style[u])||isForcedMotionValue(u,a))&&(d[u]=s[u]);return d}function scrapeMotionValuesFromProps(a,c){let s=scrapeMotionValuesFromProps$1(a,c);for(let d in a)if(isMotionValue(a[d])||isMotionValue(c[d])){let c=-1!==m.indexOf(d)?"attr"+d.charAt(0).toUpperCase()+d.substring(1):d;s[c]=a[d]}return s}function resolveVariantFromProps(a,c,s,d={},u={}){return"function"==typeof c&&(c=c(void 0!==s?s:a.custom,d,u)),"string"==typeof c&&(c=a.variants&&a.variants[c]),"function"==typeof c&&(c=c(void 0!==s?s:a.custom,d,u)),c}let isKeyframesTarget=a=>Array.isArray(a),resolveFinalValueInKeyframes=a=>isKeyframesTarget(a)?a[a.length-1]||0:a,noop=a=>a;let Queue=class Queue{constructor(){this.order=[],this.scheduled=new Set}add(a){if(!this.scheduled.has(a))return this.scheduled.add(a),this.order.push(a),!0}remove(a){let c=this.order.indexOf(a);-1!==c&&(this.order.splice(c,1),this.scheduled.delete(a))}clear(){this.order.length=0,this.scheduled.clear()}};function createRenderStep(a){let c=new Queue,s=new Queue,d=0,u=!1,p=!1,h=new WeakSet,v={schedule:(a,p=!1,v=!1)=>{let g=v&&u,y=g?c:s;return p&&h.add(a),y.add(a)&&g&&u&&(d=c.order.length),a},cancel:a=>{s.remove(a),h.delete(a)},process:g=>{if(u){p=!0;return}if(u=!0,[c,s]=[s,c],s.clear(),d=c.order.length)for(let s=0;s(a[c]=createRenderStep(()=>s=!0),a),{}),processStep=a=>p[a].process(u),processBatch=()=>{let p=performance.now();s=!1,u.delta=d?1e3/60:Math.max(Math.min(p-u.timestamp,40),1),u.timestamp=p,u.isProcessing=!0,H.forEach(processStep),u.isProcessing=!1,s&&c&&(d=!1,a(processBatch))},wake=()=>{s=!0,d=!0,u.isProcessing||a(processBatch)},h=H.reduce((a,c)=>{let d=p[c];return a[c]=(a,c=!1,u=!1)=>(s||wake(),d.schedule(a,c,u)),a},{});return{schedule:h,cancel:a=>H.forEach(c=>p[c].cancel(a)),state:u,steps:p}}let{schedule:V,cancel:q,state:U,steps:G}=createRenderBatcher("undefined"!=typeof requestAnimationFrame?requestAnimationFrame:noop,!0),combineFunctions=(a,c)=>s=>c(a(s)),pipe=(...a)=>a.reduce(combineFunctions);function getCurrent(a){let c={};return a.values.forEach((a,s)=>c[s]=a.get()),c}function getVelocity(a){let c={};return a.values.forEach((a,s)=>c[s]=a.getVelocity()),c}function resolveVariant(a,c,s){let d=a.getProps();return resolveVariantFromProps(d,c,void 0!==s?s:d.custom,getCurrent(a),getVelocity(a))}let X="framerAppearId",K="data-"+camelToDash(X);c.warning=noop,c.invariant=noop;let secondsToMilliseconds=a=>1e3*a,millisecondsToSeconds=a=>a/1e3,Y={current:!1},isBezierDefinition=a=>Array.isArray(a)&&"number"==typeof a[0];function isWaapiSupportedEasing(a){return!!(!a||"string"==typeof a&&Z[a]||isBezierDefinition(a)||Array.isArray(a)&&a.every(isWaapiSupportedEasing))}let cubicBezierAsString=([a,c,s,d])=>`cubic-bezier(${a}, ${c}, ${s}, ${d})`,Z={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:cubicBezierAsString([0,.65,.55,1]),circOut:cubicBezierAsString([.55,0,1,.45]),backIn:cubicBezierAsString([.31,.01,.66,-.59]),backOut:cubicBezierAsString([.33,1.53,.69,.99])};function mapEasingToNativeEasing(a){if(a)return isBezierDefinition(a)?cubicBezierAsString(a):Array.isArray(a)?a.map(mapEasingToNativeEasing):Z[a]}function animateStyle(a,c,s,{delay:d=0,duration:u,repeat:p=0,repeatType:h="loop",ease:v,times:g}={}){let y={[c]:s};g&&(y.offset=g);let m=mapEasingToNativeEasing(v);return Array.isArray(m)&&(y.easing=m),a.animate(y,{delay:d,duration:u,easing:Array.isArray(m)?"linear":m,fill:"both",iterations:p+1,direction:"reverse"===h?"alternate":"normal"})}function getFinalKeyframe(a,{repeat:c,repeatType:s="loop"}){let d=c&&"loop"!==s&&c%2==1?0:a.length-1;return a[d]}let calcBezier=(a,c,s)=>(((1-3*s+3*c)*a+(3*s-6*c))*a+3*c)*a;function binarySubdivide(a,c,s,d,u){let p,h;let v=0;do(p=calcBezier(h=c+(s-c)/2,d,u)-a)>0?s=h:c=h;while(Math.abs(p)>1e-7&&++v<12);return h}function cubicBezier(a,c,s,d){if(a===c&&s===d)return noop;let getTForX=c=>binarySubdivide(c,0,1,a,s);return a=>0===a||1===a?a:calcBezier(getTForX(a),c,d)}let Q=cubicBezier(.42,0,1,1),J=cubicBezier(0,0,.58,1),ee=cubicBezier(.42,0,.58,1),isEasingArray=a=>Array.isArray(a)&&"number"!=typeof a[0],mirrorEasing=a=>c=>c<=.5?a(2*c)/2:(2-a(2*(1-c)))/2,reverseEasing=a=>c=>1-a(1-c),circIn=a=>1-Math.sin(Math.acos(a)),et=reverseEasing(circIn),ea=mirrorEasing(et),en=cubicBezier(.33,1.53,.69,.99),er=reverseEasing(en),eo=mirrorEasing(er),anticipate=a=>(a*=2)<1?.5*er(a):.5*(2-Math.pow(2,-10*(a-1))),el={linear:noop,easeIn:Q,easeInOut:ee,easeOut:J,circIn,circInOut:ea,circOut:et,backIn:er,backInOut:eo,backOut:en,anticipate},easingDefinitionToFunction=a=>{if(Array.isArray(a)){c.invariant(4===a.length,"Cubic bezier arrays must contain four numerical values.");let[s,d,u,p]=a;return cubicBezier(s,d,u,p)}return"string"==typeof a?(c.invariant(void 0!==el[a],`Invalid easing type '${a}'`),el[a]):a},isColorString=(a,c)=>s=>!!(isString(s)&&P.test(s)&&s.startsWith(a)||c&&Object.prototype.hasOwnProperty.call(s,c)),splitColor=(a,c,s)=>d=>{if(!isString(d))return d;let[u,p,h,v]=d.match(_);return{[a]:parseFloat(u),[c]:parseFloat(p),[s]:parseFloat(h),alpha:void 0!==v?parseFloat(v):1}},clampRgbUnit=a=>clamp(0,255,a),ec={...x,transform:a=>Math.round(clampRgbUnit(a))},ei={test:isColorString("rgb","red"),parse:splitColor("red","green","blue"),transform:({red:a,green:c,blue:s,alpha:d=1})=>"rgba("+ec.transform(a)+", "+ec.transform(c)+", "+ec.transform(s)+", "+sanitize(R.transform(d))+")"};function parseHex(a){let c="",s="",d="",u="";return a.length>5?(c=a.substring(1,3),s=a.substring(3,5),d=a.substring(5,7),u=a.substring(7,9)):(c=a.substring(1,2),s=a.substring(2,3),d=a.substring(3,4),u=a.substring(4,5),c+=c,s+=s,d+=d,u+=u),{red:parseInt(c,16),green:parseInt(s,16),blue:parseInt(d,16),alpha:u?parseInt(u,16)/255:1}}let es={test:isColorString("#"),parse:parseHex,transform:ei.transform},ed={test:isColorString("hsl","hue"),parse:splitColor("hue","saturation","lightness"),transform:({hue:a,saturation:c,lightness:s,alpha:d=1})=>"hsla("+Math.round(a)+", "+F.transform(sanitize(c))+", "+F.transform(sanitize(s))+", "+sanitize(R.transform(d))+")"},eu={test:a=>ei.test(a)||es.test(a)||ed.test(a),parse:a=>ei.test(a)?ei.parse(a):ed.test(a)?ed.parse(a):es.parse(a),transform:a=>isString(a)?a:a.hasOwnProperty("red")?ei.transform(a):ed.transform(a)},mix=(a,c,s)=>-s*a+s*c+a;function hueToRgb(a,c,s){return(s<0&&(s+=1),s>1&&(s-=1),s<1/6)?a+(c-a)*6*s:s<.5?c:s<2/3?a+(c-a)*(2/3-s)*6:a}function hslaToRgba({hue:a,saturation:c,lightness:s,alpha:d}){a/=360,s/=100;let u=0,p=0,h=0;if(c/=100){let d=s<.5?s*(1+c):s+c-s*c,v=2*s-d;u=hueToRgb(v,d,a+1/3),p=hueToRgb(v,d,a),h=hueToRgb(v,d,a-1/3)}else u=p=h=s;return{red:Math.round(255*u),green:Math.round(255*p),blue:Math.round(255*h),alpha:d}}let mixLinearColor=(a,c,s)=>{let d=a*a;return Math.sqrt(Math.max(0,s*(c*c-d)+d))},ep=[es,ei,ed],getColorType=a=>ep.find(c=>c.test(a));function asRGBA(a){let s=getColorType(a);c.invariant(!!s,`'${a}' is not an animatable color. Use the equivalent color code instead.`);let d=s.parse(a);return s===ed&&(d=hslaToRgba(d)),d}let mixColor=(a,c)=>{let s=asRGBA(a),d=asRGBA(c),u={...s};return a=>(u.red=mixLinearColor(s.red,d.red,a),u.green=mixLinearColor(s.green,d.green,a),u.blue=mixLinearColor(s.blue,d.blue,a),u.alpha=mix(s.alpha,d.alpha,a),ei.transform(u))};function test(a){var c,s;return isNaN(a)&&isString(a)&&((null===(c=a.match(_))||void 0===c?void 0:c.length)||0)+((null===(s=a.match(w))||void 0===s?void 0:s.length)||0)>0}let eh={regex:/var\s*\(\s*--[\w-]+(\s*,\s*(?:(?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)+)?\s*\)/g,countKey:"Vars",token:"${v}",parse:noop},ev={regex:w,countKey:"Colors",token:"${c}",parse:eu.parse},eg={regex:_,countKey:"Numbers",token:"${n}",parse:x.parse};function tokenise(a,{regex:c,countKey:s,token:d,parse:u}){let p=a.tokenised.match(c);p&&(a["num"+s]=p.length,a.tokenised=a.tokenised.replace(c,d),a.values.push(...p.map(u)))}function analyseComplexValue(a){let c=a.toString(),s={value:c,tokenised:c,values:[],numVars:0,numColors:0,numNumbers:0};return s.value.includes("var(--")&&tokenise(s,eh),tokenise(s,ev),tokenise(s,eg),s}function parseComplexValue(a){return analyseComplexValue(a).values}function createTransformer(a){let{values:c,numColors:s,numVars:d,tokenised:u}=analyseComplexValue(a),p=c.length;return a=>{let c=u;for(let u=0;u"number"==typeof a?0:a;function getAnimatableNone$1(a){let c=parseComplexValue(a),s=createTransformer(a);return s(c.map(convertNumbersToZero))}let ey={test,parse:parseComplexValue,createTransformer,getAnimatableNone:getAnimatableNone$1},mixImmediate=(a,c)=>s=>`${s>0?c:a}`;function getMixer$1(a,c){return"number"==typeof a?s=>mix(a,c,s):eu.test(a)?mixColor(a,c):a.startsWith("var(")?mixImmediate(a,c):mixComplex(a,c)}let mixArray=(a,c)=>{let s=[...a],d=s.length,u=a.map((a,s)=>getMixer$1(a,c[s]));return a=>{for(let c=0;c{let s={...a,...c},d={};for(let u in s)void 0!==a[u]&&void 0!==c[u]&&(d[u]=getMixer$1(a[u],c[u]));return a=>{for(let c in d)s[c]=d[c](a);return s}},mixComplex=(a,s)=>{let d=ey.createTransformer(s),u=analyseComplexValue(a),p=analyseComplexValue(s),h=u.numVars===p.numVars&&u.numColors===p.numColors&&u.numNumbers>=p.numNumbers;return h?pipe(mixArray(u.values,p.values),d):(c.warning(!0,`Complex values '${a}' and '${s}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),mixImmediate(a,s))},progress=(a,c,s)=>{let d=c-a;return 0===d?1:(s-a)/d},mixNumber=(a,c)=>s=>mix(a,c,s);function detectMixerFactory(a){if("number"==typeof a);else if("string"==typeof a)return eu.test(a)?mixColor:mixComplex;else if(Array.isArray(a))return mixArray;else if("object"==typeof a)return mixObject;return mixNumber}function createMixers(a,c,s){let d=[],u=s||detectMixerFactory(a[0]),p=a.length-1;for(let s=0;ss[0];a[0]>a[h-1]&&(a=[...a].reverse(),s=[...s].reverse());let v=createMixers(s,u,p),g=v.length,interpolator=c=>{let s=0;if(g>1)for(;sinterpolator(clamp(a[0],a[h-1],c)):interpolator}function fillOffset(a,c){let s=a[a.length-1];for(let d=1;d<=c;d++){let u=progress(0,c,d);a.push(mix(s,1,u))}}function defaultOffset$1(a){let c=[0];return fillOffset(c,a.length-1),c}function convertOffsetToTimes(a,c){return a.map(a=>a*c)}function defaultEasing(a,c){return a.map(()=>c||ee).splice(0,a.length-1)}function keyframes({duration:a=300,keyframes:c,times:s,ease:d="easeInOut"}){let u=isEasingArray(d)?d.map(easingDefinitionToFunction):easingDefinitionToFunction(d),p={done:!1,value:c[0]},h=convertOffsetToTimes(s&&s.length===c.length?s:defaultOffset$1(c),a),v=interpolate(h,c,{ease:Array.isArray(u)?u:defaultEasing(c,u)});return{calculatedDuration:a,next:c=>(p.value=v(c),p.done=c>=a,p)}}function velocityPerSecond(a,c){return c?a*(1e3/c):0}function calcGeneratorVelocity(a,c,s){let d=Math.max(c-5,0);return velocityPerSecond(s-a(d),c-d)}function findSpring({duration:a=800,bounce:s=.25,velocity:d=0,mass:u=1}){let p,h;c.warning(a<=secondsToMilliseconds(10),"Spring duration must be 10 seconds or less");let v=1-s;v=clamp(.05,1,v),a=clamp(.01,10,millisecondsToSeconds(a)),v<1?(p=c=>{let s=c*v,u=s*a,p=calcAngularFreq(c,v);return .001-(s-d)/p*Math.exp(-u)},h=c=>{let s=c*v,u=s*a,h=Math.pow(v,2)*Math.pow(c,2)*a,g=calcAngularFreq(Math.pow(c,2),v),y=-p(c)+.001>0?-1:1;return y*((u*d+d-h)*Math.exp(-u))/g}):(p=c=>{let s=Math.exp(-c*a),u=(c-d)*a+1;return -.001+s*u},h=c=>{let s=Math.exp(-c*a),u=(d-c)*(a*a);return s*u});let g=5/a,y=approximateRoot(p,h,g);if(a=secondsToMilliseconds(a),isNaN(y))return{stiffness:100,damping:10,duration:a};{let c=Math.pow(y,2)*u;return{stiffness:c,damping:2*v*Math.sqrt(u*c),duration:a}}}function approximateRoot(a,c,s){let d=s;for(let s=1;s<12;s++)d-=a(d)/c(d);return d}function calcAngularFreq(a,c){return a*Math.sqrt(1-c*c)}let ef=["duration","bounce"],em=["stiffness","damping","mass"];function isSpringType(a,c){return c.some(c=>void 0!==a[c])}function getSpringOptions(a){let c={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...a};if(!isSpringType(a,em)&&isSpringType(a,ef)){let s=findSpring(a);(c={...c,...s,velocity:0,mass:1}).isResolvedFromDuration=!0}return c}function spring({keyframes:a,restDelta:c,restSpeed:s,...d}){let u;let p=a[0],h=a[a.length-1],v={done:!1,value:p},{stiffness:g,damping:y,mass:m,velocity:k,duration:M,isResolvedFromDuration:b}=getSpringOptions(d),I=k?-millisecondsToSeconds(k):0,C=y/(2*Math.sqrt(g*m)),x=h-p,R=millisecondsToSeconds(Math.sqrt(g/m)),S=5>Math.abs(x);if(s||(s=S?.01:2),c||(c=S?.005:.5),C<1){let a=calcAngularFreq(R,C);u=c=>{let s=Math.exp(-C*R*c);return h-s*((I+C*R*x)/a*Math.sin(a*c)+x*Math.cos(a*c))}}else if(1===C)u=a=>h-Math.exp(-R*a)*(x+(I+R*x)*a);else{let a=R*Math.sqrt(C*C-1);u=c=>{let s=Math.exp(-C*R*c),d=Math.min(a*c,300);return h-s*((I+C*R*x)*Math.sinh(d)+a*x*Math.cosh(d))/a}}return{calculatedDuration:b&&M||null,next:a=>{let d=u(a);if(b)v.done=a>=M;else{let p=I;0!==a&&(p=C<1?calcGeneratorVelocity(u,a,d):0);let g=Math.abs(p)<=s,y=Math.abs(h-d)<=c;v.done=g&&y}return v.value=v.done?h:d,v}}}function inertia({keyframes:a,velocity:c=0,power:s=.8,timeConstant:d=325,bounceDamping:u=10,bounceStiffness:p=500,modifyTarget:h,min:v,max:g,restDelta:y=.5,restSpeed:m}){let k,M;let b=a[0],I={done:!1,value:b},isOutOfBounds=a=>void 0!==v&&ag,nearestBoundary=a=>void 0===v?g:void 0===g?v:Math.abs(v-a)-C*Math.exp(-a/d),calcLatest=a=>R+calcDelta(a),applyFriction=a=>{let c=calcDelta(a),s=calcLatest(a);I.done=Math.abs(c)<=y,I.value=I.done?R:s},checkCatchBoundary=a=>{isOutOfBounds(I.value)&&(k=a,M=spring({keyframes:[I.value,nearestBoundary(I.value)],velocity:calcGeneratorVelocity(calcLatest,a,I.value),damping:u,stiffness:p,restDelta:y,restSpeed:m}))};return checkCatchBoundary(0),{calculatedDuration:null,next:a=>{let c=!1;return(M||void 0!==k||(c=!0,applyFriction(a),checkCatchBoundary(a)),void 0!==k&&a>k)?M.next(a-k):(c||applyFriction(a),I)}}}let frameloopDriver=a=>{let passTimestamp=({timestamp:c})=>a(c);return{start:()=>V.update(passTimestamp,!0),stop:()=>q(passTimestamp),now:()=>U.isProcessing?U.timestamp:performance.now()}};function calcGeneratorDuration(a){let c=0,s=a.next(c);for(;!s.done&&c<2e4;)c+=50,s=a.next(c);return c>=2e4?1/0:c}let ek={decay:inertia,inertia,tween:keyframes,keyframes:keyframes,spring};function animateValue({autoplay:a=!0,delay:c=0,driver:s=frameloopDriver,keyframes:d,type:u="keyframes",repeat:p=0,repeatDelay:h=0,repeatType:v="loop",onPlay:g,onStop:y,onComplete:m,onUpdate:k,...M}){let b,I,C,x,R,S=1,_=!1,updateFinishedPromise=()=>{I=new Promise(a=>{b=a})};updateFinishedPromise();let w=ek[u]||keyframes;w!==keyframes&&"number"!=typeof d[0]&&(x=interpolate([0,100],d,{clamp:!1}),d=[0,100]);let P=w({...M,keyframes:d});"mirror"===v&&(R=w({...M,keyframes:[...d].reverse(),velocity:-(M.velocity||0)}));let O="idle",F=null,D=null,j=null;null===P.calculatedDuration&&p&&(P.calculatedDuration=calcGeneratorDuration(P));let{calculatedDuration:E}=P,T=1/0,B=1/0;null!==E&&(B=(T=E+h)*(p+1)-h);let N=0,tick=a=>{if(null===D)return;S>0&&(D=Math.min(D,a)),S<0&&(D=Math.min(a-B/S,D)),N=null!==F?F:Math.round(a-D)*S;let s=N-c*(S>=0?1:-1),u=S>=0?s<0:s>B;N=Math.max(s,0),"finished"===O&&null===F&&(N=B);let g=N,y=P;if(p){let a=N/T,c=Math.floor(a),s=a%1;!s&&a>=1&&(s=1),1===s&&c--,c=Math.min(c,p+1);let d=!!(c%2);d&&("reverse"===v?(s=1-s,h&&(s-=h/T)):"mirror"===v&&(y=R));let u=clamp(0,1,s);N>B&&(u="reverse"===v&&d?1:0),g=u*T}let m=u?{done:!1,value:d[0]}:y.next(g);x&&(m.value=x(m.value));let{done:M}=m;u||null===E||(M=S>=0?N>=B:N<=0);let b=null===F&&("finished"===O||"running"===O&&M);return k&&k(m.value),b&&finish(),m},stopAnimationDriver=()=>{C&&C.stop(),C=void 0},cancel=()=>{O="idle",stopAnimationDriver(),b(),updateFinishedPromise(),D=j=null},finish=()=>{O="finished",m&&m(),stopAnimationDriver(),b()},play=()=>{if(_)return;C||(C=s(tick));let a=C.now();g&&g(),null!==F?D=a-F:D&&"finished"!==O||(D=a),"finished"===O&&updateFinishedPromise(),j=D,F=null,O="running",C.start()};a&&play();let $={then:(a,c)=>I.then(a,c),get time(){return millisecondsToSeconds(N)},set time(newTime){N=newTime=secondsToMilliseconds(newTime),null===F&&C&&0!==S?D=C.now()-newTime/S:F=newTime},get duration(){let a=null===P.calculatedDuration?calcGeneratorDuration(P):P.calculatedDuration;return millisecondsToSeconds(a)},get speed(){return S},set speed(newSpeed){if(newSpeed===S||!C)return;S=newSpeed,$.time=millisecondsToSeconds(N)},get state(){return O},play,pause:()=>{O="paused",F=N},stop:()=>{_=!0,"idle"!==O&&(O="idle",y&&y(),cancel())},cancel:()=>{null!==j&&tick(j),cancel()},complete:()=>{O="finished"},sample:a=>(D=0,tick(a))};return $}function memo(a){let c;return()=>(void 0===c&&(c=a()),c)}let eM=memo(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),eb=new Set(["opacity","clipPath","filter","transform","backgroundColor"]),requiresPregeneratedKeyframes=(a,c)=>"spring"===c.type||"backgroundColor"===a||!isWaapiSupportedEasing(c.ease);function createAcceleratedAnimation(a,c,{onUpdate:s,onComplete:d,...u}){let p,h;let v=eM()&&eb.has(c)&&!u.repeatDelay&&"mirror"!==u.repeatType&&0!==u.damping&&"inertia"!==u.type;if(!v)return!1;let g=!1,updateFinishedPromise=()=>{h=new Promise(a=>{p=a})};updateFinishedPromise();let{keyframes:y,duration:m=300,ease:k,times:M}=u;if(requiresPregeneratedKeyframes(c,u)){let a=animateValue({...u,repeat:0,delay:0}),c={done:!1,value:y[0]},s=[],d=0;for(;!c.done&&d<2e4;)c=a.sample(d),s.push(c.value),d+=10;M=void 0,y=s,m=d-10,k="linear"}let b=animateStyle(a.owner.current,c,y,{...u,duration:m,ease:k,times:M});u.syncStart&&(b.startTime=U.isProcessing?U.timestamp:document.timeline?document.timeline.currentTime:performance.now());let cancelAnimation=()=>b.cancel(),safeCancel=()=>{V.update(cancelAnimation),p(),updateFinishedPromise()};return b.onfinish=()=>{a.set(getFinalKeyframe(y,u)),d&&d(),safeCancel()},{then:(a,c)=>h.then(a,c),attachTimeline:a=>(b.timeline=a,b.onfinish=null,noop),get time(){return millisecondsToSeconds(b.currentTime||0)},set time(newTime){b.currentTime=secondsToMilliseconds(newTime)},get speed(){return b.playbackRate},set speed(newSpeed){b.playbackRate=newSpeed},get duration(){return millisecondsToSeconds(m)},play:()=>{g||(b.play(),q(cancelAnimation))},pause:()=>b.pause(),stop:()=>{if(g=!0,"idle"===b.playState)return;let{currentTime:c}=b;if(c){let s=animateValue({...u,autoplay:!1});a.setWithVelocity(s.sample(c-10).value,s.sample(c).value,10)}safeCancel()},complete:()=>b.finish(),cancel:safeCancel}}function createInstantAnimation({keyframes:a,delay:c,onUpdate:s,onComplete:d}){let setValue=()=>(s&&s(a[a.length-1]),d&&d(),{time:0,speed:1,duration:0,play:noop,pause:noop,stop:noop,then:a=>(a(),Promise.resolve()),cancel:noop,complete:noop});return c?animateValue({keyframes:[0,1],duration:0,delay:c,onComplete:setValue}):setValue()}let eI={type:"spring",stiffness:500,damping:25,restSpeed:10},criticallyDampedSpring=a=>({type:"spring",stiffness:550,damping:0===a?2*Math.sqrt(550):30,restSpeed:10}),eC={type:"keyframes",duration:.8},ex={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},getDefaultTransition=(a,{keyframes:c})=>c.length>2?eC:k.has(a)?a.startsWith("scale")?criticallyDampedSpring(c[1]):eI:ex,isAnimatable=(a,c)=>"zIndex"!==a&&!!("number"==typeof c||Array.isArray(c)||"string"==typeof c&&(ey.test(c)||"0"===c)&&!c.startsWith("url(")),eR=new Set(["brightness","contrast","saturate","opacity"]);function applyDefaultFilter(a){let[c,s]=a.slice(0,-1).split("(");if("drop-shadow"===c)return a;let[d]=s.match(_)||[];if(!d)return a;let u=s.replace(d,""),p=eR.has(c)?1:0;return d!==s&&(p*=100),c+"("+p+u+")"}let eS=/([a-z-]*)\(.*?\)/g,e_={...ey,getAnimatableNone:a=>{let c=a.match(eS);return c?c.map(applyDefaultFilter).join(" "):a}},ew={...N,color:eu,backgroundColor:eu,outlineColor:eu,fill:eu,stroke:eu,borderColor:eu,borderTopColor:eu,borderRightColor:eu,borderBottomColor:eu,borderLeftColor:eu,filter:e_,WebkitFilter:e_},getDefaultValueType=a=>ew[a];function getAnimatableNone(a,c){let s=getDefaultValueType(a);return s!==e_&&(s=ey),s.getAnimatableNone?s.getAnimatableNone(c):void 0}let isZeroValueString=a=>/^0[^.\s]+$/.test(a);function isNone(a){return"number"==typeof a?0===a:null!==a?"none"===a||"0"===a||isZeroValueString(a):void 0}function getKeyframes(a,c,s,d){let u,p;let h=isAnimatable(c,s);u=Array.isArray(s)?[...s]:[null,s];let v=void 0!==d.from?d.from:a.get(),g=[];for(let a=0;ap=>{let h=getValueTransition$1(u,a)||{},v=h.delay||u.delay||0,{elapsed:g=0}=u;g-=secondsToMilliseconds(v);let y=getKeyframes(s,a,d,h),m=y[0],k=y[y.length-1],M=isAnimatable(a,m),b=isAnimatable(a,k);c.warning(M===b,`You are trying to animate ${a} from "${m}" to "${k}". ${m} is not an animatable value - to enable this animation set ${m} to a value animatable to ${k} via the \`style\` property.`);let I={keyframes:y,velocity:s.getVelocity(),ease:"easeOut",...h,delay:-g,onUpdate:a=>{s.set(a),h.onUpdate&&h.onUpdate(a)},onComplete:()=>{p(),h.onComplete&&h.onComplete()}};if(isTransitionDefined(h)||(I={...I,...getDefaultTransition(a,I)}),I.duration&&(I.duration=secondsToMilliseconds(I.duration)),I.repeatDelay&&(I.repeatDelay=secondsToMilliseconds(I.repeatDelay)),!M||!b||Y.current||!1===h.type)return createInstantAnimation(Y.current?{...I,delay:0}:I);if(s.owner&&s.owner.current instanceof HTMLElement&&!s.owner.getProps().onUpdate){let c=createAcceleratedAnimation(s,a,I);if(c)return c}return animateValue(I)};function isWillChangeMotionValue(a){return!!(isMotionValue(a)&&a.add)}let isNumericalString=a=>/^\-?\d*\.?\d+$/.test(a);function addUniqueItem(a,c){-1===a.indexOf(c)&&a.push(c)}function removeItem(a,c){let s=a.indexOf(c);s>-1&&a.splice(s,1)}function moveItem([...a],c,s){let d=c<0?a.length+c:c;if(d>=0&&dremoveItem(this.subscriptions,a)}notify(a,c,s){let d=this.subscriptions.length;if(d){if(1===d)this.subscriptions[0](a,c,s);else for(let u=0;u!isNaN(parseFloat(a)),eO={current:void 0};let MotionValue=class MotionValue{constructor(a,c={}){this.version="10.16.4",this.timeDelta=0,this.lastUpdated=0,this.canTrackVelocity=!1,this.events={},this.updateAndNotify=(a,c=!0)=>{this.prev=this.current,this.current=a;let{delta:s,timestamp:d}=U;this.lastUpdated!==d&&(this.timeDelta=s,this.lastUpdated=d,V.postRender(this.scheduleVelocityCheck)),this.prev!==this.current&&this.events.change&&this.events.change.notify(this.current),this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()),c&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>V.postRender(this.velocityCheck),this.velocityCheck=({timestamp:a})=>{a!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=a,this.canTrackVelocity=isFloat(this.current),this.owner=c.owner}onChange(a){return this.on("change",a)}on(a,c){this.events[a]||(this.events[a]=new SubscriptionManager);let s=this.events[a].add(c);return"change"===a?()=>{s(),V.read(()=>{this.events.change.getSize()||this.stop()})}:s}clearListeners(){for(let a in this.events)this.events[a].clear()}attach(a,c){this.passiveEffect=a,this.stopPassiveEffect=c}set(a,c=!0){c&&this.passiveEffect?this.passiveEffect(a,this.updateAndNotify):this.updateAndNotify(a,c)}setWithVelocity(a,c,s){this.set(c),this.prev=a,this.timeDelta=s}jump(a){this.updateAndNotify(a),this.prev=a,this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return eO.current&&eO.current.push(this),this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?velocityPerSecond(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(a){return this.stop(),new Promise(c=>{this.hasAnimated=!0,this.animation=a(c),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}};function motionValue(a,c){return new MotionValue(a,c)}let testValueType=a=>c=>c.test(a),eF=[x,D,F,O,E,j,{test:a=>"auto"===a,parse:a=>a}],findDimensionValueType=a=>eF.find(testValueType(a)),ez=[...eF,eu,ey],findValueType=a=>ez.find(testValueType(a));function setMotionValue(a,c,s){a.hasValue(c)?a.getValue(c).set(s):a.addValue(c,motionValue(s))}function setTarget(a,c){let s=resolveVariant(a,c),{transitionEnd:d={},transition:u={},...p}=s?a.makeTargetAnimatable(s,!1):{};for(let c in p={...p,...d}){let s=resolveFinalValueInKeyframes(p[c]);setMotionValue(a,c,s)}}function setVariants(a,c){let s=[...c].reverse();s.forEach(s=>{let d=a.getVariant(s);d&&setTarget(a,d),a.variantChildren&&a.variantChildren.forEach(a=>{setVariants(a,c)})})}function setValues(a,c){return Array.isArray(c)?setVariants(a,c):"string"==typeof c?setVariants(a,[c]):void setTarget(a,c)}function checkTargetForNewValues(a,c,s){var d,u;let p=Object.keys(c).filter(c=>!a.hasValue(c)),h=p.length;if(h)for(let v=0;vg.remove(c))),y.push(M)}return h&&Promise.all(y).then(()=>{h&&setTarget(a,h)}),y}let distance=(a,c)=>Math.abs(a-c);function distance2D(a,c){let s=distance(a.x,c.x),d=distance(a.y,c.y);return Math.sqrt(s**2+d**2)}let createAxisDelta=()=>({translate:0,scale:1,origin:0,originPoint:0}),createAxis=()=>({min:0,max:0}),createBox=()=>({x:createAxis(),y:createAxis()});function convertBoundingBoxToBox({top:a,left:c,right:s,bottom:d}){return{x:{min:c,max:s},y:{min:a,max:d}}}function convertBoxToBoundingBox({x:a,y:c}){return{top:c.min,right:a.max,bottom:c.max,left:a.min}}function transformBoxPoints(a,c){if(!c)return a;let s=c({x:a.left,y:a.top}),d=c({x:a.right,y:a.bottom});return{top:s.y,left:s.x,bottom:d.y,right:d.x}}function isIdentityScale(a){return void 0===a||1===a}function hasScale({scale:a,scaleX:c,scaleY:s}){return!isIdentityScale(a)||!isIdentityScale(c)||!isIdentityScale(s)}function hasTransform(a){return hasScale(a)||has2DTranslate(a)||a.z||a.rotate||a.rotateX||a.rotateY}function has2DTranslate(a){var c,s;return(c=a.x)&&"0%"!==c||(s=a.y)&&"0%"!==s}function scalePoint(a,c,s){return s+c*(a-s)}function applyPointDelta(a,c,s,d,u){return void 0!==u&&(a=d+u*(a-d)),d+s*(a-d)+c}function applyAxisDelta(a,c=0,s=1,d,u){a.min=applyPointDelta(a.min,c,s,d,u),a.max=applyPointDelta(a.max,c,s,d,u)}function applyBoxDelta(a,{x:c,y:s}){applyAxisDelta(a.x,c.translate,c.scale,c.originPoint),applyAxisDelta(a.y,s.translate,s.scale,s.originPoint)}function applyTreeDeltas(a,c,s,d=!1){let u,p;let h=s.length;if(h){c.x=c.y=1;for(let v=0;v1.0000000000001||a<.999999999999?a:1}function translateAxis(a,c){a.min=a.min+c,a.max=a.max+c}function transformAxis(a,c,[s,d,u]){let p=void 0!==c[u]?c[u]:.5,h=mix(a.min,a.max,p);applyAxisDelta(a,c[s],c[d],h,c.scale)}let eD=["x","scaleX","originX"],eA=["y","scaleY","originY"];function transformBox(a,c){transformAxis(a.x,c,eD),transformAxis(a.y,c,eA)}function measureViewportBox(a,c){return convertBoundingBoxToBox(transformBoxPoints(a.getBoundingClientRect(),c))}function measurePageBox(a,c,s){let d=measureViewportBox(a,s),{scroll:u}=c;return u&&(translateAxis(d.x,u.offset.x),translateAxis(d.y,u.offset.y)),d}function delay(a,c){let s=performance.now(),checkElapsed=({timestamp:d})=>{let u=d-s;u>=c&&(q(checkElapsed),a(u-c))};return V.read(checkElapsed,!0),()=>q(checkElapsed)}function resolveElements(a,s,d){var u;if("string"==typeof a){let p=document;s&&(c.invariant(!!s.current,"Scope provided, but no element detected."),p=s.current),d?(null!==(u=d[a])&&void 0!==u||(d[a]=p.querySelectorAll(a)),a=d[a]):a=p.querySelectorAll(a)}else a instanceof Element&&(a=[a]);return Array.from(a||[])}let ej=new WeakMap;function observeTimeline(a,c){let s;let onFrame=()=>{let{currentTime:d}=c,u=null===d?0:d.value,p=u/100;s!==p&&a(p),s=p};return V.update(onFrame,!0),()=>q(onFrame)}let eE=memo(()=>void 0!==window.ScrollTimeline);let GroupPlaybackControls=class GroupPlaybackControls{constructor(a){this.animations=a.filter(Boolean)}then(a,c){return Promise.all(this.animations).then(a).catch(c)}getAll(a){return this.animations[0][a]}setAll(a,c){for(let s=0;s{if(!eE()||!c.attachTimeline)return c.pause(),observeTimeline(a=>{c.time=c.duration*a},a);c.attachTimeline(a)});return()=>{c.forEach((a,c)=>{a&&a(),this.animations[c].stop()})}}get time(){return this.getAll("time")}set time(a){this.setAll("time",a)}get speed(){return this.getAll("speed")}set speed(a){this.setAll("speed",a)}get duration(){let a=0;for(let c=0;cc[a]())}play(){this.runAll("play")}pause(){this.runAll("pause")}stop(){this.runAll("stop")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}};function isDOMKeyframes(a){return"object"==typeof a&&!Array.isArray(a)}function isSVGElement(a){return a instanceof SVGElement&&"svg"!==a.tagName}let eT=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function parseCSSVariable(a){let c=eT.exec(a);if(!c)return[,];let[,s,d]=c;return[s,d]}function getVariableValue(a,s,d=1){c.invariant(d<=4,`Max CSS variable fallback depth detected in property "${a}". This may indicate a circular fallback dependency.`);let[u,p]=parseCSSVariable(a);if(!u)return;let h=window.getComputedStyle(s).getPropertyValue(u);if(h){let a=h.trim();return isNumericalString(a)?parseFloat(a):a}return C(p)?getVariableValue(p,s,d+1):p}function resolveCSSVariables(a,{...c},s){let d=a.current;if(!(d instanceof Element))return{target:c,transitionEnd:s};for(let u in s&&(s={...s}),a.values.forEach(a=>{let c=a.get();if(!C(c))return;let s=getVariableValue(c,d);s&&a.set(s)}),c){let a=c[u];if(!C(a))continue;let p=getVariableValue(a,d);p&&(c[u]=p,s||(s={}),void 0===s[u]&&(s[u]=a))}return{target:c,transitionEnd:s}}let eB=new Set(["width","height","top","left","right","bottom","x","y","translateX","translateY"]),isPositionalKey=a=>eB.has(a),hasPositionalKey=a=>Object.keys(a).some(isPositionalKey),isNumOrPxType=a=>a===x||a===D,getPosFromMatrix=(a,c)=>parseFloat(a.split(", ")[c]),getTranslateFromMatrix=(a,c)=>(s,{transform:d})=>{if("none"===d||!d)return 0;let u=d.match(/^matrix3d\((.+)\)$/);if(u)return getPosFromMatrix(u[1],c);{let c=d.match(/^matrix\((.+)\)$/);return c?getPosFromMatrix(c[1],a):0}},eN=new Set(["x","y","z"]),e$=m.filter(a=>!eN.has(a));function removeNonTranslationalTransform(a){let c=[];return e$.forEach(s=>{let d=a.getValue(s);void 0!==d&&(c.push([s,d.get()]),d.set(s.startsWith("scale")?1:0))}),c.length&&a.render(),c}let eL={width:({x:a},{paddingLeft:c="0",paddingRight:s="0"})=>a.max-a.min-parseFloat(c)-parseFloat(s),height:({y:a},{paddingTop:c="0",paddingBottom:s="0"})=>a.max-a.min-parseFloat(c)-parseFloat(s),top:(a,{top:c})=>parseFloat(c),left:(a,{left:c})=>parseFloat(c),bottom:({y:a},{top:c})=>parseFloat(c)+(a.max-a.min),right:({x:a},{left:c})=>parseFloat(c)+(a.max-a.min),x:getTranslateFromMatrix(4,13),y:getTranslateFromMatrix(5,14)};eL.translateX=eL.x,eL.translateY=eL.y;let convertChangedValueTypes=(a,c,s)=>{let d=c.measureViewportBox(),u=c.current,p=getComputedStyle(u),{display:h}=p,v={};"none"===h&&c.setStaticValue("display",a.display||"block"),s.forEach(a=>{v[a]=eL[a](d,p)}),c.render();let g=c.measureViewportBox();return s.forEach(s=>{let d=c.getValue(s);d&&d.jump(v[s]),a[s]=eL[s](g,p)}),a},checkAndConvertChangedValueTypes=(a,s,d={},p={})=>{s={...s},p={...p};let h=Object.keys(s).filter(isPositionalKey),v=[],g=!1,y=[];if(h.forEach(u=>{let h;let m=a.getValue(u);if(!a.hasValue(u))return;let k=d[u],M=findDimensionValueType(k),b=s[u];if(isKeyframesTarget(b)){let a=b.length,s=null===b[0]?1:0;M=findDimensionValueType(k=b[s]);for(let d=s;d=0?window.pageYOffset:null,d=convertChangedValueTypes(s,a,y);return v.length&&v.forEach(([c,s])=>{a.getValue(c).set(s)}),a.render(),u&&null!==c&&window.scrollTo({top:c}),{target:d,transitionEnd:p}}};function unitConversion(a,c,s,d){return hasPositionalKey(c)?checkAndConvertChangedValueTypes(a,c,s,d):{target:c,transitionEnd:d}}let parseDomVariant=(a,c,s,d)=>{let u=resolveCSSVariables(a,c,d);return unitConversion(a,c=u.target,s,d=u.transitionEnd)},eW={current:null},eH={current:!1};function initPrefersReducedMotion(){if(eH.current=!0,u){if(window.matchMedia){let a=window.matchMedia("(prefers-reduced-motion)"),setReducedMotionPreferences=()=>eW.current=a.matches;a.addListener(setReducedMotionPreferences),setReducedMotionPreferences()}else eW.current=!1}}function updateMotionValuesFromProps(a,c,s){let{willChange:d}=c;for(let u in c){let p=c[u],h=s[u];if(isMotionValue(p))a.addValue(u,p),isWillChangeMotionValue(d)&&d.add(u);else if(isMotionValue(h))a.addValue(u,motionValue(p,{owner:a})),isWillChangeMotionValue(d)&&d.remove(u);else if(h!==p){if(a.hasValue(u)){let c=a.getValue(u);c.hasAnimated||c.set(p)}else{let c=a.getStaticValue(u);a.addValue(u,motionValue(void 0!==c?c:p,{owner:a}))}}}for(let d in s)void 0===c[d]&&a.removeValue(d);return c}let eV=Object.keys(g),eU=eV.length,eG=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"],eX=h.length;let VisualElement=class VisualElement{constructor({parent:a,props:c,presenceContext:s,reducedMotionConfig:d,visualState:u},p={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.scheduleRender=()=>V.render(this.render,!1,!0);let{latestValues:h,renderState:v}=u;this.latestValues=h,this.baseTarget={...h},this.initialValues=c.initial?{...h}:{},this.renderState=v,this.parent=a,this.props=c,this.presenceContext=s,this.depth=a?a.depth+1:0,this.reducedMotionConfig=d,this.options=p,this.isControllingVariants=isControllingVariants(c),this.isVariantNode=isVariantNode(c),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(a&&a.current);let{willChange:g,...y}=this.scrapeMotionValuesFromProps(c,{});for(let a in y){let c=y[a];void 0!==h[a]&&isMotionValue(c)&&(c.set(h[a],!1),isWillChangeMotionValue(g)&&g.add(a))}}scrapeMotionValuesFromProps(a,c){return{}}mount(a){this.current=a,ej.set(a,this),this.projection&&!this.projection.instance&&this.projection.mount(a),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((a,c)=>this.bindToMotionValue(c,a)),eH.current||initPrefersReducedMotion(),this.shouldReduceMotion="never"!==this.reducedMotionConfig&&("always"===this.reducedMotionConfig||eW.current),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){for(let a in ej.delete(this.current),this.projection&&this.projection.unmount(),q(this.notifyUpdate),q(this.render),this.valueSubscriptions.forEach(a=>a()),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this),this.events)this.events[a].clear();for(let a in this.features)this.features[a].unmount();this.current=null}bindToMotionValue(a,c){let s=k.has(a),d=c.on("change",c=>{this.latestValues[a]=c,this.props.onUpdate&&V.update(this.notifyUpdate,!1,!0),s&&this.projection&&(this.projection.isTransformDirty=!0)}),u=c.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(a,()=>{d(),u()})}sortNodePosition(a){return this.current&&this.sortInstanceNodePosition&&this.type===a.type?this.sortInstanceNodePosition(this.current,a.current):0}loadFeatures({children:a,...c},s,d,u){let p,h;for(let a=0;athis.scheduleRender(),animationType:"string"==typeof s?s:"both",initialPromotionConfig:u,layoutScroll:v,layoutRoot:g})}return h}updateFeatures(){for(let a in this.features){let c=this.features[a];c.isMounted?c.update():(c.mount(),c.isMounted=!0)}}triggerBuild(){this.build(this.renderState,this.latestValues,this.options,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):createBox()}getStaticValue(a){return this.latestValues[a]}setStaticValue(a,c){this.latestValues[a]=c}makeTargetAnimatable(a,c=!0){return this.makeTargetAnimatableFromInstance(a,this.props,c)}update(a,c){(a.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=a,this.prevPresenceContext=this.presenceContext,this.presenceContext=c;for(let c=0;cc.variantChildren.delete(a)}addValue(a,c){c!==this.values.get(a)&&(this.removeValue(a),this.bindToMotionValue(a,c)),this.values.set(a,c),this.latestValues[a]=c.get()}removeValue(a){this.values.delete(a);let c=this.valueSubscriptions.get(a);c&&(c(),this.valueSubscriptions.delete(a)),delete this.latestValues[a],this.removeValueFromRenderState(a,this.renderState)}hasValue(a){return this.values.has(a)}getValue(a,c){if(this.props.values&&this.props.values[a])return this.props.values[a];let s=this.values.get(a);return void 0===s&&void 0!==c&&(s=motionValue(c,{owner:this}),this.addValue(a,s)),s}readValue(a){var c;return void 0===this.latestValues[a]&&this.current?null!==(c=this.getBaseTargetFromProps(this.props,a))&&void 0!==c?c:this.readValueFromInstance(this.current,a,this.options):this.latestValues[a]}setBaseTarget(a,c){this.baseTarget[a]=c}getBaseTarget(a){var c;let{initial:s}=this.props,d="string"==typeof s||"object"==typeof s?null===(c=resolveVariantFromProps(this.props,s))||void 0===c?void 0:c[a]:void 0;if(s&&void 0!==d)return d;let u=this.getBaseTargetFromProps(this.props,a);return void 0===u||isMotionValue(u)?void 0!==this.initialValues[a]&&void 0===d?void 0:this.baseTarget[a]:u}on(a,c){return this.events[a]||(this.events[a]=new SubscriptionManager),this.events[a].add(c)}notify(a,...c){this.events[a]&&this.events[a].notify(...c)}};let DOMVisualElement=class DOMVisualElement extends VisualElement{sortInstanceNodePosition(a,c){return 2&a.compareDocumentPosition(c)?1:-1}getBaseTargetFromProps(a,c){return a.style?a.style[c]:void 0}removeValueFromRenderState(a,{vars:c,style:s}){delete c[a],delete s[a]}makeTargetAnimatableFromInstance({transition:a,transitionEnd:c,...s},{transformValues:d},u){let p=getOrigin(s,a||{},this);if(d&&(c&&(c=d(c)),s&&(s=d(s)),p&&(p=d(p))),u){checkTargetForNewValues(this,s,p);let a=parseDomVariant(this,s,p,c);c=a.transitionEnd,s=a.target}return{transition:a,transitionEnd:c,...s}}};let SVGVisualElement=class SVGVisualElement extends DOMVisualElement{constructor(){super(...arguments),this.isSVGTag=!1}getBaseTargetFromProps(a,c){return a[c]}readValueFromInstance(a,c){if(k.has(c)){let a=getDefaultValueType(c);return a&&a.default||0}return c=W.has(c)?c:camelToDash(c),a.getAttribute(c)}measureInstanceViewportBox(){return createBox()}scrapeMotionValuesFromProps(a,c){return scrapeMotionValuesFromProps(a,c)}build(a,c,s,d){buildSVGAttrs(a,c,s,this.isSVGTag,d.transformTemplate)}renderInstance(a,c,s,d){renderSVG(a,c,s,d)}mount(a){this.isSVGTag=isSVGTag(a.tagName),super.mount(a)}};function getComputedStyle$1(a){return window.getComputedStyle(a)}let HTMLVisualElement=class HTMLVisualElement extends DOMVisualElement{readValueFromInstance(a,c){if(k.has(c)){let a=getDefaultValueType(c);return a&&a.default||0}{let s=getComputedStyle$1(a),d=(I(c)?s.getPropertyValue(c):s[c])||0;return"string"==typeof d?d.trim():d}}measureInstanceViewportBox(a,{transformPagePoint:c}){return measureViewportBox(a,c)}build(a,c,s,d){buildHTMLStyles(a,c,s,d.transformTemplate)}scrapeMotionValuesFromProps(a,c){return scrapeMotionValuesFromProps$1(a,c)}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);let{children:a}=this.props;isMotionValue(a)&&(this.childSubscription=a.on("change",a=>{this.current&&(this.current.textContent=`${a}`)}))}renderInstance(a,c,s,d){renderHTML(a,c,s,d)}};function createVisualElement(a){let c={presenceContext:null,props:{},visualState:{renderState:{transform:{},transformOrigin:{},style:{},vars:{},attrs:{}},latestValues:{}}},s=isSVGElement(a)?new SVGVisualElement(c,{enableHardwareAcceleration:!1}):new HTMLVisualElement(c,{enableHardwareAcceleration:!0});s.mount(a),ej.set(a,s)}function animateSingleValue(a,c,s){let d=isMotionValue(a)?a:motionValue(a);return d.start(animateMotionValue("",d,c,s)),d.animation}function createGeneratorEasing(a,c=100){let s=spring({keyframes:[0,c],...a}),d=Math.min(calcGeneratorDuration(s),2e4);return{type:"keyframes",ease:a=>s.next(d*a).value/c,duration:millisecondsToSeconds(d)}}function calcNextTime(a,c,s,d){var u;return"number"==typeof c?c:c.startsWith("-")||c.startsWith("+")?Math.max(0,a+parseFloat(c)):"<"===c?s:null!==(u=d.get(c))&&void 0!==u?u:a}let wrap=(a,c,s)=>{let d=c-a;return((s-a)%d+d)%d+a};function getEasingForSegment(a,c){return isEasingArray(a)?a[wrap(0,a.length,c)]:a}function eraseKeyframes(a,c,s){for(let d=0;dc&&u.at{let v=keyframesAsList(a),{delay:g=0,times:y=defaultOffset$1(v),type:M="keyframes",...b}=s,{ease:I=c.ease||"easeOut",duration:x}=s,R="function"==typeof g?g(p,h):g,S=v.length;if(S<=2&&"spring"===M){let a=100;if(2===S&&isNumberKeyframesArray(v)){let c=v[1]-v[0];a=Math.abs(c)}let c={...b};void 0!==x&&(c.duration=secondsToMilliseconds(x));let s=createGeneratorEasing(c,a);I=s.ease,x=s.duration}null!=x||(x=u);let _=m+R,w=_+x;1===y.length&&0===y[0]&&(y[1]=1);let P=y.length-v.length;P>0&&fillOffset(y,P),1===v.length&&v.unshift(null),addKeyframes(d,v,I,y,_,w),C=Math.max(R+x,C),k=Math.max(w,k)};if(isMotionValue(M)){let a=getSubjectSequence(M,h);resolveValueSequence(b,I,getValueSequence("default",a))}else{let a=resolveElements(M,d,v),c=a.length;for(let s=0;s{for(let u in a){let h=a[u];h.sort(compareByTime);let v=[],g=[],y=[];for(let a=0;a"number"==typeof a,isNumberKeyframesArray=a=>a.every(isNumber);function animateElements(a,s,d,u){let p=resolveElements(a,u),h=p.length;c.invariant(!!h,"No valid element provided.");let v=[];for(let a=0;aArray.isArray(a)&&Array.isArray(a[0]);function animateSequence(a,c,s){let d=[],u=createAnimationsFromSequence(a,c,s);return u.forEach(({keyframes:a,transition:c},s)=>{let u;u=isMotionValue(s)?animateSingleValue(s,a.default,c.default):animateElements(s,a,c),d.push(u)}),new GroupPlaybackControls(d)}let createScopedAnimate=a=>function(c,s,d){let u;return u=isSequence(c)?animateSequence(c,s,a):isDOMKeyframes(s)?animateElements(c,s,d,a):animateSingleValue(c,s,d),a&&a.animations.push(u),u},eK=createScopedAnimate(),eY=new WeakMap;function getElementSize(a,c){if(c){let{inlineSize:a,blockSize:s}=c[0];return{width:a,height:s}}return a instanceof SVGElement&&"getBBox"in a?a.getBBox():{width:a.offsetWidth,height:a.offsetHeight}}function notifyTarget({target:a,contentRect:c,borderBoxSize:s}){var d;null===(d=eY.get(a))||void 0===d||d.forEach(d=>{d({target:a,contentSize:c,get size(){return getElementSize(a,s)}})})}function notifyAll(a){a.forEach(notifyTarget)}function createResizeObserver(){"undefined"!=typeof ResizeObserver&&(s=new ResizeObserver(notifyAll))}function resizeElement(a,c){s||createResizeObserver();let d=resolveElements(a);return d.forEach(a=>{let d=eY.get(a);d||(d=new Set,eY.set(a,d)),d.add(c),null==s||s.observe(a)}),()=>{d.forEach(a=>{let d=eY.get(a);null==d||d.delete(c),(null==d?void 0:d.size)||null==s||s.unobserve(a)})}}let eZ=new Set;function createWindowResizeHandler(){d=()=>{let a={width:window.innerWidth,height:window.innerHeight},c={target:window,size:a,contentSize:a};eZ.forEach(a=>a(c))},window.addEventListener("resize",d)}function resizeWindow(a){return eZ.add(a),d||createWindowResizeHandler(),()=>{eZ.delete(a),!eZ.size&&d&&(d=void 0)}}function resize(a,c){return"function"==typeof a?resizeWindow(a):resizeElement(a,c)}let createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0}),createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()}),eQ={x:{length:"Width",position:"Left"},y:{length:"Height",position:"Top"}};function updateAxisInfo(a,c,s,d){let u=s[c],{length:p,position:h}=eQ[c],v=u.current,g=s.time;u.current=a["scroll"+h],u.scrollLength=a["scroll"+p]-a["client"+p],u.offset.length=0,u.offset[0]=0,u.offset[1]=u.scrollLength,u.progress=progress(0,u.scrollLength,u.current);let y=d-g;u.velocity=y>50?0:velocityPerSecond(u.current-v,y)}function updateScrollInfo(a,c,s){updateAxisInfo(a,"x",c,s),updateAxisInfo(a,"y",c,s),c.time=s}function calcInset(a,c){let s={x:0,y:0},d=a;for(;d&&d!==c;)if(d instanceof HTMLElement)s.x+=d.offsetLeft,s.y+=d.offsetTop,d=d.offsetParent;else if("svg"===d.tagName){let a=d.getBoundingClientRect();d=d.parentElement;let c=d.getBoundingClientRect();s.x+=a.left-c.left,s.y+=a.top-c.top}else if(d instanceof SVGGraphicsElement){let{x:a,y:c}=d.getBBox();s.x+=a,s.y+=c;let u=null,p=d.parentNode;for(;!u;)"svg"===p.tagName&&(u=p),p=d.parentNode;d=u}else break;return s}let eJ={All:[[0,0],[1,1]]},e1={start:0,center:.5,end:1};function resolveEdge(a,c,s=0){let d=0;if(void 0!==e1[a]&&(a=e1[a]),"string"==typeof a){let c=parseFloat(a);a.endsWith("px")?d=c:a.endsWith("%")?a=c/100:a.endsWith("vw")?d=c/100*document.documentElement.clientWidth:a.endsWith("vh")?d=c/100*document.documentElement.clientHeight:a=c}return"number"==typeof a&&(d=c*a),s+d}let e0=[0,0];function resolveOffset(a,c,s,d){let u=Array.isArray(a)?a:e0,p=0;return"number"==typeof a?u=[a,a]:"string"==typeof a&&(u=(a=a.trim()).includes(" ")?a.split(" "):[a,e1[a]?a:"0"]),resolveEdge(u[0],s,d)-resolveEdge(u[1],c)}let e2={x:0,y:0};function getTargetSize(a){return"getBBox"in a&&"svg"!==a.tagName?a.getBBox():{width:a.clientWidth,height:a.clientHeight}}function resolveOffsets(a,c,s){let{offset:d=eJ.All}=s,{target:u=a,axis:p="y"}=s,h="y"===p?"height":"width",v=u!==a?calcInset(u,a):e2,g=u===a?{width:a.scrollWidth,height:a.scrollHeight}:getTargetSize(u),y={width:a.clientWidth,height:a.clientHeight};c[p].offset.length=0;let m=!c[p].interpolate,k=d.length;for(let a=0;ameasure(a,d.target,s),update:c=>{updateScrollInfo(a,s,c),(d.offset||d.target)&&resolveOffsets(a,s,d)},notify:()=>c(s)}}let e3=new WeakMap,e5=new WeakMap,e4=new WeakMap,getEventTarget=a=>a===document.documentElement?window:a;function scrollInfo(a,{container:c=document.documentElement,...s}={}){let d=e4.get(c);d||(d=new Set,e4.set(c,d));let u=createScrollInfo(),p=createOnScrollHandler(c,a,u,s);if(d.add(p),!e3.has(c)){let measureAll=()=>{for(let a of d)a.measure()},updateAll=()=>{for(let a of d)a.update(U.timestamp)},notifyAll=()=>{for(let a of d)a.notify()},listener=()=>{V.read(measureAll,!1,!0),V.update(updateAll,!1,!0),V.update(notifyAll,!1,!0)};e3.set(c,listener);let a=getEventTarget(c);window.addEventListener("resize",listener,{passive:!0}),c!==document.documentElement&&e5.set(c,resize(c,listener)),a.addEventListener("scroll",listener,{passive:!0})}let h=e3.get(c);return V.read(h,!1,!0),()=>{var a;q(h);let s=e4.get(c);if(!s||(s.delete(p),s.size))return;let d=e3.get(c);e3.delete(c),d&&(getEventTarget(c).removeEventListener("scroll",d),null===(a=e5.get(c))||void 0===a||a(),window.removeEventListener("resize",d))}}function scrollTimelineFallback({source:a,axis:c="y"}){let s={value:0},d=scrollInfo(a=>{s.value=100*a[c].progress},{container:a,axis:c});return{currentTime:s,cancel:d}}let e6=new Map;function getTimeline({source:a=document.documentElement,axis:c="y"}={}){e6.has(a)||e6.set(a,{});let s=e6.get(a);return s[c]||(s[c]=eE()?new ScrollTimeline({source:a,axis:c}):scrollTimelineFallback({source:a,axis:c})),s[c]}function scroll(a,c){let s=getTimeline(c);return"function"==typeof a?observeTimeline(a,s):a.attachTimeline(s)}let e9={some:0,all:1};function inView(a,c,{root:s,margin:d,amount:u="some"}={}){let p=resolveElements(a),h=new WeakMap,v=new IntersectionObserver(a=>{a.forEach(a=>{let s=h.get(a.target);if(!!s!==a.isIntersecting){if(a.isIntersecting){let s=c(a);"function"==typeof s?h.set(a.target,s):v.unobserve(a.target)}else s&&(s(a),h.delete(a.target))}})},{root:s,rootMargin:d,threshold:"number"==typeof u?u:e9[u]});return p.forEach(a=>v.observe(a)),()=>v.disconnect()}function getOriginIndex(a,c){if("first"===a)return 0;{let s=c-1;return"last"===a?s:s/2}}function stagger(a=.1,{startDelay:c=0,from:s=0,ease:d}={}){return(u,p)=>{let h="number"==typeof s?s:getOriginIndex(s,p),v=a*Math.abs(h-u);if(d){let c=p*a,s=easingDefinitionToFunction(d);v=s(v/c)*c}return c+v}}let isCustomValueType=a=>"object"==typeof a&&a.mix,getMixer=a=>isCustomValueType(a)?a.mix:void 0;function transform(...a){let c=!Array.isArray(a[0]),s=c?0:-1,d=a[0+s],u=a[1+s],p=a[2+s],h=a[3+s],v=interpolate(u,p,{mixer:getMixer(p[0]),...h});return c?v(d):v}let e7=H.reduce((a,c)=>(a[c]=a=>q(a),a),{});c.HTMLVisualElement=HTMLVisualElement,c.MotionValue=MotionValue,c.SVGVisualElement=SVGVisualElement,c.SubscriptionManager=SubscriptionManager,c.VisualElement=VisualElement,c.addScaleCorrector=addScaleCorrector,c.addUniqueItem=addUniqueItem,c.animate=eK,c.animateMotionValue=animateMotionValue,c.animateSingleValue=animateSingleValue,c.animateStyle=animateStyle,c.animateTarget=animateTarget,c.animateValue=animateValue,c.anticipate=anticipate,c.applyBoxDelta=applyBoxDelta,c.applyTreeDeltas=applyTreeDeltas,c.backIn=er,c.backInOut=eo,c.backOut=en,c.buildHTMLStyles=buildHTMLStyles,c.buildSVGAttrs=buildSVGAttrs,c.buildTransform=buildTransform,c.camelToDash=camelToDash,c.cancelFrame=q,c.cancelSync=e7,c.checkTargetForNewValues=checkTargetForNewValues,c.circIn=circIn,c.circInOut=ea,c.circOut=et,c.clamp=clamp,c.collectMotionValues=eO,c.color=eu,c.complex=ey,c.convertBoundingBoxToBox=convertBoundingBoxToBox,c.convertBoxToBoundingBox=convertBoxToBoundingBox,c.createBox=createBox,c.createDelta=()=>({x:createAxisDelta(),y:createAxisDelta()}),c.createScopedAnimate=createScopedAnimate,c.cubicBezier=cubicBezier,c.delay=delay,c.distance=distance,c.distance2D=distance2D,c.easeIn=Q,c.easeInOut=ee,c.easeOut=J,c.featureDefinitions=g,c.frame=V,c.frameData=U,c.getOrigin=getOrigin,c.getValueTransition=getValueTransition$1,c.has2DTranslate=has2DTranslate,c.hasReducedMotionListener=eH,c.hasScale=hasScale,c.hasTransform=hasTransform,c.inView=inView,c.initPrefersReducedMotion=initPrefersReducedMotion,c.instantAnimationState=Y,c.interpolate=interpolate,c.isAnimationControls=isAnimationControls,c.isBrowser=u,c.isCSSVariableName=I,c.isControllingVariants=isControllingVariants,c.isCustomValue=a=>!!(a&&"object"==typeof a&&a.mix&&a.toValue),c.isForcedMotionValue=isForcedMotionValue,c.isKeyframesTarget=isKeyframesTarget,c.isMotionValue=isMotionValue,c.isRefObject=isRefObject,c.isSVGElement=isSVGElement,c.isSVGTag=isSVGTag,c.isVariantLabel=isVariantLabel,c.isVariantNode=isVariantNode,c.measurePageBox=measurePageBox,c.millisecondsToSeconds=millisecondsToSeconds,c.mirrorEasing=mirrorEasing,c.mix=mix,c.motionValue=motionValue,c.moveItem=moveItem,c.noop=noop,c.optimizedAppearDataAttribute=K,c.optimizedAppearDataId=X,c.percent=F,c.pipe=pipe,c.prefersReducedMotion=eW,c.progress=progress,c.px=D,c.removeItem=removeItem,c.renderSVG=renderSVG,c.resolveVariant=resolveVariant,c.resolveVariantFromProps=resolveVariantFromProps,c.reverseEasing=reverseEasing,c.scaleCorrectors=y,c.scalePoint=scalePoint,c.scrapeMotionValuesFromProps=scrapeMotionValuesFromProps,c.scrapeMotionValuesFromProps$1=scrapeMotionValuesFromProps$1,c.scroll=scroll,c.scrollInfo=scrollInfo,c.secondsToMilliseconds=secondsToMilliseconds,c.setValues=setValues,c.spring=spring,c.stagger=stagger,c.steps=G,c.sync=V,c.transform=transform,c.transformBox=transformBox,c.transformProps=k,c.translateAxis=translateAxis,c.variantPriorityOrder=p,c.visualElementStore=ej,c.warnOnce=warnOnce,c.wrap=wrap},46431:function(a,c,s){"use strict";Object.defineProperty(c,"__esModule",{value:!0});var d=s(67294),u=s(58737);function _interopDefaultLegacy(a){return a&&"object"==typeof a&&"default"in a?a:{default:a}}var p=function(a){if(a&&a.__esModule)return a;var c=Object.create(null);return a&&Object.keys(a).forEach(function(s){if("default"!==s){var d=Object.getOwnPropertyDescriptor(a,s);Object.defineProperty(c,s,d.get?d:{enumerable:!0,get:function(){return a[s]}})}}),c.default=a,Object.freeze(c)}(d),h=_interopDefaultLegacy(d);let v=d.createContext({transformPagePoint:a=>a,isStatic:!1,reducedMotion:"never"}),g=d.createContext({}),y=d.createContext(null),m=u.isBrowser?d.useLayoutEffect:d.useEffect,k=d.createContext({strict:!1});function useVisualElement(a,c,s,u){let{visualElement:p}=d.useContext(g),h=d.useContext(k),M=d.useContext(y),b=d.useContext(v).reducedMotion,I=d.useRef();u=u||h.renderer,!I.current&&u&&(I.current=u(a,{visualState:c,parent:p,props:s,presenceContext:M,blockInitialAnimation:!!M&&!1===M.initial,reducedMotionConfig:b}));let C=I.current;d.useInsertionEffect(()=>{C&&C.update(s,M)});let x=d.useRef(!!window.HandoffAppearAnimations);return m(()=>{C&&(C.render(),x.current&&C.animationState&&C.animationState.animateChanges())}),d.useEffect(()=>{C&&(C.updateFeatures(),!x.current&&C.animationState&&C.animationState.animateChanges(),window.HandoffAppearAnimations=void 0,x.current=!1)}),C}function useMotionRef(a,c,s){return d.useCallback(d=>{d&&a.mount&&a.mount(d),c&&(d?c.mount(d):c.unmount()),s&&("function"==typeof s?s(d):u.isRefObject(s)&&(s.current=d))},[c])}function getCurrentTreeVariants(a,c){if(u.isControllingVariants(a)){let{initial:c,animate:s}=a;return{initial:!1===c||u.isVariantLabel(c)?c:void 0,animate:u.isVariantLabel(s)?s:void 0}}return!1!==a.inherit?c:{}}function useCreateMotionContext(a){let{initial:c,animate:s}=getCurrentTreeVariants(a,d.useContext(g));return d.useMemo(()=>({initial:c,animate:s}),[variantLabelsAsDependency(c),variantLabelsAsDependency(s)])}function variantLabelsAsDependency(a){return Array.isArray(a)?a.join(" "):a}function loadFeatures(a){for(let c in a)u.featureDefinitions[c]={...u.featureDefinitions[c],...a[c]}}let M=d.createContext({}),b=d.createContext({}),I=Symbol.for("motionComponentSymbol");function createMotionComponent({preloadedFeatures:a,createVisualElement:c,useRender:s,useVisualState:h,Component:y}){function MotionComponent(m,M){let I;let C={...d.useContext(v),...m,layoutId:useLayoutId(m)},{isStatic:x}=C,R=useCreateMotionContext(m),S=h(m,x);if(!x&&u.isBrowser){R.visualElement=useVisualElement(y,S,C,c);let s=d.useContext(b),u=d.useContext(k).strict;R.visualElement&&(I=R.visualElement.loadFeatures(C,u,a,s))}return p.createElement(g.Provider,{value:R},I&&R.visualElement?p.createElement(I,{visualElement:R.visualElement,...C}):null,s(y,m,useMotionRef(S,R.visualElement,M),S,x,R.visualElement))}a&&loadFeatures(a);let m=d.forwardRef(MotionComponent);return m[I]=y,m}function useLayoutId({layoutId:a}){let c=d.useContext(M).id;return c&&void 0!==a?c+"-"+a:a}function createMotionProxy(a){function custom(c,s={}){return createMotionComponent(a(c,s))}if("undefined"==typeof Proxy)return custom;let c=new Map;return new Proxy(custom,{get:(a,s)=>(c.has(s)||c.set(s,custom(s)),c.get(s))})}let C=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function isSVGComponent(a){if("string"!=typeof a||a.includes("-"));else if(C.indexOf(a)>-1||/[A-Z]/.test(a))return!0;return!1}let createHtmlRenderState=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function copyRawValuesOnly(a,c,s){for(let d in c)u.isMotionValue(c[d])||u.isForcedMotionValue(d,s)||(a[d]=c[d])}function useInitialMotionValues({transformTemplate:a},c,s){return d.useMemo(()=>{let d=createHtmlRenderState();return u.buildHTMLStyles(d,c,{enableHardwareAcceleration:!s},a),Object.assign({},d.vars,d.style)},[c])}function useStyle(a,c,s){let d=a.style||{},u={};return copyRawValuesOnly(u,d,a),Object.assign(u,useInitialMotionValues(a,c,s)),a.transformValues?a.transformValues(u):u}function useHTMLProps(a,c,s){let d={},u=useStyle(a,c,s);return a.drag&&!1!==a.dragListener&&(d.draggable=!1,u.userSelect=u.WebkitUserSelect=u.WebkitTouchCallout="none",u.touchAction=!0===a.drag?"none":`pan-${"x"===a.drag?"y":"x"}`),void 0===a.tabIndex&&(a.onTap||a.onTapStart||a.whileTap)&&(d.tabIndex=0),d.style=u,d}let x=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","transformValues","custom","inherit","onLayoutAnimationStart","onLayoutAnimationComplete","onLayoutMeasure","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","ignoreStrict","viewport"]);function isValidMotionProp(a){return a.startsWith("while")||a.startsWith("drag")&&"draggable"!==a||a.startsWith("layout")||a.startsWith("onTap")||a.startsWith("onPan")||x.has(a)}let shouldForward=a=>!isValidMotionProp(a);function loadExternalIsValidProp(a){a&&(shouldForward=c=>c.startsWith("on")?!isValidMotionProp(c):a(c))}try{loadExternalIsValidProp(s(79313).Z)}catch(a){}function filterProps(a,c,s){let d={};for(let u in a)("values"!==u||"object"!=typeof a.values)&&(shouldForward(u)||!0===s&&isValidMotionProp(u)||!c&&!isValidMotionProp(u)||a.draggable&&u.startsWith("onDrag"))&&(d[u]=a[u]);return d}let createSvgRenderState=()=>({...createHtmlRenderState(),attrs:{}});function useSVGProps(a,c,s,p){let h=d.useMemo(()=>{let s=createSvgRenderState();return u.buildSVGAttrs(s,c,{enableHardwareAcceleration:!1},u.isSVGTag(p),a.transformTemplate),{...s.attrs,style:{...s.style}}},[c]);if(a.style){let c={};copyRawValuesOnly(c,a.style,a),h.style={...c,...h.style}}return h}function createUseRender(a=!1){return(c,s,p,{latestValues:h},v)=>{let g=isSVGComponent(c)?useSVGProps:useHTMLProps,y=g(s,h,v,c),m=filterProps(s,"string"==typeof c,a),k={...m,...y,ref:p},{children:M}=s,b=d.useMemo(()=>u.isMotionValue(M)?M.get():M,[M]);return d.createElement(c,{...k,children:b})}}function useConstant(a){let c=d.useRef(null);return null===c.current&&(c.current=a()),c.current}function resolveMotionValue(a){let c=u.isMotionValue(a)?a.get():a;return u.isCustomValue(c)?c.toValue():c}function makeState({scrapeMotionValuesFromProps:a,createRenderState:c,onMount:s},d,u,p){let h={latestValues:makeLatestValues(d,u,p,a),renderState:c()};return s&&(h.mount=a=>s(d,a,h)),h}let makeUseVisualState=a=>(c,s)=>{let u=d.useContext(g),p=d.useContext(y),make=()=>makeState(a,c,u,p);return s?make():useConstant(make)};function makeLatestValues(a,c,s,d){let p={},h=d(a,{});for(let a in h)p[a]=resolveMotionValue(h[a]);let{initial:v,animate:g}=a,y=u.isControllingVariants(a),m=u.isVariantNode(a);c&&m&&!y&&!1!==a.inherit&&(void 0===v&&(v=c.initial),void 0===g&&(g=c.animate));let k=!!s&&!1===s.initial;k=k||!1===v;let M=k?g:v;if(M&&"boolean"!=typeof M&&!u.isAnimationControls(M)){let c=Array.isArray(M)?M:[M];c.forEach(c=>{let s=u.resolveVariantFromProps(a,c);if(!s)return;let{transitionEnd:d,transition:h,...v}=s;for(let a in v){let c=v[a];if(Array.isArray(c)){let a=k?c.length-1:0;c=c[a]}null!==c&&(p[a]=c)}for(let a in d)p[a]=d[a]})}return p}let R={useVisualState:makeUseVisualState({scrapeMotionValuesFromProps:u.scrapeMotionValuesFromProps,createRenderState:createSvgRenderState,onMount:(a,c,{renderState:s,latestValues:d})=>{u.frame.read(()=>{try{s.dimensions="function"==typeof c.getBBox?c.getBBox():c.getBoundingClientRect()}catch(a){s.dimensions={x:0,y:0,width:0,height:0}}}),u.frame.render(()=>{u.buildSVGAttrs(s,d,{enableHardwareAcceleration:!1},u.isSVGTag(c.tagName),a.transformTemplate),u.renderSVG(c,s)})}})},S={useVisualState:makeUseVisualState({scrapeMotionValuesFromProps:u.scrapeMotionValuesFromProps$1,createRenderState:createHtmlRenderState})};function createDomMotionConfig(a,{forwardMotionProps:c=!1},s,d){let u=isSVGComponent(a)?R:S;return{...u,preloadedFeatures:s,useRender:createUseRender(c),createVisualElement:d,Component:a}}function addDomEvent(a,c,s,d={passive:!0}){return a.addEventListener(c,s,d),()=>a.removeEventListener(c,s)}let isPrimaryPointer=a=>"mouse"===a.pointerType?"number"!=typeof a.button||a.button<=0:!1!==a.isPrimary;function extractEventInfo(a,c="page"){return{point:{x:a[c+"X"],y:a[c+"Y"]}}}let addPointerInfo=a=>c=>isPrimaryPointer(c)&&a(c,extractEventInfo(c));function addPointerEvent(a,c,s,d){return addDomEvent(a,c,addPointerInfo(s),d)}function createLock(a){let c=null;return()=>null===c&&(c=a,()=>{c=null})}let _=createLock("dragHorizontal"),w=createLock("dragVertical");function getGlobalLock(a){let c=!1;if("y"===a)c=w();else if("x"===a)c=_();else{let a=_(),s=w();a&&s?c=()=>{a(),s()}:(a&&a(),s&&s())}return c}function isDragActive(){let a=getGlobalLock(!0);return!a||(a(),!1)}let Feature=class Feature{constructor(a){this.isMounted=!1,this.node=a}update(){}};function addHoverEvent(a,c){let s="pointer"+(c?"enter":"leave"),d="onHover"+(c?"Start":"End");return addPointerEvent(a.current,s,(s,p)=>{if("touch"===s.type||isDragActive())return;let h=a.getProps();a.animationState&&h.whileHover&&a.animationState.setActive("whileHover",c),h[d]&&u.frame.update(()=>h[d](s,p))},{passive:!a.getProps()[d]})}let HoverGesture=class HoverGesture extends Feature{mount(){this.unmount=u.pipe(addHoverEvent(this.node,!0),addHoverEvent(this.node,!1))}unmount(){}};let FocusGesture=class FocusGesture extends Feature{constructor(){super(...arguments),this.isActive=!1}onFocus(){let a=!1;try{a=this.node.current.matches(":focus-visible")}catch(c){a=!0}a&&this.node.animationState&&(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){this.isActive&&this.node.animationState&&(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=u.pipe(addDomEvent(this.node.current,"focus",()=>this.onFocus()),addDomEvent(this.node.current,"blur",()=>this.onBlur()))}unmount(){}};let isNodeOrChild=(a,c)=>!!c&&(a===c||isNodeOrChild(a,c.parentElement));function fireSyntheticPointerEvent(a,c){if(!c)return;let s=new PointerEvent("pointer"+a);c(s,extractEventInfo(s))}let PressGesture=class PressGesture extends Feature{constructor(){super(...arguments),this.removeStartListeners=u.noop,this.removeEndListeners=u.noop,this.removeAccessibleListeners=u.noop,this.startPointerPress=(a,c)=>{if(this.removeEndListeners(),this.isPressing)return;let s=this.node.getProps(),d=addPointerEvent(window,"pointerup",(a,c)=>{if(!this.checkPressEnd())return;let{onTap:s,onTapCancel:d}=this.node.getProps();u.frame.update(()=>{isNodeOrChild(this.node.current,a.target)?s&&s(a,c):d&&d(a,c)})},{passive:!(s.onTap||s.onPointerUp)}),p=addPointerEvent(window,"pointercancel",(a,c)=>this.cancelPress(a,c),{passive:!(s.onTapCancel||s.onPointerCancel)});this.removeEndListeners=u.pipe(d,p),this.startPress(a,c)},this.startAccessiblePress=()=>{let a=addDomEvent(this.node.current,"keydown",a=>{"Enter"!==a.key||this.isPressing||(this.removeEndListeners(),this.removeEndListeners=addDomEvent(this.node.current,"keyup",a=>{"Enter"===a.key&&this.checkPressEnd()&&fireSyntheticPointerEvent("up",(a,c)=>{let{onTap:s}=this.node.getProps();s&&u.frame.update(()=>s(a,c))})}),fireSyntheticPointerEvent("down",(a,c)=>{this.startPress(a,c)}))}),c=addDomEvent(this.node.current,"blur",()=>{this.isPressing&&fireSyntheticPointerEvent("cancel",(a,c)=>this.cancelPress(a,c))});this.removeAccessibleListeners=u.pipe(a,c)}}startPress(a,c){this.isPressing=!0;let{onTapStart:s,whileTap:d}=this.node.getProps();d&&this.node.animationState&&this.node.animationState.setActive("whileTap",!0),s&&u.frame.update(()=>s(a,c))}checkPressEnd(){this.removeEndListeners(),this.isPressing=!1;let a=this.node.getProps();return a.whileTap&&this.node.animationState&&this.node.animationState.setActive("whileTap",!1),!isDragActive()}cancelPress(a,c){if(!this.checkPressEnd())return;let{onTapCancel:s}=this.node.getProps();s&&u.frame.update(()=>s(a,c))}mount(){let a=this.node.getProps(),c=addPointerEvent(this.node.current,"pointerdown",this.startPointerPress,{passive:!(a.onTapStart||a.onPointerStart)}),s=addDomEvent(this.node.current,"focus",this.startAccessiblePress);this.removeStartListeners=u.pipe(c,s)}unmount(){this.removeStartListeners(),this.removeEndListeners(),this.removeAccessibleListeners()}};let P=new WeakMap,O=new WeakMap,fireObserverCallback=a=>{let c=P.get(a.target);c&&c(a)},fireAllObserverCallbacks=a=>{a.forEach(fireObserverCallback)};function initIntersectionObserver({root:a,...c}){let s=a||document;O.has(s)||O.set(s,{});let d=O.get(s),u=JSON.stringify(c);return d[u]||(d[u]=new IntersectionObserver(fireAllObserverCallbacks,{root:a,...c})),d[u]}function observeIntersection(a,c,s){let d=initIntersectionObserver(c);return P.set(a,s),d.observe(a),()=>{P.delete(a),d.unobserve(a)}}let F={some:0,all:1};let InViewFeature=class InViewFeature extends Feature{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();let{viewport:a={}}=this.node.getProps(),{root:c,margin:s,amount:d="some",once:u}=a,p={root:c?c.current:void 0,rootMargin:s,threshold:"number"==typeof d?d:F[d]};return observeIntersection(this.node.current,p,a=>{let{isIntersecting:c}=a;if(this.isInView===c||(this.isInView=c,u&&!c&&this.hasEnteredView))return;c&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",c);let{onViewportEnter:s,onViewportLeave:d}=this.node.getProps(),p=c?s:d;p&&p(a)})}mount(){this.startObserver()}update(){if("undefined"==typeof IntersectionObserver)return;let{props:a,prevProps:c}=this.node,s=["amount","margin","root"].some(hasViewportOptionChanged(a,c));s&&this.startObserver()}unmount(){}};function hasViewportOptionChanged({viewport:a={}},{viewport:c={}}={}){return s=>a[s]!==c[s]}let D={inView:{Feature:InViewFeature},tap:{Feature:PressGesture},focus:{Feature:FocusGesture},hover:{Feature:HoverGesture}};function shallowCompare(a,c){if(!Array.isArray(c))return!1;let s=c.length;if(s!==a.length)return!1;for(let d=0;dPromise.all(u.animateTarget(a,d,s)):()=>Promise.resolve(),v=a.variantChildren&&a.variantChildren.size?(d=0)=>{let{delayChildren:u=0,staggerChildren:h,staggerDirection:v}=p;return animateChildren(a,c,u+d,h,v,s)}:()=>Promise.resolve(),{when:g}=p;if(!g)return Promise.all([h(),v(s.delay)]);{let[a,c]="beforeChildren"===g?[h,v]:[v,h];return a().then(()=>c())}}function animateChildren(a,c,s=0,d=0,u=1,p){let h=[],v=(a.variantChildren.size-1)*d,g=1===u?(a=0)=>a*d:(a=0)=>v-a*d;return Array.from(a.variantChildren).sort(sortByTreeOrder).forEach((a,d)=>{a.notify("AnimationStart",c),h.push(animateVariant(a,c,{...p,delay:s+g(d)}).then(()=>a.notify("AnimationComplete",c)))}),Promise.all(h)}function sortByTreeOrder(a,c){return a.sortNodePosition(c)}function animateVisualElement(a,c,s={}){let d;if(a.notify("AnimationStart",c),Array.isArray(c)){let u=c.map(c=>animateVariant(a,c,s));d=Promise.all(u)}else if("string"==typeof c)d=animateVariant(a,c,s);else{let p="function"==typeof c?u.resolveVariant(a,c,s.custom):c;d=Promise.all(u.animateTarget(a,p,s))}return d.then(()=>a.notify("AnimationComplete",c))}let j=[...u.variantPriorityOrder].reverse(),E=u.variantPriorityOrder.length;function animateList(a){return c=>Promise.all(c.map(({animation:c,options:s})=>animateVisualElement(a,c,s)))}function createAnimationState(a){let c=animateList(a),s=createState(),d=!0,buildResolvedTypeValues=(c,s)=>{let d=u.resolveVariant(a,s);if(d){let{transition:a,transitionEnd:s,...u}=d;c={...c,...u,...s}}return c};function animateChanges(p,h){let v=a.getProps(),g=a.getVariantContext(!0)||{},y=[],m=new Set,k={},M=1/0;for(let c=0;cM&&x,P=Array.isArray(C)?C:[C],O=P.reduce(buildResolvedTypeValues,{});!1===R&&(O={});let{prevResolvedValues:F={}}=I,D={...F,...O},markToAnimate=a=>{w=!0,m.delete(a),I.needsAnimating[a]=!0};for(let a in D){let c=O[a],s=F[a];k.hasOwnProperty(a)||(c!==s?u.isKeyframesTarget(c)&&u.isKeyframesTarget(s)?!shallowCompare(c,s)||_?markToAnimate(a):I.protectedKeys[a]=!0:void 0!==c?markToAnimate(a):m.add(a):void 0!==c&&m.has(a)?markToAnimate(a):I.protectedKeys[a]=!0)}I.prevProp=C,I.prevResolvedValues=O,I.isActive&&(k={...k,...O}),d&&a.blockInitialAnimation&&(w=!1),w&&!S&&y.push(...P.map(a=>({animation:a,options:{type:b,...p}})))}if(m.size){let c={};m.forEach(s=>{let d=a.getBaseTarget(s);void 0!==d&&(c[s]=d)}),y.push({animation:c})}let b=!!y.length;return d&&!1===v.initial&&!a.manuallyAnimateOnMount&&(b=!1),d=!1,b?c(y):Promise.resolve()}function setActive(c,d,u){var p;if(s[c].isActive===d)return Promise.resolve();null===(p=a.variantChildren)||void 0===p||p.forEach(a=>{var s;return null===(s=a.animationState)||void 0===s?void 0:s.setActive(c,d)}),s[c].isActive=d;let h=animateChanges(u,c);for(let a in s)s[a].protectedKeys={};return h}return{animateChanges,setActive,setAnimateFunction:function(s){c=s(a)},getState:()=>s}}function checkVariantsDidChange(a,c){return"string"==typeof c?c!==a:!!Array.isArray(c)&&!shallowCompare(c,a)}function createTypeState(a=!1){return{isActive:a,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function createState(){return{animate:createTypeState(!0),whileInView:createTypeState(),whileHover:createTypeState(),whileTap:createTypeState(),whileDrag:createTypeState(),whileFocus:createTypeState(),exit:createTypeState()}}let AnimationFeature=class AnimationFeature extends Feature{constructor(a){super(a),a.animationState||(a.animationState=createAnimationState(a))}updateAnimationControlsSubscription(){let{animate:a}=this.node.getProps();this.unmount(),u.isAnimationControls(a)&&(this.unmount=a.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){let{animate:a}=this.node.getProps(),{animate:c}=this.node.prevProps||{};a!==c&&this.updateAnimationControlsSubscription()}unmount(){}};let T=0;let ExitAnimationFeature=class ExitAnimationFeature extends Feature{constructor(){super(...arguments),this.id=T++}update(){if(!this.node.presenceContext)return;let{isPresent:a,onExitComplete:c,custom:s}=this.node.presenceContext,{isPresent:d}=this.node.prevPresenceContext||{};if(!this.node.animationState||a===d)return;let u=this.node.animationState.setActive("exit",!a,{custom:null!=s?s:this.node.getProps().custom});c&&!a&&u.then(()=>c(this.id))}mount(){let{register:a}=this.node.presenceContext||{};a&&(this.unmount=a(this.id))}unmount(){}};let B={animation:{Feature:AnimationFeature},exit:{Feature:ExitAnimationFeature}};let PanSession=class PanSession{constructor(a,c,{transformPagePoint:s}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;let a=getPanInfo(this.lastMoveEventInfo,this.history),c=null!==this.startEvent,s=u.distance2D(a.offset,{x:0,y:0})>=3;if(!c&&!s)return;let{point:d}=a,{timestamp:p}=u.frameData;this.history.push({...d,timestamp:p});let{onStart:h,onMove:v}=this.handlers;c||(h&&h(this.lastMoveEvent,a),this.startEvent=this.lastMoveEvent),v&&v(this.lastMoveEvent,a)},this.handlePointerMove=(a,c)=>{this.lastMoveEvent=a,this.lastMoveEventInfo=transformPoint(c,this.transformPagePoint),u.frame.update(this.updatePoint,!0)},this.handlePointerUp=(a,c)=>{if(this.end(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;let{onEnd:s,onSessionEnd:d}=this.handlers,u=getPanInfo("pointercancel"===a.type?this.lastMoveEventInfo:transformPoint(c,this.transformPagePoint),this.history);this.startEvent&&s&&s(a,u),d&&d(a,u)},!isPrimaryPointer(a))return;this.handlers=c,this.transformPagePoint=s;let d=extractEventInfo(a),p=transformPoint(d,this.transformPagePoint),{point:h}=p,{timestamp:v}=u.frameData;this.history=[{...h,timestamp:v}];let{onSessionStart:g}=c;g&&g(a,getPanInfo(p,this.history)),this.removeListeners=u.pipe(addPointerEvent(window,"pointermove",this.handlePointerMove),addPointerEvent(window,"pointerup",this.handlePointerUp),addPointerEvent(window,"pointercancel",this.handlePointerUp))}updateHandlers(a){this.handlers=a}end(){this.removeListeners&&this.removeListeners(),u.cancelFrame(this.updatePoint)}};function transformPoint(a,c){return c?{point:c(a.point)}:a}function subtractPoint(a,c){return{x:a.x-c.x,y:a.y-c.y}}function getPanInfo({point:a},c){return{point:a,delta:subtractPoint(a,lastDevicePoint(c)),offset:subtractPoint(a,startDevicePoint(c)),velocity:getVelocity(c,.1)}}function startDevicePoint(a){return a[0]}function lastDevicePoint(a){return a[a.length-1]}function getVelocity(a,c){if(a.length<2)return{x:0,y:0};let s=a.length-1,d=null,p=lastDevicePoint(a);for(;s>=0&&(d=a[s],!(p.timestamp-d.timestamp>u.secondsToMilliseconds(c)));)s--;if(!d)return{x:0,y:0};let h=u.millisecondsToSeconds(p.timestamp-d.timestamp);if(0===h)return{x:0,y:0};let v={x:(p.x-d.x)/h,y:(p.y-d.y)/h};return v.x===1/0&&(v.x=0),v.y===1/0&&(v.y=0),v}function calcLength(a){return a.max-a.min}function isNear(a,c=0,s=.01){return Math.abs(a-c)<=s}function calcAxisDelta(a,c,s,d=.5){a.origin=d,a.originPoint=u.mix(c.min,c.max,a.origin),a.scale=calcLength(s)/calcLength(c),(isNear(a.scale,1,1e-4)||isNaN(a.scale))&&(a.scale=1),a.translate=u.mix(s.min,s.max,a.origin)-a.originPoint,(isNear(a.translate)||isNaN(a.translate))&&(a.translate=0)}function calcBoxDelta(a,c,s,d){calcAxisDelta(a.x,c.x,s.x,d?d.originX:void 0),calcAxisDelta(a.y,c.y,s.y,d?d.originY:void 0)}function calcRelativeAxis(a,c,s){a.min=s.min+c.min,a.max=a.min+calcLength(c)}function calcRelativeBox(a,c,s){calcRelativeAxis(a.x,c.x,s.x),calcRelativeAxis(a.y,c.y,s.y)}function calcRelativeAxisPosition(a,c,s){a.min=c.min-s.min,a.max=a.min+calcLength(c)}function calcRelativePosition(a,c,s){calcRelativeAxisPosition(a.x,c.x,s.x),calcRelativeAxisPosition(a.y,c.y,s.y)}function applyConstraints(a,{min:c,max:s},d){return void 0!==c&&as&&(a=d?u.mix(s,a,d.max):Math.min(a,s)),a}function calcRelativeAxisConstraints(a,c,s){return{min:void 0!==c?a.min+c:void 0,max:void 0!==s?a.max+s-(a.max-a.min):void 0}}function calcRelativeConstraints(a,{top:c,left:s,bottom:d,right:u}){return{x:calcRelativeAxisConstraints(a.x,s,u),y:calcRelativeAxisConstraints(a.y,c,d)}}function calcViewportAxisConstraints(a,c){let s=c.min-a.min,d=c.max-a.max;return c.max-c.mind?s=u.progress(c.min,c.max-d,a.min):d>p&&(s=u.progress(a.min,a.max-p,c.min)),u.clamp(0,1,s)}function rebaseAxisConstraints(a,c){let s={};return void 0!==c.min&&(s.min=c.min-a.min),void 0!==c.max&&(s.max=c.max-a.min),s}function resolveDragElastic(a=.35){return!1===a?a=0:!0===a&&(a=.35),{x:resolveAxisElastic(a,"left","right"),y:resolveAxisElastic(a,"top","bottom")}}function resolveAxisElastic(a,c,s){return{min:resolvePointElastic(a,c),max:resolvePointElastic(a,s)}}function resolvePointElastic(a,c){return"number"==typeof a?a:a[c]||0}function eachAxis(a){return[a("x"),a("y")]}let N=new WeakMap;let VisualElementDragControls=class VisualElementDragControls{constructor(a){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=u.createBox(),this.visualElement=a}start(a,{snapToCursor:c=!1}={}){let{presenceContext:s}=this.visualElement;s&&!1===s.isPresent||(this.panSession=new PanSession(a,{onSessionStart:a=>{this.stopAnimation(),c&&this.snapToCursor(extractEventInfo(a,"page").point)},onStart:(a,c)=>{let{drag:s,dragPropagation:d,onDragStart:p}=this.getProps();if(s&&!d&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=getGlobalLock(s),!this.openGlobalLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),eachAxis(a=>{let c=this.getAxisMotionValue(a).get()||0;if(u.percent.test(c)){let{projection:s}=this.visualElement;if(s&&s.layout){let d=s.layout.layoutBox[a];if(d){let a=calcLength(d);c=a*(parseFloat(c)/100)}}}this.originPoint[a]=c}),p&&u.frame.update(()=>p(a,c),!1,!0);let{animationState:h}=this.visualElement;h&&h.setActive("whileDrag",!0)},onMove:(a,c)=>{let{dragPropagation:s,dragDirectionLock:d,onDirectionLock:u,onDrag:p}=this.getProps();if(!s&&!this.openGlobalLock)return;let{offset:h}=c;if(d&&null===this.currentDirection){this.currentDirection=getCurrentDirection(h),null!==this.currentDirection&&u&&u(this.currentDirection);return}this.updateAxis("x",c.point,h),this.updateAxis("y",c.point,h),this.visualElement.render(),p&&p(a,c)},onSessionEnd:(a,c)=>this.stop(a,c)},{transformPagePoint:this.visualElement.getTransformPagePoint()}))}stop(a,c){let s=this.isDragging;if(this.cancel(),!s)return;let{velocity:d}=c;this.startAnimation(d);let{onDragEnd:p}=this.getProps();p&&u.frame.update(()=>p(a,c))}cancel(){this.isDragging=!1;let{projection:a,animationState:c}=this.visualElement;a&&(a.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;let{dragPropagation:s}=this.getProps();!s&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),c&&c.setActive("whileDrag",!1)}updateAxis(a,c,s){let{drag:d}=this.getProps();if(!s||!shouldDrag(a,d,this.currentDirection))return;let u=this.getAxisMotionValue(a),p=this.originPoint[a]+s[a];this.constraints&&this.constraints[a]&&(p=applyConstraints(p,this.constraints[a],this.elastic[a])),u.set(p)}resolveConstraints(){let{dragConstraints:a,dragElastic:c}=this.getProps(),{layout:s}=this.visualElement.projection||{},d=this.constraints;a&&u.isRefObject(a)?this.constraints||(this.constraints=this.resolveRefConstraints()):a&&s?this.constraints=calcRelativeConstraints(s.layoutBox,a):this.constraints=!1,this.elastic=resolveDragElastic(c),d!==this.constraints&&s&&this.constraints&&!this.hasMutatedConstraints&&eachAxis(a=>{this.getAxisMotionValue(a)&&(this.constraints[a]=rebaseAxisConstraints(s.layoutBox[a],this.constraints[a]))})}resolveRefConstraints(){let{dragConstraints:a,onMeasureDragConstraints:c}=this.getProps();if(!a||!u.isRefObject(a))return!1;let s=a.current;u.invariant(null!==s,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");let{projection:d}=this.visualElement;if(!d||!d.layout)return!1;let p=u.measurePageBox(s,d.root,this.visualElement.getTransformPagePoint()),h=calcViewportConstraints(d.layout.layoutBox,p);if(c){let a=c(u.convertBoxToBoundingBox(h));this.hasMutatedConstraints=!!a,a&&(h=u.convertBoundingBoxToBox(a))}return h}startAnimation(a){let{drag:c,dragMomentum:s,dragElastic:d,dragTransition:u,dragSnapToOrigin:p,onDragTransitionEnd:h}=this.getProps(),v=this.constraints||{},g=eachAxis(h=>{if(!shouldDrag(h,c,this.currentDirection))return;let g=v&&v[h]||{};p&&(g={min:0,max:0});let y={type:"inertia",velocity:s?a[h]:0,bounceStiffness:d?200:1e6,bounceDamping:d?40:1e7,timeConstant:750,restDelta:1,restSpeed:10,...u,...g};return this.startAxisValueAnimation(h,y)});return Promise.all(g).then(h)}startAxisValueAnimation(a,c){let s=this.getAxisMotionValue(a);return s.start(u.animateMotionValue(a,s,0,c))}stopAnimation(){eachAxis(a=>this.getAxisMotionValue(a).stop())}getAxisMotionValue(a){let c="_drag"+a.toUpperCase(),s=this.visualElement.getProps(),d=s[c];return d||this.visualElement.getValue(a,(s.initial?s.initial[a]:void 0)||0)}snapToCursor(a){eachAxis(c=>{let{drag:s}=this.getProps();if(!shouldDrag(c,s,this.currentDirection))return;let{projection:d}=this.visualElement,p=this.getAxisMotionValue(c);if(d&&d.layout){let{min:s,max:h}=d.layout.layoutBox[c];p.set(a[c]-u.mix(s,h,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;let{drag:a,dragConstraints:c}=this.getProps(),{projection:s}=this.visualElement;if(!u.isRefObject(c)||!s||!this.constraints)return;this.stopAnimation();let d={x:0,y:0};eachAxis(a=>{let c=this.getAxisMotionValue(a);if(c){let s=c.get();d[a]=calcOrigin({min:s,max:s},this.constraints[a])}});let{transformTemplate:p}=this.visualElement.getProps();this.visualElement.current.style.transform=p?p({},""):"none",s.root&&s.root.updateScroll(),s.updateLayout(),this.resolveConstraints(),eachAxis(c=>{if(!shouldDrag(c,a,null))return;let s=this.getAxisMotionValue(c),{min:p,max:h}=this.constraints[c];s.set(u.mix(p,h,d[c]))})}addListeners(){if(!this.visualElement.current)return;N.set(this.visualElement,this);let a=this.visualElement.current,c=addPointerEvent(a,"pointerdown",a=>{let{drag:c,dragListener:s=!0}=this.getProps();c&&s&&this.start(a)}),measureDragConstraints=()=>{let{dragConstraints:a}=this.getProps();u.isRefObject(a)&&(this.constraints=this.resolveRefConstraints())},{projection:s}=this.visualElement,d=s.addEventListener("measure",measureDragConstraints);s&&!s.layout&&(s.root&&s.root.updateScroll(),s.updateLayout()),measureDragConstraints();let p=addDomEvent(window,"resize",()=>this.scalePositionWithinConstraints()),h=s.addEventListener("didUpdate",({delta:a,hasLayoutChanged:c})=>{this.isDragging&&c&&(eachAxis(c=>{let s=this.getAxisMotionValue(c);s&&(this.originPoint[c]+=a[c].translate,s.set(s.get()+a[c].translate))}),this.visualElement.render())});return()=>{p(),c(),d(),h&&h()}}getProps(){let a=this.visualElement.getProps(),{drag:c=!1,dragDirectionLock:s=!1,dragPropagation:d=!1,dragConstraints:u=!1,dragElastic:p=.35,dragMomentum:h=!0}=a;return{...a,drag:c,dragDirectionLock:s,dragPropagation:d,dragConstraints:u,dragElastic:p,dragMomentum:h}}};function shouldDrag(a,c,s){return(!0===c||c===a)&&(null===s||s===a)}function getCurrentDirection(a,c=10){let s=null;return Math.abs(a.y)>c?s="y":Math.abs(a.x)>c&&(s="x"),s}let DragGesture=class DragGesture extends Feature{constructor(a){super(a),this.removeGroupControls=u.noop,this.removeListeners=u.noop,this.controls=new VisualElementDragControls(a)}mount(){let{dragControls:a}=this.node.getProps();a&&(this.removeGroupControls=a.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||u.noop}unmount(){this.removeGroupControls(),this.removeListeners()}};let asyncHandler=a=>(c,s)=>{a&&u.frame.update(()=>a(c,s))};let PanGesture=class PanGesture extends Feature{constructor(){super(...arguments),this.removePointerDownListener=u.noop}onPointerDown(a){this.session=new PanSession(a,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint()})}createPanHandlers(){let{onPanSessionStart:a,onPanStart:c,onPan:s,onPanEnd:d}=this.node.getProps();return{onSessionStart:asyncHandler(a),onStart:asyncHandler(c),onMove:s,onEnd:(a,c)=>{delete this.session,d&&u.frame.update(()=>d(a,c))}}}mount(){this.removePointerDownListener=addPointerEvent(this.node.current,"pointerdown",a=>this.onPointerDown(a))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}};let $=["TopLeft","TopRight","BottomLeft","BottomRight"],L=$.length,asNumber=a=>"string"==typeof a?parseFloat(a):a,isPx=a=>"number"==typeof a||u.px.test(a);function mixValues(a,c,s,d,p,h){p?(a.opacity=u.mix(0,void 0!==s.opacity?s.opacity:1,W(d)),a.opacityExit=u.mix(void 0!==c.opacity?c.opacity:1,0,H(d))):h&&(a.opacity=u.mix(void 0!==c.opacity?c.opacity:1,void 0!==s.opacity?s.opacity:1,d));for(let p=0;pdc?1:s(u.progress(a,c,d))}function copyAxisInto(a,c){a.min=c.min,a.max=c.max}function copyBoxInto(a,c){copyAxisInto(a.x,c.x),copyAxisInto(a.y,c.y)}function removePointDelta(a,c,s,d,p){return a-=c,a=u.scalePoint(a,1/s,d),void 0!==p&&(a=u.scalePoint(a,1/p,d)),a}function removeAxisDelta(a,c=0,s=1,d=.5,p,h=a,v=a){if(u.percent.test(c)){c=parseFloat(c);let a=u.mix(v.min,v.max,c/100);c=a-v.min}if("number"!=typeof c)return;let g=u.mix(h.min,h.max,d);a===h&&(g-=c),a.min=removePointDelta(a.min,c,s,g,p),a.max=removePointDelta(a.max,c,s,g,p)}function removeAxisTransforms(a,c,[s,d,u],p,h){removeAxisDelta(a,c[s],c[d],c[u],c.scale,p,h)}let V=["x","scaleX","originX"],q=["y","scaleY","originY"];function removeBoxTransforms(a,c,s,d){removeAxisTransforms(a.x,c,V,s?s.x:void 0,d?d.x:void 0),removeAxisTransforms(a.y,c,q,s?s.y:void 0,d?d.y:void 0)}function isAxisDeltaZero(a){return 0===a.translate&&1===a.scale}function isDeltaZero(a){return isAxisDeltaZero(a.x)&&isAxisDeltaZero(a.y)}function boxEquals(a,c){return a.x.min===c.x.min&&a.x.max===c.x.max&&a.y.min===c.y.min&&a.y.max===c.y.max}function boxEqualsRounded(a,c){return Math.round(a.x.min)===Math.round(c.x.min)&&Math.round(a.x.max)===Math.round(c.x.max)&&Math.round(a.y.min)===Math.round(c.y.min)&&Math.round(a.y.max)===Math.round(c.y.max)}function aspectRatio(a){return calcLength(a.x)/calcLength(a.y)}let NodeStack=class NodeStack{constructor(){this.members=[]}add(a){u.addUniqueItem(this.members,a),a.scheduleRender()}remove(a){if(u.removeItem(this.members,a),a===this.prevLead&&(this.prevLead=void 0),a===this.lead){let a=this.members[this.members.length-1];a&&this.promote(a)}}relegate(a){let c;let s=this.members.findIndex(c=>a===c);if(0===s)return!1;for(let a=s;a>=0;a--){let s=this.members[a];if(!1!==s.isPresent){c=s;break}}return!!c&&(this.promote(c),!0)}promote(a,c){let s=this.lead;if(a!==s&&(this.prevLead=s,this.lead=a,a.show(),s)){s.instance&&s.scheduleRender(),a.scheduleRender(),a.resumeFrom=s,c&&(a.resumeFrom.preserveOpacity=!0),s.snapshot&&(a.snapshot=s.snapshot,a.snapshot.latestValues=s.animationValues||s.latestValues),a.root&&a.root.isUpdating&&(a.isLayoutDirty=!0);let{crossfade:d}=a.options;!1===d&&s.hide()}}exitAnimationComplete(){this.members.forEach(a=>{let{options:c,resumingFrom:s}=a;c.onExitComplete&&c.onExitComplete(),s&&s.options.onExitComplete&&s.options.onExitComplete()})}scheduleRender(){this.members.forEach(a=>{a.instance&&a.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}};function buildProjectionTransform(a,c,s){let d="",u=a.x.translate/c.x,p=a.y.translate/c.y;if((u||p)&&(d=`translate3d(${u}px, ${p}px, 0) `),(1!==c.x||1!==c.y)&&(d+=`scale(${1/c.x}, ${1/c.y}) `),s){let{rotate:a,rotateX:c,rotateY:u}=s;a&&(d+=`rotate(${a}deg) `),c&&(d+=`rotateX(${c}deg) `),u&&(d+=`rotateY(${u}deg) `)}let h=a.x.scale*c.x,v=a.y.scale*c.y;return(1!==h||1!==v)&&(d+=`scale(${h}, ${v})`),d||"none"}let compareByDepth=(a,c)=>a.depth-c.depth;let FlatTree=class FlatTree{constructor(){this.children=[],this.isDirty=!1}add(a){u.addUniqueItem(this.children,a),this.isDirty=!0}remove(a){u.removeItem(this.children,a),this.isDirty=!0}forEach(a){this.isDirty&&this.children.sort(compareByDepth),this.isDirty=!1,this.children.forEach(a)}};let U={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function record(a){window.MotionDebug&&window.MotionDebug.record(a)}let G=["","X","Y","Z"],X=0,K={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0};function createProjectionNode({attachResizeListener:a,defaultParent:c,measureScroll:s,checkIsScrollRoot:d,resetTransform:p}){return class{constructor(a={},s=null==c?void 0:c()){this.id=X++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{K.totalNodes=K.resolvedTargetDeltas=K.recalculatedProjection=0,this.nodes.forEach(propagateDirtyNodes),this.nodes.forEach(resolveTargetDelta),this.nodes.forEach(calcProjection),this.nodes.forEach(cleanDirtyNodes),record(K)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=a,this.root=s?s.root||s:this,this.path=s?[...s.path,s]:[],this.parent=s,this.depth=s?s.depth+1:0;for(let a=0;athis.root.updateBlockedByResize=!1;a(c,()=>{this.root.updateBlockedByResize=!0,s&&s(),s=u.delay(resizeUnblockUpdate,250),U.hasAnimatedSinceResize&&(U.hasAnimatedSinceResize=!1,this.nodes.forEach(finishAnimation))})}d&&this.root.registerSharedNode(d,this),!1!==this.options.animate&&h&&(d||p)&&this.addEventListener("didUpdate",({delta:a,hasLayoutChanged:c,hasRelativeTargetChanged:s,layout:d})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}let p=this.options.transition||h.getDefaultTransition()||Y,{onLayoutAnimationStart:v,onLayoutAnimationComplete:g}=h.getProps(),y=!this.targetLayout||!boxEqualsRounded(this.targetLayout,d)||s,m=!c&&s;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||m||c&&(y||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(a,m);let c={...u.getValueTransition(p,"layout"),onPlay:v,onComplete:g};(h.shouldReduceMotion||this.options.layoutRoot)&&(c.delay=0,c.type=!1),this.startAnimation(c)}else c||finishAnimation(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=d})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);let a=this.getStack();a&&a.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,u.cancelFrame(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){!this.isUpdateBlocked()&&(this.isUpdating=!0,this.nodes&&this.nodes.forEach(resetRotation),this.animationId++)}getTransformTemplate(){let{visualElement:a}=this.options;return a&&a.getProps().transformTemplate}willUpdate(a=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(this.root.isUpdating||this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let a=0;athis.update()))}clearAllSnapshots(){this.nodes.forEach(clearSnapshot),this.sharedNodes.forEach(removeLeadSnapshots)}scheduleUpdateProjection(){u.frame.preRender(this.updateProjection,!1,!0)}scheduleCheckAfterUnmount(){u.frame.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){!this.snapshot&&this.instance&&(this.snapshot=this.measure())}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let a=0;a{let d=c/1e3;mixAxisDelta(v.x,a.x,d),mixAxisDelta(v.y,a.y,d),this.setTargetDelta(v),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(calcRelativePosition(g,this.layout.layoutBox,this.relativeParent.layout.layoutBox),mixBox(this.relativeTarget,this.relativeTargetOrigin,g,d),s&&boxEquals(this.relativeTarget,s)&&(this.isProjectionDirty=!1),s||(s=u.createBox()),copyBoxInto(s,this.relativeTarget)),k&&(this.animationValues=h,mixValues(h,p,this.latestValues,d,I,b)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=d},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(a){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(u.cancelFrame(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=u.frame.update(()=>{U.hasAnimatedSinceResize=!0,this.currentAnimation=u.animateSingleValue(0,1e3,{...a,onUpdate:c=>{this.mixTargetDelta(c),a.onUpdate&&a.onUpdate(c)},onComplete:()=>{a.onComplete&&a.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);let a=this.getStack();a&&a.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(1e3),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){let a=this.getLead(),{targetWithTransforms:c,target:s,layout:d,latestValues:p}=a;if(c&&s&&d){if(this!==a&&this.layout&&d&&shouldAnimatePositionOnly(this.options.animationType,this.layout.layoutBox,d.layoutBox)){s=this.target||u.createBox();let c=calcLength(this.layout.layoutBox.x);s.x.min=a.target.x.min,s.x.max=s.x.min+c;let d=calcLength(this.layout.layoutBox.y);s.y.min=a.target.y.min,s.y.max=s.y.min+d}copyBoxInto(c,s),u.transformBox(c,p),calcBoxDelta(this.projectionDeltaWithTransform,this.layoutCorrected,c,p)}}registerSharedNode(a,c){this.sharedNodes.has(a)||this.sharedNodes.set(a,new NodeStack);let s=this.sharedNodes.get(a);s.add(c);let d=c.options.initialPromotionConfig;c.promote({transition:d?d.transition:void 0,preserveFollowOpacity:d&&d.shouldPreserveFollowOpacity?d.shouldPreserveFollowOpacity(c):void 0})}isLead(){let a=this.getStack();return!a||a.lead===this}getLead(){var a;let{layoutId:c}=this.options;return c&&(null===(a=this.getStack())||void 0===a?void 0:a.lead)||this}getPrevLead(){var a;let{layoutId:c}=this.options;return c?null===(a=this.getStack())||void 0===a?void 0:a.prevLead:void 0}getStack(){let{layoutId:a}=this.options;if(a)return this.root.sharedNodes.get(a)}promote({needsReset:a,transition:c,preserveFollowOpacity:s}={}){let d=this.getStack();d&&d.promote(this,s),a&&(this.projectionDelta=void 0,this.needsReset=!0),c&&this.setOptions({transition:c})}relegate(){let a=this.getStack();return!!a&&a.relegate(this)}resetRotation(){let{visualElement:a}=this.options;if(!a)return;let c=!1,{latestValues:s}=a;if((s.rotate||s.rotateX||s.rotateY||s.rotateZ)&&(c=!0),!c)return;let d={};for(let c=0;c{var c;return null===(c=a.currentAnimation)||void 0===c?void 0:c.stop()}),this.root.nodes.forEach(clearMeasurements),this.root.sharedNodes.clear()}}}function updateLayout(a){a.updateLayout()}function notifyLayoutUpdate(a){var c;let s=(null===(c=a.resumeFrom)||void 0===c?void 0:c.snapshot)||a.snapshot;if(a.isLead()&&a.layout&&s&&a.hasListeners("didUpdate")){let{layoutBox:c,measuredBox:d}=a.layout,{animationType:p}=a.options,h=s.source!==a.layout.source;"size"===p?eachAxis(a=>{let d=h?s.measuredBox[a]:s.layoutBox[a],u=calcLength(d);d.min=c[a].min,d.max=d.min+u}):shouldAnimatePositionOnly(p,s.layoutBox,c)&&eachAxis(d=>{let u=h?s.measuredBox[d]:s.layoutBox[d],p=calcLength(c[d]);u.max=u.min+p,a.relativeTarget&&!a.currentAnimation&&(a.isProjectionDirty=!0,a.relativeTarget[d].max=a.relativeTarget[d].min+p)});let v=u.createDelta();calcBoxDelta(v,c,s.layoutBox);let g=u.createDelta();h?calcBoxDelta(g,a.applyTransform(d,!0),s.measuredBox):calcBoxDelta(g,c,s.layoutBox);let y=!isDeltaZero(v),m=!1;if(!a.resumeFrom){let d=a.getClosestProjectingParent();if(d&&!d.resumeFrom){let{snapshot:p,layout:h}=d;if(p&&h){let v=u.createBox();calcRelativePosition(v,s.layoutBox,p.layoutBox);let g=u.createBox();calcRelativePosition(g,c,h.layoutBox),boxEqualsRounded(v,g)||(m=!0),d.options.layoutRoot&&(a.relativeTarget=g,a.relativeTargetOrigin=v,a.relativeParent=d)}}}a.notifyListeners("didUpdate",{layout:c,snapshot:s,delta:g,layoutDelta:v,hasLayoutChanged:y,hasRelativeTargetChanged:m})}else if(a.isLead()){let{onExitComplete:c}=a.options;c&&c()}a.options.transition=void 0}function propagateDirtyNodes(a){K.totalNodes++,a.parent&&(a.isProjecting()||(a.isProjectionDirty=a.parent.isProjectionDirty),a.isSharedProjectionDirty||(a.isSharedProjectionDirty=!!(a.isProjectionDirty||a.parent.isProjectionDirty||a.parent.isSharedProjectionDirty)),a.isTransformDirty||(a.isTransformDirty=a.parent.isTransformDirty))}function cleanDirtyNodes(a){a.isProjectionDirty=a.isSharedProjectionDirty=a.isTransformDirty=!1}function clearSnapshot(a){a.clearSnapshot()}function clearMeasurements(a){a.clearMeasurements()}function clearIsLayoutDirty(a){a.isLayoutDirty=!1}function resetTransformStyle(a){let{visualElement:c}=a.options;c&&c.getProps().onBeforeLayoutMeasure&&c.notify("BeforeLayoutMeasure"),a.resetTransform()}function finishAnimation(a){a.finishAnimation(),a.targetDelta=a.relativeTarget=a.target=void 0,a.isProjectionDirty=!0}function resolveTargetDelta(a){a.resolveTargetDelta()}function calcProjection(a){a.calcProjection()}function resetRotation(a){a.resetRotation()}function removeLeadSnapshots(a){a.removeLeadSnapshot()}function mixAxisDelta(a,c,s){a.translate=u.mix(c.translate,0,s),a.scale=u.mix(c.scale,1,s),a.origin=c.origin,a.originPoint=c.originPoint}function mixAxis(a,c,s,d){a.min=u.mix(c.min,s.min,d),a.max=u.mix(c.max,s.max,d)}function mixBox(a,c,s,d){mixAxis(a.x,c.x,s.x,d),mixAxis(a.y,c.y,s.y,d)}function hasOpacityCrossfade(a){return a.animationValues&&void 0!==a.animationValues.opacityExit}let Y={duration:.45,ease:[.4,0,.1,1]},userAgentContains=a=>"undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().includes(a),Z=userAgentContains("applewebkit/")&&!userAgentContains("chrome/")?Math.round:u.noop;function roundAxis(a){a.min=Z(a.min),a.max=Z(a.max)}function roundBox(a){roundAxis(a.x),roundAxis(a.y)}function shouldAnimatePositionOnly(a,c,s){return"position"===a||"preserve-aspect"===a&&!isNear(aspectRatio(c),aspectRatio(s),.2)}let Q=createProjectionNode({attachResizeListener:(a,c)=>addDomEvent(a,"resize",c),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),J={current:void 0},ee=createProjectionNode({measureScroll:a=>({x:a.scrollLeft,y:a.scrollTop}),defaultParent:()=>{if(!J.current){let a=new Q({});a.mount(window),a.setOptions({layoutScroll:!0}),J.current=a}return J.current},resetTransform:(a,c)=>{a.style.transform=void 0!==c?c:"none"},checkIsScrollRoot:a=>"fixed"===window.getComputedStyle(a).position}),notify=a=>!a.isLayoutDirty&&a.willUpdate(!1);function nodeGroup(){let a=new Set,c=new WeakMap,dirtyAll=()=>a.forEach(notify);return{add:s=>{a.add(s),c.set(s,s.addEventListener("willUpdate",dirtyAll))},remove:s=>{a.delete(s);let d=c.get(s);d&&(d(),c.delete(s)),dirtyAll()},dirty:dirtyAll}}function pixelsToPercent(a,c){return c.max===c.min?0:a/(c.max-c.min)*100}let et={correct:(a,c)=>{if(!c.target)return a;if("string"==typeof a){if(!u.px.test(a))return a;a=parseFloat(a)}let s=pixelsToPercent(a,c.target.x),d=pixelsToPercent(a,c.target.y);return`${s}% ${d}%`}};function usePresence(){let a=d.useContext(y);if(null===a)return[!0,null];let{isPresent:c,onExitComplete:s,register:u}=a,p=d.useId();return d.useEffect(()=>u(p),[]),!c&&s?[!1,()=>s&&s(p)]:[!0]}function useIsPresent(){return isPresent(d.useContext(y))}function isPresent(a){return null===a||a.isPresent}let MeasureLayoutWithContext=class MeasureLayoutWithContext extends h.default.Component{componentDidMount(){let{visualElement:a,layoutGroup:c,switchLayoutGroup:s,layoutId:d}=this.props,{projection:p}=a;u.addScaleCorrector(ea),p&&(c.group&&c.group.add(p),s&&s.register&&d&&s.register(p),p.root.didUpdate(),p.addEventListener("animationComplete",()=>{this.safeToRemove()}),p.setOptions({...p.options,onExitComplete:()=>this.safeToRemove()})),U.hasEverUpdated=!0}getSnapshotBeforeUpdate(a){let{layoutDependency:c,visualElement:s,drag:d,isPresent:p}=this.props,h=s.projection;return h&&(h.isPresent=p,d||a.layoutDependency!==c||void 0===c?h.willUpdate():this.safeToRemove(),a.isPresent===p||(p?h.promote():h.relegate()||u.frame.postRender(()=>{let a=h.getStack();a&&a.members.length||this.safeToRemove()}))),null}componentDidUpdate(){let{projection:a}=this.props.visualElement;a&&(a.root.didUpdate(),queueMicrotask(()=>{!a.currentAnimation&&a.isLead()&&this.safeToRemove()}))}componentWillUnmount(){let{visualElement:a,layoutGroup:c,switchLayoutGroup:s}=this.props,{projection:d}=a;d&&(d.scheduleCheckAfterUnmount(),c&&c.group&&c.group.remove(d),s&&s.deregister&&s.deregister(d))}safeToRemove(){let{safeToRemove:a}=this.props;a&&a()}render(){return null}};function MeasureLayout(a){let[c,s]=usePresence(),u=d.useContext(M);return h.default.createElement(MeasureLayoutWithContext,{...a,layoutGroup:u,switchLayoutGroup:d.useContext(b),isPresent:c,safeToRemove:s})}let ea={borderRadius:{...et,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:et,borderTopRightRadius:et,borderBottomLeftRadius:et,borderBottomRightRadius:et,boxShadow:{correct:(a,{treeScale:c,projectionDelta:s})=>{let d=u.complex.parse(a);if(d.length>5)return a;let p=u.complex.createTransformer(a),h="number"!=typeof d[0]?1:0,v=s.x.scale*c.x,g=s.y.scale*c.y;d[0+h]/=v,d[1+h]/=g;let y=u.mix(v,g,.5);return"number"==typeof d[2+h]&&(d[2+h]/=y),"number"==typeof d[3+h]&&(d[3+h]/=y),p(d)}}},en={pan:{Feature:PanGesture},drag:{Feature:DragGesture,ProjectionNode:ee,MeasureLayout}},createDomVisualElement=(a,c)=>isSVGComponent(a)?new u.SVGVisualElement(c,{enableHardwareAcceleration:!1}):new u.HTMLVisualElement(c,{enableHardwareAcceleration:!0}),er={layout:{ProjectionNode:ee,MeasureLayout}},eo={...B,...D,...en,...er},el=createMotionProxy((a,c)=>createDomMotionConfig(a,c,eo,createDomVisualElement));function createDomMotionComponent(a){return createMotionComponent(createDomMotionConfig(a,{forwardMotionProps:!1},eo,createDomVisualElement))}let ec=createMotionProxy(createDomMotionConfig);function useIsMounted(){let a=d.useRef(!1);return m(()=>(a.current=!0,()=>{a.current=!1}),[]),a}function useForceUpdate(){let a=useIsMounted(),[c,s]=d.useState(0),p=d.useCallback(()=>{a.current&&s(c+1)},[c]),h=d.useCallback(()=>u.frame.postRender(p),[p]);return[h,c]}let PopChildMeasure=class PopChildMeasure extends p.Component{getSnapshotBeforeUpdate(a){let c=this.props.childRef.current;if(c&&a.isPresent&&!this.props.isPresent){let a=this.props.sizeRef.current;a.height=c.offsetHeight||0,a.width=c.offsetWidth||0,a.top=c.offsetTop,a.left=c.offsetLeft}return null}componentDidUpdate(){}render(){return this.props.children}};function PopChild({children:a,isPresent:c}){let s=d.useId(),u=d.useRef(null),h=d.useRef({width:0,height:0,top:0,left:0});return d.useInsertionEffect(()=>{let{width:a,height:d,top:p,left:v}=h.current;if(c||!u.current||!a||!d)return;u.current.dataset.motionPopId=s;let g=document.createElement("style");return document.head.appendChild(g),g.sheet&&g.sheet.insertRule(` [data-motion-pop-id="${s}"] { position: absolute !important; width: ${a}px !important; height: ${d}px !important; top: ${p}px !important; left: ${v}px !important; } `),()=>{document.head.removeChild(g)}},[c]),p.createElement(PopChildMeasure,{isPresent:c,childRef:u,sizeRef:h},p.cloneElement(a,{ref:u}))}let PresenceChild=({children:a,initial:c,isPresent:s,onExitComplete:u,custom:h,presenceAffectsLayout:v,mode:g})=>{let m=useConstant(newChildrenMap),k=d.useId(),M=d.useMemo(()=>({id:k,initial:c,isPresent:s,custom:h,onExitComplete:a=>{for(let c of(m.set(a,!0),m.values()))if(!c)return;u&&u()},register:a=>(m.set(a,!1),()=>m.delete(a))}),v?void 0:[s]);return d.useMemo(()=>{m.forEach((a,c)=>m.set(c,!1))},[s]),p.useEffect(()=>{s||m.size||!u||u()},[s]),"popLayout"===g&&(a=p.createElement(PopChild,{isPresent:s},a)),p.createElement(y.Provider,{value:M},a)};function newChildrenMap(){return new Map}function useUnmountEffect(a){return d.useEffect(()=>()=>a(),[])}let getChildKey=a=>a.key||"";function updateChildLookup(a,c){a.forEach(a=>{let s=getChildKey(a);c.set(s,a)})}function onlyElements(a){let c=[];return d.Children.forEach(a,a=>{d.isValidElement(a)&&c.push(a)}),c}function MotionConfig({children:a,isValidProp:c,...s}){c&&loadExternalIsValidProp(c),(s={...d.useContext(v),...s}).isStatic=useConstant(()=>s.isStatic);let u=d.useMemo(()=>s,[JSON.stringify(s.transition),s.transformPagePoint,s.reducedMotion]);return p.createElement(v.Provider,{value:u},a)}function LazyMotion({children:a,features:c,strict:s=!1}){let[,u]=d.useState(!isLazyBundle(c)),h=d.useRef(void 0);if(!isLazyBundle(c)){let{renderer:a,...s}=c;h.current=a,loadFeatures(s)}return d.useEffect(()=>{isLazyBundle(c)&&c().then(({renderer:a,...c})=>{loadFeatures(c),h.current=a,u(!0)})},[]),p.createElement(k.Provider,{value:{renderer:h.current,strict:s}},a)}function isLazyBundle(a){return"function"==typeof a}let ei=d.createContext(null),shouldInheritGroup=a=>!0===a,shouldInheritId=a=>shouldInheritGroup(!0===a)||"id"===a,LayoutGroup=({children:a,id:c,inherit:s=!0})=>{let u=d.useContext(M),h=d.useContext(ei),[v,g]=useForceUpdate(),y=d.useRef(null),m=u.id||h;null===y.current&&(shouldInheritId(s)&&m&&(c=c?m+"-"+c:m),y.current={id:c,group:shouldInheritGroup(s)&&u.group||nodeGroup()});let k=d.useMemo(()=>({...y.current,forceRender:v}),[g]);return p.createElement(M.Provider,{value:k},a)},es=d.createContext(null);function checkReorder(a,c,s,d){if(!d)return a;let p=a.findIndex(a=>a.value===c);if(-1===p)return a;let h=d>0?1:-1,v=a[p+h];if(!v)return a;let g=a[p],y=v.layout,m=u.mix(y.min,y.max,.5);return 1===h&&g.layout.max+s>m||-1===h&&g.layout.min+sel(c)),k=[],M=d.useRef(!1);return u.invariant(!!v,"Reorder.Group must be provided a values prop"),d.useEffect(()=>{M.current=!1}),p.createElement(m,{...g,ref:y,ignoreStrict:!0},p.createElement(es.Provider,{value:{axis:s,registerItem:(a,c)=>{c&&-1===k.findIndex(c=>a===c.value)&&(k.push({value:a,layout:c[s]}),k.sort(compareMin))},updateOrder:(a,c,s)=>{if(M.current)return;let d=checkReorder(k,a,c,s);k!==d&&(M.current=!0,h(d.map(getValue).filter(a=>-1!==v.indexOf(a))))}}},a))}let ed=d.forwardRef(ReorderGroup);function getValue(a){return a.value}function compareMin(a,c){return a.layout.min-c.layout.min}function useMotionValue(a){let c=useConstant(()=>u.motionValue(a)),{isStatic:s}=d.useContext(v);if(s){let[,s]=d.useState(a);d.useEffect(()=>c.on("change",s),[])}return c}function useCombineMotionValues(a,c){let s=useMotionValue(c()),updateValue=()=>s.set(c());return updateValue(),m(()=>{let scheduleUpdate=()=>u.frame.update(updateValue,!1,!0),c=a.map(a=>a.on("change",scheduleUpdate));return()=>{c.forEach(a=>a()),u.cancelFrame(updateValue)}}),s}function useComputed(a){u.collectMotionValues.current=[],a();let c=useCombineMotionValues(u.collectMotionValues.current,a);return u.collectMotionValues.current=void 0,c}function useTransform(a,c,s,d){if("function"==typeof a)return useComputed(a);let p="function"==typeof c?c:u.transform(c,s,d);return Array.isArray(a)?useListTransform(a,p):useListTransform([a],([a])=>p(a))}function useListTransform(a,c){let s=useConstant(()=>[]);return useCombineMotionValues(a,()=>{s.length=0;let d=a.length;for(let c=0;cel(h)),M=d.useContext(es),b={x:useDefaultMotionValue(c.x),y:useDefaultMotionValue(c.y)},I=useTransform([b.x,b.y],([a,c])=>a||c?1:"unset"),C=d.useRef(null);u.invariant(!!M,"Reorder.Item must be a child of Reorder.Group");let{axis:x,registerItem:R,updateOrder:S}=M;return d.useEffect(()=>{R(s,C.current)},[M]),p.createElement(k,{drag:x,...y,dragSnapToOrigin:!0,style:{...c,x:b.x,y:b.y,zIndex:I},layout:g,onDrag:(a,c)=>{let{velocity:d}=c;d[x]&&S(s,b[x].get(),d[x]),v&&v(a,c)},onLayoutMeasure:a=>{C.current=a},ref:m,ignoreStrict:!0},a)}let eu=d.forwardRef(ReorderItem),ep={renderer:createDomVisualElement,...B,...D},eh={...ep,...en,...er};function useMotionTemplate(a,...c){let s=a.length;function buildValue(){let d="";for(let p=0;p{p.current&&p.current.stop()};return d.useInsertionEffect(()=>h.attach((a,d)=>{if(s)return d(a);if(stopAnimation(),p.current=u.animateValue({keyframes:[h.get(),a],velocity:h.getVelocity(),type:"spring",restDelta:.001,restSpeed:.01,...c,onUpdate:d}),!u.frameData.isProcessing){let a=performance.now()-u.frameData.timestamp;a<30&&(p.current.time=u.millisecondsToSeconds(a))}return h.get()},stopAnimation),[JSON.stringify(c)]),m(()=>{if(u.isMotionValue(a))return a.on("change",a=>h.set(parseFloat(a)))},[h]),h}function useMotionValueEvent(a,c,s){d.useInsertionEffect(()=>a.on(c,s),[a,c,s])}function useVelocity(a){let c=useMotionValue(a.getVelocity());return useMotionValueEvent(a,"velocityChange",a=>{c.set(a)}),c}function refWarning(a,c){u.warning(!!(!c||c.current),`You have defined a ${a} options but the provided ref is not yet hydrated, probably because it's defined higher up the tree. Try calling useScroll() in the same component as the ref, or setting its \`layoutEffect: false\` option.`)}let createScrollMotionValues=()=>({scrollX:u.motionValue(0),scrollY:u.motionValue(0),scrollXProgress:u.motionValue(0),scrollYProgress:u.motionValue(0)});function useScroll({container:a,target:c,layoutEffect:s=!0,...p}={}){let h=useConstant(createScrollMotionValues),v=s?m:d.useEffect;return v(()=>(refWarning("target",c),refWarning("container",a),u.scrollInfo(({x:a,y:c})=>{h.scrollX.set(a.current),h.scrollXProgress.set(a.progress),h.scrollY.set(c.current),h.scrollYProgress.set(c.progress)},{...p,container:(null==a?void 0:a.current)||void 0,target:(null==c?void 0:c.current)||void 0})),[a,c,JSON.stringify(p.offset)]),h}function useElementScroll(a){return useScroll({container:a})}function useViewportScroll(){return useScroll()}function useAnimationFrame(a){let c=d.useRef(0),{isStatic:s}=d.useContext(v);d.useEffect(()=>{if(s)return;let provideTimeSinceStart=({timestamp:s,delta:d})=>{c.current||(c.current=s),a(s-c.current,d)};return u.frame.update(provideTimeSinceStart,!0),()=>u.cancelFrame(provideTimeSinceStart)},[a])}function useTime(){let a=useMotionValue(0);return useAnimationFrame(c=>a.set(c)),a}let WillChangeMotionValue=class WillChangeMotionValue extends u.MotionValue{constructor(){super(...arguments),this.members=[],this.transforms=new Set}add(a){let c;u.transformProps.has(a)?(this.transforms.add(a),c="transform"):a.startsWith("origin")||u.isCSSVariableName(a)||"willChange"===a||(c=u.camelToDash(a)),c&&(u.addUniqueItem(this.members,c),this.update())}remove(a){u.transformProps.has(a)?(this.transforms.delete(a),this.transforms.size||u.removeItem(this.members,"transform")):u.removeItem(this.members,u.camelToDash(a)),this.update()}update(){this.set(this.members.length?this.members.join(", "):"auto")}};function useWillChange(){return useConstant(()=>new WillChangeMotionValue("auto"))}function useReducedMotion(){u.hasReducedMotionListener.current||u.initPrefersReducedMotion();let[a]=d.useState(u.prefersReducedMotion.current);return a}function useReducedMotionConfig(){let a=useReducedMotion(),{reducedMotion:c}=d.useContext(v);return"never"!==c&&("always"===c||a)}function stopAnimation(a){a.values.forEach(a=>a.stop())}function animationControls(){let a=!1,c=new Set,s={subscribe:a=>(c.add(a),()=>void c.delete(a)),start(s,d){u.invariant(a,"controls.start() should only be called after a component has mounted. Consider calling within a useEffect hook.");let p=[];return c.forEach(a=>{p.push(animateVisualElement(a,s,{transitionOverride:d}))}),Promise.all(p)},set:s=>(u.invariant(a,"controls.set() should only be called after a component has mounted. Consider calling within a useEffect hook."),c.forEach(a=>{u.setValues(a,s)})),stop(){c.forEach(a=>{stopAnimation(a)})},mount:()=>(a=!0,()=>{a=!1,s.stop()})};return s}function useAnimate(){let a=useConstant(()=>({current:null,animations:[]})),c=useConstant(()=>u.createScopedAnimate(a));return useUnmountEffect(()=>{a.animations.forEach(a=>a.stop())}),[a,c]}function useAnimationControls(){let a=useConstant(animationControls);return m(a.mount,[]),a}let ev=useAnimationControls;function useCycle(...a){let c=d.useRef(0),[s,p]=d.useState(a[c.current]),h=d.useCallback(s=>{c.current="number"!=typeof s?u.wrap(0,a.length,c.current+1):s,p(a[c.current])},[a.length,...a]);return[s,h]}function useInView(a,{root:c,margin:s,amount:p,once:h=!1}={}){let[v,g]=d.useState(!1);return d.useEffect(()=>{if(!a.current||h&&v)return;let d={root:c&&c.current||void 0,margin:s,amount:p};return u.inView(a.current,()=>(g(!0),h?void 0:()=>g(!1)),d)},[c,a,s,h]),v}let DragControls=class DragControls{constructor(){this.componentControls=new Set}subscribe(a){return this.componentControls.add(a),()=>this.componentControls.delete(a)}start(a,c){this.componentControls.forEach(s=>{s.start(a.nativeEvent||a,c)})}};let createDragControls=()=>new DragControls;function useDragControls(){return useConstant(createDragControls)}function useDomEvent(a,c,s,u){d.useEffect(()=>{let d=a.current;if(s&&d)return addDomEvent(d,c,s,u)},[a,c,s,u])}function isMotionComponent(a){return null!==a&&"object"==typeof a&&I in a}function unwrapMotionComponent(a){if(isMotionComponent(a))return a[I]}function useInstantLayoutTransition(){return startTransition}function startTransition(a){J.current&&(J.current.isUpdating=!1,J.current.blockUpdate(),a&&a())}function useInstantTransition(){let[a,c]=useForceUpdate(),s=startTransition,p=d.useRef();return d.useEffect(()=>{u.frame.postRender(()=>u.frame.postRender(()=>{c===p.current&&(u.instantAnimationState.current=!1)}))},[c]),d=>{s(()=>{u.instantAnimationState.current=!0,a(),d(),p.current=c+1})}}function useResetProjection(){let a=p.useCallback(()=>{let a=J.current;a&&a.resetTree()},[]);return a}let appearStoreId=(a,c)=>`${a}: ${c}`,eg=new Map;function handoffOptimizedAppearAnimation(a,c,s,d){let p=appearStoreId(a,u.transformProps.has(c)?"transform":c),h=eg.get(p);if(!h)return 0;let{animation:v,startTime:g}=h,cancelOptimisedAnimation=()=>{eg.delete(p);try{v.cancel()}catch(a){}};return null!==g?(d.render(cancelOptimisedAnimation),performance.now()-g||0):(cancelOptimisedAnimation(),0)}function startOptimizedAppearAnimation(a,c,s,d,p){let h=a.dataset[u.optimizedAppearDataId];if(!h)return;window.HandoffAppearAnimations=handoffOptimizedAppearAnimation;let v=appearStoreId(h,c),g=u.animateStyle(a,c,[s[0],s[0]],{duration:1e4,ease:"linear"});eg.set(v,{animation:g,startTime:null});let startAnimation=()=>{g.cancel();let h=u.animateStyle(a,c,s,d);document.timeline&&(h.startTime=document.timeline.currentTime),eg.set(v,{animation:h,startTime:performance.now()}),p&&p(h)};g.ready?g.ready.then(startAnimation).catch(u.noop):startAnimation()}let createObject=()=>({});let StateVisualElement=class StateVisualElement extends u.VisualElement{build(){}measureInstanceViewportBox(){return u.createBox()}resetTransform(){}restoreTransform(){}removeValueFromRenderState(){}renderInstance(){}scrapeMotionValuesFromProps(){return createObject()}getBaseTargetFromProps(){}readValueFromInstance(a,c,s){return s.initialState[c]||0}sortInstanceNodePosition(){return 0}makeTargetAnimatableFromInstance({transition:a,transitionEnd:c,...s}){let d=u.getOrigin(s,a||{},this);return u.checkTargetForNewValues(this,s,d),{transition:a,transitionEnd:c,...s}}};let ey=makeUseVisualState({scrapeMotionValuesFromProps:createObject,createRenderState:createObject});function useAnimatedState(a){let[c,s]=d.useState(a),u=ey({},!1),p=useConstant(()=>new StateVisualElement({props:{},visualState:u,presenceContext:null},{initialState:a}));d.useEffect(()=>(p.mount({}),()=>p.unmount()),[p]),d.useEffect(()=>{p.update({onUpdate:a=>{s({...a})}},null)},[s,p]);let h=useConstant(()=>a=>animateVisualElement(p,a));return[c,h]}let invertScale=a=>a>.001?1/a:1e5,ef=!1;function useInvertedScale(a){let c=useMotionValue(1),s=useMotionValue(1),{visualElement:p}=d.useContext(g);u.invariant(!!(a||p),"If no scale values are provided, useInvertedScale must be used within a child of another motion component."),u.warning(ef,"useInvertedScale is deprecated and will be removed in 3.0. Use the layout prop instead."),ef=!0,a?(c=a.scaleX||c,s=a.scaleY||s):p&&(c=p.getValue("scaleX",1),s=p.getValue("scaleY",1));let h=useTransform(c,invertScale),v=useTransform(s,invertScale);return{scaleX:h,scaleY:v}}let em=0;c.MotionValue=u.MotionValue,c.VisualElement=u.VisualElement,c.addScaleCorrector=u.addScaleCorrector,c.animate=u.animate,c.animateValue=u.animateValue,c.anticipate=u.anticipate,c.backIn=u.backIn,c.backInOut=u.backInOut,c.backOut=u.backOut,c.buildTransform=u.buildTransform,c.cancelFrame=u.cancelFrame,c.cancelSync=u.cancelSync,c.checkTargetForNewValues=u.checkTargetForNewValues,c.circIn=u.circIn,c.circInOut=u.circInOut,c.circOut=u.circOut,c.clamp=u.clamp,c.color=u.color,c.complex=u.complex,c.createBox=u.createBox,c.createScopedAnimate=u.createScopedAnimate,c.cubicBezier=u.cubicBezier,c.delay=u.delay,c.distance=u.distance,c.distance2D=u.distance2D,c.easeIn=u.easeIn,c.easeInOut=u.easeInOut,c.easeOut=u.easeOut,c.frame=u.frame,c.frameData=u.frameData,c.inView=u.inView,c.interpolate=u.interpolate,Object.defineProperty(c,"invariant",{enumerable:!0,get:function(){return u.invariant}}),c.isBrowser=u.isBrowser,c.isMotionValue=u.isMotionValue,c.mirrorEasing=u.mirrorEasing,c.mix=u.mix,c.motionValue=u.motionValue,c.optimizedAppearDataAttribute=u.optimizedAppearDataAttribute,c.pipe=u.pipe,c.progress=u.progress,c.px=u.px,c.reverseEasing=u.reverseEasing,c.scroll=u.scroll,c.scrollInfo=u.scrollInfo,c.spring=u.spring,c.stagger=u.stagger,c.steps=u.steps,c.sync=u.sync,c.transform=u.transform,c.visualElementStore=u.visualElementStore,Object.defineProperty(c,"warning",{enumerable:!0,get:function(){return u.warning}}),c.wrap=u.wrap,c.AnimatePresence=({children:a,custom:c,initial:s=!0,onExitComplete:h,exitBeforeEnter:v,presenceAffectsLayout:g=!0,mode:y="sync"})=>{u.invariant(!v,"Replace exitBeforeEnter with mode='wait'");let k=d.useContext(M).forceRender||useForceUpdate()[0],b=useIsMounted(),I=onlyElements(a),C=I,x=d.useRef(new Map).current,R=d.useRef(C),S=d.useRef(new Map).current,_=d.useRef(!0);if(m(()=>{_.current=!1,updateChildLookup(I,S),R.current=C}),useUnmountEffect(()=>{_.current=!0,S.clear(),x.clear()}),_.current)return p.createElement(p.Fragment,null,C.map(a=>p.createElement(PresenceChild,{key:getChildKey(a),isPresent:!0,initial:!!s&&void 0,presenceAffectsLayout:g,mode:y},a)));C=[...C];let w=R.current.map(getChildKey),P=I.map(getChildKey),O=w.length;for(let a=0;a{if(-1!==P.indexOf(s))return;let d=S.get(s);if(!d)return;let u=w.indexOf(s),v=a;v||(v=p.createElement(PresenceChild,{key:getChildKey(d),isPresent:!1,onExitComplete:()=>{S.delete(s),x.delete(s);let a=R.current.findIndex(a=>a.key===s);if(R.current.splice(a,1),!x.size){if(R.current=I,!1===b.current)return;k(),h&&h()}},custom:c,presenceAffectsLayout:g,mode:y},d),x.set(s,v)),C.splice(u,0,v)}),C=C.map(a=>{let c=a.key;return x.has(c)?a:p.createElement(PresenceChild,{key:getChildKey(a),isPresent:!0,presenceAffectsLayout:g,mode:y},a)}),p.createElement(p.Fragment,null,x.size?C:C.map(a=>d.cloneElement(a)))},c.AnimateSharedLayout=({children:a})=>(p.useEffect(()=>{u.invariant(!1,"AnimateSharedLayout is deprecated: https://www.framer.com/docs/guide-upgrade/##shared-layout-animations")},[]),p.createElement(LayoutGroup,{id:useConstant(()=>`asl-${em++}`)},a)),c.DeprecatedLayoutGroupContext=ei,c.DragControls=DragControls,c.FlatTree=FlatTree,c.LayoutGroup=LayoutGroup,c.LayoutGroupContext=M,c.LazyMotion=LazyMotion,c.MotionConfig=MotionConfig,c.MotionConfigContext=v,c.MotionContext=g,c.PresenceContext=y,c.Reorder={Group:ed,Item:eu},c.SwitchLayoutGroupContext=b,c.addPointerEvent=addPointerEvent,c.addPointerInfo=addPointerInfo,c.animateVisualElement=animateVisualElement,c.animationControls=animationControls,c.animations=B,c.calcLength=calcLength,c.createDomMotionComponent=createDomMotionComponent,c.createMotionComponent=createMotionComponent,c.domAnimation=ep,c.domMax=eh,c.filterProps=filterProps,c.isDragActive=isDragActive,c.isMotionComponent=isMotionComponent,c.isValidMotionProp=isValidMotionProp,c.m=ec,c.makeUseVisualState=makeUseVisualState,c.motion=el,c.resolveMotionValue=resolveMotionValue,c.startOptimizedAppearAnimation=startOptimizedAppearAnimation,c.unwrapMotionComponent=unwrapMotionComponent,c.useAnimate=useAnimate,c.useAnimation=ev,c.useAnimationControls=useAnimationControls,c.useAnimationFrame=useAnimationFrame,c.useCycle=useCycle,c.useDeprecatedAnimatedState=useAnimatedState,c.useDeprecatedInvertedScale=useInvertedScale,c.useDomEvent=useDomEvent,c.useDragControls=useDragControls,c.useElementScroll=useElementScroll,c.useForceUpdate=useForceUpdate,c.useInView=useInView,c.useInstantLayoutTransition=useInstantLayoutTransition,c.useInstantTransition=useInstantTransition,c.useIsPresent=useIsPresent,c.useIsomorphicLayoutEffect=m,c.useMotionTemplate=useMotionTemplate,c.useMotionValue=useMotionValue,c.useMotionValueEvent=useMotionValueEvent,c.usePresence=usePresence,c.useReducedMotion=useReducedMotion,c.useReducedMotionConfig=useReducedMotionConfig,c.useResetProjection=useResetProjection,c.useScroll=useScroll,c.useSpring=useSpring,c.useTime=useTime,c.useTransform=useTransform,c.useUnmountEffect=useUnmountEffect,c.useVelocity=useVelocity,c.useViewportScroll=useViewportScroll,c.useWillChange=useWillChange},84839:function(a,c){"use strict";Object.defineProperty(c,"__esModule",{value:!0});let s=1/60*1e3,d="undefined"!=typeof performance?()=>performance.now():()=>Date.now(),u="undefined"!=typeof window?a=>window.requestAnimationFrame(a):a=>setTimeout(()=>a(d()),s);function createRenderStep(a){let c=[],s=[],d=0,u=!1,p=!1,h=new WeakSet,v={schedule:(a,p=!1,v=!1)=>{let g=v&&u,y=g?c:s;return p&&h.add(a),-1===y.indexOf(a)&&(y.push(a),g&&u&&(d=c.length)),a},cancel:a=>{let c=s.indexOf(a);-1!==c&&s.splice(c,1),h.delete(a)},process:g=>{if(u){p=!0;return}if(u=!0,[c,s]=[s,c],s.length=0,d=c.length)for(let s=0;s(a[c]=createRenderStep(()=>h=!0),a),{}),k=y.reduce((a,c)=>{let s=m[c];return a[c]=(a,c=!1,d=!1)=>(h||startLoop(),s.schedule(a,c,d)),a},{}),M=y.reduce((a,c)=>(a[c]=m[c].cancel,a),{}),b=y.reduce((a,c)=>(a[c]=()=>m[c].process(g),a),{}),processStep=a=>m[a].process(g),processFrame=a=>{h=!1,g.delta=p?s:Math.max(Math.min(a-g.timestamp,40),1),g.timestamp=a,v=!0,y.forEach(processStep),v=!1,h&&(p=!1,u(processFrame))},startLoop=()=>{h=!0,p=!0,v||u(processFrame)};c.cancelSync=M,c.default=k,c.flushSync=b,c.getFrameData=()=>g},8679:function(a,c,s){"use strict";var d=s(59864),u={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},p={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},h={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},v={};function getStatics(a){return d.isMemo(a)?h:v[a.$$typeof]||u}v[d.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},v[d.Memo]=h;var g=Object.defineProperty,y=Object.getOwnPropertyNames,m=Object.getOwnPropertySymbols,k=Object.getOwnPropertyDescriptor,M=Object.getPrototypeOf,b=Object.prototype;function hoistNonReactStatics(a,c,s){if("string"!=typeof c){if(b){var d=M(c);d&&d!==b&&hoistNonReactStatics(a,d,s)}var u=y(c);m&&(u=u.concat(m(c)));for(var h=getStatics(a),v=getStatics(c),I=0;I-1}function listCacheSet(a,c){var s=this.__data__,d=assocIndexOf(s,a);return d<0?(++this.size,s.push([a,c])):s[d][1]=c,this}function MapCache(a){var c=-1,s=null==a?0:a.length;for(this.clear();++c1?s[u-1]:void 0,h=u>2?s[2]:void 0;for(p=a.length>3&&"function"==typeof p?(u--,p):void 0,h&&isIterateeCall(s[0],s[1],h)&&(p=u<3?void 0:p,u=1),c=Object(c);++d-1&&a%1==0&&a0){if(++c>=800)return arguments[0]}else c=0;return a.apply(void 0,arguments)}}function toSource(a){if(null!=a){try{return D.call(a)}catch(a){}try{return a+""}catch(a){}}return""}function eq(a,c){return a===c||a!=a&&c!=c}var er=baseIsArguments(function(){return arguments}())?baseIsArguments:function(a){return isObjectLike(a)&&j.call(a,"callee")&&!U.call(a,"callee")},eo=Array.isArray;function isArrayLike(a){return null!=a&&isLength(a.length)&&!isFunction(a)}function isArrayLikeObject(a){return isObjectLike(a)&&isArrayLike(a)}var el=Y||stubFalse;function isFunction(a){if(!isObject(a))return!1;var c=baseGetTag(a);return c==h||"[object GeneratorFunction]"==c||"[object AsyncFunction]"==c||"[object Proxy]"==c}function isLength(a){return"number"==typeof a&&a>-1&&a%1==0&&a<=9007199254740991}function isObject(a){var c=typeof a;return null!=a&&("object"==c||"function"==c)}function isObjectLike(a){return null!=a&&"object"==typeof a}function isPlainObject(a){if(!isObjectLike(a)||baseGetTag(a)!=v)return!1;var c=V(a);if(null===c)return!0;var s=j.call(c,"constructor")&&c.constructor;return"function"==typeof s&&s instanceof s&&D.call(s)==B}var ec=_?baseUnary(_):baseIsTypedArray;function toPlainObject(a){return copyObject(a,keysIn(a))}function keysIn(a){return isArrayLike(a)?arrayLikeKeys(a,!0):baseKeysIn(a)}var ei=createAssigner(function(a,c,s,d){baseMerge(a,c,s,d)});function constant(a){return function(){return a}}function identity(a){return a}function stubFalse(){return!1}a.exports=ei},6840:function(a,c,s){(window.__NEXT_P=window.__NEXT_P||[]).push(["/_app",function(){return s(64807)}])},64807:function(a,c,s){"use strict";s.r(c);var d=s(85893);s(67294);var u=s(9008),p=s.n(u),h=s(71986),v=s(3183),g=s(2070);c.default=a=>{let{Component:c,pageProps:s}=a;return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsxs)(p(),{children:[(0,d.jsx)("title",{children:"FlyteHealth - Medically Supervised Weight Loss that Works"}),(0,d.jsx)("meta",{name:"viewport",content:"width=device-width, initial-scale=1.0"}),(0,d.jsx)("link",{rel:"icon",type:"image/png",href:"/static/favicon/favicon.ico"}),(0,d.jsx)("link",{rel:"apple-touch-icon",sizes:"16x16",href:"/static/favicon/favicon-16x16.png"}),(0,d.jsx)("link",{rel:"apple-touch-icon",sizes:"32x32",href:"/static/favicon/favicon-32x32.png"}),(0,d.jsx)("link",{rel:"apple-touch-icon",sizes:"48x48",href:"/static/favicon/favicon-48x48.png"}),(0,d.jsx)("link",{rel:"apple-touch-icon",sizes:"64x64",href:"/static/favicon/favicon-64x64.png"}),(0,d.jsx)("link",{rel:"apple-touch-icon",sizes:"96x96",href:"/static/favicon/favicon-96x96.png"})]}),(0,d.jsx)(v.AnalyticsProvider,{gtag:{trackingId:"GTM-WGWG9FS4"},children:(0,d.jsxs)(h.ComposerProvider,{resetCSS:!0,theme:g.rS.flyte,children:[(0,d.jsx)(g.F3,{}),(0,d.jsx)(c,{...s})]})})]})}},92041:function(a,c,s){"use strict";s.d(c,{C:function(){return d}});let d={styles:{global:{"html, body":{scrollBehavior:"smooth"}}}}},2070:function(a,c,s){"use strict";s.d(c,{F3:function(){return Fonts},rS:function(){return h}});var d=s(92041),u=s(85893),p=s(71986);let Fonts=()=>(0,u.jsx)(p.Global,{styles:'\n @font-face {\n font-family: "Centra No2";\n src: url("/static/fonts/CentraNo2-Book.woff2") format("woff2"),\n url("/static/fonts/CentraNo2-Book.woff") format("woff"),\n url("/static/fonts/CentraNo2-Book.ttf") format("truetype");\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n }\n\n @font-face {\n font-family: "Centra No2";\n src: url("/static/fonts/CentraNo2-Medium.woff2") format("woff2");\n font-weight: 500;\n font-style: normal;\n font-display: swap;\n }\n\n @font-face {\n font-family: "Centra No2";\n src: url("/static/fonts/CentraNo2-Bold.woff2") format("woff2"),\n url("/static/fonts/CentraNo2-Bold.woff") format("woff"),\n url("/static/fonts/CentraNo2-Bold.ttf") format("truetype");\n font-weight: 600;\n font-style: normal;\n font-display: swap;\n }\n '}),h={aetna:{breakpoints:{sm:"414px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1440px",base:"0px",xxl:"1440px"},colors:{"accent-default":"#445467FF","accent-hover":"#303944FF","accent-pressed":"#303944FF","accent-disabled":"#C2D5EBFF","accent-focus":"#B9CDE5FF","primary-default":"#7D3F98FF","primary-hover":"#414141FF","primary-pressed":"#3D1C4BFF","primary-disabled":"#8C7E92FF","primary-focus":"#AFB8FFFF","secondary-default":"#414141FF","secondary-hover":"#7D3F98FF","secondary-pressed":"#212121FF","secondary-disabled":"#D7D7D7FF","secondary-focus":"#C8C8C8FF","alert-error-default":"#FF0000FF","alert-error-hover":"#D40000FF","alert-error-pressed":"#AC0000FF","alert-error-disabled":"#CF9C9CFF","alert-error-focus":"#FFC0BBFF","alert-warning-default":"#FC9403FF","alert-warning-hover":"#E18300FF","alert-warning-pressed":"#BC5A00FF","alert-warning-disabled":"#E3AD61FF","alert-success-default":"#1AAA55FF","alert-success-hover":"#118340FF","alert-success-pressed":"#0C5E2EFF","alert-success-disabled":"#6DA785FF","alert-inform-default":"#1F78D1FF","alert-inform-hover":"#1862ACFF","alert-inform-pressed":"#135497FF","alert-inform-disabled":"#88CCBBFF","background-light":"#FFFFFFFF","background-dark":"#5A2E6FFF","background-card":"#F6F6F6FF","background-page":"#FFFFFFFF","background-page-01":"#ECECECFF","background-page-02":"#ECECECFF","background-page-03":"#ECECECFF","background-page-04":"#F5F5F5FF","background-page-05":"#667997FF","background-overlay":"#5A2E6FBF","background-static":"#D3DDE9FF","background-container-default":"#FFFFFFFF","background-container-hover":"#FDFDFDFF","background-container-pressed":"#E0E0E0FF","background-container-disabled":"#EAEAEAFF","background-container-active":"#D5D5EBFF","background-action-default":"#FFFFFFFF","background-action-hover":"#EAEDFFFF","background-action-pressed":"#CFDAF0FF","background-action-disabled":"#ECF2FFFF","background-action-active":"#D5D5EBFF","background-skeleton-start":"#E2E8F0FF","background-skeleton-end":"#EDF2F7FF","background-text-highlight":"#B3D7FEFF","background-error":"#FFDDD8FF","background-warning":"#FFE5C1FF","background-success":"#DEFFEBFF","background-inform":"#E4F2FFFF","text-light":"#FFFFFFFF","text-primary":"#08204FFF","text-primary-negative":"#051534FF","text-secondary":"#445467FF","text-secondary-negative":"#7D3F98FF","text-disabled":"#939393FF","text-disabled-negative":"#767676FF","text-button-accent":"#FFFFFFFF","text-button-primary":"#FFFFFFFF","text-button-secondary":"#FFFFFFFF","text-button-alert":"#FFFFFFFF","text-button-transparent":"#222222FF","text-badge-solid":"#FFFFFFFF","text-badge-outline":"#7D3F98FF","text-badge-subtle":"#7D3F98FF","text-link-accent-default":"#294058FF","text-link-accent-hover":"#8932AFFF","text-link-accent-pressed":"#2C2C2CFF","text-link-primary-default":"#8932AFFF","text-link-primary-hover":"#414141FF","text-link-primary-pressed":"#3D1C4BFF","text-link-secondary-default":"#294058FF","text-link-secondary-hover":"#414141FF","text-link-secondary-pressed":"#203347FF","text-success":"#15793EFF","text-warning":"#CB7600FF","text-error":"#C60000FF","ui-element-divider":"#EFEFEFFF","ui-element-outline-default":"#E6E6E6FF","ui-element-outline-active":"#D7DBE6FF","ui-element-outline-disabled":"#F2F2F2FF","text-link-light-default":"#FFFFFFFF","text-link-light-hover":"#C6C6C6FF","text-link-light-pressed":"#878787FF","text-link-light-disabled":"#656565FF","text-link-accent-disabled":"#939393FF","text-link-primary-disabled":"#939393FF","text-link-secondary-disabled":"#8392A2FF"},space:{"spacer-0":"0rem","spacer-px":"0.062rem","spacer-half":"0.125rem","spacer-1":"0.250rem","spacer-2":"0.500rem","spacer-3":"0.750rem","spacer-4":"1.000rem","spacer-5":"1.250rem","spacer-6":"1.500rem","spacer-7":"1.750rem","spacer-8":"2.000rem","spacer-9":"2.250rem","spacer-10":"2.500rem","spacer-12":"3.000rem","spacer-14":"3.500rem","spacer-16":"4.000rem","spacer-20":"5.000rem","spacer-24":"6.000rem","spacer-28":"7.000rem","spacer-32":"8.000rem","spacer-36":"9.000rem","spacer-40":"10.000rem","spacer-44":"11.000rem","spacer-48":"12.000rem","spacer-52":"13.000rem","spacer-56":"14.000rem","spacer-60":"15.000rem","spacer-64":"16.000rem","spacer-72":"18.000rem","spacer-80":"20.000rem","spacer-86":"24.000rem","spacer-tag-gap-L":"0.250rem","spacer-tag-y-L":"0.250rem","spacer-tag-x-L":"0.750rem","spacer-tag-gap-M":"0.250rem","spacer-tag-y-M":"0.125rem","spacer-tag-x-M":"0.500rem","spacer-tag-gap-S":"0.250rem","spacer-tag-y-S":"0.125rem","spacer-tag-x-S":"0.500rem"},radii:{"radii-half":"0.125rem","radii-1":"0.250rem","radii-2":"0.375rem","radii-3":"0.500rem","radii-4":"0.750rem","radii-5":"1.000rem","radii-6":"1.500rem","radii-card":"1.000rem","radii-modal":"0.500rem","radii-alertdialog":"0.500rem","radii-popover":"0.375rem","radii-button":"2.000rem"},shadows:{"elevation-default":"0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)","elevation-interactive":"0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06)","elevation-modals":"0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05)","elevation-outline":"0px 0px 0px 3px rgba(194, 194, 255, 0.3)","elevation-inner":"inset 0px 2px 4px 0px rgba(0, 0, 0, 0.06)"},textStyles:{"text-header-4XL":{color:"text-primary",fontSize:{lg:"4.500rem",base:"3.750rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"4.500rem",base:"3.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-3XL":{color:"text-primary",fontSize:{lg:"3.750rem",base:"3.000rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"3.750rem",base:"3.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-2XL":{color:"text-primary",fontSize:{lg:"3.000rem",base:"2.250rem"},fontWeight:500,letterSpacing:"0rem",lineHeight:{lg:"3.250rem",base:"2.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-XL":{color:"text-primary",fontSize:{lg:"2.250rem",base:"1.875rem"},fontWeight:{lg:500,base:700},letterSpacing:"0rem",lineHeight:{lg:"2.750rem",base:"2.500rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-L":{color:"text-primary",fontSize:"1.500rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.875rem",base:"2.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-M":{color:"text-primary",fontSize:"1.250rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-S":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-XS":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.125rem",base:"1.250rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-2XL":{color:"text-primary",fontSize:"3.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"4.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XL":{color:"text-primary",fontSize:"3.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"3.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-L":{color:"text-primary",fontSize:"2.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-M":{color:"text-primary",fontSize:"1.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-S":{color:"text-primary",fontSize:"1.375rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XS":{color:"text-primary",fontSize:"1.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-regular":{color:"text-primary",fontSize:"1.125rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-medium":{color:"text-primary",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-bold":{color:"text-primary",fontSize:"1.125rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-regular":{color:"text-primary",fontSize:"1.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-medium":{color:"text-primary",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-bold":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-regular":{color:"text-primary",fontSize:"0.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-medium":{color:"text-primary",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-regular":{color:"text-primary",fontSize:"0.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-medium":{color:"text-primary",fontSize:"0.750rem",fontWeight:500,letterSpacing:"0.019rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-bold":{color:"text-primary",fontSize:"0.750rem",fontWeight:700,letterSpacing:"0.038rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-bold":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-link-body-large":{color:"text-link-accent-default",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-medium":{color:"text-link-accent-default",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-small":{color:"text-link-accent-default",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"underline",fontFamily:"Centra No2"}},components:{TextPairing:{parts:["label","subLabel","container"],variants:{"textpairing-header-4XL":{label:{variant:"text-header-4XL"},subLabel:{variant:{md:"text-body-display-L",base:"text-body-display-M"}},container:{gap:{md:"1.000rem",base:"1.250rem"}}},"textpairing-header-3XL":{label:{variant:"text-header-3XL"},subLabel:{variant:"text-body-display-S"},container:{gap:"1.000rem"}},"textpairing-header-2XL":{label:{variant:"text-header-2XL"},subLabel:{variant:{md:"text-body-display-S",base:"text-body-display-XS"}},container:{gap:{md:"1.000rem",base:"0.750rem"}}},"textpairing-header-M":{label:{variant:"text-header-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-header-S":{label:{variant:"text-header-S"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-header-L":{label:{variant:"text-header-L"},subLabel:{variant:"text-body-regular"},container:{gap:{md:"0.500rem",base:"0.250rem"}}},"textpairing-header-XL":{label:{variant:"text-header-XL"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-2XL":{label:{variant:"text-body-display-2XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"1.000rem"}},"textpairing-body-display-XL":{label:{variant:"text-body-display-XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-L":{label:{variant:"text-body-display-L"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-M":{label:{variant:"text-body-display-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-S":{label:{variant:"text-body-display-S"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-bold":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-bold-meta":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-bold":{label:{variant:"text-body-meta-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-medium":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-regular-meta":{label:{variant:"text-body-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-medium-meta":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-medium":{label:{variant:"text-body-meta-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-meta-regular":{label:{variant:"text-body-meta-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}}}}},fonts:{body:"Centra No2",heading:"Centra No2"},...d.C},careCompass:{breakpoints:{sm:"414px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1440px",base:"0px",xxl:"1440px"},colors:{"accent-default":"#445467FF","accent-hover":"#303944FF","accent-pressed":"#303944FF","accent-disabled":"#C2D5EBFF","accent-focus":"#B9CDE5FF","primary-default":"#133A63FF","primary-hover":"#499ED3FF","primary-pressed":"#499ED3FF","primary-disabled":"#7C92AAFF","primary-focus":"#AFB8FFFF","secondary-default":"#08204FFF","secondary-hover":"#133068FF","secondary-pressed":"#06183CFF","secondary-disabled":"#BDCAE3FF","secondary-focus":"#81A4E8FF","alert-error-default":"#FF0000FF","alert-error-hover":"#D40000FF","alert-error-pressed":"#AC0000FF","alert-error-disabled":"#CF9C9CFF","alert-error-focus":"#FFD5CEFF","alert-warning-default":"#FC9403FF","alert-warning-hover":"#E18300FF","alert-warning-pressed":"#BC5A00FF","alert-warning-disabled":"#E3AD61FF","alert-success-default":"#1AAA55FF","alert-success-hover":"#118340FF","alert-success-pressed":"#0C5E2EFF","alert-success-disabled":"#6DA785FF","alert-inform-default":"#1F78D1FF","alert-inform-hover":"#1862ACFF","alert-inform-pressed":"#135497FF","alert-inform-disabled":"#88CCBBFF","background-light":"#FFFFFFFF","background-dark":"#08204FFF","background-card":"#F6F6F6FF","background-page":"#FFFFFFFF","background-page-01":"#EEEEEEFF","background-page-02":"#499ED3FF","background-page-03":"#667997FF","background-page-04":"#CED4DEFF","background-page-05":"#667997FF","background-overlay":"#01102BE5","background-static":"#D3DDE9FF","background-container-default":"#FFFFFFFF","background-container-hover":"#FDFDFDFF","background-container-pressed":"#E0E0E0FF","background-container-disabled":"#EAEAEAFF","background-container-active":"#D5D5EBFF","background-action-default":"#FFFFFFFF","background-action-hover":"#EAEDFFFF","background-action-pressed":"#CFDAF0FF","background-action-disabled":"#ECF2FFFF","background-action-active":"#D5D5EBFF","background-skeleton-start":"#E2E8F0FF","background-skeleton-end":"#EDF2F7FF","background-text-highlight":"#B3D7FEFF","background-error":"#FFDDD8FF","background-warning":"#FFE5C1FF","background-success":"#DEFFEBFF","background-inform":"#E4F2FFFF","text-light":"#FFFFFFFF","text-primary":"#08204FFF","text-primary-negative":"#051534FF","text-secondary":"#445467FF","text-secondary-negative":"#303030FF","text-disabled":"#939393FF","text-disabled-negative":"#767676FF","text-button-accent":"#FFFFFFFF","text-button-primary":"#FFFFFFFF","text-button-secondary":"#FFFFFFFF","text-button-alert":"#FFFFFFFF","text-button-transparent":"#222222FF","text-badge-solid":"#FFFFFFFF","text-badge-outline":"#4F4FFFFF","text-badge-subtle":"#4F4FFFFF","text-link-accent-default":"#334D68FF","text-link-accent-hover":"#3648DFFF","text-link-accent-pressed":"#1E2733FF","text-link-primary-default":"#303030FF","text-link-primary-hover":"#083863FF","text-link-primary-pressed":"#303944FF","text-link-secondary-default":"#334D68FF","text-link-secondary-hover":"#3648DFFF","text-link-secondary-pressed":"#1E2733FF","text-success":"#15793EFF","text-warning":"#CB7600FF","text-error":"#FF0000FF","ui-element-divider":"#EFEFEFFF","ui-element-outline-default":"#E6E6E6FF","ui-element-outline-active":"#D7DBE6FF","ui-element-outline-disabled":"#F2F2F2FF","text-link-light-default":"#FFFFFFFF","text-link-light-hover":"#C6C6C6FF","text-link-light-pressed":"#878787FF","text-link-light-disabled":"#656565FF","text-link-accent-disabled":"#939393FF","text-link-primary-disabled":"#939393FF","text-link-secondary-disabled":"#8392A2FF"},space:{"spacer-0":"0rem","spacer-px":"0.062rem","spacer-half":"0.125rem","spacer-1":"0.250rem","spacer-2":"0.500rem","spacer-3":"0.750rem","spacer-4":"1.000rem","spacer-5":"1.250rem","spacer-6":"1.500rem","spacer-7":"1.750rem","spacer-8":"2.000rem","spacer-9":"2.250rem","spacer-10":"2.500rem","spacer-12":"3.000rem","spacer-14":"3.500rem","spacer-16":"4.000rem","spacer-20":"5.000rem","spacer-24":"6.000rem","spacer-28":"7.000rem","spacer-32":"8.000rem","spacer-36":"9.000rem","spacer-40":"10.000rem","spacer-44":"11.000rem","spacer-48":"12.000rem","spacer-52":"13.000rem","spacer-56":"14.000rem","spacer-60":"15.000rem","spacer-64":"16.000rem","spacer-72":"18.000rem","spacer-80":"20.000rem","spacer-86":"24.000rem","spacer-tag-gap-L":"0.250rem","spacer-tag-y-L":"0.250rem","spacer-tag-x-L":"0.750rem","spacer-tag-gap-M":"0.250rem","spacer-tag-y-M":"0.125rem","spacer-tag-x-M":"0.500rem","spacer-tag-gap-S":"0.250rem","spacer-tag-y-S":"0.125rem","spacer-tag-x-S":"0.500rem"},radii:{"radii-half":"0.125rem","radii-1":"0.250rem","radii-2":"0.375rem","radii-3":"0.500rem","radii-4":"0.750rem","radii-5":"1.000rem","radii-6":"1.500rem","radii-card":"1.000rem","radii-modal":"0.500rem","radii-alertdialog":"0.500rem","radii-popover":"0.375rem","radii-button":"2.000rem"},shadows:{"elevation-default":"0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)","elevation-interactive":"0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06)","elevation-modals":"0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05)","elevation-outline":"0px 0px 0px 3px rgba(194, 194, 255, 0.3)","elevation-inner":"inset 0px 2px 4px 0px rgba(0, 0, 0, 0.06)"},textStyles:{"text-header-4XL":{color:"text-primary",fontSize:{lg:"4.500rem",base:"3.750rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"4.500rem",base:"3.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-3XL":{color:"text-primary",fontSize:{lg:"3.750rem",base:"3.000rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"3.750rem",base:"3.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-2XL":{color:"text-primary",fontSize:{lg:"3.000rem",base:"2.250rem"},fontWeight:500,letterSpacing:"0rem",lineHeight:{lg:"3.250rem",base:"2.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-XL":{color:"text-primary",fontSize:{lg:"2.250rem",base:"1.875rem"},fontWeight:{lg:500,base:700},letterSpacing:"0rem",lineHeight:{lg:"2.750rem",base:"2.500rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-L":{color:"text-primary",fontSize:"1.500rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.875rem",base:"2.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-M":{color:"text-primary",fontSize:"1.250rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-S":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-XS":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.125rem",base:"1.250rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-2XL":{color:"text-primary",fontSize:"3.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"4.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XL":{color:"text-primary",fontSize:"3.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"3.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-L":{color:"text-primary",fontSize:"2.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-M":{color:"text-primary",fontSize:"1.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-S":{color:"text-primary",fontSize:"1.375rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XS":{color:"text-primary",fontSize:"1.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-regular":{color:"text-primary",fontSize:"1.125rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-medium":{color:"text-primary",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-bold":{color:"text-primary",fontSize:"1.125rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-regular":{color:"text-primary",fontSize:"1.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-medium":{color:"text-primary",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-bold":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-regular":{color:"text-primary",fontSize:"0.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-medium":{color:"text-primary",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-regular":{color:"text-primary",fontSize:"0.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-medium":{color:"text-primary",fontSize:"0.750rem",fontWeight:500,letterSpacing:"0.019rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-bold":{color:"text-primary",fontSize:"0.750rem",fontWeight:700,letterSpacing:"0.038rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-bold":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-link-body-large":{color:"text-link-accent-default",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-medium":{color:"text-link-accent-default",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-small":{color:"text-link-accent-default",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"underline",fontFamily:"Centra No2"}},components:{TextPairing:{parts:["label","subLabel","container"],variants:{"textpairing-header-4XL":{label:{variant:"text-header-4XL"},subLabel:{variant:{md:"text-body-display-L",base:"text-body-display-M"}},container:{gap:{md:"1.000rem",base:"1.250rem"}}},"textpairing-header-3XL":{label:{variant:"text-header-3XL"},subLabel:{variant:"text-body-display-S"},container:{gap:"1.000rem"}},"textpairing-header-2XL":{label:{variant:"text-header-2XL"},subLabel:{variant:{md:"text-body-display-S",base:"text-body-display-XS"}},container:{gap:{md:"1.000rem",base:"0.750rem"}}},"textpairing-header-M":{label:{variant:"text-header-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-header-S":{label:{variant:"text-header-S"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-header-L":{label:{variant:"text-header-L"},subLabel:{variant:"text-body-regular"},container:{gap:{md:"0.500rem",base:"0.250rem"}}},"textpairing-header-XL":{label:{variant:"text-header-XL"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-2XL":{label:{variant:"text-body-display-2XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"1.000rem"}},"textpairing-body-display-XL":{label:{variant:"text-body-display-XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-L":{label:{variant:"text-body-display-L"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-M":{label:{variant:"text-body-display-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-S":{label:{variant:"text-body-display-S"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-bold":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-bold-meta":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-bold":{label:{variant:"text-body-meta-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-medium":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-regular-meta":{label:{variant:"text-body-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-medium-meta":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-medium":{label:{variant:"text-body-meta-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-meta-regular":{label:{variant:"text-body-meta-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}}}}},fonts:{body:"Centra No2",heading:"Centra No2"},...d.C},flyte:{breakpoints:{sm:"414px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1440px",base:"0px",xxl:"1440px"},colors:{"accent-default":"#445467FF","accent-hover":"#303944FF","accent-pressed":"#303944FF","accent-disabled":"#C2D5EBFF","accent-focus":"#B9CDE5FF","primary-default":"#3648DFFF","primary-hover":"#202FB0FF","primary-pressed":"#202FB0FF","primary-disabled":"#C6D1D9FF","primary-focus":"#AFB8FFFF","secondary-default":"#08204FFF","secondary-hover":"#133068FF","secondary-pressed":"#133068FF","secondary-disabled":"#BDCAE3FF","secondary-focus":"#81A4E8FF","alert-error-default":"#FF0000FF","alert-error-hover":"#D40000FF","alert-error-pressed":"#AC0000FF","alert-error-disabled":"#CF9C9CFF","alert-error-focus":"#FFD5CEFF","alert-warning-default":"#FC9403FF","alert-warning-hover":"#E18300FF","alert-warning-pressed":"#BC5A00FF","alert-warning-disabled":"#E3AD61FF","alert-success-default":"#1AAA55FF","alert-success-hover":"#118340FF","alert-success-pressed":"#0C5E2EFF","alert-success-disabled":"#6DA785FF","alert-inform-default":"#1F78D1FF","alert-inform-hover":"#1862ACFF","alert-inform-pressed":"#135497FF","alert-inform-disabled":"#88CCBBFF","background-light":"#FFFFFFFF","background-dark":"#08204FFF","background-card":"#F6F6F6FF","background-page":"#FFFFFFFF","background-page-01":"#EEEEEEFF","background-page-02":"#526283FF","background-page-03":"#667997FF","background-page-04":"#CED4DEFF","background-page-05":"#667997FF","background-overlay":"#01102BE5","background-static":"#D3DDE9FF","background-container-default":"#FFFFFFFF","background-container-hover":"#FDFDFDFF","background-container-pressed":"#E0E0E0FF","background-container-disabled":"#EAEAEAFF","background-container-active":"#D5D5EBFF","background-action-default":"#FFFFFFFF","background-action-hover":"#EAEDFFFF","background-action-pressed":"#CFDAF0FF","background-action-disabled":"#ECF2FFFF","background-action-active":"#D5D5EBFF","background-skeleton-start":"#E2E8F0FF","background-skeleton-end":"#EDF2F7FF","background-text-highlight":"#B3D7FEFF","background-error":"#FFDDD8FF","background-warning":"#FFE5C1FF","background-success":"#DEFFEBFF","background-inform":"#E4F2FFFF","text-light":"#FFFFFFFF","text-primary":"#08204FFF","text-primary-negative":"#051534FF","text-secondary":"#445467FF","text-secondary-negative":"#3648DFFF","text-disabled":"#939393FF","text-disabled-negative":"#767676FF","text-button-accent":"#FFFFFFFF","text-button-primary":"#FFFFFFFF","text-button-secondary":"#FFFFFFFF","text-button-alert":"#FFFFFFFF","text-button-transparent":"#222222FF","text-badge-solid":"#FFFFFFFF","text-badge-outline":"#4F4FFFFF","text-badge-subtle":"#4F4FFFFF","text-link-accent-default":"#334D68FF","text-link-accent-hover":"#3648DFFF","text-link-accent-pressed":"#1E2733FF","text-link-primary-default":"#3648DFFF","text-link-primary-hover":"#202FB0FF","text-link-primary-pressed":"#202FB0FF","text-link-secondary-default":"#334D68FF","text-link-secondary-hover":"#3648DFFF","text-link-secondary-pressed":"#1E2733FF","text-success":"#15793EFF","text-warning":"#CB7600FF","text-error":"#FF0000FF","ui-element-divider":"#EFEFEFFF","ui-element-outline-default":"#E6E6E6FF","ui-element-outline-active":"#D7DBE6FF","ui-element-outline-disabled":"#F2F2F2FF","text-link-light-default":"#FFFFFFFF","text-link-light-hover":"#C6C6C6FF","text-link-light-pressed":"#878787FF","text-link-light-disabled":"#656565FF","text-link-accent-disabled":"#939393FF","text-link-primary-disabled":"#939393FF","text-link-secondary-disabled":"#8392A2FF"},space:{"spacer-0":"0rem","spacer-px":"0.062rem","spacer-half":"0.125rem","spacer-1":"0.250rem","spacer-2":"0.500rem","spacer-3":"0.750rem","spacer-4":"1.000rem","spacer-5":"1.250rem","spacer-6":"1.500rem","spacer-7":"1.750rem","spacer-8":"2.000rem","spacer-9":"2.250rem","spacer-10":"2.500rem","spacer-12":"3.000rem","spacer-14":"3.500rem","spacer-16":"4.000rem","spacer-20":"5.000rem","spacer-24":"6.000rem","spacer-28":"7.000rem","spacer-32":"8.000rem","spacer-36":"9.000rem","spacer-40":"10.000rem","spacer-44":"11.000rem","spacer-48":"12.000rem","spacer-52":"13.000rem","spacer-56":"14.000rem","spacer-60":"15.000rem","spacer-64":"16.000rem","spacer-72":"18.000rem","spacer-80":"20.000rem","spacer-86":"24.000rem","spacer-tag-gap-L":"0.250rem","spacer-tag-y-L":"0.250rem","spacer-tag-x-L":"0.750rem","spacer-tag-gap-M":"0.250rem","spacer-tag-y-M":"0.125rem","spacer-tag-x-M":"0.500rem","spacer-tag-gap-S":"0.250rem","spacer-tag-y-S":"0.125rem","spacer-tag-x-S":"0.500rem"},radii:{"radii-half":"0.125rem","radii-1":"0.250rem","radii-2":"0.375rem","radii-3":"0.500rem","radii-4":"0.750rem","radii-5":"1.000rem","radii-6":"1.500rem","radii-card":"1.000rem","radii-modal":"0.500rem","radii-alertdialog":"0.500rem","radii-popover":"0.375rem","radii-button":"2.000rem","radii-tag":"0.375rem"},shadows:{"elevation-default":"0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)","elevation-interactive":"0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06)","elevation-modals":"0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05)","elevation-outline":"0px 0px 0px 3px rgba(194, 194, 255, 0.3)","elevation-inner":"inset 0px 2px 4px 0px rgba(0, 0, 0, 0.06)"},textStyles:{"text-header-4XL":{color:"text-primary",fontSize:{lg:"4.500rem",base:"3.750rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"4.500rem",base:"3.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-3XL":{color:"text-primary",fontSize:{lg:"3.750rem",base:"3.000rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"3.750rem",base:"3.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-2XL":{color:"text-primary",fontSize:{lg:"3.000rem",base:"2.250rem"},fontWeight:500,letterSpacing:"0rem",lineHeight:{lg:"3.250rem",base:"2.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-XL":{color:"text-primary",fontSize:{lg:"2.250rem",base:"1.875rem"},fontWeight:{lg:500,base:700},letterSpacing:"0rem",lineHeight:{lg:"2.750rem",base:"2.500rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-L":{color:"text-primary",fontSize:"1.500rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.875rem",base:"2.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-M":{color:"text-primary",fontSize:"1.250rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-S":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-XS":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.125rem",base:"1.250rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-2XL":{color:"text-primary",fontSize:"3.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"4.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XL":{color:"text-primary",fontSize:"3.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"3.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-L":{color:"text-primary",fontSize:"2.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-M":{color:"text-primary",fontSize:"1.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-S":{color:"text-primary",fontSize:"1.375rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XS":{color:"text-primary",fontSize:"1.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-regular":{color:"text-primary",fontSize:"1.125rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-medium":{color:"text-primary",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-bold":{color:"text-primary",fontSize:"1.125rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-regular":{color:"text-primary",fontSize:"1.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-medium":{color:"text-primary",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-bold":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-regular":{color:"text-primary",fontSize:"0.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-medium":{color:"text-primary",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-regular":{color:"text-primary",fontSize:"0.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-medium":{color:"text-primary",fontSize:"0.750rem",fontWeight:500,letterSpacing:"0.019rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-bold":{color:"text-primary",fontSize:"0.750rem",fontWeight:700,letterSpacing:"0.038rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-bold":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-link-body-large":{color:"text-link-accent-default",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-medium":{color:"text-link-accent-default",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-small":{color:"text-link-accent-default",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"underline",fontFamily:"Centra No2"}},components:{TextPairing:{parts:["label","subLabel","container"],variants:{"textpairing-header-4XL":{label:{variant:"text-header-4XL"},subLabel:{variant:{md:"text-body-display-L",base:"text-body-display-M"}},container:{gap:{md:"1.000rem",base:"1.250rem"}}},"textpairing-header-3XL":{label:{variant:"text-header-3XL"},subLabel:{variant:"text-body-display-S"},container:{gap:"1.000rem"}},"textpairing-header-2XL":{label:{variant:"text-header-2XL"},subLabel:{variant:{md:"text-body-display-S",base:"text-body-display-XS"}},container:{gap:{md:"1.000rem",base:"0.750rem"}}},"textpairing-header-M":{label:{variant:"text-header-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-header-S":{label:{variant:"text-header-S"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-header-L":{label:{variant:"text-header-L"},subLabel:{variant:"text-body-regular"},container:{gap:{md:"0.500rem",base:"0.250rem"}}},"textpairing-header-XL":{label:{variant:"text-header-XL"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-2XL":{label:{variant:"text-body-display-2XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"1.000rem"}},"textpairing-body-display-XL":{label:{variant:"text-body-display-XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-L":{label:{variant:"text-body-display-L"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-M":{label:{variant:"text-body-display-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-S":{label:{variant:"text-body-display-S"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-bold":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-bold-meta":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-bold":{label:{variant:"text-body-meta-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-medium":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-regular-meta":{label:{variant:"text-body-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-medium-meta":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-medium":{label:{variant:"text-body-meta-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-meta-regular":{label:{variant:"text-body-meta-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}}}}},fonts:{body:"Centra No2",heading:"Centra No2"},...d.C},riverspring:{breakpoints:{sm:"414px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1440px",base:"0px",xxl:"1440px"},colors:{"accent-default":"#445467FF","accent-hover":"#303944FF","accent-pressed":"#303944FF","accent-disabled":"#C2D5EBFF","accent-focus":"#B9CDE5FF","primary-default":"#449222FF","primary-hover":"#50B722FF","primary-pressed":"#306C16FF","primary-disabled":"#B6CAADFF","primary-focus":"#AFB8FFFF","secondary-default":"#00627DFF","secondary-hover":"#1A8EAEFF","secondary-pressed":"#00485CFF","secondary-disabled":"#B1C4CAFF","secondary-focus":"#73DDFBFF","alert-error-default":"#FF0000FF","alert-error-hover":"#D40000FF","alert-error-pressed":"#AC0000FF","alert-error-disabled":"#CF9C9CFF","alert-error-focus":"#FFAB99FF","alert-warning-default":"#FC9403FF","alert-warning-hover":"#E18300FF","alert-warning-pressed":"#BC5A00FF","alert-warning-disabled":"#E3AD61FF","alert-success-default":"#1AAA55FF","alert-success-hover":"#118340FF","alert-success-pressed":"#0C5E2EFF","alert-success-disabled":"#6DA785FF","alert-inform-default":"#1F78D1FF","alert-inform-hover":"#1862ACFF","alert-inform-pressed":"#135497FF","alert-inform-disabled":"#88CCBBFF","background-light":"#FFFFFFFF","background-dark":"#00627DFF","background-card":"#F6F6F6FF","background-page":"#FFFFFFFF","background-page-01":"#F0F0F0FF","background-page-02":"#475465FF","background-page-03":"#CD7828FF","background-page-04":"#6EBE4CFF","background-page-05":"#667997FF","background-overlay":"#449222BF","background-static":"#D3DDE9FF","background-container-default":"#FFFFFFFF","background-container-hover":"#FDFDFDFF","background-container-pressed":"#E0E0E0FF","background-container-disabled":"#EAEAEAFF","background-container-active":"#D5D5EBFF","background-action-default":"#FFFFFFFF","background-action-hover":"#EAEDFFFF","background-action-pressed":"#CFDAF0FF","background-action-disabled":"#ECF2FFFF","background-action-active":"#D5D5EBFF","background-skeleton-start":"#E2E8F0FF","background-skeleton-end":"#EDF2F7FF","background-text-highlight":"#B3D7FEFF","background-error":"#FFDDD8FF","background-warning":"#FFE5C1FF","background-success":"#DEFFEBFF","background-inform":"#E4F2FFFF","text-light":"#FFFFFFFF","text-primary":"#08204FFF","text-primary-negative":"#051534FF","text-secondary":"#445467FF","text-secondary-negative":"#5FBA39FF","text-disabled":"#939393FF","text-disabled-negative":"#767676FF","text-button-accent":"#FFFFFFFF","text-button-primary":"#FFFFFFFF","text-button-secondary":"#FFFFFFFF","text-button-alert":"#FFFFFFFF","text-button-transparent":"#222222FF","text-badge-solid":"#FFFFFFFF","text-badge-outline":"#449222FF","text-badge-subtle":"#E26C51FF","text-link-accent-default":"#294058FF","text-link-accent-hover":"#3A871AFF","text-link-accent-pressed":"#203347FF","text-link-primary-default":"#3A871AFF","text-link-primary-hover":"#00627DFF","text-link-primary-pressed":"#296112FF","text-link-secondary-default":"#294058FF","text-link-secondary-hover":"#414141FF","text-link-secondary-pressed":"#203347FF","text-success":"#15793EFF","text-warning":"#CB7600FF","text-error":"#C02B0AFF","ui-element-divider":"#EFEFEFFF","ui-element-outline-default":"#E6E6E6FF","ui-element-outline-active":"#D7DBE6FF","ui-element-outline-disabled":"#F2F2F2FF","text-link-light-default":"#FFFFFFFF","text-link-light-hover":"#C6C6C6FF","text-link-light-pressed":"#878787FF","text-link-light-disabled":"#656565FF","text-link-accent-disabled":"#939393FF","text-link-primary-disabled":"#939393FF","text-link-secondary-disabled":"#8392A2FF"},space:{"spacer-0":"0rem","spacer-px":"0.062rem","spacer-half":"0.125rem","spacer-1":"0.250rem","spacer-2":"0.500rem","spacer-3":"0.750rem","spacer-4":"1.000rem","spacer-5":"1.250rem","spacer-6":"1.500rem","spacer-7":"1.750rem","spacer-8":"2.000rem","spacer-9":"2.250rem","spacer-10":"2.500rem","spacer-12":"3.000rem","spacer-14":"3.500rem","spacer-16":"4.000rem","spacer-20":"5.000rem","spacer-24":"6.000rem","spacer-28":"7.000rem","spacer-32":"8.000rem","spacer-36":"9.000rem","spacer-40":"10.000rem","spacer-44":"11.000rem","spacer-48":"12.000rem","spacer-52":"13.000rem","spacer-56":"14.000rem","spacer-60":"15.000rem","spacer-64":"16.000rem","spacer-72":"18.000rem","spacer-80":"20.000rem","spacer-86":"24.000rem","spacer-tag-gap-L":"0.250rem","spacer-tag-y-L":"0.250rem","spacer-tag-x-L":"0.750rem","spacer-tag-gap-M":"0.250rem","spacer-tag-y-M":"0.125rem","spacer-tag-x-M":"0.500rem","spacer-tag-gap-S":"0.250rem","spacer-tag-y-S":"0.125rem","spacer-tag-x-S":"0.500rem"},radii:{"radii-half":"0.125rem","radii-1":"0.250rem","radii-2":"0.375rem","radii-3":"0.500rem","radii-4":"0.750rem","radii-5":"1.000rem","radii-6":"1.500rem","radii-card":"1.000rem","radii-modal":"0.500rem","radii-alertdialog":"0.500rem","radii-popover":"0.375rem","radii-button":"2.000rem"},shadows:{"elevation-default":"0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)","elevation-interactive":"0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06)","elevation-modals":"0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05)","elevation-outline":"0px 0px 0px 3px rgba(194, 194, 255, 0.3)","elevation-inner":"inset 0px 2px 4px 0px rgba(0, 0, 0, 0.06)"},textStyles:{"text-header-4XL":{color:"text-primary",fontSize:{lg:"4.500rem",base:"3.750rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"4.500rem",base:"3.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-3XL":{color:"text-primary",fontSize:{lg:"3.750rem",base:"3.000rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"3.750rem",base:"3.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-2XL":{color:"text-primary",fontSize:{lg:"3.000rem",base:"2.250rem"},fontWeight:500,letterSpacing:"0rem",lineHeight:{lg:"3.250rem",base:"2.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-XL":{color:"text-primary",fontSize:{lg:"2.250rem",base:"1.875rem"},fontWeight:{lg:500,base:700},letterSpacing:"0rem",lineHeight:{lg:"2.750rem",base:"2.500rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-L":{color:"text-primary",fontSize:"1.500rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.875rem",base:"2.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-M":{color:"text-primary",fontSize:"1.250rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-S":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-XS":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.125rem",base:"1.250rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-2XL":{color:"text-primary",fontSize:"3.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"4.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XL":{color:"text-primary",fontSize:"3.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"3.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-L":{color:"text-primary",fontSize:"2.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-M":{color:"text-primary",fontSize:"1.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-S":{color:"text-primary",fontSize:"1.375rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XS":{color:"text-primary",fontSize:"1.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-regular":{color:"text-primary",fontSize:"1.125rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-medium":{color:"text-primary",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-bold":{color:"text-primary",fontSize:"1.125rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-regular":{color:"text-primary",fontSize:"1.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-medium":{color:"text-primary",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-bold":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-regular":{color:"text-primary",fontSize:"0.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-medium":{color:"text-primary",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-regular":{color:"text-primary",fontSize:"0.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-medium":{color:"text-primary",fontSize:"0.750rem",fontWeight:500,letterSpacing:"0.019rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-bold":{color:"text-primary",fontSize:"0.750rem",fontWeight:700,letterSpacing:"0.038rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-bold":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-link-body-large":{color:"text-link-accent-default",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-medium":{color:"text-link-accent-default",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-small":{color:"text-link-accent-default",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"underline",fontFamily:"Centra No2"}},components:{TextPairing:{parts:["label","subLabel","container"],variants:{"textpairing-header-4XL":{label:{variant:"text-header-4XL"},subLabel:{variant:{md:"text-body-display-L",base:"text-body-display-M"}},container:{gap:{md:"1.000rem",base:"1.250rem"}}},"textpairing-header-3XL":{label:{variant:"text-header-3XL"},subLabel:{variant:"text-body-display-S"},container:{gap:"1.000rem"}},"textpairing-header-2XL":{label:{variant:"text-header-2XL"},subLabel:{variant:{md:"text-body-display-S",base:"text-body-display-XS"}},container:{gap:{md:"1.000rem",base:"0.750rem"}}},"textpairing-header-M":{label:{variant:"text-header-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-header-S":{label:{variant:"text-header-S"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-header-L":{label:{variant:"text-header-L"},subLabel:{variant:"text-body-regular"},container:{gap:{md:"0.500rem",base:"0.250rem"}}},"textpairing-header-XL":{label:{variant:"text-header-XL"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-2XL":{label:{variant:"text-body-display-2XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"1.000rem"}},"textpairing-body-display-XL":{label:{variant:"text-body-display-XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-L":{label:{variant:"text-body-display-L"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-M":{label:{variant:"text-body-display-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-S":{label:{variant:"text-body-display-S"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-bold":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-bold-meta":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-bold":{label:{variant:"text-body-meta-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-medium":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-regular-meta":{label:{variant:"text-body-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-medium-meta":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-medium":{label:{variant:"text-body-meta-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-meta-regular":{label:{variant:"text-body-meta-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}}}}},fonts:{body:"Centra No2",heading:"Centra No2"},...d.C},pequot:{breakpoints:{sm:"414px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1440px",base:"0px",xxl:"1440px"},colors:{"accent-default":"#445467FF","accent-hover":"#303944FF","accent-pressed":"#303944FF","accent-disabled":"#C2D5EBFF","accent-focus":"#B9CDE5FF","primary-default":"#5E93F6FF","primary-hover":"#89B2FFFF","primary-pressed":"#2456B3FF","primary-disabled":"#BAC6DCFF","primary-focus":"#AFB8FFFF","secondary-default":"#393D45FF","secondary-hover":"#515762FF","secondary-pressed":"#2B2E34FF","secondary-disabled":"#BCC1CCFF","secondary-focus":"#819ACBFF","alert-error-default":"#FF0000FF","alert-error-hover":"#D40000FF","alert-error-pressed":"#AC0000FF","alert-error-disabled":"#CF9C9CFF","alert-error-focus":"#FFC0BBFF","alert-warning-default":"#FC9403FF","alert-warning-hover":"#E18300FF","alert-warning-pressed":"#BC5A00FF","alert-warning-disabled":"#E3AD61FF","alert-success-default":"#1AAA55FF","alert-success-hover":"#118340FF","alert-success-pressed":"#0C5E2EFF","alert-success-disabled":"#6DA785FF","alert-inform-default":"#1F78D1FF","alert-inform-hover":"#1862ACFF","alert-inform-pressed":"#135497FF","alert-inform-disabled":"#88CCBBFF","background-light":"#FFFFFFFF","background-dark":"#213B7AFF","background-card":"#F6F6F6FF","background-page":"#FFFFFFFF","background-page-01":"#EEEEEEFF","background-page-02":"#3A63B0FF","background-page-03":"#445467FF","background-page-04":"#F5F5F5FF","background-page-05":"#667997FF","background-overlay":"#5E93F6BF","background-static":"#D3DDE9FF","background-container-default":"#FFFFFFFF","background-container-hover":"#FDFDFDFF","background-container-pressed":"#E0E0E0FF","background-container-disabled":"#EAEAEAFF","background-container-active":"#D5D5EBFF","background-action-default":"#FFFFFFFF","background-action-hover":"#EAEDFFFF","background-action-pressed":"#CFDAF0FF","background-action-disabled":"#ECF2FFFF","background-action-active":"#D5D5EBFF","background-skeleton-start":"#E2E8F0FF","background-skeleton-end":"#EDF2F7FF","background-text-highlight":"#B3D7FEFF","background-error":"#FFDDD8FF","background-warning":"#FFE5C1FF","background-success":"#DEFFEBFF","background-inform":"#E4F2FFFF","text-light":"#FFFFFFFF","text-primary":"#08204FFF","text-primary-negative":"#051534FF","text-secondary":"#445467FF","text-secondary-negative":"#5E93F6FF","text-disabled":"#939393FF","text-disabled-negative":"#767676FF","text-button-accent":"#FFFFFFFF","text-button-primary":"#FFFFFFFF","text-button-secondary":"#FFFFFFFF","text-button-alert":"#FFFFFFFF","text-button-transparent":"#222222FF","text-badge-solid":"#FFFFFFFF","text-badge-outline":"#5E93F6FF","text-badge-subtle":"#5E93F6FF","text-link-accent-default":"#294058FF","text-link-accent-hover":"#4074D3FF","text-link-accent-pressed":"#2E2E2FFF","text-link-primary-default":"#4074D3FF","text-link-primary-hover":"#548BEFFF","text-link-primary-pressed":"#2251A6FF","text-link-secondary-default":"#294058FF","text-link-secondary-hover":"#414141FF","text-link-secondary-pressed":"#203347FF","text-success":"#15793EFF","text-warning":"#CB7600FF","text-error":"#C60000FF","ui-element-divider":"#EFEFEFFF","ui-element-outline-default":"#E6E6E6FF","ui-element-outline-active":"#D7DBE6FF","ui-element-outline-disabled":"#F2F2F2FF","text-link-light-default":"#FFFFFFFF","text-link-light-hover":"#C6C6C6FF","text-link-light-pressed":"#878787FF","text-link-light-disabled":"#656565FF","text-link-accent-disabled":"#C2D5EBFF","text-link-primary-disabled":"#BAC6DCFF","text-link-secondary-disabled":"#BDCAE3FF"},space:{"spacer-0":"0rem","spacer-px":"0.062rem","spacer-half":"0.125rem","spacer-1":"0.250rem","spacer-2":"0.500rem","spacer-3":"0.750rem","spacer-4":"1.000rem","spacer-5":"1.250rem","spacer-6":"1.500rem","spacer-7":"1.750rem","spacer-8":"2.000rem","spacer-9":"2.250rem","spacer-10":"2.500rem","spacer-12":"3.000rem","spacer-14":"3.500rem","spacer-16":"4.000rem","spacer-20":"5.000rem","spacer-24":"6.000rem","spacer-28":"7.000rem","spacer-32":"8.000rem","spacer-36":"9.000rem","spacer-40":"10.000rem","spacer-44":"11.000rem","spacer-48":"12.000rem","spacer-52":"13.000rem","spacer-56":"14.000rem","spacer-60":"15.000rem","spacer-64":"16.000rem","spacer-72":"18.000rem","spacer-80":"20.000rem","spacer-86":"24.000rem","spacer-tag-gap-L":"0.250rem","spacer-tag-y-L":"0.250rem","spacer-tag-x-L":"0.750rem","spacer-tag-gap-M":"0.250rem","spacer-tag-y-M":"0.125rem","spacer-tag-x-M":"0.500rem","spacer-tag-gap-S":"0.250rem","spacer-tag-y-S":"0.125rem","spacer-tag-x-S":"0.500rem"},radii:{"radii-half":"0.125rem","radii-1":"0.250rem","radii-2":"0.375rem","radii-3":"0.500rem","radii-4":"0.750rem","radii-5":"1.000rem","radii-6":"1.500rem","radii-card":"1.000rem","radii-modal":"0.500rem","radii-alertdialog":"0.500rem","radii-popover":"0.375rem","radii-button":"2.000rem"},shadows:{"elevation-default":"0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)","elevation-interactive":"0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06)","elevation-modals":"0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05)","elevation-outline":"0px 0px 0px 3px rgba(194, 194, 255, 0.3)","elevation-inner":"inset 0px 2px 4px 0px rgba(0, 0, 0, 0.06)"},textStyles:{"text-header-4XL":{color:"text-primary",fontSize:{lg:"4.500rem",base:"3.750rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"4.500rem",base:"3.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-3XL":{color:"text-primary",fontSize:{lg:"3.750rem",base:"3.000rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"3.750rem",base:"3.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-2XL":{color:"text-primary",fontSize:{lg:"3.000rem",base:"2.250rem"},fontWeight:500,letterSpacing:"0rem",lineHeight:{lg:"3.250rem",base:"2.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-XL":{color:"text-primary",fontSize:{lg:"2.250rem",base:"1.875rem"},fontWeight:{lg:500,base:700},letterSpacing:"0rem",lineHeight:{lg:"2.750rem",base:"2.500rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-L":{color:"text-primary",fontSize:"1.500rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.875rem",base:"2.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-M":{color:"text-primary",fontSize:"1.250rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-S":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-XS":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.125rem",base:"1.250rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-2XL":{color:"text-primary",fontSize:"3.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"4.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XL":{color:"text-primary",fontSize:"3.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"3.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-L":{color:"text-primary",fontSize:"2.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-M":{color:"text-primary",fontSize:"1.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-S":{color:"text-primary",fontSize:"1.375rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XS":{color:"text-primary",fontSize:"1.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-regular":{color:"text-primary",fontSize:"1.125rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-medium":{color:"text-primary",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-bold":{color:"text-primary",fontSize:"1.125rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-regular":{color:"text-primary",fontSize:"1.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-medium":{color:"text-primary",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-bold":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-regular":{color:"text-primary",fontSize:"0.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-medium":{color:"text-primary",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-regular":{color:"text-primary",fontSize:"0.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-medium":{color:"text-primary",fontSize:"0.750rem",fontWeight:500,letterSpacing:"0.019rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-bold":{color:"text-primary",fontSize:"0.750rem",fontWeight:700,letterSpacing:"0.038rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-bold":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-link-body-large":{color:"text-link-accent-default",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-medium":{color:"text-link-accent-default",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-small":{color:"text-link-accent-default",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"underline",fontFamily:"Centra No2"}},components:{TextPairing:{parts:["label","subLabel","container"],variants:{"textpairing-header-4XL":{label:{variant:"text-header-4XL"},subLabel:{variant:{md:"text-body-display-L",base:"text-body-display-M"}},container:{gap:{md:"1.000rem",base:"1.250rem"}}},"textpairing-header-3XL":{label:{variant:"text-header-3XL"},subLabel:{variant:"text-body-display-S"},container:{gap:"1.000rem"}},"textpairing-header-2XL":{label:{variant:"text-header-2XL"},subLabel:{variant:{md:"text-body-display-S",base:"text-body-display-XS"}},container:{gap:{md:"1.000rem",base:"0.750rem"}}},"textpairing-header-M":{label:{variant:"text-header-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-header-S":{label:{variant:"text-header-S"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-header-L":{label:{variant:"text-header-L"},subLabel:{variant:"text-body-regular"},container:{gap:{md:"0.500rem",base:"0.250rem"}}},"textpairing-header-XL":{label:{variant:"text-header-XL"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-2XL":{label:{variant:"text-body-display-2XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"1.000rem"}},"textpairing-body-display-XL":{label:{variant:"text-body-display-XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-L":{label:{variant:"text-body-display-L"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-M":{label:{variant:"text-body-display-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-S":{label:{variant:"text-body-display-S"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-bold":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-bold-meta":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-bold":{label:{variant:"text-body-meta-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-medium":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-regular-meta":{label:{variant:"text-body-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-medium-meta":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-medium":{label:{variant:"text-body-meta-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-meta-regular":{label:{variant:"text-body-meta-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}}}}},fonts:{body:"Centra No2",heading:"Centra No2"},...d.C},pyle:{breakpoints:{sm:"414px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1440px",base:"0px",xxl:"1440px"},colors:{"accent-default":"#445467FF","accent-hover":"#303944FF","accent-pressed":"#303944FF","accent-disabled":"#C2D5EBFF","accent-focus":"#B9CDE5FF","primary-default":"#F27629FF","primary-hover":"#FF9D60FF","primary-pressed":"#BE5412FF","primary-disabled":"#D3BBABFF","primary-focus":"#AFB8FFFF","secondary-default":"#393D45FF","secondary-hover":"#6C6969FF","secondary-pressed":"#313030FF","secondary-disabled":"#D7D7D7FF","secondary-focus":"#C8C8C8FF","alert-error-default":"#FF0000FF","alert-error-hover":"#D40000FF","alert-error-pressed":"#AC0000FF","alert-error-disabled":"#CF9C9CFF","alert-error-focus":"#FFC0BBFF","alert-warning-default":"#FC9403FF","alert-warning-hover":"#E18300FF","alert-warning-pressed":"#BC5A00FF","alert-warning-disabled":"#E3AD61FF","alert-success-default":"#1AAA55FF","alert-success-hover":"#118340FF","alert-success-pressed":"#0C5E2EFF","alert-success-disabled":"#6DA785FF","alert-inform-default":"#1F78D1FF","alert-inform-hover":"#1862ACFF","alert-inform-pressed":"#135497FF","alert-inform-disabled":"#88CCBBFF","background-light":"#FFFFFFFF","background-dark":"#F27629FF","background-card":"#F6F6F6FF","background-page":"#FFFFFFFF","background-page-01":"#EEEEEEFF","background-page-02":"#F27629FF","background-page-03":"#ECECECFF","background-page-04":"#F5F5F5FF","background-page-05":"#848585FF","background-overlay":"#F27629BF","background-static":"#D3DDE9FF","background-container-default":"#FFFFFFFF","background-container-hover":"#FDFDFDFF","background-container-pressed":"#E0E0E0FF","background-container-disabled":"#EAEAEAFF","background-container-active":"#D5D5EBFF","background-action-default":"#FFFFFFFF","background-action-hover":"#EAEDFFFF","background-action-pressed":"#CFDAF0FF","background-action-disabled":"#ECF2FFFF","background-action-active":"#D5D5EBFF","background-skeleton-start":"#E2E8F0FF","background-skeleton-end":"#EDF2F7FF","background-text-highlight":"#B3D7FEFF","background-error":"#FFDDD8FF","background-warning":"#FFE5C1FF","background-success":"#DEFFEBFF","background-inform":"#E4F2FFFF","text-light":"#FFFFFFFF","text-primary":"#08204FFF","text-primary-negative":"#051534FF","text-secondary":"#445467FF","text-secondary-negative":"#E46D24FF","text-disabled":"#939393FF","text-disabled-negative":"#767676FF","text-button-accent":"#FFFFFFFF","text-button-primary":"#FFFFFFFF","text-button-secondary":"#FFFFFFFF","text-button-alert":"#FFFFFFFF","text-button-transparent":"#222222FF","text-badge-solid":"#FFFFFFFF","text-badge-outline":"#F27629FF","text-badge-subtle":"#F27629FF","text-link-accent-default":"#294058FF","text-link-accent-hover":"#C95006FF","text-link-accent-pressed":"#2E2E2FFF","text-link-primary-default":"#C95006FF","text-link-primary-hover":"#000000FF","text-link-primary-pressed":"#B54601FF","text-link-secondary-default":"#294058FF","text-link-secondary-hover":"#414141FF","text-link-secondary-pressed":"#203347FF","text-success":"#15793EFF","text-warning":"#CB7600FF","text-error":"#C60000FF","ui-element-divider":"#EFEFEFFF","ui-element-outline-default":"#E6E6E6FF","ui-element-outline-active":"#D7DBE6FF","ui-element-outline-disabled":"#F2F2F2FF","text-link-light-default":"#FFFFFFFF","text-link-light-hover":"#C6C6C6FF","text-link-light-pressed":"#878787FF","text-link-light-disabled":"#656565FF","text-link-accent-disabled":"#939393FF","text-link-primary-disabled":"#939393FF","text-link-secondary-disabled":"#8392A2FF"},space:{"spacer-0":"0rem","spacer-px":"0.062rem","spacer-half":"0.125rem","spacer-1":"0.250rem","spacer-2":"0.500rem","spacer-3":"0.750rem","spacer-4":"1.000rem","spacer-5":"1.250rem","spacer-6":"1.500rem","spacer-7":"1.750rem","spacer-8":"2.000rem","spacer-9":"2.250rem","spacer-10":"2.500rem","spacer-12":"3.000rem","spacer-14":"3.500rem","spacer-16":"4.000rem","spacer-20":"5.000rem","spacer-24":"6.000rem","spacer-28":"7.000rem","spacer-32":"8.000rem","spacer-36":"9.000rem","spacer-40":"10.000rem","spacer-44":"11.000rem","spacer-48":"12.000rem","spacer-52":"13.000rem","spacer-56":"14.000rem","spacer-60":"15.000rem","spacer-64":"16.000rem","spacer-72":"18.000rem","spacer-80":"20.000rem","spacer-86":"24.000rem","spacer-tag-gap-L":"0.250rem","spacer-tag-y-L":"0.250rem","spacer-tag-x-L":"0.750rem","spacer-tag-gap-M":"0.250rem","spacer-tag-y-M":"0.125rem","spacer-tag-x-M":"0.500rem","spacer-tag-gap-S":"0.250rem","spacer-tag-y-S":"0.125rem","spacer-tag-x-S":"0.500rem"},radii:{"radii-half":"0.125rem","radii-1":"0.250rem","radii-2":"0.375rem","radii-3":"0.500rem","radii-4":"0.750rem","radii-5":"1.000rem","radii-6":"1.500rem","radii-card":"1.000rem","radii-modal":"0.500rem","radii-alertdialog":"0.500rem","radii-popover":"0.375rem","radii-button":"2.000rem"},shadows:{"elevation-default":"0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)","elevation-interactive":"0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06)","elevation-modals":"0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05)","elevation-outline":"0px 0px 0px 3px rgba(194, 194, 255, 0.3)","elevation-inner":"inset 0px 2px 4px 0px rgba(0, 0, 0, 0.06)"},textStyles:{"text-header-4XL":{color:"text-primary",fontSize:{lg:"4.500rem",base:"3.750rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"4.500rem",base:"3.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-3XL":{color:"text-primary",fontSize:{lg:"3.750rem",base:"3.000rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"3.750rem",base:"3.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-2XL":{color:"text-primary",fontSize:{lg:"3.000rem",base:"2.250rem"},fontWeight:500,letterSpacing:"0rem",lineHeight:{lg:"3.250rem",base:"2.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-XL":{color:"text-primary",fontSize:{lg:"2.250rem",base:"1.875rem"},fontWeight:{lg:500,base:700},letterSpacing:"0rem",lineHeight:{lg:"2.750rem",base:"2.500rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-L":{color:"text-primary",fontSize:"1.500rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.875rem",base:"2.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-M":{color:"text-primary",fontSize:"1.250rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-S":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-XS":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.125rem",base:"1.250rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-2XL":{color:"text-primary",fontSize:"3.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"4.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XL":{color:"text-primary",fontSize:"3.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"3.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-L":{color:"text-primary",fontSize:"2.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-M":{color:"text-primary",fontSize:"1.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-S":{color:"text-primary",fontSize:"1.375rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XS":{color:"text-primary",fontSize:"1.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-regular":{color:"text-primary",fontSize:"1.125rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-medium":{color:"text-primary",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-bold":{color:"text-primary",fontSize:"1.125rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-regular":{color:"text-primary",fontSize:"1.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-medium":{color:"text-primary",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-bold":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-regular":{color:"text-primary",fontSize:"0.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-medium":{color:"text-primary",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-regular":{color:"text-primary",fontSize:"0.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-medium":{color:"text-primary",fontSize:"0.750rem",fontWeight:500,letterSpacing:"0.019rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-bold":{color:"text-primary",fontSize:"0.750rem",fontWeight:700,letterSpacing:"0.038rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-bold":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-link-body-large":{color:"text-link-accent-default",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-medium":{color:"text-link-accent-default",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-small":{color:"text-link-accent-default",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"underline",fontFamily:"Centra No2"}},components:{TextPairing:{parts:["label","subLabel","container"],variants:{"textpairing-header-4XL":{label:{variant:"text-header-4XL"},subLabel:{variant:{md:"text-body-display-L",base:"text-body-display-M"}},container:{gap:{md:"1.000rem",base:"1.250rem"}}},"textpairing-header-3XL":{label:{variant:"text-header-3XL"},subLabel:{variant:"text-body-display-S"},container:{gap:"1.000rem"}},"textpairing-header-2XL":{label:{variant:"text-header-2XL"},subLabel:{variant:{md:"text-body-display-S",base:"text-body-display-XS"}},container:{gap:{md:"1.000rem",base:"0.750rem"}}},"textpairing-header-M":{label:{variant:"text-header-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-header-S":{label:{variant:"text-header-S"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-header-L":{label:{variant:"text-header-L"},subLabel:{variant:"text-body-regular"},container:{gap:{md:"0.500rem",base:"0.250rem"}}},"textpairing-header-XL":{label:{variant:"text-header-XL"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-2XL":{label:{variant:"text-body-display-2XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"1.000rem"}},"textpairing-body-display-XL":{label:{variant:"text-body-display-XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-L":{label:{variant:"text-body-display-L"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-M":{label:{variant:"text-body-display-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-S":{label:{variant:"text-body-display-S"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-bold":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-bold-meta":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-bold":{label:{variant:"text-body-meta-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-medium":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-regular-meta":{label:{variant:"text-body-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-medium-meta":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-medium":{label:{variant:"text-body-meta-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-meta-regular":{label:{variant:"text-body-meta-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}}}}},fonts:{body:"Centra No2",heading:"Centra No2"},...d.C},standard:{breakpoints:{sm:"414px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1440px",base:"0px",xxl:"1440px"},colors:{"accent-default":"#445467FF","accent-hover":"#303944FF","accent-pressed":"#303944FF","accent-disabled":"#C2D5EBFF","accent-focus":"#B9CDE5FF","primary-default":"#3648DFFF","primary-hover":"#6777F4FF","primary-pressed":"#202FB0FF","primary-disabled":"#C6D1D9FF","primary-focus":"#AFB8FFFF","secondary-default":"#08204FFF","secondary-hover":"#133068FF","secondary-pressed":"#133068FF","secondary-disabled":"#BDCAE3FF","secondary-focus":"#81A4E8FF","alert-error-default":"#FF0000FF","alert-error-hover":"#D40000FF","alert-error-pressed":"#AC0000FF","alert-error-disabled":"#FFCACAFF","alert-error-focus":"#FFD5CEFF","alert-warning-default":"#FC9403FF","alert-warning-hover":"#E18300FF","alert-warning-pressed":"#BC5A00FF","alert-warning-disabled":"#E3AD61FF","alert-success-default":"#1AAA55FF","alert-success-hover":"#118340FF","alert-success-pressed":"#0C5E2EFF","alert-success-disabled":"#6DA785FF","alert-inform-default":"#1F78D1FF","alert-inform-hover":"#1862ACFF","alert-inform-pressed":"#135497FF","alert-inform-disabled":"#88CCBBFF","background-light":"#FFFFFFFF","background-dark":"#08204FFF","background-card":"#F6F6F6FF","background-page":"#FFFFFFFF","background-page-01":"#EEEEEEFF","background-page-02":"#526283FF","background-page-03":"#667997FF","background-page-04":"#CED4DEFF","background-page-05":"#667997FF","background-overlay":"#01102BE5","background-static":"#D3DDE9FF","background-container-default":"#FFFFFFFF","background-container-hover":"#FDFDFDFF","background-container-pressed":"#E0E0E0FF","background-container-disabled":"#EAEAEAFF","background-container-active":"#D5D5EBFF","background-action-default":"#FFFFFFFF","background-action-hover":"#EAEDFFFF","background-action-pressed":"#CFDAF0FF","background-action-disabled":"#ECF2FFFF","background-action-active":"#D5D5EBFF","background-skeleton-start":"#E2E8F0FF","background-skeleton-end":"#EDF2F7FF","background-text-highlight":"#B3D7FEFF","background-error":"#FFDDD8FF","background-warning":"#FFE5C1FF","background-success":"#DEFFEBFF","background-inform":"#E4F2FFFF","text-light":"#FFFFFFFF","text-primary":"#08204FFF","text-primary-negative":"#051534FF","text-secondary":"#445467FF","text-secondary-negative":"#3648DFFF","text-disabled":"#939393FF","text-disabled-negative":"#767676FF","text-button-accent":"#FFFFFFFF","text-button-primary":"#FFFFFFFF","text-button-secondary":"#FFFFFFFF","text-button-alert":"#FFFFFFFF","text-button-transparent":"#222222FF","text-badge-solid":"#FFFFFFFF","text-badge-outline":"#4F4FFFFF","text-badge-subtle":"#4F4FFFFF","text-link-accent-default":"#294058FF","text-link-accent-hover":"#3648DFFF","text-link-accent-pressed":"#1E2733FF","text-link-primary-default":"#3648DFFF","text-link-primary-hover":"#6777F4FF","text-link-primary-pressed":"#202FB0FF","text-link-secondary-default":"#294058FF","text-link-secondary-hover":"#414141FF","text-link-secondary-pressed":"#203347FF","text-success":"#15793EFF","text-warning":"#CB7600FF","text-error":"#FF0000FF","ui-element-divider":"#EFEFEFFF","ui-element-outline-default":"#E6E6E6FF","ui-element-outline-active":"#D7DBE6FF","ui-element-outline-disabled":"#F2F2F2FF","text-link-light-default":"#FFFFFFFF","text-link-light-hover":"#C6C6C6FF","text-link-light-pressed":"#878787FF","text-link-light-disabled":"#656565FF","text-link-accent-disabled":"#C2D5EBFF","text-link-primary-disabled":"#C6D1D9FF","text-link-secondary-disabled":"#BDCAE3FF"},space:{"spacer-0":"0rem","spacer-px":"0.062rem","spacer-half":"0.125rem","spacer-1":"0.250rem","spacer-2":"0.500rem","spacer-3":"0.750rem","spacer-4":"1.000rem","spacer-5":"1.250rem","spacer-6":"1.500rem","spacer-7":"1.750rem","spacer-8":"2.000rem","spacer-9":"2.250rem","spacer-10":"2.500rem","spacer-12":"3.000rem","spacer-14":"3.500rem","spacer-16":"4.000rem","spacer-20":"5.000rem","spacer-24":"6.000rem","spacer-28":"7.000rem","spacer-32":"8.000rem","spacer-36":"9.000rem","spacer-40":"10.000rem","spacer-44":"11.000rem","spacer-48":"12.000rem","spacer-52":"13.000rem","spacer-56":"14.000rem","spacer-60":"15.000rem","spacer-64":"16.000rem","spacer-72":"18.000rem","spacer-80":"20.000rem","spacer-86":"24.000rem","spacer-tag-gap-L":"0.250rem","spacer-tag-y-L":"0.250rem","spacer-tag-x-L":"0.750rem","spacer-tag-gap-M":"0.250rem","spacer-tag-y-M":"0.125rem","spacer-tag-x-M":"0.500rem","spacer-tag-gap-S":"0.250rem","spacer-tag-y-S":"0.125rem","spacer-tag-x-S":"0.500rem"},radii:{"radii-half":"0.125rem","radii-1":"0.250rem","radii-2":"0.375rem","radii-3":"0.500rem","radii-4":"0.750rem","radii-5":"1.000rem","radii-6":"1.500rem","radii-card":"1.000rem","radii-modal":"0.500rem","radii-alertdialog":"0.500rem","radii-popover":"0.375rem","radii-button":"2.000rem"},shadows:{"elevation-default":"0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)","elevation-interactive":"0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06)","elevation-modals":"0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05)","elevation-outline":"0px 0px 0px 3px rgba(194, 194, 255, 0.3)","elevation-inner":"inset 0px 2px 4px 0px rgba(0, 0, 0, 0.06)"},textStyles:{"text-header-4XL":{color:"text-primary",fontSize:{lg:"4.500rem",base:"3.750rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"4.500rem",base:"3.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-3XL":{color:"text-primary",fontSize:{lg:"3.750rem",base:"3.000rem"},fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"3.750rem",base:"3.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-2XL":{color:"text-primary",fontSize:{lg:"3.000rem",base:"2.250rem"},fontWeight:500,letterSpacing:"0rem",lineHeight:{lg:"3.250rem",base:"2.750rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-XL":{color:"text-primary",fontSize:{lg:"2.250rem",base:"1.875rem"},fontWeight:{lg:500,base:700},letterSpacing:"0rem",lineHeight:{lg:"2.750rem",base:"2.500rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-L":{color:"text-primary",fontSize:"1.500rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.875rem",base:"2.000rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-header-M":{color:"text-primary",fontSize:"1.250rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-S":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-header-XS":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:{lg:"1.125rem",base:"1.250rem"},textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-2XL":{color:"text-primary",fontSize:"3.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"4.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XL":{color:"text-primary",fontSize:"3.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"3.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-L":{color:"text-primary",fontSize:"2.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-M":{color:"text-primary",fontSize:"1.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-S":{color:"text-primary",fontSize:"1.375rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-display-XS":{color:"text-primary",fontSize:"1.250rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.875rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-regular":{color:"text-primary",fontSize:"1.125rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-medium":{color:"text-primary",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-large-bold":{color:"text-primary",fontSize:"1.125rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.750rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-regular":{color:"text-primary",fontSize:"1.000rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-medium":{color:"text-primary",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-bold":{color:"text-primary",fontSize:"1.000rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-regular":{color:"text-primary",fontSize:"0.875rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-medium":{color:"text-primary",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-regular":{color:"text-primary",fontSize:"0.750rem",fontWeight:400,letterSpacing:"0rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-medium":{color:"text-primary",fontSize:"0.750rem",fontWeight:500,letterSpacing:"0.019rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-floating-label-bold":{color:"text-primary",fontSize:"0.750rem",fontWeight:700,letterSpacing:"0.038rem",lineHeight:"1.000rem",textDecoration:"none",fontFamily:"Centra No2"},"text-body-meta-bold":{color:"text-primary",fontSize:"0.875rem",fontWeight:700,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"none",fontFamily:"Centra No2"},"text-link-body-large":{color:"text-link-accent-default",fontSize:"1.125rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"2.250rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-medium":{color:"text-link-accent-default",fontSize:"1.000rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.500rem",textDecoration:"underline",fontFamily:"Centra No2"},"text-link-body-small":{color:"text-link-accent-default",fontSize:"0.875rem",fontWeight:500,letterSpacing:"0rem",lineHeight:"1.250rem",textDecoration:"underline",fontFamily:"Centra No2"}},components:{TextPairing:{parts:["label","subLabel","container"],variants:{"textpairing-header-4XL":{label:{variant:"text-header-4XL"},subLabel:{variant:{md:"text-body-display-L",base:"text-body-display-M"}},container:{gap:{md:"1.000rem",base:"1.250rem"}}},"textpairing-header-3XL":{label:{variant:"text-header-3XL"},subLabel:{variant:"text-body-display-S"},container:{gap:"1.000rem"}},"textpairing-header-2XL":{label:{variant:"text-header-2XL"},subLabel:{variant:{md:"text-body-display-S",base:"text-body-display-XS"}},container:{gap:{md:"1.000rem",base:"0.750rem"}}},"textpairing-header-M":{label:{variant:"text-header-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-header-S":{label:{variant:"text-header-S"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-header-L":{label:{variant:"text-header-L"},subLabel:{variant:"text-body-regular"},container:{gap:{md:"0.500rem",base:"0.250rem"}}},"textpairing-header-XL":{label:{variant:"text-header-XL"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-2XL":{label:{variant:"text-body-display-2XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"1.000rem"}},"textpairing-body-display-XL":{label:{variant:"text-body-display-XL"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-L":{label:{variant:"text-body-display-L"},subLabel:{variant:"text-body-large-regular"},container:{gap:"0.750rem"}},"textpairing-body-display-M":{label:{variant:"text-body-display-M"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-display-S":{label:{variant:"text-body-display-S"},subLabel:{variant:"text-body-regular"},container:{gap:"0.500rem"}},"textpairing-body-bold":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-bold-meta":{label:{variant:"text-body-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-bold":{label:{variant:"text-body-meta-bold"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-medium":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-regular"},container:{gap:"0.250rem"}},"textpairing-body-regular-meta":{label:{variant:"text-body-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-medium-meta":{label:{variant:"text-body-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.250rem"}},"textpairing-body-meta-medium":{label:{variant:"text-body-meta-medium"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}},"textpairing-body-meta-regular":{label:{variant:"text-body-meta-regular"},subLabel:{variant:"text-body-meta-regular"},container:{gap:"0.125rem"}}}}},fonts:{body:"Centra No2",heading:"Centra No2"},...d.C}}},9008:function(a,c,s){a.exports=s(79201)},92703:function(a,c,s){"use strict";var d=s(50414);function emptyFunction(){}function emptyFunctionWithReset(){}emptyFunctionWithReset.resetWarningCache=emptyFunction,a.exports=function(){function shim(a,c,s,u,p,h){if(h!==d){var v=Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw v.name="Invariant Violation",v}}function getShim(){return shim}shim.isRequired=shim;var a={array:shim,bigint:shim,bool:shim,func:shim,number:shim,object:shim,string:shim,symbol:shim,any:shim,arrayOf:getShim,element:shim,elementType:shim,instanceOf:getShim,node:shim,objectOf:getShim,oneOf:getShim,oneOfType:getShim,shape:getShim,exact:getShim,checkPropTypes:emptyFunctionWithReset,resetWarningCache:emptyFunction};return a.PropTypes=a,a}},45697:function(a,c,s){a.exports=s(92703)()},50414:function(a){"use strict";a.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},69590:function(a){var c="undefined"!=typeof Element,s="function"==typeof Map,d="function"==typeof Set,u="function"==typeof ArrayBuffer&&!!ArrayBuffer.isView;function equal(a,p){if(a===p)return!0;if(a&&p&&"object"==typeof a&&"object"==typeof p){var h,v,g,y;if(a.constructor!==p.constructor)return!1;if(Array.isArray(a)){if((h=a.length)!=p.length)return!1;for(v=h;0!=v--;)if(!equal(a[v],p[v]))return!1;return!0}if(s&&a instanceof Map&&p instanceof Map){if(a.size!==p.size)return!1;for(y=a.entries();!(v=y.next()).done;)if(!p.has(v.value[0]))return!1;for(y=a.entries();!(v=y.next()).done;)if(!equal(v.value[1],p.get(v.value[0])))return!1;return!0}if(d&&a instanceof Set&&p instanceof Set){if(a.size!==p.size)return!1;for(y=a.entries();!(v=y.next()).done;)if(!p.has(v.value[0]))return!1;return!0}if(u&&ArrayBuffer.isView(a)&&ArrayBuffer.isView(p)){if((h=a.length)!=p.length)return!1;for(v=h;0!=v--;)if(a[v]!==p[v])return!1;return!0}if(a.constructor===RegExp)return a.source===p.source&&a.flags===p.flags;if(a.valueOf!==Object.prototype.valueOf&&"function"==typeof a.valueOf&&"function"==typeof p.valueOf)return a.valueOf()===p.valueOf();if(a.toString!==Object.prototype.toString&&"function"==typeof a.toString&&"function"==typeof p.toString)return a.toString()===p.toString();if((h=(g=Object.keys(a)).length)!==Object.keys(p).length)return!1;for(v=h;0!=v--;)if(!Object.prototype.hasOwnProperty.call(p,g[v]))return!1;if(c&&a instanceof Element)return!1;for(v=h;0!=v--;)if(("_owner"!==g[v]&&"__v"!==g[v]&&"__o"!==g[v]||!a.$$typeof)&&!equal(a[g[v]],p[g[v]]))return!1;return!0}return a!=a&&p!=p}a.exports=function(a,c){try{return equal(a,c)}catch(a){if((a.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw a}}},99594:function(a,c,s){"use strict";s.r(c),s.d(c,{AutoFocusInside:function(){return V},FocusLockUI:function(){return w},FreeFocusInside:function(){return U},InFocusGuard:function(){return M},MoveFocusInside:function(){return q},default:function(){return G},useFocusInside:function(){return useFocusInside}});var d=s(63366),u=s(87462),p=s(67294),h="data-focus-lock",v="data-focus-lock-disabled",g="data-no-focus-lock",y="data-autofocus-inside",m=s(99495),k={width:"1px",height:"0px",padding:0,overflow:"hidden",position:"fixed",top:"1px",left:"1px"},InFocusGuard=function(a){var c=a.children;return p.createElement(p.Fragment,null,p.createElement("div",{key:"guard-first","data-focus-guard":!0,"data-focus-auto-guard":!0,style:k}),c,c&&p.createElement("div",{key:"guard-last","data-focus-guard":!0,"data-focus-auto-guard":!0,style:k}))};InFocusGuard.propTypes={},InFocusGuard.defaultProps={children:null};var M=InFocusGuard,b=s(87122),I=(0,b.s)({},function(a){return{target:a.target,currentTarget:a.currentTarget}}),C=(0,b.s)(),x=(0,b.s)(),R=(0,b._)({async:!0}),S=[],_=p.forwardRef(function(a,c){var s,d=p.useState(),g=d[0],y=d[1],M=p.useRef(),b=p.useRef(!1),x=p.useRef(null),_=a.children,w=a.disabled,P=a.noFocusGuards,O=a.persistentFocus,F=a.crossFrame,D=a.autoFocus,j=(a.allowTextSelection,a.group),E=a.className,T=a.whiteList,B=a.hasPositiveIndices,N=a.shards,$=void 0===N?S:N,L=a.as,W=void 0===L?"div":L,H=a.lockProps,V=void 0===H?{}:H,q=a.sideCar,U=a.returnFocus,G=a.focusOptions,X=a.onActivation,K=a.onDeactivation,Y=p.useState({})[0],Z=p.useCallback(function(){x.current=x.current||document&&document.activeElement,M.current&&X&&X(M.current),b.current=!0},[X]),Q=p.useCallback(function(){b.current=!1,K&&K(M.current)},[K]);(0,p.useEffect)(function(){w||(x.current=null)},[]);var J=p.useCallback(function(a){var c=x.current;if(c&&c.focus){var s="function"==typeof U?U(c):U;if(s){var d="object"==typeof s?s:void 0;x.current=null,a?Promise.resolve().then(function(){return c.focus(d)}):c.focus(d)}}},[U]),ee=p.useCallback(function(a){b.current&&I.useMedium(a)},[]),et=C.useMedium,ea=p.useCallback(function(a){M.current!==a&&(M.current=a,y(a))},[]),en=(0,u.Z)(((s={})[v]=w&&"disabled",s[h]=j,s),V),er=!0!==P,eo=er&&"tail"!==P,el=(0,m.q)([c,ea]);return p.createElement(p.Fragment,null,er&&[p.createElement("div",{key:"guard-first","data-focus-guard":!0,tabIndex:w?-1:0,style:k}),B?p.createElement("div",{key:"guard-nearest","data-focus-guard":!0,tabIndex:w?-1:1,style:k}):null],!w&&p.createElement(q,{id:Y,sideCar:R,observed:g,disabled:w,persistentFocus:O,crossFrame:F,autoFocus:D,whiteList:T,shards:$,onActivation:Z,onDeactivation:Q,returnFocus:J,focusOptions:G}),p.createElement(W,(0,u.Z)({ref:el},en,{className:E,onBlur:et,onFocus:ee}),_),eo&&p.createElement("div",{"data-focus-guard":!0,tabIndex:w?-1:0,style:k}))});_.propTypes={},_.defaultProps={children:void 0,disabled:!1,returnFocus:!1,focusOptions:void 0,noFocusGuards:!1,autoFocus:!0,persistentFocus:!1,crossFrame:!0,hasPositiveIndices:void 0,allowTextSelection:void 0,group:void 0,className:void 0,whiteList:void 0,shards:void 0,as:"div",lockProps:{},onActivation:void 0,onDeactivation:void 0};var w=_;function _setPrototypeOf(a,c){return(_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(a,c){return a.__proto__=c,a})(a,c)}function _inheritsLoose(a,c){a.prototype=Object.create(c.prototype),a.prototype.constructor=a,_setPrototypeOf(a,c)}var P=s(81180),toArray=function(a){for(var c=Array(a.length),s=0;s=0}).sort(tabSort)},O="button:enabled,select:enabled,textarea:enabled,input:enabled,a[href],area[href],summary,iframe,object,embed,audio[controls],video[controls],[tabindex],[contenteditable],[autofocus]",F="".concat(O,", [data-focus-guard]"),getFocusablesWithShadowDom=function(a,c){return toArray((a.shadowRoot||a).children).reduce(function(a,s){return a.concat(s.matches(c?F:O)?[s]:[],getFocusablesWithShadowDom(s))},[])},getFocusablesWithIFrame=function(a,c){var s;return a instanceof HTMLIFrameElement&&(null===(s=a.contentDocument)||void 0===s?void 0:s.body)?getFocusables([a.contentDocument.body],c):[a]},getFocusables=function(a,c){return a.reduce(function(a,s){var d,u=getFocusablesWithShadowDom(s,c),p=(d=[]).concat.apply(d,u.map(function(a){return getFocusablesWithIFrame(a,c)}));return a.concat(p,s.parentNode?toArray(s.parentNode.querySelectorAll(O)).filter(function(a){return a===s}):[])},[])},filterFocusable=function(a,c){return toArray(a).filter(function(a){return isVisibleCached(c,a)}).filter(function(a){return!((isHTMLInputElement(a)||"BUTTON"===a.tagName)&&("hidden"===a.type||a.disabled))})},filterAutoFocusable=function(a,c){return void 0===c&&(c=new Map),toArray(a).filter(function(a){return isAutoFocusAllowedCached(c,a)})},getTabbableNodes=function(a,c,s){return orderByTabIndex(filterFocusable(getFocusables(a,s),c),!0,s)},getFocusableNodes=function(a,c){return orderByTabIndex(filterFocusable(getFocusables(a),c),!1)},contains=function(a,c){return a.shadowRoot?contains(a.shadowRoot,c):!!(void 0!==Object.getPrototypeOf(a).contains&&Object.getPrototypeOf(a).contains.call(a,c))||toArray(a.children).some(function(a){var s;if(a instanceof HTMLIFrameElement){var d=null===(s=a.contentDocument)||void 0===s?void 0:s.body;return!!d&&contains(d,c)}return contains(a,c)})},safeProbe=function(a){try{return a()}catch(a){return}},getActiveElement=function(a){if(void 0===a&&(a=document),a&&a.activeElement){var c=a.activeElement;return c.shadowRoot?getActiveElement(c.shadowRoot):c instanceof HTMLIFrameElement&&safeProbe(function(){return c.contentWindow.document})?getActiveElement(c.contentWindow.document):c}},focusIsHidden=function(a){void 0===a&&(a=document);var c=getActiveElement(a);return!!c&&toArray(a.querySelectorAll("[".concat(g,"]"))).some(function(a){return contains(a,c)})},filterNested=function(a){for(var c=new Set,s=a.length,d=0;d0&&c.add(u),(p&Node.DOCUMENT_POSITION_CONTAINS)>0&&c.add(d)}return a.filter(function(a,s){return!c.has(s)})},getTopParent=function(a){return a.parentNode?getTopParent(a.parentNode):a},getAllAffectedNodes=function(a){return asArray(a).filter(Boolean).reduce(function(a,c){var s=c.getAttribute(h);return a.push.apply(a,s?filterNested(toArray(getTopParent(c).querySelectorAll("[".concat(h,'="').concat(s,'"]:not([').concat(v,'="disabled"])')))):[c]),a},[])},focusInside=function(a,c){return void 0===c&&(c=getActiveElement(getFirst(a).ownerDocument)),!!c&&(!c.dataset||!c.dataset.focusGuard)&&getAllAffectedNodes(a).some(function(a){var s;return contains(a,c)||(s=c,!!toArray(a.querySelectorAll("iframe")).some(function(a){return a===s}))})},focusOn=function(a,c){"focus"in a&&a.focus(c),"contentWindow"in a&&a.contentWindow&&a.contentWindow.focus()},correctNode=function(a,c){return isRadioElement(a)&&a.name&&c.filter(isRadioElement).filter(function(c){return c.name===a.name}).filter(function(a){return a.checked})[0]||a},correctNodes=function(a){var c=new Set;return a.forEach(function(s){return c.add(correctNode(s,a))}),a.filter(function(a){return c.has(a)})},pickFirstFocus=function(a){return a[0]&&a.length>1?correctNode(a[0],a):a[0]},pickFocusable=function(a,c){return a.length>1?a.indexOf(correctNode(a[c],a)):c},D="NEW_FOCUS",newFocus=function(a,c,s,d){var u=a.length,p=a[0],h=a[u-1],v=isGuard(s);if(!(s&&a.indexOf(s)>=0)){var g=void 0!==s?c.indexOf(s):-1,y=d?c.indexOf(d):g,m=d?a.indexOf(d):-1,k=g-y,M=c.indexOf(p),b=c.indexOf(h),I=correctNodes(c),C=(void 0!==s?I.indexOf(s):-1)-(d?I.indexOf(d):g),x=pickFocusable(a,0),R=pickFocusable(a,u-1);if(-1===g||-1===m)return D;if(!k&&m>=0)return m;if(g<=M&&v&&Math.abs(k)>1)return R;if(g>=b&&v&&Math.abs(k)>1)return x;if(k&&Math.abs(C)>1)return m;if(g<=M)return R;if(g>b)return x;if(k)return Math.abs(k)>1?m:(u+m+k)%u}},pickAutofocus=function(a,c,s){var d=filterAutoFocusable(a.map(function(a){return a.node}).filter(function(a){var c,d=null===(c=getDataset(a))||void 0===c?void 0:c.autofocus;return a.autofocus||void 0!==d&&"false"!==d||s.indexOf(a)>=0}));return d&&d.length?pickFirstFocus(d):pickFirstFocus(filterAutoFocusable(c))},getParents=function(a,c){return void 0===c&&(c=[]),c.push(a),a.parentNode&&getParents(a.parentNode.host||a.parentNode,c),c},getCommonParent=function(a,c){for(var s=getParents(a),d=getParents(c),u=0;u=0)return p}return!1},getTopCommonParent=function(a,c,s){var d=asArray(a),u=asArray(c),p=d[0],h=!1;return u.filter(Boolean).forEach(function(a){h=getCommonParent(h||a,a)||h,s.filter(Boolean).forEach(function(a){var c=getCommonParent(p,a);c&&(h=!h||contains(c,h)?c:getCommonParent(c,h))})}),h},reorderNodes=function(a,c){var s=new Map;return c.forEach(function(a){return s.set(a.node,a)}),a.map(function(a){return s.get(a)}).filter(isDefined)},focusSolver=function(a,c){var s=getActiveElement(asArray(a).length>0?document:getFirst(a).ownerDocument),d=getAllAffectedNodes(a).filter(isNotAGuard),u=getTopCommonParent(s||a,a,d),p=new Map,h=getFocusableNodes(d,p),v=getTabbableNodes(d,p).filter(function(a){return isNotAGuard(a.node)});if(v[0]||(v=h)[0]){var g=getFocusableNodes([u],p).map(function(a){return a.node}),m=reorderNodes(g,v),k=m.map(function(a){return a.node}),M=newFocus(k,g,s,c);if(M===D){var b=pickAutofocus(h,k,d.reduce(function(a,c){return a.concat(filterFocusable(toArray(c.querySelectorAll("[".concat(y,"]"))).map(function(a){return getFocusables([a])}).reduce(function(a,c){return a.concat(c)},[]),p))},[]));return b?{node:b}:void console.warn("focus-lock: cannot find any node to move focus into")}return void 0===M?M:m[M]}},j=0,E=!1,moveFocusInside=function(a,c,s){void 0===s&&(s={});var d=focusSolver(a,c);if(!E&&d){if(j>2){console.error("FocusLock: focus-fighting detected. Only one focus management system could be active. See https://github.com/theKashey/focus-lock/#focus-fighting"),E=!0,setTimeout(function(){E=!1},1);return}j++,focusOn(d.node,s.focusOptions),j--}},expandFocusableNodes=function(a){var c=getAllAffectedNodes(a).filter(isNotAGuard),s=getTopCommonParent(a,a,c),d=new Map,u=getTabbableNodes([s],d,!0),p=getTabbableNodes(c,d).filter(function(a){return isNotAGuard(a.node)}).map(function(a){return a.node});return u.map(function(a){var c=a.node;return{node:c,index:a.index,lockItem:p.indexOf(c)>=0,guard:isGuard(c)}})};function deferAction(a){setTimeout(a,1)}var inlineProp=function(a,c){var s={};return s[a]=c,s},T=null,B=null,N=null,$=!1,recordPortal=function(a,c){N={observerNode:a,portaledElement:c}};function autoGuard(a,c,s,d){var u=null,p=a;do{var h=d[p];if(h.guard)h.node.dataset.focusAutoGuard&&(u=h);else if(h.lockItem){if(p!==a)return;u=null}else break}while((p+=s)!==c);u&&(u.node.tabIndex=0)}var extractRef=function(a){return a&&"current"in a?a.current:a},activateTrap=function(){var a=!1;if(T){var c=T,s=c.observed,d=c.persistentFocus,u=c.autoFocus,p=c.shards,h=c.crossFrame,v=c.focusOptions,g=s||N&&N.portaledElement,y=document&&document.activeElement;if(g){var m=[g].concat(p.map(extractRef).filter(Boolean));if((!y||(T.whiteList||function(){return!0})(y))&&(d||(h?!!$:"meanwhile"===$)||!(document&&document.activeElement===document.body||focusIsHidden())||!B&&u)&&(g&&!(focusInside(m)||y&&m.some(function(a){return function checkInHost(a,c,s){return c&&(c.host===a&&(!c.activeElement||s.contains(c.activeElement))||c.parentNode&&checkInHost(a,c.parentNode,s))}(y,a,a)})||N&&N.portaledElement===y)&&(document&&!B&&y&&!u?(y.blur&&y.blur(),document.body.focus()):(a=moveFocusInside(m,B,{focusOptions:v}),N={})),$=!1,B=document&&document.activeElement),document){var k=document&&document.activeElement,M=expandFocusableNodes(m),b=M.map(function(a){return a.node}).indexOf(k);b>-1&&(M.filter(function(a){var c=a.guard,s=a.node;return c&&s.dataset.focusAutoGuard}).forEach(function(a){return a.node.removeAttribute("tabIndex")}),autoGuard(b,M.length,1,M),autoGuard(b,-1,-1,M))}}}return a},onTrap=function(a){activateTrap()&&a&&(a.stopPropagation(),a.preventDefault())},onBlur=function(){return deferAction(activateTrap)},onWindowBlur=function(){$="just",deferAction(function(){$="meanwhile"})},attachHandler=function(){document.addEventListener("focusin",onTrap),document.addEventListener("focusout",onBlur),window.addEventListener("blur",onWindowBlur)},detachHandler=function(){document.removeEventListener("focusin",onTrap),document.removeEventListener("focusout",onBlur),window.removeEventListener("blur",onWindowBlur)};function reducePropsToState(a){return a.filter(function(a){return!a.disabled})}function handleStateChangeOnClient(a){var c=a.slice(-1)[0];c&&!T&&attachHandler();var s=T,d=s&&c&&c.id===s.id;T=c,!s||d||(s.onDeactivation(),a.filter(function(a){return a.id===s.id}).length||s.returnFocus(!c)),c?(B=null,d&&s.observed===c.observed||c.onActivation(),activateTrap(!0),deferAction(activateTrap)):(detachHandler(),B=null)}I.assignSyncMedium(function(a){var c=a.target,s=a.currentTarget;s.contains(c)||recordPortal(s,c)}),C.assignMedium(onBlur),x.assignMedium(function(a){return a({moveFocusInside:moveFocusInside,focusInside:focusInside})});var L=(function(a,c){function getDisplayName(a){return a.displayName||a.name||"Component"}return function(s){var d,u=[];function emitChange(){c(d=a(u.map(function(a){return a.props})))}var h=function(a){function SideEffect(){return a.apply(this,arguments)||this}_inheritsLoose(SideEffect,a),SideEffect.peek=function(){return d};var c=SideEffect.prototype;return c.componentDidMount=function(){u.push(this),emitChange()},c.componentDidUpdate=function(){emitChange()},c.componentWillUnmount=function(){var a=u.indexOf(this);u.splice(a,1),emitChange()},c.render=function(){return p.createElement(s,this.props)},SideEffect}(p.PureComponent);return(0,P.Z)(h,"displayName","SideEffect("+getDisplayName(s)+")"),h}})(reducePropsToState,handleStateChangeOnClient)(function(){return null}),W=p.forwardRef(function(a,c){return p.createElement(w,(0,u.Z)({sideCar:L,ref:c},a))}),H=w.propTypes||{};H.sideCar,(0,d.Z)(H,["sideCar"]),W.propTypes={};var AutoFocusInside=function(a){var c=a.disabled,s=void 0!==c&&c,d=a.children,h=a.className;return p.createElement("div",(0,u.Z)({},inlineProp(y,!s),{className:void 0===h?void 0:h}),d)};AutoFocusInside.propTypes={};var V=AutoFocusInside,useFocusInside=function(a){p.useEffect(function(){var c=!0;return x.useMedium(function(s){var d=a&&a.current;c&&d&&!s.focusInside(d)&&s.moveFocusInside(d,null)}),function(){c=!1}},[a])};function MoveFocusInside(a){var c=a.disabled,s=a.className,d=a.children,h=p.useRef(null);return useFocusInside(c?void 0:h),p.createElement("div",(0,u.Z)({},inlineProp(y,!c),{ref:h,className:s}),d)}MoveFocusInside.propTypes={},MoveFocusInside.defaultProps={disabled:!1,className:void 0};var q=MoveFocusInside,FreeFocusInside=function(a){var c=a.children,s=a.className;return p.createElement("div",(0,u.Z)({},inlineProp(g,!0),{className:s}),c)};FreeFocusInside.propTypes={},FreeFocusInside.defaultProps={className:void 0};var U=FreeFocusInside,G=W},69921:function(a,c){"use strict";/** @license React v16.13.1 * react-is.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */var s="function"==typeof Symbol&&Symbol.for,d=s?Symbol.for("react.element"):60103,u=s?Symbol.for("react.portal"):60106,p=s?Symbol.for("react.fragment"):60107,h=s?Symbol.for("react.strict_mode"):60108,v=s?Symbol.for("react.profiler"):60114,g=s?Symbol.for("react.provider"):60109,y=s?Symbol.for("react.context"):60110,m=s?Symbol.for("react.async_mode"):60111,k=s?Symbol.for("react.concurrent_mode"):60111,M=s?Symbol.for("react.forward_ref"):60112,b=s?Symbol.for("react.suspense"):60113,I=s?Symbol.for("react.suspense_list"):60120,C=s?Symbol.for("react.memo"):60115,x=s?Symbol.for("react.lazy"):60116,R=s?Symbol.for("react.block"):60121,S=s?Symbol.for("react.fundamental"):60117,_=s?Symbol.for("react.responder"):60118,w=s?Symbol.for("react.scope"):60119;function z(a){if("object"==typeof a&&null!==a){var c=a.$$typeof;switch(c){case d:switch(a=a.type){case m:case k:case p:case v:case h:case b:return a;default:switch(a=a&&a.$$typeof){case y:case M:case x:case C:case g:return a;default:return c}}case u:return c}}}function A(a){return z(a)===k}c.AsyncMode=m,c.ConcurrentMode=k,c.ContextConsumer=y,c.ContextProvider=g,c.Element=d,c.ForwardRef=M,c.Fragment=p,c.Lazy=x,c.Memo=C,c.Portal=u,c.Profiler=v,c.StrictMode=h,c.Suspense=b,c.isAsyncMode=function(a){return A(a)||z(a)===m},c.isConcurrentMode=A,c.isContextConsumer=function(a){return z(a)===y},c.isContextProvider=function(a){return z(a)===g},c.isElement=function(a){return"object"==typeof a&&null!==a&&a.$$typeof===d},c.isForwardRef=function(a){return z(a)===M},c.isFragment=function(a){return z(a)===p},c.isLazy=function(a){return z(a)===x},c.isMemo=function(a){return z(a)===C},c.isPortal=function(a){return z(a)===u},c.isProfiler=function(a){return z(a)===v},c.isStrictMode=function(a){return z(a)===h},c.isSuspense=function(a){return z(a)===b},c.isValidElementType=function(a){return"string"==typeof a||"function"==typeof a||a===p||a===k||a===v||a===h||a===b||a===I||"object"==typeof a&&null!==a&&(a.$$typeof===x||a.$$typeof===C||a.$$typeof===g||a.$$typeof===y||a.$$typeof===M||a.$$typeof===S||a.$$typeof===_||a.$$typeof===w||a.$$typeof===R)},c.typeOf=z},59864:function(a,c,s){"use strict";a.exports=s(69921)},80846:function(a,c,s){"use strict";s.r(c),s.d(c,{RemoveScroll:function(){return w}});var d,__assign=function(){return(__assign=Object.assign||function(a){for(var c,s=1,d=arguments.length;sc.indexOf(d)&&(s[d]=a[d]);if(null!=a&&"function"==typeof Object.getOwnPropertySymbols)for(var u=0,d=Object.getOwnPropertySymbols(a);uc.indexOf(d[u])&&Object.prototype.propertyIsEnumerable.call(a,d[u])&&(s[d[u]]=a[d[u]]);return s}function __spreadArray(a,c,s){if(s||2==arguments.length)for(var d,u=0,p=c.length;u