p),S=g>=ez[0]&&g<=ez[ez.length-1],j=(0,en.valueToPercent)(g,d,p);j=eb?100-j:j;let N={position:"absolute",pointerEvents:"none",...orient({orientation:P,vertical:{bottom:`${j}%`},horizontal:{left:`${j}%`}})};return{...I,ref:v,id:eH.getMarker(c.value),role:"presentation","aria-hidden":!0,"data-disabled":dataAttr(T),"data-invalid":dataAttr(!R),"data-highlighted":dataAttr(S),style:{...c.style,...N}}},[T,eb,p,d,P,ez,eH]),e9=(0,er.useCallback)((c,d=null)=>{let{index:p,...v}=c;return{...v,ref:d,id:eH.getInput(p),type:"hidden",value:ez[p],name:Array.isArray(ev)?ev[p]:`${ev}-${p}`}},[ev,ez,eH]);return{state:{value:ez,isFocused:eS,isDragging:ex,getThumbPercent:c=>eT[c],getThumbMinValue:c=>eD[c].min,getThumbMaxValue:c=>eD[c].max},actions:eX,getRootProps:e0,getTrackProps:e2,getInnerTrackProps:e3,getThumbProps:e5,getMarkerProps:e6,getInputProps:e9,getOutputProps:e4}}function getValueBounds(c,d,p,v){return c.map((g,I)=>{let R=0===I?d:c[I-1]+v,S=I===c.length-1?p:c[I+1]-v;return{min:R,max:S}})}var ec=p(85893),[ei,es]=(0,P.createContext)({name:"SliderContext",errorMessage:"useSliderContext: `context` is undefined. Seems you forgot to wrap all slider components within "}),[ed,eu]=(0,P.createContext)({name:"RangeSliderStylesContext",errorMessage:"useRangeSliderStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),ep=(0,j.forwardRef)(function(c,d){let p={orientation:"horizontal",...c},v=(0,j.useMultiStyleConfig)("Slider",p),g=(0,j.omitThemingProps)(p),{direction:I}=(0,j.useTheme)();g.direction=I;let{getRootProps:R,...S}=useRangeSlider(g),P=(0,T.useMemo)(()=>({...S,name:p.name}),[S,p.name]);return(0,ec.jsx)(ei,{value:P,children:(0,ec.jsx)(ed,{value:v,children:(0,ec.jsx)(j.chakra.div,{...R({},d),className:"chakra-slider",__css:v.container,children:p.children})})})});ep.displayName="RangeSlider";var eh=(0,j.forwardRef)(function(c,d){let{getThumbProps:p,getInputProps:v,name:g}=es(),I=eu(),R=p(c,d);return(0,ec.jsxs)(j.chakra.div,{...R,className:cx("chakra-slider__thumb",c.className),__css:I.thumb,children:[R.children,g&&(0,ec.jsx)("input",{...v({index:c.index})})]})});eh.displayName="RangeSliderThumb";var ev=(0,j.forwardRef)(function(c,d){let{getTrackProps:p}=es(),v=eu(),g=p(c,d);return(0,ec.jsx)(j.chakra.div,{...g,className:cx("chakra-slider__track",c.className),__css:v.track,"data-testid":"chakra-range-slider-track"})});ev.displayName="RangeSliderTrack";var eg=(0,j.forwardRef)(function(c,d){let{getInnerTrackProps:p}=es(),v=eu(),g=p(c,d);return(0,ec.jsx)(j.chakra.div,{...g,className:"chakra-slider__filled-track",__css:v.filledTrack})});eg.displayName="RangeSliderFilledTrack";var ey=(0,j.forwardRef)(function(c,d){let{getMarkerProps:p}=es(),v=eu(),g=p(c,d);return(0,ec.jsx)(j.chakra.div,{...g,className:cx("chakra-slider__marker",c.className),__css:v.mark})});ey.displayName="RangeSliderMark";var ef=p(65358),em=p(90914),ek=p(95439),eM=p(17381),eb=p(75851),eI=p(40809),eC=p(5092),ex=p(25089),eR=p(57232),eS=p(75715),e_=p(67294);function useSlider(c){var d;let{min:p=0,max:v=100,onChange:g,value:I,defaultValue:R,isReversed:S,direction:P="ltr",orientation:j="horizontal",id:T,isDisabled:N,isReadOnly:$,onChangeStart:U,onChangeEnd:et,step:ea=1,getAriaValueText:en,"aria-valuetext":er,"aria-label":eo,"aria-labelledby":el,name:ec,focusThumbOnChange:ei=!0,...es}=c,ed=(0,eM.useCallbackRef)(U),eu=(0,eM.useCallbackRef)(et),ep=(0,eM.useCallbackRef)(en),eh=getIsReversed({isReversed:S,direction:P,orientation:j}),[ev,eg]=(0,eI.useControllableState)({value:I,defaultValue:null!=R?R:getDefaultValue(p,v),onChange:g}),[ey,ef]=(0,e_.useState)(!1),[em,ew]=(0,e_.useState)(!1),eP=!(N||$),eO=(v-p)/10,eF=ea||(v-p)/100,ez=(0,eS.clampValue)(ev,p,v),eD=v-ez+p,eA=eh?eD:ez,ej=(0,eS.valueToPercent)(eA,p,v),eE="vertical"===j,eT=(0,eR.useLatestRef)({min:p,max:v,step:ea,isDisabled:N,value:ez,isInteractive:eP,isReversed:eh,isVertical:eE,eventSource:null,focusThumbOnChange:ei,orientation:j}),eB=(0,e_.useRef)(null),eN=(0,e_.useRef)(null),eL=(0,e_.useRef)(null),e$=(0,e_.useId)(),eW=null!=T?T:e$,[eH,eV]=[`slider-thumb-${eW}`,`slider-track-${eW}`],eU=(0,e_.useCallback)(c=>{var d,p;if(!eB.current)return;let v=eT.current;v.eventSource="pointer";let g=eB.current.getBoundingClientRect(),{clientX:I,clientY:R}=null!=(p=null==(d=c.touches)?void 0:d[0])?p:c,S=eE?g.bottom-R:I-g.left,P=eE?g.height:g.width,j=S/P;eh&&(j=1-j);let T=(0,eS.percentToValue)(j,v.min,v.max);return v.step&&(T=parseFloat((0,eS.roundValueToStep)(T,v.min,v.step))),T=(0,eS.clampValue)(T,v.min,v.max)},[eE,eh,eT]),eG=(0,e_.useCallback)(c=>{let d=eT.current;d.isInteractive&&(c=parseFloat((0,eS.roundValueToStep)(c,d.min,eF)),eg(c=(0,eS.clampValue)(c,d.min,d.max)))},[eF,eg,eT]),eX=(0,e_.useMemo)(()=>({stepUp(c=eF){let d=eh?ez-c:ez+c;eG(d)},stepDown(c=eF){let d=eh?ez+c:ez-c;eG(d)},reset(){eG(R||0)},stepTo(c){eG(c)}}),[eG,eh,ez,eF,R]),eK=(0,e_.useCallback)(c=>{let d=eT.current,p={ArrowRight:()=>eX.stepUp(),ArrowUp:()=>eX.stepUp(),ArrowLeft:()=>eX.stepDown(),ArrowDown:()=>eX.stepDown(),PageUp:()=>eX.stepUp(eO),PageDown:()=>eX.stepDown(eO),Home:()=>eG(d.min),End:()=>eG(d.max)}[c.key];p&&(c.preventDefault(),c.stopPropagation(),p(c),d.eventSource="keyboard")},[eX,eG,eO,eT]),eY=null!=(d=null==ep?void 0:ep(ez))?d:er,eZ=(0,eC.useSize)(eN),{getThumbStyle:eQ,rootStyle:eJ,trackStyle:e1,innerTrackStyle:e0}=(0,e_.useMemo)(()=>{let c=eT.current,d=null!=eZ?eZ:{width:0,height:0};return getStyles({isReversed:eh,orientation:c.orientation,thumbRects:[d],thumbPercents:[ej]})},[eh,eZ,ej,eT]),e2=(0,e_.useCallback)(()=>{let c=eT.current;c.focusThumbOnChange&&setTimeout(()=>{var c;return null==(c=eN.current)?void 0:c.focus()})},[eT]);function setValueFromPointer(c){let d=eU(c);null!=d&&d!==eT.current.value&&eg(d)}(0,eb.useUpdateEffect)(()=>{let c=eT.current;e2(),"keyboard"===c.eventSource&&(null==eu||eu(c.value))},[ez,eu]),(0,ek.usePanEvent)(eL,{onPanSessionStart(c){let d=eT.current;d.isInteractive&&(ef(!0),e2(),setValueFromPointer(c),null==ed||ed(d.value))},onPanSessionEnd(){let c=eT.current;c.isInteractive&&(ef(!1),null==eu||eu(c.value))},onPan(c){let d=eT.current;d.isInteractive&&setValueFromPointer(c)}});let e3=(0,e_.useCallback)((c={},d=null)=>({...c,...es,ref:(0,ex.mergeRefs)(d,eL),tabIndex:-1,"aria-disabled":ariaAttr(N),"data-focused":dataAttr(em),style:{...c.style,...eJ}}),[es,N,em,eJ]),e5=(0,e_.useCallback)((c={},d=null)=>({...c,ref:(0,ex.mergeRefs)(d,eB),id:eV,"data-disabled":dataAttr(N),style:{...c.style,...e1}}),[N,eV,e1]),e4=(0,e_.useCallback)((c={},d=null)=>({...c,ref:d,style:{...c.style,...e0}}),[e0]),e6=(0,e_.useCallback)((c={},d=null)=>({...c,ref:(0,ex.mergeRefs)(d,eN),role:"slider",tabIndex:eP?0:void 0,id:eH,"data-active":dataAttr(ey),"aria-valuetext":eY,"aria-valuemin":p,"aria-valuemax":v,"aria-valuenow":ez,"aria-orientation":j,"aria-disabled":ariaAttr(N),"aria-readonly":ariaAttr($),"aria-label":eo,"aria-labelledby":eo?void 0:el,style:{...c.style,...eQ(0)},onKeyDown:callAllHandlers(c.onKeyDown,eK),onFocus:callAllHandlers(c.onFocus,()=>ew(!0)),onBlur:callAllHandlers(c.onBlur,()=>ew(!1))}),[eP,eH,ey,eY,p,v,ez,j,N,$,eo,el,eQ,eK]),e9=(0,e_.useCallback)((c,d=null)=>{let g=!(c.valuev),I=ez>=c.value,R=(0,eS.valueToPercent)(c.value,p,v),S={position:"absolute",pointerEvents:"none",...orient2({orientation:j,vertical:{bottom:eh?`${100-R}%`:`${R}%`},horizontal:{left:eh?`${100-R}%`:`${R}%`}})};return{...c,ref:d,role:"presentation","aria-hidden":!0,"data-disabled":dataAttr(N),"data-invalid":dataAttr(!g),"data-highlighted":dataAttr(I),style:{...c.style,...S}}},[N,eh,v,p,j,ez]),e7=(0,e_.useCallback)((c={},d=null)=>({...c,ref:d,type:"hidden",value:ez,name:ec}),[ec,ez]);return{state:{value:ez,isFocused:em,isDragging:ey},actions:eX,getRootProps:e3,getTrackProps:e5,getInnerTrackProps:e4,getThumbProps:e6,getMarkerProps:e9,getInputProps:e7}}function orient2(c){let{orientation:d,vertical:p,horizontal:v}=c;return"vertical"===d?p:v}function getDefaultValue(c,d){return d"}),[eF,ez]=(0,ef.createContext)({name:"SliderStylesContext",hookName:"useSliderStyles",providerName:""}),eD=(0,em.forwardRef)((c,d)=>{var p;let v={...c,orientation:null!=(p=null==c?void 0:c.orientation)?p:"horizontal"},g=(0,em.useMultiStyleConfig)("Slider",v),I=(0,em.omitThemingProps)(v),{direction:R}=(0,em.useTheme)();I.direction=R;let{getInputProps:S,getRootProps:P,...j}=useSlider(I),T=P(),N=S({},d);return(0,ew.jsx)(eP,{value:j,children:(0,ew.jsx)(eF,{value:g,children:(0,ew.jsxs)(em.chakra.div,{...T,className:cx("chakra-slider",v.className),__css:g.container,children:[v.children,(0,ew.jsx)("input",{...N})]})})})});eD.displayName="Slider";var eA=(0,em.forwardRef)((c,d)=>{let{getThumbProps:p}=eO(),v=ez(),g=p(c,d);return(0,ew.jsx)(em.chakra.div,{...g,className:cx("chakra-slider__thumb",c.className),__css:v.thumb})});eA.displayName="SliderThumb";var ej=(0,em.forwardRef)((c,d)=>{let{getTrackProps:p}=eO(),v=ez(),g=p(c,d);return(0,ew.jsx)(em.chakra.div,{...g,className:cx("chakra-slider__track",c.className),__css:v.track})});ej.displayName="SliderTrack";var eE=(0,em.forwardRef)((c,d)=>{let{getInnerTrackProps:p}=eO(),v=ez(),g=p(c,d);return(0,ew.jsx)(em.chakra.div,{...g,className:cx("chakra-slider__filled-track",c.className),__css:v.filledTrack})});eE.displayName="SliderFilledTrack";var eT=(0,em.forwardRef)((c,d)=>{let{getMarkerProps:p}=eO(),v=ez(),g=p(c,d);return(0,ew.jsx)(em.chakra.div,{...g,className:cx("chakra-slider__marker",c.className),__css:v.mark})});eT.displayName="SliderMark"},67070:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{Spinner:()=>$}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(90914),j=p(42409),T=p(85893),N=(0,P.keyframes)({"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(360deg)"}}),$=(0,P.forwardRef)((c,d)=>{let p=(0,P.useStyleConfig)("Spinner",c),{label:v="Loading...",thickness:g="2px",speed:I="0.45s",emptyColor:R="transparent",className:S,...$}=(0,P.omitThemingProps)(c),U=(0,j.cx)("chakra-spinner",S),et={display:"inline-block",borderColor:"currentColor",borderStyle:"solid",borderRadius:"99999px",borderWidth:g,borderBottomColor:R,borderLeftColor:R,animation:`${N} ${I} linear infinite`,...p};return(0,T.jsx)(P.chakra.div,{ref:d,__css:et,className:U,...$,children:v&&(0,T.jsx)(P.chakra.span,{srOnly:!0,children:v})})});$.displayName="Spinner"},93384:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{Stat:()=>et,StatArrow:()=>StatArrow,StatDownArrow:()=>StatDownArrow,StatGroup:()=>ei,StatHelpText:()=>ep,StatLabel:()=>ey,StatNumber:()=>eM,StatUpArrow:()=>StatUpArrow,useStatStyles:()=>U}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(65358),j=p(90914),T=p(42409),N=p(85893),[$,U]=(0,P.createContext)({name:"StatStylesContext",errorMessage:"useStatStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),et=(0,j.forwardRef)(function(c,d){let p=(0,j.useMultiStyleConfig)("Stat",c),v={position:"relative",flex:"1 1 0%",...p.container},{className:g,children:I,...R}=(0,j.omitThemingProps)(c);return(0,N.jsx)($,{value:p,children:(0,N.jsx)(j.chakra.div,{ref:d,...R,className:(0,T.cx)("chakra-stat",g),__css:v,children:(0,N.jsx)("dl",{children:I})})})});et.displayName="Stat";var ea=p(49413),en=p(90914),er=p(85893),StatDownArrow=c=>(0,er.jsx)(ea.Icon,{color:"red.400",...c,children:(0,er.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(c){return(0,er.jsx)(ea.Icon,{color:"green.400",...c,children:(0,er.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(c){let{type:d,"aria-label":p,...v}=c,g=U(),I="increase"===d?StatUpArrow:StatDownArrow;return(0,er.jsxs)(er.Fragment,{children:[(0,er.jsx)(en.chakra.span,{srOnly:!0,children:p||("increase"===d?"increased by":"decreased by")}),(0,er.jsx)(I,{"aria-hidden":!0,...v,__css:g.icon})]})}StatDownArrow.displayName="StatDownArrow",StatUpArrow.displayName="StatUpArrow",StatArrow.displayName="StatArrow";var eo=p(42409),el=p(90914),ec=p(85893),ei=(0,el.forwardRef)(function(c,d){return(0,ec.jsx)(el.chakra.div,{...c,ref:d,role:"group",className:(0,eo.cx)("chakra-stat__group",c.className),__css:{display:"flex",flexWrap:"wrap",justifyContent:"space-around",alignItems:"flex-start"}})});ei.displayName="StatGroup";var es=p(42409),ed=p(90914),eu=p(85893),ep=(0,ed.forwardRef)(function(c,d){let p=U();return(0,eu.jsx)(ed.chakra.dd,{ref:d,...c,className:(0,es.cx)("chakra-stat__help-text",c.className),__css:p.helpText})});ep.displayName="StatHelpText";var eh=p(42409),ev=p(90914),eg=p(85893),ey=(0,ev.forwardRef)(function(c,d){let p=U();return(0,eg.jsx)(ev.chakra.dt,{ref:d,...c,className:(0,eh.cx)("chakra-stat__label",c.className),__css:p.label})});ey.displayName="StatLabel";var ef=p(42409),em=p(90914),ek=p(85893),eM=(0,em.forwardRef)(function(c,d){let p=U();return(0,ek.jsx)(em.chakra.dd,{ref:d,...c,className:(0,ef.cx)("chakra-stat__number",c.className),__css:{...p.number,fontFeatureSettings:"pnum",fontVariantNumeric:"proportional-nums"}})});eM.displayName="StatNumber"},62146:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{Step:()=>er,StepDescription:()=>ei,StepIcon:()=>StepIcon,StepIndicator:()=>StepIndicator,StepIndicatorContent:()=>StepIndicatorContent,StepNumber:()=>em,StepSeparator:()=>eR,StepStatus:()=>StepStatus,StepTitle:()=>eP,Stepper:()=>eA,useStepContext:()=>U,useStepperStyles:()=>ea,useSteps:()=>useSteps}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(42409),j=p(90914),T=p(65358),N=p(90914),[$,U]=(0,T.createContext)({name:"StepContext"}),[et,ea]=(0,N.createStylesContext)("Stepper"),en=p(85893),er=(0,j.forwardRef)(function(c,d){let{orientation:p,status:v,showLastSeparator:g}=U(),I=ea();return(0,en.jsx)(j.chakra.div,{ref:d,"data-status":v,"data-orientation":p,"data-stretch":(0,P.dataAttr)(g),__css:I.step,...c,className:(0,P.cx)("chakra-step",c.className)})}),eo=p(42409),el=p(90914),ec=p(85893),ei=(0,el.forwardRef)(function(c,d){let{status:p}=U(),v=ea();return(0,ec.jsx)(el.chakra.p,{ref:d,"data-status":p,...c,className:(0,eo.cx)("chakra-step__description",c.className),__css:v.description})}),es=p(49413),ed=p(42409),eu=p(85893);function CheckIcon(c){return(0,eu.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 20 20","aria-hidden":"true",height:"1em",width:"1em",...c,children:(0,eu.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 ep=p(85893);function StepIcon(c){let{status:d}=U(),p=ea();return(0,ep.jsx)(es.Icon,{as:"complete"===d?CheckIcon:void 0,__css:p.icon,...c,className:(0,ed.cx)("chakra-step__icon",c.className)})}var eh=p(42409),ev=p(90914),eg=p(42409),ey=p(90914),ef=p(85893),em=(0,ey.forwardRef)(function(c,d){let{children:p,...v}=c,{status:g,index:I}=U(),R=ea();return(0,ef.jsx)(ey.chakra.div,{ref:d,"data-status":g,__css:R.number,...v,className:(0,eg.cx)("chakra-step__number",c.className),children:p||I+1})}),ek=p(42409),eM=p(85893);function StepStatus(c){let{complete:d,incomplete:p,active:v}=c,g=U(),I=null;switch(g.status){case"complete":I=(0,ek.runIfFn)(d,g);break;case"incomplete":I=(0,ek.runIfFn)(p,g);break;case"active":I=(0,ek.runIfFn)(v,g)}return I?(0,eM.jsx)(eM.Fragment,{children:I}):null}var eb=p(85893);function StepIndicator(c){let{status:d}=U(),p=ea();return(0,eb.jsx)(ev.chakra.div,{"data-status":d,...c,__css:p.indicator,className:(0,eh.cx)("chakra-step__indicator",c.className)})}function StepIndicatorContent(){return(0,eb.jsx)(StepStatus,{complete:(0,eb.jsx)(StepIcon,{}),incomplete:(0,eb.jsx)(em,{}),active:(0,eb.jsx)(em,{})})}var eI=p(42409),eC=p(90914),ex=p(85893),eR=(0,eC.forwardRef)(function(c,d){let{orientation:p,status:v,isLast:g,showLastSeparator:I}=U(),R=ea();return g&&!I?null:(0,ex.jsx)(eC.chakra.div,{ref:d,role:"separator","data-orientation":p,"data-status":v,__css:R.separator,...c,className:(0,eI.cx)("chakra-step__separator",c.className)})}),eS=p(42409),e_=p(90914),ew=p(85893),eP=(0,e_.forwardRef)(function(c,d){let{status:p}=U(),v=ea();return(0,ew.jsx)(e_.chakra.h3,{ref:d,"data-status":p,...c,__css:v.title,className:(0,eS.cx)("chakra-step__title",c.className)})}),eO=p(42409),eF=p(90914),ez=p(67294),eD=p(85893),eA=(0,eF.forwardRef)(function(c,d){let p=(0,eF.useMultiStyleConfig)("Stepper",c),{children:v,index:g,orientation:I="horizontal",showLastSeparator:R=!1,...S}=(0,eF.omitThemingProps)(c),P=ez.Children.toArray(v),j=P.length;function getStatus(c){return cg?"incomplete":"active"}return(0,eD.jsx)(eF.chakra.div,{ref:d,"aria-label":"Progress","data-orientation":I,...S,__css:p.stepper,className:(0,eO.cx)("chakra-stepper",c.className),children:(0,eD.jsx)(et,{value:p,children:P.map((c,d)=>(0,eD.jsx)($,{value:{index:d,status:getStatus(d),orientation:I,showLastSeparator:R,count:j,isFirst:0===d,isLast:d===j-1},children:c},d))})})}),ej=p(67294);function useSteps(c={}){let{index:d=0,count:p}=c,[v,g]=(0,ej.useState)(d),I="number"==typeof p?p-1:0;return{activeStep:v,setActiveStep:g,activeStepPercent:v/I,isActiveStep:c=>c===v,isCompleteStep:c=>cc>v,getStatus:c=>cv?"incomplete":"active",goToNext(){g(c=>"number"==typeof p?Math.min(p,c+1):c+1)},goToPrevious(){g(c=>Math.max(0,c-1))}}}},77504:function(c,d,p){"use strict";var v=Object.create,g=Object.defineProperty,I=Object.getOwnPropertyDescriptor,R=Object.getOwnPropertyNames,S=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty,__copyProps=(c,d,p,v)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let S of R(d))P.call(c,S)||S===p||g(c,S,{get:()=>d[S],enumerable:!(v=I(d,S))||v.enumerable});return c},__toESM=(c,d,p)=>(p=null!=c?v(S(c)):{},__copyProps(!d&&c&&c.__esModule?p:g(p,"default",{value:c,enumerable:!0}),c)),j={};((c,d)=>{for(var p in d)g(c,p,{get:d[p],enumerable:!0})})(j,{addPrefix:()=>addPrefix,background:()=>ec,border:()=>ei,calc:()=>eO,color:()=>es,createMultiStyleConfigHelpers:()=>createMultiStyleConfigHelpers,css:()=>css,cssVar:()=>cssVar,defineCssVars:()=>defineCssVars,defineStyle:()=>defineStyle,defineStyleConfig:()=>defineStyleConfig,effect:()=>ed,filter:()=>eu,flattenTokens:()=>flattenTokens,flexbox:()=>ep,getCSSVar:()=>getCSSVar,getCss:()=>getCss,grid:()=>eh,interactivity:()=>ev,isStyleProp:()=>isStyleProp,layout:()=>eg,layoutPropNames:()=>e$,list:()=>ey,omitThemingProps:()=>omitThemingProps,others:()=>eM,position:()=>eb,propNames:()=>eW,pseudoPropNames:()=>ej,pseudoSelectors:()=>eA,resolveStyleConfig:()=>resolveStyleConfig,ring:()=>eI,scroll:()=>ew,space:()=>eC,systemProps:()=>eL,textDecoration:()=>ex,toCSSVar:()=>toCSSVar,toVarDefinition:()=>toVarDefinition,toVarReference:()=>toVarReference,tokenToCSSVar:()=>tokenToCSSVar,transform:()=>eR,transition:()=>eS,typography:()=>e_}),c.exports=__copyProps(g({},"__esModule",{value:!0}),j);var T=p(42409),isImportant=c=>/!(important)?$/.test(c),withoutImportant=c=>"string"==typeof c?c.replace(/!(important)?$/,"").trim():c,tokenToCSSVar=(c,d)=>p=>{let v=String(d),g=isImportant(v),I=withoutImportant(v),R=c?`${c}.${I}`:I,S=(0,T.isObject)(p.__cssMap)&&R in p.__cssMap?p.__cssMap[R].varRef:d;return S=withoutImportant(S),g?`${S} !important`:S};function createTransform(c){let{scale:d,transform:p,compose:v}=c;return(c,g)=>{var I;let R=tokenToCSSVar(d,c)(g),S=null!=(I=null==p?void 0:p(R,g))?I:R;return v&&(S=v(S,g)),S}}var pipe=(...c)=>d=>c.reduce((c,d)=>d(c),d);function toConfig(c,d){return p=>{let v={property:p,scale:c};return v.transform=createTransform({scale:c,transform:d}),v}}var getRtl=({rtl:c,ltr:d})=>p=>"rtl"===p.direction?c:d;function logical(c){let{property:d,scale:p,transform:v}=c;return{scale:p,property:getRtl(d),transform:p?createTransform({scale:p,compose:v}):v}}var N=["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))",...N].join(" ")}function getTransformGpuTemplate(){return["translate3d(var(--chakra-translate-x, 0), var(--chakra-translate-y, 0), 0)",...N].join(" ")}var $={"--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)"},U={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(c){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":c,boxShadow:"var(--chakra-ring-offset-shadow), var(--chakra-ring-shadow), var(--chakra-shadow, 0 0 #0000)"}}var et={"row-reverse":{space:"--chakra-space-x-reverse",divide:"--chakra-divide-x-reverse"},"column-reverse":{space:"--chakra-space-y-reverse",divide:"--chakra-divide-y-reverse"}},ea={"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"},en=new Set(Object.values(ea)),er=new Set(["none","-moz-initial","inherit","initial","revert","unset"]),trimSpace=c=>c.trim();function parseGradient(c,d){if(null==c||er.has(c))return c;let p=isCSSFunction(c)||er.has(c);if(!p)return`url('${c}')`;let v=/(^[a-z-A-Z]+)\((.*)\)/g.exec(c),g=null==v?void 0:v[1],I=null==v?void 0:v[2];if(!g||!I)return c;let R=g.includes("-gradient")?g:`${g}-gradient`,[S,...P]=I.split(",").map(trimSpace).filter(Boolean);if((null==P?void 0:P.length)===0)return c;let j=S in ea?ea[S]:S;P.unshift(j);let T=P.map(c=>{if(en.has(c))return c;let p=c.indexOf(" "),[v,g]=-1!==p?[c.substr(0,p),c.substr(p+1)]:[c],I=isCSSFunction(g)?g:g&&g.split(" "),R=`colors.${v}`,S=R in d.__cssMap?d.__cssMap[R].varRef:v;return I?[S,...Array.isArray(I)?I:[I]].join(" "):S});return`${R}(${T.join(", ")})`}var isCSSFunction=c=>"string"==typeof c&&c.includes("(")&&c.includes(")");function isCssVar(c){return/^var\(--.+\)$/.test(c)}var analyzeCSSValue=c=>{let d=parseFloat(c.toString()),p=c.toString().replace(String(d),"");return{unitless:!p,value:d,unit:p}},wrap=c=>d=>`${c}(${d})`,eo={filter:c=>"auto"!==c?c:$,backdropFilter:c=>"auto"!==c?c:U,ring:c=>getRingTemplate(eo.px(c)),bgClip:c=>"text"===c?{color:"transparent",backgroundClip:"text"}:{backgroundClip:c},transform:c=>"auto"===c?getTransformTemplate():"auto-gpu"===c?getTransformGpuTemplate():c,vh:c=>"$100vh"===c?"var(--chakra-vh)":c,px(c){if(null==c)return c;let{unitless:d}=analyzeCSSValue(c);return d||"number"==typeof c?`${c}px`:c},fraction:c=>"number"!=typeof c||c>1?c:`${100*c}%`,float:(c,d)=>"rtl"===d.direction?({left:"right",right:"left"})[c]:c,degree(c){if(isCssVar(c)||null==c)return c;let d="string"==typeof c&&!c.endsWith("deg");return"number"==typeof c||d?`${c}deg`:c},gradient:(c,d)=>parseGradient(c,null!=d?d:{}),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(c){if(null==c)return c;let d=isCSSFunction(c)||er.has(c);return d?c:`url(${c})`},outline(c){let d="0"===String(c)||"none"===String(c);return null!==c&&d?{outline:"2px solid transparent",outlineOffset:"2px"}:{outline:c}},flexDirection(c){var d;let{space:p,divide:v}=null!=(d=et[c])?d:{},g={flexDirection:c};return p&&(g[p]=1),v&&(g[v]=1),g}},el={borderWidths:toConfig("borderWidths"),borderStyles:toConfig("borderStyles"),colors:toConfig("colors"),borders:toConfig("borders"),gradients:toConfig("gradients",eo.gradient),radii:toConfig("radii",eo.px),space:toConfig("space",pipe(eo.vh,eo.px)),spaceT:toConfig("space",pipe(eo.vh,eo.px)),degreeT:c=>({property:c,transform:eo.degree}),prop:(c,d,p)=>({property:c,scale:d,...d&&{transform:createTransform({scale:d,transform:p})}}),propT:(c,d)=>({property:c,transform:d}),sizes:toConfig("sizes",pipe(eo.vh,eo.px)),sizesT:toConfig("sizes",pipe(eo.vh,eo.fraction)),shadows:toConfig("shadows"),logical,blur:toConfig("blur",eo.blur)},ec={background:el.colors("background"),backgroundColor:el.colors("backgroundColor"),backgroundImage:el.gradients("backgroundImage"),backgroundSize:!0,backgroundPosition:!0,backgroundRepeat:!0,backgroundAttachment:!0,backgroundClip:{transform:eo.bgClip},bgSize:el.prop("backgroundSize"),bgPosition:el.prop("backgroundPosition"),bg:el.colors("background"),bgColor:el.colors("backgroundColor"),bgPos:el.prop("backgroundPosition"),bgRepeat:el.prop("backgroundRepeat"),bgAttachment:el.prop("backgroundAttachment"),bgGradient:el.gradients("backgroundImage"),bgClip:{transform:eo.bgClip}};Object.assign(ec,{bgImage:ec.backgroundImage,bgImg:ec.backgroundImage});var ei={border:el.borders("border"),borderWidth:el.borderWidths("borderWidth"),borderStyle:el.borderStyles("borderStyle"),borderColor:el.colors("borderColor"),borderRadius:el.radii("borderRadius"),borderTop:el.borders("borderTop"),borderBlockStart:el.borders("borderBlockStart"),borderTopLeftRadius:el.radii("borderTopLeftRadius"),borderStartStartRadius:el.logical({scale:"radii",property:{ltr:"borderTopLeftRadius",rtl:"borderTopRightRadius"}}),borderEndStartRadius:el.logical({scale:"radii",property:{ltr:"borderBottomLeftRadius",rtl:"borderBottomRightRadius"}}),borderTopRightRadius:el.radii("borderTopRightRadius"),borderStartEndRadius:el.logical({scale:"radii",property:{ltr:"borderTopRightRadius",rtl:"borderTopLeftRadius"}}),borderEndEndRadius:el.logical({scale:"radii",property:{ltr:"borderBottomRightRadius",rtl:"borderBottomLeftRadius"}}),borderRight:el.borders("borderRight"),borderInlineEnd:el.borders("borderInlineEnd"),borderBottom:el.borders("borderBottom"),borderBlockEnd:el.borders("borderBlockEnd"),borderBottomLeftRadius:el.radii("borderBottomLeftRadius"),borderBottomRightRadius:el.radii("borderBottomRightRadius"),borderLeft:el.borders("borderLeft"),borderInlineStart:{property:"borderInlineStart",scale:"borders"},borderInlineStartRadius:el.logical({scale:"radii",property:{ltr:["borderTopLeftRadius","borderBottomLeftRadius"],rtl:["borderTopRightRadius","borderBottomRightRadius"]}}),borderInlineEndRadius:el.logical({scale:"radii",property:{ltr:["borderTopRightRadius","borderBottomRightRadius"],rtl:["borderTopLeftRadius","borderBottomLeftRadius"]}}),borderX:el.borders(["borderLeft","borderRight"]),borderInline:el.borders("borderInline"),borderY:el.borders(["borderTop","borderBottom"]),borderBlock:el.borders("borderBlock"),borderTopWidth:el.borderWidths("borderTopWidth"),borderBlockStartWidth:el.borderWidths("borderBlockStartWidth"),borderTopColor:el.colors("borderTopColor"),borderBlockStartColor:el.colors("borderBlockStartColor"),borderTopStyle:el.borderStyles("borderTopStyle"),borderBlockStartStyle:el.borderStyles("borderBlockStartStyle"),borderBottomWidth:el.borderWidths("borderBottomWidth"),borderBlockEndWidth:el.borderWidths("borderBlockEndWidth"),borderBottomColor:el.colors("borderBottomColor"),borderBlockEndColor:el.colors("borderBlockEndColor"),borderBottomStyle:el.borderStyles("borderBottomStyle"),borderBlockEndStyle:el.borderStyles("borderBlockEndStyle"),borderLeftWidth:el.borderWidths("borderLeftWidth"),borderInlineStartWidth:el.borderWidths("borderInlineStartWidth"),borderLeftColor:el.colors("borderLeftColor"),borderInlineStartColor:el.colors("borderInlineStartColor"),borderLeftStyle:el.borderStyles("borderLeftStyle"),borderInlineStartStyle:el.borderStyles("borderInlineStartStyle"),borderRightWidth:el.borderWidths("borderRightWidth"),borderInlineEndWidth:el.borderWidths("borderInlineEndWidth"),borderRightColor:el.colors("borderRightColor"),borderInlineEndColor:el.colors("borderInlineEndColor"),borderRightStyle:el.borderStyles("borderRightStyle"),borderInlineEndStyle:el.borderStyles("borderInlineEndStyle"),borderTopRadius:el.radii(["borderTopLeftRadius","borderTopRightRadius"]),borderBottomRadius:el.radii(["borderBottomLeftRadius","borderBottomRightRadius"]),borderLeftRadius:el.radii(["borderTopLeftRadius","borderBottomLeftRadius"]),borderRightRadius:el.radii(["borderTopRightRadius","borderBottomRightRadius"])};Object.assign(ei,{rounded:ei.borderRadius,roundedTop:ei.borderTopRadius,roundedTopLeft:ei.borderTopLeftRadius,roundedTopRight:ei.borderTopRightRadius,roundedTopStart:ei.borderStartStartRadius,roundedTopEnd:ei.borderStartEndRadius,roundedBottom:ei.borderBottomRadius,roundedBottomLeft:ei.borderBottomLeftRadius,roundedBottomRight:ei.borderBottomRightRadius,roundedBottomStart:ei.borderEndStartRadius,roundedBottomEnd:ei.borderEndEndRadius,roundedLeft:ei.borderLeftRadius,roundedRight:ei.borderRightRadius,roundedStart:ei.borderInlineStartRadius,roundedEnd:ei.borderInlineEndRadius,borderStart:ei.borderInlineStart,borderEnd:ei.borderInlineEnd,borderTopStartRadius:ei.borderStartStartRadius,borderTopEndRadius:ei.borderStartEndRadius,borderBottomStartRadius:ei.borderEndStartRadius,borderBottomEndRadius:ei.borderEndEndRadius,borderStartRadius:ei.borderInlineStartRadius,borderEndRadius:ei.borderInlineEndRadius,borderStartWidth:ei.borderInlineStartWidth,borderEndWidth:ei.borderInlineEndWidth,borderStartColor:ei.borderInlineStartColor,borderEndColor:ei.borderInlineEndColor,borderStartStyle:ei.borderInlineStartStyle,borderEndStyle:ei.borderInlineEndStyle});var es={color:el.colors("color"),textColor:el.colors("color"),fill:el.colors("fill"),stroke:el.colors("stroke")},ed={boxShadow:el.shadows("boxShadow"),mixBlendMode:!0,blendMode:el.prop("mixBlendMode"),backgroundBlendMode:!0,bgBlendMode:el.prop("backgroundBlendMode"),opacity:!0};Object.assign(ed,{shadow:ed.boxShadow});var eu={filter:{transform:eo.filter},blur:el.blur("--chakra-blur"),brightness:el.propT("--chakra-brightness",eo.brightness),contrast:el.propT("--chakra-contrast",eo.contrast),hueRotate:el.degreeT("--chakra-hue-rotate"),invert:el.propT("--chakra-invert",eo.invert),saturate:el.propT("--chakra-saturate",eo.saturate),dropShadow:el.propT("--chakra-drop-shadow",eo.dropShadow),backdropFilter:{transform:eo.backdropFilter},backdropBlur:el.blur("--chakra-backdrop-blur"),backdropBrightness:el.propT("--chakra-backdrop-brightness",eo.brightness),backdropContrast:el.propT("--chakra-backdrop-contrast",eo.contrast),backdropHueRotate:el.degreeT("--chakra-backdrop-hue-rotate"),backdropInvert:el.propT("--chakra-backdrop-invert",eo.invert),backdropSaturate:el.propT("--chakra-backdrop-saturate",eo.saturate)},ep={alignItems:!0,alignContent:!0,justifyItems:!0,justifyContent:!0,flexWrap:!0,flexDirection:{transform:eo.flexDirection},flex:!0,flexFlow:!0,flexGrow:!0,flexShrink:!0,flexBasis:el.sizes("flexBasis"),justifySelf:!0,alignSelf:!0,order:!0,placeItems:!0,placeContent:!0,placeSelf:!0,gap:el.space("gap"),rowGap:el.space("rowGap"),columnGap:el.space("columnGap")};Object.assign(ep,{flexDir:ep.flexDirection});var eh={gridGap:el.space("gridGap"),gridColumnGap:el.space("gridColumnGap"),gridRowGap:el.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},ev={appearance:!0,cursor:!0,resize:!0,userSelect:!0,pointerEvents:!0,outline:{transform:eo.outline},outlineOffset:!0,outlineColor:el.colors("outlineColor")},eg={width:el.sizesT("width"),inlineSize:el.sizesT("inlineSize"),height:el.sizes("height"),blockSize:el.sizes("blockSize"),boxSize:el.sizes(["width","height"]),minWidth:el.sizes("minWidth"),minInlineSize:el.sizes("minInlineSize"),minHeight:el.sizes("minHeight"),minBlockSize:el.sizes("minBlockSize"),maxWidth:el.sizes("maxWidth"),maxInlineSize:el.sizes("maxInlineSize"),maxHeight:el.sizes("maxHeight"),maxBlockSize:el.sizes("maxBlockSize"),overflow:!0,overflowX:!0,overflowY:!0,overscrollBehavior:!0,overscrollBehaviorX:!0,overscrollBehaviorY:!0,display:!0,aspectRatio:!0,hideFrom:{scale:"breakpoints",transform:(c,d)=>{var p,v,g;let I=null!=(g=null==(v=null==(p=d.__breakpoints)?void 0:p.get(c))?void 0:v.minW)?g:c,R=`@media screen and (min-width: ${I})`;return{[R]:{display:"none"}}}},hideBelow:{scale:"breakpoints",transform:(c,d)=>{var p,v,g;let I=null!=(g=null==(v=null==(p=d.__breakpoints)?void 0:p.get(c))?void 0:v._minW)?g:c,R=`@media screen and (max-width: ${I})`;return{[R]:{display:"none"}}}},verticalAlign:!0,boxSizing:!0,boxDecorationBreak:!0,float:el.propT("float",eo.float),objectFit:!0,objectPosition:!0,visibility:!0,isolation:!0};Object.assign(eg,{w:eg.width,h:eg.height,minW:eg.minWidth,maxW:eg.maxWidth,minH:eg.minHeight,maxH:eg.maxHeight,overscroll:eg.overscrollBehavior,overscrollX:eg.overscrollBehaviorX,overscrollY:eg.overscrollBehaviorY});var ey={listStyleType:!0,listStylePosition:!0,listStylePos:el.prop("listStylePosition"),listStyleImage:!0,listStyleImg:el.prop("listStyleImage")},ef=(c=>{let d=new WeakMap;return(p,v,g,I)=>{if(void 0===p)return c(p,v,g);d.has(p)||d.set(p,new Map);let R=d.get(p);if(R.has(v))return R.get(v);let S=c(p,v,g,I);return R.set(v,S),S}})(function(c,d,p,v){let g="string"==typeof d?d.split("."):[d];for(v=0;v{let v={},g=ef(c,d,{});for(let c in g){let d=c in p&&null!=p[c];d||(v[c]=g[c])}return v},eM={srOnly:{transform:c=>!0===c?em:"focusable"===c?ek:{}},layerStyle:{processResult:!0,transform:(c,d,p)=>getWithPriority(d,`layerStyles.${c}`,p)},textStyle:{processResult:!0,transform:(c,d,p)=>getWithPriority(d,`textStyles.${c}`,p)},apply:{processResult:!0,transform:(c,d,p)=>getWithPriority(d,c,p)}},eb={position:!0,pos:el.prop("position"),zIndex:el.prop("zIndex","zIndices"),inset:el.spaceT("inset"),insetX:el.spaceT(["left","right"]),insetInline:el.spaceT("insetInline"),insetY:el.spaceT(["top","bottom"]),insetBlock:el.spaceT("insetBlock"),top:el.spaceT("top"),insetBlockStart:el.spaceT("insetBlockStart"),bottom:el.spaceT("bottom"),insetBlockEnd:el.spaceT("insetBlockEnd"),left:el.spaceT("left"),insetInlineStart:el.logical({scale:"space",property:{ltr:"left",rtl:"right"}}),right:el.spaceT("right"),insetInlineEnd:el.logical({scale:"space",property:{ltr:"right",rtl:"left"}})};Object.assign(eb,{insetStart:eb.insetInlineStart,insetEnd:eb.insetInlineEnd});var eI={ring:{transform:eo.ring},ringColor:el.colors("--chakra-ring-color"),ringOffset:el.prop("--chakra-ring-offset-width"),ringOffsetColor:el.colors("--chakra-ring-offset-color"),ringInset:el.prop("--chakra-ring-inset")},eC={margin:el.spaceT("margin"),marginTop:el.spaceT("marginTop"),marginBlockStart:el.spaceT("marginBlockStart"),marginRight:el.spaceT("marginRight"),marginInlineEnd:el.spaceT("marginInlineEnd"),marginBottom:el.spaceT("marginBottom"),marginBlockEnd:el.spaceT("marginBlockEnd"),marginLeft:el.spaceT("marginLeft"),marginInlineStart:el.spaceT("marginInlineStart"),marginX:el.spaceT(["marginInlineStart","marginInlineEnd"]),marginInline:el.spaceT("marginInline"),marginY:el.spaceT(["marginTop","marginBottom"]),marginBlock:el.spaceT("marginBlock"),padding:el.space("padding"),paddingTop:el.space("paddingTop"),paddingBlockStart:el.space("paddingBlockStart"),paddingRight:el.space("paddingRight"),paddingBottom:el.space("paddingBottom"),paddingBlockEnd:el.space("paddingBlockEnd"),paddingLeft:el.space("paddingLeft"),paddingInlineStart:el.space("paddingInlineStart"),paddingInlineEnd:el.space("paddingInlineEnd"),paddingX:el.space(["paddingInlineStart","paddingInlineEnd"]),paddingInline:el.space("paddingInline"),paddingY:el.space(["paddingTop","paddingBottom"]),paddingBlock:el.space("paddingBlock")};Object.assign(eC,{m:eC.margin,mt:eC.marginTop,mr:eC.marginRight,me:eC.marginInlineEnd,marginEnd:eC.marginInlineEnd,mb:eC.marginBottom,ml:eC.marginLeft,ms:eC.marginInlineStart,marginStart:eC.marginInlineStart,mx:eC.marginX,my:eC.marginY,p:eC.padding,pt:eC.paddingTop,py:eC.paddingY,px:eC.paddingX,pb:eC.paddingBottom,pl:eC.paddingLeft,ps:eC.paddingInlineStart,paddingStart:eC.paddingInlineStart,pr:eC.paddingRight,pe:eC.paddingInlineEnd,paddingEnd:eC.paddingInlineEnd});var ex={textDecorationColor:el.colors("textDecorationColor"),textDecoration:!0,textDecor:{property:"textDecoration"},textDecorationLine:!0,textDecorationStyle:!0,textDecorationThickness:!0,textUnderlineOffset:!0,textShadow:el.shadows("textShadow")},eR={clipPath:!0,transform:el.propT("transform",eo.transform),transformOrigin:!0,translateX:el.spaceT("--chakra-translate-x"),translateY:el.spaceT("--chakra-translate-y"),skewX:el.degreeT("--chakra-skew-x"),skewY:el.degreeT("--chakra-skew-y"),scaleX:el.prop("--chakra-scale-x"),scaleY:el.prop("--chakra-scale-y"),scale:el.prop(["--chakra-scale-x","--chakra-scale-y"]),rotate:el.degreeT("--chakra-rotate")},eS={transition:!0,transitionDelay:!0,animation:!0,willChange:!0,transitionDuration:el.prop("transitionDuration","transition.duration"),transitionProperty:el.prop("transitionProperty","transition.property"),transitionTimingFunction:el.prop("transitionTimingFunction","transition.easing")},e_={fontFamily:el.prop("fontFamily","fonts"),fontSize:el.prop("fontSize","fontSizes",eo.px),fontWeight:el.prop("fontWeight","fontWeights"),lineHeight:el.prop("lineHeight","lineHeights"),letterSpacing:el.prop("letterSpacing","letterSpacings"),textAlign:!0,fontStyle:!0,textIndent:!0,wordBreak:!0,overflowWrap:!0,textOverflow:!0,textTransform:!0,whiteSpace:!0,isTruncated:{transform(c){if(!0===c)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"}},ew={scrollBehavior:!0,scrollSnapAlign:!0,scrollSnapStop:!0,scrollSnapType:!0,scrollMargin:el.spaceT("scrollMargin"),scrollMarginTop:el.spaceT("scrollMarginTop"),scrollMarginBottom:el.spaceT("scrollMarginBottom"),scrollMarginLeft:el.spaceT("scrollMarginLeft"),scrollMarginRight:el.spaceT("scrollMarginRight"),scrollMarginX:el.spaceT(["scrollMarginLeft","scrollMarginRight"]),scrollMarginY:el.spaceT(["scrollMarginTop","scrollMarginBottom"]),scrollPadding:el.spaceT("scrollPadding"),scrollPaddingTop:el.spaceT("scrollPaddingTop"),scrollPaddingBottom:el.spaceT("scrollPaddingBottom"),scrollPaddingLeft:el.spaceT("scrollPaddingLeft"),scrollPaddingRight:el.spaceT("scrollPaddingRight"),scrollPaddingX:el.spaceT(["scrollPaddingLeft","scrollPaddingRight"]),scrollPaddingY:el.spaceT(["scrollPaddingTop","scrollPaddingBottom"])},eP=p(42409);function resolveReference(c){return(0,eP.isObject)(c)&&c.reference?c.reference:String(c)}var toExpression=(c,...d)=>d.map(resolveReference).join(` ${c} `).replace(/calc/g,""),add=(...c)=>`calc(${toExpression("+",...c)})`,subtract=(...c)=>`calc(${toExpression("-",...c)})`,multiply=(...c)=>`calc(${toExpression("*",...c)})`,divide=(...c)=>`calc(${toExpression("/",...c)})`,negate=c=>{let d=resolveReference(c);return null==d||Number.isNaN(parseFloat(d))?multiply(d,-1):String(d).startsWith("-")?String(d).slice(1):`-${d}`},eO=Object.assign(c=>({add:(...d)=>eO(add(c,...d)),subtract:(...d)=>eO(subtract(c,...d)),multiply:(...d)=>eO(multiply(c,...d)),divide:(...d)=>eO(divide(c,...d)),negate:()=>eO(negate(c)),toString:()=>c.toString()}),{add,subtract,multiply,divide,negate});function replaceWhiteSpace(c,d="-"){return c.replace(/\s+/g,d)}function escape(c){let d=replaceWhiteSpace(c.toString());return escapeSymbol(escapeDot(d))}function escapeDot(c){if(c.includes("\\."))return c;let d=!Number.isInteger(parseFloat(c.toString()));return d?c.replace(".","\\."):c}function escapeSymbol(c){return c.replace(/[!-,/:-@[-^`{-~]/g,"\\$&")}function addPrefix(c,d=""){return[d,c].filter(Boolean).join("-")}function toVarReference(c,d){return`var(${c}${d?`, ${d}`:""})`}function toVarDefinition(c,d=""){return escape(`--${addPrefix(c,d)}`)}function cssVar(c,d,p){let v=toVarDefinition(c,p);return{variable:v,reference:toVarReference(v,d)}}function defineCssVars(c,d){let p={};for(let v of d){if(Array.isArray(v)){let[d,g]=v;p[d]=cssVar(`${c}-${d}`,g);continue}p[v]=cssVar(`${c}-${v}`)}return p}var eF=p(42409);function getLastItem(c){let d=null==c?0:c.length;return d?c[d-1]:void 0}function analyzeCSSValue2(c){let d=parseFloat(c.toString()),p=c.toString().replace(String(d),"");return{unitless:!p,value:d,unit:p}}function px(c){if(null==c)return c;let{unitless:d}=analyzeCSSValue2(c);return d||"number"==typeof c?`${c}px`:c}var sortByBreakpointValue=(c,d)=>parseInt(c[1],10)>parseInt(d[1],10)?1:-1,sortBps=c=>Object.fromEntries(Object.entries(c).sort(sortByBreakpointValue));function normalize(c){let d=sortBps(c);return Object.assign(Object.values(d),d)}function keys(c){let d=Object.keys(sortBps(c));return new Set(d)}function subtract2(c){var d;return c?"number"==typeof(c=null!=(d=px(c))?d:c)?`${c+-.02}`:c.replace(/(\d+\.?\d*)/u,c=>`${parseFloat(c)+-.02}`):c}function toMediaQueryString(c,d){let p=["@media screen"];return c&&p.push("and",`(min-width: ${px(c)})`),d&&p.push("and",`(max-width: ${px(d)})`),p.join(" ")}function analyzeBreakpoints(c){var d;if(!c)return null;c.base=null!=(d=c.base)?d:"0px";let p=normalize(c),v=Object.entries(c).sort(sortByBreakpointValue).map(([c,d],p,v)=>{var g;let[,I]=null!=(g=v[p+1])?g:[];return I=parseFloat(I)>0?subtract2(I):void 0,{_minW:subtract2(d),breakpoint:c,minW:d,maxW:I,maxWQuery:toMediaQueryString(null,I),minWQuery:toMediaQueryString(d),minMaxQuery:toMediaQueryString(d,I)}}),g=keys(c),I=Array.from(g.values());return{keys:g,normalized:p,isResponsive(c){let d=Object.keys(c);return d.length>0&&d.every(c=>g.has(c))},asObject:sortBps(c),asArray:normalize(c),details:v,get:c=>v.find(d=>d.breakpoint===c),media:[null,...p.map(c=>toMediaQueryString(c)).slice(1)],toArrayValue(c){if(!(0,eF.isObject)(c))throw Error("toArrayValue: value must be an object");let d=I.map(d=>{var p;return null!=(p=c[d])?p:null});for(;null===getLastItem(d);)d.pop();return d},toObjectValue(c){if(!Array.isArray(c))throw Error("toObjectValue: value must be an array");return c.reduce((c,d,p)=>{let v=I[p];return null!=v&&null!=d&&(c[v]=d),c},{})}}}var ez=p(42409),eD={hover:(c,d)=>`${c}:hover ${d}, ${c}[data-hover] ${d}`,focus:(c,d)=>`${c}:focus ${d}, ${c}[data-focus] ${d}`,focusVisible:(c,d)=>`${c}:focus-visible ${d}`,focusWithin:(c,d)=>`${c}:focus-within ${d}`,active:(c,d)=>`${c}:active ${d}, ${c}[data-active] ${d}`,disabled:(c,d)=>`${c}:disabled ${d}, ${c}[data-disabled] ${d}`,invalid:(c,d)=>`${c}:invalid ${d}, ${c}[data-invalid] ${d}`,checked:(c,d)=>`${c}:checked ${d}, ${c}[data-checked] ${d}`,placeholderShown:(c,d)=>`${c}:placeholder-shown ${d}`},toGroup=c=>merge(d=>c(d,"&"),"[role=group]","[data-group]",".group"),toPeer=c=>merge(d=>c(d,"~ &"),"[data-peer]",".peer"),merge=(c,...d)=>d.map(c).join(", "),eA={_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(eD.hover),_peerHover:toPeer(eD.hover),_groupFocus:toGroup(eD.focus),_peerFocus:toPeer(eD.focus),_groupFocusVisible:toGroup(eD.focusVisible),_peerFocusVisible:toPeer(eD.focusVisible),_groupActive:toGroup(eD.active),_peerActive:toPeer(eD.active),_groupDisabled:toGroup(eD.disabled),_peerDisabled:toPeer(eD.disabled),_groupInvalid:toGroup(eD.invalid),_peerInvalid:toPeer(eD.invalid),_groupChecked:toGroup(eD.checked),_peerChecked:toPeer(eD.checked),_groupFocusWithin:toGroup(eD.focusWithin),_peerFocusWithin:toPeer(eD.focusWithin),_peerPlaceholderShown:toPeer(eD.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]"},ej=Object.keys(eA),eE=__toESM(p(38554));function tokenToCssVar(c,d){return cssVar(String(c).replace(/\./g,"-"),void 0,d)}function createThemeVars(c,d){let p={},v={};for(let[g,I]of Object.entries(c)){let{isSemantic:R,value:S}=I,{variable:P,reference:j}=tokenToCssVar(g,null==d?void 0:d.cssVarPrefix);if(!R){if(g.startsWith("space")){let c=g.split("."),[d,...p]=c,I=`${d}.-${p.join(".")}`,R=eO.negate(S),T=eO.negate(j);v[I]={value:R,var:P,varRef:T}}p[P]=S,v[g]={value:S,var:P,varRef:j};continue}let lookupToken=p=>{let v=String(g).split(".")[0],I=[v,p].join("."),R=c[I];if(!R)return p;let{reference:S}=tokenToCssVar(I,null==d?void 0:d.cssVarPrefix);return S},T=(0,ez.isObject)(S)?S:{default:S};p=(0,eE.default)(p,Object.entries(T).reduce((c,[d,p])=>{var v;if(!p)return c;let g=lookupToken(`${p}`);if("default"===d)return c[P]=g,c;let I=null!=(v=null==eA?void 0:eA[d])?v:d;return c[I]={[P]:g},c},{})),v[g]={value:j,var:P,varRef:j}}return{cssVars:p,cssMap:v}}function omit(c,d=[]){let p=Object.assign({},c);for(let c of d)c in p&&delete p[c];return p}function pick(c,d){let p={};for(let v of d)v in c&&(p[v]=c[v]);return p}function isObject5(c){return"object"==typeof c&&null!=c&&!Array.isArray(c)}function walkObject(c,d,p={}){let{stop:v,getKey:g}=p;function inner(c,p=[]){var I;if(isObject5(c)||Array.isArray(c)){let R={};for(let[S,P]of Object.entries(c)){let j=null!=(I=null==g?void 0:g(S))?I:S,T=[...p,j];if(null==v?void 0:v(c,T))return d(c,p);R[j]=inner(P,T)}return R}return d(c,p)}return inner(c)}var eT=["colors","borders","borderWidths","borderStyles","fonts","fontSizes","fontWeights","gradients","letterSpacings","lineHeights","radii","space","shadows","sizes","zIndices","transition","blur","breakpoints"];function extractTokens(c){return pick(c,eT)}function extractSemanticTokens(c){return c.semanticTokens}function omitVars(c){let{__cssMap:d,__cssVars:p,__breakpoints:v,...g}=c;return g}var isSemanticCondition=c=>ej.includes(c)||"default"===c;function flattenTokens({tokens:c,semanticTokens:d}){let p={};return walkObject(c,(c,d)=>{null!=c&&(p[d.join(".")]={isSemantic:!1,value:c})}),walkObject(d,(c,d)=>{null!=c&&(p[d.join(".")]={isSemantic:!0,value:c})},{stop:c=>Object.keys(c).every(isSemanticCondition)}),p}function toCSSVar(c){var d;let p=omitVars(c),v=extractTokens(p),g=extractSemanticTokens(p),I=flattenTokens({tokens:v,semanticTokens:g}),R=null==(d=p.config)?void 0:d.cssVarPrefix,{cssMap:S,cssVars:P}=createThemeVars(I,{cssVarPrefix:R});return Object.assign(p,{__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",...P},__cssMap:S,__breakpoints:analyzeBreakpoints(p.breakpoints)}),p}var eB=p(42409),eN=__toESM(p(38554)),eL=(0,__toESM(p(38554)).default)({},ec,ei,es,ep,eg,eu,eI,ev,eh,eM,eb,ed,eC,ew,e_,ex,eR,ey,eS),e$=Object.keys(Object.assign({},eC,eg,ep,eh,eb)),eW=[...Object.keys(eL),...ej],eH={...eL,...eA},isStyleProp=c=>c in eH,eV=p(42409),expandResponsive=c=>d=>{if(!d.__breakpoints)return c;let{isResponsive:p,toArrayValue:v,media:g}=d.__breakpoints,I={};for(let R in c){let S=(0,eV.runIfFn)(c[R],d);if(null==S)continue;if(!Array.isArray(S=(0,eV.isObject)(S)&&p(S)?v(S):S)){I[R]=S;continue}let P=S.slice(0,g.length).length;for(let c=0;cc.startsWith("--")&&"string"==typeof d&&!isCssVar2(d),resolveTokenValue=(c,d)=>{var p,v;if(null==d)return d;let getVar=d=>{var p,v;return null==(v=null==(p=c.__cssMap)?void 0:p[d])?void 0:v.varRef},getValue=c=>{var d;return null!=(d=getVar(c))?d:c},[g,I]=splitByComma(d);return d=null!=(v=null!=(p=getVar(g))?p:getValue(I))?v:getValue(d)};function getCss(c){let{configs:d={},pseudos:p={},theme:v}=c,css2=(c,g=!1)=>{var I,R,S;let P=(0,eB.runIfFn)(c,v),j=expandResponsive(P)(v),T={};for(let c in j){let N=j[c],$=(0,eB.runIfFn)(N,v);c in p&&(c=p[c]),isCSSVariableTokenValue(c,$)&&($=resolveTokenValue(v,$));let U=d[c];if(!0===U&&(U={property:c}),(0,eB.isObject)($)){T[c]=null!=(I=T[c])?I:{},T[c]=(0,eN.default)({},T[c],css2($,!0));continue}let et=null!=(S=null==(R=null==U?void 0:U.transform)?void 0:R.call(U,$,v,P))?S:$;et=(null==U?void 0:U.processResult)?css2(et,!0):et;let ea=(0,eB.runIfFn)(null==U?void 0:U.property,v);if(!g&&(null==U?void 0:U.static)){let c=(0,eB.runIfFn)(U.static,v);T=(0,eN.default)({},T,c)}if(ea&&Array.isArray(ea)){for(let c of ea)T[c]=et;continue}if(ea){"&"===ea&&(0,eB.isObject)(et)?T=(0,eN.default)({},T,et):T[ea]=et;continue}if((0,eB.isObject)(et)){T=(0,eN.default)({},T,et);continue}T[c]=et}return T};return css2}var css=c=>d=>{let p=getCss({theme:d,pseudos:eA,configs:eL});return p(c)};function defineStyle(c){return c}function defineStyleConfig(c){return c}function createMultiStyleConfigHelpers(c){return{definePartsStyle:c=>c,defineMultiStyleConfig:d=>({parts:c,...d})}}var eU=p(42409),eG=__toESM(p(38554));function normalize2(c,d){return Array.isArray(c)?c:(0,eU.isObject)(c)?d(c):null!=c?[c]:void 0}function getNextIndex(c,d){for(let p=d+1;p{(0,eG.default)(S,{[c]:T?et[c]:{[U]:et[c]}})});continue}if(!N){T?(0,eG.default)(S,et):S[U]=et;continue}S[U]=et}}return S}}function resolveStyleConfig(c){return d=>{var p;let{variant:v,size:g,theme:I}=d,R=createResolver(I);return(0,eG.default)({},(0,eU.runIfFn)(null!=(p=c.baseStyle)?p:{},d),R(c,"sizes",g,d),R(c,"variants",v,d))}}function getCSSVar(c,d,p){var v,g,I;return null!=(I=null==(g=null==(v=c.__cssMap)?void 0:v[`${d}.${p}`])?void 0:g.varRef)?I:p}function omitThemingProps(c){return omit(c,["styleConfig","size","variant","colorScheme"])}},26096:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{Switch:()=>U}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(90025),j=p(42409),T=p(90914),N=p(67294),$=p(85893),U=(0,T.forwardRef)(function(c,d){let p=(0,T.useMultiStyleConfig)("Switch",c),{spacing:v="0.5rem",children:g,...I}=(0,T.omitThemingProps)(c),{getIndicatorProps:R,getInputProps:S,getCheckboxProps:U,getRootProps:et,getLabelProps:ea}=(0,P.useCheckbox)(I),en=(0,N.useMemo)(()=>({display:"inline-block",position:"relative",verticalAlign:"middle",lineHeight:0,...p.container}),[p.container]),er=(0,N.useMemo)(()=>({display:"inline-flex",flexShrink:0,justifyContent:"flex-start",boxSizing:"content-box",cursor:"pointer",...p.track}),[p.track]),eo=(0,N.useMemo)(()=>({userSelect:"none",marginStart:v,...p.label}),[v,p.label]);return(0,$.jsxs)(T.chakra.label,{...et(),className:(0,j.cx)("chakra-switch",c.className),__css:en,children:[(0,$.jsx)("input",{className:"chakra-switch__input",...S({},d)}),(0,$.jsx)(T.chakra.span,{...U(),className:"chakra-switch__track",__css:er,children:(0,$.jsx)(T.chakra.span,{__css:p.thumb,className:"chakra-switch__thumb",...R()})}),g&&(0,$.jsx)(T.chakra.span,{className:"chakra-switch__label",...ea(),__css:eo,children:g})]})});U.displayName="Switch"},90914:function(c,d,p){"use strict";var v,g=Object.create,I=Object.defineProperty,R=Object.getOwnPropertyDescriptor,S=Object.getOwnPropertyNames,P=Object.getPrototypeOf,j=Object.prototype.hasOwnProperty,__copyProps=(c,d,p,v)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let g of S(d))j.call(c,g)||g===p||I(c,g,{get:()=>d[g],enumerable:!(v=R(d,g))||v.enumerable});return c},__reExport=(c,d,p)=>(__copyProps(c,d,"default"),p&&__copyProps(p,d,"default")),__toESM=(c,d,p)=>(p=null!=c?g(P(c)):{},__copyProps(!d&&c&&c.__esModule?p:I(p,"default",{value:c,enumerable:!0}),c)),T={};((c,d)=>{for(var p in d)I(c,p,{get:d[p],enumerable:!0})})(T,{CSSVars:()=>CSSVars,GlobalStyle:()=>GlobalStyle,StylesProvider:()=>es,ThemeProvider:()=>ThemeProvider,chakra:()=>e_,createStylesContext:()=>createStylesContext,forwardRef:()=>forwardRef,getToken:()=>getToken,keyframes:()=>N.keyframes,shouldForwardProp:()=>shouldForwardProp,styled:()=>styled,toCSSObject:()=>toCSSObject,useChakra:()=>useChakra,useComponentStyles__unstable:()=>useComponentStyles__unstable,useMultiStyleConfig:()=>useMultiStyleConfig,useStyleConfig:()=>useStyleConfig,useStyles:()=>ed,useTheme:()=>useTheme,useToken:()=>useToken}),c.exports=__copyProps(I({},"__esModule",{value:!0}),T),__reExport(T,p(4876),c.exports),__reExport(T,p(77504),c.exports);var N=p(70917),$=p(4876),U=p(70917),et=p(67294);function useTheme(){let c=(0,et.useContext)(U.ThemeContext);if(!c)throw Error("useTheme: `theme` is undefined. Seems you forgot to wrap your app in `` or ``");return c}function useChakra(){let c=(0,$.useColorMode)(),d=useTheme();return{...c,theme:d}}function getBreakpointValue(c,d,p){var v,g;if(null==d)return d;let getValue=d=>{var p,v;return null==(v=null==(p=c.__breakpoints)?void 0:p.asArray)?void 0:v[d]};return null!=(g=null!=(v=getValue(d))?v:getValue(p))?g:p}function getTokenValue(c,d,p){var v,g;if(null==d)return d;let getValue=d=>{var p,v;return null==(v=null==(p=c.__cssMap)?void 0:p[d])?void 0:v.value};return null!=(g=null!=(v=getValue(d))?v:getValue(p))?g:p}function useToken(c,d,p){let v=useTheme();return getToken(c,d,p)(v)}function getToken(c,d,p){let v=Array.isArray(d)?d:[d],g=Array.isArray(p)?p:[p];return p=>{let I=g.filter(Boolean),R=v.map((d,v)=>{var g,R;if("breakpoints"===c)return getBreakpointValue(p,d,null!=(g=I[v])?g:d);let S=`${c}.${d}`;return getTokenValue(p,S,null!=(R=I[v])?R:d)});return Array.isArray(d)?R:R[0]}}var ea=p(4876),en=p(32819),er=p(77504),eo=p(18171),el=p(70917),ec=p(67294),ei=p(85893);function ThemeProvider(c){let{cssVarsRoot:d,theme:p,children:v}=c,g=(0,ec.useMemo)(()=>(0,er.toCSSVar)(p),[p]);return(0,ei.jsxs)(el.ThemeProvider,{theme:g,children:[(0,ei.jsx)(CSSVars,{root:d}),v]})}function CSSVars({root:c=":host, :root"}){let d=[c,"[data-theme]"].join(",");return(0,ei.jsx)(el.Global,{styles:c=>({[d]:c.__cssVars})})}var[es,ed]=(0,en.createContext)({name:"StylesContext",errorMessage:"useStyles: `styles` is undefined. Seems you forgot to wrap the components in `` "});function createStylesContext(c){return(0,en.createContext)({name:`${c}StylesContext`,errorMessage:`useStyles: "styles" is undefined. Seems you forgot to wrap the components in "<${c} />" `})}function GlobalStyle(){let{colorMode:c}=(0,ea.useColorMode)();return(0,ei.jsx)(el.Global,{styles:d=>{let p=(0,eo.memoizedGet)(d,"styles.global"),v=(0,eo.runIfFn)(p,{theme:d,colorMode:c});if(!v)return;let g=(0,er.css)(v)(d);return g}})}var eu=p(4876),ep=p(77504),eh=p(18171),ev=p(19707),eg=__toESM(p(10166)),ey=__toESM(p(67294)),ef=p(77504),em=new Set([...ef.propNames,"textStyle","layerStyle","apply","noOfLines","focusBorderColor","errorBorderColor","as","__css","css","sx"]),ek=new Set(["htmlWidth","htmlHeight","htmlSize","htmlTranslate"]);function shouldForwardProp(c){return ek.has(c)||!em.has(c)}var eM=null!=(v=eg.default.default)?v:eg.default,toCSSObject=({baseStyle:c})=>d=>{let{theme:p,css:v,__css:g,sx:I,...R}=d,S=(0,eh.objectFilter)(R,(c,d)=>(0,ep.isStyleProp)(d)),P=(0,eh.runIfFn)(c,d),j=(0,ev.assignAfter)({},g,P,(0,eh.filterUndefined)(S),I),T=(0,ep.css)(j)(d.theme);return v?[T,v]:T};function styled(c,d){let{baseStyle:p,...v}=null!=d?d:{};v.shouldForwardProp||(v.shouldForwardProp=shouldForwardProp);let g=toCSSObject({baseStyle:p}),I=eM(c,v)(g),R=ey.default.forwardRef(function(c,d){let{colorMode:p,forced:v}=(0,eu.useColorMode)();return ey.default.createElement(I,{ref:d,"data-theme":v?p:void 0,...c})});return R}var eb=p(67294);function forwardRef(c){return(0,eb.forwardRef)(c)}var eI=p(77504),eC=p(63839),ex=p(18171),eR=p(67294),eS=__toESM(p(69590));function useStyleConfigImpl(c,d={}){var p;let{styleConfig:v,...g}=d,{theme:I,colorMode:R}=useChakra(),S=c?(0,ex.memoizedGet)(I,`components.${c}`):void 0,P=v||S,j=(0,ex.mergeWith)({theme:I,colorMode:R},null!=(p=null==P?void 0:P.defaultProps)?p:{},(0,ex.filterUndefined)((0,ex.omit)(g,["children"]))),T=(0,eR.useRef)({});if(P){let c=(0,eI.resolveStyleConfig)(P),d=c(j),p=(0,eS.default)(T.current,d);p||(T.current=d)}return T.current}function useStyleConfig(c,d={}){return useStyleConfigImpl(c,d)}function useMultiStyleConfig(c,d={}){return useStyleConfigImpl(c,d)}function useComponentStyles__unstable(c,d){var p;let{baseConfig:v,...g}=d,{theme:I}=useChakra(),R=null==(p=I.components)?void 0:p[c],S=R?(0,eC.mergeThemeOverride)(R,v):v;return useStyleConfigImpl(null,{...g,styleConfig:S})}var e_=function(){let c=new Map;return new Proxy(styled,{apply:(c,d,p)=>styled(...p),get:(d,p)=>(c.has(p)||c.set(p,styled(p)),c.get(p))})}()},97578:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{Table:()=>et,TableCaption:()=>er,TableContainer:()=>ei,Tbody:()=>eu,Td:()=>ev,Tfoot:()=>ef,Th:()=>eM,Thead:()=>eC,Tr:()=>eS,useTableStyles:()=>U}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(90914),j=p(42409),T=p(65358),N=p(85893),[$,U]=(0,T.createContext)({name:"TableStylesContext",errorMessage:"useTableStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),et=(0,P.forwardRef)((c,d)=>{let p=(0,P.useMultiStyleConfig)("Table",c),{className:v,layout:g,...I}=(0,P.omitThemingProps)(c);return(0,N.jsx)($,{value:p,children:(0,N.jsx)(P.chakra.table,{ref:d,__css:{tableLayout:g,...p.table},className:(0,j.cx)("chakra-table",v),...I})})});et.displayName="Table";var ea=p(90914),en=p(85893),er=(0,ea.forwardRef)((c,d)=>{let{placement:p="bottom",...v}=c,g=U();return(0,en.jsx)(ea.chakra.caption,{...v,ref:d,__css:{...g.caption,captionSide:p}})});er.displayName="TableCaption";var eo=p(90914),el=p(42409),ec=p(85893),ei=(0,eo.forwardRef)((c,d)=>{var p;let{overflow:v,overflowX:g,className:I,...R}=c;return(0,ec.jsx)(eo.chakra.div,{ref:d,className:(0,el.cx)("chakra-table__container",I),...R,__css:{display:"block",whiteSpace:"nowrap",WebkitOverflowScrolling:"touch",overflowX:null!=(p=null!=v?v:g)?p:"auto",overflowY:"hidden",maxWidth:"100%"}})}),es=p(90914),ed=p(85893),eu=(0,es.forwardRef)((c,d)=>{let p=U();return(0,ed.jsx)(es.chakra.tbody,{...c,ref:d,__css:p.tbody})}),ep=p(90914),eh=p(85893),ev=(0,ep.forwardRef)(({isNumeric:c,...d},p)=>{let v=U();return(0,eh.jsx)(ep.chakra.td,{...d,ref:p,__css:v.td,"data-is-numeric":c})}),eg=p(90914),ey=p(85893),ef=(0,eg.forwardRef)((c,d)=>{let p=U();return(0,ey.jsx)(eg.chakra.tfoot,{...c,ref:d,__css:p.tfoot})}),em=p(90914),ek=p(85893),eM=(0,em.forwardRef)(({isNumeric:c,...d},p)=>{let v=U();return(0,ek.jsx)(em.chakra.th,{...d,ref:p,__css:v.th,"data-is-numeric":c})}),eb=p(90914),eI=p(85893),eC=(0,eb.forwardRef)((c,d)=>{let p=U();return(0,eI.jsx)(eb.chakra.thead,{...c,ref:d,__css:p.thead})}),ex=p(90914),eR=p(85893),eS=(0,ex.forwardRef)((c,d)=>{let p=U();return(0,eR.jsx)(ex.chakra.tr,{...c,ref:d,__css:p.tr})})},53797:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{Tab:()=>ex,TabIndicator:()=>ew,TabList:()=>ez,TabPanel:()=>eE,TabPanels:()=>eL,Tabs:()=>eI,TabsDescendantsProvider:()=>eu,TabsProvider:()=>eg,useTab:()=>useTab,useTabIndicator:()=>useTabIndicator,useTabList:()=>useTabList,useTabPanel:()=>useTabPanel,useTabPanels:()=>useTabPanels,useTabs:()=>useTabs,useTabsContext:()=>ey,useTabsDescendant:()=>ev,useTabsDescendants:()=>eh,useTabsDescendantsContext:()=>ep,useTabsStyles:()=>eb}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(42409),j=p(90914),T=p(65358),N=p(90914),$=p(42409),U=p(67294),et=p(98698),ea=p(45886),en=p(65358),er=p(79005),eo=p(40809),el=p(52734),ec=p(25089),ei=p(14585),es=p(42409),ed=p(67294),[eu,ep,eh,ev]=(0,ea.createDescendantContext)();function useTabs(c){var d;let{defaultIndex:p,onChange:v,index:g,isManual:I,isLazy:R,lazyBehavior:S="unmount",orientation:P="horizontal",direction:j="ltr",...T}=c,[N,$]=(0,ed.useState)(null!=p?p:0),[U,et]=(0,eo.useControllableState)({defaultValue:null!=p?p:0,value:g,onChange:v});(0,ed.useEffect)(()=>{null!=g&&$(g)},[g]);let ea=eh(),en=(0,ed.useId)(),er=null!=(d=c.id)?d:en,el=`tabs-${er}`;return{id:el,selectedIndex:U,focusedIndex:N,setSelectedIndex:et,setFocusedIndex:$,isManual:I,isLazy:R,lazyBehavior:S,orientation:P,descendants:ea,direction:j,htmlProps:T}}var[eg,ey]=(0,en.createContext)({name:"TabsContext",errorMessage:"useTabsContext: `context` is undefined. Seems you forgot to wrap all tabs components within "});function useTabList(c){let{focusedIndex:d,orientation:p,direction:v}=ey(),g=ep(),I=(0,ed.useCallback)(c=>{let nextTab=()=>{var c;let p=g.nextEnabled(d);p&&(null==(c=p.node)||c.focus())},prevTab=()=>{var c;let p=g.prevEnabled(d);p&&(null==(c=p.node)||c.focus())},I="horizontal"===p,R="vertical"===p,S=c.key,P="ltr"===v?"ArrowLeft":"ArrowRight",j="ltr"===v?"ArrowRight":"ArrowLeft",T={[P]:()=>I&&prevTab(),[j]:()=>I&&nextTab(),ArrowDown:()=>R&&nextTab(),ArrowUp:()=>R&&prevTab(),Home:()=>{var c;let d=g.firstEnabled();d&&(null==(c=d.node)||c.focus())},End:()=>{var c;let d=g.lastEnabled();d&&(null==(c=d.node)||c.focus())}}[S];T&&(c.preventDefault(),T(c))},[g,d,p,v]);return{...c,role:"tablist","aria-orientation":p,onKeyDown:(0,es.callAllHandlers)(c.onKeyDown,I)}}function useTab(c){let{isDisabled:d=!1,isFocusable:p=!1,...v}=c,{setSelectedIndex:g,isManual:I,id:R,setFocusedIndex:S,selectedIndex:P}=ey(),{index:j,register:T}=ev({disabled:d&&!p}),N=j===P,$=(0,et.useClickable)({...v,ref:(0,ec.mergeRefs)(T,c.ref),isDisabled:d,isFocusable:p,onClick:(0,es.callAllHandlers)(c.onClick,()=>{g(j)})});return{...$,id:makeTabId(R,j),role:"tab",tabIndex:N?0:-1,type:"button","aria-selected":N,"aria-controls":makeTabPanelId(R,j),onFocus:d?void 0:(0,es.callAllHandlers)(c.onFocus,()=>{S(j);let c=d&&p;I||c||g(j)})}}var[ef,em]=(0,en.createContext)({});function useTabPanels(c){let d=ey(),{id:p,selectedIndex:v}=d,g=(0,el.getValidChildren)(c.children),I=g.map((c,d)=>(0,ed.createElement)(ef,{key:d,value:{isSelected:d===v,id:makeTabPanelId(p,d),tabId:makeTabId(p,d),selectedIndex:v}},c));return{...c,children:I}}function useTabPanel(c){let{children:d,...p}=c,{isLazy:v,lazyBehavior:g}=ey(),{isSelected:I,id:R,tabId:S}=em(),P=(0,ed.useRef)(!1);I&&(P.current=!0);let j=(0,ei.lazyDisclosure)({wasSelected:P.current,isSelected:I,enabled:v,mode:g});return{tabIndex:0,...p,children:j?d:null,role:"tabpanel","aria-labelledby":S,hidden:!I,id:R}}function useTabIndicator(){let c=ey(),d=ep(),{selectedIndex:p,orientation:v}=c,g="horizontal"===v,I="vertical"===v,[R,S]=(0,ed.useState)(()=>g?{left:0,width:0}:I?{top:0,height:0}:void 0),[P,j]=(0,ed.useState)(!1);return(0,er.useSafeLayoutEffect)(()=>{if(null==p)return;let c=d.item(p);if(null==c)return;g&&S({left:c.node.offsetLeft,width:c.node.offsetWidth}),I&&S({top:c.node.offsetTop,height:c.node.offsetHeight});let v=requestAnimationFrame(()=>{j(!0)});return()=>{v&&cancelAnimationFrame(v)}},[p,g,I,d]),{position:"absolute",transitionProperty:"left, right, top, bottom, height, width",transitionDuration:P?"200ms":"0ms",transitionTimingFunction:"cubic-bezier(0, 0, 0.2, 1)",...R}}function makeTabId(c,d){return`${c}--tab-${d}`}function makeTabPanelId(c,d){return`${c}--tabpanel-${d}`}var ek=p(85893),[eM,eb]=(0,T.createContext)({name:"TabsStylesContext",errorMessage:"useTabsStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),eI=(0,N.forwardRef)(function(c,d){let p=(0,N.useMultiStyleConfig)("Tabs",c),{children:v,className:g,...I}=(0,N.omitThemingProps)(c),{htmlProps:R,descendants:S,...P}=useTabs(I),j=(0,U.useMemo)(()=>P,[P]),{isFitted:T,...et}=R,ea={position:"relative",...p.root};return(0,ek.jsx)(eu,{value:S,children:(0,ek.jsx)(eg,{value:j,children:(0,ek.jsx)(eM,{value:p,children:(0,ek.jsx)(N.chakra.div,{className:(0,$.cx)("chakra-tabs",g),ref:d,...et,__css:ea,children:v})})})})});eI.displayName="Tabs";var eC=p(85893),ex=(0,j.forwardRef)(function(c,d){let p=eb(),v=useTab({...c,ref:d}),g={outline:"0",display:"flex",alignItems:"center",justifyContent:"center",...p.tab};return(0,eC.jsx)(j.chakra.button,{...v,className:(0,P.cx)("chakra-tabs__tab",c.className),__css:g})});ex.displayName="Tab";var eR=p(42409),eS=p(90914),e_=p(85893),ew=(0,eS.forwardRef)(function(c,d){let p=useTabIndicator(),v={...c.style,...p},g=eb();return(0,e_.jsx)(eS.chakra.div,{ref:d,...c,className:(0,eR.cx)("chakra-tabs__tab-indicator",c.className),style:v,__css:g.indicator})});ew.displayName="TabIndicator";var eP=p(42409),eO=p(90914),eF=p(85893),ez=(0,eO.forwardRef)(function(c,d){let p=useTabList({...c,ref:d}),v=eb(),g={display:"flex",...v.tablist};return(0,eF.jsx)(eO.chakra.div,{...p,className:(0,eP.cx)("chakra-tabs__tablist",c.className),__css:g})});ez.displayName="TabList";var eD=p(42409),eA=p(90914),ej=p(85893),eE=(0,eA.forwardRef)(function(c,d){let p=useTabPanel({...c,ref:d}),v=eb();return(0,ej.jsx)(eA.chakra.div,{outline:"0",...p,className:(0,eD.cx)("chakra-tabs__tab-panel",c.className),__css:v.tabpanel})});eE.displayName="TabPanel";var eT=p(42409),eB=p(90914),eN=p(85893),eL=(0,eB.forwardRef)(function(c,d){let p=useTabPanels(c),v=eb();return(0,eN.jsx)(eB.chakra.div,{...p,width:"100%",ref:d,className:(0,eT.cx)("chakra-tabs__tab-panels",c.className),__css:v.tabpanels})});eL.displayName="TabPanels"},68489:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{Tag:()=>et,TagCloseButton:()=>eo,TagLabel:()=>ea,TagLeftIcon:()=>en,TagRightIcon:()=>er,useTagStyles:()=>U}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(49413),j=p(65358),T=p(90914),N=p(85893),[$,U]=(0,j.createContext)({name:"TagStylesContext",errorMessage:"useTagStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),et=(0,T.forwardRef)((c,d)=>{let p=(0,T.useMultiStyleConfig)("Tag",c),v=(0,T.omitThemingProps)(c),g={display:"inline-flex",verticalAlign:"top",alignItems:"center",maxWidth:"100%",...p.container};return(0,N.jsx)($,{value:p,children:(0,N.jsx)(T.chakra.span,{ref:d,...v,__css:g})})});et.displayName="Tag";var ea=(0,T.forwardRef)((c,d)=>{let p=U();return(0,N.jsx)(T.chakra.span,{ref:d,noOfLines:1,...c,__css:p.label})});ea.displayName="TagLabel";var en=(0,T.forwardRef)((c,d)=>(0,N.jsx)(P.Icon,{ref:d,verticalAlign:"top",marginEnd:"0.5rem",...c}));en.displayName="TagLeftIcon";var er=(0,T.forwardRef)((c,d)=>(0,N.jsx)(P.Icon,{ref:d,verticalAlign:"top",marginStart:"0.5rem",...c}));er.displayName="TagRightIcon";var TagCloseIcon=c=>(0,N.jsx)(P.Icon,{verticalAlign:"inherit",viewBox:"0 0 512 512",...c,children:(0,N.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 eo=(0,T.forwardRef)((c,d)=>{let{isDisabled:p,children:v,...g}=c,I=U(),R={display:"flex",alignItems:"center",justifyContent:"center",outline:"0",...I.closeButton};return(0,N.jsx)(T.chakra.button,{ref:d,"aria-label":"close",...g,type:"button",disabled:p,__css:R,children:v||(0,N.jsx)(TagCloseIcon,{})})});eo.displayName="TagCloseButton"},65928:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{Textarea:()=>U}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(68229),j=p(90914),T=p(42409);function omit(c,d=[]){let p=Object.assign({},c);for(let c of d)c in p&&delete p[c];return p}var N=p(85893),$=["h","minH","height","minHeight"],U=(0,j.forwardRef)((c,d)=>{let p=(0,j.useStyleConfig)("Textarea",c),{className:v,rows:g,...I}=(0,j.omitThemingProps)(c),R=(0,P.useFormControl)(I),S=g?omit(p,$):p;return(0,N.jsx)(j.chakra.textarea,{ref:d,rows:g,...R,className:(0,T.cx)("chakra-textarea",v),__css:S})});U.displayName="Textarea"},60723:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{addPrefix:()=>addPrefix,anatomy:()=>P.anatomy,blacken:()=>blacken,calc:()=>U,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}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(34382),j=p(77504),T=p(34595);function dlv_es_default(c,d,p,v,g){for(d=d.split?d.split("."):d,v=0;v0===Object.keys(c).length,getColor=(c,d,p)=>{let v=dlv_es_default(c,`colors.${d}`,d);try{return(0,T.toHex)(v),v}catch{return null!=p?p:"#000000"}},getColorVar=(c,d,p)=>{var v;return null!=(v=(0,j.getCSSVar)(c,"colors",d))?v:p},getBrightness=c=>{let[d,p,v]=(0,T.parseToRgba)(c);return(299*d+587*p+114*v)/1e3},tone=c=>d=>{let p=getColor(d,c),v=getBrightness(p);return v<128?"dark":"light"},isDark=c=>d=>"dark"===tone(c)(d),isLight=c=>d=>"light"===tone(c)(d),transparentize=(c,d)=>p=>{let v=getColor(p,c);return(0,T.transparentize)(v,1-d)},whiten=(c,d)=>p=>{let v=getColor(p,c);return(0,T.toHex)((0,T.mix)(v,"#fff",d))},blacken=(c,d)=>p=>{let v=getColor(p,c);return(0,T.toHex)((0,T.mix)(v,"#000",d/100))},darken=(c,d)=>p=>{let v=getColor(p,c);return(0,T.toHex)((0,T.darken)(v,d/100))},lighten=(c,d)=>p=>{let v=getColor(p,c);(0,T.toHex)((0,T.lighten)(v,d/100))},contrast=(c,d)=>p=>(0,T.getContrast)(getColor(p,d),getColor(p,c)),isAccessible=(c,d,p)=>v=>isReadable(getColor(v,d),getColor(v,c),p);function isReadable(c,d,p={level:"AA",size:"small"}){var v,g;let I=readability(c,d);switch((null!=(v=p.level)?v:"AA")+(null!=(g=p.size)?g:"small")){case"AAsmall":case"AAAlarge":return I>=4.5;case"AAlarge":return I>=3;case"AAAsmall":return I>=7;default:return!1}}function readability(c,d){return(Math.max((0,T.getLuminance)(c),(0,T.getLuminance)(d))+.05)/(Math.min((0,T.getLuminance)(c),(0,T.getLuminance)(d))+.05)}var complementary=c=>d=>{let p=getColor(d,c),v=(0,T.parseToHsla)(p),g=Object.assign(v,[(v[0]+180)%360]);return(0,T.toHex)((0,T.hsla)(...g))};function generateStripe(c="1rem",d="rgba(255, 255, 255, 0.15)"){return{backgroundImage:`linear-gradient(
45deg,
${d} 25%,
transparent 25%,
transparent 50%,
${d} 50%,
${d} 75%,
transparent 75%,
transparent
)`,backgroundSize:`${c} ${c}`}}var randomHex=()=>`#${Math.floor(16777215*Math.random()).toString(16).padEnd(6,"0")}`;function randomColor(c){let d=randomHex();return!c||isEmptyObject(c)?d:c.string&&c.colors?randomColorFromList(c.string,c.colors):c.string&&!c.colors?randomColorFromString(c.string):c.colors&&!c.string?randomFromList(c.colors):d}function randomColorFromString(c){let d=0;if(0===c.length)return d.toString();for(let p=0;p>8*c&255;p+=`00${v.toString(16)}`.substr(-2)}return p}function randomColorFromList(c,d){let p=0;if(0===c.length)return d[0];for(let d=0;d"dark"===p.colorMode?d:c}function orient(c){let{orientation:d,vertical:p,horizontal:v}=c;return d?"vertical"===d?p:v:{}}var N=p(42409),createBreakpoints=c=>((0,N.warn)({condition:!0,message:"[chakra-ui]: createBreakpoints(...) will be deprecated pretty soonsimply pass the breakpoints as an object. Remove the createBreakpoints(..) call"}),{base:"0em",...c}),$=p(42409);function toRef(c){return(0,$.isObject)(c)&&c.reference?c.reference:String(c)}var toExpr=(c,...d)=>d.map(toRef).join(` ${c} `).replace(/calc/g,""),add=(...c)=>`calc(${toExpr("+",...c)})`,subtract=(...c)=>`calc(${toExpr("-",...c)})`,multiply=(...c)=>`calc(${toExpr("*",...c)})`,divide=(...c)=>`calc(${toExpr("/",...c)})`,negate=c=>{let d=toRef(c);return null==d||Number.isNaN(parseFloat(d))?multiply(d,-1):String(d).startsWith("-")?String(d).slice(1):`-${d}`},U=Object.assign(c=>({add:(...d)=>U(add(c,...d)),subtract:(...d)=>U(subtract(c,...d)),multiply:(...d)=>U(multiply(c,...d)),divide:(...d)=>U(divide(c,...d)),negate:()=>U(negate(c)),toString:()=>c.toString()}),{add,subtract,multiply,divide,negate});function isDecimal(c){return!Number.isInteger(parseFloat(c.toString()))}function replaceWhiteSpace(c,d="-"){return c.replace(/\s+/g,d)}function escape(c){let d=replaceWhiteSpace(c.toString());return d.includes("\\.")?c:isDecimal(c)?d.replace(".","\\."):c}function addPrefix(c,d=""){return[d,escape(c)].filter(Boolean).join("-")}function toVarRef(c,d){return`var(${escape(c)}${d?`, ${d}`:""})`}function toVar(c,d=""){return`--${addPrefix(c,d)}`}function cssVar(c,d){let p=toVar(c,null==d?void 0:d.prefix);return{variable:p,reference:toVarRef(p,getFallback(null==d?void 0:d.fallback))}}function getFallback(c){return"string"==typeof c?c:null==c?void 0:c.reference}},63839:function(c,d,p){"use strict";var v,g,I=Object.create,R=Object.defineProperty,S=Object.getOwnPropertyDescriptor,P=Object.getOwnPropertyNames,j=Object.getPrototypeOf,T=Object.prototype.hasOwnProperty,__copyProps=(c,d,p,v)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let g of P(d))T.call(c,g)||g===p||R(c,g,{get:()=>d[g],enumerable:!(v=S(d,g))||v.enumerable});return c},N={};((c,d)=>{for(var p in d)R(c,p,{get:d[p],enumerable:!0})})(N,{extendBaseTheme:()=>ea,extendTheme:()=>et,mergeThemeOverride:()=>mergeThemeOverride,withDefaultColorScheme:()=>withDefaultColorScheme,withDefaultProps:()=>withDefaultProps,withDefaultSize:()=>withDefaultSize,withDefaultVariant:()=>withDefaultVariant}),c.exports=__copyProps(R({},"__esModule",{value:!0}),N);var $=p(60),U=(g=null!=(v=p(38554))?I(j(v)):{},__copyProps(v&&v.__esModule?g:R(g,"default",{value:v,enumerable:!0}),v));function isFunction(c){return"function"==typeof c}function pipe(...c){return d=>c.reduce((c,d)=>d(c),d)}var createExtendTheme=c=>function(...d){let p=[...d],v=d[d.length-1];return(0,$.isChakraTheme)(v)&&p.length>1?p=p.slice(0,p.length-1):v=c,pipe(...p.map(c=>d=>isFunction(c)?c(d):mergeThemeOverride(d,c)))(v)},et=createExtendTheme($.theme),ea=createExtendTheme($.baseTheme);function mergeThemeOverride(...c){return(0,U.default)({},...c,mergeThemeCustomizer)}function mergeThemeCustomizer(c,d,p,v){if((isFunction(c)||isFunction(d))&&Object.prototype.hasOwnProperty.call(v,p))return(...p)=>{let v=isFunction(c)?c(...p):c,g=isFunction(d)?d(...p):d;return(0,U.default)({},v,g,mergeThemeCustomizer)}}var en=p(42409);function withDefaultColorScheme({colorScheme:c,components:d}){return p=>{let v=Object.keys(p.components||{});return Array.isArray(d)?v=d:(0,en.isObject)(d)&&(v=Object.keys(d)),mergeThemeOverride(p,{components:Object.fromEntries(v.map(d=>[d,{defaultProps:{colorScheme:c}}]))})}}var er=p(42409);function withDefaultSize({size:c,components:d}){return p=>{let v=Object.keys(p.components||{});return Array.isArray(d)?v=d:(0,er.isObject)(d)&&(v=Object.keys(d)),mergeThemeOverride(p,{components:Object.fromEntries(v.map(d=>[d,{defaultProps:{size:c}}]))})}}var eo=p(42409);function withDefaultVariant({variant:c,components:d}){return p=>{let v=Object.keys(p.components||{});return Array.isArray(d)?v=d:(0,eo.isObject)(d)&&(v=Object.keys(d)),mergeThemeOverride(p,{components:Object.fromEntries(v.map(d=>[d,{defaultProps:{variant:c}}]))})}}function pipe2(...c){return d=>c.reduce((c,d)=>d(c),d)}function withDefaultProps({defaultProps:{colorScheme:c,variant:d,size:p},components:v}){let identity=c=>c,g=[c?withDefaultColorScheme({colorScheme:c,components:v}):identity,p?withDefaultSize({size:p,components:v}):identity,d?withDefaultVariant({variant:d,components:v}):identity];return c=>mergeThemeOverride(pipe2(...g)(c))}},60:function(c,d,p){"use strict";var v,g,I,R,S,P,j,T,N,$,U,et,ea,en,er,eo,el,ec,ei,es,ed,eu,ep,eh=Object.defineProperty,ev=Object.getOwnPropertyDescriptor,eg=Object.getOwnPropertyNames,ey=Object.prototype.hasOwnProperty,ef={};((c,d)=>{for(var p in d)eh(c,p,{get:d[p],enumerable:!0})})(ef,{baseTheme:()=>o0,isChakraTheme:()=>isChakraTheme,requiredChakraThemeKeys:()=>oQ,theme:()=>o1}),c.exports=((c,d,p,v)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of eg(d))ey.call(c,p)||void 0===p||eh(c,p,{get:()=>d[p],enumerable:!(v=ev(d,p))||v.enumerable});return c})(eh({},"__esModule",{value:!0}),ef);var em=p(34382),ek=p(77504),{definePartsStyle:eM,defineMultiStyleConfig:eb}=(0,ek.createMultiStyleConfigHelpers)(em.accordionAnatomy.keys),eI=eb({baseStyle:eM({container:(0,ek.defineStyle)({borderTopWidth:"1px",borderColor:"inherit",_last:{borderBottomWidth:"1px"}}),button:(0,ek.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,ek.defineStyle)({pt:"2",px:"4",pb:"5"}),icon:(0,ek.defineStyle)({fontSize:"1.25em"})})}),eC=p(34382),ex=p(77504),eR=p(60723),{definePartsStyle:eS,defineMultiStyleConfig:e_}=(0,ex.createMultiStyleConfigHelpers)(eC.alertAnatomy.keys),ew=(0,ex.cssVar)("alert-fg"),eP=(0,ex.cssVar)("alert-bg");function getBg(c){let{theme:d,colorScheme:p}=c,v=(0,eR.transparentize)(`${p}.200`,.16)(d);return{light:`colors.${p}.100`,dark:v}}var eO=e_({baseStyle:eS({container:{bg:eP.reference,px:"4",py:"3"},title:{fontWeight:"bold",lineHeight:"6",marginEnd:"2"},description:{lineHeight:"6"},icon:{color:ew.reference,flexShrink:0,marginEnd:"3",w:"5",h:"6"},spinner:{color:ew.reference,flexShrink:0,marginEnd:"3",w:"5",h:"5"}}),variants:{subtle:eS(c=>{let{colorScheme:d}=c,p=getBg(c);return{container:{[ew.variable]:`colors.${d}.500`,[eP.variable]:p.light,_dark:{[ew.variable]:`colors.${d}.200`,[eP.variable]:p.dark}}}}),"left-accent":eS(c=>{let{colorScheme:d}=c,p=getBg(c);return{container:{[ew.variable]:`colors.${d}.500`,[eP.variable]:p.light,_dark:{[ew.variable]:`colors.${d}.200`,[eP.variable]:p.dark},paddingStart:"3",borderStartWidth:"4px",borderStartColor:ew.reference}}}),"top-accent":eS(c=>{let{colorScheme:d}=c,p=getBg(c);return{container:{[ew.variable]:`colors.${d}.500`,[eP.variable]:p.light,_dark:{[ew.variable]:`colors.${d}.200`,[eP.variable]:p.dark},pt:"2",borderTopWidth:"4px",borderTopColor:ew.reference}}}),solid:eS(c=>{let{colorScheme:d}=c;return{container:{[ew.variable]:"colors.white",[eP.variable]:`colors.${d}.500`,_dark:{[ew.variable]:"colors.gray.900",[eP.variable]:`colors.${d}.200`},color:ew.reference}}})},defaultProps:{variant:"subtle",colorScheme:"blue"}}),eF=p(34382),ez=p(77504),eD=p(60723),eA={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"},ej={...eA,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=c=>"function"==typeof c;function runIfFn(c,...d){return isFunction(c)?c(...d):c}var{definePartsStyle:eE,defineMultiStyleConfig:eT}=(0,ez.createMultiStyleConfigHelpers)(eF.avatarAnatomy.keys),eB=(0,ez.cssVar)("avatar-border-color"),eN=(0,ez.cssVar)("avatar-bg"),eL=(0,ez.cssVar)("avatar-font-size"),e$=(0,ez.cssVar)("avatar-size"),eW=(0,ez.defineStyle)({borderRadius:"full",border:"0.2em solid",borderColor:eB.reference,[eB.variable]:"white",_dark:{[eB.variable]:"colors.gray.800"}}),eH=(0,ez.defineStyle)({bg:eN.reference,fontSize:eL.reference,width:e$.reference,height:e$.reference,lineHeight:"1",[eN.variable]:"colors.gray.200",_dark:{[eN.variable]:"colors.whiteAlpha.400"}}),eV=(0,ez.defineStyle)(c=>{let{name:d,theme:p}=c,v=d?(0,eD.randomColor)({string:d}):"colors.gray.400",g=(0,eD.isDark)(v)(p),I="white";return g||(I="gray.800"),{bg:eN.reference,fontSize:eL.reference,color:I,borderColor:eB.reference,verticalAlign:"top",width:e$.reference,height:e$.reference,"&:not([data-loaded])":{[eN.variable]:v},[eB.variable]:"colors.white",_dark:{[eB.variable]:"colors.gray.800"}}}),eU=(0,ez.defineStyle)({fontSize:eL.reference,lineHeight:"1"});function getSize(c){let d="100%"!==c?ej[c]:void 0;return eE({container:{[e$.variable]:null!=d?d:c,[eL.variable]:`calc(${null!=d?d:c} / 2.5)`},excessLabel:{[e$.variable]:null!=d?d:c,[eL.variable]:`calc(${null!=d?d:c} / 2.5)`}})}var eG=eT({baseStyle:eE(c=>({badge:runIfFn(eW,c),excessLabel:runIfFn(eH,c),container:runIfFn(eV,c),label:eU})),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"}}),eX=p(77504),eK=p(60723),eY=(0,eX.defineCssVars)("badge",["bg","color","shadow"]),eZ=(0,eX.defineStyle)({px:1,textTransform:"uppercase",fontSize:"xs",borderRadius:"sm",fontWeight:"bold",bg:eY.bg.reference,color:eY.color.reference,boxShadow:eY.shadow.reference}),eQ=(0,eX.defineStyle)(c=>{let{colorScheme:d,theme:p}=c,v=(0,eK.transparentize)(`${d}.500`,.6)(p);return{[eY.bg.variable]:`colors.${d}.500`,[eY.color.variable]:"colors.white",_dark:{[eY.bg.variable]:v,[eY.color.variable]:"colors.whiteAlpha.800"}}}),eJ=(0,eX.defineStyle)(c=>{let{colorScheme:d,theme:p}=c,v=(0,eK.transparentize)(`${d}.200`,.16)(p);return{[eY.bg.variable]:`colors.${d}.100`,[eY.color.variable]:`colors.${d}.800`,_dark:{[eY.bg.variable]:v,[eY.color.variable]:`colors.${d}.200`}}}),e1=(0,eX.defineStyle)(c=>{let{colorScheme:d,theme:p}=c,v=(0,eK.transparentize)(`${d}.200`,.8)(p);return{[eY.color.variable]:`colors.${d}.500`,_dark:{[eY.color.variable]:v},[eY.shadow.variable]:`inset 0 0 0px 1px ${eY.color.reference}`}}),e0=(0,eX.defineStyleConfig)({baseStyle:eZ,variants:{solid:eQ,subtle:eJ,outline:e1},defaultProps:{variant:"subtle",colorScheme:"gray"}}),e2=p(34382),e3=p(77504),{defineMultiStyleConfig:e5,definePartsStyle:e4}=(0,e3.createMultiStyleConfigHelpers)(e2.breadcrumbAnatomy.keys),e6=(0,e3.cssVar)("breadcrumb-link-decor"),e9=e5({baseStyle:e4({link:(0,e3.defineStyle)({transitionProperty:"common",transitionDuration:"fast",transitionTimingFunction:"ease-out",outline:"none",color:"inherit",textDecoration:e6.reference,[e6.variable]:"none","&:not([aria-current=page])":{cursor:"pointer",_hover:{[e6.variable]:"underline"},_focusVisible:{boxShadow:"outline"}}})})}),e7=p(77504),e8=p(60723),ta=(0,e7.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"}}}),tn=(0,e7.defineStyle)(c=>{let{colorScheme:d,theme:p}=c;if("gray"===d)return{color:(0,e8.mode)("gray.800","whiteAlpha.900")(c),_hover:{bg:(0,e8.mode)("gray.100","whiteAlpha.200")(c)},_active:{bg:(0,e8.mode)("gray.200","whiteAlpha.300")(c)}};let v=(0,e8.transparentize)(`${d}.200`,.12)(p),g=(0,e8.transparentize)(`${d}.200`,.24)(p);return{color:(0,e8.mode)(`${d}.600`,`${d}.200`)(c),bg:"transparent",_hover:{bg:(0,e8.mode)(`${d}.50`,v)(c)},_active:{bg:(0,e8.mode)(`${d}.100`,g)(c)}}}),tr=(0,e7.defineStyle)(c=>{let{colorScheme:d}=c,p=(0,e8.mode)("gray.200","whiteAlpha.300")(c);return{border:"1px solid",borderColor:"gray"===d?p:"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(tn,c)}}),to={yellow:{bg:"yellow.400",color:"black",hoverBg:"yellow.500",activeBg:"yellow.600"},cyan:{bg:"cyan.400",color:"black",hoverBg:"cyan.500",activeBg:"cyan.600"}},tl=(0,e7.defineStyle)(c=>{var d;let{colorScheme:p}=c;if("gray"===p){let d=(0,e8.mode)("gray.100","whiteAlpha.200")(c);return{bg:d,color:(0,e8.mode)("gray.800","whiteAlpha.900")(c),_hover:{bg:(0,e8.mode)("gray.200","whiteAlpha.300")(c),_disabled:{bg:d}},_active:{bg:(0,e8.mode)("gray.300","whiteAlpha.400")(c)}}}let{bg:v=`${p}.500`,color:g="white",hoverBg:I=`${p}.600`,activeBg:R=`${p}.700`}=null!=(d=to[p])?d:{},S=(0,e8.mode)(v,`${p}.200`)(c);return{bg:S,color:(0,e8.mode)(g,"gray.800")(c),_hover:{bg:(0,e8.mode)(I,`${p}.300`)(c),_disabled:{bg:S}},_active:{bg:(0,e8.mode)(R,`${p}.400`)(c)}}}),tc=(0,e7.defineStyle)(c=>{let{colorScheme:d}=c;return{padding:0,height:"auto",lineHeight:"normal",verticalAlign:"baseline",color:(0,e8.mode)(`${d}.500`,`${d}.200`)(c),_hover:{textDecoration:"underline",_disabled:{textDecoration:"none"}},_active:{color:(0,e8.mode)(`${d}.700`,`${d}.500`)(c)}}}),ti=(0,e7.defineStyle)({bg:"none",color:"inherit",display:"inline",lineHeight:"inherit",m:"0",p:"0"}),ts={lg:(0,e7.defineStyle)({h:"12",minW:"12",fontSize:"lg",px:"6"}),md:(0,e7.defineStyle)({h:"10",minW:"10",fontSize:"md",px:"4"}),sm:(0,e7.defineStyle)({h:"8",minW:"8",fontSize:"sm",px:"3"}),xs:(0,e7.defineStyle)({h:"6",minW:"6",fontSize:"xs",px:"2"})},td=(0,e7.defineStyleConfig)({baseStyle:ta,variants:{ghost:tn,outline:tr,solid:tl,link:tc,unstyled:ti},sizes:ts,defaultProps:{variant:"solid",size:"md",colorScheme:"gray"}}),tu=p(34382),tp=p(77504),{definePartsStyle:th,defineMultiStyleConfig:tv}=(0,tp.createMultiStyleConfigHelpers)(tu.cardAnatomy.keys),tg=(0,tp.cssVar)("card-bg"),ty=(0,tp.cssVar)("card-padding"),tf=(0,tp.cssVar)("card-shadow"),tm=(0,tp.cssVar)("card-radius"),tk=(0,tp.cssVar)("card-border-width","0"),tM=(0,tp.cssVar)("card-border-color"),tb=th({container:{[tg.variable]:"colors.chakra-body-bg",backgroundColor:tg.reference,boxShadow:tf.reference,borderRadius:tm.reference,color:"chakra-body-text",borderWidth:tk.reference,borderColor:tM.reference},body:{padding:ty.reference,flex:"1 1 0%"},header:{padding:ty.reference},footer:{padding:ty.reference}}),tI={sm:th({container:{[tm.variable]:"radii.base",[ty.variable]:"space.3"}}),md:th({container:{[tm.variable]:"radii.md",[ty.variable]:"space.5"}}),lg:th({container:{[tm.variable]:"radii.xl",[ty.variable]:"space.7"}})},tC=tv({baseStyle:tb,variants:{elevated:th({container:{[tf.variable]:"shadows.base",_dark:{[tg.variable]:"colors.gray.700"}}}),outline:th({container:{[tk.variable]:"1px",[tM.variable]:"colors.chakra-border-color"}}),filled:th({container:{[tg.variable]:"colors.chakra-subtle-bg"}}),unstyled:{body:{[ty.variable]:0},header:{[ty.variable]:0},footer:{[ty.variable]:0}}},sizes:tI,defaultProps:{variant:"elevated",size:"md"}}),tx=p(34382),tR=p(77504),tS=p(60723),{definePartsStyle:t_,defineMultiStyleConfig:tw}=(0,tR.createMultiStyleConfigHelpers)(tx.checkboxAnatomy.keys),tP=(0,tR.cssVar)("checkbox-size"),tO=(0,tR.defineStyle)(c=>{let{colorScheme:d}=c;return{w:tP.reference,h:tP.reference,transitionProperty:"box-shadow",transitionDuration:"normal",border:"2px solid",borderRadius:"sm",borderColor:"inherit",color:"white",_checked:{bg:(0,tS.mode)(`${d}.500`,`${d}.200`)(c),borderColor:(0,tS.mode)(`${d}.500`,`${d}.200`)(c),color:(0,tS.mode)("white","gray.900")(c),_hover:{bg:(0,tS.mode)(`${d}.600`,`${d}.300`)(c),borderColor:(0,tS.mode)(`${d}.600`,`${d}.300`)(c)},_disabled:{borderColor:(0,tS.mode)("gray.200","transparent")(c),bg:(0,tS.mode)("gray.200","whiteAlpha.300")(c),color:(0,tS.mode)("gray.500","whiteAlpha.500")(c)}},_indeterminate:{bg:(0,tS.mode)(`${d}.500`,`${d}.200`)(c),borderColor:(0,tS.mode)(`${d}.500`,`${d}.200`)(c),color:(0,tS.mode)("white","gray.900")(c)},_disabled:{bg:(0,tS.mode)("gray.100","whiteAlpha.100")(c),borderColor:(0,tS.mode)("gray.100","transparent")(c)},_focusVisible:{boxShadow:"outline"},_invalid:{borderColor:(0,tS.mode)("red.500","red.300")(c)}}}),tF=(0,tR.defineStyle)({_disabled:{cursor:"not-allowed"}}),tz=(0,tR.defineStyle)({userSelect:"none",_disabled:{opacity:.4}}),tD=(0,tR.defineStyle)({transitionProperty:"transform",transitionDuration:"normal"}),tA=tw({baseStyle:t_(c=>({icon:tD,container:tF,control:runIfFn(tO,c),label:tz})),sizes:{sm:t_({control:{[tP.variable]:"sizes.3"},label:{fontSize:"sm"},icon:{fontSize:"3xs"}}),md:t_({control:{[tP.variable]:"sizes.4"},label:{fontSize:"md"},icon:{fontSize:"2xs"}}),lg:t_({control:{[tP.variable]:"sizes.5"},label:{fontSize:"lg"},icon:{fontSize:"2xs"}})},defaultProps:{size:"md",colorScheme:"blue"}}),tj=p(77504),tE=p(60723),tT=(0,tE.cssVar)("close-button-size"),tB=(0,tE.cssVar)("close-button-bg"),tN=(0,tj.defineStyle)({w:[tT.reference],h:[tT.reference],borderRadius:"md",transitionProperty:"common",transitionDuration:"normal",_disabled:{opacity:.4,cursor:"not-allowed",boxShadow:"none"},_hover:{[tB.variable]:"colors.blackAlpha.100",_dark:{[tB.variable]:"colors.whiteAlpha.100"}},_active:{[tB.variable]:"colors.blackAlpha.200",_dark:{[tB.variable]:"colors.whiteAlpha.200"}},_focusVisible:{boxShadow:"outline"},bg:tB.reference}),tL={lg:(0,tj.defineStyle)({[tT.variable]:"sizes.10",fontSize:"md"}),md:(0,tj.defineStyle)({[tT.variable]:"sizes.8",fontSize:"xs"}),sm:(0,tj.defineStyle)({[tT.variable]:"sizes.6",fontSize:"2xs"})},t$=(0,tj.defineStyleConfig)({baseStyle:tN,sizes:tL,defaultProps:{size:"md"}}),tW=p(77504),{variants:tH,defaultProps:tV}=e0,tq=(0,tW.defineStyle)({fontFamily:"mono",fontSize:"sm",px:"0.2em",borderRadius:"sm",bg:eY.bg.reference,color:eY.color.reference,boxShadow:eY.shadow.reference}),tU=(0,tW.defineStyleConfig)({baseStyle:tq,variants:tH,defaultProps:tV}),tG=p(77504),tX=(0,tG.defineStyle)({w:"100%",mx:"auto",maxW:"prose",px:"4"}),tK=(0,tG.defineStyleConfig)({baseStyle:tX}),tY=p(77504),tZ=(0,tY.defineStyle)({opacity:.6,borderColor:"inherit"}),tQ=(0,tY.defineStyle)({borderStyle:"solid"}),tJ=(0,tY.defineStyle)({borderStyle:"dashed"}),t1=(0,tY.defineStyleConfig)({baseStyle:tZ,variants:{solid:tQ,dashed:tJ},defaultProps:{variant:"solid"}}),t0=p(34382),t2=p(77504),{definePartsStyle:t3,defineMultiStyleConfig:t5}=(0,t2.createMultiStyleConfigHelpers)(t0.drawerAnatomy.keys),t4=(0,t2.cssVar)("drawer-bg"),t6=(0,t2.cssVar)("drawer-box-shadow");function getSize2(c){return"full"===c?t3({dialog:{maxW:"100vw",h:"100vh"}}):t3({dialog:{maxW:c}})}var t9=(0,t2.defineStyle)({bg:"blackAlpha.600",zIndex:"modal"}),t7=(0,t2.defineStyle)({display:"flex",zIndex:"modal",justifyContent:"center"}),t8=(0,t2.defineStyle)(c=>{let{isFullHeight:d}=c;return{...d&&{height:"100vh"},zIndex:"modal",maxH:"100vh",color:"inherit",[t4.variable]:"colors.white",[t6.variable]:"shadows.lg",_dark:{[t4.variable]:"colors.gray.700",[t6.variable]:"shadows.dark-lg"},bg:t4.reference,boxShadow:t6.reference}}),ae=(0,t2.defineStyle)({px:"6",py:"4",fontSize:"xl",fontWeight:"semibold"}),aa=(0,t2.defineStyle)({position:"absolute",top:"2",insetEnd:"3"}),an=(0,t2.defineStyle)({px:"6",py:"2",flex:"1",overflow:"auto"}),ar=(0,t2.defineStyle)({px:"6",py:"4"}),ao=t5({baseStyle:t3(c=>({overlay:t9,dialogContainer:t7,dialog:runIfFn(t8,c),header:ae,closeButton:aa,body:an,footer:ar})),sizes:{xs:getSize2("xs"),sm:getSize2("md"),md:getSize2("lg"),lg:getSize2("2xl"),xl:getSize2("4xl"),full:getSize2("full")},defaultProps:{size:"xs"}}),al=p(34382),ac=p(77504),{definePartsStyle:ai,defineMultiStyleConfig:as}=(0,ac.createMultiStyleConfigHelpers)(al.editableAnatomy.keys),ad=as({baseStyle:ai({preview:(0,ac.defineStyle)({borderRadius:"md",py:"1",transitionProperty:"common",transitionDuration:"normal"}),input:(0,ac.defineStyle)({borderRadius:"md",py:"1",transitionProperty:"common",transitionDuration:"normal",width:"full",_focusVisible:{boxShadow:"outline"},_placeholder:{opacity:.6}}),textarea:(0,ac.defineStyle)({borderRadius:"md",py:"1",transitionProperty:"common",transitionDuration:"normal",width:"full",_focusVisible:{boxShadow:"outline"},_placeholder:{opacity:.6}})})}),au=p(34382),ap=p(77504),{definePartsStyle:ah,defineMultiStyleConfig:av}=(0,ap.createMultiStyleConfigHelpers)(au.formAnatomy.keys),ag=(0,ap.cssVar)("form-control-color"),ay=av({baseStyle:ah({container:{width:"100%",position:"relative"},requiredIndicator:(0,ap.defineStyle)({marginStart:"1",[ag.variable]:"colors.red.500",_dark:{[ag.variable]:"colors.red.300"},color:ag.reference}),helperText:(0,ap.defineStyle)({mt:"2",[ag.variable]:"colors.gray.600",_dark:{[ag.variable]:"colors.whiteAlpha.600"},color:ag.reference,lineHeight:"normal",fontSize:"sm"})})}),af=p(34382),am=p(77504),{definePartsStyle:ak,defineMultiStyleConfig:aM}=(0,am.createMultiStyleConfigHelpers)(af.formErrorAnatomy.keys),ab=(0,am.cssVar)("form-error-color"),aI=aM({baseStyle:ak({text:(0,am.defineStyle)({[ab.variable]:"colors.red.500",_dark:{[ab.variable]:"colors.red.300"},color:ab.reference,mt:"2",fontSize:"sm",lineHeight:"normal"}),icon:(0,am.defineStyle)({marginEnd:"0.5em",[ab.variable]:"colors.red.500",_dark:{[ab.variable]:"colors.red.300"},color:ab.reference})})}),aC=p(77504),ax=(0,aC.defineStyle)({fontSize:"md",marginEnd:"3",mb:"2",fontWeight:"medium",transitionProperty:"common",transitionDuration:"normal",opacity:1,_disabled:{opacity:.4}}),aR=(0,aC.defineStyleConfig)({baseStyle:ax}),aS=p(77504),a_=(0,aS.defineStyle)({fontFamily:"heading",fontWeight:"bold"}),aw={"4xl":(0,aS.defineStyle)({fontSize:["6xl",null,"7xl"],lineHeight:1}),"3xl":(0,aS.defineStyle)({fontSize:["5xl",null,"6xl"],lineHeight:1}),"2xl":(0,aS.defineStyle)({fontSize:["4xl",null,"5xl"],lineHeight:[1.2,null,1]}),xl:(0,aS.defineStyle)({fontSize:["3xl",null,"4xl"],lineHeight:[1.33,null,1.2]}),lg:(0,aS.defineStyle)({fontSize:["2xl",null,"3xl"],lineHeight:[1.33,null,1.2]}),md:(0,aS.defineStyle)({fontSize:"xl",lineHeight:1.2}),sm:(0,aS.defineStyle)({fontSize:"md",lineHeight:1.2}),xs:(0,aS.defineStyle)({fontSize:"sm",lineHeight:1.2})},aP=(0,aS.defineStyleConfig)({baseStyle:a_,sizes:aw,defaultProps:{size:"xl"}}),aO=p(34382),aF=p(77504),az=p(60723),{definePartsStyle:aD,defineMultiStyleConfig:aA}=(0,aF.createMultiStyleConfigHelpers)(aO.inputAnatomy.keys),aj=(0,aF.cssVar)("input-height"),aE=(0,aF.cssVar)("input-font-size"),aT=(0,aF.cssVar)("input-padding"),aB=(0,aF.cssVar)("input-border-radius"),aN=aD({addon:{height:aj.reference,fontSize:aE.reference,px:aT.reference,borderRadius:aB.reference},field:{width:"100%",height:aj.reference,fontSize:aE.reference,px:aT.reference,borderRadius:aB.reference,minWidth:0,outline:0,position:"relative",appearance:"none",transitionProperty:"common",transitionDuration:"normal",_disabled:{opacity:.4,cursor:"not-allowed"}}}),aL={lg:(0,aF.defineStyle)({[aE.variable]:"fontSizes.lg",[aT.variable]:"space.4",[aB.variable]:"radii.md",[aj.variable]:"sizes.12"}),md:(0,aF.defineStyle)({[aE.variable]:"fontSizes.md",[aT.variable]:"space.4",[aB.variable]:"radii.md",[aj.variable]:"sizes.10"}),sm:(0,aF.defineStyle)({[aE.variable]:"fontSizes.sm",[aT.variable]:"space.3",[aB.variable]:"radii.sm",[aj.variable]:"sizes.8"}),xs:(0,aF.defineStyle)({[aE.variable]:"fontSizes.xs",[aT.variable]:"space.2",[aB.variable]:"radii.sm",[aj.variable]:"sizes.6"})};function getDefaults(c){let{focusBorderColor:d,errorBorderColor:p}=c;return{focusBorderColor:d||(0,az.mode)("blue.500","blue.300")(c),errorBorderColor:p||(0,az.mode)("red.500","red.300")(c)}}var a$=aA({baseStyle:aN,sizes:{lg:aD({field:aL.lg,group:aL.lg}),md:aD({field:aL.md,group:aL.md}),sm:aD({field:aL.sm,group:aL.sm}),xs:aD({field:aL.xs,group:aL.xs})},variants:{outline:aD(c=>{let{theme:d}=c,{focusBorderColor:p,errorBorderColor:v}=getDefaults(c);return{field:{border:"1px solid",borderColor:"inherit",bg:"inherit",_hover:{borderColor:(0,az.mode)("gray.300","whiteAlpha.400")(c)},_readOnly:{boxShadow:"none !important",userSelect:"all"},_invalid:{borderColor:(0,az.getColor)(d,v),boxShadow:`0 0 0 1px ${(0,az.getColor)(d,v)}`},_focusVisible:{zIndex:1,borderColor:(0,az.getColor)(d,p),boxShadow:`0 0 0 1px ${(0,az.getColor)(d,p)}`}},addon:{border:"1px solid",borderColor:(0,az.mode)("inherit","whiteAlpha.50")(c),bg:(0,az.mode)("gray.100","whiteAlpha.300")(c)}}}),filled:aD(c=>{let{theme:d}=c,{focusBorderColor:p,errorBorderColor:v}=getDefaults(c);return{field:{border:"2px solid",borderColor:"transparent",bg:(0,az.mode)("gray.100","whiteAlpha.50")(c),_hover:{bg:(0,az.mode)("gray.200","whiteAlpha.100")(c)},_readOnly:{boxShadow:"none !important",userSelect:"all"},_invalid:{borderColor:(0,az.getColor)(d,v)},_focusVisible:{bg:"transparent",borderColor:(0,az.getColor)(d,p)}},addon:{border:"2px solid",borderColor:"transparent",bg:(0,az.mode)("gray.100","whiteAlpha.50")(c)}}}),flushed:aD(c=>{let{theme:d}=c,{focusBorderColor:p,errorBorderColor:v}=getDefaults(c);return{field:{borderBottom:"1px solid",borderColor:"inherit",borderRadius:"0",px:"0",bg:"transparent",_readOnly:{boxShadow:"none !important",userSelect:"all"},_invalid:{borderColor:(0,az.getColor)(d,v),boxShadow:`0px 1px 0px 0px ${(0,az.getColor)(d,v)}`},_focusVisible:{borderColor:(0,az.getColor)(d,p),boxShadow:`0px 1px 0px 0px ${(0,az.getColor)(d,p)}`}},addon:{borderBottom:"2px solid",borderColor:"inherit",borderRadius:"0",px:"0",bg:"transparent"}}}),unstyled:aD({field:{bg:"transparent",px:"0",height:"auto"},addon:{bg:"transparent",px:"0",height:"auto"}})},defaultProps:{size:"md",variant:"outline"}}),aW=p(77504),aH=(0,aW.cssVar)("kbd-bg"),aV=(0,aW.defineStyle)({[aH.variable]:"colors.gray.100",_dark:{[aH.variable]:"colors.whiteAlpha.100"},bg:aH.reference,borderRadius:"md",borderWidth:"1px",borderBottomWidth:"3px",fontSize:"0.8em",fontWeight:"bold",lineHeight:"normal",px:"0.4em",whiteSpace:"nowrap"}),aq=(0,aW.defineStyleConfig)({baseStyle:aV}),aU=p(77504),aG=(0,aU.defineStyle)({transitionProperty:"common",transitionDuration:"fast",transitionTimingFunction:"ease-out",cursor:"pointer",textDecoration:"none",outline:"none",color:"inherit",_hover:{textDecoration:"underline"},_focusVisible:{boxShadow:"outline"}}),aX=(0,aU.defineStyleConfig)({baseStyle:aG}),aK=p(34382),aY=p(77504),{defineMultiStyleConfig:aZ,definePartsStyle:aQ}=(0,aY.createMultiStyleConfigHelpers)(aK.listAnatomy.keys),aJ=aZ({baseStyle:aQ({icon:(0,aY.defineStyle)({marginEnd:"2",display:"inline",verticalAlign:"text-bottom"})})}),a1=p(34382),a0=p(77504),{defineMultiStyleConfig:a2,definePartsStyle:a3}=(0,a0.createMultiStyleConfigHelpers)(a1.menuAnatomy.keys),a5=(0,a0.cssVar)("menu-bg"),a4=(0,a0.cssVar)("menu-shadow"),a6=(0,a0.defineStyle)({[a5.variable]:"#fff",[a4.variable]:"shadows.sm",_dark:{[a5.variable]:"colors.gray.700",[a4.variable]:"shadows.dark-lg"},color:"inherit",minW:"3xs",py:"2",zIndex:1,borderRadius:"md",borderWidth:"1px",bg:a5.reference,boxShadow:a4.reference}),a9=(0,a0.defineStyle)({py:"1.5",px:"3",transitionProperty:"background",transitionDuration:"ultra-fast",transitionTimingFunction:"ease-in",_focus:{[a5.variable]:"colors.gray.100",_dark:{[a5.variable]:"colors.whiteAlpha.100"}},_active:{[a5.variable]:"colors.gray.200",_dark:{[a5.variable]:"colors.whiteAlpha.200"}},_expanded:{[a5.variable]:"colors.gray.100",_dark:{[a5.variable]:"colors.whiteAlpha.100"}},_disabled:{opacity:.4,cursor:"not-allowed"},bg:a5.reference}),a7=(0,a0.defineStyle)({mx:4,my:2,fontWeight:"semibold",fontSize:"sm"}),a8=(0,a0.defineStyle)({display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0}),ne=(0,a0.defineStyle)({opacity:.6}),nt=(0,a0.defineStyle)({border:0,borderBottom:"1px solid",borderColor:"inherit",my:"2",opacity:.6}),na=a2({baseStyle:a3({button:(0,a0.defineStyle)({transitionProperty:"common",transitionDuration:"normal"}),list:a6,item:a9,groupTitle:a7,icon:a8,command:ne,divider:nt})}),nn=p(34382),nr=p(77504),{defineMultiStyleConfig:no,definePartsStyle:nl}=(0,nr.createMultiStyleConfigHelpers)(nn.modalAnatomy.keys),nc=(0,nr.cssVar)("modal-bg"),ni=(0,nr.cssVar)("modal-shadow"),ns=(0,nr.defineStyle)({bg:"blackAlpha.600",zIndex:"modal"}),nd=(0,nr.defineStyle)(c=>{let{isCentered:d,scrollBehavior:p}=c;return{display:"flex",zIndex:"modal",justifyContent:"center",alignItems:d?"center":"flex-start",overflow:"inside"===p?"hidden":"auto",overscrollBehaviorY:"none"}}),nu=(0,nr.defineStyle)(c=>{let{isCentered:d,scrollBehavior:p}=c;return{borderRadius:"md",color:"inherit",my:d?"auto":"16",mx:d?"auto":void 0,zIndex:"modal",maxH:"inside"===p?"calc(100% - 7.5rem)":void 0,[nc.variable]:"colors.white",[ni.variable]:"shadows.lg",_dark:{[nc.variable]:"colors.gray.700",[ni.variable]:"shadows.dark-lg"},bg:nc.reference,boxShadow:ni.reference}}),np=(0,nr.defineStyle)({px:"6",py:"4",fontSize:"xl",fontWeight:"semibold"}),nh=(0,nr.defineStyle)({position:"absolute",top:"2",insetEnd:"3"}),nv=(0,nr.defineStyle)(c=>{let{scrollBehavior:d}=c;return{px:"6",py:"2",flex:"1",overflow:"inside"===d?"auto":void 0}}),ng=(0,nr.defineStyle)({px:"6",py:"4"});function getSize3(c){return"full"===c?nl({dialog:{maxW:"100vw",minH:"$100vh",my:"0",borderRadius:"0"}}):nl({dialog:{maxW:c}})}var ny=no({baseStyle:nl(c=>({overlay:ns,dialogContainer:runIfFn(nd,c),dialog:runIfFn(nu,c),header:np,closeButton:nh,body:runIfFn(nv,c),footer:ng})),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"}}),nf=p(34382),nm=p(77504),nk=p(60723),nM={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:nb,definePartsStyle:nI}=(0,nm.createMultiStyleConfigHelpers)(nf.numberInputAnatomy.keys),nC=(0,nk.cssVar)("number-input-stepper-width"),nx=(0,nk.cssVar)("number-input-input-padding"),nR=(0,nk.calc)(nC).add("0.5rem").toString(),nS=(0,nk.cssVar)("number-input-bg"),n_=(0,nk.cssVar)("number-input-color"),nw=(0,nk.cssVar)("number-input-border-color"),nP=(0,nm.defineStyle)({[nC.variable]:"sizes.6",[nx.variable]:nR}),nO=(0,nm.defineStyle)(c=>{var d,p;return null!=(p=null==(d=runIfFn(a$.baseStyle,c))?void 0:d.field)?p:{}}),nF=(0,nm.defineStyle)({width:nC.reference}),nz=(0,nm.defineStyle)({borderStart:"1px solid",borderStartColor:nw.reference,color:n_.reference,bg:nS.reference,[n_.variable]:"colors.chakra-body-text",[nw.variable]:"colors.chakra-border-color",_dark:{[n_.variable]:"colors.whiteAlpha.800",[nw.variable]:"colors.whiteAlpha.300"},_active:{[nS.variable]:"colors.gray.200",_dark:{[nS.variable]:"colors.whiteAlpha.300"}},_disabled:{opacity:.4,cursor:"not-allowed"}});function getSize4(c){var d,p,v;let g=null==(d=a$.sizes)?void 0:d[c],I={lg:"md",md:"md",sm:"sm",xs:"sm"},R=null!=(v=null==(p=g.field)?void 0:p.fontSize)?v:"md",S=nM.fontSizes[R];return nI({field:{...g.field,paddingInlineEnd:nx.reference,verticalAlign:"top"},stepper:{fontSize:(0,nk.calc)(S).multiply(.75).toString(),_first:{borderTopEndRadius:I[c]},_last:{borderBottomEndRadius:I[c],mt:"-1px",borderTopWidth:1}}})}var nD=nb({baseStyle:nI(c=>{var d;return{root:nP,field:null!=(d=runIfFn(nO,c))?d:{},stepperGroup:nF,stepper:nz}}),sizes:{xs:getSize4("xs"),sm:getSize4("sm"),md:getSize4("md"),lg:getSize4("lg")},variants:a$.variants,defaultProps:a$.defaultProps}),nA=p(77504),nj=(0,nA.defineStyle)({...null==(v=a$.baseStyle)?void 0:v.field,textAlign:"center"}),nE={lg:(0,nA.defineStyle)({fontSize:"lg",w:12,h:12,borderRadius:"md"}),md:(0,nA.defineStyle)({fontSize:"md",w:10,h:10,borderRadius:"md"}),sm:(0,nA.defineStyle)({fontSize:"sm",w:8,h:8,borderRadius:"sm"}),xs:(0,nA.defineStyle)({fontSize:"xs",w:6,h:6,borderRadius:"sm"})},nT={outline:(0,nA.defineStyle)(c=>{var d,p,v;return null!=(v=null==(p=runIfFn(null==(d=a$.variants)?void 0:d.outline,c))?void 0:p.field)?v:{}}),flushed:(0,nA.defineStyle)(c=>{var d,p,v;return null!=(v=null==(p=runIfFn(null==(d=a$.variants)?void 0:d.flushed,c))?void 0:p.field)?v:{}}),filled:(0,nA.defineStyle)(c=>{var d,p,v;return null!=(v=null==(p=runIfFn(null==(d=a$.variants)?void 0:d.filled,c))?void 0:p.field)?v:{}}),unstyled:null!=(I=null==(g=a$.variants)?void 0:g.unstyled.field)?I:{}},nB=(0,nA.defineStyleConfig)({baseStyle:nj,sizes:nE,variants:nT,defaultProps:a$.defaultProps}),nN=p(34382),nL=p(77504),n$=p(60723),{defineMultiStyleConfig:nW,definePartsStyle:nH}=(0,nL.createMultiStyleConfigHelpers)(nN.popoverAnatomy.keys),nV=(0,n$.cssVar)("popper-bg"),nq=(0,n$.cssVar)("popper-arrow-bg"),nU=(0,n$.cssVar)("popper-arrow-shadow-color"),nG=nW({baseStyle:nH({popper:(0,nL.defineStyle)({zIndex:10}),content:(0,nL.defineStyle)({[nV.variable]:"colors.white",bg:nV.reference,[nq.variable]:nV.reference,[nU.variable]:"colors.gray.200",_dark:{[nV.variable]:"colors.gray.700",[nU.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})})}),nX=p(34382),nK=p(77504),nY=p(60723),{defineMultiStyleConfig:nZ,definePartsStyle:nQ}=(0,nK.createMultiStyleConfigHelpers)(nX.progressAnatomy.keys),nJ=(0,nK.defineStyle)(c=>{let{colorScheme:d,theme:p,isIndeterminate:v,hasStripe:g}=c,I=(0,nY.mode)((0,nY.generateStripe)(),(0,nY.generateStripe)("1rem","rgba(0,0,0,0.1)"))(c),R=(0,nY.mode)(`${d}.500`,`${d}.200`)(c),S=`linear-gradient(
to right,
transparent 0%,
${(0,nY.getColor)(p,R)} 50%,
transparent 100%
)`;return{...!v&&g&&I,...v?{bgImage:S}:{bgColor:R}}}),n1=(0,nK.defineStyle)({lineHeight:"1",fontSize:"0.25em",fontWeight:"bold",color:"white"}),n0=(0,nK.defineStyle)(c=>({bg:(0,nY.mode)("gray.100","whiteAlpha.300")(c)})),n2=(0,nK.defineStyle)(c=>({transitionProperty:"common",transitionDuration:"slow",...nJ(c)})),n3=nQ(c=>({label:n1,filledTrack:n2(c),track:n0(c)})),n5=nZ({sizes:{xs:nQ({track:{h:"1"}}),sm:nQ({track:{h:"2"}}),md:nQ({track:{h:"3"}}),lg:nQ({track:{h:"4"}})},baseStyle:n3,defaultProps:{size:"md",colorScheme:"blue"}}),n4=p(34382),n6=p(77504),{defineMultiStyleConfig:n9,definePartsStyle:n7}=(0,n6.createMultiStyleConfigHelpers)(n4.radioAnatomy.keys),n8=(0,n6.defineStyle)(c=>{var d;let p=null==(d=runIfFn(tA.baseStyle,c))?void 0:d.control;return{...p,borderRadius:"full",_checked:{...null==p?void 0:p._checked,_before:{content:'""',display:"inline-block",pos:"relative",w:"50%",h:"50%",borderRadius:"50%",bg:"currentColor"}}}}),rt=n9({baseStyle:n7(c=>{var d,p;return{label:null==(d=tA.baseStyle)?void 0:d.call(tA,c).label,container:null==(p=tA.baseStyle)?void 0:p.call(tA,c).container,control:n8(c)}}),sizes:{md:n7({control:{w:"4",h:"4"},label:{fontSize:"md"}}),lg:n7({control:{w:"5",h:"5"},label:{fontSize:"lg"}}),sm:n7({control:{width:"3",height:"3"},label:{fontSize:"sm"}})},defaultProps:{size:"md",colorScheme:"blue"}}),ra=p(34382),rn=p(77504),{defineMultiStyleConfig:rr,definePartsStyle:ro}=(0,rn.createMultiStyleConfigHelpers)(ra.selectAnatomy.keys),rl=(0,rn.cssVar)("select-bg"),rc=ro({field:(0,rn.defineStyle)({...null==(R=a$.baseStyle)?void 0:R.field,appearance:"none",paddingBottom:"1px",lineHeight:"normal",bg:rl.reference,[rl.variable]:"colors.white",_dark:{[rl.variable]:"colors.gray.700"},"> option, > optgroup":{bg:rl.reference}}),icon:(0,rn.defineStyle)({width:"6",height:"100%",insetEnd:"2",position:"relative",color:"currentColor",fontSize:"xl",_disabled:{opacity:.5}})}),ri=(0,rn.defineStyle)({paddingInlineEnd:"8"}),rs=rr({baseStyle:rc,sizes:{lg:{...null==(S=a$.sizes)?void 0:S.lg,field:{...null==(P=a$.sizes)?void 0:P.lg.field,...ri}},md:{...null==(j=a$.sizes)?void 0:j.md,field:{...null==(T=a$.sizes)?void 0:T.md.field,...ri}},sm:{...null==(N=a$.sizes)?void 0:N.sm,field:{...null==($=a$.sizes)?void 0:$.sm.field,...ri}},xs:{...null==(U=a$.sizes)?void 0:U.xs,field:{...null==(et=a$.sizes)?void 0:et.xs.field,...ri},icon:{insetEnd:"1"}}},variants:a$.variants,defaultProps:a$.defaultProps}),rd=p(77504),ru=(0,rd.cssVar)("skeleton-start-color"),rp=(0,rd.cssVar)("skeleton-end-color"),rh=(0,rd.defineStyle)({[ru.variable]:"colors.gray.100",[rp.variable]:"colors.gray.400",_dark:{[ru.variable]:"colors.gray.800",[rp.variable]:"colors.gray.600"},background:ru.reference,borderColor:rp.reference,opacity:.7,borderRadius:"sm"}),rv=(0,rd.defineStyleConfig)({baseStyle:rh}),rg=p(77504),ry=(0,rg.cssVar)("skip-link-bg"),rf=(0,rg.defineStyle)({borderRadius:"md",fontWeight:"semibold",_focusVisible:{boxShadow:"outline",padding:"4",position:"fixed",top:"6",insetStart:"6",[ry.variable]:"colors.white",_dark:{[ry.variable]:"colors.gray.700"},bg:ry.reference}}),rm=(0,rg.defineStyleConfig)({baseStyle:rf}),rk=p(34382),rM=p(77504),rb=p(60723),{defineMultiStyleConfig:rI,definePartsStyle:rC}=(0,rM.createMultiStyleConfigHelpers)(rk.sliderAnatomy.keys),rx=(0,rM.cssVar)("slider-thumb-size"),rR=(0,rM.cssVar)("slider-track-size"),rS=(0,rM.cssVar)("slider-bg"),r_=(0,rM.defineStyle)(c=>{let{orientation:d}=c;return{display:"inline-block",position:"relative",cursor:"pointer",_disabled:{opacity:.6,cursor:"default",pointerEvents:"none"},...(0,rb.orient)({orientation:d,vertical:{h:"100%"},horizontal:{w:"100%"}})}}),rw=(0,rM.defineStyle)(c=>{let d=(0,rb.orient)({orientation:c.orientation,horizontal:{h:rR.reference},vertical:{w:rR.reference}});return{...d,overflow:"hidden",borderRadius:"sm",[rS.variable]:"colors.gray.200",_dark:{[rS.variable]:"colors.whiteAlpha.200"},_disabled:{[rS.variable]:"colors.gray.300",_dark:{[rS.variable]:"colors.whiteAlpha.300"}},bg:rS.reference}}),rP=(0,rM.defineStyle)(c=>{let{orientation:d}=c,p=(0,rb.orient)({orientation:d,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{...p,w:rx.reference,h:rx.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"}}}),rO=(0,rM.defineStyle)(c=>{let{colorScheme:d}=c;return{width:"inherit",height:"inherit",[rS.variable]:`colors.${d}.500`,_dark:{[rS.variable]:`colors.${d}.200`},bg:rS.reference}}),rF=rI({baseStyle:rC(c=>({container:r_(c),track:rw(c),thumb:rP(c),filledTrack:rO(c)})),sizes:{lg:rC({container:{[rx.variable]:"sizes.4",[rR.variable]:"sizes.1"}}),md:rC({container:{[rx.variable]:"sizes.3.5",[rR.variable]:"sizes.1"}}),sm:rC({container:{[rx.variable]:"sizes.2.5",[rR.variable]:"sizes.0.5"}})},defaultProps:{size:"md",colorScheme:"blue"}}),rz=p(77504),rD=(0,p(60723).cssVar)("spinner-size"),rA=(0,rz.defineStyle)({width:[rD.reference],height:[rD.reference]}),rj={xs:(0,rz.defineStyle)({[rD.variable]:"sizes.3"}),sm:(0,rz.defineStyle)({[rD.variable]:"sizes.4"}),md:(0,rz.defineStyle)({[rD.variable]:"sizes.6"}),lg:(0,rz.defineStyle)({[rD.variable]:"sizes.8"}),xl:(0,rz.defineStyle)({[rD.variable]:"sizes.12"})},rE=(0,rz.defineStyleConfig)({baseStyle:rA,sizes:rj,defaultProps:{size:"md"}}),rT=p(34382),rB=p(77504),{defineMultiStyleConfig:rN,definePartsStyle:rL}=(0,rB.createMultiStyleConfigHelpers)(rT.statAnatomy.keys),r$=rN({baseStyle:rL({container:{},label:(0,rB.defineStyle)({fontWeight:"medium"}),helpText:(0,rB.defineStyle)({opacity:.8,marginBottom:"2"}),number:(0,rB.defineStyle)({verticalAlign:"baseline",fontWeight:"semibold"}),icon:(0,rB.defineStyle)({marginEnd:1,w:"3.5",h:"3.5",verticalAlign:"middle"})}),sizes:{md:rL({label:{fontSize:"sm"},helpText:{fontSize:"sm"},number:{fontSize:"2xl"}})},defaultProps:{size:"md"}}),rW=p(77504),{defineMultiStyleConfig:rH,definePartsStyle:rV}=(0,rW.createMultiStyleConfigHelpers)(["stepper","step","title","description","indicator","separator","icon","number"]),rq=(0,rW.cssVar)("stepper-indicator-size"),rU=(0,rW.cssVar)("stepper-icon-size"),rG=(0,rW.cssVar)("stepper-title-font-size"),rX=(0,rW.cssVar)("stepper-description-font-size"),rK=(0,rW.cssVar)("stepper-accent-color"),rY=rH({baseStyle:rV(({colorScheme:c})=>({stepper:{display:"flex",justifyContent:"space-between",gap:"4","&[data-orientation=vertical]":{flexDirection:"column",alignItems:"flex-start"},"&[data-orientation=horizontal]":{flexDirection:"row",alignItems:"center"},[rK.variable]:`colors.${c}.500`,_dark:{[rK.variable]:`colors.${c}.200`}},title:{fontSize:rG.reference,fontWeight:"medium"},description:{fontSize:rX.reference,color:"chakra-subtle-text"},number:{fontSize:rG.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:rq.reference,height:rq.reference,display:"flex",justifyContent:"center",alignItems:"center","&[data-status=active]":{borderWidth:"2px",borderColor:rK.reference},"&[data-status=complete]":{bg:rK.reference,color:"chakra-inverse-text"},"&[data-status=incomplete]":{borderWidth:"2px"}},separator:{bg:"chakra-border-color",flex:"1","&[data-status=complete]":{bg:rK.reference},"&[data-orientation=horizontal]":{width:"100%",height:"2px",marginStart:"2"},"&[data-orientation=vertical]":{width:"2px",position:"absolute",height:"100%",maxHeight:`calc(100% - ${rq.reference} - 8px)`,top:`calc(${rq.reference} + 4px)`,insetStart:`calc(${rq.reference} / 2 - 1px)`}}})),sizes:{xs:rV({stepper:{[rq.variable]:"sizes.4",[rU.variable]:"sizes.3",[rG.variable]:"fontSizes.xs",[rX.variable]:"fontSizes.xs"}}),sm:rV({stepper:{[rq.variable]:"sizes.6",[rU.variable]:"sizes.4",[rG.variable]:"fontSizes.sm",[rX.variable]:"fontSizes.xs"}}),md:rV({stepper:{[rq.variable]:"sizes.8",[rU.variable]:"sizes.5",[rG.variable]:"fontSizes.md",[rX.variable]:"fontSizes.sm"}}),lg:rV({stepper:{[rq.variable]:"sizes.10",[rU.variable]:"sizes.6",[rG.variable]:"fontSizes.lg",[rX.variable]:"fontSizes.md"}})},defaultProps:{size:"md",colorScheme:"blue"}}),rZ=p(34382),rQ=p(77504),rJ=p(60723),{defineMultiStyleConfig:r1,definePartsStyle:r0}=(0,rQ.createMultiStyleConfigHelpers)(rZ.switchAnatomy.keys),r2=(0,rJ.cssVar)("switch-track-width"),r3=(0,rJ.cssVar)("switch-track-height"),r5=(0,rJ.cssVar)("switch-track-diff"),r4=rJ.calc.subtract(r2,r3),r6=(0,rJ.cssVar)("switch-thumb-x"),r9=(0,rJ.cssVar)("switch-bg"),r7=(0,rQ.defineStyle)(c=>{let{colorScheme:d}=c;return{borderRadius:"full",p:"0.5",width:[r2.reference],height:[r3.reference],transitionProperty:"common",transitionDuration:"fast",[r9.variable]:"colors.gray.300",_dark:{[r9.variable]:"colors.whiteAlpha.400"},_focusVisible:{boxShadow:"outline"},_disabled:{opacity:.4,cursor:"not-allowed"},_checked:{[r9.variable]:`colors.${d}.500`,_dark:{[r9.variable]:`colors.${d}.200`}},bg:r9.reference}}),r8=(0,rQ.defineStyle)({bg:"white",transitionProperty:"transform",transitionDuration:"normal",borderRadius:"inherit",width:[r3.reference],height:[r3.reference],_checked:{transform:`translateX(${r6.reference})`}}),oe=r1({baseStyle:r0(c=>({container:{[r5.variable]:r4,[r6.variable]:r5.reference,_rtl:{[r6.variable]:(0,rJ.calc)(r5).negate().toString()}},track:r7(c),thumb:r8})),sizes:{sm:r0({container:{[r2.variable]:"1.375rem",[r3.variable]:"sizes.3"}}),md:r0({container:{[r2.variable]:"1.875rem",[r3.variable]:"sizes.4"}}),lg:r0({container:{[r2.variable]:"2.875rem",[r3.variable]:"sizes.6"}})},defaultProps:{size:"md",colorScheme:"blue"}}),ot=p(34382),oa=p(77504),on=p(60723),{defineMultiStyleConfig:or,definePartsStyle:oo}=(0,oa.createMultiStyleConfigHelpers)(ot.tableAnatomy.keys),ol=oo({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"}}),oc=(0,oa.defineStyle)({"&[data-is-numeric=true]":{textAlign:"end"}}),oi=or({baseStyle:ol,variants:{simple:oo(c=>{let{colorScheme:d}=c;return{th:{color:(0,on.mode)("gray.600","gray.400")(c),borderBottom:"1px",borderColor:(0,on.mode)(`${d}.100`,`${d}.700`)(c),...oc},td:{borderBottom:"1px",borderColor:(0,on.mode)(`${d}.100`,`${d}.700`)(c),...oc},caption:{color:(0,on.mode)("gray.600","gray.100")(c)},tfoot:{tr:{"&:last-of-type":{th:{borderBottomWidth:0}}}}}}),striped:oo(c=>{let{colorScheme:d}=c;return{th:{color:(0,on.mode)("gray.600","gray.400")(c),borderBottom:"1px",borderColor:(0,on.mode)(`${d}.100`,`${d}.700`)(c),...oc},td:{borderBottom:"1px",borderColor:(0,on.mode)(`${d}.100`,`${d}.700`)(c),...oc},caption:{color:(0,on.mode)("gray.600","gray.100")(c)},tbody:{tr:{"&:nth-of-type(odd)":{"th, td":{borderBottomWidth:"1px",borderColor:(0,on.mode)(`${d}.100`,`${d}.700`)(c)},td:{background:(0,on.mode)(`${d}.100`,`${d}.700`)(c)}}}},tfoot:{tr:{"&:last-of-type":{th:{borderBottomWidth:0}}}}}}),unstyled:(0,oa.defineStyle)({})},sizes:{sm:oo({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:oo({th:{px:"6",py:"3",lineHeight:"4",fontSize:"xs"},td:{px:"6",py:"4",lineHeight:"5"},caption:{px:"6",py:"2",fontSize:"sm"}}),lg:oo({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"}}),os=p(34382),od=p(77504),ou=p(60723),op=(0,od.cssVar)("tabs-color"),oh=(0,od.cssVar)("tabs-bg"),ov=(0,od.cssVar)("tabs-border-color"),{defineMultiStyleConfig:og,definePartsStyle:oy}=(0,od.createMultiStyleConfigHelpers)(os.tabsAnatomy.keys),of=(0,od.defineStyle)(c=>{let{orientation:d}=c;return{display:"vertical"===d?"flex":"block"}}),om=(0,od.defineStyle)(c=>{let{isFitted:d}=c;return{flex:d?1:void 0,transitionProperty:"common",transitionDuration:"normal",_focusVisible:{zIndex:1,boxShadow:"outline"},_disabled:{cursor:"not-allowed",opacity:.4}}}),ok=(0,od.defineStyle)(c=>{let{align:d="start",orientation:p}=c;return{justifyContent:({end:"flex-end",center:"center",start:"flex-start"})[d],flexDirection:"vertical"===p?"column":"row"}}),oM=(0,od.defineStyle)({p:4}),ob=og({baseStyle:oy(c=>({root:of(c),tab:om(c),tablist:ok(c),tabpanel:oM})),sizes:{sm:oy({tab:{py:1,px:4,fontSize:"sm"}}),md:oy({tab:{fontSize:"md",py:2,px:4}}),lg:oy({tab:{fontSize:"lg",py:3,px:4}})},variants:{line:oy(c=>{let{colorScheme:d,orientation:p}=c,v="vertical"===p,g=v?"borderStart":"borderBottom";return{tablist:{[g]:"2px solid",borderColor:"inherit"},tab:{[g]:"2px solid",borderColor:"transparent",[v?"marginStart":"marginBottom"]:"-2px",_selected:{[op.variable]:`colors.${d}.600`,_dark:{[op.variable]:`colors.${d}.300`},borderColor:"currentColor"},_active:{[oh.variable]:"colors.gray.200",_dark:{[oh.variable]:"colors.whiteAlpha.300"}},_disabled:{_active:{bg:"none"}},color:op.reference,bg:oh.reference}}}),enclosed:oy(c=>{let{colorScheme:d}=c;return{tab:{borderTopRadius:"md",border:"1px solid",borderColor:"transparent",mb:"-1px",[ov.variable]:"transparent",_selected:{[op.variable]:`colors.${d}.600`,[ov.variable]:"colors.white",_dark:{[op.variable]:`colors.${d}.300`,[ov.variable]:"colors.gray.800"},borderColor:"inherit",borderBottomColor:ov.reference},color:op.reference},tablist:{mb:"-1px",borderBottom:"1px solid",borderColor:"inherit"}}}),"enclosed-colored":oy(c=>{let{colorScheme:d}=c;return{tab:{border:"1px solid",borderColor:"inherit",[oh.variable]:"colors.gray.50",_dark:{[oh.variable]:"colors.whiteAlpha.50"},mb:"-1px",_notLast:{marginEnd:"-1px"},_selected:{[oh.variable]:"colors.white",[op.variable]:`colors.${d}.600`,_dark:{[oh.variable]:"colors.gray.800",[op.variable]:`colors.${d}.300`},borderColor:"inherit",borderTopColor:"currentColor",borderBottomColor:"transparent"},color:op.reference,bg:oh.reference},tablist:{mb:"-1px",borderBottom:"1px solid",borderColor:"inherit"}}}),"soft-rounded":oy(c=>{let{colorScheme:d,theme:p}=c;return{tab:{borderRadius:"full",fontWeight:"semibold",color:"gray.600",_selected:{color:(0,ou.getColor)(p,`${d}.700`),bg:(0,ou.getColor)(p,`${d}.100`)}}}}),"solid-rounded":oy(c=>{let{colorScheme:d}=c;return{tab:{borderRadius:"full",fontWeight:"semibold",[op.variable]:"colors.gray.600",_dark:{[op.variable]:"inherit"},_selected:{[op.variable]:"colors.white",[oh.variable]:`colors.${d}.600`,_dark:{[op.variable]:"colors.gray.800",[oh.variable]:`colors.${d}.300`}},color:op.reference,bg:oh.reference}}}),unstyled:oy({})},defaultProps:{size:"md",variant:"line",colorScheme:"blue"}}),oI=p(34382),oC=p(77504),{defineMultiStyleConfig:ox,definePartsStyle:oR}=(0,oC.createMultiStyleConfigHelpers)(oI.tagAnatomy.keys),oS=(0,oC.cssVar)("tag-bg"),o_=(0,oC.cssVar)("tag-color"),ow=(0,oC.cssVar)("tag-shadow"),oP=(0,oC.cssVar)("tag-min-height"),oO=(0,oC.cssVar)("tag-min-width"),oF=(0,oC.cssVar)("tag-font-size"),oz=(0,oC.cssVar)("tag-padding-inline"),oD=oR({container:(0,oC.defineStyle)({fontWeight:"medium",lineHeight:1.2,outline:0,[o_.variable]:eY.color.reference,[oS.variable]:eY.bg.reference,[ow.variable]:eY.shadow.reference,color:o_.reference,bg:oS.reference,boxShadow:ow.reference,borderRadius:"md",minH:oP.reference,minW:oO.reference,fontSize:oF.reference,px:oz.reference,_focusVisible:{[ow.variable]:"shadows.outline"}}),label:(0,oC.defineStyle)({lineHeight:1.2,overflow:"visible"}),closeButton:(0,oC.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}})}),oA={sm:oR({container:{[oP.variable]:"sizes.5",[oO.variable]:"sizes.5",[oF.variable]:"fontSizes.xs",[oz.variable]:"space.2"},closeButton:{marginEnd:"-2px",marginStart:"0.35rem"}}),md:oR({container:{[oP.variable]:"sizes.6",[oO.variable]:"sizes.6",[oF.variable]:"fontSizes.sm",[oz.variable]:"space.2"}}),lg:oR({container:{[oP.variable]:"sizes.8",[oO.variable]:"sizes.8",[oF.variable]:"fontSizes.md",[oz.variable]:"space.3"}})},oj=ox({variants:{subtle:oR(c=>{var d;return{container:null==(d=e0.variants)?void 0:d.subtle(c)}}),solid:oR(c=>{var d;return{container:null==(d=e0.variants)?void 0:d.solid(c)}}),outline:oR(c=>{var d;return{container:null==(d=e0.variants)?void 0:d.outline(c)}})},baseStyle:oD,sizes:oA,defaultProps:{size:"md",variant:"subtle",colorScheme:"gray"}}),oE=p(77504),oT=(0,oE.defineStyle)({...null==(ea=a$.baseStyle)?void 0:ea.field,paddingY:"2",minHeight:"20",lineHeight:"short",verticalAlign:"top"}),oB={outline:(0,oE.defineStyle)(c=>{var d,p;return null!=(p=null==(d=a$.variants)?void 0:d.outline(c).field)?p:{}}),flushed:(0,oE.defineStyle)(c=>{var d,p;return null!=(p=null==(d=a$.variants)?void 0:d.flushed(c).field)?p:{}}),filled:(0,oE.defineStyle)(c=>{var d,p;return null!=(p=null==(d=a$.variants)?void 0:d.filled(c).field)?p:{}}),unstyled:null!=(er=null==(en=a$.variants)?void 0:en.unstyled.field)?er:{}},oN={xs:null!=(el=null==(eo=a$.sizes)?void 0:eo.xs.field)?el:{},sm:null!=(ei=null==(ec=a$.sizes)?void 0:ec.sm.field)?ei:{},md:null!=(ed=null==(es=a$.sizes)?void 0:es.md.field)?ed:{},lg:null!=(ep=null==(eu=a$.sizes)?void 0:eu.lg.field)?ep:{}},oL=(0,oE.defineStyleConfig)({baseStyle:oT,sizes:oN,variants:oB,defaultProps:{size:"md",variant:"outline"}}),o$=p(77504),oW=p(60723),oH=(0,oW.cssVar)("tooltip-bg"),oV=(0,oW.cssVar)("tooltip-fg"),oq=(0,oW.cssVar)("popper-arrow-bg"),oU=(0,o$.defineStyle)({bg:oH.reference,color:oV.reference,[oH.variable]:"colors.gray.700",[oV.variable]:"colors.whiteAlpha.900",_dark:{[oH.variable]:"colors.gray.300",[oV.variable]:"colors.gray.900"},[oq.variable]:oH.reference,px:"2",py:"0.5",borderRadius:"sm",fontWeight:"medium",fontSize:"sm",boxShadow:"md",maxW:"xs",zIndex:"tooltip"}),oG=(0,o$.defineStyleConfig)({baseStyle:oU}),oX={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"}},...nM,sizes:ej,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:eA,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"}}},oK={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"}}},oY={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"}}},oZ=p(42409),oQ=["borders","breakpoints","colors","components","config","direction","fonts","fontSizes","fontWeights","letterSpacings","lineHeights","radii","shadows","sizes","space","styles","transition","zIndices"];function isChakraTheme(c){return!!(0,oZ.isObject)(c)&&oQ.every(d=>Object.prototype.hasOwnProperty.call(c,d))}var oJ={useSystemColorMode:!1,initialColorMode:"light",cssVarPrefix:"chakra"},o1={semanticTokens:oK,direction:"ltr",...oX,components:{Accordion:eI,Alert:eO,Avatar:eG,Badge:e0,Breadcrumb:e9,Button:td,Checkbox:tA,CloseButton:t$,Code:tU,Container:tK,Divider:t1,Drawer:ao,Editable:ad,Form:ay,FormError:aI,FormLabel:aR,Heading:aP,Input:a$,Kbd:aq,Link:aX,List:aJ,Menu:na,Modal:ny,NumberInput:nD,PinInput:nB,Popover:nG,Progress:n5,Radio:rt,Select:rs,Skeleton:rv,SkipLink:rm,Slider:rF,Spinner:rE,Stat:r$,Switch:oe,Table:oi,Tabs:ob,Tag:oj,Textarea:oL,Tooltip:oG,Card:tC,Stepper:rY},styles:oY,config:oJ},o0={semanticTokens:oK,direction:"ltr",components:{},...oX,styles:oY,config:oJ}},55420:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{Toast:()=>Toast,ToastOptionProvider:()=>em,ToastProvider:()=>ToastProvider,createRenderToast:()=>createRenderToast,createStandaloneToast:()=>createStandaloneToast,createToastFn:()=>createToastFn,getToastPlacement:()=>getToastPlacement,useToast:()=>useToast}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(90914),j=p(53061),T=p(90914),N=p(56766),$=p(42409);function getToastPlacement(c,d){var p;let v=null!=c?c:"bottom",g={"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"}}[v];return null!=(p=null==g?void 0:g[d])?p:v}var findById=(c,d)=>c.find(c=>c.id===d);function findToast(c,d){let p=getToastPosition(c,d),v=p?c[p].findIndex(c=>c.id===d):-1;return{position:p,index:v}}function getToastPosition(c,d){for(let[p,v]of Object.entries(c))if(findById(v,d))return p}function getToastStyle(c){let d=c.includes("right"),p=c.includes("left"),v="center";return d&&(v="flex-end"),p&&(v="flex-start"),{display:"flex",flexDirection:"column",alignItems:v}}function getToastListStyle(c){let d=c.includes("top")?"env(safe-area-inset-top, 0px)":void 0,p=c.includes("bottom")?"env(safe-area-inset-bottom, 0px)":void 0,v=c.includes("left")?void 0:"env(safe-area-inset-right, 0px)",g=c.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"===c||"bottom"===c?"0 auto":void 0,top:d,bottom:p,right:v,left:g}}var U=createStore({top:[],"top-left":[],"top-right":[],"bottom-left":[],bottom:[],"bottom-right":[]});function createStore(c){let d=c,p=new Set,setState=c=>{d=c(d),p.forEach(c=>c())};return{getState:()=>d,subscribe:d=>(p.add(d),()=>{setState(()=>c),p.delete(d)}),removeToast:(c,d)=>{setState(p=>({...p,[d]:p[d].filter(d=>d.id!=c)}))},notify:(c,d)=>{let p=createToast(c,d),{position:v,id:g}=p;return setState(c=>{var d,g;let I=v.includes("top"),R=I?[p,...null!=(d=c[v])?d:[]]:[...null!=(g=c[v])?g:[],p];return{...c,[v]:R}}),g},update:(c,d)=>{c&&setState(p=>{let v={...p},{position:g,index:I}=findToast(v,c);return g&&-1!==I&&(v[g][I]={...v[g][I],...d,message:createRenderToast(d)}),v})},closeAll:({positions:c}={})=>{setState(d=>(null!=c?c:["bottom","bottom-right","bottom-left","top","top-left","top-right"]).reduce((c,p)=>(c[p]=d[p].map(c=>({...c,requestClose:!0})),c),{...d}))},close:c=>{setState(d=>{let p=getToastPosition(d,c);return p?{...d,[p]:d[p].map(d=>d.id==c?{...d,requestClose:!0}:d)}:d})},isActive:c=>!!findToast(U.getState(),c).position}}var et=0;function createToast(c,d={}){var p,v;et+=1;let g=null!=(p=d.id)?p:et,I=null!=(v=d.position)?v:"bottom";return{id:g,message:c,position:I,duration:d.duration,onCloseComplete:d.onCloseComplete,onRequestRemove:()=>U.removeToast(String(g),I),status:d.status,requestClose:!1,containerStyle:d.containerStyle}}var ea=p(85893),Toast=c=>{let{status:d,variant:p="solid",id:v,title:g,isClosable:I,onClose:R,description:S,colorScheme:P,icon:$}=c,U=v?{root:`toast-${v}`,title:`toast-${v}-title`,description:`toast-${v}-description`}:void 0;return(0,ea.jsxs)(j.Alert,{addRole:!1,status:d,variant:p,id:null==U?void 0:U.root,alignItems:"start",borderRadius:"md",boxShadow:"lg",paddingEnd:8,textAlign:"start",width:"auto",colorScheme:P,children:[(0,ea.jsx)(j.AlertIcon,{children:$}),(0,ea.jsxs)(T.chakra.div,{flex:"1",maxWidth:"100%",children:[g&&(0,ea.jsx)(j.AlertTitle,{id:null==U?void 0:U.title,children:g}),S&&(0,ea.jsx)(j.AlertDescription,{id:null==U?void 0:U.description,display:"block",children:S})]}),I&&(0,ea.jsx)(N.CloseButton,{size:"sm",onClick:R,position:"absolute",insetEnd:1,top:1})]})};function createRenderToast(c={}){let{render:d,toastComponent:p=Toast}=c;return v=>"function"==typeof d?d({...v,...c}):(0,ea.jsx)(p,{...v,...c})}function createToastFn(c,d){let normalizeToastOptions=p=>{var v;return{...d,...p,position:getToastPlacement(null!=(v=null==p?void 0:p.position)?v:null==d?void 0:d.position,c)}},toast=c=>{let d=normalizeToastOptions(c),p=createRenderToast(d);return U.notify(p,d)};return toast.update=(c,d)=>{U.update(c,normalizeToastOptions(d))},toast.promise=(c,d)=>{let p=toast({...d.loading,status:"loading",duration:null});c.then(c=>toast.update(p,{status:"success",duration:5e3,...(0,$.runIfFn)(d.success,c)})).catch(c=>toast.update(p,{status:"error",duration:5e3,...(0,$.runIfFn)(d.error,c)}))},toast.closeAll=U.closeAll,toast.close=U.close,toast.isActive=U.isActive,toast}var en=p(67294),er=p(46431),eo=p(50336),el=p(94028),ec=p(75851),ei=p(42409),es=p(46431),ed=p(90914),eu=p(67294),ep=p(85893),eh={initial:c=>{let{position:d}=c,p=["top","bottom"].includes(d)?"y":"x",v=["top-right","bottom-right"].includes(d)?1:-1;return"bottom"===d&&(v=1),{opacity:0,[p]:24*v}},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]}}},ev=(0,eu.memo)(c=>{let{id:d,message:p,onCloseComplete:v,onRequestRemove:g,requestClose:I=!1,position:R="bottom",duration:S=5e3,containerStyle:P,motionVariants:j=eh,toastSpacing:T="0.5rem"}=c,[N,$]=(0,eu.useState)(S),U=(0,es.useIsPresent)();(0,ec.useUpdateEffect)(()=>{U||null==v||v()},[U]),(0,ec.useUpdateEffect)(()=>{$(S)},[S]);let close=()=>{U&&g()};(0,eu.useEffect)(()=>{U&&I&&g()},[U,I,g]),(0,el.useTimeout)(close,N);let et=(0,eu.useMemo)(()=>({pointerEvents:"auto",maxWidth:560,minWidth:300,margin:T,...P}),[P,T]),ea=(0,eu.useMemo)(()=>getToastStyle(R),[R]);return(0,ep.jsx)(es.motion.div,{layout:!0,className:"chakra-toast",variants:j,initial:"initial",animate:"animate",exit:"exit",onHoverStart:()=>$(null),onHoverEnd:()=>$(S),custom:{position:R},style:ea,children:(0,ep.jsx)(ed.chakra.div,{role:"status","aria-atomic":"true",className:"chakra-toast__inner",__css:et,children:(0,ei.runIfFn)(p,{id:d,onClose:close})})})});ev.displayName="ToastComponent";var eg=p(67294),ey=p(65358),ef=p(85893),[em,ek]=(0,ey.createContext)({name:"ToastOptionsContext",strict:!1}),ToastProvider=c=>{let d=(0,eg.useSyncExternalStore)(U.subscribe,U.getState,U.getState),{motionVariants:p,component:v=ev,portalProps:g}=c,I=Object.keys(d),R=I.map(c=>{let g=d[c];return(0,ef.jsx)("div",{role:"region","aria-live":"polite","aria-label":"Notifications",id:`chakra-toast-manager-${c}`,style:getToastListStyle(c),children:(0,ef.jsx)(er.AnimatePresence,{initial:!1,children:g.map(c=>(0,ef.jsx)(v,{motionVariants:p,...c},c.id))})},c)});return(0,ef.jsx)(eo.Portal,{...g,children:R})};function useToast(c){let{theme:d}=(0,P.useChakra)(),p=ek();return(0,en.useMemo)(()=>createToastFn(d.direction,{...p,...c}),[c,d.direction,p])}var eM=p(90914),eb=p(60),eI=p(85893),eC={theme:eb.theme,colorMode:"light",toggleColorMode:()=>{},setColorMode:()=>{},defaultOptions:{duration:5e3,variant:"solid"},forced:!1};function createStandaloneToast({theme:c=eC.theme,colorMode:d=eC.colorMode,toggleColorMode:p=eC.toggleColorMode,setColorMode:v=eC.setColorMode,defaultOptions:g=eC.defaultOptions,motionVariants:I,toastSpacing:R,component:S,forced:P}=eC){let j={colorMode:d,setColorMode:v,toggleColorMode:p,forced:P};return{ToastContainer:()=>(0,eI.jsx)(eM.ThemeProvider,{theme:c,children:(0,eI.jsx)(eM.ColorModeContext.Provider,{value:j,children:(0,eI.jsx)(ToastProvider,{defaultOptions:g,motionVariants:I,toastSpacing:R,component:S})})}),toast:createToastFn(c.direction,g)}}},27954:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{Tooltip:()=>eu,useTooltip:()=>useTooltip}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(83819),j=p(50336),T=p(90914);function omit(c,d=[]){let p=Object.assign({},c);for(let c of d)c in p&&delete p[c];return p}function pick(c,d){let p={};for(let v of d)v in c&&(p[v]=c[v]);return p}var N=p(46431),$=p(67294),U={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]}}}},et=p(85080),ea=p(83819),en=p(27085),er=p(39034),eo=p(25089),el=p(42409),ec=p(67294),getDoc=c=>{var d;return(null==(d=c.current)?void 0:d.ownerDocument)||document},getWin=c=>{var d,p;return(null==(p=null==(d=c.current)?void 0:d.ownerDocument)?void 0:p.defaultView)||window};function useTooltip(c={}){let{openDelay:d=0,closeDelay:p=0,closeOnClick:v=!0,closeOnMouseDown:g,closeOnScroll:I,closeOnPointerDown:R=g,closeOnEsc:S=!0,onOpen:P,onClose:j,placement:T,id:N,isOpen:$,defaultIsOpen:U,arrowSize:ei=10,arrowShadowColor:es,arrowPadding:ed,modifiers:eu,isDisabled:ep,gutter:eh,offset:ev,direction:eg,...ey}=c,{isOpen:ef,onOpen:em,onClose:ek}=(0,en.useDisclosure)({isOpen:$,defaultIsOpen:U,onOpen:P,onClose:j}),{referenceRef:eM,getPopperProps:eb,getArrowInnerProps:eI,getArrowProps:eC}=(0,ea.usePopper)({enabled:ef,placement:T,arrowPadding:ed,modifiers:eu,gutter:eh,offset:ev,direction:eg}),ex=(0,ec.useId)(),eR=`tooltip-${null!=N?N:ex}`,eS=(0,ec.useRef)(null),e_=(0,ec.useRef)(),ew=(0,ec.useCallback)(()=>{e_.current&&(clearTimeout(e_.current),e_.current=void 0)},[]),eP=(0,ec.useRef)(),eO=(0,ec.useCallback)(()=>{eP.current&&(clearTimeout(eP.current),eP.current=void 0)},[]),eF=(0,ec.useCallback)(()=>{eO(),ek()},[ek,eO]),ez=useCloseEvent(eS,eF),eD=(0,ec.useCallback)(()=>{if(!ep&&!e_.current){ef&&ez();let c=getWin(eS);e_.current=c.setTimeout(em,d)}},[ez,ep,ef,em,d]),eA=(0,ec.useCallback)(()=>{ew();let c=getWin(eS);eP.current=c.setTimeout(eF,p)},[p,eF,ew]),ej=(0,ec.useCallback)(()=>{ef&&v&&eA()},[v,eA,ef]),eE=(0,ec.useCallback)(()=>{ef&&R&&eA()},[R,eA,ef]),eT=(0,ec.useCallback)(c=>{ef&&"Escape"===c.key&&eA()},[ef,eA]);(0,er.useEventListener)(()=>getDoc(eS),"keydown",S?eT:void 0),(0,er.useEventListener)(()=>{let c=eS.current;if(!c)return null;let d=(0,et.getScrollParent)(c);return"body"===d.localName?getWin(eS):d},"scroll",()=>{ef&&I&&eF()},{passive:!0,capture:!0}),(0,ec.useEffect)(()=>{ep&&(ew(),ef&&ek())},[ep,ef,ek,ew]),(0,ec.useEffect)(()=>()=>{ew(),eO()},[ew,eO]),(0,er.useEventListener)(()=>eS.current,"pointerleave",eA);let eB=(0,ec.useCallback)((c={},d=null)=>{let p={...c,ref:(0,eo.mergeRefs)(eS,d,eM),onPointerEnter:(0,el.callAllHandlers)(c.onPointerEnter,c=>{"touch"!==c.pointerType&&eD()}),onClick:(0,el.callAllHandlers)(c.onClick,ej),onPointerDown:(0,el.callAllHandlers)(c.onPointerDown,eE),onFocus:(0,el.callAllHandlers)(c.onFocus,eD),onBlur:(0,el.callAllHandlers)(c.onBlur,eA),"aria-describedby":ef?eR:void 0};return p},[eD,eA,eE,ef,eR,ej,eM]),eN=(0,ec.useCallback)((c={},d=null)=>eb({...c,style:{...c.style,[ea.popperCSSVars.arrowSize.var]:ei?`${ei}px`:void 0,[ea.popperCSSVars.arrowShadowColor.var]:es}},d),[eb,ei,es]),eL=(0,ec.useCallback)((c={},d=null)=>{let p={...c.style,position:"relative",transformOrigin:ea.popperCSSVars.transformOrigin.varRef};return{ref:d,...ey,...c,id:eR,role:"tooltip",style:p}},[ey,eR]);return{isOpen:ef,show:eD,hide:eA,getTriggerProps:eB,getTooltipProps:eL,getTooltipPositionerProps:eN,getArrowProps:eC,getArrowInnerProps:eI}}var ei="chakra-ui:close-tooltip";function useCloseEvent(c,d){return(0,ec.useEffect)(()=>{let p=getDoc(c);return p.addEventListener(ei,d),()=>p.removeEventListener(ei,d)},[d,c]),()=>{let d=getDoc(c),p=getWin(c);d.dispatchEvent(new p.CustomEvent(ei))}}var es=p(85893),ed=(0,T.chakra)(N.motion.div),eu=(0,T.forwardRef)((c,d)=>{var p,v;let g;let I=(0,T.useStyleConfig)("Tooltip",c),R=(0,T.omitThemingProps)(c),S=(0,T.useTheme)(),{children:et,label:ea,shouldWrapChildren:en,"aria-label":er,hasArrow:eo,bg:el,portalProps:ec,background:ei,backgroundColor:eu,bgColor:ep,motionProps:eh,...ev}=R,eg=null!=(v=null!=(p=null!=ei?ei:eu)?p:el)?v:ep;if(eg){I.bg=eg;let c=(0,T.getCSSVar)(S,"colors",eg);I[P.popperCSSVars.arrowBg.var]=c}let ey=useTooltip({...ev,direction:S.direction}),ef="string"==typeof et||en;if(ef)g=(0,es.jsx)(T.chakra.span,{display:"inline-block",tabIndex:0,...ey.getTriggerProps(),children:et});else{let c=$.Children.only(et);g=(0,$.cloneElement)(c,ey.getTriggerProps(c.props,c.ref))}let em=!!er,ek=ey.getTooltipProps({},d),eM=em?omit(ek,["role","id"]):ek,eb=pick(ek,["role","id"]);return ea?(0,es.jsxs)(es.Fragment,{children:[g,(0,es.jsx)(N.AnimatePresence,{children:ey.isOpen&&(0,es.jsx)(j.Portal,{...ec,children:(0,es.jsx)(T.chakra.div,{...ey.getTooltipPositionerProps(),__css:{zIndex:I.zIndex,pointerEvents:"none"},children:(0,es.jsxs)(ed,{variants:U,initial:"exit",animate:"enter",exit:"exit",...eh,...eM,__css:I,children:[ea,em&&(0,es.jsx)(T.chakra.span,{srOnly:!0,...eb,children:er}),eo&&(0,es.jsx)(T.chakra.div,{"data-popper-arrow":!0,className:"chakra-tooltip__arrow-wrapper",children:(0,es.jsx)(T.chakra.div,{"data-popper-arrow-inner":!0,className:"chakra-tooltip__arrow",__css:{bg:I.bg}})})]})})})})]}):(0,es.jsx)(es.Fragment,{children:et})});eu.displayName="Tooltip"},9358:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{Collapse:()=>eo,EASINGS:()=>N,Fade:()=>eu,ScaleFade:()=>ef,Slide:()=>ex,SlideFade:()=>eO,fadeConfig:()=>ed,getSlideTransition:()=>getSlideTransition,scaleFadeConfig:()=>ey,slideFadeConfig:()=>eP,withDelay:()=>et}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(42409),j=p(46431),T=p(67294),N={ease:[.25,.1,.25,1],easeIn:[.4,0,1,1],easeOut:[0,0,.2,1],easeInOut:[.4,0,.2,1]},$={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(c){var d;let p=null!=(d=null==c?void 0:c.direction)?d:"right";switch(p){case"right":default:return $.slideRight;case"left":return $.slideLeft;case"bottom":return $.slideDown;case"top":return $.slideUp}}var U={enter:{duration:.2,ease:N.easeOut},exit:{duration:.1,ease:N.easeIn}},et={enter:(c,d)=>({...c,delay:"number"==typeof d?d:null==d?void 0:d.enter}),exit:(c,d)=>({...c,delay:"number"==typeof d?d:null==d?void 0:d.exit})},ea=p(85893),isNumeric=c=>null!=c&&parseInt(c.toString(),10)>0,en={exit:{height:{duration:.2,ease:N.ease},opacity:{duration:.3,ease:N.ease}},enter:{height:{duration:.3,ease:N.ease},opacity:{duration:.4,ease:N.ease}}},er={exit:({animateOpacity:c,startingHeight:d,transition:p,transitionEnd:v,delay:g})=>{var I;return{...c&&{opacity:isNumeric(d)?1:0},height:d,transitionEnd:null==v?void 0:v.exit,transition:null!=(I=null==p?void 0:p.exit)?I:et.exit(en.exit,g)}},enter:({animateOpacity:c,endingHeight:d,transition:p,transitionEnd:v,delay:g})=>{var I;return{...c&&{opacity:1},height:d,transitionEnd:null==v?void 0:v.enter,transition:null!=(I=null==p?void 0:p.enter)?I:et.enter(en.enter,g)}}},eo=(0,T.forwardRef)((c,d)=>{let{in:p,unmountOnExit:v,animateOpacity:g=!0,startingHeight:I=0,endingHeight:R="auto",style:S,className:N,transition:$,transitionEnd:U,...et}=c,[en,eo]=(0,T.useState)(!1);(0,T.useEffect)(()=>{let c=setTimeout(()=>{eo(!0)});return()=>clearTimeout(c)},[]),(0,P.warn)({condition:Number(I)>0&&!!v,message:"startingHeight and unmountOnExit are mutually exclusive. You can't use them together"});let el=parseFloat(I.toString())>0,ec={startingHeight:I,endingHeight:R,animateOpacity:g,transition:en?$:{enter:{duration:0}},transitionEnd:{enter:null==U?void 0:U.enter,exit:v?null==U?void 0:U.exit:{...null==U?void 0:U.exit,display:el?"block":"none"}}},ei=!v||p,es=p||v?"enter":"exit";return(0,ea.jsx)(j.AnimatePresence,{initial:!1,custom:ec,children:ei&&(0,ea.jsx)(j.motion.div,{ref:d,...et,className:(0,P.cx)("chakra-collapse",N),style:{overflow:"hidden",display:"block",...S},custom:ec,variants:er,initial:!!v&&"exit",animate:es,exit:"exit"})})});eo.displayName="Collapse";var el=p(42409),ec=p(46431),ei=p(67294),es=p(85893),ed={initial:"exit",animate:"enter",exit:"exit",variants:{enter:({transition:c,transitionEnd:d,delay:p}={})=>{var v;return{opacity:1,transition:null!=(v=null==c?void 0:c.enter)?v:et.enter(U.enter,p),transitionEnd:null==d?void 0:d.enter}},exit:({transition:c,transitionEnd:d,delay:p}={})=>{var v;return{opacity:0,transition:null!=(v=null==c?void 0:c.exit)?v:et.exit(U.exit,p),transitionEnd:null==d?void 0:d.exit}}}},eu=(0,ei.forwardRef)(function(c,d){let{unmountOnExit:p,in:v,className:g,transition:I,transitionEnd:R,delay:S,...P}=c,j=v||p?"enter":"exit",T=!p||v&&p,N={transition:I,transitionEnd:R,delay:S};return(0,es.jsx)(ec.AnimatePresence,{custom:N,children:T&&(0,es.jsx)(ec.motion.div,{ref:d,className:(0,el.cx)("chakra-fade",g),custom:N,...ed,animate:j,...P})})});eu.displayName="Fade";var ep=p(42409),eh=p(46431),ev=p(67294),eg=p(85893),ey={initial:"exit",animate:"enter",exit:"exit",variants:{exit:({reverse:c,initialScale:d,transition:p,transitionEnd:v,delay:g})=>{var I;return{opacity:0,...c?{scale:d,transitionEnd:null==v?void 0:v.exit}:{transitionEnd:{scale:d,...null==v?void 0:v.exit}},transition:null!=(I=null==p?void 0:p.exit)?I:et.exit(U.exit,g)}},enter:({transitionEnd:c,transition:d,delay:p})=>{var v;return{opacity:1,scale:1,transition:null!=(v=null==d?void 0:d.enter)?v:et.enter(U.enter,p),transitionEnd:null==c?void 0:c.enter}}}},ef=(0,ev.forwardRef)(function(c,d){let{unmountOnExit:p,in:v,reverse:g=!0,initialScale:I=.95,className:R,transition:S,transitionEnd:P,delay:j,...T}=c,N=!p||v&&p,$=v||p?"enter":"exit",U={initialScale:I,reverse:g,transition:S,transitionEnd:P,delay:j};return(0,eg.jsx)(eh.AnimatePresence,{custom:U,children:N&&(0,eg.jsx)(eh.motion.div,{ref:d,className:(0,ep.cx)("chakra-offset-slide",R),...ey,animate:$,custom:U,...T})})});ef.displayName="ScaleFade";var em=p(42409),ek=p(46431),eM=p(67294),eb=p(85893),eI={exit:{duration:.15,ease:N.easeInOut},enter:{type:"spring",damping:25,stiffness:180}},eC={exit:({direction:c,transition:d,transitionEnd:p,delay:v})=>{var g;let{exit:I}=getSlideTransition({direction:c});return{...I,transition:null!=(g=null==d?void 0:d.exit)?g:et.exit(eI.exit,v),transitionEnd:null==p?void 0:p.exit}},enter:({direction:c,transitionEnd:d,transition:p,delay:v})=>{var g;let{enter:I}=getSlideTransition({direction:c});return{...I,transition:null!=(g=null==p?void 0:p.enter)?g:et.enter(eI.enter,v),transitionEnd:null==d?void 0:d.enter}}},ex=(0,eM.forwardRef)(function(c,d){let{direction:p="right",style:v,unmountOnExit:g,in:I,className:R,transition:S,transitionEnd:P,delay:j,motionProps:T,...N}=c,$=getSlideTransition({direction:p}),U=Object.assign({position:"fixed"},$.position,v),et=!g||I&&g,ea=I||g?"enter":"exit",en={transitionEnd:P,transition:S,direction:p,delay:j};return(0,eb.jsx)(ek.AnimatePresence,{custom:en,children:et&&(0,eb.jsx)(ek.motion.div,{...N,ref:d,initial:"exit",className:(0,em.cx)("chakra-slide",R),animate:ea,exit:"exit",custom:en,variants:eC,style:U,...T})})});ex.displayName="Slide";var eR=p(42409),eS=p(46431),e_=p(67294),ew=p(85893),eP={initial:"initial",animate:"enter",exit:"exit",variants:{initial:({offsetX:c,offsetY:d,transition:p,transitionEnd:v,delay:g})=>{var I;return{opacity:0,x:c,y:d,transition:null!=(I=null==p?void 0:p.exit)?I:et.exit(U.exit,g),transitionEnd:null==v?void 0:v.exit}},enter:({transition:c,transitionEnd:d,delay:p})=>{var v;return{opacity:1,x:0,y:0,transition:null!=(v=null==c?void 0:c.enter)?v:et.enter(U.enter,p),transitionEnd:null==d?void 0:d.enter}},exit:({offsetY:c,offsetX:d,transition:p,transitionEnd:v,reverse:g,delay:I})=>{var R;let S={x:d,y:c};return{opacity:0,transition:null!=(R=null==p?void 0:p.exit)?R:et.exit(U.exit,I),...g?{...S,transitionEnd:null==v?void 0:v.exit}:{transitionEnd:{...S,...null==v?void 0:v.exit}}}}}},eO=(0,e_.forwardRef)(function(c,d){let{unmountOnExit:p,in:v,reverse:g=!0,className:I,offsetX:R=0,offsetY:S=8,transition:P,transitionEnd:j,delay:T,...N}=c,$=!p||v&&p,U=v||p?"enter":"exit",et={offsetX:R,offsetY:S,reverse:g,transition:P,transitionEnd:j,delay:T};return(0,ew.jsx)(eS.AnimatePresence,{custom:et,children:$&&(0,ew.jsx)(eS.motion.div,{ref:d,className:(0,eR.cx)("chakra-offset-slide",I),custom:et,...eP,animate:U,...N})})});eO.displayName="SlideFade"},18171:function(c,d,p){"use strict";var v,g,I=Object.create,R=Object.defineProperty,S=Object.getOwnPropertyDescriptor,P=Object.getOwnPropertyNames,j=Object.getPrototypeOf,T=Object.prototype.hasOwnProperty,__defNormalProp=(c,d,p)=>d in c?R(c,d,{enumerable:!0,configurable:!0,writable:!0,value:p}):c[d]=p,__copyProps=(c,d,p,v)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let g of P(d))T.call(c,g)||g===p||R(c,g,{get:()=>d[g],enumerable:!(v=S(d,g))||v.enumerable});return c},__toESM=(c,d,p)=>(p=null!=c?I(j(c)):{},__copyProps(!d&&c&&c.__esModule?p:R(p,"default",{value:c,enumerable:!0}),c)),__publicField=(c,d,p)=>(__defNormalProp(c,"symbol"!=typeof d?d+"":d,p),p),N={};function getFirstItem(c){return null!=c&&c.length?c[0]:void 0}function getLastItem(c){let d=null==c?0:c.length;return d?c[d-1]:void 0}function getPrevItem(c,d,p=!0){let v=getPrevIndex(c,d.length,p);return d[v]}function getNextItem(c,d,p=!0){let v=getNextIndex(c,d.length,1,p);return d[v]}function removeIndex(c,d){return c.filter((c,p)=>p!==d)}function addItem(c,d){return[...c,d]}function removeItem(c,d){return c.filter(c=>c!==d)}function getNextIndex(c,d,p=1,v=!0){let g=d-1;if(-1===c)return p>0?0:g;let I=c+p;return I<0?v?g:0:I>=d?v?0:c>d?d:c:I}function getPrevIndex(c,d,p=!0){return getNextIndex(c,d,-1,p)}function chunk(c,d){return c.reduce((c,p,v)=>(v%d==0?c.push([p]):c[c.length-1].push(p),c),[])}function getNextItemFromSearch(c,d,p,v){if(null==d)return v;if(!v){let v=c.find(c=>p(c).toLowerCase().startsWith(d.toLowerCase()));return v}let g=c.filter(c=>p(c).toLowerCase().startsWith(d.toLowerCase()));if(g.length>0){let d;if(g.includes(v)){let c=g.indexOf(v);return(d=c+1)===g.length&&(d=0),g[d]}return d=c.indexOf(g[0]),c[d]}return v}function isNumber(c){return"number"==typeof c}function isNotNumber(c){return"number"!=typeof c||Number.isNaN(c)||!Number.isFinite(c)}function isNumeric(c){return null!=c&&c-parseFloat(c)+1>=0}function isArray(c){return Array.isArray(c)}function isEmptyArray(c){return isArray(c)&&0===c.length}function isFunction(c){return"function"==typeof c}function isDefined(c){return void 0!==c&&void 0!==c}function isUndefined(c){return void 0===c||void 0===c}function isObject(c){let d=typeof c;return null!=c&&("object"===d||"function"===d)&&!isArray(c)}function isEmptyObject(c){return isObject(c)&&0===Object.keys(c).length}function isNotEmptyObject(c){return c&&!isEmptyObject(c)}function isNull(c){return null==c}function isString(c){return"[object String]"===Object.prototype.toString.call(c)}function isCssVar(c){return/^var\(--.+\)$/.test(c)}function isEmpty(c){return isArray(c)?isEmptyArray(c):isObject(c)?isEmptyObject(c):null==c||""===c}((c,d)=>{for(var p in d)R(c,p,{get:d[p],enumerable:!0})})(N,{PanSession:()=>ev,__DEV__:()=>$,__TEST__:()=>U,addDomEvent:()=>addDomEvent,addItem:()=>addItem,addPointerEvent:()=>addPointerEvent,analyzeBreakpoints:()=>analyzeBreakpoints,ariaAttr:()=>ariaAttr,arrayToObjectNotation:()=>arrayToObjectNotation,breakpoints:()=>eg,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:()=>el,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:()=>en,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:()=>es,memoize:()=>memoize,memoizedGet:()=>ea,mergeWith:()=>et.default,minSafeInteger:()=>ei,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:()=>eo,wrapPointerEventHandler:()=>wrapPointerEventHandler}),c.exports=__copyProps(R({},"__esModule",{value:!0}),N),v=p(78492),g=c.exports,__copyProps(N,v,"default"),g&&__copyProps(g,v,"default");var $=!1,U=!1;function isRefObject(c){return"current"in c}function isInputEvent(c){return c&&isObject(c)&&isObject(c.target)}var et=__toESM(p(38554));function omit(c,d){let p={};return Object.keys(c).forEach(v=>{d.includes(v)||(p[v]=c[v])}),p}function pick(c,d){let p={};return d.forEach(d=>{d in c&&(p[d]=c[d])}),p}function split(c,d){let p={},v={};return Object.keys(c).forEach(g=>{d.includes(g)?p[g]=c[g]:v[g]=c[g]}),[p,v]}function get(c,d,p,v){let g="string"==typeof d?d.split("."):[d];for(v=0;v{let d=new WeakMap;return(p,v,g,I)=>{if(void 0===p)return c(p,v,g);d.has(p)||d.set(p,new Map);let R=d.get(p);if(R.has(v))return R.get(v);let S=c(p,v,g,I);return R.set(v,S),S}},ea=memoize(get);function getWithDefault(c,d){return ea(d,c,c)}function objectFilter(c,d){let p={};return Object.keys(c).forEach(v=>{let g=c[v],I=d(g,v,c);I&&(p[v]=g)}),p}var filterUndefined=c=>objectFilter(c,c=>null!=c),objectKeys=c=>Object.keys(c),fromEntries=c=>c.reduce((c,[d,p])=>(c[d]=p,c),{}),getCSSVar=(c,d,p)=>{var v,g,I;return null!=(I=null==(g=null==(v=c.__cssMap)?void 0:v[`${d}.${p}`])?void 0:g.varRef)?I:p};function analyzeCSSValue(c){let d=parseFloat(c.toString()),p=c.toString().replace(String(d),"");return{unitless:!p,value:d,unit:p}}function px(c){if(null==c)return c;let{unitless:d}=analyzeCSSValue(c);return d||isNumber(c)?`${c}px`:c}var sortByBreakpointValue=(c,d)=>parseInt(c[1],10)>parseInt(d[1],10)?1:-1,sortBps=c=>fromEntries(Object.entries(c).sort(sortByBreakpointValue));function normalize(c){let d=sortBps(c);return Object.assign(Object.values(d),d)}function keys(c){let d=Object.keys(sortBps(c));return new Set(d)}function subtract(c){var d;if(!c)return c;c=null!=(d=px(c))?d:c;let p=c.endsWith("px")?-.02:-.01;return isNumber(c)?`${c+p}`:c.replace(/(\d+\.?\d*)/u,c=>`${parseFloat(c)+p}`)}function toMediaQueryString(c,d){let p=["@media screen"];return c&&p.push("and",`(min-width: ${px(c)})`),d&&p.push("and",`(max-width: ${px(d)})`),p.join(" ")}function analyzeBreakpoints(c){var d;if(!c)return null;c.base=null!=(d=c.base)?d:"0px";let p=normalize(c),v=Object.entries(c).sort(sortByBreakpointValue).map(([c,d],p,v)=>{var g;let[,I]=null!=(g=v[p+1])?g:[];return I=parseFloat(I)>0?subtract(I):void 0,{_minW:subtract(d),breakpoint:c,minW:d,maxW:I,maxWQuery:toMediaQueryString(null,I),minWQuery:toMediaQueryString(d),minMaxQuery:toMediaQueryString(d,I)}}),g=keys(c),I=Array.from(g.values());return{keys:g,normalized:p,isResponsive(c){let d=Object.keys(c);return d.length>0&&d.every(c=>g.has(c))},asObject:sortBps(c),asArray:normalize(c),details:v,media:[null,...p.map(c=>toMediaQueryString(c)).slice(1)],toArrayValue(c){if(!isObject(c))throw Error("toArrayValue: value must be an object");let d=I.map(d=>{var p;return null!=(p=c[d])?p:null});for(;null===getLastItem(d);)d.pop();return d},toObjectValue(c){if(!Array.isArray(c))throw Error("toObjectValue: value must be an array");return c.reduce((c,d,p)=>{let v=I[p];return null!=v&&null!=d&&(c[v]=d),c},{})}}}function isElement(c){return null!=c&&"object"==typeof c&&"nodeType"in c&&c.nodeType===Node.ELEMENT_NODE}function isHTMLElement(c){var d;if(!isElement(c))return!1;let p=null!=(d=c.ownerDocument.defaultView)?d:window;return c instanceof p.HTMLElement}function getOwnerWindow(c){var d,p;return isElement(c)&&null!=(p=null==(d=getOwnerDocument(c))?void 0:d.defaultView)?p:window}function getOwnerDocument(c){var d;return isElement(c)&&null!=(d=c.ownerDocument)?d:document}function getEventWindow(c){var d;return null!=(d=c.view)?d:window}function canUseDOM(){return!!("undefined"!=typeof window&&window.document&&window.document.createElement)}var en=canUseDOM(),dataAttr=c=>c?"":void 0,ariaAttr=c=>!!c||void 0,cx=(...c)=>c.filter(Boolean).join(" ");function getActiveElement(c){let d=getOwnerDocument(c);return null==d?void 0:d.activeElement}function contains(c,d){return!!c&&(c===d||c.contains(d))}function addDomEvent(c,d,p,v){return c.addEventListener(d,p,v),()=>{c.removeEventListener(d,p,v)}}function normalizeEventKey(c){let{key:d,keyCode:p}=c,v=p>=37&&p<=40&&0!==d.indexOf("Arrow"),g=v?`Arrow${d}`:d;return g}function getRelatedTarget(c){var d,p;let v=null!=(d=c.target)?d:c.currentTarget,g=getActiveElement(v);return null!=(p=c.relatedTarget)?p:g}function isRightClick(c){return 0!==c.button}var hasDisplayNone=c=>"none"===window.getComputedStyle(c).display,hasTabIndex=c=>c.hasAttribute("tabindex"),hasNegativeTabIndex=c=>hasTabIndex(c)&&-1===c.tabIndex;function isDisabled(c){return!0==!!c.getAttribute("disabled")||!0==!!c.getAttribute("aria-disabled")}function isInputElement(c){return isHTMLElement(c)&&"input"===c.localName&&"select"in c}function isActiveElement(c){let d=isHTMLElement(c)?getOwnerDocument(c):document;return d.activeElement===c}function hasFocusWithin(c){return!!document.activeElement&&c.contains(document.activeElement)}function isHidden(c){return!!(c.parentElement&&isHidden(c.parentElement))||c.hidden}function isContentEditable(c){let d=c.getAttribute("contenteditable");return"false"!==d&&null!=d}function isFocusable(c){if(!isHTMLElement(c)||isHidden(c)||isDisabled(c))return!1;let{localName:d}=c;if(["input","select","textarea","button"].indexOf(d)>=0)return!0;let p={a:()=>c.hasAttribute("href"),audio:()=>c.hasAttribute("controls"),video:()=>c.hasAttribute("controls")};return d in p?p[d]():!!isContentEditable(c)||hasTabIndex(c)}function isTabbable(c){return!!c&&isHTMLElement(c)&&isFocusable(c)&&!hasNegativeTabIndex(c)}var er="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=c=>c.offsetWidth>0&&c.offsetHeight>0;function getAllFocusable(c){let d=Array.from(c.querySelectorAll(er));return d.unshift(c),d.filter(c=>isFocusable(c)&&isVisible(c))}function getFirstFocusable(c){let d=getAllFocusable(c);return d.length?d[0]:null}function getAllTabbable(c,d){let p=Array.from(c.querySelectorAll(er)),v=p.filter(isTabbable);return(isTabbable(c)&&v.unshift(c),!v.length&&d)?p:v}function getFirstTabbableIn(c,d){let[p]=getAllTabbable(c,d);return p||null}function getLastTabbableIn(c,d){let p=getAllTabbable(c,d);return p[p.length-1]||null}function getNextTabbable(c,d){let p=getAllFocusable(c),v=p.indexOf(document.activeElement),g=p.slice(v+1);return g.find(isTabbable)||p.find(isTabbable)||(d?g[0]:null)}function getPreviousTabbable(c,d){let p=getAllFocusable(c).reverse(),v=p.indexOf(document.activeElement),g=p.slice(v+1);return g.find(isTabbable)||p.find(isTabbable)||(d?g[0]:null)}function focusNextTabbable(c,d){let p=getNextTabbable(c,d);p&&isHTMLElement(p)&&p.focus()}function focusPreviousTabbable(c,d){let p=getPreviousTabbable(c,d);p&&isHTMLElement(p)&&p.focus()}function matches(c,d){return"matches"in c?c.matches(d):"msMatchesSelector"in c?c.msMatchesSelector(d):c.webkitMatchesSelector(d)}function closest(c,d){if("closest"in c)return c.closest(d);do{if(matches(c,d))return c;c=c.parentElement||c.parentNode}while(null!==c&&1===c.nodeType);return null}function runIfFn(c,...d){return isFunction(c)?c(...d):c}function callAllHandlers(...c){return function(d){c.some(c=>(null==c||c(d),null==d?void 0:d.defaultPrevented))}}function callAll(...c){return function(d){c.forEach(c=>{null==c||c(d)})}}var compose=(c,...d)=>d.reduce((c,d)=>(...p)=>c(d(...p)),c);function once(c){let d;return function(...p){return c&&(d=c.apply(this,p),c=null),d}}var noop=()=>{},eo=once(c=>()=>{let{condition:d,message:p}=c;d&&$&&console.warn(p)}),el=once(c=>()=>{let{condition:d,message:p}=c;d&&$&&console.error(p)}),pipe=(...c)=>d=>c.reduce((c,d)=>d(c),d),distance1D=(c,d)=>Math.abs(c-d),isPoint=c=>"x"in c&&"y"in c;function distance(c,d){if(isNumber(c)&&isNumber(d))return distance1D(c,d);if(isPoint(c)&&isPoint(d)){let p=distance1D(c.x,d.x),v=distance1D(c.y,d.y);return Math.sqrt(p**2+v**2)}return 0}function focus(c,d={}){let{isActive:p=isActiveElement,nextTick:v,preventScroll:g=!0,selectTextIfInput:I=!0}=d;if(!c||p(c))return -1;function triggerFocus(){if(!c){eo({condition:!0,message:"[chakra-ui]: can't call focus() on `null` or `undefined` element"});return}if(supportsPreventScroll())c.focus({preventScroll:g});else if(c.focus(),g){let d=getScrollableElements(c);restoreScrollPosition(d)}I&&(isInputElement(c)?c.select():"setSelectionRange"in c&&c.setSelectionRange(c.value.length,c.value.length))}return v?requestAnimationFrame(triggerFocus):(triggerFocus(),-1)}var ec=null;function supportsPreventScroll(){if(null==ec){ec=!1;try{let c=document.createElement("div");c.focus({get preventScroll(){return ec=!0,!0}})}catch(c){}}return ec}function getScrollableElements(c){var d;let p=getOwnerDocument(c),v=null!=(d=p.defaultView)?d:window,g=c.parentNode,I=[],R=p.scrollingElement||p.documentElement;for(;g instanceof v.HTMLElement&&g!==R;)(g.offsetHeight(isObject(v)||isArray(v)?Object.entries(flatten(v,d-1)).forEach(([d,v])=>{c[`${p}.${d}`]=v}):c[p]=v,c),{}):c}function determineLazyBehavior(c){let{hasBeenSelected:d,isLazy:p,isSelected:v,lazyBehavior:g="unmount"}=c;return!p||!!v||"keepMounted"===g&&!!d}var ei=Number.MIN_SAFE_INTEGER||-9007199254740991,es=Number.MAX_SAFE_INTEGER||9007199254740991;function toNumber(c){let d=parseFloat(c);return isNotNumber(d)?0:d}function toPrecision(c,d){let p=toNumber(c),v=10**(null!=d?d:10);return p=Math.round(p*v)/v,d?p.toFixed(d):p.toString()}function countDecimalPlaces(c){if(!Number.isFinite(c))return 0;let d=1,p=0;for(;Math.round(c*d)/d!==c;)d*=10,p+=1;return p}function valueToPercent(c,d,p){return(c-d)*100/(p-d)}function percentToValue(c,d,p){return(p-d)*c+d}function roundValueToStep(c,d,p){let v=Math.round((c-d)/p)*p+d,g=countDecimalPlaces(p);return toPrecision(v,g)}function clampValue(c,d,p){return null==c?c:(eo({condition:p{let p=getEventWindow(d),v=d instanceof p.MouseEvent,g=!v||v&&0===d.button;g&&c(d)}}var eu={pageX:0,pageY:0};function pointFromTouch(c,d="page"){let p=c.touches[0]||c.changedTouches[0],v=p||eu;return{x:v[`${d}X`],y:v[`${d}Y`]}}function pointFromMouse(c,d="page"){return{x:c[`${d}X`],y:c[`${d}Y`]}}function extractEventInfo(c,d="page"){return{point:isTouchEvent(c)?pointFromTouch(c,d):pointFromMouse(c,d)}}function getViewportPointFromEvent(c){return extractEventInfo(c,"client")}var wrapPointerEventHandler=(c,d=!1)=>{let listener=d=>c(d,extractEventInfo(d));return d?filterPrimaryPointer(listener):listener},supportsPointerEvents=()=>en&&null===window.onpointerdown,supportsTouchEvents=()=>en&&null===window.ontouchstart,supportsMouseEvents=()=>en&&null===window.onmousedown,ep={pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointercancel:"mousecancel",pointerover:"mouseover",pointerout:"mouseout",pointerenter:"mouseenter",pointerleave:"mouseleave"},eh={pointerdown:"touchstart",pointermove:"touchmove",pointerup:"touchend",pointercancel:"touchcancel"};function getPointerEventName(c){return supportsPointerEvents()?c:supportsTouchEvents()?eh[c]:supportsMouseEvents()?ep[c]:c}function addPointerEvent(c,d,p,v){return addDomEvent(c,getPointerEventName(d),wrapPointerEventHandler(p,"pointerdown"===d),v)}function isMultiTouchEvent(c){return isTouchEvent(c)&&c.touches.length>1}var ev=class{constructor(c,d,p){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 c=getPanInfo(this.lastEventInfo,this.history),d=null!==this.startEvent,p=distance(c.offset,{x:0,y:0})>=this.threshold;if(!d&&!p)return;let{timestamp:v}=(0,ed.getFrameData)();this.history.push({...c.point,timestamp:v});let{onStart:g,onMove:I}=this.handlers;d||(null==g||g(this.lastEvent,c),this.startEvent=this.lastEvent),null==I||I(this.lastEvent,c)}),__publicField(this,"onPointerMove",(c,d)=>{if(this.lastEvent=c,this.lastEventInfo=d,isMouseEvent(c)&&0===c.buttons){this.onPointerUp(c,d);return}ed.default.update(this.updatePoint,!0)}),__publicField(this,"onPointerUp",(c,d)=>{let p=getPanInfo(d,this.history),{onEnd:v,onSessionEnd:g}=this.handlers;null==g||g(c,p),this.end(),v&&this.startEvent&&(null==v||v(c,p))}),this.win=getEventWindow(c),isMultiTouchEvent(c))return;this.handlers=d,p&&(this.threshold=p),c.stopPropagation(),c.preventDefault();let v=extractEventInfo(c),{timestamp:g}=(0,ed.getFrameData)();this.history=[{...v.point,timestamp:g}];let{onSessionStart:I}=d;null==I||I(c,getPanInfo(v,this.history)),this.removeListeners=pipe(addPointerEvent(this.win,"pointermove",this.onPointerMove),addPointerEvent(this.win,"pointerup",this.onPointerUp),addPointerEvent(this.win,"pointercancel",this.onPointerUp))}updateHandlers(c){this.handlers=c}end(){var c;null==(c=this.removeListeners)||c.call(this),ed.cancelSync.update(this.updatePoint)}};function subtractPoint(c,d){return{x:c.x-d.x,y:c.y-d.y}}function startPanPoint(c){return c[0]}function lastPanPoint(c){return c[c.length-1]}function getPanInfo(c,d){return{point:c.point,delta:subtractPoint(c.point,lastPanPoint(d)),offset:subtractPoint(c.point,startPanPoint(d)),velocity:getVelocity(d,.1)}}function lastDevicePoint(c){return c[c.length-1]}var toMilliseconds=c=>1e3*c;function getVelocity(c,d){if(c.length<2)return{x:0,y:0};let p=c.length-1,v=null,g=lastDevicePoint(c);for(;p>=0&&(v=c[p],!(g.timestamp-v.timestamp>toMilliseconds(d)));)p--;if(!v)return{x:0,y:0};let I=(g.timestamp-v.timestamp)/1e3;if(0===I)return{x:0,y:0};let R={x:(g.x-v.x)/I,y:(g.y-v.y)/I};return R.x===1/0&&(R.x=0),R.y===1/0&&(R.y=0),R}var eg=Object.freeze(["base","sm","md","lg","xl","2xl"]);function mapResponsive(c,d){return isArray(c)?c.map(c=>null===c?null:d(c)):isObject(c)?objectKeys(c).reduce((p,v)=>(p[v]=d(c[v]),p),{}):null!=c?d(c):null}function objectToArrayNotation(c,d=eg){let p=d.map(d=>{var p;return null!=(p=c[d])?p:null});for(;null===getLastItem(p);)p.pop();return p}function arrayToObjectNotation(c,d=eg){let p={};return c.forEach((c,v)=>{let g=d[v];null!=c&&(p[g]=c)}),p}function isResponsiveObjectLike(c,d=eg){let p=Object.keys(c);return p.length>0&&p.every(c=>d.includes(c))}var isCustomBreakpoint=c=>Number.isNaN(Number(c));function getUserAgentBrowser(c){let{userAgent:d,vendor:p}=c,v=/(android)/i.test(d);switch(!0){case/CriOS/.test(d):return"Chrome for iOS";case/Edg\//.test(d):return"Edge";case v&&/Silk\//.test(d):return"Silk";case/Chrome/.test(d)&&/Google Inc/.test(p):return"Chrome";case/Firefox\/\d+\.\d+$/.test(d):return"Firefox";case v:return"AOSP";case/MSIE|Trident/.test(d):return"IE";case/Safari/.test(c.userAgent)&&/Apple Computer/.test(d):return"Safari";case/AppleWebKit/.test(d):return"WebKit";default:return null}}function getUserAgentOS(c){let{userAgent:d,platform:p}=c;switch(!0){case/Android/.test(d):return"Android";case/iPhone|iPad|iPod/.test(p):return"iOS";case/Win/.test(p):return"Windows";case/Mac/.test(p):return"Mac";case/CrOS/.test(d):return"Chrome OS";case/Firefox/.test(d):return"Firefox OS";default:return null}}function detectDeviceType(c){let{userAgent:d}=c;return/(tablet)|(iPad)|(Nexus 9)/i.test(d)?"tablet":/(mobi)/i.test(d)?"phone":"desktop"}function detectOS(c){return!!en&&getUserAgentOS(window.navigator)===c}function detectBrowser(c){return!!en&&getUserAgentBrowser(window.navigator)===c}function detectTouch(){return!!en&&null===window.ontouchstart&&null===window.ontouchmove&&null===window.ontouchend}function walkObject(c,d){function inner(c,p=[]){return isArray(c)?c.map((c,d)=>inner(c,[...p,String(d)])):isObject(c)?fromEntries(Object.entries(c).map(([c,d])=>[c,inner(d,[...p,c])])):d(c,p)}return inner(c)}},53360:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{VisuallyHidden:()=>T,VisuallyHiddenInput:()=>N,visuallyHiddenStyle:()=>j}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(90914),j={border:"0",clip:"rect(0, 0, 0, 0)",height:"1px",width:"1px",margin:"-1px",padding:"0",overflow:"hidden",whiteSpace:"nowrap",position:"absolute"},T=(0,P.chakra)("span",{baseStyle:j});T.displayName="VisuallyHidden";var N=(0,P.chakra)("input",{baseStyle:j});N.displayName="VisuallyHiddenInput"},87235:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"AnalyticsContext",{enumerable:!0,get:function(){return g}});var v,g=((v=p(67294))&&v.__esModule?v:{default:v}).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(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{_AnalyticsProvider:function(){return _AnalyticsProvider},AnalyticsProvider:function(){return AnalyticsProvider}});var v=_interop_require_default(p(67294)),g=p(87235),I=p(48894),R=p(46578),S=_interop_require_default(p(10646));function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_without_properties(c,d){if(null==c)return{};var p,v,g=_object_without_properties_loose(c,d);if(Object.getOwnPropertySymbols){var I=Object.getOwnPropertySymbols(c);for(v=0;v=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var P={ga:I.GA,gtag:I.GTag,segment:I.Segment},j=!("undefined"!=typeof window&&window.document&&window.document.createElement),T="composer_anonymous_id",proxyToIntegrations=function(c,d,p){c.forEach(function(c){return c[d].apply(c,p)})},_AnalyticsProvider=function(c){var d=c.children,p=_object_without_properties(c,["children"]),I=v.default.useMemo(function(){var c=S.default.get(T)||(0,R.v1)();return S.default.set(T,c,{expires:365}),c},[]),j=v.default.useMemo(function(){return Object.keys(P).filter(function(c){return!!p[c]}).map(function(c){return new P[c](p[c])})},[]),N=v.default.useMemo(function(){return{identify:function(){proxyToIntegrations(j,"identify",Array.from(arguments))},group:function(){proxyToIntegrations(j,"group",Array.from(arguments))},page:function(){proxyToIntegrations(j,"page",Array.from(arguments))},track:function(){proxyToIntegrations(j,"track",Array.from(arguments))},user:function(){return{anonymousId:I}},reset:function(){proxyToIntegrations(j,"reset",Array.from(arguments))}}},[I]);return v.default.createElement(g.AnalyticsContext.Provider,{value:N},d)},AnalyticsProvider=function(c){return j?v.default.createElement(v.default.Fragment,null,c.children):v.default.createElement(_AnalyticsProvider,c)}},3183:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(87235),d),_export_star(p(10531),d),_export_star(p(57004),d),_export_star(p(92225),d),_export_star(p(19379),d)},64884:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"GA",{enumerable:!0,get:function(){return GA}});var v=p(68197);function _class_call_check(c,d){if(!(c instanceof d))throw TypeError("Cannot call a class as a function")}function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}var GA=function GA(c){if(_class_call_check(this,GA),_define_property(this,"identify",function(c){window.ga("set","userId",c),window.ga("send","event","authentication","user-id available")}),_define_property(this,"group",function(){}),_define_property(this,"page",function(c){var d=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};window.ga("send",{hitType:"pageview",page:d.path||location.pathname,title:c})}),_define_property(this,"track",function(c){var d=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};window.ga("send",{hitType:"event",eventCategory:d.category||"None",eventAction:c})}),_define_property(this,"reset",function(){}),!c.trackingId)throw Error("Google Analytics trackingId is required for analytics");(0,v.loadGA)()("create",c.trackingId,c.cookieDomain||"auto")}},17890:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(3111),d),_export_star(p(64884),d)},68197:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"loadGA",{enumerable:!0,get:function(){return loadGA}});var loadGA=function(){var c,d,p,v,g;return c=window,d=document,p="script",c.GoogleAnalyticsObject="ga",c.ga=c.ga||function(){(c.ga.q=c.ga.q||[]).push(arguments)},c.ga.l=1*new Date,v=d.createElement(p),g=d.getElementsByTagName(p)[0],v.async=1,v.src="https://www.google-analytics.com/analytics.js",g.parentNode.insertBefore(v,g),window.ga}},3111:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0})},53516:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"GTag",{enumerable:!0,get:function(){return GTag}});var v=p(18113);function _class_call_check(c,d){if(!(c instanceof d))throw TypeError("Cannot call a class as a function")}function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var GTag=function GTag(c){if(_class_call_check(this,GTag),_define_property(this,"identify",function(c){window.dataLayer.push(function(){this.set("userId",c)}),window.dataLayer.push({event:"login",userId:c})}),_define_property(this,"group",function(){}),_define_property(this,"page",function(c){var d=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};window.dataLayer.push({event:"page_view",page_location:d.path||location.pathname,page_title:c})}),_define_property(this,"track",function(c){var d=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},p=d.category,v=_object_without_properties(d,["category"]);window.dataLayer.push(_object_spread({event:c,event_category:p||"None"},v))}),_define_property(this,"reset",function(){window.dataLayer.push(function(){this.reset()})}),!c.trackingId)throw Error("TAG ID is required for gTag");(0,v.loadGTag)(c)}},25525:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(41159),d),_export_star(p(53516),d)},18113:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"loadGTag",{enumerable:!0,get:function(){return loadGTag}});var loadGTag=function(c){var d,p,v,g,I,R,S;d=window,p=document,v="script",g="dataLayer",I=c.trackingId,d[g]=d[g]||[],d[g].push({"gtm.start":new Date().getTime(),event:"gtm.js"}),R=p.getElementsByTagName(v)[0],(S=p.createElement(v)).async=!0,S.src="https://www.googletagmanager.com/gtm.js?id="+I,R.parentNode.insertBefore(S,R)}},41159:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0})},48894:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(19379),d),_export_star(p(17890),d),_export_star(p(25525),d),_export_star(p(15443),d)},3236:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Segment",{enumerable:!0,get:function(){return Segment}});var v=p(53347);function _class_call_check(c,d){if(!(c instanceof d))throw TypeError("Cannot call a class as a function")}function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _object_without_properties(c,d){if(null==c)return{};var p,v,g=_object_without_properties_loose(c,d);if(Object.getOwnPropertySymbols){var I=Object.getOwnPropertySymbols(c);for(v=0;v=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var Segment=function Segment(c){if(_class_call_check(this,Segment),_define_property(this,"identify",function(c,d){window.analytics.identify(c,d)}),_define_property(this,"group",function(c,d){window.analytics.group(c,d)}),_define_property(this,"page",function(c){var d=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},p=d.category,v=_object_without_properties(d,["category"]);p?window.analytics.page(p,c,v):window.analytics.page(c,v)}),_define_property(this,"track",function(c,d){window.analytics.track(c,d)}),_define_property(this,"reset",function(){window.analytics.reset()}),!c.writeKey)throw Error("Segment writeKey is required for analytics");(0,v.loadSnippet)().load(c.writeKey)}},15443:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(45883),d),_export_star(p(3236),d)},53347:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"loadSnippet",{enumerable:!0,get:function(){return loadSnippet}});var loadSnippet=function(){var c=window.analytics=window.analytics||[];if(c.initialize)return c;if(c.invoked)return window.console&&console.error&&console.error("Segment snippet included twice."),c;c.invoked=!0,c.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"],c.factory=function(d){return function(){var p=Array.prototype.slice.call(arguments);return p.unshift(d),c.push(p),c}};for(var d=0;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var Badge=function(c){var d=c.leadingIcon,p=c.trailingIcon,I=c.children,R=_object_without_properties(c,["leadingIcon","trailingIcon","children"]),S=getIcon(d),P=getIcon(p);return v.default.createElement(g.Badge,_object_spread({display:"inline-flex",alignItems:"center",gap:"spacer-1"},R),S,I,P)},getIcon=function(c){return v.default.isValidElement(c)?v.default.cloneElement(c,{size:"xs"}):null}},59786:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(64037),d),_export_star(p(74187),d)},74187:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{badgeVariants:function(){return p},badgeStatuses:function(){return v}});var p=["solid","outline","subtle"],v=["custom","accent","primary","secondary","info","success","warning","error"]},19058:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{Divider:function(){return v.Divider},DividerProps:function(){return v.DividerProps}});var v=p(53159)},99476:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"NumberedList",{enumerable:!0,get:function(){return NumberedList}});var v=_interop_require_wildcard(p(67294)),g=p(26485),I=p(80864);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _getRequireWildcardCache(c){if("function"!=typeof WeakMap)return null;var d=new WeakMap,p=new WeakMap;return(_getRequireWildcardCache=function(c){return c?p:d})(c)}function _interop_require_wildcard(c,d){if(!d&&c&&c.__esModule)return c;if(null===c||"object"!=typeof c&&"function"!=typeof c)return{default:c};var p=_getRequireWildcardCache(d);if(p&&p.has(c))return p.get(c);var v={},g=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var I in c)if("default"!==I&&Object.prototype.hasOwnProperty.call(c,I)){var R=g?Object.getOwnPropertyDescriptor(c,I):null;R&&(R.get||R.set)?Object.defineProperty(v,I,R):v[I]=c[I]}return v.default=c,p&&p.set(c,v),v}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var NumberedList=function(c){var d=c.children,p=c.number,R=_object_without_properties(c,["children","number"]),S=(0,g.getValidChildren)(d);return v.default.createElement(I.Flex,_object_spread_props(_object_spread({as:"ol"},R),{direction:"column",gap:p?"0.75rem":"1rem"}),S.map(function(c,d){return d++,(0,v.cloneElement)(c,{pl:p?"0":"0.5rem",key:d,number:p?"".concat(p,".").concat(d):"".concat(d)})}))};NumberedList.Item=function(c){var d=c.indexTextVariants,p=c.number,g=c.children,R=_object_without_properties(c,["indexTextVariants","number","children"]);return v.default.createElement(I.Flex,_object_spread_props(_object_spread({as:"li",direction:"row",alignItems:"start"},R),{gap:"0.25rem"}),v.default.createElement(I.Box,null,v.default.createElement(I.Text,{variant:void 0===d?"text-body-regular":d},p,".")),v.default.createElement(I.Box,null,v.Children.map(g,function(c){return(0,v.isValidElement)(c)&&c.type===NumberedList?(0,v.cloneElement)(c,{number:p,paddingTop:"0.75rem"}):c})))}},76320:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(99476),d),_export_star(p(85010),d)},85010:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0})},24949:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"OrderedList",{enumerable:!0,get:function(){return OrderedList}});var v=_interop_require_default(p(67294)),g=p(53159);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var I=Object.assign((0,g.forwardRef)(function(c,d){var p=c.isDisabled,I=_object_without_properties(c,["isDisabled"]);return v.default.createElement(g.Tag,_object_spread({ref:d,disabled:p},I))}),{LeftIcon:(0,g.forwardRef)(function(c,d){var p=(0,g.useTagStyles)();return v.default.createElement(g.TagLeftIcon,_object_spread({ref:d},p.leftIcon,c))}),RightIcon:(0,g.forwardRef)(function(c,d){var p=(0,g.useTagStyles)();return v.default.createElement(g.TagRightIcon,_object_spread({ref:d},p.rightIcon,c))}),Label:g.TagLabel})},55327:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(32930),d),_export_star(p(98608),d)},98608:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"tagSizes",{enumerable:!0,get:function(){return p}});var p=["s","m","l"]},82904:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"UnorderedList",{enumerable:!0,get:function(){return UnorderedList}});var v=_interop_require_default(p(67294)),g=p(53159);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var Accordion=function(c){return v.default.createElement(g.Accordion,c)};Accordion.Item=g.AccordionItem,Accordion.Button=function(c){var d=c.highlight,p=_object_without_properties(c,["highlight"]);return v.default.createElement(g.AccordionButton,_object_spread({_expanded:d&&{bg:"background-action-active"}},p))},Accordion.Panel=g.AccordionPanel,Accordion.Icon=function(c){var d=(0,g.useAccordionItemState)(),p=d.isOpen,R=_object_spread({opacity:d.isDisabled?.4:1,transform:p?"rotate(-180deg)":void 0,transition:(0,g.useAccordionContext)().reduceMotion?void 0:"transform 0.2s",transformOrigin:"center"},(0,g.useAccordionStyles)().icon);return v.default.createElement(I.IconChevronDown,_object_spread({},R,c))}},43212:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(36987),d),_export_star(p(78871),d)},78871:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{AccordionProps:function(){return v.AccordionProps},AccordionItemProps:function(){return v.AccordionItemProps},AccordionPanelProps:function(){return v.AccordionPanelProps}});var v=p(53159)},36994:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Tabs",{enumerable:!0,get:function(){return Tabs}});var v=_interop_require_default(p(67294)),g=p(53159);function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}var Tabs=function(c){return v.default.createElement(g.Tabs,c)};Tabs.List=g.TabList,Tabs.Item=g.Tab,Tabs.Panels=g.TabPanels,Tabs.Panel=g.TabPanel},37997:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(36994),d)},60742:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(43212),d),_export_star(p(37997),d)},65863:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{ALERT_ICONS:function(){return S},Alert:function(){return Alert}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(26485),R=p(80864);function _array_like_to_array(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}function _sliced_to_array(c,d){return _array_with_holes(c)||_iterable_to_array_limit(c,d)||_unsupported_iterable_to_array(c,d)||_non_iterable_rest()}function _unsupported_iterable_to_array(c,d){if(c){if("string"==typeof c)return _array_like_to_array(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(p);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _array_like_to_array(c,d)}}var S={info:R.IconInfoCircle,warning:R.IconAlertTriangle,success:R.IconCircleCheck,error:R.IconAlertCircle},P=_sliced_to_array((0,I.createContext)({name:"AlertContext",errorMessage:"useAlertContext: `context` is undefined. Seems you forgot to wrap alert components in ``"}),2),j=P[0],T=P[1],Alert=function(c){var d=c.status,p=void 0===d?"info":d,I=_object_without_properties(c,["status"]);return v.default.createElement(j,{value:{status:p}},v.default.createElement(g.Alert,_object_spread({status:p},I)))};Alert.Title=g.AlertTitle,Alert.Description=g.AlertDescription,Alert.CloseButton=function(c){return v.default.createElement(R.CloseButton,_object_spread({size:"s",position:"absolute",top:"0.75rem",right:"0.5rem"},c))},Alert.Icon=function(c){var d,p=(0,g.useAlertStyles)().icon,I=T().status,R=S[I];return v.default.createElement(R,_object_spread(_object_spread_props(_object_spread({},p),{color:null===(d=p.status[I])||void 0===d?void 0:d.color}),c))}},73170:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(65863),d),_export_star(p(37063),d)},37063:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{alertStatuses:function(){return p},alertVariants:function(){return v}});var p=["success","warning","error","info"],v=["solid","subtle","left-accent"]},73047:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"InlineAlert",{enumerable:!0,get:function(){return T}});var v,g=_interop_require_default(p(67294)),I=p(80864),R=p(53159);function _array_like_to_array(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}function _unsupported_iterable_to_array(c,d){if(c){if("string"==typeof c)return _array_like_to_array(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(p);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _array_like_to_array(c,d)}}var S=function _array_with_holes(c){if(Array.isArray(c))return c}(v=(0,p(26485).createContext)({name:"InlineAlertContext"}))||_iterable_to_array_limit(v,2)||_unsupported_iterable_to_array(v,2)||_non_iterable_rest(),P=S[0],j=S[1],T=Object.assign((0,R.forwardRef)(function(c,d){var p=c.status,v=void 0===p?"info":p,S=c.children,j=_object_without_properties(c,["status","children"]),T=(0,R.useMultiStyleConfig)("InlineAlert",{status:v});return g.default.createElement(P,{value:{styles:T,status:v}},g.default.createElement(I.Flex,_object_spread({ref:d},T.container,j),S))}),{Icon:function(){var c=j(),d=c.status,p=c.styles,v=I.ALERT_ICONS[d];return g.default.createElement(v,_object_spread_props(_object_spread({},p.icon),{"data-testid":"cmpsr.inline-alert.icon"}))},Message:function(c){var d=j().styles;return g.default.createElement(I.Text,d.message,c.children)}})},90090:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(73047),d),_export_star(p(26705),d)},26705:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0})},42502:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"ProgressBar",{enumerable:!0,get:function(){return ProgressBar}});var v=_interop_require_default(p(67294)),g=p(53159);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var ProgressCircular=function(c){var d=c.showLabel,p=_object_without_properties(c,["showLabel"]),R=(0,g.useStyleConfig)("ProgressCircular"),S=R.label,P=R.filledTrack.backgroundColor,j=R.track.backgroundColor;return v.default.createElement(g.CircularProgress,_object_spread({trackColor:j,color:P,"data-testid":"cmpsr.progress-circular"},p),d&&v.default.createElement(I.Text,_object_spread({variant:"text-body-meta-regular"},S),p.value,"%"))}},4057:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(94361),d)},66705:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Skeleton",{enumerable:!0,get:function(){return Skeleton}});var v=_interop_require_default(p(67294)),g=p(53159);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var Skeleton=function(c){var d=c.variant,p=void 0===d?"default":d,I=c.testId,R=_object_without_properties(c,["variant","testId"]),S={default:g.Skeleton,text:g.SkeletonText,circle:g.SkeletonCircle}[p];return v.default.createElement(S,_object_spread({"data-testid":null!=I?I:"cmpsr.skeleton-".concat(p)},R))}},6924:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(66705),d),_export_star(p(65597),d)},65597:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"skeletonVariants",{enumerable:!0,get:function(){return p}});var p=["default","text","circle"]},62307:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Spinner",{enumerable:!0,get:function(){return Spinner}});var v=_interop_require_default(p(67294)),g=p(53159);function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}var Spinner=function(c){return v.default.createElement(g.Spinner,c)}},71653:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(62307),d),_export_star(p(58280),d)},58280:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{spinnerVariants:function(){return p},spinnerSizes:function(){return v}});var p=["accent","primary"],v=["xs","s"]},46553:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(94633),d),_export_star(p(13357),d)},13357:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"toastTitleAlignments",{enumerable:!0,get:function(){return p}});var p=["left","top"]},94633:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"useToast",{enumerable:!0,get:function(){return useToast}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(80864);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;dc.length)&&(d=c.length);for(var p=0,v=Array(d);p=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}function _unsupported_iterable_to_array(c,d){if(c){if("string"==typeof c)return _array_like_to_array(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(p);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _array_like_to_array(c,d)}}var $=function _array_with_holes(c){if(Array.isArray(c))return c}(v=(0,R.createContext)({}))||_iterable_to_array_limit(v,2)||_unsupported_iterable_to_array(v,2)||_non_iterable_rest(),U=$[0],et=$[1],stateReducer=function(){var c=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return function(d,p){var v,g=p.type,R=p.changes;switch(g){case I.useCombobox.stateChangeTypes.InputFocus:case I.useCombobox.stateChangeTypes.InputChange:return _object_spread_props(_object_spread({},R),{isOpen:(null===(v=R.inputValue)||void 0===v?void 0:v.length)>=c});default:return R}}},Autocomplete=function(c){var d=c.children,p=c.items,v=c.onInputValueChange,R=c.minCharsToShowList,S=_object_without_properties(c,["children","items","onInputValueChange","minCharsToShowList"]),P=(0,I.useCombobox)(_object_spread({items:p,onInputValueChange:v,stateReducer:stateReducer(R)},S)),T=P.isOpen,N=P.getMenuProps,$=P.getInputProps,et=P.getItemProps,ea=P.selectedItem,en=P.highlightedIndex,er=P.reset;return g.default.createElement(U,{value:{isOpen:T,items:p,getMenuProps:N,getInputProps:$,getItemProps:et,selectedItem:ea,highlightedIndex:en,reset:er}},g.default.createElement(j.Box,{position:"relative"},d))};Autocomplete.Input=function(c){var d=c.clearButtonMode,p=_object_without_properties(c,["clearButtonMode"]),v=et(),I=v.selectedItem,R=v.reset,S=v.getInputProps,j=(0,g.useRef)(null),N=S({ref:j}),$={"item-selected":I,"has-value":N.value,never:!1,always:!0}[void 0===d?"item-selected":d],U=(0,g.useCallback)(function(){var c,d;null==R||R(),null==j||null===(d=j.current)||void 0===d||null===(c=d.focus)||void 0===c||c.call(d)},[]);return g.default.createElement(T.Input,_object_spread({},$&&{trailingIcon:g.default.createElement(P.IconX,{"data-testid":"cmpsr.autocomplete.clear-button",cursor:"pointer",onClick:U})},N,p))},Autocomplete.List=function(c){var d=c.noResultsContent,p=c.renderItem,v=_object_without_properties(c,["noResultsContent","renderItem"]),I=et(),R=I.isOpen,P=I.items,T=I.selectedItem,$=I.highlightedIndex,U=I.getItemProps,ea=I.getMenuProps,en=(0,S.useStyleConfig)("Autocomplete"),er=null!=d?d:g.default.createElement(N.Text,en.noResults,"No results");return g.default.createElement(j.Box,_object_spread({as:"ul",visibility:R?"visible":"hidden"},en.list,ea(),v),R&&P.length?P.map(function(c,d){return g.default.createElement(j.Box,_object_spread({as:"li",key:d},en.item,c===T&&_object_spread({},en.item.active),$===d&&_object_spread({},en.item.highlighted),U({index:d,item:c})),p(c))}):er)}},82730:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(44621),d),_export_star(p(2118),d)},2118:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"autocompleteSizes",{enumerable:!0,get:function(){return p}});var p=["s","m","l"]},85348:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{AutocompleteMultiSelect:function(){return AutocompleteMultiSelect},default:function(){return U},useAutocompleteMultiSelectContext:function(){return $}});var v=_interop_require_wildcard(p(67294)),g=p(33505),I=p(26485),R=p(41461),S=_interop_require_default(p(47163)),P=_interop_require_default(p(16579)),j=_interop_require_default(p(8789));function _array_like_to_array(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var _default=function(c){var d=c.clearButtonMode,p=c.size,S=c.isDisabled,P=_object_without_properties(c,["clearButtonMode","size","isDisabled"]),j=(0,R.useAutocompleteMultiSelectContext)(),T=j.reset,N=j.getInputProps,$=j.getToggleButtonProps,U=j.getDropdownProps,et=j.isOpen,ea=j.size,en=j.isDisabled,er=(0,v.useRef)(null),eo=N(_object_spread({},U({preventKeyAction:et,ref:er}))),el={"has-value":eo.value,never:!1,always:!0}[void 0===d?"has-value":d],ec=S||en,ei=(0,v.useCallback)(function(){var c,d;null==T||T(),null==er||null===(d=er.current)||void 0===d||null===(c=d.focus)||void 0===c||c.call(d)},[T]),es=ec?{pointerEvents:"none"}:{},ed=function(){if(el)return v.default.createElement(I.IconX,{"data-testid":"cmpsr.autocompleteMultiSelect.clear-button",cursor:"pointer",onClick:ei,style:es});var c=et?I.IconChevronUp:I.IconChevronDown,d=et?"cmpsr.autocompleteMultiSelect.chevron-up":"cmpsr.autocompleteMultiSelect.chevron-down";return v.default.createElement(c,_object_spread({"data-testid":d,cursor:"pointer"},$({style:es})))}();return v.default.createElement(g.Input,_object_spread({trailingIcon:ed,size:null!=p?p:ea,isDisabled:ec},eo,P))}},16579:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"default",{enumerable:!0,get:function(){return _default}});var v=_interop_require_default(p(67294)),g=p(41461),I=p(60392),R=p(53159),S=p(85348);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var _default=function(c){var d=c.noResultsContent,p=c.renderItem,P=_object_without_properties(c,["noResultsContent","renderItem"]),j=(0,S.useAutocompleteMultiSelectContext)(),T=j.isOpen,N=j.items,$=j.selectedItem,U=j.highlightedIndex,et=j.getItemProps,ea=j.getMenuProps,en=(0,R.useStyleConfig)("AutocompleteMultiSelect"),er=en.item,eo=er.active,el=er.highlighted,ec=_object_without_properties(er,["active","highlighted"]),ei=null!=d?d:v.default.createElement(I.Text,en.noResults,"No results");return v.default.createElement(g.Box,_object_spread({as:"ul",visibility:T?"visible":"hidden"},en.list,ea(),P),T&&N.length?N.map(function(c,d){return v.default.createElement(g.Box,_object_spread({as:"li",key:"list-item-".concat(d)},ec,c===$&&eo,U===d&&el,et({index:d,item:c})),p(c))}):ei)}},8789:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"default",{enumerable:!0,get:function(){return _default}});var v=_interop_require_default(p(67294)),g=p(41461),I=p(47917),R=p(94446),S=p(53159),P=p(85348);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var defaultRenderSelectedItem=function(c){var d=c.selectedItem,p=c.removeSelectedItem,g=c.itemToString,S=c.size,P=c.isDisabled,j=g?g(d):d;return v.default.createElement(I.Tag,{size:"l"===S?"m":"s",isDisabled:P,onClick:function(c){c.stopPropagation(),p(d)}},v.default.createElement(I.Tag.Label,null,j),v.default.createElement(I.Tag.RightIcon,{"data-testid":"cmpsr.autocompleteMultiSelect.clear-tag-button",as:R.IconX}))},_default=function(c){var d=c.renderSelectedItem,p=void 0===d?defaultRenderSelectedItem:d,I=c.isDisabled,R=_object_without_properties(c,["renderSelectedItem","isDisabled"]),j=(0,P.useAutocompleteMultiSelectContext)(),T=j.selectedItems,N=j.getSelectedItemProps,$=j.removeSelectedItem,U=j.itemToString,et=j.size,ea=j.isDisabled,en=I||ea,er=(0,S.useStyleConfig)("AutocompleteMultiSelect");return T.length?v.default.createElement(g.Box,_object_spread({as:"ul"},R,er.selectedItems),T.map(function(c,d){return v.default.createElement(g.Box,_object_spread({as:"li",key:"selected-item-".concat(d)},er.selectedItem,N({selectedItem:c,index:d})),p({selectedItem:c,removeSelectedItem:$,itemToString:U,size:et,isDisabled:en}))})):null}},89725:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(85348),d),_export_star(p(80301),d)},80301:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"autocompleteMultiSelectSizes",{enumerable:!0,get:function(){return p}});var p=["s","m","l"]},12460:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Button",{enumerable:!0,get:function(){return S}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(80864),R=p(71556);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var S=(0,g.forwardRef)(function(c,d){var p=c.children,S=c.variant,P=c.size,j=c.isLoading,T=c.leadingIcon,N=c.trailingIcon,$=_object_without_properties(c,["children","variant","size","isLoading","leadingIcon","trailingIcon"]),U=(0,R.useResponsiveValue)(S),et=(0,R.useResponsiveValue)(P),ea=(0,g.useMultiStyleConfig)("Button",{variant:S,size:et,isLoading:j}),en=ea.loading,er=ea.columnGap,eo=getIcon(T,et),el=getIcon(N,et),ec=null==U?void 0:U.startsWith("link");return v.default.createElement(g.Button,_object_spread({ref:d,spinner:v.default.createElement(I.Spinner,_object_spread({"data-testid":"cmpsr.button.spinner"},ec&&{variant:U.split("-")[1]},en)),variant:S,size:P,isLoading:j},$),v.default.createElement(I.Flex,{direction:"row",alignItems:"center",columnGap:er},eo,p,el))}),getIcon=function(c,d){return v.default.isValidElement(c)?v.default.cloneElement(c,{size:getIconSize(d)}):null},getIconSize=function(c){return"l"===c?"m":c}},40353:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(12460),d),_export_star(p(89864),d)},89864:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{buttonVariants:function(){return p},buttonSizes:function(){return v}});var p=["accent","primary","primary-alt","secondary","secondary-alt","destroy","ghost"],v=["xs","s","m","l"]},64118:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"ButtonIcon",{enumerable:!0,get:function(){return S}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(80864),R=p(71556);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var S=(0,g.forwardRef)(function(c,d){var p=c.isRound,S=c.icon,P=c.size,j=_object_without_properties(c,["isRound","icon","size"]),T=(0,R.useResponsiveValue)(P),N=(0,g.useMultiStyleConfig)("ButtonIcon",{isRound:p,size:T,variant:j.variant,isLoading:j.isLoading}),$=N.loading,U=_object_without_properties(N,["loading"]),et=v.default.cloneElement(S,{size:T,display:"block"});return v.default.createElement(g.IconButton,_object_spread({ref:d,icon:et,spinner:v.default.createElement(I.Spinner,$),size:T},U,j))})},29386:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(64118),d),_export_star(p(2827),d)},2827:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{buttonIconSizes:function(){return p},buttonIconVariants:function(){return v}});var p=["xs","s","m","l"],v=["accent","primary","primary-alt","secondary","secondary-alt","ghost"]},86694:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Checkbox",{enumerable:!0,get:function(){return P}});var v=_interop_require_default(p(67294)),g=p(46431),I=p(53159),R=_interop_require_wildcard(p(49984)),S=p(71556);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _getRequireWildcardCache(c){if("function"!=typeof WeakMap)return null;var d=new WeakMap,p=new WeakMap;return(_getRequireWildcardCache=function(c){return c?p:d})(c)}function _interop_require_wildcard(c,d){if(!d&&c&&c.__esModule)return c;if(null===c||"object"!=typeof c&&"function"!=typeof c)return{default:c};var p=_getRequireWildcardCache(d);if(p&&p.has(c))return p.get(c);var v={},g=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var I in c)if("default"!==I&&Object.prototype.hasOwnProperty.call(c,I)){var R=g?Object.getOwnPropertyDescriptor(c,I):null;R&&(R.get||R.set)?Object.defineProperty(v,I,R):v[I]=c[I]}return v.default=c,p&&p.set(c,v),v}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var CheckboxTransition=function(c){var d=c.open,p=c.children;return v.default.createElement(g.AnimatePresence,{initial:!1},d&&v.default.createElement(g.motion.div,{variants:{unchecked:{scale:.5},checked:{scale:1}},initial:"unchecked",animate:"checked",style:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%"}},p))},CheckboxIcon=function(c){var d=c.__css,p=c.isChecked;return v.default.createElement(CheckboxTransition,{open:p},v.default.createElement(R.IconCheck,d))},P=(0,I.forwardRef)(function(c,d){var p=c.size,g=_object_without_properties(c,["size"]),R=(0,S.useResponsiveValue)(p);return v.default.createElement(I.Checkbox,_object_spread({ref:d,icon:v.default.createElement(CheckboxIcon,null),size:R},g))})},11999:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(86694),d),_export_star(p(93520),d)},93520:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"CheckboxSizes",{enumerable:!0,get:function(){return p}});var p=["s","m","l"]},55849:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"DateInput",{enumerable:!0,get:function(){return P}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(80864),R=p(28083),S=p(32282);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var P=(0,g.forwardRef)(function(c,d){var p=c.maskOptions,P=_object_without_properties(c,["maskOptions"]),j=(0,S.getDateMaskOptions)(void 0===p?{}:p),T=(0,R.useMaskito)({options:j}),N=(0,g.useMergeRefs)(d,T);return v.default.createElement(I.Input,_object_spread({ref:N},P))})},32282:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"getDateMaskOptions",{enumerable:!0,get:function(){return getDateMaskOptions}});var v=p(78186);function _array_like_to_array(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}function _to_consumable_array(c){return _array_without_holes(c)||_iterable_to_array(c)||_unsupported_iterable_to_array(c)||_non_iterable_spread()}function _unsupported_iterable_to_array(c,d){if(c){if("string"==typeof c)return _array_like_to_array(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(p);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _array_like_to_array(c,d)}}var getDateMaskOptions=function(c){var d=c.mode,p=void 0===d?"mm/dd/yyyy":d,g=c.separator,I=c.showPlaceholderOnFocusOnly,R=(0,v.maskitoDateOptionsGenerator)({mode:p,separator:void 0===g?"/":g}),S=(0,v.maskitoWithPlaceholder)(p,void 0===I||I),P=S.plugins,j=_object_without_properties(S,["plugins"]);return _object_spread_props(_object_spread({},R),{plugins:P.concat(R.plugins||[]),preprocessors:_to_consumable_array(j.preprocessors).concat(_to_consumable_array(R.preprocessors)),postprocessors:_to_consumable_array(R.postprocessors).concat(_to_consumable_array(j.postprocessors))})}},16441:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(55849),d),_export_star(p(36646),d)},36646:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0})},51553:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"IconButton",{enumerable:!0,get:function(){return S}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(80864),R=p(71556);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var S=(0,g.forwardRef)(function(c,d){var p=c.isRound,S=c.icon,P=c.size,j=_object_without_properties(c,["isRound","icon","size"]),T=(0,R.useResponsiveValue)(P),N=(0,g.useMultiStyleConfig)("IconButton",{isRound:p,size:T,variant:j.variant,isLoading:j.isLoading}),$=N.loading,U=_object_without_properties(N,["loading"]),et=v.default.cloneElement(S,{size:T});return console.warn('Deprecated: The component "IconButton" is deprecated. Please use "ButtonIcon" instead.'),v.default.createElement(g.IconButton,_object_spread({ref:d,icon:et,spinner:v.default.createElement(I.Spinner,$),size:T},U,j))})},98611:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(51553),d),_export_star(p(6749),d)},6749:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{iconButtonSizes:function(){return g},iconButtonVariants:function(){return I}});var v=p(80864),g=v.buttonIconSizes,I=v.buttonIconVariants},29595:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Input",{enumerable:!0,get:function(){return I}});var v=_interop_require_wildcard(p(67294)),g=p(53159);function _array_like_to_array(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}function _sliced_to_array(c,d){return _array_with_holes(c)||_iterable_to_array_limit(c,d)||_unsupported_iterable_to_array(c,d)||_non_iterable_rest()}function _unsupported_iterable_to_array(c,d){if(c){if("string"==typeof c)return _array_like_to_array(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(p);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _array_like_to_array(c,d)}}var I=(0,g.forwardRef)(function(c,d){var p=c.leadingIcon,I=c.trailingIcon,R=c.leftLabel,S=c.rightLabel,P=_object_without_properties(c,["leadingIcon","trailingIcon","leftLabel","rightLabel"]),j=_sliced_to_array((0,v.useState)(!1),2),T=j[0],N=j[1],$=_sliced_to_array((0,v.useState)(!1),2),U=$[0],et=$[1],ea=_sliced_to_array((0,v.useState)(!1),2),en=ea[0],er=ea[1],eo=(0,g.useMultiStyleConfig)("Input",{variant:P.variant,size:P.size,isFocused:T,isHovered:U,isInvalid:P.isInvalid,isDisabled:P.isDisabled,hasContent:en}),el=eo.element,ec=eo.elementContainer,ei=eo.inputGroup,es=eo.field.withIcon,ed=eo.leftLabel,eu=eo.rightLabel,ep=p&&!R,eh=I&&!S;return v.default.createElement(g.InputGroup,_object_spread_props(_object_spread({},ei),{"data-testid":"cmpsr.input-group"}),ep&&v.default.createElement(g.InputLeftElement,_object_spread_props(_object_spread({},ec),{pointerEvents:"none",children:(0,v.cloneElement)(p,_object_spread({"data-testid":"cmpsr.input-icon",size:"l"===P.size?"l":"m"},el))})),R&&v.default.createElement(g.InputLeftAddon,_object_spread_props(_object_spread({},ed),{children:R})),v.default.createElement(g.Input,_object_spread_props(_object_spread(_object_spread_props(_object_spread({ref:d},ep&&_object_spread({},es)),{"data-testid":"cmpsr.input"}),P),{onFocus:function(c){var d;null==P||null===(d=P.onFocus)||void 0===d||d.call(P,c),N(!0)},onBlur:function(c){var d;null==P||null===(d=P.onBlur)||void 0===d||d.call(P,c),N(!1)},onMouseEnter:function(c){var d;null==P||null===(d=P.onMouseEnter)||void 0===d||d.call(P,c),et(!0)},onMouseLeave:function(c){var d;null==P||null===(d=P.onMouseLeave)||void 0===d||d.call(P,c),et(!1)},onChange:function(c){var d;null==er||er(c.target.value.length>0),null==P||null===(d=P.onChange)||void 0===d||d.call(P,c)}})),S&&v.default.createElement(g.InputRightAddon,_object_spread_props(_object_spread({},eu),{children:S})),eh&&v.default.createElement(g.InputRightElement,_object_spread_props(_object_spread({},ec),{children:(0,v.cloneElement)(I,_object_spread({size:"l"===P.size?"l":"m"},el))})))})},1067:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(29595),d),_export_star(p(43490),d)},43490:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{inputVariants:function(){return p},inputSizes:function(){return v}});var p=["outline","flushed"],v=["s","m","l"]},8111:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"MaskInput",{enumerable:!0,get:function(){return P}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(80864),R=p(28083),S=p(98935);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var P=(0,g.forwardRef)(function(c,d){var p=c.maskOptions,P=_object_without_properties(c,["maskOptions"]),j=(0,S.getMaskOptions)(p),T=(0,R.useMaskito)({options:j}),N=(0,g.useMergeRefs)(d,T);return v.default.createElement(I.Input,_object_spread({ref:N},P))})},98935:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"getMaskOptions",{enumerable:!0,get:function(){return getMaskOptions}});var v=p(78186),getMaskOptions=function(c){var d=c.mask,p=c.prefix,g=void 0===p?"":p,I=c.postfix,R=void 0===I?"":I,S=c.caretPositioning,P=[],j=[];return(void 0===S||S)&&P.push((0,v.maskitoCaretGuard)(function(c){return[g.length,Math.max(g.length,c.length-R.length)]})),g&&j.push((0,v.maskitoPrefixPostprocessorGenerator)(g)),R&&j.push((0,v.maskitoPostfixPostprocessorGenerator)(R)),j.push(function(c){var d=c.value,p=c.selection,v=d;return g&&v.startsWith(g)&&(v=v.substring(g.length)),R&&v.endsWith(R)&&(v=v.substring(0,v.length-R.length)),{value:v.trim()?d:"",selection:p}}),{mask:d,postprocessors:j,plugins:P}}},9142:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(8111),d),_export_star(p(13561),d)},13561:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0})},78006:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"NumberInput",{enumerable:!0,get:function(){return j}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(80864);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var T=(0,g.forwardRef)(function(c,d){var p=c.maskOptions,T=void 0===p?{countryIsoCode:"US"}:p,N=c.onChange,$=_object_without_properties(c,["maskOptions","onChange"]),U=(0,S.getPhoneMaskOptions)(T),et=(0,R.useMaskito)({options:U}),ea=(0,v.useRef)(null),en=(0,g.useMergeRefs)(et,ea,d);return(0,v.useEffect)(function(){var c=ea.current;if(c){var handleChange=function(c){var d=c.target,p=(0,P.isValidPhoneNumber)(d.value,T.countryIsoCode,j.default);N&&N(c,p)};return c.addEventListener("input",handleChange),function(){c.removeEventListener("input",handleChange)}}},[N]),v.default.createElement(I.Input,_object_spread({ref:en},$))})},81766:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"getPhoneMaskOptions",{enumerable:!0,get:function(){return getPhoneMaskOptions}});var v=p(73018),g=_interop_require_default(p(76817));function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}var getPhoneMaskOptions=function(c){var d=c.countryIsoCode,p=c.mask;return p?{mask:p}:(0,v.maskitoPhoneOptionsGenerator)({countryIsoCode:d,metadata:g.default})}},97482:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(43864),d),_export_star(p(95068),d)},95068:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0})},87757:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"PinInput",{enumerable:!0,get:function(){return PinInput}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(80864);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var renderFieldsByNumOfDigits=function(c){for(var d=[],p=0;pc.length)&&(d=c.length);for(var p=0,v=Array(d);p=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}function _sliced_to_array(c,d){return _array_with_holes(c)||_iterable_to_array_limit(c,d)||_unsupported_iterable_to_array(c,d)||_non_iterable_rest()}function _unsupported_iterable_to_array(c,d){if(c){if("string"==typeof c)return _array_like_to_array(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(p);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _array_like_to_array(c,d)}}var S=_sliced_to_array((0,p(26485).createContext)({name:"SegmentedButtonContext"}),2),P=S[0],j=S[1],SegmentedButton=function(c){var d=c.children,p=c.onChange,S=c.variant,j=void 0===S?"primary":S,T=c.size,N=c.defaultValue,$=c.isDisabled,U=void 0!==$&&$,et=_object_without_properties(c,["children","onChange","variant","size","defaultValue","isDisabled"]),ea=_sliced_to_array((0,R.useState)(void 0===N?"":N),2),en=ea[0],er=ea[1],eo=(0,I.useResponsiveValue)(void 0===T?"l":T),handleChange=function(c){er(c),p(c)},getButtonStyles=function(c){return(0,v.useMultiStyleConfig)("SegmentedButton",{variant:j,size:eo,isActive:c})};return R.default.createElement(P,{value:{getButtonStyles:getButtonStyles}},R.default.createElement(g.Flex,_object_spread(_object_spread_props(_object_spread({},getButtonStyles().container),{role:"group"}),et),d.map(function(c){return(0,R.cloneElement)(c,{key:c.props.value,onClick:function(){return handleChange(c.props.value)},isActive:en===c.props.value,size:eo,isDisabled:U,"aria-current":en===c.props.value})})))},T=(0,v.forwardRef)(function(c,d){var p=c.children,g=c.leadingIcon,I=c.trailingIcon,S=c.size,P=c.isActive,T=_object_without_properties(c,["children","leadingIcon","trailingIcon","size","isActive"]),N=j().getButtonStyles,$=getIcon(g,S),U=getIcon(I,S);return R.default.createElement(v.Button,_object_spread_props(_object_spread(_object_spread_props(_object_spread({},N(P).button),{size:S}),T),{ref:d}),$,p,U)});SegmentedButton.Button=T;var N=(0,v.forwardRef)(function(c,d){var p=c.icon,g=c.size,I=c.isActive,S=_object_without_properties(c,["icon","size","isActive"]),P=(0,j().getButtonStyles)(I),T=getIcon(p,g);return R.default.createElement(v.Button,_object_spread_props(_object_spread(_object_spread_props(_object_spread({},P.button,P.icon),{size:g}),S),{ref:d}),T)});SegmentedButton.Icon=N;var getIcon=function(c,d){return(0,R.isValidElement)(c)?(0,R.cloneElement)(c,{size:d}):null}},14807:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(89140),d),_export_star(p(37175),d)},37175:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{segmentedButtonVariants:function(){return p},segmentedButtonSizes:function(){return v}});var p=["primary","primary-alt","secondary","secondary-alt"],v=["xs","s","m","l"]},25420:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Select",{enumerable:!0,get:function(){return R}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(80864);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var Switch=function(c){var d=c.label,p=c.labelPosition,I=void 0===p?"left":p,R=c.id,S=_object_without_properties(c,["label","labelPosition","id"]),P=null!=R?R:"cmpsr.".concat(Math.random().toString(36).slice(2)),j="left"===I,T=(0,g.useMultiStyleConfig)("Switch",{size:S.size,isDisabled:S.isDisabled}).label;return v.default.createElement(g.FormControl,{display:"flex",alignItems:"center","data-testid":"cmpsr.switch",gap:"0.5rem"},d&&v.default.createElement(g.FormLabel,_object_spread_props(_object_spread({},T),{"data-testid":"cmpsr.switch-".concat(I,"-label"),htmlFor:P,order:j?"1":"2"}),d),v.default.createElement(g.Switch,_object_spread_props(_object_spread({},S),{id:P,order:j?"2":"1"})))}},55781:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(95163),d)},21706:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Textarea",{enumerable:!0,get:function(){return I}});var v=p(53159),g=_interop_require_default(p(67294));function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var Avatar=function(c){var d=c.showBadge,p=c.size,I=_object_without_properties(c,["showBadge","size"]);return v.default.createElement(g.Avatar,_object_spread({size:p},I),d&&v.default.createElement(AvatarBadge,null))},AvatarBadge=function(c){return v.default.createElement(g.AvatarBadge,_object_spread({"data-testid":"cmpsr.avatar.badge"},(0,g.useAvatarStyles)().badge,c))}},74795:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(55460),d),_export_star(p(9945),d)},9945:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"avatarSizes",{enumerable:!0,get:function(){return p}});var p=["xs","s","m","l","xl","xxl"]},67019:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{IconAdjustments:function(){return R},IconAdjustmentsHorizontal:function(){return S},IconAlertCircle:function(){return P},IconAlertTriangle:function(){return j},IconAlignCenter:function(){return T},IconAlignJustified:function(){return N},IconAlignLeft:function(){return $},IconAlignRight:function(){return U},IconArchive:function(){return et},IconArrowBackUp:function(){return ea},IconArrowDown:function(){return en},IconArrowForwardUp:function(){return er},IconArrowLeft:function(){return eo},IconArrowRight:function(){return el},IconArrowUp:function(){return ec},IconArrowsMaximize:function(){return ei},IconArrowsMinimize:function(){return es},IconArrowsSort:function(){return ed},IconBan:function(){return eu},IconBell:function(){return ep},IconBellOff:function(){return eh},IconBold:function(){return ev},IconBookmark:function(){return eg},IconBookmarkOff:function(){return ey},IconBrandFacebook:function(){return ef},IconBrandInstagram:function(){return em},IconBrandLinkedin:function(){return ek},IconBrandTwitter:function(){return eM},IconBrandX:function(){return eb},IconCalendar:function(){return eI},IconCalendarEvent:function(){return eC},IconCamera:function(){return ex},IconCameraPlus:function(){return eR},IconCaretDown:function(){return eS},IconCaretLeft:function(){return e_},IconCaretRight:function(){return ew},IconCaretUp:function(){return eP},IconCheck:function(){return eO},IconChevronDown:function(){return eF},IconChevronLeft:function(){return ez},IconChevronRight:function(){return eD},IconChevronUp:function(){return eA},IconCircle0:function(){return ej},IconCircle1:function(){return eE},IconCircle2:function(){return eT},IconCircle3:function(){return eB},IconCircle4:function(){return eN},IconCircle5:function(){return eL},IconCircle6:function(){return e$},IconCircle7:function(){return eW},IconCircle8:function(){return eH},IconCircle9:function(){return eV},IconCircleCheck:function(){return eU},IconCircleCheckFilled:function(){return eG},IconCircleMinus:function(){return eX},IconCirclePlus:function(){return eK},IconCircleX:function(){return eY},IconClipboardPlus:function(){return eZ},IconClock:function(){return eQ},IconCloud:function(){return eJ},IconCloudDownload:function(){return e1},IconCloudOff:function(){return e0},IconCloudUpload:function(){return e2},IconCode:function(){return e3},IconCoin:function(){return e5},IconCreditCard:function(){return e4},IconCurrentLocation:function(){return e6},IconDeviceDesktop:function(){return e9},IconDeviceMobile:function(){return e7},IconDeviceTablet:function(){return e8},IconDots:function(){return ta},IconDotsVertical:function(){return tn},IconDownload:function(){return tr},IconEdit:function(){return to},IconExternalLink:function(){return tl},IconEye:function(){return tc},IconEyeOff:function(){return ti},IconFile:function(){return ts},IconFileDownload:function(){return td},IconFileExport:function(){return tu},IconFileImport:function(){return tp},IconFileSearch:function(){return th},IconFileUpload:function(){return tv},IconFiles:function(){return tg},IconFilter:function(){return ty},IconFingerprint:function(){return tf},IconFlag:function(){return tm},IconFolder:function(){return tk},IconFolderOff:function(){return tM},IconFolderPlus:function(){return tb},IconFolderX:function(){return tI},IconH1:function(){return tC},IconH2:function(){return tx},IconH3:function(){return tR},IconH4:function(){return tS},IconH5:function(){return t_},IconH6:function(){return tw},IconHash:function(){return tP},IconHeart:function(){return tO},IconHelp:function(){return tF},IconId:function(){return tz},IconInbox:function(){return tD},IconInfoCircle:function(){return tA},IconItalic:function(){return tj},IconLayout:function(){return tE},IconLetterT:function(){return tT},IconLink:function(){return tB},IconList:function(){return tN},IconListNumbers:function(){return tL},IconLocation:function(){return t$},IconLock:function(){return tW},IconLockOpen:function(){return tH},IconLogin:function(){return tV},IconLogout:function(){return tq},IconMail:function(){return tU},IconMailOpened:function(){return tG},IconMap:function(){return tX},IconMapPin:function(){return tK},IconMarkdown:function(){return tY},IconMenu2:function(){return tZ},IconMessage:function(){return tQ},IconMicrophone:function(){return tJ},IconMicrophoneOff:function(){return t1},IconMusic:function(){return t0},IconPaperclip:function(){return t2},IconPencil:function(){return t3},IconPhone:function(){return t5},IconPhoneIncoming:function(){return t4},IconPhoneOff:function(){return t6},IconPhoneOutgoing:function(){return t9},IconPhoto:function(){return t7},IconPill:function(){return t8},IconPin:function(){return ae},IconPinnedOff:function(){return aa},IconPlayerPause:function(){return an},IconPlayerPlay:function(){return ar},IconPlayerRecord:function(){return ao},IconPlayerSkipBack:function(){return al},IconPlayerSkipForward:function(){return ac},IconPlayerStop:function(){return ai},IconPlayerTrackNext:function(){return as},IconPlayerTrackPrev:function(){return ad},IconPlus:function(){return au},IconRadiusBottomLeft:function(){return ap},IconRefresh:function(){return ah},IconScaleOutline:function(){return av},IconSearch:function(){return ag},IconSelector:function(){return ay},IconSend:function(){return af},IconSettings:function(){return am},IconShare:function(){return ak},IconShield:function(){return aM},IconShoppingCart:function(){return ab},IconSourceCode:function(){return aI},IconStar:function(){return aC},IconStrikethrough:function(){return ax},IconTag:function(){return aR},IconThumbDown:function(){return aS},IconThumbUp:function(){return a_},IconTrash:function(){return aw},IconUnderline:function(){return aP},IconUpload:function(){return aO},IconUser:function(){return aF},IconUserCircle:function(){return az},IconUsers:function(){return aD},IconVideo:function(){return aA},IconVideoOff:function(){return aj},IconVolume:function(){return aE},IconVolume2:function(){return aT},IconVolume3:function(){return aB},IconWorld:function(){return aN},IconX:function(){return aL},IconZoomIn:function(){return a$},IconZoomOut:function(){return aW}});var v=_interop_require_default(p(67294)),g=p(53159),I=_interop_require_wildcard(p(84290));function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _getRequireWildcardCache(c){if("function"!=typeof WeakMap)return null;var d=new WeakMap,p=new WeakMap;return(_getRequireWildcardCache=function(c){return c?p:d})(c)}function _interop_require_wildcard(c,d){if(!d&&c&&c.__esModule)return c;if(null===c||"object"!=typeof c&&"function"!=typeof c)return{default:c};var p=_getRequireWildcardCache(d);if(p&&p.has(c))return p.get(c);var v={},g=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var I in c)if("default"!==I&&Object.prototype.hasOwnProperty.call(c,I)){var R=g?Object.getOwnPropertyDescriptor(c,I):null;R&&(R.get||R.set)?Object.defineProperty(v,I,R):v[I]=c[I]}return v.default=c,p&&p.set(c,v),v}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var R=Object.assign((0,g.forwardRef)(function(c,d){var p=c.separator,R=void 0===p?v.default.createElement(I.IconChevronRight,{size:"m",color:"text-secondary"}):p,S=_object_without_properties(c,["separator"]);return v.default.createElement(g.Breadcrumb,_object_spread({ref:d,separator:R},S))}),{Item:(0,g.forwardRef)(function(c,d){var p=c.isLastChild,R=c.href,S=c.separator,P=c.testId,j=_object_without_properties(c,["isLastChild","href","separator","testId"]);return v.default.createElement(g.BreadcrumbItem,{ref:d,"data-testid":P,separator:S,isLastChild:p},p?v.default.createElement(I.Text,{color:"inherit",variant:"text-body-medium"},j.children):v.default.createElement(g.BreadcrumbLink,{href:R},v.default.createElement(I.Link,_object_spread({size:"m",as:"span"},j))))})})},23939:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(24164),d),_export_star(p(55797),d)},55797:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{BreadcrumbItemProps:function(){return v.LinkProps},BreadcrumbProps:function(){return g.BreadcrumbProps}});var v=p(80864),g=p(53159)},4961:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Link",{enumerable:!0,get:function(){return R}});var v=_interop_require_wildcard(p(67294)),g=p(53159),I=p(11653);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _getRequireWildcardCache(c){if("function"!=typeof WeakMap)return null;var d=new WeakMap,p=new WeakMap;return(_getRequireWildcardCache=function(c){return c?p:d})(c)}function _interop_require_wildcard(c,d){if(!d&&c&&c.__esModule)return c;if(null===c||"object"!=typeof c&&"function"!=typeof c)return{default:c};var p=_getRequireWildcardCache(d);if(p&&p.has(c))return p.get(c);var v={},g=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var I in c)if("default"!==I&&Object.prototype.hasOwnProperty.call(c,I)){var R=g?Object.getOwnPropertyDescriptor(c,I):null;R&&(R.get||R.set)?Object.defineProperty(v,I,R):v[I]=c[I]}return v.default=c,p&&p.set(c,v),v}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var R=(0,g.forwardRef)(function(c,d){var p=c.children,I=c.leadingIcon,R=c.trailingIcon,S=c.size,P=void 0===S?"m":S,j=c.variant,T=c.isInline,N=void 0!==T&&T,$=c.isDisabled,U=void 0!==$&&$,et=_object_without_properties(c,["children","leadingIcon","trailingIcon","size","variant","isInline","isDisabled"]),ea=(0,g.useStyleConfig)("Link",{isInline:N,variant:j,size:P}),en=getIcon(I,P,N),er=getIcon(R,P,N);return v.default.createElement(g.Link,_object_spread({ref:d},U&&{"aria-disabled":"true",tabIndex:-1,disabled:!0,pointerEvents:"none"},ea,et),en,p,er)}),getIcon=function(c,d,p){if(!(0,v.isValidElement)(c))return null;var R=(0,v.cloneElement)(c,{size:(0,I.getIconSize)(d)});return p?v.default.createElement(g.chakra.span,{display:"inline-flex",verticalAlign:"middle",marginInline:"0.25rem"},R):R}},3933:function(c,d){"use strict";function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var I=(0,v.forwardRef)(function(c,d){var p=c.icon,I=c.size,R=void 0===I?"m":I,S=c.variant,P=c.isInline,j=_object_without_properties(c,["icon","size","variant","isInline"]),T=(0,v.useStyleConfig)("LinkIcon",{isInline:void 0!==P&&P,variant:S,size:R}),N=getIcon(p,R);return g.default.createElement(v.Link,_object_spread({ref:d},T,j),N)}),getIcon=function(c,d){return(0,g.isValidElement)(c)?(0,g.cloneElement)(c,{size:d}):null}},23714:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(40462),d),_export_star(p(57698),d)},57698:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{linkIconVariants:function(){return p},linkIconSizes:function(){return v}});var p=["link-primary","link-accent","link-secondary","link-destroy"],v=["s","m","l"]},34336:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{useSteps:function(){return g.useSteps},Stepper:function(){return Stepper}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(60392),R=p(94446);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var Card=function(c){var d=c.filled,p=c.elevated,I=c.outlined,R=_object_without_properties(c,["filled","elevated","outlined"]),S=(0,g.useStyleConfig)("Card");return v.default.createElement(g.Box,_object_spread({},d&&{bg:"background-card"},p&&{boxShadow:"elevation-interactive"},I&&{borderWidth:"0.0625rem",borderColor:"ui-element-outline-default"},S,R))}},14029:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(74390),d),_export_star(p(84738),d)},84738:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0})},65891:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"CloseButton",{enumerable:!0,get:function(){return R}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(80864);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var R=(0,g.forwardRef)(function(c,d){var p=c.size,R=_object_without_properties(c,["size"]);return v.default.createElement(g.CloseButton,_object_spread({ref:d,"data-testid":"cmpsr.close-button",size:p},R),v.default.createElement(I.IconX,{size:"s"===p?p:"l"}))})},71904:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(65891),d),_export_star(p(3024),d)},3024:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"closeButtonSizes",{enumerable:!0,get:function(){return p}});var p=["s","m","l"]},22658:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(14029),d),_export_star(p(71904),d)},52451:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Drawer",{enumerable:!0,get:function(){return Drawer}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(80864),R=p(90858);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var Drawer=function(c){return v.default.createElement(g.Drawer,c)},S=(0,g.forwardRef)(function(c,d){var p=c.onClick,S=_object_without_properties(c,["onClick"]),P=(0,g.useModalContext)().onClose;return v.default.createElement(I.CloseButton,_object_spread({position:"absolute",top:"1.25rem",right:"1.25rem",size:"m",ref:d,onClick:(0,R.callAllHandlers)(p,function(c){c.stopPropagation(),P()})},S))});Drawer.Overlay=g.DrawerOverlay,Drawer.Content=g.DrawerContent,Drawer.Footer=g.DrawerFooter,Drawer.Body=g.DrawerBody,Drawer.CloseButton=S,Drawer.Header=g.DrawerHeader},44112:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(52451),d),_export_star(p(24824),d)},24824:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0})},52584:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Dropdown",{enumerable:!0,get:function(){return Dropdown}});var v=_interop_require_default(p(67294)),g=p(53159);function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}var Dropdown=function(c){return v.default.createElement(g.Menu,c)};Dropdown.Button=g.MenuButton,Dropdown.List=g.MenuList,Dropdown.Item=g.MenuItem,Dropdown.Group=g.MenuGroup,Dropdown.Divider=g.MenuDivider,Dropdown.OptionGroup=g.MenuOptionGroup,Dropdown.ItemOption=g.MenuItemOption},41064:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(52584),d),_export_star(p(81674),d)},81674:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{DropdownProps:function(){return v.MenuProps},DropdownButtonProps:function(){return v.MenuButtonProps},DropdownItemProps:function(){return v.MenuItemProps},DropdownListProps:function(){return v.MenuListProps},DropdownGroupProps:function(){return v.MenuGroupProps},DropdownOptionGroupProps:function(){return v.MenuOptionGroupProps},DropdownItemOptionProps:function(){return v.MenuItemOptionProps},DropdownDividerProps:function(){return v.MenuDividerProps}});var v=p(53159)},53384:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Modal",{enumerable:!0,get:function(){return Modal}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(80864),R=p(90858);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var Modal=function(c){return v.default.createElement(g.Modal,c)},S=(0,g.forwardRef)(function(c,d){var p=c.onClick,S=_object_without_properties(c,["onClick"]),P=(0,g.useModalContext)().onClose;return v.default.createElement(I.CloseButton,_object_spread({position:"absolute",top:"1.25rem",right:"1.25rem",size:"m",ref:d,onClick:(0,R.callAllHandlers)(p,function(c){c.stopPropagation(),P()})},S))});Modal.Overlay=g.ModalOverlay,Modal.Content=g.ModalContent,Modal.Header=g.ModalHeader,Modal.Footer=g.ModalFooter,Modal.Body=g.ModalBody,Modal.CloseButton=S},96684:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(53384),d),_export_star(p(23745),d)},23745:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{ModalOverlayProps:function(){return v.ModalOverlayProps},ModalContentProps:function(){return v.ModalContentProps},ModalHeaderProps:function(){return v.ModalHeaderProps},ModalFooterProps:function(){return v.ModalFooterProps},ModalBodyProps:function(){return v.ModalBodyProps},modalSizes:function(){return g}});var v=p(53159),g=["auto","full"]},49691:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Popover",{enumerable:!0,get:function(){return Popover}});var v=_interop_require_default(p(67294)),g=p(53159);function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}var Popover=function(c){return v.default.createElement(g.Popover,c)};Popover.Trigger=g.PopoverTrigger,Popover.Content=g.PopoverContent,Popover.Header=g.PopoverHeader,Popover.Body=g.PopoverBody,Popover.Footer=g.PopoverFooter,Popover.Arrow=g.PopoverArrow,Popover.CloseButton=g.PopoverCloseButton,Popover.Anchor=g.PopoverAnchor},4060:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(49691),d),_export_star(p(70517),d)},70517:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0})},70373:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Tooltip",{enumerable:!0,get:function(){return Tooltip}});var v=_interop_require_default(p(67294)),g=p(53159);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var Tooltip=function(c){var d=c.hasArrow,p=c.placement,I=_object_without_properties(c,["hasArrow","placement"]);return v.default.createElement(g.Tooltip,_object_spread({hasArrow:void 0===d||d,placement:void 0===p?"auto":p},I))}},51783:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(70373),d),_export_star(p(39978),d)},39978:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0})},51197:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(44112),d),_export_star(p(41064),d),_export_star(p(96684),d),_export_star(p(4060),d),_export_star(p(51783),d)},6802:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Highlight",{enumerable:!0,get:function(){return v.Highlight}});var v=p(53159)},65652:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Text",{enumerable:!0,get:function(){return R}});var v=_interop_require_default(p(67294)),g=p(53159),I=p(71556);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _interop_require_default(c){return c&&c.__esModule?c:{default:c}}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var R=(0,g.forwardRef)(function(c,d){var p=c.variant,R=_object_without_properties(c,["variant"]),S=(0,I.useResponsiveValue)(p);return v.default.createElement(g.Text,_object_spread({ref:d,variant:S},R))})},23069:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(65652),d),_export_star(p(11482),d)},11482:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"textVariants",{enumerable:!0,get:function(){return v.textVariants}});var v=p(1862)},35912:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{TextPairingContext:function(){return S},TextPairing:function(){return TextPairing}});var v=_interop_require_wildcard(p(67294)),g=p(90914),I=p(71556),R=p(80864);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _getRequireWildcardCache(c){if("function"!=typeof WeakMap)return null;var d=new WeakMap,p=new WeakMap;return(_getRequireWildcardCache=function(c){return c?p:d})(c)}function _interop_require_wildcard(c,d){if(!d&&c&&c.__esModule)return c;if(null===c||"object"!=typeof c&&"function"!=typeof c)return{default:c};var p=_getRequireWildcardCache(d);if(p&&p.has(c))return p.get(c);var v={},g=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var I in c)if("default"!==I&&Object.prototype.hasOwnProperty.call(c,I)){var R=g?Object.getOwnPropertyDescriptor(c,I):null;R&&(R.get||R.set)?Object.defineProperty(v,I,R):v[I]=c[I]}return v.default=c,p&&p.set(c,v),v}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}var S=(0,v.createContext)({labelVariant:null,subLabelVariant:null}),TextPairing=function(c){var d=c.variant,p=_object_without_properties(c,["variant"]),P=(0,I.useResponsiveValue)(d),j=(0,g.useMultiStyleConfig)("TextPairing",{variant:P}),T=j.container,N=j.label,$=j.subLabel;return v.default.createElement(S.Provider,{value:{labelVariant:N.variant,subLabelVariant:$.variant}},v.default.createElement(R.Flex,_object_spread({flexDirection:"column"},T,p)))},TextPairingText=function(c){var d=c.variantProp,p=_object_without_properties(c,["variantProp"]),g=(0,v.useContext)(S);return v.default.createElement(R.Text,_object_spread({variant:g[d]},p))};TextPairing.Label=function(c){return v.default.createElement(TextPairingText,_object_spread_props(_object_spread({},c),{variantProp:"labelVariant"}))},TextPairing.SubLabel=function(c){return v.default.createElement(TextPairingText,_object_spread_props(_object_spread({},c),{variantProp:"subLabelVariant"}))}},72473:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(35912),d),_export_star(p(715),d)},715:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"textPairingVariants",{enumerable:!0,get:function(){return p}});var p=["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(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(6802),d),_export_star(p(23069),d),_export_star(p(72473),d)},71556:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{useBreakpointValue:function(){return v.useBreakpointValue},useDisclosure:function(){return v.useDisclosure},useTheme:function(){return v.useTheme},createBreakpoints:function(){return g.createBreakpoints}});var v=p(53159),g=p(20189);function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}_export_star(p(40959),d),_export_star(p(90403),d)},40959:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(24696),d)},24696:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"useResponsiveValue",{enumerable:!0,get:function(){return useResponsiveValue}});var v=p(53159),useResponsiveValue=function(c){return c?"string"==typeof c?c:(0,v.useBreakpointValue)(c,"base"):void 0}},90403:function(c,d,p){"use strict";function _export_star(c,d){return Object.keys(c).forEach(function(p){"default"===p||Object.prototype.hasOwnProperty.call(d,p)||Object.defineProperty(d,p,{enumerable:!0,get:function(){return c[p]}})}),c}Object.defineProperty(d,"__esModule",{value:!0}),_export_star(p(83950),d)},83950:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"useScrollPosition",{enumerable:!0,get:function(){return useScrollPosition}});var v=p(67294);function _array_like_to_array(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p ol":{display:"flex",flexWrap:"wrap"}},item:_object_spread_props(_object_spread({},d.textStyles["text-body-medium"]),{color:"text-secondary"}),separator:_object_spread_props(_object_spread({},d.textStyles["text-body-medium"]),{color:"text-secondary",mx:"0.5rem",lineHeight:"1rem"}),link:_object_spread_props(_object_spread({},d.components.Link.sizes.m),{_hover:{textDecoration:"none"},_focus:{boxShadow:"0 0 0 0.1875rem var(--chakra-colors-primary-focus)"}})}}}},98336:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Button",{enumerable:!0,get:function(){return P}});var v,g=p(20189),I=p(80864);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _object_spread(c){for(var d=1;d=0)&&Object.prototype.propertyIsEnumerable.call(c,p)&&(g[p]=c[p])}return g}function _object_without_properties_loose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"ButtonIcon",{enumerable:!0,get:function(){return p}});var p={baseStyle:function(c){var d=c.isRound,p=c.theme,v=c.variant,g=_object_without_properties(c,["isRound","theme","variant"]),I=p.components.Button.variants[v],R=("function"==typeof I?I(g):I).loading,S=d?"full":"radii-button";return{borderRadius:S,loading:R,_before:_object_spread_props(_object_spread({},I._before),{borderRadius:S})}},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(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Card",{enumerable:!0,get:function(){return p}});var p={baseStyle:{borderRadius:"radii-card",padding:"1.25rem"}}},79417:function(c,d){"use strict";function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _object_spread(c){for(var d=1;d1&&void 0!==arguments[1]?arguments[1]:"outline";return c.isInvalid?j[d].invalid:c.isFocused?j[d].focused:{}},getLabelStyle=function(c){var d=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"outline";return c.isInvalid?P.variants[d].invalid:c.isDisabled?P.variants[d].disabled:c.isHovered?P.variants[d].hovered:{}},getIconStyle=function(c){return c.isDisabled?R.disabled:c.hasContent?R.withContent:{}},N={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(c){var d=getInputGroupStyle(c,"flushed"),p=getLabelStyle(c,"flushed"),v=getIconStyle(c);return{inputGroup:_object_spread({borderRadius:0},d),leftLabel:_object_spread({},P,p),rightLabel:_object_spread({},P,p),element:_object_spread({color:"text-secondary"},v),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({},N),{_hover:N})}}},$={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:T,variants:{outline:function(c){var d=getInputGroupStyle(c),p=getLabelStyle(c),v=getIconStyle(c);return{inputGroup:_object_spread({transitionProperty:"var(--chakra-transition-property-common)",transitionDuration:"var(--chakra-transition-duration-normal)",borderRadius:"0.375rem"},d),leftLabel:_object_spread_props(_object_spread({},P,p),{borderLeftRadius:"0.375rem"}),rightLabel:_object_spread_props(_object_spread({},P,p),{borderRightRadius:"0.375rem"}),element:_object_spread({color:"text-secondary"},v),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({},N),{_hover:N})}}},flushed:flushedStyle}}},69299:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),function(c,d){for(var p in d)Object.defineProperty(c,p,{enumerable:!0,get:d[p]})}(d,{linkBaseStyle:function(){return R},Link:function(){return P}});var v,g=p(80864),I=p(90858);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _object_spread(c){for(var d=1;d 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(v,d),borderRadius:"0.375rem",_hover:{backgroundColor:"background-action-hover",borderWidth:"0.0625rem",borderColor:"ui-element-outline-active"},_focus:p,_focusVisible:p,_disabled:_object_spread_props(_object_spread({},fieldDisabledStyle(v,d)),{_hover:fieldDisabledStyle(v,d)}),_invalid:{borderColor:"transparent",boxShadow:"0 0 0 0.125rem var(--chakra-colors-alert-error-default)"}}}},g={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"}},I={baseStyle:baseStyle,sizes:{l:function(c){return{field:_object_spread({py:"0.75rem",pl:"1rem",pr:"3rem",height:"3rem"},c.theme.textStyles["text-body-regular"]),icon:{right:"1rem"}}},m:function(c){return{field:_object_spread({py:"0.5rem",pl:"0.75rem",pr:"2.75rem",height:"2.5rem"},c.theme.textStyles["text-body-regular"]),icon:{right:"0.75rem"}}},s:function(c){return{field:_object_spread({py:"0.375rem",pl:"0.75rem",pr:"2.75rem",height:"2rem"},c.theme.textStyles["text-body-meta-regular"]),icon:{right:"0.75rem"}}}},variants:{outline:baseStyle,flushed:function(c){var d=c.size,p=c.value,I=c.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(I,p)},g[d]),{_hover:{bg:"background-action-hover",borderBottom:"0.063rem solid var(--chakra-colors-ui-element-outline-active)"},_focus:v,_focusVisible:v,_disabled:_object_spread_props(_object_spread({},fieldDisabledStyle(I,p)),{_hover:fieldDisabledStyle(I,p)}),_invalid:{border:"none",boxShadow:"0 0.125rem 0 0 var(--chakra-colors-alert-error-default)"}})}}},defaultProps:{size:"m",variant:"outline"}}},47401:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Skeleton",{enumerable:!0,get:function(){return R}});var v=p(53159);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}var g=(0,v.cssVar)("skeleton-start-color"),I=(0,v.cssVar)("skeleton-end-color"),R={baseStyle:function(c){var d,p=c.theme;return _define_property(d={},g.variable,p.colors["background-skeleton-start"]),_define_property(d,I.variable,p.colors["background-skeleton-end"]),d}}},62070:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Slider",{enumerable:!0,get:function(){return g}});var v=p(20189),sharedSizeStyle=function(c){return{thumb:{w:"1rem",h:"1rem"},track:(0,v.orient)({orientation:c.orientation,horizontal:{h:"0.375rem"},vertical:{w:"0.375rem"}})}},g={baseStyle:function(c){return{track:{bg:"background-action-active",borderRadius:"radii-half",_disabled:{bg:"background-container-disabled"}},filledTrack:{bg:c.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(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Spinner",{enumerable:!0,get:function(){return R}});var v=p(90914),g=p(20189),I=(0,v.keyframes)({"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(360deg)"}}),R={baseStyle:{animation:"".concat(I," ").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,g.transparentize)("accent-default",.3),borderBottomColor:(0,g.transparentize)("accent-default",.3)},primary:{borderColor:"primary-default",borderLeftColor:(0,g.transparentize)("primary-default",.3),borderBottomColor:(0,g.transparentize)("primary-default",.3)}},defaultProps:{size:"s",variant:"primary",thickness:"0.125rem"}}},6540:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Stepper",{enumerable:!0,get:function(){return j}});var v,g=p(53159);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}var I=(0,g.cssVar)("stepper-indicator-size"),R=(0,g.cssVar)("stepper-icon-size"),S=(0,g.cssVar)("stepper-accent-color"),P=(0,g.cssVar)("chakra-colors-primary-default"),j={parts:["stepper","step","title","description","indicator","separator","icon","number"],baseStyle:{stepper:_define_property({display:"flex",gap:0},S.variable,P.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(v={},I.variable,"1.25rem"),_define_property(v,R.variable,"0.75rem"),v)}},defaultProps:{size:"s",variant:"horizontal"}}},20754:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),Object.defineProperty(d,"Switch",{enumerable:!0,get:function(){return $}});var v,g,I,R=p(20189);function _define_property(c,d,p){return d in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function _object_spread(c){for(var d=1;dd};return I}return{parts:function(...p){for(let c of(assert(),p))d[c]=toPart(c);return anatomy(c,d)},toPart,extend,selectors:function(){let c=Object.fromEntries(Object.entries(d).map(([c,d])=>[c,d.selector]));return c},classnames:function(){let c=Object.fromEntries(Object.entries(d).map(([c,d])=>[c,d.className]));return c},get keys(){return Object.keys(d)},__type:{}}}((c,p)=>{for(var v in p)d(c,v,{get:p[v],enumerable:!0})})(I,{accordionAnatomy:()=>R,alertAnatomy:()=>S,anatomy:()=>anatomy,avatarAnatomy:()=>P,breadcrumbAnatomy:()=>j,buttonAnatomy:()=>T,cardAnatomy:()=>eM,checkboxAnatomy:()=>N,circularProgressAnatomy:()=>$,drawerAnatomy:()=>U,editableAnatomy:()=>et,formAnatomy:()=>ea,formErrorAnatomy:()=>en,inputAnatomy:()=>er,listAnatomy:()=>eo,menuAnatomy:()=>el,modalAnatomy:()=>ec,numberInputAnatomy:()=>ei,pinInputAnatomy:()=>es,popoverAnatomy:()=>ed,progressAnatomy:()=>eu,radioAnatomy:()=>ep,selectAnatomy:()=>eh,sliderAnatomy:()=>ev,statAnatomy:()=>eg,stepperAnatomy:()=>eb,switchAnatomy:()=>ey,tableAnatomy:()=>ef,tabsAnatomy:()=>em,tagAnatomy:()=>ek}),c.exports=((c,I,R,S)=>{if(I&&"object"==typeof I||"function"==typeof I)for(let R of v(I))g.call(c,R)||void 0===R||d(c,R,{get:()=>I[R],enumerable:!(S=p(I,R))||S.enumerable});return c})(d({},"__esModule",{value:!0}),I);var R=anatomy("accordion").parts("root","container","button","panel").extend("icon"),S=anatomy("alert").parts("title","description","container").extend("icon","spinner"),P=anatomy("avatar").parts("label","badge","container").extend("excessLabel","group"),j=anatomy("breadcrumb").parts("link","item","container").extend("separator"),T=anatomy("button").parts(),N=anatomy("checkbox").parts("control","icon","container").extend("label"),$=anatomy("progress").parts("track","filledTrack").extend("label"),U=anatomy("drawer").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer"),et=anatomy("editable").parts("preview","input","textarea"),ea=anatomy("form").parts("container","requiredIndicator","helperText"),en=anatomy("formError").parts("text","icon"),er=anatomy("input").parts("addon","field","element","group"),eo=anatomy("list").parts("container","item","icon"),el=anatomy("menu").parts("button","list","item").extend("groupTitle","icon","command","divider"),ec=anatomy("modal").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer"),ei=anatomy("numberinput").parts("root","field","stepperGroup","stepper"),es=anatomy("pininput").parts("field"),ed=anatomy("popover").parts("content","header","body","footer").extend("popper","arrow","closeButton"),eu=anatomy("progress").parts("label","filledTrack","track"),ep=anatomy("radio").parts("container","control","label"),eh=anatomy("select").parts("field","icon"),ev=anatomy("slider").parts("container","track","thumb","filledTrack","mark"),eg=anatomy("stat").parts("container","label","helpText","number","icon"),ey=anatomy("switch").parts("container","track","thumb","label"),ef=anatomy("table").parts("table","thead","tbody","tr","th","td","tfoot","caption"),em=anatomy("tabs").parts("root","tab","tablist","tabpanel","tabpanels","indicator"),ek=anatomy("tag").parts("container","label","closeButton"),eM=anatomy("card").parts("container","header","body","footer"),eb=anatomy("stepper").parts("stepper","step","title","description","indicator","separator","icon","number")},26485:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{assignRef:()=>assignRef,createContext:()=>createContext,getValidChildren:()=>getValidChildren,mergeRefs:()=>mergeRefs}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(90858);function assignRef(c,d){if(null!=c){if((0,P.isFunction)(c)){c(d);return}try{c.current=d}catch(p){throw Error(`Cannot assign value '${d}' to ref '${c}'`)}}}function mergeRefs(...c){return d=>{c.forEach(c=>assignRef(c,d))}}var j=p(67294);function createContext(c={}){let{strict:d=!0,errorMessage:p="useContext: `context` is undefined. Seems you forgot to wrap component within the Provider",name:v}=c,g=(0,j.createContext)(void 0);function useContext(){var c;let v=(0,j.useContext)(g);if(!v&&d){let d=Error(p);throw d.name="ContextError",null==(c=Error.captureStackTrace)||c.call(Error,d,useContext),d}return v}return g.displayName=v,[g.Provider,useContext,g]}var T=p(67294);function getValidChildren(c){return T.Children.toArray(c).filter(c=>(0,T.isValidElement)(c))}},51699:function(c,d,p){"use strict";var v=Object.create,g=Object.defineProperty,I=Object.getOwnPropertyDescriptor,R=Object.getOwnPropertyNames,S=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty,__copyProps=(c,d,p,v)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let S of R(d))P.call(c,S)||S===p||g(c,S,{get:()=>d[S],enumerable:!(v=I(d,S))||v.enumerable});return c},__toESM=(c,d,p)=>(p=null!=c?v(S(c)):{},__copyProps(!d&&c&&c.__esModule?p:g(p,"default",{value:c,enumerable:!0}),c)),j={};((c,d)=>{for(var p in d)g(c,p,{get:d[p],enumerable:!0})})(j,{addPrefix:()=>addPrefix,background:()=>ec,border:()=>ei,calc:()=>eO,color:()=>es,createMultiStyleConfigHelpers:()=>createMultiStyleConfigHelpers,css:()=>css,cssVar:()=>cssVar,defineCssVars:()=>defineCssVars,defineStyle:()=>defineStyle,defineStyleConfig:()=>defineStyleConfig,effect:()=>ed,filter:()=>eu,flattenTokens:()=>flattenTokens,flexbox:()=>ep,getCSSVar:()=>getCSSVar,getCss:()=>getCss,grid:()=>eh,interactivity:()=>ev,isStyleProp:()=>isStyleProp,layout:()=>eg,layoutPropNames:()=>e$,list:()=>ey,omitThemingProps:()=>omitThemingProps,others:()=>eM,position:()=>eb,propNames:()=>eW,pseudoPropNames:()=>ej,pseudoSelectors:()=>eA,resolveStyleConfig:()=>resolveStyleConfig,ring:()=>eI,scroll:()=>ew,space:()=>eC,systemProps:()=>eL,textDecoration:()=>ex,toCSSVar:()=>toCSSVar,toVarDefinition:()=>toVarDefinition,toVarReference:()=>toVarReference,tokenToCSSVar:()=>tokenToCSSVar,transform:()=>eR,transition:()=>eS,typography:()=>e_}),c.exports=__copyProps(g({},"__esModule",{value:!0}),j);var T=p(42409),isImportant=c=>/!(important)?$/.test(c),withoutImportant=c=>"string"==typeof c?c.replace(/!(important)?$/,"").trim():c,tokenToCSSVar=(c,d)=>p=>{let v=String(d),g=isImportant(v),I=withoutImportant(v),R=c?`${c}.${I}`:I,S=(0,T.isObject)(p.__cssMap)&&R in p.__cssMap?p.__cssMap[R].varRef:d;return S=withoutImportant(S),g?`${S} !important`:S};function createTransform(c){let{scale:d,transform:p,compose:v}=c;return(c,g)=>{var I;let R=tokenToCSSVar(d,c)(g),S=null!=(I=null==p?void 0:p(R,g))?I:R;return v&&(S=v(S,g)),S}}var pipe=(...c)=>d=>c.reduce((c,d)=>d(c),d);function toConfig(c,d){return p=>{let v={property:p,scale:c};return v.transform=createTransform({scale:c,transform:d}),v}}var getRtl=({rtl:c,ltr:d})=>p=>"rtl"===p.direction?c:d;function logical(c){let{property:d,scale:p,transform:v}=c;return{scale:p,property:getRtl(d),transform:p?createTransform({scale:p,compose:v}):v}}var N=["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))",...N].join(" ")}function getTransformGpuTemplate(){return["translate3d(var(--chakra-translate-x, 0), var(--chakra-translate-y, 0), 0)",...N].join(" ")}var $={"--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)"},U={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(c){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":c,boxShadow:"var(--chakra-ring-offset-shadow), var(--chakra-ring-shadow), var(--chakra-shadow, 0 0 #0000)"}}var et={"row-reverse":{space:"--chakra-space-x-reverse",divide:"--chakra-divide-x-reverse"},"column-reverse":{space:"--chakra-space-y-reverse",divide:"--chakra-divide-y-reverse"}},ea={"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"},en=new Set(Object.values(ea)),er=new Set(["none","-moz-initial","inherit","initial","revert","unset"]),trimSpace=c=>c.trim();function parseGradient(c,d){if(null==c||er.has(c))return c;let p=isCSSFunction(c)||er.has(c);if(!p)return`url('${c}')`;let v=/(^[a-z-A-Z]+)\((.*)\)/g.exec(c),g=null==v?void 0:v[1],I=null==v?void 0:v[2];if(!g||!I)return c;let R=g.includes("-gradient")?g:`${g}-gradient`,[S,...P]=I.split(",").map(trimSpace).filter(Boolean);if((null==P?void 0:P.length)===0)return c;let j=S in ea?ea[S]:S;P.unshift(j);let T=P.map(c=>{if(en.has(c))return c;let p=c.indexOf(" "),[v,g]=-1!==p?[c.substr(0,p),c.substr(p+1)]:[c],I=isCSSFunction(g)?g:g&&g.split(" "),R=`colors.${v}`,S=R in d.__cssMap?d.__cssMap[R].varRef:v;return I?[S,...Array.isArray(I)?I:[I]].join(" "):S});return`${R}(${T.join(", ")})`}var isCSSFunction=c=>"string"==typeof c&&c.includes("(")&&c.includes(")");function isCssVar(c){return/^var\(--.+\)$/.test(c)}var analyzeCSSValue=c=>{let d=parseFloat(c.toString()),p=c.toString().replace(String(d),"");return{unitless:!p,value:d,unit:p}},wrap=c=>d=>`${c}(${d})`,eo={filter:c=>"auto"!==c?c:$,backdropFilter:c=>"auto"!==c?c:U,ring:c=>getRingTemplate(eo.px(c)),bgClip:c=>"text"===c?{color:"transparent",backgroundClip:"text"}:{backgroundClip:c},transform:c=>"auto"===c?getTransformTemplate():"auto-gpu"===c?getTransformGpuTemplate():c,vh:c=>"$100vh"===c?"var(--chakra-vh)":c,px(c){if(null==c)return c;let{unitless:d}=analyzeCSSValue(c);return d||"number"==typeof c?`${c}px`:c},fraction:c=>"number"!=typeof c||c>1?c:`${100*c}%`,float:(c,d)=>"rtl"===d.direction?({left:"right",right:"left"})[c]:c,degree(c){if(isCssVar(c)||null==c)return c;let d="string"==typeof c&&!c.endsWith("deg");return"number"==typeof c||d?`${c}deg`:c},gradient:(c,d)=>parseGradient(c,null!=d?d:{}),blur:wrap("blur"),opacity:wrap("opacity"),brightness:wrap("brightness"),contrast:wrap("contrast"),dropShadow:wrap("drop-shadow"),grayscale:wrap("grayscale"),hueRotate:c=>wrap("hue-rotate")(eo.degree(c)),invert:wrap("invert"),saturate:wrap("saturate"),sepia:wrap("sepia"),bgImage(c){if(null==c)return c;let d=isCSSFunction(c)||er.has(c);return d?c:`url(${c})`},outline(c){let d="0"===String(c)||"none"===String(c);return null!==c&&d?{outline:"2px solid transparent",outlineOffset:"2px"}:{outline:c}},flexDirection(c){var d;let{space:p,divide:v}=null!=(d=et[c])?d:{},g={flexDirection:c};return p&&(g[p]=1),v&&(g[v]=1),g}},el={borderWidths:toConfig("borderWidths"),borderStyles:toConfig("borderStyles"),colors:toConfig("colors"),borders:toConfig("borders"),gradients:toConfig("gradients",eo.gradient),radii:toConfig("radii",eo.px),space:toConfig("space",pipe(eo.vh,eo.px)),spaceT:toConfig("space",pipe(eo.vh,eo.px)),degreeT:c=>({property:c,transform:eo.degree}),prop:(c,d,p)=>({property:c,scale:d,...d&&{transform:createTransform({scale:d,transform:p})}}),propT:(c,d)=>({property:c,transform:d}),sizes:toConfig("sizes",pipe(eo.vh,eo.px)),sizesT:toConfig("sizes",pipe(eo.vh,eo.fraction)),shadows:toConfig("shadows"),logical,blur:toConfig("blur",eo.blur)},ec={background:el.colors("background"),backgroundColor:el.colors("backgroundColor"),backgroundImage:el.gradients("backgroundImage"),backgroundSize:!0,backgroundPosition:!0,backgroundRepeat:!0,backgroundAttachment:!0,backgroundClip:{transform:eo.bgClip},bgSize:el.prop("backgroundSize"),bgPosition:el.prop("backgroundPosition"),bg:el.colors("background"),bgColor:el.colors("backgroundColor"),bgPos:el.prop("backgroundPosition"),bgRepeat:el.prop("backgroundRepeat"),bgAttachment:el.prop("backgroundAttachment"),bgGradient:el.gradients("backgroundImage"),bgClip:{transform:eo.bgClip}};Object.assign(ec,{bgImage:ec.backgroundImage,bgImg:ec.backgroundImage});var ei={border:el.borders("border"),borderWidth:el.borderWidths("borderWidth"),borderStyle:el.borderStyles("borderStyle"),borderColor:el.colors("borderColor"),borderRadius:el.radii("borderRadius"),borderTop:el.borders("borderTop"),borderBlockStart:el.borders("borderBlockStart"),borderTopLeftRadius:el.radii("borderTopLeftRadius"),borderStartStartRadius:el.logical({scale:"radii",property:{ltr:"borderTopLeftRadius",rtl:"borderTopRightRadius"}}),borderEndStartRadius:el.logical({scale:"radii",property:{ltr:"borderBottomLeftRadius",rtl:"borderBottomRightRadius"}}),borderTopRightRadius:el.radii("borderTopRightRadius"),borderStartEndRadius:el.logical({scale:"radii",property:{ltr:"borderTopRightRadius",rtl:"borderTopLeftRadius"}}),borderEndEndRadius:el.logical({scale:"radii",property:{ltr:"borderBottomRightRadius",rtl:"borderBottomLeftRadius"}}),borderRight:el.borders("borderRight"),borderInlineEnd:el.borders("borderInlineEnd"),borderBottom:el.borders("borderBottom"),borderBlockEnd:el.borders("borderBlockEnd"),borderBottomLeftRadius:el.radii("borderBottomLeftRadius"),borderBottomRightRadius:el.radii("borderBottomRightRadius"),borderLeft:el.borders("borderLeft"),borderInlineStart:{property:"borderInlineStart",scale:"borders"},borderInlineStartRadius:el.logical({scale:"radii",property:{ltr:["borderTopLeftRadius","borderBottomLeftRadius"],rtl:["borderTopRightRadius","borderBottomRightRadius"]}}),borderInlineEndRadius:el.logical({scale:"radii",property:{ltr:["borderTopRightRadius","borderBottomRightRadius"],rtl:["borderTopLeftRadius","borderBottomLeftRadius"]}}),borderX:el.borders(["borderLeft","borderRight"]),borderInline:el.borders("borderInline"),borderY:el.borders(["borderTop","borderBottom"]),borderBlock:el.borders("borderBlock"),borderTopWidth:el.borderWidths("borderTopWidth"),borderBlockStartWidth:el.borderWidths("borderBlockStartWidth"),borderTopColor:el.colors("borderTopColor"),borderBlockStartColor:el.colors("borderBlockStartColor"),borderTopStyle:el.borderStyles("borderTopStyle"),borderBlockStartStyle:el.borderStyles("borderBlockStartStyle"),borderBottomWidth:el.borderWidths("borderBottomWidth"),borderBlockEndWidth:el.borderWidths("borderBlockEndWidth"),borderBottomColor:el.colors("borderBottomColor"),borderBlockEndColor:el.colors("borderBlockEndColor"),borderBottomStyle:el.borderStyles("borderBottomStyle"),borderBlockEndStyle:el.borderStyles("borderBlockEndStyle"),borderLeftWidth:el.borderWidths("borderLeftWidth"),borderInlineStartWidth:el.borderWidths("borderInlineStartWidth"),borderLeftColor:el.colors("borderLeftColor"),borderInlineStartColor:el.colors("borderInlineStartColor"),borderLeftStyle:el.borderStyles("borderLeftStyle"),borderInlineStartStyle:el.borderStyles("borderInlineStartStyle"),borderRightWidth:el.borderWidths("borderRightWidth"),borderInlineEndWidth:el.borderWidths("borderInlineEndWidth"),borderRightColor:el.colors("borderRightColor"),borderInlineEndColor:el.colors("borderInlineEndColor"),borderRightStyle:el.borderStyles("borderRightStyle"),borderInlineEndStyle:el.borderStyles("borderInlineEndStyle"),borderTopRadius:el.radii(["borderTopLeftRadius","borderTopRightRadius"]),borderBottomRadius:el.radii(["borderBottomLeftRadius","borderBottomRightRadius"]),borderLeftRadius:el.radii(["borderTopLeftRadius","borderBottomLeftRadius"]),borderRightRadius:el.radii(["borderTopRightRadius","borderBottomRightRadius"])};Object.assign(ei,{rounded:ei.borderRadius,roundedTop:ei.borderTopRadius,roundedTopLeft:ei.borderTopLeftRadius,roundedTopRight:ei.borderTopRightRadius,roundedTopStart:ei.borderStartStartRadius,roundedTopEnd:ei.borderStartEndRadius,roundedBottom:ei.borderBottomRadius,roundedBottomLeft:ei.borderBottomLeftRadius,roundedBottomRight:ei.borderBottomRightRadius,roundedBottomStart:ei.borderEndStartRadius,roundedBottomEnd:ei.borderEndEndRadius,roundedLeft:ei.borderLeftRadius,roundedRight:ei.borderRightRadius,roundedStart:ei.borderInlineStartRadius,roundedEnd:ei.borderInlineEndRadius,borderStart:ei.borderInlineStart,borderEnd:ei.borderInlineEnd,borderTopStartRadius:ei.borderStartStartRadius,borderTopEndRadius:ei.borderStartEndRadius,borderBottomStartRadius:ei.borderEndStartRadius,borderBottomEndRadius:ei.borderEndEndRadius,borderStartRadius:ei.borderInlineStartRadius,borderEndRadius:ei.borderInlineEndRadius,borderStartWidth:ei.borderInlineStartWidth,borderEndWidth:ei.borderInlineEndWidth,borderStartColor:ei.borderInlineStartColor,borderEndColor:ei.borderInlineEndColor,borderStartStyle:ei.borderInlineStartStyle,borderEndStyle:ei.borderInlineEndStyle});var es={color:el.colors("color"),textColor:el.colors("color"),fill:el.colors("fill"),stroke:el.colors("stroke")},ed={boxShadow:el.shadows("boxShadow"),mixBlendMode:!0,blendMode:el.prop("mixBlendMode"),backgroundBlendMode:!0,bgBlendMode:el.prop("backgroundBlendMode"),opacity:!0};Object.assign(ed,{shadow:ed.boxShadow});var eu={filter:{transform:eo.filter},blur:el.blur("--chakra-blur"),brightness:el.propT("--chakra-brightness",eo.brightness),contrast:el.propT("--chakra-contrast",eo.contrast),hueRotate:el.propT("--chakra-hue-rotate",eo.hueRotate),invert:el.propT("--chakra-invert",eo.invert),saturate:el.propT("--chakra-saturate",eo.saturate),dropShadow:el.propT("--chakra-drop-shadow",eo.dropShadow),backdropFilter:{transform:eo.backdropFilter},backdropBlur:el.blur("--chakra-backdrop-blur"),backdropBrightness:el.propT("--chakra-backdrop-brightness",eo.brightness),backdropContrast:el.propT("--chakra-backdrop-contrast",eo.contrast),backdropHueRotate:el.propT("--chakra-backdrop-hue-rotate",eo.hueRotate),backdropInvert:el.propT("--chakra-backdrop-invert",eo.invert),backdropSaturate:el.propT("--chakra-backdrop-saturate",eo.saturate)},ep={alignItems:!0,alignContent:!0,justifyItems:!0,justifyContent:!0,flexWrap:!0,flexDirection:{transform:eo.flexDirection},flex:!0,flexFlow:!0,flexGrow:!0,flexShrink:!0,flexBasis:el.sizes("flexBasis"),justifySelf:!0,alignSelf:!0,order:!0,placeItems:!0,placeContent:!0,placeSelf:!0,gap:el.space("gap"),rowGap:el.space("rowGap"),columnGap:el.space("columnGap")};Object.assign(ep,{flexDir:ep.flexDirection});var eh={gridGap:el.space("gridGap"),gridColumnGap:el.space("gridColumnGap"),gridRowGap:el.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},ev={appearance:!0,cursor:!0,resize:!0,userSelect:!0,pointerEvents:!0,outline:{transform:eo.outline},outlineOffset:!0,outlineColor:el.colors("outlineColor")},eg={width:el.sizesT("width"),inlineSize:el.sizesT("inlineSize"),height:el.sizes("height"),blockSize:el.sizes("blockSize"),boxSize:el.sizes(["width","height"]),minWidth:el.sizes("minWidth"),minInlineSize:el.sizes("minInlineSize"),minHeight:el.sizes("minHeight"),minBlockSize:el.sizes("minBlockSize"),maxWidth:el.sizes("maxWidth"),maxInlineSize:el.sizes("maxInlineSize"),maxHeight:el.sizes("maxHeight"),maxBlockSize:el.sizes("maxBlockSize"),overflow:!0,overflowX:!0,overflowY:!0,overscrollBehavior:!0,overscrollBehaviorX:!0,overscrollBehaviorY:!0,display:!0,aspectRatio:!0,hideFrom:{scale:"breakpoints",transform:(c,d)=>{var p,v,g;let I=null!=(g=null==(v=null==(p=d.__breakpoints)?void 0:p.get(c))?void 0:v.minW)?g:c,R=`@media screen and (min-width: ${I})`;return{[R]:{display:"none"}}}},hideBelow:{scale:"breakpoints",transform:(c,d)=>{var p,v,g;let I=null!=(g=null==(v=null==(p=d.__breakpoints)?void 0:p.get(c))?void 0:v._minW)?g:c,R=`@media screen and (max-width: ${I})`;return{[R]:{display:"none"}}}},verticalAlign:!0,boxSizing:!0,boxDecorationBreak:!0,float:el.propT("float",eo.float),objectFit:!0,objectPosition:!0,visibility:!0,isolation:!0};Object.assign(eg,{w:eg.width,h:eg.height,minW:eg.minWidth,maxW:eg.maxWidth,minH:eg.minHeight,maxH:eg.maxHeight,overscroll:eg.overscrollBehavior,overscrollX:eg.overscrollBehaviorX,overscrollY:eg.overscrollBehaviorY});var ey={listStyleType:!0,listStylePosition:!0,listStylePos:el.prop("listStylePosition"),listStyleImage:!0,listStyleImg:el.prop("listStyleImage")},ef=(c=>{let d=new WeakMap;return(p,v,g,I)=>{if(void 0===p)return c(p,v,g);d.has(p)||d.set(p,new Map);let R=d.get(p);if(R.has(v))return R.get(v);let S=c(p,v,g,I);return R.set(v,S),S}})(function(c,d,p,v){let g="string"==typeof d?d.split("."):[d];for(v=0;v{let v={},g=ef(c,d,{});for(let c in g){let d=c in p&&null!=p[c];d||(v[c]=g[c])}return v},eM={srOnly:{transform:c=>!0===c?em:"focusable"===c?ek:{}},layerStyle:{processResult:!0,transform:(c,d,p)=>getWithPriority(d,`layerStyles.${c}`,p)},textStyle:{processResult:!0,transform:(c,d,p)=>getWithPriority(d,`textStyles.${c}`,p)},apply:{processResult:!0,transform:(c,d,p)=>getWithPriority(d,c,p)}},eb={position:!0,pos:el.prop("position"),zIndex:el.prop("zIndex","zIndices"),inset:el.spaceT("inset"),insetX:el.spaceT(["left","right"]),insetInline:el.spaceT("insetInline"),insetY:el.spaceT(["top","bottom"]),insetBlock:el.spaceT("insetBlock"),top:el.spaceT("top"),insetBlockStart:el.spaceT("insetBlockStart"),bottom:el.spaceT("bottom"),insetBlockEnd:el.spaceT("insetBlockEnd"),left:el.spaceT("left"),insetInlineStart:el.logical({scale:"space",property:{ltr:"left",rtl:"right"}}),right:el.spaceT("right"),insetInlineEnd:el.logical({scale:"space",property:{ltr:"right",rtl:"left"}})};Object.assign(eb,{insetStart:eb.insetInlineStart,insetEnd:eb.insetInlineEnd});var eI={ring:{transform:eo.ring},ringColor:el.colors("--chakra-ring-color"),ringOffset:el.prop("--chakra-ring-offset-width"),ringOffsetColor:el.colors("--chakra-ring-offset-color"),ringInset:el.prop("--chakra-ring-inset")},eC={margin:el.spaceT("margin"),marginTop:el.spaceT("marginTop"),marginBlockStart:el.spaceT("marginBlockStart"),marginRight:el.spaceT("marginRight"),marginInlineEnd:el.spaceT("marginInlineEnd"),marginBottom:el.spaceT("marginBottom"),marginBlockEnd:el.spaceT("marginBlockEnd"),marginLeft:el.spaceT("marginLeft"),marginInlineStart:el.spaceT("marginInlineStart"),marginX:el.spaceT(["marginInlineStart","marginInlineEnd"]),marginInline:el.spaceT("marginInline"),marginY:el.spaceT(["marginTop","marginBottom"]),marginBlock:el.spaceT("marginBlock"),padding:el.space("padding"),paddingTop:el.space("paddingTop"),paddingBlockStart:el.space("paddingBlockStart"),paddingRight:el.space("paddingRight"),paddingBottom:el.space("paddingBottom"),paddingBlockEnd:el.space("paddingBlockEnd"),paddingLeft:el.space("paddingLeft"),paddingInlineStart:el.space("paddingInlineStart"),paddingInlineEnd:el.space("paddingInlineEnd"),paddingX:el.space(["paddingInlineStart","paddingInlineEnd"]),paddingInline:el.space("paddingInline"),paddingY:el.space(["paddingTop","paddingBottom"]),paddingBlock:el.space("paddingBlock")};Object.assign(eC,{m:eC.margin,mt:eC.marginTop,mr:eC.marginRight,me:eC.marginInlineEnd,marginEnd:eC.marginInlineEnd,mb:eC.marginBottom,ml:eC.marginLeft,ms:eC.marginInlineStart,marginStart:eC.marginInlineStart,mx:eC.marginX,my:eC.marginY,p:eC.padding,pt:eC.paddingTop,py:eC.paddingY,px:eC.paddingX,pb:eC.paddingBottom,pl:eC.paddingLeft,ps:eC.paddingInlineStart,paddingStart:eC.paddingInlineStart,pr:eC.paddingRight,pe:eC.paddingInlineEnd,paddingEnd:eC.paddingInlineEnd});var ex={textDecorationColor:el.colors("textDecorationColor"),textDecoration:!0,textDecor:{property:"textDecoration"},textDecorationLine:!0,textDecorationStyle:!0,textDecorationThickness:!0,textUnderlineOffset:!0,textShadow:el.shadows("textShadow")},eR={clipPath:!0,transform:el.propT("transform",eo.transform),transformOrigin:!0,translateX:el.spaceT("--chakra-translate-x"),translateY:el.spaceT("--chakra-translate-y"),skewX:el.degreeT("--chakra-skew-x"),skewY:el.degreeT("--chakra-skew-y"),scaleX:el.prop("--chakra-scale-x"),scaleY:el.prop("--chakra-scale-y"),scale:el.prop(["--chakra-scale-x","--chakra-scale-y"]),rotate:el.degreeT("--chakra-rotate")},eS={transition:!0,transitionDelay:!0,animation:!0,willChange:!0,transitionDuration:el.prop("transitionDuration","transition.duration"),transitionProperty:el.prop("transitionProperty","transition.property"),transitionTimingFunction:el.prop("transitionTimingFunction","transition.easing")},e_={fontFamily:el.prop("fontFamily","fonts"),fontSize:el.prop("fontSize","fontSizes",eo.px),fontWeight:el.prop("fontWeight","fontWeights"),lineHeight:el.prop("lineHeight","lineHeights"),letterSpacing:el.prop("letterSpacing","letterSpacings"),textAlign:!0,fontStyle:!0,textIndent:!0,wordBreak:!0,overflowWrap:!0,textOverflow:!0,textTransform:!0,whiteSpace:!0,isTruncated:{transform(c){if(!0===c)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"}},ew={scrollBehavior:!0,scrollSnapAlign:!0,scrollSnapStop:!0,scrollSnapType:!0,scrollMargin:el.spaceT("scrollMargin"),scrollMarginTop:el.spaceT("scrollMarginTop"),scrollMarginBottom:el.spaceT("scrollMarginBottom"),scrollMarginLeft:el.spaceT("scrollMarginLeft"),scrollMarginRight:el.spaceT("scrollMarginRight"),scrollMarginX:el.spaceT(["scrollMarginLeft","scrollMarginRight"]),scrollMarginY:el.spaceT(["scrollMarginTop","scrollMarginBottom"]),scrollPadding:el.spaceT("scrollPadding"),scrollPaddingTop:el.spaceT("scrollPaddingTop"),scrollPaddingBottom:el.spaceT("scrollPaddingBottom"),scrollPaddingLeft:el.spaceT("scrollPaddingLeft"),scrollPaddingRight:el.spaceT("scrollPaddingRight"),scrollPaddingX:el.spaceT(["scrollPaddingLeft","scrollPaddingRight"]),scrollPaddingY:el.spaceT(["scrollPaddingTop","scrollPaddingBottom"])},eP=p(42409);function resolveReference(c){return(0,eP.isObject)(c)&&c.reference?c.reference:String(c)}var toExpression=(c,...d)=>d.map(resolveReference).join(` ${c} `).replace(/calc/g,""),add=(...c)=>`calc(${toExpression("+",...c)})`,subtract=(...c)=>`calc(${toExpression("-",...c)})`,multiply=(...c)=>`calc(${toExpression("*",...c)})`,divide=(...c)=>`calc(${toExpression("/",...c)})`,negate=c=>{let d=resolveReference(c);return null==d||Number.isNaN(parseFloat(d))?multiply(d,-1):String(d).startsWith("-")?String(d).slice(1):`-${d}`},eO=Object.assign(c=>({add:(...d)=>eO(add(c,...d)),subtract:(...d)=>eO(subtract(c,...d)),multiply:(...d)=>eO(multiply(c,...d)),divide:(...d)=>eO(divide(c,...d)),negate:()=>eO(negate(c)),toString:()=>c.toString()}),{add,subtract,multiply,divide,negate});function replaceWhiteSpace(c,d="-"){return c.replace(/\s+/g,d)}function escape(c){let d=replaceWhiteSpace(c.toString());return escapeSymbol(escapeDot(d))}function escapeDot(c){if(c.includes("\\."))return c;let d=!Number.isInteger(parseFloat(c.toString()));return d?c.replace(".","\\."):c}function escapeSymbol(c){return c.replace(/[!-,/:-@[-^`{-~]/g,"\\$&")}function addPrefix(c,d=""){return[d,c].filter(Boolean).join("-")}function toVarReference(c,d){return`var(${c}${d?`, ${d}`:""})`}function toVarDefinition(c,d=""){return escape(`--${addPrefix(c,d)}`)}function cssVar(c,d,p){let v=toVarDefinition(c,p);return{variable:v,reference:toVarReference(v,d)}}function defineCssVars(c,d){let p={};for(let v of d){if(Array.isArray(v)){let[d,g]=v;p[d]=cssVar(`${c}-${d}`,g);continue}p[v]=cssVar(`${c}-${v}`)}return p}var eF=p(42409);function getLastItem(c){let d=null==c?0:c.length;return d?c[d-1]:void 0}function analyzeCSSValue2(c){let d=parseFloat(c.toString()),p=c.toString().replace(String(d),"");return{unitless:!p,value:d,unit:p}}function px(c){if(null==c)return c;let{unitless:d}=analyzeCSSValue2(c);return d||"number"==typeof c?`${c}px`:c}var sortByBreakpointValue=(c,d)=>parseInt(c[1],10)>parseInt(d[1],10)?1:-1,sortBps=c=>Object.fromEntries(Object.entries(c).sort(sortByBreakpointValue));function normalize(c){let d=sortBps(c);return Object.assign(Object.values(d),d)}function keys(c){let d=Object.keys(sortBps(c));return new Set(d)}function subtract2(c){var d;return c?"number"==typeof(c=null!=(d=px(c))?d:c)?`${c+-.02}`:c.replace(/(\d+\.?\d*)/u,c=>`${parseFloat(c)+-.02}`):c}function toMediaQueryString(c,d){let p=["@media screen"];return c&&p.push("and",`(min-width: ${px(c)})`),d&&p.push("and",`(max-width: ${px(d)})`),p.join(" ")}function analyzeBreakpoints(c){var d;if(!c)return null;c.base=null!=(d=c.base)?d:"0px";let p=normalize(c),v=Object.entries(c).sort(sortByBreakpointValue).map(([c,d],p,v)=>{var g;let[,I]=null!=(g=v[p+1])?g:[];return I=parseFloat(I)>0?subtract2(I):void 0,{_minW:subtract2(d),breakpoint:c,minW:d,maxW:I,maxWQuery:toMediaQueryString(null,I),minWQuery:toMediaQueryString(d),minMaxQuery:toMediaQueryString(d,I)}}),g=keys(c),I=Array.from(g.values());return{keys:g,normalized:p,isResponsive(c){let d=Object.keys(c);return d.length>0&&d.every(c=>g.has(c))},asObject:sortBps(c),asArray:normalize(c),details:v,get:c=>v.find(d=>d.breakpoint===c),media:[null,...p.map(c=>toMediaQueryString(c)).slice(1)],toArrayValue(c){if(!(0,eF.isObject)(c))throw Error("toArrayValue: value must be an object");let d=I.map(d=>{var p;return null!=(p=c[d])?p:null});for(;null===getLastItem(d);)d.pop();return d},toObjectValue(c){if(!Array.isArray(c))throw Error("toObjectValue: value must be an array");return c.reduce((c,d,p)=>{let v=I[p];return null!=v&&null!=d&&(c[v]=d),c},{})}}}var ez=p(42409),eD={hover:(c,d)=>`${c}:hover ${d}, ${c}[data-hover] ${d}`,focus:(c,d)=>`${c}:focus ${d}, ${c}[data-focus] ${d}`,focusVisible:(c,d)=>`${c}:focus-visible ${d}`,focusWithin:(c,d)=>`${c}:focus-within ${d}`,active:(c,d)=>`${c}:active ${d}, ${c}[data-active] ${d}`,disabled:(c,d)=>`${c}:disabled ${d}, ${c}[data-disabled] ${d}`,invalid:(c,d)=>`${c}:invalid ${d}, ${c}[data-invalid] ${d}`,checked:(c,d)=>`${c}:checked ${d}, ${c}[data-checked] ${d}`,placeholderShown:(c,d)=>`${c}:placeholder-shown ${d}`},toGroup=c=>merge(d=>c(d,"&"),"[role=group]","[data-group]",".group"),toPeer=c=>merge(d=>c(d,"~ &"),"[data-peer]",".peer"),merge=(c,...d)=>d.map(c).join(", "),eA={_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(eD.hover),_peerHover:toPeer(eD.hover),_groupFocus:toGroup(eD.focus),_peerFocus:toPeer(eD.focus),_groupFocusVisible:toGroup(eD.focusVisible),_peerFocusVisible:toPeer(eD.focusVisible),_groupActive:toGroup(eD.active),_peerActive:toPeer(eD.active),_groupDisabled:toGroup(eD.disabled),_peerDisabled:toPeer(eD.disabled),_groupInvalid:toGroup(eD.invalid),_peerInvalid:toPeer(eD.invalid),_groupChecked:toGroup(eD.checked),_peerChecked:toPeer(eD.checked),_groupFocusWithin:toGroup(eD.focusWithin),_peerFocusWithin:toPeer(eD.focusWithin),_peerPlaceholderShown:toPeer(eD.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]"},ej=Object.keys(eA),eE=__toESM(p(38554));function tokenToCssVar(c,d){return cssVar(String(c).replace(/\./g,"-"),void 0,d)}function createThemeVars(c,d){let p={},v={};for(let[g,I]of Object.entries(c)){let{isSemantic:R,value:S}=I,{variable:P,reference:j}=tokenToCssVar(g,null==d?void 0:d.cssVarPrefix);if(!R){if(g.startsWith("space")){let c=g.split("."),[d,...p]=c,I=`${d}.-${p.join(".")}`,R=eO.negate(S),T=eO.negate(j);v[I]={value:R,var:P,varRef:T}}p[P]=S,v[g]={value:S,var:P,varRef:j};continue}let lookupToken=p=>{let v=String(g).split(".")[0],I=[v,p].join("."),R=c[I];if(!R)return p;let{reference:S}=tokenToCssVar(I,null==d?void 0:d.cssVarPrefix);return S},T=(0,ez.isObject)(S)?S:{default:S};p=(0,eE.default)(p,Object.entries(T).reduce((c,[d,p])=>{var v;if(!p)return c;let g=lookupToken(`${p}`);if("default"===d)return c[P]=g,c;let I=null!=(v=null==eA?void 0:eA[d])?v:d;return c[I]={[P]:g},c},{})),v[g]={value:j,var:P,varRef:j}}return{cssVars:p,cssMap:v}}function omit(c,d=[]){let p=Object.assign({},c);for(let c of d)c in p&&delete p[c];return p}function pick(c,d){let p={};for(let v of d)v in c&&(p[v]=c[v]);return p}function isObject5(c){return"object"==typeof c&&null!=c&&!Array.isArray(c)}function walkObject(c,d,p={}){let{stop:v,getKey:g}=p;function inner(c,p=[]){var I;if(isObject5(c)||Array.isArray(c)){let R={};for(let[S,P]of Object.entries(c)){let j=null!=(I=null==g?void 0:g(S))?I:S,T=[...p,j];if(null==v?void 0:v(c,T))return d(c,p);R[j]=inner(P,T)}return R}return d(c,p)}return inner(c)}var eT=["colors","borders","borderWidths","borderStyles","fonts","fontSizes","fontWeights","gradients","letterSpacings","lineHeights","radii","space","shadows","sizes","zIndices","transition","blur","breakpoints"];function extractTokens(c){return pick(c,eT)}function extractSemanticTokens(c){return c.semanticTokens}function omitVars(c){let{__cssMap:d,__cssVars:p,__breakpoints:v,...g}=c;return g}var isSemanticCondition=c=>ej.includes(c)||"default"===c;function flattenTokens({tokens:c,semanticTokens:d}){let p={};return walkObject(c,(c,d)=>{null!=c&&(p[d.join(".")]={isSemantic:!1,value:c})}),walkObject(d,(c,d)=>{null!=c&&(p[d.join(".")]={isSemantic:!0,value:c})},{stop:c=>Object.keys(c).every(isSemanticCondition)}),p}function toCSSVar(c){var d;let p=omitVars(c),v=extractTokens(p),g=extractSemanticTokens(p),I=flattenTokens({tokens:v,semanticTokens:g}),R=null==(d=p.config)?void 0:d.cssVarPrefix,{cssMap:S,cssVars:P}=createThemeVars(I,{cssVarPrefix:R});return Object.assign(p,{__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",...P},__cssMap:S,__breakpoints:analyzeBreakpoints(p.breakpoints)}),p}var eB=p(42409),eN=__toESM(p(38554)),eL=(0,__toESM(p(38554)).default)({},ec,ei,es,ep,eg,eu,eI,ev,eh,eM,eb,ed,eC,ew,e_,ex,eR,ey,eS),e$=Object.keys(Object.assign({},eC,eg,ep,eh,eb)),eW=[...Object.keys(eL),...ej],eH={...eL,...eA},isStyleProp=c=>c in eH,eV=p(42409),expandResponsive=c=>d=>{if(!d.__breakpoints)return c;let{isResponsive:p,toArrayValue:v,media:g}=d.__breakpoints,I={};for(let R in c){let S=(0,eV.runIfFn)(c[R],d);if(null==S)continue;if(!Array.isArray(S=(0,eV.isObject)(S)&&p(S)?v(S):S)){I[R]=S;continue}let P=S.slice(0,g.length).length;for(let c=0;cc.startsWith("--")&&"string"==typeof d&&!isCssVar2(d),resolveTokenValue=(c,d)=>{var p,v;if(null==d)return d;let getVar=d=>{var p,v;return null==(v=null==(p=c.__cssMap)?void 0:p[d])?void 0:v.varRef},getValue=c=>{var d;return null!=(d=getVar(c))?d:c},[g,I]=splitByComma(d);return d=null!=(v=null!=(p=getVar(g))?p:getValue(I))?v:getValue(d)};function getCss(c){let{configs:d={},pseudos:p={},theme:v}=c,css2=(c,g=!1)=>{var I,R,S;let P=(0,eB.runIfFn)(c,v),j=expandResponsive(P)(v),T={};for(let c in j){let N=j[c],$=(0,eB.runIfFn)(N,v);c in p&&(c=p[c]),isCSSVariableTokenValue(c,$)&&($=resolveTokenValue(v,$));let U=d[c];if(!0===U&&(U={property:c}),(0,eB.isObject)($)){T[c]=null!=(I=T[c])?I:{},T[c]=(0,eN.default)({},T[c],css2($,!0));continue}let et=null!=(S=null==(R=null==U?void 0:U.transform)?void 0:R.call(U,$,v,P))?S:$;et=(null==U?void 0:U.processResult)?css2(et,!0):et;let ea=(0,eB.runIfFn)(null==U?void 0:U.property,v);if(!g&&(null==U?void 0:U.static)){let c=(0,eB.runIfFn)(U.static,v);T=(0,eN.default)({},T,c)}if(ea&&Array.isArray(ea)){for(let c of ea)T[c]=et;continue}if(ea){"&"===ea&&(0,eB.isObject)(et)?T=(0,eN.default)({},T,et):T[ea]=et;continue}if((0,eB.isObject)(et)){T=(0,eN.default)({},T,et);continue}T[c]=et}return T};return css2}var css=c=>d=>{let p=getCss({theme:d,pseudos:eA,configs:eL});return p(c)};function defineStyle(c){return c}function defineStyleConfig(c){return c}function createMultiStyleConfigHelpers(c){return{definePartsStyle:c=>c,defineMultiStyleConfig:d=>({parts:c,...d})}}var eU=p(42409),eG=__toESM(p(38554));function normalize2(c,d){return Array.isArray(c)?c:(0,eU.isObject)(c)?d(c):null!=c?[c]:void 0}function getNextIndex(c,d){for(let p=d+1;p{(0,eG.default)(S,{[c]:T?et[c]:{[U]:et[c]}})});continue}if(!N){T?(0,eG.default)(S,et):S[U]=et;continue}S[U]=et}}return S}}function resolveStyleConfig(c){return d=>{var p;let{variant:v,size:g,theme:I}=d,R=createResolver(I);return(0,eG.default)({},(0,eU.runIfFn)(null!=(p=c.baseStyle)?p:{},d),R(c,"sizes",g,d),R(c,"variants",v,d))}}function getCSSVar(c,d,p){var v,g,I;return null!=(I=null==(g=null==(v=c.__cssMap)?void 0:v[`${d}.${p}`])?void 0:g.varRef)?I:p}function omitThemingProps(c){return omit(c,["styleConfig","size","variant","colorScheme"])}},20189:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{addPrefix:()=>addPrefix,anatomy:()=>P.anatomy,blacken:()=>blacken,calc:()=>U,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}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(77343),j=p(51699),T=p(34595);function dlv_es_default(c,d,p,v,g){for(d=d.split?d.split("."):d,v=0;v0===Object.keys(c).length,getColor=(c,d,p)=>{let v=dlv_es_default(c,`colors.${d}`,d);try{return(0,T.toHex)(v),v}catch{return null!=p?p:"#000000"}},getColorVar=(c,d,p)=>{var v;return null!=(v=(0,j.getCSSVar)(c,"colors",d))?v:p},getBrightness=c=>{let[d,p,v]=(0,T.parseToRgba)(c);return(299*d+587*p+114*v)/1e3},tone=c=>d=>{let p=getColor(d,c),v=getBrightness(p);return v<128?"dark":"light"},isDark=c=>d=>"dark"===tone(c)(d),isLight=c=>d=>"light"===tone(c)(d),transparentize=(c,d)=>p=>{let v=getColor(p,c);return(0,T.transparentize)(v,1-d)},whiten=(c,d)=>p=>{let v=getColor(p,c);return(0,T.toHex)((0,T.mix)(v,"#fff",d))},blacken=(c,d)=>p=>{let v=getColor(p,c);return(0,T.toHex)((0,T.mix)(v,"#000",d/100))},darken=(c,d)=>p=>{let v=getColor(p,c);return(0,T.toHex)((0,T.darken)(v,d/100))},lighten=(c,d)=>p=>{let v=getColor(p,c);(0,T.toHex)((0,T.lighten)(v,d/100))},contrast=(c,d)=>p=>(0,T.getContrast)(getColor(p,d),getColor(p,c)),isAccessible=(c,d,p)=>v=>isReadable(getColor(v,d),getColor(v,c),p);function isReadable(c,d,p={level:"AA",size:"small"}){var v,g;let I=readability(c,d);switch((null!=(v=p.level)?v:"AA")+(null!=(g=p.size)?g:"small")){case"AAsmall":case"AAAlarge":return I>=4.5;case"AAlarge":return I>=3;case"AAAsmall":return I>=7;default:return!1}}function readability(c,d){return(Math.max((0,T.getLuminance)(c),(0,T.getLuminance)(d))+.05)/(Math.min((0,T.getLuminance)(c),(0,T.getLuminance)(d))+.05)}var complementary=c=>d=>{let p=getColor(d,c),v=(0,T.parseToHsla)(p),g=Object.assign(v,[(v[0]+180)%360]);return(0,T.toHex)((0,T.hsla)(...g))};function generateStripe(c="1rem",d="rgba(255, 255, 255, 0.15)"){return{backgroundImage:`linear-gradient(
45deg,
${d} 25%,
transparent 25%,
transparent 50%,
${d} 50%,
${d} 75%,
transparent 75%,
transparent
)`,backgroundSize:`${c} ${c}`}}var randomHex=()=>`#${Math.floor(16777215*Math.random()).toString(16).padEnd(6,"0")}`;function randomColor(c){let d=randomHex();return!c||isEmptyObject(c)?d:c.string&&c.colors?randomColorFromList(c.string,c.colors):c.string&&!c.colors?randomColorFromString(c.string):c.colors&&!c.string?randomFromList(c.colors):d}function randomColorFromString(c){let d=0;if(0===c.length)return d.toString();for(let p=0;p>8*c&255;p+=`00${v.toString(16)}`.substr(-2)}return p}function randomColorFromList(c,d){let p=0;if(0===c.length)return d[0];for(let d=0;d"dark"===p.colorMode?d:c}function orient(c){let{orientation:d,vertical:p,horizontal:v}=c;return d?"vertical"===d?p:v:{}}var N=p(42409),createBreakpoints=c=>((0,N.warn)({condition:!0,message:"[chakra-ui]: createBreakpoints(...) will be deprecated pretty soonsimply pass the breakpoints as an object. Remove the createBreakpoints(..) call"}),{base:"0em",...c}),$=p(42409);function toRef(c){return(0,$.isObject)(c)&&c.reference?c.reference:String(c)}var toExpr=(c,...d)=>d.map(toRef).join(` ${c} `).replace(/calc/g,""),add=(...c)=>`calc(${toExpr("+",...c)})`,subtract=(...c)=>`calc(${toExpr("-",...c)})`,multiply=(...c)=>`calc(${toExpr("*",...c)})`,divide=(...c)=>`calc(${toExpr("/",...c)})`,negate=c=>{let d=toRef(c);return null==d||Number.isNaN(parseFloat(d))?multiply(d,-1):String(d).startsWith("-")?String(d).slice(1):`-${d}`},U=Object.assign(c=>({add:(...d)=>U(add(c,...d)),subtract:(...d)=>U(subtract(c,...d)),multiply:(...d)=>U(multiply(c,...d)),divide:(...d)=>U(divide(c,...d)),negate:()=>U(negate(c)),toString:()=>c.toString()}),{add,subtract,multiply,divide,negate});function isDecimal(c){return!Number.isInteger(parseFloat(c.toString()))}function replaceWhiteSpace(c,d="-"){return c.replace(/\s+/g,d)}function escape(c){let d=replaceWhiteSpace(c.toString());return d.includes("\\.")?c:isDecimal(c)?d.replace(".","\\."):c}function addPrefix(c,d=""){return[d,escape(c)].filter(Boolean).join("-")}function toVarRef(c,d){return`var(${escape(c)}${d?`, ${d}`:""})`}function toVar(c,d=""){return`--${addPrefix(c,d)}`}function cssVar(c,d){let p=toVar(c,null==d?void 0:d.prefix);return{variable:p,reference:toVarRef(p,getFallback(null==d?void 0:d.fallback))}}function getFallback(c){return"string"==typeof c?c:null==c?void 0:c.reference}},90858:function(c,d,p){"use strict";var v,g,I=Object.create,R=Object.defineProperty,S=Object.getOwnPropertyDescriptor,P=Object.getOwnPropertyNames,j=Object.getPrototypeOf,T=Object.prototype.hasOwnProperty,__defNormalProp=(c,d,p)=>d in c?R(c,d,{enumerable:!0,configurable:!0,writable:!0,value:p}):c[d]=p,__copyProps=(c,d,p,v)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let g of P(d))T.call(c,g)||g===p||R(c,g,{get:()=>d[g],enumerable:!(v=S(d,g))||v.enumerable});return c},__toESM=(c,d,p)=>(p=null!=c?I(j(c)):{},__copyProps(!d&&c&&c.__esModule?p:R(p,"default",{value:c,enumerable:!0}),c)),__publicField=(c,d,p)=>(__defNormalProp(c,"symbol"!=typeof d?d+"":d,p),p),N={};function getFirstItem(c){return null!=c&&c.length?c[0]:void 0}function getLastItem(c){let d=null==c?0:c.length;return d?c[d-1]:void 0}function getPrevItem(c,d,p=!0){let v=getPrevIndex(c,d.length,p);return d[v]}function getNextItem(c,d,p=!0){let v=getNextIndex(c,d.length,1,p);return d[v]}function removeIndex(c,d){return c.filter((c,p)=>p!==d)}function addItem(c,d){return[...c,d]}function removeItem(c,d){return c.filter(c=>c!==d)}function getNextIndex(c,d,p=1,v=!0){let g=d-1;if(-1===c)return p>0?0:g;let I=c+p;return I<0?v?g:0:I>=d?v?0:c>d?d:c:I}function getPrevIndex(c,d,p=!0){return getNextIndex(c,d,-1,p)}function chunk(c,d){return c.reduce((c,p,v)=>(v%d==0?c.push([p]):c[c.length-1].push(p),c),[])}function getNextItemFromSearch(c,d,p,v){if(null==d)return v;if(!v){let v=c.find(c=>p(c).toLowerCase().startsWith(d.toLowerCase()));return v}let g=c.filter(c=>p(c).toLowerCase().startsWith(d.toLowerCase()));if(g.length>0){let d;if(g.includes(v)){let c=g.indexOf(v);return(d=c+1)===g.length&&(d=0),g[d]}return d=c.indexOf(g[0]),c[d]}return v}function isNumber(c){return"number"==typeof c}function isNotNumber(c){return"number"!=typeof c||Number.isNaN(c)||!Number.isFinite(c)}function isNumeric(c){return null!=c&&c-parseFloat(c)+1>=0}function isArray(c){return Array.isArray(c)}function isEmptyArray(c){return isArray(c)&&0===c.length}function isFunction(c){return"function"==typeof c}function isDefined(c){return void 0!==c&&void 0!==c}function isUndefined(c){return void 0===c||void 0===c}function isObject(c){let d=typeof c;return null!=c&&("object"===d||"function"===d)&&!isArray(c)}function isEmptyObject(c){return isObject(c)&&0===Object.keys(c).length}function isNotEmptyObject(c){return c&&!isEmptyObject(c)}function isNull(c){return null==c}function isString(c){return"[object String]"===Object.prototype.toString.call(c)}function isCssVar(c){return/^var\(--.+\)$/.test(c)}function isEmpty(c){return isArray(c)?isEmptyArray(c):isObject(c)?isEmptyObject(c):null==c||""===c}((c,d)=>{for(var p in d)R(c,p,{get:d[p],enumerable:!0})})(N,{PanSession:()=>ev,__DEV__:()=>$,__TEST__:()=>U,addDomEvent:()=>addDomEvent,addItem:()=>addItem,addPointerEvent:()=>addPointerEvent,analyzeBreakpoints:()=>analyzeBreakpoints,ariaAttr:()=>ariaAttr,arrayToObjectNotation:()=>arrayToObjectNotation,breakpoints:()=>eg,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:()=>el,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:()=>en,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:()=>es,memoize:()=>memoize,memoizedGet:()=>ea,mergeWith:()=>et.default,minSafeInteger:()=>ei,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:()=>eo,wrapPointerEventHandler:()=>wrapPointerEventHandler}),c.exports=__copyProps(R({},"__esModule",{value:!0}),N),v=p(78492),g=c.exports,__copyProps(N,v,"default"),g&&__copyProps(g,v,"default");var $=!1,U=!1;function isRefObject(c){return"current"in c}function isInputEvent(c){return c&&isObject(c)&&isObject(c.target)}var et=__toESM(p(38554));function omit(c,d){let p={};return Object.keys(c).forEach(v=>{d.includes(v)||(p[v]=c[v])}),p}function pick(c,d){let p={};return d.forEach(d=>{d in c&&(p[d]=c[d])}),p}function split(c,d){let p={},v={};return Object.keys(c).forEach(g=>{d.includes(g)?p[g]=c[g]:v[g]=c[g]}),[p,v]}function get(c,d,p,v){let g="string"==typeof d?d.split("."):[d];for(v=0;v{let d=new WeakMap;return(p,v,g,I)=>{if(void 0===p)return c(p,v,g);d.has(p)||d.set(p,new Map);let R=d.get(p);if(R.has(v))return R.get(v);let S=c(p,v,g,I);return R.set(v,S),S}},ea=memoize(get);function getWithDefault(c,d){return ea(d,c,c)}function objectFilter(c,d){let p={};return Object.keys(c).forEach(v=>{let g=c[v],I=d(g,v,c);I&&(p[v]=g)}),p}var filterUndefined=c=>objectFilter(c,c=>null!=c),objectKeys=c=>Object.keys(c),fromEntries=c=>c.reduce((c,[d,p])=>(c[d]=p,c),{}),getCSSVar=(c,d,p)=>{var v,g,I;return null!=(I=null==(g=null==(v=c.__cssMap)?void 0:v[`${d}.${p}`])?void 0:g.varRef)?I:p};function analyzeCSSValue(c){let d=parseFloat(c.toString()),p=c.toString().replace(String(d),"");return{unitless:!p,value:d,unit:p}}function px(c){if(null==c)return c;let{unitless:d}=analyzeCSSValue(c);return d||isNumber(c)?`${c}px`:c}var sortByBreakpointValue=(c,d)=>parseInt(c[1],10)>parseInt(d[1],10)?1:-1,sortBps=c=>fromEntries(Object.entries(c).sort(sortByBreakpointValue));function normalize(c){let d=sortBps(c);return Object.assign(Object.values(d),d)}function keys(c){let d=Object.keys(sortBps(c));return new Set(d)}function subtract(c){var d;if(!c)return c;c=null!=(d=px(c))?d:c;let p=c.endsWith("px")?-.02:-.01;return isNumber(c)?`${c+p}`:c.replace(/(\d+\.?\d*)/u,c=>`${parseFloat(c)+p}`)}function toMediaQueryString(c,d){let p=["@media screen"];return c&&p.push("and",`(min-width: ${px(c)})`),d&&p.push("and",`(max-width: ${px(d)})`),p.join(" ")}function analyzeBreakpoints(c){var d;if(!c)return null;c.base=null!=(d=c.base)?d:"0px";let p=normalize(c),v=Object.entries(c).sort(sortByBreakpointValue).map(([c,d],p,v)=>{var g;let[,I]=null!=(g=v[p+1])?g:[];return I=parseFloat(I)>0?subtract(I):void 0,{_minW:subtract(d),breakpoint:c,minW:d,maxW:I,maxWQuery:toMediaQueryString(null,I),minWQuery:toMediaQueryString(d),minMaxQuery:toMediaQueryString(d,I)}}),g=keys(c),I=Array.from(g.values());return{keys:g,normalized:p,isResponsive(c){let d=Object.keys(c);return d.length>0&&d.every(c=>g.has(c))},asObject:sortBps(c),asArray:normalize(c),details:v,media:[null,...p.map(c=>toMediaQueryString(c)).slice(1)],toArrayValue(c){if(!isObject(c))throw Error("toArrayValue: value must be an object");let d=I.map(d=>{var p;return null!=(p=c[d])?p:null});for(;null===getLastItem(d);)d.pop();return d},toObjectValue(c){if(!Array.isArray(c))throw Error("toObjectValue: value must be an array");return c.reduce((c,d,p)=>{let v=I[p];return null!=v&&null!=d&&(c[v]=d),c},{})}}}function isElement(c){return null!=c&&"object"==typeof c&&"nodeType"in c&&c.nodeType===Node.ELEMENT_NODE}function isHTMLElement(c){var d;if(!isElement(c))return!1;let p=null!=(d=c.ownerDocument.defaultView)?d:window;return c instanceof p.HTMLElement}function getOwnerWindow(c){var d,p;return isElement(c)&&null!=(p=null==(d=getOwnerDocument(c))?void 0:d.defaultView)?p:window}function getOwnerDocument(c){var d;return isElement(c)&&null!=(d=c.ownerDocument)?d:document}function getEventWindow(c){var d;return null!=(d=c.view)?d:window}function canUseDOM(){return!!("undefined"!=typeof window&&window.document&&window.document.createElement)}var en=canUseDOM(),dataAttr=c=>c?"":void 0,ariaAttr=c=>!!c||void 0,cx=(...c)=>c.filter(Boolean).join(" ");function getActiveElement(c){let d=getOwnerDocument(c);return null==d?void 0:d.activeElement}function contains(c,d){return!!c&&(c===d||c.contains(d))}function addDomEvent(c,d,p,v){return c.addEventListener(d,p,v),()=>{c.removeEventListener(d,p,v)}}function normalizeEventKey(c){let{key:d,keyCode:p}=c,v=p>=37&&p<=40&&0!==d.indexOf("Arrow"),g=v?`Arrow${d}`:d;return g}function getRelatedTarget(c){var d,p;let v=null!=(d=c.target)?d:c.currentTarget,g=getActiveElement(v);return null!=(p=c.relatedTarget)?p:g}function isRightClick(c){return 0!==c.button}var hasDisplayNone=c=>"none"===window.getComputedStyle(c).display,hasTabIndex=c=>c.hasAttribute("tabindex"),hasNegativeTabIndex=c=>hasTabIndex(c)&&-1===c.tabIndex;function isDisabled(c){return!0==!!c.getAttribute("disabled")||!0==!!c.getAttribute("aria-disabled")}function isInputElement(c){return isHTMLElement(c)&&"input"===c.localName&&"select"in c}function isActiveElement(c){let d=isHTMLElement(c)?getOwnerDocument(c):document;return d.activeElement===c}function hasFocusWithin(c){return!!document.activeElement&&c.contains(document.activeElement)}function isHidden(c){return!!(c.parentElement&&isHidden(c.parentElement))||c.hidden}function isContentEditable(c){let d=c.getAttribute("contenteditable");return"false"!==d&&null!=d}function isFocusable(c){if(!isHTMLElement(c)||isHidden(c)||isDisabled(c))return!1;let{localName:d}=c;if(["input","select","textarea","button"].indexOf(d)>=0)return!0;let p={a:()=>c.hasAttribute("href"),audio:()=>c.hasAttribute("controls"),video:()=>c.hasAttribute("controls")};return d in p?p[d]():!!isContentEditable(c)||hasTabIndex(c)}function isTabbable(c){return!!c&&isHTMLElement(c)&&isFocusable(c)&&!hasNegativeTabIndex(c)}var er="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=c=>c.offsetWidth>0&&c.offsetHeight>0;function getAllFocusable(c){let d=Array.from(c.querySelectorAll(er));return d.unshift(c),d.filter(c=>isFocusable(c)&&isVisible(c))}function getFirstFocusable(c){let d=getAllFocusable(c);return d.length?d[0]:null}function getAllTabbable(c,d){let p=Array.from(c.querySelectorAll(er)),v=p.filter(isTabbable);return(isTabbable(c)&&v.unshift(c),!v.length&&d)?p:v}function getFirstTabbableIn(c,d){let[p]=getAllTabbable(c,d);return p||null}function getLastTabbableIn(c,d){let p=getAllTabbable(c,d);return p[p.length-1]||null}function getNextTabbable(c,d){let p=getAllFocusable(c),v=p.indexOf(document.activeElement),g=p.slice(v+1);return g.find(isTabbable)||p.find(isTabbable)||(d?g[0]:null)}function getPreviousTabbable(c,d){let p=getAllFocusable(c).reverse(),v=p.indexOf(document.activeElement),g=p.slice(v+1);return g.find(isTabbable)||p.find(isTabbable)||(d?g[0]:null)}function focusNextTabbable(c,d){let p=getNextTabbable(c,d);p&&isHTMLElement(p)&&p.focus()}function focusPreviousTabbable(c,d){let p=getPreviousTabbable(c,d);p&&isHTMLElement(p)&&p.focus()}function matches(c,d){return"matches"in c?c.matches(d):"msMatchesSelector"in c?c.msMatchesSelector(d):c.webkitMatchesSelector(d)}function closest(c,d){if("closest"in c)return c.closest(d);do{if(matches(c,d))return c;c=c.parentElement||c.parentNode}while(null!==c&&1===c.nodeType);return null}function runIfFn(c,...d){return isFunction(c)?c(...d):c}function callAllHandlers(...c){return function(d){c.some(c=>(null==c||c(d),null==d?void 0:d.defaultPrevented))}}function callAll(...c){return function(d){c.forEach(c=>{null==c||c(d)})}}var compose=(c,...d)=>d.reduce((c,d)=>(...p)=>c(d(...p)),c);function once(c){let d;return function(...p){return c&&(d=c.apply(this,p),c=null),d}}var noop=()=>{},eo=once(c=>()=>{let{condition:d,message:p}=c;d&&$&&console.warn(p)}),el=once(c=>()=>{let{condition:d,message:p}=c;d&&$&&console.error(p)}),pipe=(...c)=>d=>c.reduce((c,d)=>d(c),d),distance1D=(c,d)=>Math.abs(c-d),isPoint=c=>"x"in c&&"y"in c;function distance(c,d){if(isNumber(c)&&isNumber(d))return distance1D(c,d);if(isPoint(c)&&isPoint(d)){let p=distance1D(c.x,d.x),v=distance1D(c.y,d.y);return Math.sqrt(p**2+v**2)}return 0}function focus(c,d={}){let{isActive:p=isActiveElement,nextTick:v,preventScroll:g=!0,selectTextIfInput:I=!0}=d;if(!c||p(c))return -1;function triggerFocus(){if(!c){eo({condition:!0,message:"[chakra-ui]: can't call focus() on `null` or `undefined` element"});return}if(supportsPreventScroll())c.focus({preventScroll:g});else if(c.focus(),g){let d=getScrollableElements(c);restoreScrollPosition(d)}I&&(isInputElement(c)?c.select():"setSelectionRange"in c&&c.setSelectionRange(c.value.length,c.value.length))}return v?requestAnimationFrame(triggerFocus):(triggerFocus(),-1)}var ec=null;function supportsPreventScroll(){if(null==ec){ec=!1;try{let c=document.createElement("div");c.focus({get preventScroll(){return ec=!0,!0}})}catch(c){}}return ec}function getScrollableElements(c){var d;let p=getOwnerDocument(c),v=null!=(d=p.defaultView)?d:window,g=c.parentNode,I=[],R=p.scrollingElement||p.documentElement;for(;g instanceof v.HTMLElement&&g!==R;)(g.offsetHeight(isObject(v)||isArray(v)?Object.entries(flatten(v,d-1)).forEach(([d,v])=>{c[`${p}.${d}`]=v}):c[p]=v,c),{}):c}function determineLazyBehavior(c){let{hasBeenSelected:d,isLazy:p,isSelected:v,lazyBehavior:g="unmount"}=c;return!p||!!v||"keepMounted"===g&&!!d}var ei=Number.MIN_SAFE_INTEGER||-9007199254740991,es=Number.MAX_SAFE_INTEGER||9007199254740991;function toNumber(c){let d=parseFloat(c);return isNotNumber(d)?0:d}function toPrecision(c,d){let p=toNumber(c),v=10**(null!=d?d:10);return p=Math.round(p*v)/v,d?p.toFixed(d):p.toString()}function countDecimalPlaces(c){if(!Number.isFinite(c))return 0;let d=1,p=0;for(;Math.round(c*d)/d!==c;)d*=10,p+=1;return p}function valueToPercent(c,d,p){return(c-d)*100/(p-d)}function percentToValue(c,d,p){return(p-d)*c+d}function roundValueToStep(c,d,p){let v=Math.round((c-d)/p)*p+d,g=countDecimalPlaces(p);return toPrecision(v,g)}function clampValue(c,d,p){return null==c?c:(eo({condition:p{let p=getEventWindow(d),v=d instanceof p.MouseEvent,g=!v||v&&0===d.button;g&&c(d)}}var eu={pageX:0,pageY:0};function pointFromTouch(c,d="page"){let p=c.touches[0]||c.changedTouches[0],v=p||eu;return{x:v[`${d}X`],y:v[`${d}Y`]}}function pointFromMouse(c,d="page"){return{x:c[`${d}X`],y:c[`${d}Y`]}}function extractEventInfo(c,d="page"){return{point:isTouchEvent(c)?pointFromTouch(c,d):pointFromMouse(c,d)}}function getViewportPointFromEvent(c){return extractEventInfo(c,"client")}var wrapPointerEventHandler=(c,d=!1)=>{let listener=d=>c(d,extractEventInfo(d));return d?filterPrimaryPointer(listener):listener},supportsPointerEvents=()=>en&&null===window.onpointerdown,supportsTouchEvents=()=>en&&null===window.ontouchstart,supportsMouseEvents=()=>en&&null===window.onmousedown,ep={pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointercancel:"mousecancel",pointerover:"mouseover",pointerout:"mouseout",pointerenter:"mouseenter",pointerleave:"mouseleave"},eh={pointerdown:"touchstart",pointermove:"touchmove",pointerup:"touchend",pointercancel:"touchcancel"};function getPointerEventName(c){return supportsPointerEvents()?c:supportsTouchEvents()?eh[c]:supportsMouseEvents()?ep[c]:c}function addPointerEvent(c,d,p,v){return addDomEvent(c,getPointerEventName(d),wrapPointerEventHandler(p,"pointerdown"===d),v)}function isMultiTouchEvent(c){return isTouchEvent(c)&&c.touches.length>1}var ev=class{constructor(c,d,p){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 c=getPanInfo(this.lastEventInfo,this.history),d=null!==this.startEvent,p=distance(c.offset,{x:0,y:0})>=this.threshold;if(!d&&!p)return;let{timestamp:v}=(0,ed.getFrameData)();this.history.push({...c.point,timestamp:v});let{onStart:g,onMove:I}=this.handlers;d||(null==g||g(this.lastEvent,c),this.startEvent=this.lastEvent),null==I||I(this.lastEvent,c)}),__publicField(this,"onPointerMove",(c,d)=>{if(this.lastEvent=c,this.lastEventInfo=d,isMouseEvent(c)&&0===c.buttons){this.onPointerUp(c,d);return}ed.default.update(this.updatePoint,!0)}),__publicField(this,"onPointerUp",(c,d)=>{let p=getPanInfo(d,this.history),{onEnd:v,onSessionEnd:g}=this.handlers;null==g||g(c,p),this.end(),v&&this.startEvent&&(null==v||v(c,p))}),this.win=getEventWindow(c),isMultiTouchEvent(c))return;this.handlers=d,p&&(this.threshold=p),c.stopPropagation(),c.preventDefault();let v=extractEventInfo(c),{timestamp:g}=(0,ed.getFrameData)();this.history=[{...v.point,timestamp:g}];let{onSessionStart:I}=d;null==I||I(c,getPanInfo(v,this.history)),this.removeListeners=pipe(addPointerEvent(this.win,"pointermove",this.onPointerMove),addPointerEvent(this.win,"pointerup",this.onPointerUp),addPointerEvent(this.win,"pointercancel",this.onPointerUp))}updateHandlers(c){this.handlers=c}end(){var c;null==(c=this.removeListeners)||c.call(this),ed.cancelSync.update(this.updatePoint)}};function subtractPoint(c,d){return{x:c.x-d.x,y:c.y-d.y}}function startPanPoint(c){return c[0]}function lastPanPoint(c){return c[c.length-1]}function getPanInfo(c,d){return{point:c.point,delta:subtractPoint(c.point,lastPanPoint(d)),offset:subtractPoint(c.point,startPanPoint(d)),velocity:getVelocity(d,.1)}}function lastDevicePoint(c){return c[c.length-1]}var toMilliseconds=c=>1e3*c;function getVelocity(c,d){if(c.length<2)return{x:0,y:0};let p=c.length-1,v=null,g=lastDevicePoint(c);for(;p>=0&&(v=c[p],!(g.timestamp-v.timestamp>toMilliseconds(d)));)p--;if(!v)return{x:0,y:0};let I=(g.timestamp-v.timestamp)/1e3;if(0===I)return{x:0,y:0};let R={x:(g.x-v.x)/I,y:(g.y-v.y)/I};return R.x===1/0&&(R.x=0),R.y===1/0&&(R.y=0),R}var eg=Object.freeze(["base","sm","md","lg","xl","2xl"]);function mapResponsive(c,d){return isArray(c)?c.map(c=>null===c?null:d(c)):isObject(c)?objectKeys(c).reduce((p,v)=>(p[v]=d(c[v]),p),{}):null!=c?d(c):null}function objectToArrayNotation(c,d=eg){let p=d.map(d=>{var p;return null!=(p=c[d])?p:null});for(;null===getLastItem(p);)p.pop();return p}function arrayToObjectNotation(c,d=eg){let p={};return c.forEach((c,v)=>{let g=d[v];null!=c&&(p[g]=c)}),p}function isResponsiveObjectLike(c,d=eg){let p=Object.keys(c);return p.length>0&&p.every(c=>d.includes(c))}var isCustomBreakpoint=c=>Number.isNaN(Number(c));function getUserAgentBrowser(c){let{userAgent:d,vendor:p}=c,v=/(android)/i.test(d);switch(!0){case/CriOS/.test(d):return"Chrome for iOS";case/Edg\//.test(d):return"Edge";case v&&/Silk\//.test(d):return"Silk";case/Chrome/.test(d)&&/Google Inc/.test(p):return"Chrome";case/Firefox\/\d+\.\d+$/.test(d):return"Firefox";case v:return"AOSP";case/MSIE|Trident/.test(d):return"IE";case/Safari/.test(c.userAgent)&&/Apple Computer/.test(d):return"Safari";case/AppleWebKit/.test(d):return"WebKit";default:return null}}function getUserAgentOS(c){let{userAgent:d,platform:p}=c;switch(!0){case/Android/.test(d):return"Android";case/iPhone|iPad|iPod/.test(p):return"iOS";case/Win/.test(p):return"Windows";case/Mac/.test(p):return"Mac";case/CrOS/.test(d):return"Chrome OS";case/Firefox/.test(d):return"Firefox OS";default:return null}}function detectDeviceType(c){let{userAgent:d}=c;return/(tablet)|(iPad)|(Nexus 9)/i.test(d)?"tablet":/(mobi)/i.test(d)?"phone":"desktop"}function detectOS(c){return!!en&&getUserAgentOS(window.navigator)===c}function detectBrowser(c){return!!en&&getUserAgentBrowser(window.navigator)===c}function detectTouch(){return!!en&&null===window.ontouchstart&&null===window.ontouchmove&&null===window.ontouchend}function walkObject(c,d){function inner(c,p=[]){return isArray(c)?c.map((c,d)=>inner(c,[...p,String(d)])):isObject(c)?fromEntries(Object.entries(c).map(([c,d])=>[c,inner(d,[...p,c])])):d(c,p)}return inner(c)}},73018:function(c,d,p){"use strict";p.r(d),p.d(d,{maskitoGetCountryFromNumber:function(){return maskitoGetCountryFromNumber},maskitoPhoneOptionsGenerator:function(){return maskitoPhoneOptionsGenerator}});var v=p(1388),g="0-90-9٠-٩۰-۹",I="".concat("-‐-―−ー-").concat("//").concat("..").concat(" \xa0\xad ").concat("()()[]\\[\\]").concat("~⁓∼~"),R="++";function _typeof(c){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(c){return typeof c}:function(c){return c&&"function"==typeof Symbol&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c})(c)}function _defineProperties(c,d){for(var p=0;pR)return 1;if(R>I)return -1;if(!isNaN(I)&&isNaN(R))return 1;if(isNaN(I)&&!isNaN(R))return -1}return c[1]&&d[1]?c[1]>d[1]?1:c[1]=2&&eo.test(c)}function isViablePhoneNumberStart(c){return en.test(c)}var el=RegExp("(?:"+createExtensionPattern()+")$","i");function extractExtension(c){var d=c.search(el);if(d<0)return{};for(var p=c.slice(0,d),v=c.match(el),g=1;g=c.length?{done:!0}:{done:!1,value:c[v++]}}}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(c,d){if(c){if("string"==typeof c)return _arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _arrayLikeToArray(c,d)}}function _arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p=c.length?{done:!0}:{done:!1,value:c[v++]}}}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(c,d){if(c){if("string"==typeof c)return parseIncompletePhoneNumber_arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return parseIncompletePhoneNumber_arrayLikeToArray(c,d)}}function parseIncompletePhoneNumber_arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p=c.length?{done:!0}:{done:!1,value:c[v++]}}}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(c,d){if(c){if("string"==typeof c)return mergeArrays_arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return mergeArrays_arrayLikeToArray(c,d)}}function mergeArrays_arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);pc.indexOf(I)&&v.push(I)}return v.sort(function(c,d){return c-d})}function checkNumberLength(c,d){return checkNumberLengthForType(c,void 0,d)}function checkNumberLengthForType(c,d,p){var v=p.type(d),g=v&&v.possibleLengths()||p.possibleLengths();if(!g)return"IS_POSSIBLE";if("FIXED_LINE_OR_MOBILE"===d){if(!p.type("FIXED_LINE"))return checkNumberLengthForType(c,"MOBILE",p);var I=p.type("MOBILE");I&&(g=mergeArrays(g,I.possibleLengths()))}else if(d&&!v)return"INVALID_LENGTH";var R=c.length,S=g[0];return S===R?"IS_POSSIBLE":S>R?"TOO_SHORT":g[g.length-1]=0?"IS_POSSIBLE":"INVALID_LENGTH"}function isPossiblePhoneNumber(c,d,p){if(void 0===d&&(d={}),p=new N(p),d.v2){if(!c.countryCallingCode)throw Error("Invalid phone number object passed");p.selectNumberingPlan(c.countryCallingCode)}else{if(!c.phone)return!1;if(c.country){if(!p.hasCountry(c.country))throw Error("Unknown country: ".concat(c.country));p.country(c.country)}else{if(!c.countryCallingCode)throw Error("Invalid phone number object passed");p.selectNumberingPlan(c.countryCallingCode)}}if(p.possibleLengths())return isPossibleNumber(c.phone||c.nationalNumber,p);if(c.countryCallingCode&&p.isNonGeographicCallingCode(c.countryCallingCode))return!0;throw Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}function isPossibleNumber(c,d){return"IS_POSSIBLE"===checkNumberLength(c,d)}function matchesEntirely(c,d){return c=c||"",RegExp("^(?:"+d+")$").test(c)}function getNumberType_createForOfIteratorHelperLoose(c,d){var p="undefined"!=typeof Symbol&&c[Symbol.iterator]||c["@@iterator"];if(p)return(p=p.call(c)).next.bind(p);if(Array.isArray(c)||(p=getNumberType_unsupportedIterableToArray(c))||d&&c&&"number"==typeof c.length){p&&(c=p);var v=0;return function(){return v>=c.length?{done:!0}:{done:!1,value:c[v++]}}}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(c,d){if(c){if("string"==typeof c)return getNumberType_arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return getNumberType_arrayLikeToArray(c,d)}}function getNumberType_arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);pd.possibleLengths().indexOf(c.length))&&matchesEntirely(c,d.pattern())}function isValidNumber(c,d,p){return(d=d||{},(p=new N(p)).selectNumberingPlan(c.country,c.countryCallingCode),p.hasTypes())?void 0!==getNumberType(c,d,p.metadata):matchesEntirely(d.v2?c.nationalNumber:c.phone,p.nationalNumberPattern())}function getPossibleCountriesForNumber(c,d,p){var v=new N(p).getCountryCodesForCallingCode(c);return v?v.filter(function(c){return couldNationalNumberBelongToCountry(d,c,p)}):[]}function couldNationalNumberBelongToCountry(c,d,p){var v=new N(p);return v.selectNumberingPlan(d),v.numberingPlan.possibleLengths().indexOf(c.length)>=0}function applyInternationalSeparatorStyle(c){return c.replace(RegExp("[".concat(I,"]+"),"g")," ").trim()}var es=/(\$\d)/;function formatNationalNumberUsingFormat(c,d,p){var v=p.useInternationalFormat,g=p.withNationalPrefix;p.carrierCode,p.metadata;var I=c.replace(new RegExp(d.pattern()),v?d.internationalFormat():g&&d.nationalPrefixFormattingRule()?d.format().replace(es,d.nationalPrefixFormattingRule()):d.format());return v?applyInternationalSeparatorStyle(I):I}var ed=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function getIddPrefix(c,d,p){var v=new N(p);return(v.selectNumberingPlan(c,d),v.defaultIDDPrefix())?v.defaultIDDPrefix():ed.test(v.IDDPrefix())?v.IDDPrefix():void 0}function formatRFC3966(c){var d=c.number,p=c.ext;if(!d)return"";if("+"!==d[0])throw Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(d).concat(p?";ext="+p:"")}function format_createForOfIteratorHelperLoose(c,d){var p="undefined"!=typeof Symbol&&c[Symbol.iterator]||c["@@iterator"];if(p)return(p=p.call(c)).next.bind(p);if(Array.isArray(c)||(p=format_unsupportedIterableToArray(c))||d&&c&&"number"==typeof c.length){p&&(c=p);var v=0;return function(){return v>=c.length?{done:!0}:{done:!1,value:c[v++]}}}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(c,d){if(c){if("string"==typeof c)return format_arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return format_arrayLikeToArray(c,d)}}function format_arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p0){var I=g.leadingDigitsPatterns()[g.leadingDigitsPatterns().length-1];if(0!==d.search(I))continue}if(matchesEntirely(d,g.pattern()))return g}}function formatIDD(c,d,p,v,g){if(getCountryCallingCode(v,g.metadata)===p){var I=formatNationalNumber(c,d,"NATIONAL",g);return"1"===p?p+" "+I:I}var R=getIddPrefix(v,void 0,g.metadata);if(R)return"".concat(R," ").concat(p," ").concat(formatNationalNumber(c,null,"INTERNATIONAL",g))}function PhoneNumber_ownKeys(c,d){var p=Object.keys(c);if(Object.getOwnPropertySymbols){var v=Object.getOwnPropertySymbols(c);d&&(v=v.filter(function(d){return Object.getOwnPropertyDescriptor(c,d).enumerable})),p.push.apply(p,v)}return p}function PhoneNumber_objectSpread(c){for(var d=1;d0)||"0"!==R[1])return c}}}function extractNationalNumberFromPossiblyIncompleteNumber(c,d){if(c&&d.numberingPlan.nationalPrefixForParsing()){var p=RegExp("^(?:"+d.numberingPlan.nationalPrefixForParsing()+")"),v=p.exec(c);if(v){var g,I,R,S=v.length-1,P=S>0&&v[S];if(d.nationalPrefixTransformRule()&&P)g=c.replace(p,d.nationalPrefixTransformRule()),S>1&&(I=v[1]);else{var j=v[0];g=c.slice(j.length),P&&(I=v[1])}if(P){var T=c.indexOf(v[1]);c.slice(0,T)===d.numberingPlan.nationalPrefix()&&(R=d.numberingPlan.nationalPrefix())}else R=v[0];return{nationalNumber:g,nationalPrefix:R,carrierCode:I}}}return{nationalNumber:c}}function extractNationalNumber(c,d){var p=extractNationalNumberFromPossiblyIncompleteNumber(c,d),v=p.carrierCode,g=p.nationalNumber;return g!==c&&(!shouldHaveExtractedNationalPrefix(c,g,d)||d.possibleLengths()&&!isPossibleIncompleteNationalNumber(g,d))?{nationalNumber:c}:{nationalNumber:g,carrierCode:v}}function shouldHaveExtractedNationalPrefix(c,d,p){return!matchesEntirely(c,p.nationalNumberPattern())||!!matchesEntirely(d,p.nationalNumberPattern())}function isPossibleIncompleteNationalNumber(c,d){switch(checkNumberLength(c,d)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(c,d,p,v){var g=d?getCountryCallingCode(d,v):p;if(0===c.indexOf(g)){(v=new N(v)).selectNumberingPlan(d,p);var I=c.slice(g.length),R=extractNationalNumber(I,v).nationalNumber,S=extractNationalNumber(c,v).nationalNumber;if(!matchesEntirely(S,v.nationalNumberPattern())&&matchesEntirely(R,v.nationalNumberPattern())||"TOO_LONG"===checkNumberLength(S,v))return{countryCallingCode:g,number:I}}return{number:c}}function extractCountryCallingCode_extractCountryCallingCode(c,d,p,v){if(!c)return{};if("+"!==c[0]){var g,I=stripIddPrefix(c,d,p,v);if(I&&I!==c)g=!0,c="+"+I;else{if(d||p){var R=extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(c,d,p,v),S=R.countryCallingCode,P=R.number;if(S)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:S,number:P}}return{number:c}}}if("0"===c[1])return{};v=new N(v);for(var j=2;j-1<=3&&j<=c.length;){var T=c.slice(1,j);if(v.hasCallingCode(T))return v.selectNumberingPlan(T),{countryCallingCodeSource:g?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:T,number:c.slice(j)};j++}return{}}function getCountryByNationalNumber_createForOfIteratorHelperLoose(c,d){var p="undefined"!=typeof Symbol&&c[Symbol.iterator]||c["@@iterator"];if(p)return(p=p.call(c)).next.bind(p);if(Array.isArray(c)||(p=getCountryByNationalNumber_unsupportedIterableToArray(c))||d&&c&&"number"==typeof c.length){p&&(c=p);var v=0;return function(){return v>=c.length?{done:!0}:{done:!1,value:c[v++]}}}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(c,d){if(c){if("string"==typeof c)return getCountryByNationalNumber_arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return getCountryByNationalNumber_arrayLikeToArray(c,d)}}function getCountryByNationalNumber_arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p0)return R[0]}function getCountryByCallingCode(c,d){var p=d.nationalNumber,v=d.defaultCountry,g=d.metadata,I=g.getCountryCodesForCallingCode(c);return I?1===I.length?I[0]:getCountryByNationalNumber(p,{countries:I,defaultCountry:v,metadata:g.metadata}):void 0}var ev="(["+g+"]|[\\-\\.\\(\\)]?)",eg=RegExp("^\\+"+ev+"*["+g+"]"+ev+"*$","g"),ey=RegExp("^(["+g+"]+((\\-)*["+g+"])*\\.)*[a-zA-Z]+((\\-)*["+g+"])*\\.?$","g"),ef="tel:",em=";phone-context=";function extractPhoneContext(c){var d=c.indexOf(em);if(d<0)return null;var p=d+em.length;if(p>=c.length)return"";var v=c.indexOf(";",p);return v>=0?c.substring(p,v):c.substring(p)}function isPhoneContextValid(c){return null===c||0!==c.length&&(eg.test(c)||ey.test(c))}function extractFormattedPhoneNumberFromPossibleRfc3966NumberUri(c,d){var p=d.extractFormattedPhoneNumber,v=extractPhoneContext(c);if(!isPhoneContextValid(v))throw new S("NOT_A_NUMBER");if(null===v)g=p(c)||"";else{g="","+"===v.charAt(0)&&(g+=v);var g,I,R=c.indexOf(ef);I=R>=0?R+ef.length:0;var P=c.indexOf(em);g+=c.substring(I,P)}var j=g.indexOf(";isub=");if(j>0&&(g=g.substring(0,j)),""!==g)return g}var ek=RegExp("["+R+g+"]"),eM=RegExp("[^"+g+"#]+$");function parse(c,d,p){if(d=d||{},p=new N(p),d.defaultCountry&&!p.hasCountry(d.defaultCountry)){if(d.v2)throw new S("INVALID_COUNTRY");throw Error("Unknown country: ".concat(d.defaultCountry))}var v=parseInput(c,d.v2,d.extract),g=v.number,I=v.ext,R=v.error;if(!g){if(d.v2){if("TOO_SHORT"===R)throw new S("TOO_SHORT");throw new S("NOT_A_NUMBER")}return{}}var P=parsePhoneNumber(g,d.defaultCountry,d.defaultCallingCode,p),j=P.country,T=P.nationalNumber,$=P.countryCallingCode,U=P.countryCallingCodeSource,et=P.carrierCode;if(!p.hasSelectedNumberingPlan()){if(d.v2)throw new S("INVALID_COUNTRY");return{}}if(!T||T.length<2){if(d.v2)throw new S("TOO_SHORT");return{}}if(T.length>17){if(d.v2)throw new S("TOO_LONG");return{}}if(d.v2){var ea=new ep($,T,p.metadata);return j&&(ea.country=j),et&&(ea.carrierCode=et),I&&(ea.ext=I),ea.__countryCallingCodeSource=U,ea}var en=(d.extended?!!p.hasSelectedNumberingPlan():!!j)&&matchesEntirely(T,p.nationalNumberPattern());return d.extended?{country:j,countryCallingCode:$,carrierCode:et,valid:en,possible:!!en||!!(!0===d.extended&&p.possibleLengths()&&isPossibleNumber(T,p)),phone:T,ext:I}:en?result(j,T,I):{}}function _extractFormattedPhoneNumber(c,d,p){if(c){if(c.length>250){if(p)throw new S("TOO_LONG");return}if(!1===d)return c;var v=c.search(ek);if(!(v<0))return c.slice(v).replace(eM,"")}}function parseInput(c,d,p){var v=extractFormattedPhoneNumberFromPossibleRfc3966NumberUri(c,{extractFormattedPhoneNumber:function(c){return _extractFormattedPhoneNumber(c,p,d)}});if(!v)return{};if(!isViablePhoneNumber_isViablePhoneNumber(v))return isViablePhoneNumberStart(v)?{error:"TOO_SHORT"}:{};var g=extractExtension(v);return g.ext?g:{number:v}}function result(c,d,p){var v={country:c,phone:d};return p&&(v.ext=p),v}function parsePhoneNumber(c,d,p,v){var g,I=extractCountryCallingCode_extractCountryCallingCode(parseIncompletePhoneNumber(c),d,p,v.metadata),R=I.countryCallingCodeSource,S=I.countryCallingCode,P=I.number;if(S)v.selectNumberingPlan(S);else{if(!P||!d&&!p)return{};v.selectNumberingPlan(d,p),d&&(g=d),S=p||getCountryCallingCode(d,v.metadata)}if(!P)return{countryCallingCodeSource:R,countryCallingCode:S};var j=extractNationalNumber(parseIncompletePhoneNumber(P),v),T=j.nationalNumber,N=j.carrierCode,$=getCountryByCallingCode(S,{nationalNumber:T,defaultCountry:d,metadata:v});return $&&(g=$,"001"===$||v.country(g)),{country:g,countryCallingCode:S,countryCallingCodeSource:R,nationalNumber:T,carrierCode:N}}function parsePhoneNumberWithError_ownKeys(c,d){var p=Object.keys(c);if(Object.getOwnPropertySymbols){var v=Object.getOwnPropertySymbols(c);d&&(v=v.filter(function(d){return Object.getOwnPropertyDescriptor(c,d).enumerable})),p.push.apply(p,v)}return p}function parsePhoneNumberWithError_objectSpread(c){for(var d=1;dc.length)&&(d=c.length);for(var p=0,v=Array(d);p=c.length?{done:!0}:{done:!1,value:c[v++]}}}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(c,d){if(c){if("string"==typeof c)return AsYouTypeFormatter_util_arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return AsYouTypeFormatter_util_arrayLikeToArray(c,d)}}function AsYouTypeFormatter_util_arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p1;)1&d&&(p+=c),d>>=1,c+=c;return p+c}function cutAndStripNonPairedParens(c,d){return")"===c[d]&&d++,stripNonPairedParens(c.slice(0,d))}function stripNonPairedParens(c){for(var d=[],p=0;pc.slice(d+1).search(eI))return;d=c.search(eI),c=c.replace(eI,I)}return[c,d]}function formatCompleteNumber(c,d,p){var v=p.metadata,g=p.shouldTryNationalPrefixFormattingRule,I=p.getSeparatorAfterNationalPrefix;if(new RegExp("^(?:".concat(d.pattern(),")$")).test(c.nationalSignificantNumber))return formatNationalNumberWithAndWithoutNationalPrefixFormattingRule(c,d,{metadata:v,shouldTryNationalPrefixFormattingRule:g,getSeparatorAfterNationalPrefix:I})}function canFormatCompleteNumber(c,d){return"IS_POSSIBLE"===checkNumberLength(c,d)}function formatNationalNumberWithAndWithoutNationalPrefixFormattingRule(c,d,p){var v=p.metadata,g=p.shouldTryNationalPrefixFormattingRule,I=p.getSeparatorAfterNationalPrefix;if(c.nationalSignificantNumber,c.international,c.nationalPrefix,c.carrierCode,g(d)){var R=AsYouTypeFormatter_complete_formatNationalNumber(c,d,{useNationalPrefixFormattingRule:!0,getSeparatorAfterNationalPrefix:I,metadata:v});if(R)return R}return AsYouTypeFormatter_complete_formatNationalNumber(c,d,{useNationalPrefixFormattingRule:!1,getSeparatorAfterNationalPrefix:I,metadata:v})}function AsYouTypeFormatter_complete_formatNationalNumber(c,d,p){var v=p.metadata,g=p.useNationalPrefixFormattingRule,I=p.getSeparatorAfterNationalPrefix,R=formatNationalNumberUsingFormat(c.nationalSignificantNumber,d,{carrierCode:c.carrierCode,useInternationalFormat:c.international,withNationalPrefix:g,metadata:v});if(!g&&(c.nationalPrefix?R=c.nationalPrefix+I(d)+R:c.complexPrefixBeforeNationalSignificantNumber&&(R=c.complexPrefixBeforeNationalSignificantNumber+" "+R)),isValidFormattedNationalNumber(R,c))return R}function isValidFormattedNationalNumber(c,d){return parseDigits(c)===d.getNationalDigits()}function AsYouTypeFormatter_PatternParser_classCallCheck(c,d){if(!(c instanceof d))throw TypeError("Cannot call a class as a function")}function AsYouTypeFormatter_PatternParser_defineProperties(c,d){for(var p=0;p=c.length?{done:!0}:{done:!1,value:c[v++]}}}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(c,d){if(c){if("string"==typeof c)return AsYouTypeFormatter_PatternMatcher_arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return AsYouTypeFormatter_PatternMatcher_arrayLikeToArray(c,d)}}function AsYouTypeFormatter_PatternMatcher_arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p1&&void 0!==arguments[1]?arguments[1]:{},p=d.allowOverflow;if(!c)throw Error("String is required");var v=_match(c.split(""),this.matchTree,!0);if(v&&v.match&&delete v.matchedChars,!v||!v.overflow||p)return v}}]),PatternMatcher}();function _match(c,d,p){if("string"==typeof d){var v=c.join("");return 0===d.indexOf(v)?c.length===d.length?{match:!0,matchedChars:c}:{partialMatch:!0}:0===v.indexOf(d)?p&&c.length>d.length?{overflow:!0}:{match:!0,matchedChars:c.slice(0,d.length)}:void 0}if(Array.isArray(d)){for(var g=c.slice(),I=0;I=c.length?{done:!0}:{done:!1,value:c[v++]}}}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(c,d){if(c){if("string"==typeof c)return AsYouTypeFormatter_arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return AsYouTypeFormatter_arrayLikeToArray(c,d)}}function AsYouTypeFormatter_arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p=0)){var p=this.getTemplateForFormat(c,d);if(p)return this.setNationalNumberTemplate(p,d),!0}}},{key:"getSeparatorAfterNationalPrefix",value:function(c){return this.isNANP||c&&c.nationalPrefixFormattingRule()&&ew.test(c.nationalPrefixFormattingRule())?" ":""}},{key:"getInternationalPrefixBeforeCountryCallingCode",value:function(c,d){var p=c.IDDPrefix,v=c.missingPlus;return p?d&&!1===d.spacing?p:p+" ":v?"":"+"}},{key:"getTemplate",value:function(c){if(this.template){for(var d=-1,p=0,v=c.international?this.getInternationalPrefixBeforeCountryCallingCode(c,{spacing:!1}):"";pP.length)){var j=RegExp("^"+S+"$"),T=v.replace(/\d/g,"9");j.test(T)&&(P=T);var N=this.getFormatFormat(c,g);if(this.shouldTryNationalPrefixFormattingRule(c,{international:g,nationalPrefix:I})){var $=N.replace(es,c.nationalPrefixFormattingRule());if(parseDigits(c.nationalPrefixFormattingRule())===(I||"")+parseDigits("$1")&&(N=$,p=!0,I))for(var U=I.length;U>0;)N=N.replace(/\d/,"x"),U--}var et=P.replace(new RegExp(S),N).replace(/9/g,"x");return!p&&(R?et=repeat("x",R.length)+" "+et:I&&(et=repeat("x",I.length)+this.getSeparatorAfterNationalPrefix(c)+et)),g&&(et=applyInternationalSeparatorStyle(et)),et}}},{key:"formatNextNationalNumberDigits",value:function(c){var d=populateTemplateWithDigits(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition,c);if(!d){this.resetFormat();return}return this.populatedNationalNumberTemplate=d[0],this.populatedNationalNumberTemplatePosition=d[1],cutAndStripNonPairedParens(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition+1)}},{key:"shouldTryNationalPrefixFormattingRule",value:function(c,d){var p=d.international,v=d.nationalPrefix;if(c.nationalPrefixFormattingRule()){var g=c.usesNationalPrefix();if(g&&v||!g&&!p)return!0}}}]),AsYouTypeFormatter}();function AsYouTypeParser_slicedToArray(c,d){return AsYouTypeParser_arrayWithHoles(c)||AsYouTypeParser_iterableToArrayLimit(c,d)||AsYouTypeParser_unsupportedIterableToArray(c,d)||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(c,d){if(c){if("string"==typeof c)return AsYouTypeParser_arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return AsYouTypeParser_arrayLikeToArray(c,d)}}function AsYouTypeParser_arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p=3;if(d.appendDigits(c),v&&this.extractIddPrefix(d),this.isWaitingForCountryCallingCode(d)){if(!this.extractCountryCallingCode(d))return}else d.appendNationalSignificantNumberDigits(c);d.international||this.hasExtractedNationalSignificantNumber||this.extractNationalSignificantNumber(d.getNationalDigits(),function(c){return d.update(c)})}},{key:"isWaitingForCountryCallingCode",value:function(c){var d=c.international,p=c.callingCode;return d&&!p}},{key:"extractCountryCallingCode",value:function(c){var d=extractCountryCallingCode_extractCountryCallingCode("+"+c.getDigitsWithoutInternationalPrefix(),this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),p=d.countryCallingCode,v=d.number;if(p)return c.setCallingCode(p),c.update({nationalSignificantNumber:v}),!0}},{key:"reset",value:function(c){if(c){this.hasSelectedNumberingPlan=!0;var d=c._nationalPrefixForParsing();this.couldPossiblyExtractAnotherNationalSignificantNumber=d&&eA.test(d)}else this.hasSelectedNumberingPlan=void 0,this.couldPossiblyExtractAnotherNationalSignificantNumber=void 0}},{key:"extractNationalSignificantNumber",value:function(c,d){if(this.hasSelectedNumberingPlan){var p=extractNationalNumberFromPossiblyIncompleteNumber(c,this.metadata),v=p.nationalPrefix,g=p.nationalNumber,I=p.carrierCode;if(g!==c)return this.onExtractedNationalNumber(v,I,g,c,d),!0}}},{key:"extractAnotherNationalSignificantNumber",value:function(c,d,p){if(!this.hasExtractedNationalSignificantNumber)return this.extractNationalSignificantNumber(c,p);if(this.couldPossiblyExtractAnotherNationalSignificantNumber){var v=extractNationalNumberFromPossiblyIncompleteNumber(c,this.metadata),g=v.nationalPrefix,I=v.nationalNumber,R=v.carrierCode;if(I!==d)return this.onExtractedNationalNumber(g,R,I,c,p),!0}}},{key:"onExtractedNationalNumber",value:function(c,d,p,v,g){var I,R,S=v.lastIndexOf(p);if(S>=0&&S===v.length-p.length){R=!0;var P=v.slice(0,S);P!==c&&(I=P)}g({nationalPrefix:c,carrierCode:d,nationalSignificantNumber:p,nationalSignificantNumberMatchesInput:R,complexPrefixBeforeNationalSignificantNumber:I}),this.hasExtractedNationalSignificantNumber=!0,this.onNationalSignificantNumberChange()}},{key:"reExtractNationalSignificantNumber",value:function(c){return!!this.extractAnotherNationalSignificantNumber(c.getNationalDigits(),c.nationalSignificantNumber,function(d){return c.update(d)})||(this.extractIddPrefix(c)||this.fixMissingPlus(c)?(this.extractCallingCodeAndNationalSignificantNumber(c),!0):void 0)}},{key:"extractIddPrefix",value:function(c){var d=c.international,p=c.IDDPrefix,v=c.digits;if(c.nationalSignificantNumber,!d&&!p){var g=stripIddPrefix(v,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata);if(void 0!==g&&g!==v)return c.update({IDDPrefix:v.slice(0,v.length-g.length)}),this.startInternationalNumber(c,{country:void 0,callingCode:void 0}),!0}}},{key:"fixMissingPlus",value:function(c){if(!c.international){var d=extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(c.digits,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),p=d.countryCallingCode;if(d.number,p)return c.update({missingPlus:!0}),this.startInternationalNumber(c,{country:c.country,callingCode:p}),!0}}},{key:"startInternationalNumber",value:function(c,d){var p=d.country,v=d.callingCode;c.startInternationalNumber(p,v),c.nationalSignificantNumber&&(c.resetNationalSignificantNumber(),this.onNationalSignificantNumberChange(),this.hasExtractedNationalSignificantNumber=void 0)}},{key:"extractCallingCodeAndNationalSignificantNumber",value:function(c){this.extractCountryCallingCode(c)&&this.extractNationalSignificantNumber(c.getNationalDigits(),function(d){return c.update(d)})}}]),AsYouTypeParser}();function extractFormattedPhoneNumber(c){var d,p=c.search(ez);if(!(p<0))return"+"===(c=c.slice(p))[0]&&(d=!0,c=c.slice(1)),c=c.replace(eD,""),d&&(c="+"+c),c}function _extractFormattedDigitsAndPlus(c){var d=extractFormattedPhoneNumber(c)||"";return"+"===d[0]?[d.slice(1),!0]:[d]}function extractFormattedDigitsAndPlus(c){var d=AsYouTypeParser_slicedToArray(_extractFormattedDigitsAndPlus(c),2),p=d[0],v=d[1];return eF.test(p)||(p=""),[p,v]}function AsYouType_slicedToArray(c,d){return AsYouType_arrayWithHoles(c)||AsYouType_iterableToArrayLimit(c,d)||AsYouType_unsupportedIterableToArray(c,d)||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(c,d){if(c){if("string"==typeof c)return AsYouType_arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return AsYouType_arrayLikeToArray(c,d)}}function AsYouType_arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p1}},{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 c=this.state,d=c.digits,p=c.callingCode,v=c.country,g=c.nationalSignificantNumber;if(d){if(this.isInternational())return p?"+"+p+g:"+"+d;if(v||p)return"+"+(v?this.metadata.countryCallingCode():p)+g}}},{key:"getNumber",value:function(){var c=this.state,d=c.nationalSignificantNumber,p=c.carrierCode,v=c.callingCode,g=this._getCountry();if(d&&(g||v)){if(g&&g===this.defaultCountry){var I=new N(this.metadata.metadata);I.selectNumberingPlan(g);var R=I.numberingPlan.callingCode(),S=this.metadata.getCountryCodesForCallingCode(R);if(S.length>1){var P=getCountryByNationalNumber(d,{countries:S,defaultCountry:this.defaultCountry,metadata:this.metadata.metadata});P&&(g=P)}}var j=new ep(g||v,d,this.metadata.metadata);return p&&(j.carrierCode=p),j}}},{key:"isPossible",value:function(){var c=this.getNumber();return!!c&&c.isPossible()}},{key:"isValid",value:function(){var c=this.getNumber();return!!c&&c.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}(),eT=p(78186);function cutInitCountryCodePreprocessor({countryIsoCode:c,metadata:d}){let p=!0;return({elementState:v,data:g})=>{if(!p)return{elementState:v,data:g};let{value:I,selection:R}=v;p=!1;try{let p=parsePhoneNumberWithError_parsePhoneNumberWithError(I,c,d),v=getCountryCallingCode(c,d),g=`+${v} ${p.nationalNumber}`;return{elementState:{value:g,selection:R}}}catch(c){return{elementState:v}}}}function cutPhoneByValidLength({phone:c,metadata:d}){let p=validatePhoneNumberLength(c,d);return"TOO_LONG"===p?cutPhoneByValidLength({phone:c.slice(0,c.length-1),metadata:d}):c}function generatePhoneMask({value:c,template:d,prefix:p}){return[...p,...d?d.slice(p.length).split("").map(c=>"x"===c||/\d/.test(c)?/\d/:c):Array(Math.max(c.length-p.length,p.length)).fill(/\d/)]}function maskitoGetCountryFromNumber(c,d){let p=new eE({},d);return p.input(c),p.getCountry()}function getPhoneTemplate(c,d,p){c.input(d.replace(/[^\d+]/g,""));let v=c.getTemplate(),g=v.split(" "),I=g.length>1?`${g.slice(0,2).join(" ")} ${g.slice(2).join(p)}`:v;return c.reset(),I.trim()}function selectTemplate({currentTemplate:c,newTemplate:d,currentPhoneLength:p,newPhoneLength:v}){return d.lengthp?c:d}function phoneLengthPostprocessorGenerator(c){return({value:d,selection:p})=>({value:d.length>3?cutPhoneByValidLength({phone:d,metadata:c}):d,selection:p})}function validatePhonePreprocessorGenerator({prefix:c,countryIsoCode:d,metadata:p}){return({elementState:v,data:g})=>{let{selection:I,value:R}=v,[S]=I,P=S{let d=getPhoneTemplate(g,c,p),v=c.replace(/\D/g,"").length;return I=selectTemplate({currentTemplate:I,newTemplate:d,currentPhoneLength:R,newPhoneLength:v}),R=v,1===I.length?["+",/\d/]:generatePhoneMask({value:c,template:I,prefix:"+"})},postprocessors:[phoneLengthPostprocessorGenerator(d)],preprocessors:[validatePhonePreprocessorGenerator({prefix:"+",countryIsoCode:c,metadata:d})]})}function maskitoPhoneStrictOptionsGenerator({countryIsoCode:c,metadata:d,separator:p="-"}){let g=getCountryCallingCode(c,d),I=new eE(c,d),R=`+${g} `,S="",P=0;return Object.assign(Object.assign({},v.A_),{mask:({value:c})=>{let d=getPhoneTemplate(I,c,p),v=c.replace(/\D/g,"").length;return S=selectTemplate({currentTemplate:S,newTemplate:d,currentPhoneLength:P,newPhoneLength:v}),P=v,generatePhoneMask({value:c,template:S,prefix:R})},plugins:[(0,eT.maskitoCaretGuard)((c,[d,p])=>[d===p?R.length:0,c.length]),(0,eT.maskitoRemoveOnBlurPlugin)(R),(0,eT.maskitoAddOnFocusPlugin)(R)],postprocessors:[(0,eT.maskitoPrefixPostprocessorGenerator)(R),phoneLengthPostprocessorGenerator(d)],preprocessors:[cutInitCountryCodePreprocessor({countryIsoCode:c,metadata:d}),validatePhonePreprocessorGenerator({prefix:R,countryIsoCode:c,metadata:d})]})}function maskitoPhoneOptionsGenerator({countryIsoCode:c,metadata:d,strict:p=!0,separator:v="-"}){return p&&c?maskitoPhoneStrictOptionsGenerator({countryIsoCode:c,metadata:d,separator:v}):maskitoPhoneNonStrictOptionsGenerator({defaultIsoCode:c,metadata:d,separator:v})}},8417:function(c,d,p){"use strict";function sheetForTag(c){if(c.sheet)return c.sheet;for(var d=0;d0?Utility_charat($,--T):0,P--,10===N&&(P=1,S--),N}function next(){return N=T2||token(N)>3?"":" "}function escaping(c,d){for(var p;--d&&next()&&!(N<48)&&!(N>102)&&(!(N>57)||!(N<65))&&(!(N>70)||!(N<97)););return p=T+(d<6&&32==peek()&&32==next()),Utility_substr($,c,p)}function delimiter(c){for(;next();)switch(N){case c:return T;case 34:case 39:34!==c&&39!==c&&delimiter(N);break;case 40:41===c&&delimiter(c);break;case 92:next()}return T}function commenter(c,d){for(;next();)if(c+N===57)break;else if(c+N===84&&47===peek())break;return"/*"+Utility_substr($,d,T-1)+"*"+I(47===c?c:next())}function identifier(c){for(;!token(peek());)next();return Utility_substr($,c,T)}var U="-ms-",et="-moz-",ea="-webkit-",en="comm",er="rule",eo="decl",el="@keyframes";function Serializer_serialize(c,d){for(var p="",v=c.length,g=0;g0&&Utility_strlen(ep)-U&&Utility_append(ea>32?declaration(ep+";",v,p,U-1):declaration(Utility_replace(ep," ","")+";",v,p,U-2),j);break;case 59:ep+=";";default:if(Utility_append(eu=ruleset(ep,d,p,N,$,g,P,ei,es=[],ed=[],U),R),123===ec){if(0===$)parse(ep,d,eu,eu,es,R,U,P,ed);else switch(99===et&&110===Utility_charat(ep,3)?100:et){case 100:case 108:case 109:case 115:parse(c,eu,eu,v&&Utility_append(ruleset(c,eu,eu,0,0,g,P,ei,g,es=[],U),ed),g,ed,U,P,v?es:ed);break;default:parse(ep,eu,eu,eu,[""],ed,0,P,ed)}}}N=$=ea=0,er=el=1,ei=ep="",U=S;break;case 58:U=1+Utility_strlen(ep),ea=en;default:if(er<1){if(123==ec)--er;else if(125==ec&&0==er++&&125==prev())continue}switch(ep+=I(ec),ec*er){case 38:el=$>0?1:(ep+="\f",-1);break;case 44:P[N++]=(Utility_strlen(ep)-1)*el,el=1;break;case 64:45===peek()&&(ep+=delimit(next())),et=peek(),$=U=Utility_strlen(ei=ep+=identifier(T)),ec++;break;case 45:45===en&&2==Utility_strlen(ep)&&(er=0)}}return R}function ruleset(c,d,p,v,I,R,S,P,j,T,N){for(var $=I-1,U=0===I?R:[""],et=U.length,ea=0,en=0,eo=0;ea0?U[el]+" "+ec:Utility_replace(ec,/&\f/g,U[el])).trim())&&(j[eo++]=ei);return node(c,d,p,0===I?er:P,j,T,N)}function comment(c,d,p){return node(c,d,p,en,I(Tokenizer_char()),Utility_substr(c,2,-2),0)}function declaration(c,d,p,v){return node(c,d,p,eo,Utility_substr(c,0,v),Utility_substr(c,v+1,-1),v)}var identifierWithPointTracking=function(c,d,p){for(var v=0,g=0;v=g,g=peek(),38===v&&12===g&&(d[p]=1),!token(g);)next();return Utility_substr($,c,T)},toRules=function(c,d){var p=-1,v=44;do switch(token(v)){case 0:38===v&&12===peek()&&(d[p]=1),c[p]+=identifierWithPointTracking(T-1,d,p);break;case 2:c[p]+=delimit(v);break;case 4:if(44===v){c[++p]=58===peek()?"&\f":"",d[p]=c[p].length;break}default:c[p]+=I(v)}while(v=next());return c},getRules=function(c,d){var p;return p=toRules(alloc(c),d),$="",p},ec=new WeakMap,compat=function(c){if("rule"===c.type&&c.parent&&!(c.length<1)){for(var d=c.value,p=c.parent,v=c.column===p.column&&c.line===p.line;"rule"!==p.type;)if(!(p=p.parent))return;if((1!==c.props.length||58===d.charCodeAt(0)||ec.get(p))&&!v){ec.set(c,!0);for(var g=[],I=getRules(d,g),R=p.props,S=0,P=0;S6)switch(Utility_charat(c,d+1)){case 109:if(45!==Utility_charat(c,d+4))break;case 102:return Utility_replace(c,/(.+:)(.+)-([^]+)/,"$1"+ea+"$2-$3$1"+et+(108==Utility_charat(c,d+3)?"$3":"$2-$3"))+c;case 115:return~indexof(c,"stretch")?emotion_cache_browser_esm_prefix(Utility_replace(c,"stretch","fill-available"),d)+c:c}break;case 4949:if(115!==Utility_charat(c,d+1))break;case 6444:switch(Utility_charat(c,Utility_strlen(c)-3-(~indexof(c,"!important")&&10))){case 107:return Utility_replace(c,":",":"+ea)+c;case 101:return Utility_replace(c,/(.+:)([^;!]+)(;|!.+)?/,"$1"+ea+(45===Utility_charat(c,14)?"inline-":"")+"box$3$1"+ea+"$2$3$1"+U+"$2box$3")+c}break;case 5936:switch(Utility_charat(c,d+11)){case 114:return ea+c+U+Utility_replace(c,/[svh]\w+-[tblr]{2}/,"tb")+c;case 108:return ea+c+U+Utility_replace(c,/[svh]\w+-[tblr]{2}/,"tb-rl")+c;case 45:return ea+c+U+Utility_replace(c,/[svh]\w+-[tblr]{2}/,"lr")+c}return ea+c+U+c+c}return c}var ei=[function(c,d,p,v){if(c.length>-1&&!c.return)switch(c.type){case eo:c.return=emotion_cache_browser_esm_prefix(c.value,c.length);break;case el:return Serializer_serialize([Tokenizer_copy(c,{value:Utility_replace(c.value,"@","@"+ea)})],v);case er:if(c.length)return Utility_combine(c.props,function(d){switch(Utility_match(d,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Serializer_serialize([Tokenizer_copy(c,{props:[Utility_replace(d,/:(read-\w+)/,":"+et+"$1")]})],v);case"::placeholder":return Serializer_serialize([Tokenizer_copy(c,{props:[Utility_replace(d,/:(plac\w+)/,":"+ea+"input-$1")]}),Tokenizer_copy(c,{props:[Utility_replace(d,/:(plac\w+)/,":"+et+"$1")]}),Tokenizer_copy(c,{props:[Utility_replace(d,/:(plac\w+)/,U+"input-$1")]})],v)}return""})}}],createCache=function(c){var d,p,g=c.key;if("css"===g){var I=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(I,function(c){-1!==c.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(c),c.setAttribute("data-s",""))})}var R=c.stylisPlugins||ei,S={},P=[];d=c.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+g+' "]'),function(c){for(var d=c.getAttribute("data-emotion").split(" "),p=1;pd.charCodeAt(2))),v[c]})},45042:function(c,d,p){"use strict";function memoize(c){var d=Object.create(null);return function(p){return void 0===d[p]&&(d[p]=c(p)),d[p]}}p.d(d,{Z:function(){return memoize}})},79626:function(c,d,p){"use strict";p.d(d,{C:function(){return et},E:function(){return eo},T:function(){return ea},_:function(){return __unsafe_useEmotionCache},a:function(){return ThemeProvider},b:function(){return withTheme},c:function(){return createEmotionProps},h:function(){return $},i:function(){return N},u:function(){return useTheme},w:function(){return withEmotionCache}});var v=p(67294),g=p(8417),I=p(87462),weakMemoize=function(c){var d=new WeakMap;return function(p){if(d.has(p))return d.get(p);var v=c(p);return d.set(p,v),v}},R=p(8679),S=p.n(R),P=p(70444),j=p(48137),T=p(27278),N=!0,$={}.hasOwnProperty,U=v.createContext("undefined"!=typeof HTMLElement?(0,g.Z)({key:"css"}):null),et=U.Provider,__unsafe_useEmotionCache=function(){return(0,v.useContext)(U)},withEmotionCache=function(c){return(0,v.forwardRef)(function(d,p){return c(d,(0,v.useContext)(U),p)})};N||(withEmotionCache=function(c){return function(d){var p=(0,v.useContext)(U);return null===p?(p=(0,g.Z)({key:"css"}),v.createElement(U.Provider,{value:p},c(d,p))):c(d,p)}});var ea=v.createContext({}),useTheme=function(){return v.useContext(ea)},en=weakMemoize(function(c){return weakMemoize(function(d){return"function"==typeof d?d(c):(0,I.Z)({},c,d)})}),ThemeProvider=function(c){var d=v.useContext(ea);return c.theme!==d&&(d=en(d)(c.theme)),v.createElement(ea.Provider,{value:d},c.children)};function withTheme(c){var d=c.displayName||c.name||"Component",p=v.forwardRef(function(d,p){var g=v.useContext(ea);return v.createElement(c,(0,I.Z)({theme:g,ref:p},d))});return p.displayName="WithTheme("+d+")",S()(p,c)}var er="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",createEmotionProps=function(c,d){var p={};for(var v in d)$.call(d,v)&&(p[v]=d[v]);return p[er]=c,p},Insertion=function(c){var d=c.cache,p=c.serialized,v=c.isStringTag;return(0,P.hC)(d,p,v),(0,T.L)(function(){return(0,P.My)(d,p,v)}),null},eo=withEmotionCache(function(c,d,p){var g=c.css;"string"==typeof g&&void 0!==d.registered[g]&&(g=d.registered[g]);var I=c[er],R=[g],S="";"string"==typeof c.className?S=(0,P.fp)(d.registered,R,c.className):null!=c.className&&(S=c.className+" ");var T=(0,j.O)(R,void 0,v.useContext(ea));S+=d.key+"-"+T.name;var N={};for(var U in c)$.call(c,U)&&"css"!==U&&U!==er&&(N[U]=c[U]);return N.ref=p,N.className=S,v.createElement(v.Fragment,null,v.createElement(Insertion,{cache:d,serialized:T,isStringTag:"string"==typeof I}),v.createElement(I,N))})},70917:function(c,d,p){"use strict";p.r(d),p.d(d,{CacheProvider:function(){return v.C},ClassNames:function(){return j},Global:function(){return P},ThemeContext:function(){return v.T},ThemeProvider:function(){return v.a},__unsafe_useEmotionCache:function(){return v._},createElement:function(){return jsx},css:function(){return css},jsx:function(){return jsx},keyframes:function(){return keyframes},useTheme:function(){return v.u},withEmotionCache:function(){return v.w},withTheme:function(){return v.b}});var v=p(79626),g=p(67294),I=p(70444),R=p(27278),S=p(48137);p(8417),p(8679);var jsx=function(c,d){var p=arguments;if(null==d||!v.h.call(d,"css"))return g.createElement.apply(void 0,p);var I=p.length,R=Array(I);R[0]=v.E,R[1]=(0,v.c)(c,d);for(var S=2;S=4;++v,g-=4)d=(65535&(d=255&c.charCodeAt(v)|(255&c.charCodeAt(++v))<<8|(255&c.charCodeAt(++v))<<16|(255&c.charCodeAt(++v))<<24))*1540483477+((d>>>16)*59797<<16),d^=d>>>24,p=(65535&d)*1540483477+((d>>>16)*59797<<16)^(65535&p)*1540483477+((p>>>16)*59797<<16);switch(g){case 3:p^=(255&c.charCodeAt(v+2))<<16;case 2:p^=(255&c.charCodeAt(v+1))<<8;case 1:p^=255&c.charCodeAt(v),p=(65535&p)*1540483477+((p>>>16)*59797<<16)}return p^=p>>>13,(((p=(65535&p)*1540483477+((p>>>16)*59797<<16))^p>>>15)>>>0).toString(36)}p.d(d,{O:function(){return serializeStyles}});var v,g={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},I=p(45042),R=/[A-Z]|^ms/g,S=/_EMO_([^_]+?)_([^]*?)_EMO_/g,isCustomProperty=function(c){return 45===c.charCodeAt(1)},isProcessableValue=function(c){return null!=c&&"boolean"!=typeof c},P=(0,I.Z)(function(c){return isCustomProperty(c)?c:c.replace(R,"-$&").toLowerCase()}),processStyleValue=function(c,d){switch(c){case"animation":case"animationName":if("string"==typeof d)return d.replace(S,function(c,d,p){return v={name:d,styles:p,next:v},d})}return 1===g[c]||isCustomProperty(c)||"number"!=typeof d||0===d?d:d+"px"};function handleInterpolation(c,d,p){if(null==p)return"";if(void 0!==p.__emotion_styles)return p;switch(typeof p){case"boolean":return"";case"object":if(1===p.anim)return v={name:p.name,styles:p.styles,next:v},p.name;if(void 0!==p.styles){var g=p.next;if(void 0!==g)for(;void 0!==g;)v={name:g.name,styles:g.styles,next:v},g=g.next;return p.styles+";"}return createStringFromObject(c,d,p);case"function":if(void 0!==c){var I=v,R=p(c);return v=I,handleInterpolation(c,d,R)}}if(null==d)return p;var S=d[p];return void 0!==S?S:p}function createStringFromObject(c,d,p){var v="";if(Array.isArray(p))for(var g=0;gc.charCodeAt(2)}),P=p(79626),j=p(70444),T=p(48137),N=p(27278),testOmitPropsOnComponent=function(c){return"theme"!==c},getDefaultShouldForwardProp=function(c){return"string"==typeof c&&c.charCodeAt(0)>96?S:testOmitPropsOnComponent},composeShouldForwardProps=function(c,d,p){var v;if(d){var g=d.shouldForwardProp;v=c.__emotion_forwardProp&&g?function(d){return c.__emotion_forwardProp(d)&&g(d)}:g}return"function"!=typeof v&&p&&(v=c.__emotion_forwardProp),v},Insertion=function(c){var d=c.cache,p=c.serialized,v=c.isStringTag;return(0,j.hC)(d,p,v),(0,N.L)(function(){return(0,j.My)(d,p,v)}),null},$=(function createStyled(c,d){var p,I,R=c.__emotion_real===c,S=R&&c.__emotion_base||c;void 0!==d&&(p=d.label,I=d.target);var N=composeShouldForwardProps(c,d,R),$=N||getDefaultShouldForwardProp(S),U=!$("as");return function(){var et=arguments,ea=R&&void 0!==c.__emotion_styles?c.__emotion_styles.slice(0):[];if(void 0!==p&&ea.push("label:"+p+";"),null==et[0]||void 0===et[0].raw)ea.push.apply(ea,et);else{ea.push(et[0][0]);for(var en=et.length,er=1;erc.querySelector("input,textarea")||c,v={mask:/^.*$/,preprocessors:[],postprocessors:[],plugins:[],overwriteMode:"shift"};let MaskHistory=class MaskHistory{constructor(){this.now=null,this.past=[],this.future=[]}undo(){let c=this.past.pop();c&&this.now&&(this.future.push(this.now),this.updateElement(c,"historyUndo"))}redo(){let c=this.future.pop();c&&this.now&&(this.past.push(this.now),this.updateElement(c,"historyRedo"))}updateHistory(c){if(!this.now){this.now=c;return}let d=this.now.value!==c.value,p=this.now.selection.some((d,p)=>d!==c.selection[p]);(d||p)&&(d&&(this.past.push(this.now),this.future=[]),this.now=c)}updateElement(c,d){this.now=c,this.updateElementState(c,{inputType:d,data:null})}};function areElementValuesEqual(c,...d){return d.every(({value:d})=>d===c.value)}function areElementStatesEqual(c,...d){return d.every(({value:d,selection:p})=>d===c.value&&p[0]===c.selection[0]&&p[1]===c.selection[1])}function applyOverwriteMode({value:c,selection:d},p,v){let[g,I]=d,R="function"==typeof v?v({value:c,selection:d}):v;return{value:c,selection:"replace"===R?[g,g+p.length]:[g,I]}}function isFixedCharacter(c){return"string"==typeof c}function getLeadingFixedCharacters(c,d,p,v){let g="";for(let I=d.length;I{let v=d[p];return isFixedCharacter(v)?c===v:c.match(v)}):d.test(c)}function guessValidValueByPattern(c,d,p){let v=null,g=null,I=Array.from(c.value).reduce((I,R,S)=>{let P=getLeadingFixedCharacters(d,I,R,p),j=I+P,T=d[j.length];return isFixedCharacter(T)?j+T:R.match(T)?(null===v&&S>=c.selection[0]&&(v=j.length),null===g&&S>=c.selection[1]&&(g=j.length),j+R):j},""),R=getLeadingFixedCharacters(d,I,"",p);return{value:validateValueWithMask(I+R,d)?I+R:I,selection:[null!=v?v:I.length,null!=g?g:I.length]}}function guessValidValueByRegExp({value:c,selection:d},p){let[v,g]=d,I=v,R=g,S=Array.from(c).reduce((c,d,S)=>{let P=c+d;return v===S&&(I=c.length),g===S&&(R=c.length),P.match(p)?P:c},"");return{value:S,selection:[I,R]}}function calibrateValueByMask(c,d,p=null){if(validateValueWithMask(c.value,d))return c;let{value:v,selection:g}=Array.isArray(d)?guessValidValueByPattern(c,d,p):guessValidValueByRegExp(c,d);return{selection:g,value:Array.isArray(d)?v.slice(0,d.length):v}}function removeFixedMaskCharacters(c,d){if(!Array.isArray(d))return c;let[p,v]=c.selection,g=[],I=Array.from(c.value).reduce((c,I,R)=>{let S=d[R];return R===p&&g.push(c.length),R===v&&g.push(c.length),isFixedCharacter(S)&&S===I?c:c+I},"");return g.length<2&&g.push(...Array(2-g.length).fill(I.length)),{value:I,selection:[g[0],g[1]]}}let MaskModel=class MaskModel{constructor(c,d){this.initialElementState=c,this.maskOptions=d,this.value="",this.selection=[0,0];let{value:p,selection:v}=calibrateValueByMask(c,this.getMaskExpression(c));this.value=p,this.selection=v}addCharacters([c,d],p){let{value:v}=this,g=this.getMaskExpression({value:v.slice(0,c)+p+v.slice(d),selection:[c+p.length,c+p.length]}),I={value:v,selection:[c,d]},R=removeFixedMaskCharacters(I,g),[S,P]=applyOverwriteMode(R,p,this.maskOptions.overwriteMode).selection,j=R.value.slice(0,S)+p,T=j.length,N=calibrateValueByMask({value:j+R.value.slice(P),selection:[T,T]},g,I),$=v.slice(0,S)===calibrateValueByMask({value:j,selection:[T,T]},g,I).value;if($||areElementStatesEqual(this,N))throw Error("Invalid mask value");this.value=N.value,this.selection=N.selection}deleteCharacters([c,d]){if(c===d||!d)return;let{value:p}=this,v=this.getMaskExpression({value:p.slice(0,c)+p.slice(d),selection:[c,c]}),g={value:p,selection:[c,d]},I=removeFixedMaskCharacters(g,v),[R,S]=I.selection,P=I.value.slice(0,R)+I.value.slice(S),j=calibrateValueByMask({value:P,selection:[R,R]},v,g);this.value=j.value,this.selection=j.selection}getMaskExpression(c){let{mask:d}=this.maskOptions;return"function"==typeof d?d(c):d}};let EventListener=class EventListener{constructor(c){this.element=c,this.listeners=[]}listen(c,d,p){this.element.addEventListener(c,d,p),this.listeners.push(()=>this.element.removeEventListener(c,d))}destroy(){this.listeners.forEach(c=>c())}};function isHotkey(c,d,p){return!!(1&d)===c.ctrlKey&&!!(2&d)===c.altKey&&!!(4&d)===c.shiftKey&&!!(8&d)===c.metaKey&&c.keyCode===p}function isRedo(c){return isHotkey(c,1,89)||isHotkey(c,5,90)||isHotkey(c,12,90)}function isUndo(c){return isHotkey(c,1,90)||isHotkey(c,8,90)}function isBeforeInputEventSupported(c){return"onbeforeinput"in c}function isEventProducingCharacter({key:c,ctrlKey:d,metaKey:p,altKey:v}){let g=/^.$/u.test(c);return!(d||p||v)&&"Backspace"!==c&&g}function getLineSelection({value:c,selection:d},p){let[v,g]=d;if(v!==g)return[v,g];let I=p?c.slice(v).indexOf("\n")+1||c.length:c.slice(0,g).lastIndexOf("\n")+1,R=p?v:I,S=p?I:g;return[R,S]}function getNotEmptySelection({value:c,selection:d},p){let[v,g]=d;return v!==g?[v,g]:(p?[v,g+1]:[v-1,g]).map(d=>Math.min(Math.max(d,0),c.length))}let g=/\s+$/g,I=/^\s+/g,R=/\s/;function getWordSelection({value:c,selection:d},p){let[v,S]=d;if(v!==S)return[v,S];if(p){let d=c.slice(v),[p]=d.match(I)||[""],g=d.replace(I,"").search(R);return[v,-1!==g?v+p.length+g:c.length]}let P=c.slice(0,S),[j]=P.match(g)||[""],T=P.replace(g,"").split("").reverse().findIndex(c=>c.match(R));return[-1!==T?S-j.length-T:0,S]}function maskitoPipe(c=[]){return(d,...p)=>c.reduce((c,d)=>Object.assign(Object.assign({},c),d(c,...p)),d)}function maskitoTransform(c,d){let p=Object.assign(Object.assign({},v),d),g=maskitoPipe(p.preprocessors),I=maskitoPipe(p.postprocessors),R="string"==typeof c?{value:c,selection:[0,0]}:c,{elementState:S}=g({elementState:R,data:""},"validation"),P=new MaskModel(S,p),{value:j,selection:T}=I(P,R);return"string"==typeof c?j:{value:j,selection:T}}let Maskito=class Maskito extends MaskHistory{constructor(c,d){super(),this.element=c,this.maskitoOptions=d,this.isTextArea="TEXTAREA"===this.element.nodeName,this.eventListener=new EventListener(this.element),this.options=Object.assign(Object.assign({},v),this.maskitoOptions),this.preprocessor=maskitoPipe(this.options.preprocessors),this.postprocessor=maskitoPipe(this.options.postprocessors),this.teardowns=this.options.plugins.map(c=>c(this.element,this.options)),this.ensureValueFitsMask(),this.updateHistory(this.elementState),this.eventListener.listen("keydown",c=>isRedo(c)?(c.preventDefault(),this.redo()):isUndo(c)?(c.preventDefault(),this.undo()):void 0),isBeforeInputEventSupported(c)?this.eventListener.listen("beforeinput",c=>{let d=c.inputType.includes("Forward");switch(this.updateHistory(this.elementState),c.inputType){case"historyUndo":return c.preventDefault(),this.undo();case"historyRedo":return c.preventDefault(),this.redo();case"deleteByCut":case"deleteContentBackward":case"deleteContentForward":return this.handleDelete({event:c,isForward:d,selection:getNotEmptySelection(this.elementState,d)});case"deleteWordForward":case"deleteWordBackward":return this.handleDelete({event:c,isForward:d,selection:getWordSelection(this.elementState,d),force:!0});case"deleteSoftLineBackward":case"deleteSoftLineForward":case"deleteHardLineBackward":case"deleteHardLineForward":return this.handleDelete({event:c,isForward:d,selection:getLineSelection(this.elementState,d),force:!0});case"insertCompositionText":return;case"insertLineBreak":return this.handleEnter(c);default:return this.handleInsert(c,c.data||"")}}):(this.eventListener.listen("keydown",c=>this.handleKeydown(c)),this.eventListener.listen("paste",c=>{var d;return this.handleInsert(c,(null===(d=c.clipboardData)||void 0===d?void 0:d.getData("text/plain"))||"")})),this.eventListener.listen("input",({inputType:c})=>{"insertCompositionText"!==c&&(this.ensureValueFitsMask(),this.updateHistory(this.elementState))}),this.eventListener.listen("compositionend",()=>{this.ensureValueFitsMask(),this.updateHistory(this.elementState)})}get elementState(){let{value:c,selectionStart:d,selectionEnd:p}=this.element;return{value:c,selection:[d||0,p||0]}}get maxLength(){let{maxLength:c}=this.element;return -1===c?1/0:c}destroy(){this.eventListener.destroy(),this.teardowns.forEach(c=>null==c?void 0:c())}updateElementState({value:c,selection:d},p={inputType:"insertText",data:null}){let v=this.elementState.value;this.updateValue(c),this.updateSelectionRange(d),v!==c&&this.dispatchInputEvent(p)}updateSelectionRange([c,d]){var p,v;(this.element.selectionStart!==c||this.element.selectionEnd!==d)&&(null===(v=(p=this.element).setSelectionRange)||void 0===v||v.call(p,c,d))}updateValue(c){this.element.value=c}ensureValueFitsMask(){this.updateElementState(maskitoTransform(this.elementState,this.options))}dispatchInputEvent(c={inputType:"insertText",data:null}){let d="undefined"!=typeof window?window:globalThis;(null==d?void 0:d.InputEvent)&&this.element.dispatchEvent(new InputEvent("input",Object.assign(Object.assign({},c),{bubbles:!0,cancelable:!1})))}handleKeydown(c){let d=c.key,p="Delete"===d;switch(d){case"Backspace":case"Delete":return this.handleDelete({event:c,isForward:p,selection:getNotEmptySelection(this.elementState,p)});case"Enter":return this.handleEnter(c)}isEventProducingCharacter(c)&&this.handleInsert(c,d)}handleDelete({event:c,selection:d,isForward:p,force:v=!1}){let g={value:this.elementState.value,selection:d},[I,R]=g.selection,{elementState:S}=this.preprocessor({elementState:g,data:""},p?"deleteForward":"deleteBackward"),P=new MaskModel(S,this.options),[j,T]=S.selection;P.deleteCharacters([j,T]);let N=this.postprocessor(P,g),$=g.value.slice(0,I)+g.value.slice(R);if($===N.value&&!v)return;if(c.preventDefault(),areElementValuesEqual(g,S,P,N))return this.updateSelectionRange(p?[T,T]:[j,j]);let U=p?"deleteContentForward":"deleteContentBackward";this.updateElementState(N,{inputType:"inputType"in c?c.inputType:U,data:null}),this.updateHistory(N)}handleInsert(c,d){let p=this.elementState,{elementState:v,data:g=d}=this.preprocessor({data:d,elementState:p},"insert"),I=new MaskModel(v,this.options);try{I.addCharacters(v.selection,g)}catch(d){return c.preventDefault()}let[R,S]=v.selection,P=v.value.slice(0,R)+d+v.value.slice(S),j=this.postprocessor(I,p);if(j.value.length>this.maxLength)return c.preventDefault();P!==j.value&&(c.preventDefault(),this.updateElementState(j,{data:d,inputType:"inputType"in c?c.inputType:"insertText"}),this.updateHistory(j))}handleEnter(c){this.isTextArea&&this.handleInsert(c,"\n")}}},78186:function(c,d,p){"use strict";p.r(d),p.d(d,{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 v=p(1388);let g=[".",",","б","ю"],I=new Date("0001-01-01"),R=new Date("9999-12-31"),S={hours:23,minutes:59,seconds:59,milliseconds:999},P=["-","–","—","−"],j=[","," "],T=[":","."],N={hours:2,minutes:2,seconds:2,milliseconds:3};function clamp(c,d,p){let v=Math.min(Number(p),Math.max(Number(d),Number(c)));return c instanceof Date?new Date(v):v}function appendDate(c,{day:d,month:p,year:v}={}){let g=new Date(c);return d&&g.setDate(g.getDate()+d),p&&g.setMonth(g.getMonth()+p),v&&g.setFullYear(g.getFullYear()+v),g}let getDateSegmentValueLength=c=>{var d,p,v;return{day:(null===(d=c.match(/d/g))||void 0===d?void 0:d.length)||0,month:(null===(p=c.match(/m/g))||void 0===p?void 0:p.length)||0,year:(null===(v=c.match(/y/g))||void 0===v?void 0:v.length)||0}};function dateToSegments(c){return{day:String(c.getDate()).padStart(2,"0"),month:String(c.getMonth()+1).padStart(2,"0"),year:String(c.getFullYear()).padStart(4,"0"),hours:String(c.getHours()).padStart(2,"0"),minutes:String(c.getMinutes()).padStart(2,"0"),seconds:String(c.getSeconds()).padStart(2,"0"),milliseconds:String(c.getMilliseconds()).padStart(3,"0")}}function isDateStringComplete(c,d){return!(c.length!c.match(/^0+$/))}function parseDateRangeString(c,d,p){let v=d.replace(/\W/g,"").length;return c.replace(p,"").match(RegExp(`(\\D*\\d[^\\d\\s]*){1,${v}}`,"g"))||[]}function getObjectFromEntries(c){return c.reduce((c,[d,p])=>Object.assign(Object.assign({},c),{[d]:p}),{})}function parseDateString(c,d){let p=d.replace(/[^dmy]/g,""),v=c.replace(/\D+/g,""),g={day:v.slice(p.indexOf("d"),p.lastIndexOf("d")+1),month:v.slice(p.indexOf("m"),p.lastIndexOf("m")+1),year:v.slice(p.indexOf("y"),p.lastIndexOf("y")+1)};return getObjectFromEntries(Object.entries(g).filter(([c,d])=>!!d).sort(([c],[p])=>d.toLowerCase().indexOf(c[0])>d.toLowerCase().indexOf(p[0])?1:-1))}function segmentsToDate(c,d){var p,v,g,I,R,S,P;let j=(null===(p=c.year)||void 0===p?void 0:p.length)===2?`20${c.year}`:c.year,T=new Date(Number(null!=j?j:"0"),Number(null!==(v=c.month)&&void 0!==v?v:"1")-1,Number(null!==(g=c.day)&&void 0!==g?g:"1"),Number(null!==(I=null==d?void 0:d.hours)&&void 0!==I?I:"0"),Number(null!==(R=null==d?void 0:d.minutes)&&void 0!==R?R:"0"),Number(null!==(S=null==d?void 0:d.seconds)&&void 0!==S?S:"0"),Number(null!==(P=null==d?void 0:d.milliseconds)&&void 0!==P?P:"0"));return T.setFullYear(Number(null!=j?j:"0")),T}function toDateString({day:c,month:d,year:p,hours:v,minutes:g,seconds:I,milliseconds:R},S,P){var j;let T=(null===(j=S.match(/y/g))||void 0===j?void 0:j.length)===2?null==p?void 0:p.slice(-2):p;return(S+(P?", "+P:"")).replace(/d+/g,null!=c?c:"").replace(/m+/g,null!=d?d:"").replace(/y+/g,null!=T?T:"").replace(/H+/g,null!=v?v:"").replace(/MSS/g,null!=R?R:"").replace(/M+/g,null!=g?g:"").replace(/S+/g,null!=I?I:"").replace(/^\D+/g,"").replace(/\D+$/g,"")}function padWithZeroesUntilValid(c,d,p=0){return Number(c.padEnd(d.length,"0"))<=Number(d)?{validatedSegmentValue:c,prefixedZeroesCount:p}:c.endsWith("0")?padWithZeroesUntilValid(`0${c.slice(0,d.length-1)}`,d,p+1):padWithZeroesUntilValid(`${c.slice(0,d.length-1)}0`,d,p)}let $={day:31,month:12,year:9999};function validateDateString({dateString:c,dateModeTemplate:d,offset:p,selection:[v,g]}){let I=parseDateString(c,d),R=Object.entries(I),S={},P=0;for(let[c,I]of R){let R=toDateString(S,d),j=$[c],T=R.length&&1,N=p+R.length+T+getDateSegmentValueLength(d)[c],U=N>=v&&N===g;if(U&&Number(I)>Number(j)||U&&1>Number(I))return{validatedDateString:"",updatedSelection:[v,g]};let{validatedSegmentValue:et,prefixedZeroesCount:ea}=padWithZeroesUntilValid(I,`${j}`);P+=ea,S[c]=et}let j=toDateString(S,d),T=j.length-c.length;return{validatedDateString:j,updatedSelection:[v+P+T,g+P+T]}}let U=/[\\^$.*+?()[\]{}|]/g,et=new RegExp(U.source);function escapeRegExp(c){return c&&et.test(c)?c.replace(U,"\\$&"):c}function findCommonBeginningSubstr(c,d){let p="";for(let v=0;v{let v=p[c];return[c,d.length===v&&d.match(/^0+$/)?"1".padStart(v,"0"):d]}))}function createMinMaxDatePostprocessor({dateModeTemplate:c,min:d=I,max:p=R,rangeSeparator:v="",dateSegmentSeparator:g="."}){return({value:I,selection:R})=>{let S=v&&I.endsWith(v),P=parseDateRangeString(I,c,v),j="";for(let I of P){j+=j?v:"";let R=parseDateString(I,c);if(!isDateStringComplete(I,c)){let d=raiseSegmentValueToMin(R,c),p=toDateString(d,c),v=I.endsWith(g)?g:"";j+=p+v;continue}let S=segmentsToDate(R),P=clamp(S,d,p);j+=toDateString(dateToSegments(P),c)}return{selection:R,value:j+(S?v:"")}}}function normalizeDatePreprocessor({dateModeTemplate:c,dateSegmentsSeparator:d,rangeSeparator:p=""}){return({elementState:v,data:g})=>{let I=p?RegExp(`${p}|-`):", ",R=g.split(I),S=g.includes(", ")?[R[0]]:R;if(S.every(p=>p.trim().split(/\D/).length===c.split(d).length)){let I=S.map(p=>normalizeDateString(p,c,d)).join(p);return{elementState:v,data:`${I}${g.includes(", ")&&", "+R[1]||""}`}}return{elementState:v,data:g}}}function normalizeDateString(c,d,p){let v=c.split(/\D/),g=d.split(p),I=v.map((c,d)=>d===g.length-1?c:c.padStart(g[d].length,"0"));return I.join(p)}function maskitoPostfixPostprocessorGenerator(c){let d=RegExp(`${escapeRegExp(c)}$`);return c?({value:p,selection:v},g)=>{if(!p&&!g.value.endsWith(c))return{value:p,selection:v};if(!p.endsWith(c)&&!g.value.endsWith(c))return{selection:v,value:p+c};let I=g.value.replace(d,""),R=g.selection[1]>=I.length,S=findCommonBeginningSubstr(I,p);return{selection:v,value:Array.from(c).reverse().reduce((c,d,p)=>{let v=c.length-1-p,g=S[v]===d&&R;return c[v]!==d||g?c.slice(0,v+1)+d+c.slice(v+1):c},p)}}:identity}function maskitoPrefixPostprocessorGenerator(c){return c?({value:d,selection:p},v)=>{if(d.startsWith(c)||!d&&!v.value.startsWith(c))return{value:d,selection:p};let[g,I]=p,R=Array.from(c).reduce((c,d,p)=>c[p]===d?c:c.slice(0,p)+d+c.slice(p),d),S=R.length-d.length;return{selection:[g+S,I+S],value:R}}:identity}function createValidDatePreprocessor({dateModeTemplate:c,dateSegmentsSeparator:d,rangeSeparator:p=""}){return({elementState:v,data:g})=>{let{value:I,selection:R}=v;if(g===d)return{elementState:v,data:R[0]===I.length?g:""};if(P.includes(g))return{elementState:v,data:p};let S=g.replace(RegExp(`[^\\d${escapeRegExp(d)}${p}]`,"g"),"");if(!S)return{elementState:v,data:""};let[j,T]=R,N=T+g.length,$=I.slice(0,j)+S+I.slice(N),U=parseDateRangeString($,c,p),et="",ea=!!p&&$.includes(p);for(let d of U){let{validatedDateString:g,updatedSelection:I}=validateDateString({dateString:d,dateModeTemplate:c,offset:et?et.length+p.length:0,selection:[j,N]});if(d&&!g)return{elementState:v,data:""};N=I[1],et+=ea&&et?p+g:g}let en=et.slice(j,N);return{elementState:{selection:R,value:et.slice(0,j)+en.split(d).map(c=>"0".repeat(c.length)).join(d)+et.slice(N)},data:en}}}function maskitoEventHandler(c,d,p){return(v,g)=>{let listener=()=>d(v,g);return v.addEventListener(c,listener,p),()=>v.removeEventListener(c,listener,p)}}function maskitoAddOnFocusPlugin(c){return maskitoEventHandler("focus",d=>{d.value||(d.value=c,d.dispatchEvent(new Event("input")))})}function maskitoCaretGuard(c){return d=>{let p=d.ownerDocument,v=0,onPointerDown=()=>v++,onPointerUp=()=>{v=Math.max(--v,0)},listener=()=>{if(getFocused(p)!==d)return;if(v)return p.addEventListener("mouseup",listener,{once:!0,passive:!0});let g=d.selectionStart||0,I=d.selectionEnd||0,[R,S]=c(d.value,[g,I]);(R>g||S{p.removeEventListener("selectionchange",listener),p.removeEventListener("mousedown",onPointerDown),p.removeEventListener("mouseup",onPointerUp)}}}function maskitoRejectEvent(c){let listener=()=>{let d=c.value;c.addEventListener("beforeinput",p=>{p.defaultPrevented&&d===c.value&&c.dispatchEvent(new CustomEvent("maskitoReject",{bubbles:!0}))},{once:!0})};return c.addEventListener("beforeinput",listener,!0),()=>c.removeEventListener("beforeinput",listener,!0)}function maskitoRemoveOnBlurPlugin(c){return maskitoEventHandler("blur",d=>{d.value===c&&(d.value="",d.dispatchEvent(new Event("input")))})}function maskitoWithPlaceholder(c,d=!1){let removePlaceholder=d=>{for(let p=d.length-1;p>=0;p--)if(d[p]!==c[p])return d.slice(0,p+1);return""},p=[maskitoCaretGuard(c=>[0,removePlaceholder(c).length])],v=!1;if(d){let d=maskitoEventHandler("focus",d=>{v=!0,d.value+=c.slice(d.value.length),d.dispatchEvent(new Event("input"))},{capture:!0}),g=maskitoEventHandler("blur",c=>{v=!1,c.value=removePlaceholder(c.value),c.dispatchEvent(new Event("input"))},{capture:!0});p.push(d,g)}return{plugins:p,removePlaceholder,preprocessors:[({elementState:c,data:d})=>{let{value:p,selection:v}=c;return{elementState:{selection:v,value:removePlaceholder(p)},data:d}}],postprocessors:[({value:p,selection:g},I)=>I.value&&(v||!d)?{value:p+c.slice(p.length),selection:g}:{value:p,selection:g}]}}function createZeroPlaceholdersPreprocessor(){return({elementState:c},d)=>{let{value:p,selection:v}=c;if(!p||isLastChar(p,v))return{elementState:c};let[g,I]=v,R=p.slice(g,I).replace(/\d/g,"0"),S=p.slice(0,g)+R+p.slice(I);return"validation"===d||"insert"===d&&g===I?{elementState:{selection:v,value:S}}:{elementState:{selection:"deleteBackward"===d||"insert"===d?[g,g]:[I,I],value:S}}}}function isLastChar(c,[d,p]){return p===c.length}function maskitoDateOptionsGenerator({mode:c,separator:d=".",max:p,min:g}){let I=c.split("/").join(d);return Object.assign(Object.assign({},v.A_),{mask:Array.from(I).map(c=>c===d?c:/\d/),overwriteMode:"replace",preprocessors:[createZeroPlaceholdersPreprocessor(),normalizeDatePreprocessor({dateModeTemplate:I,dateSegmentsSeparator:d}),createValidDatePreprocessor({dateModeTemplate:I,dateSegmentsSeparator:d})],postprocessors:[createMinMaxDatePostprocessor({min:g,max:p,dateModeTemplate:I,dateSegmentSeparator:d})]})}function createMinMaxRangeLengthPostprocessor({dateModeTemplate:c,rangeSeparator:d,minLength:p,maxLength:v,max:g=R}){return isEmpty(p)&&isEmpty(v)?identity:({value:I,selection:R})=>{let S=parseDateRangeString(I,c,d);if(2!==S.length||S.some(d=>!isDateStringComplete(d,c)))return{value:I,selection:R};let[P,j]=S.map(d=>segmentsToDate(parseDateString(d,c))),T=appendDate(P,Object.assign(Object.assign({},p),{day:(null==p?void 0:p.day)&&p.day-1})),N=isEmpty(v)?g:appendDate(P,Object.assign(Object.assign({},v),{day:(null==v?void 0:v.day)&&v.day-1})),$=clamp(j,T,g),U=$>N?N:$;return{selection:R,value:S[0]+d+toDateString(dateToSegments(U),c)}}}function createSwapDatesPostprocessor({dateModeTemplate:c,rangeSeparator:d}){return({value:p,selection:v})=>{let g=parseDateRangeString(p,c,d),I=2===g.length&&g.every(d=>isDateStringComplete(d,c)),[R,S]=v,P=R>=p.length,j=0===R&&S>=p.length;if(!(P||j)||!I)return{value:p,selection:v};let[T,N]=g.map(d=>segmentsToDate(parseDateString(d,c)));return{selection:v,value:T>N?g.reverse().join(d):p}}}function maskitoDateRangeOptionsGenerator({mode:c,separator:d=".",min:p,max:g,minLength:I,maxLength:R,dateSeparator:S=d,rangeSeparator:P=`\xa0–\xa0`}){let j=c.split("/").join(S),T=Array.from(j).map(c=>c===S?c:/\d/);return Object.assign(Object.assign({},v.A_),{mask:[...T,...Array.from(P),...T],overwriteMode:"replace",preprocessors:[createZeroPlaceholdersPreprocessor(),normalizeDatePreprocessor({dateModeTemplate:j,rangeSeparator:P,dateSegmentsSeparator:S}),createValidDatePreprocessor({dateModeTemplate:j,rangeSeparator:P,dateSegmentsSeparator:S})],postprocessors:[createMinMaxDatePostprocessor({min:p,max:g,dateModeTemplate:j,rangeSeparator:P,dateSegmentSeparator:S}),createMinMaxRangeLengthPostprocessor({dateModeTemplate:j,minLength:I,maxLength:R,max:g,rangeSeparator:P}),createSwapDatesPostprocessor({dateModeTemplate:j,rangeSeparator:P})]})}function padTimeSegments(c){return getObjectFromEntries(Object.entries(c).map(([c,d])=>[c,`${d}`.padEnd(N[c],"0")]))}function parseTimeString(c){let d=c.replace(/\D+/g,""),p={hours:d.slice(0,2),minutes:d.slice(2,4),seconds:d.slice(4,6),milliseconds:d.slice(6,9)};return getObjectFromEntries(Object.entries(p).filter(([c,d])=>!!d))}function toTimeString({hours:c="",minutes:d="",seconds:p="",milliseconds:v=""}){let g=d&&`:${d}`,I=p&&`:${p}`,R=v&&`.${v}`;return`${c}${g}${I}${R}`}let ea=RegExp(`[${T.map(escapeRegExp).join("")}]$`);function validateTimeString({timeString:c,paddedMaxValues:d,offset:p,selection:[v,g]}){let I=parseTimeString(c),R=Object.entries(I),S={},P=0;for(let[c,I]of R){let R=toTimeString(S),j=d[c],T=R.length&&1,$=p+R.length+T+N[c],U=$>=v&&$<=g;if(U&&Number(I)>Number(j))return{validatedTimeString:"",updatedTimeSelection:[v,g]};let{validatedSegmentValue:et,prefixedZeroesCount:ea}=padWithZeroesUntilValid(I,`${j}`);P+=ea,S[c]=et}let[j=""]=c.match(ea)||[],T=toTimeString(S)+j,$=Math.max(T.length-c.length,0);return{validatedTimeString:T,updatedTimeSelection:[v+P+$,g+P+$]}}function isDateTimeStringComplete(c,d,p){return c.length>=d.length+p.length+2&&c.split(", ")[0].split(/\D/).every(c=>!c.match(/^0+$/))}function parseDateTimeString(c,d){let p=c.includes(", ");return[c.slice(0,d.length),c.slice(p?d.length+2:d.length)]}function createMinMaxDateTimePostprocessor({dateModeTemplate:c,timeMode:d,min:p=I,max:v=R}){return({value:g,selection:I})=>{let[R,S]=parseDateTimeString(g,c),P=parseDateString(R,c),j=parseTimeString(S);if(!isDateTimeStringComplete(g,c,d)){let S=raiseSegmentValueToMin(P,c),{year:T,month:N,day:$}=isDateStringComplete(R,c)?dateToSegments(clamp(segmentsToDate(S),p,v)):S,U=toDateString(Object.assign({year:T,month:N,day:$},j),c,d),et=g.slice(U.length);return{selection:I,value:U+et}}let T=segmentsToDate(P,j),N=clamp(T,p,v),$=toDateString(dateToSegments(N),c,d);return{selection:I,value:$}}}function createValidDateTimePreprocessor({dateModeTemplate:c,dateSegmentsSeparator:d}){let p=RegExp(`[^\\d${T.map(escapeRegExp).join("")}${escapeRegExp(d)}]+`);return({elementState:v,data:g})=>{let{value:I,selection:R}=v;if(g===d)return{elementState:v,data:R[0]===I.length?g:""};if(j.includes(g))return{elementState:v,data:", "};let P=g.replace(p,"");if(!P)return{elementState:v,data:""};let[T,N]=R,$=N+g.length,U=I.slice(0,T)+P+I.slice($),[et,ea]=parseDateTimeString(U,c),en="",er=U.includes(", "),{validatedDateString:eo,updatedSelection:el}=validateDateString({dateString:et,dateModeTemplate:c,offset:0,selection:[T,$]});if(et&&!eo)return{elementState:v,data:""};$=el[1],en+=eo;let ec=padTimeSegments(S),{validatedTimeString:ei,updatedTimeSelection:es}=validateTimeString({timeString:ea,paddedMaxValues:ec,offset:en.length+2,selection:[T,$]});if(ea&&!ei)return{elementState:v,data:""};$=es[1],en+=er?", "+ei:ei;let ed=en.slice(T,$);return{elementState:{selection:R,value:en.slice(0,T)+ed.split(d).map(c=>"0".repeat(c.length)).join(d)+en.slice($)},data:ed}}}function maskitoDateTimeOptionsGenerator({dateMode:c,timeMode:d,dateSeparator:p=".",min:g,max:I}){let R=c.split("/").join(p);return Object.assign(Object.assign({},v.A_),{mask:[...Array.from(R).map(c=>c===p?c:/\d/),...", ".split(""),...Array.from(d).map(c=>T.includes(c)?c:/\d/)],overwriteMode:"replace",preprocessors:[createZeroPlaceholdersPreprocessor(),normalizeDatePreprocessor({dateModeTemplate:R,dateSegmentsSeparator:p}),createValidDateTimePreprocessor({dateModeTemplate:R,dateSegmentsSeparator:p})],postprocessors:[createMinMaxDateTimePostprocessor({min:g,max:I,dateModeTemplate:R,timeMode:d})]})}function generateMaskExpression({decimalSeparator:c,isNegativeAllowed:d,precision:p,thousandSeparator:v,prefix:g,postfix:I,decimalPseudoSeparators:R=[],pseudoMinuses:S=[]}){let P=computeAllOptionalCharsRegExp(g),j=d?`[−${S.map(c=>`\\${c}`).join("")}]?`:"",T=v?`[\\d${escapeRegExp(v).replace(/\s/g,"\\s")}]*`:"[\\d]*",N=p>0?`([${escapeRegExp(c)}${R.map(escapeRegExp).join("")}]\\d{0,${Number.isFinite(p)?p:""}})?`:"",$=computeAllOptionalCharsRegExp(I);return RegExp(`^${P}${j}${T}${N}${$}$`)}function computeAllOptionalCharsRegExp(c){return c?`${c.split("").map(c=>`${escapeRegExp(c)}?`).join("")}`:""}function maskitoParseNumber(c,d="."){let p=!!c.match(RegExp(`^\\D*[−\\-–—]`)),v=c.replace(RegExp(`[^\\d${escapeRegExp(d)}]`,"g"),"").replace(d,".");return v?Number((p?"-":"")+v):NaN}function stringifyNumberWithoutExp(c){let d=String(c),[p,v]=d.split("e-"),g=d;if(v){let[,d]=p.split("."),I=Number(v)+((null==d?void 0:d.length)||0);g=c.toFixed(I)}return g}function validateDecimalPseudoSeparators({decimalSeparator:c,thousandSeparator:d,decimalPseudoSeparators:p=g}){return p.filter(p=>p!==d&&p!==c)}function createDecimalZeroPaddingPostprocessor({decimalSeparator:c,precision:d,decimalZeroPadding:p,postfix:v}){if(d<=0||!p)return identity;let g=RegExp(`${escapeRegExp(v)}$`);return({value:p,selection:I})=>{if(Number.isNaN(maskitoParseNumber(p,c)))return{value:p,selection:I};let[R,S=""]=p.replace(g,"").split(c);return{value:R+c+S.padEnd(d,"0")+v,selection:I}}}function createInitializationOnlyPreprocessor({decimalSeparator:c,decimalPseudoSeparators:d,pseudoMinuses:p}){let g=!0,I=generateMaskExpression({decimalSeparator:c,decimalPseudoSeparators:d,pseudoMinuses:p,prefix:"",postfix:"",thousandSeparator:"",precision:1/0,isNegativeAllowed:!0});return({elementState:c,data:d})=>g?(g=!1,{elementState:(0,v.CV)(c,{mask:I}),data:d}):{elementState:c,data:d}}function createLeadingZeroesValidationPostprocessor(c,d){let trimLeadingZeroes=c=>{let p=escapeRegExp(d);return c.replace(RegExp(`^(\\D+)?[0${p}]+(?=0)`),"$1").replace(RegExp(`^(\\D+)?[0${p}]+(?=[1-9])`),"$1")},countTrimmedZeroesBefore=(c,d)=>{let p=c.slice(0,d),v=c.slice(d).startsWith("0");return p.length-trimLeadingZeroes(p).length+(v?1:0)};return({value:d,selection:p})=>{let[v,g]=p,I=d.includes(c),[R,S=""]=d.split(c),P=trimLeadingZeroes(R);if(R===P)return{value:d,selection:p};let j=v-countTrimmedZeroesBefore(d,v),T=g-countTrimmedZeroesBefore(d,g);return{value:P+(I?c:"")+S,selection:[Math.max(j,0),Math.max(T,0)]}}}function createMinMaxPostprocessor({min:c,max:d,decimalSeparator:p}){return({value:v,selection:g})=>{let I=maskitoParseNumber(v,p),R=I>0?Math.min(I,d):Math.max(I,c);if(!Number.isNaN(I)&&R!==I){let c=`${R}`.replace(".",p).replace("-","−");return{value:c,selection:[c.length,c.length]}}return{value:v,selection:g}}}function createNonRemovableCharsDeletionPreprocessor({decimalSeparator:c,thousandSeparator:d,decimalZeroPadding:p}){return({elementState:v,data:g},I)=>{let{value:R,selection:S}=v,[P,j]=S,T=R.slice(P,j),N=p?[c,d]:[d],$=p&&P>R.indexOf(c)&&!!T.match(/^0+$/gi);return("deleteBackward"===I||"deleteForward"===I)&&(N.includes(T)||$)?{elementState:{value:R,selection:"deleteForward"===I?[j,j]:[P,P]},data:g}:{elementState:v,data:g}}}function createNotEmptyIntegerPartPreprocessor({decimalSeparator:c,precision:d}){let p=RegExp(`^\\D*${escapeRegExp(c)}`);return({elementState:v,data:g})=>{let{value:I,selection:R}=v,[S]=R;if(d<=0||I.includes(c)||!g.match(p))return{elementState:v,data:g};let P=I.slice(0,S).match(/\d+/);return{elementState:v,data:P?g:`0${g}`}}}function createPseudoCharactersPreprocessor(c,d){let p=RegExp(`[${d.join("")}]`,"gi");return({elementState:d,data:v})=>{let{value:g,selection:I}=d;return{elementState:{selection:I,value:g.replace(p,c)},data:v.replace(p,c)}}}function createRepeatedDecimalSeparatorPreprocessor(c){return({elementState:d,data:p})=>{let{value:v,selection:g}=d,[I,R]=g;return{elementState:d,data:!v.includes(c)||v.slice(I,R+1).includes(c)?p:p.replace(RegExp(escapeRegExp(c),"gi"),"")}}}function createThousandSeparatorPostprocessor({thousandSeparator:c,decimalSeparator:d,prefix:p,postfix:v}){if(!c)return identity;let g=RegExp(`^${escapeRegExp(p)}−?`),I=RegExp(`${escapeRegExp(v)}$`),isAllSpaces=(...c)=>c.every(c=>/\s/.test(c));return({value:p,selection:v})=>{let[R,S=""]=p.split(d),[P,j]=v,[T,N]=v,$=R.replace(g,"").replace(I,""),[U=""]=R.match(g)||[],[et=""]=R.match(I)||[],ea=Array.from($).reduceRight((d,p,v)=>{let g=!v&&p===c,I=!g&&d.length&&(d.length+1)%4==0;return I&&(p===c||isAllSpaces(p,c))?c+d:p!==c||I?I?(v<=P&&T++,v<=j&&N++,p+c+d):p+d:(v&&v<=P&&T--,v&&v<=j&&N--,d)},"");return{value:U+ea+et+(p.includes(d)?d:"")+S,selection:[T,N]}}}function createZeroPrecisionPreprocessor(c,d){if(c>0)return identity;let p=RegExp(`${escapeRegExp(d)}.*$`,"g");return({elementState:c,data:d})=>{let{value:v,selection:g}=c,[I,R]=g,S=v.replace(p,"");return{elementState:{selection:[Math.min(I,S.length),Math.min(R,S.length)],value:S},data:d.replace(p,"")}}}let en=[0,0];function createLeadingZeroesValidationPlugin(c,d){let p=createLeadingZeroesValidationPostprocessor(c,d);return maskitoEventHandler("blur",c=>{let d=p({value:c.value,selection:en},{value:"",selection:en}).value;c.value!==d&&(c.value=d,c.dispatchEvent(new Event("input")))},{capture:!0})}function createMinMaxPlugin({min:c,max:d,decimalSeparator:p}){return maskitoEventHandler("blur",(g,I)=>{let R=maskitoParseNumber(g.value,p),S=clamp(R,c,d);Number.isNaN(R)||R===S||(g.value=(0,v.CV)(stringifyNumberWithoutExp(S),I),g.dispatchEvent(new Event("input")))},{capture:!0})}function createNotEmptyIntegerPlugin(c){return maskitoEventHandler("blur",d=>{let p=d.value.replace(RegExp(`^(\\D+)?${escapeRegExp(c)}`),`$10${c}`);p!==d.value&&(d.value=p,d.dispatchEvent(new Event("input")))},{capture:!0})}function maskitoNumberOptionsGenerator({max:c=Number.MAX_SAFE_INTEGER,min:d=Number.MIN_SAFE_INTEGER,precision:p=0,thousandSeparator:g="\xa0",decimalSeparator:I=".",decimalPseudoSeparators:R,decimalZeroPadding:S=!1,prefix:P="",postfix:j=""}={}){let T=["-","–","—"].filter(c=>c!==g&&c!==I),N=validateDecimalPseudoSeparators({decimalSeparator:I,thousandSeparator:g,decimalPseudoSeparators:R});return Object.assign(Object.assign({},v.A_),{mask:generateMaskExpression({decimalSeparator:I,precision:p,thousandSeparator:g,prefix:P,postfix:j,isNegativeAllowed:d<0}),preprocessors:[createInitializationOnlyPreprocessor({decimalSeparator:I,decimalPseudoSeparators:N,pseudoMinuses:T}),createPseudoCharactersPreprocessor("−",T),createPseudoCharactersPreprocessor(I,N),createNotEmptyIntegerPartPreprocessor({decimalSeparator:I,precision:p}),createNonRemovableCharsDeletionPreprocessor({decimalSeparator:I,decimalZeroPadding:S,thousandSeparator:g}),createZeroPrecisionPreprocessor(p,I),createRepeatedDecimalSeparatorPreprocessor(I)],postprocessors:[createMinMaxPostprocessor({decimalSeparator:I,min:d,max:c}),maskitoPrefixPostprocessorGenerator(P),maskitoPostfixPostprocessorGenerator(j),createThousandSeparatorPostprocessor({decimalSeparator:I,thousandSeparator:g,prefix:P,postfix:j}),createDecimalZeroPaddingPostprocessor({decimalSeparator:I,decimalZeroPadding:S,precision:p,postfix:j})],plugins:[createLeadingZeroesValidationPlugin(I,g),createNotEmptyIntegerPlugin(I),createMinMaxPlugin({min:d,max:c,decimalSeparator:I})],overwriteMode:S?({value:c,selection:[d]})=>d<=c.indexOf(I)?"shift":"replace":"shift"})}function createMaxValidationPreprocessor(c){let d=padTimeSegments(c),p=RegExp(`[^\\d${T.map(escapeRegExp).join("")}]+`);return({elementState:c,data:v},g)=>{if("deleteBackward"===g||"deleteForward"===g)return{elementState:c,data:v};let{value:I,selection:R}=c;if("validation"===g){let{validatedTimeString:c,updatedTimeSelection:p}=validateTimeString({timeString:I,paddedMaxValues:d,offset:0,selection:R});return{elementState:{value:c,selection:p},data:v}}let S=v.replace(p,""),[P,j]=R,T=j+S.length,N=I.slice(0,P)+S+I.slice(T),{validatedTimeString:$,updatedTimeSelection:U}=validateTimeString({timeString:N,paddedMaxValues:d,offset:0,selection:[P,T]});if(N&&!$)return{elementState:c,data:""};T=U[1];let et=$.slice(P,T);return{elementState:{selection:R,value:$.slice(0,P)+"0".repeat(et.length)+$.slice(T)},data:et}}}function maskitoTimeOptionsGenerator({mode:c,timeSegmentMaxValues:d={}}){let p=Object.assign(Object.assign({},S),d);return Object.assign(Object.assign({},v.A_),{mask:Array.from(c).map(c=>T.includes(c)?c:/\d/),preprocessors:[createZeroPlaceholdersPreprocessor(),createMaxValidationPreprocessor(p)],overwriteMode:"replace"})}},28083:function(c,d,p){"use strict";p.r(d),p.d(d,{useMaskito:function(){return useMaskito}});var v=p(1388),g=p(67294);let I="undefined"!=typeof window?g.useLayoutEffect:g.useEffect;function isThenable(c){return c&&"object"==typeof c&&"then"in c}let useMaskito=({options:c=v.A_,elementPredicate:d=v.gI}={})=>{let[p,R]=(0,g.useState)(null),[S,P]=(0,g.useState)(null),j=(0,g.useCallback)(c=>{R(c)},[]),T=(0,g.useRef)(d);return T.current=d,I(()=>{if(!p)return;let c=d(p);isThenable(c)?c.then(c=>{T.current===d&&P(c)}):P(c)},[p,d,T]),I(()=>{if(!S)return;let d=new v.C8(S,c);return()=>{d.destroy()}},[c,S]),j}},56980:function(c,d,p){"use strict";p.r(d),p.d(d,{afterMain:function(){return es},afterRead:function(){return el},afterWrite:function(){return ep},applyStyles:function(){return ev},arrow:function(){return em},auto:function(){return S},basePlacements:function(){return P},beforeMain:function(){return ec},beforeRead:function(){return er},beforeWrite:function(){return ed},bottom:function(){return g},clippingParents:function(){return N},computeStyles:function(){return eM},createPopper:function(){return ez},createPopperBase:function(){return eF},createPopperLite:function(){return eD},detectOverflow:function(){return detectOverflow},end:function(){return T},eventListeners:function(){return eI},flip:function(){return eR},hide:function(){return eS},left:function(){return R},main:function(){return ei},modifierPhases:function(){return eh},offset:function(){return e_},placements:function(){return en},popper:function(){return U},popperGenerator:function(){return popperGenerator},popperOffsets:function(){return ew},preventOverflow:function(){return eP},read:function(){return eo},reference:function(){return et},right:function(){return I},start:function(){return j},top:function(){return v},variationPlacements:function(){return ea},viewport:function(){return $},write:function(){return eu}});var v="top",g="bottom",I="right",R="left",S="auto",P=[v,g,I,R],j="start",T="end",N="clippingParents",$="viewport",U="popper",et="reference",ea=P.reduce(function(c,d){return c.concat([d+"-"+j,d+"-"+T])},[]),en=[].concat(P,[S]).reduce(function(c,d){return c.concat([d,d+"-"+j,d+"-"+T])},[]),er="beforeRead",eo="read",el="afterRead",ec="beforeMain",ei="main",es="afterMain",ed="beforeWrite",eu="write",ep="afterWrite",eh=[er,eo,el,ec,ei,es,ed,eu,ep];function getNodeName(c){return c?(c.nodeName||"").toLowerCase():null}function getWindow(c){if(null==c)return window;if("[object Window]"!==c.toString()){var d=c.ownerDocument;return d&&d.defaultView||window}return c}function isElement(c){var d=getWindow(c).Element;return c instanceof d||c instanceof Element}function isHTMLElement(c){var d=getWindow(c).HTMLElement;return c instanceof d||c instanceof HTMLElement}function isShadowRoot(c){if("undefined"==typeof ShadowRoot)return!1;var d=getWindow(c).ShadowRoot;return c instanceof d||c instanceof ShadowRoot}var ev={name:"applyStyles",enabled:!0,phase:"write",fn:function(c){var d=c.state;Object.keys(d.elements).forEach(function(c){var p=d.styles[c]||{},v=d.attributes[c]||{},g=d.elements[c];isHTMLElement(g)&&getNodeName(g)&&(Object.assign(g.style,p),Object.keys(v).forEach(function(c){var d=v[c];!1===d?g.removeAttribute(c):g.setAttribute(c,!0===d?"":d)}))})},effect:function(c){var d=c.state,p={popper:{position:d.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(d.elements.popper.style,p.popper),d.styles=p,d.elements.arrow&&Object.assign(d.elements.arrow.style,p.arrow),function(){Object.keys(d.elements).forEach(function(c){var v=d.elements[c],g=d.attributes[c]||{},I=Object.keys(d.styles.hasOwnProperty(c)?d.styles[c]:p[c]).reduce(function(c,d){return c[d]="",c},{});isHTMLElement(v)&&getNodeName(v)&&(Object.assign(v.style,I),Object.keys(g).forEach(function(c){v.removeAttribute(c)}))})}},requires:["computeStyles"]};function getBasePlacement(c){return c.split("-")[0]}var eg=Math.max,ey=Math.min,ef=Math.round;function getUAString(){var c=navigator.userAgentData;return null!=c&&c.brands?c.brands.map(function(c){return c.brand+"/"+c.version}).join(" "):navigator.userAgent}function isLayoutViewport(){return!/^((?!chrome|android).)*safari/i.test(getUAString())}function getBoundingClientRect(c,d,p){void 0===d&&(d=!1),void 0===p&&(p=!1);var v=c.getBoundingClientRect(),g=1,I=1;d&&isHTMLElement(c)&&(g=c.offsetWidth>0&&ef(v.width)/c.offsetWidth||1,I=c.offsetHeight>0&&ef(v.height)/c.offsetHeight||1);var R=(isElement(c)?getWindow(c):window).visualViewport,S=!isLayoutViewport()&&p,P=(v.left+(S&&R?R.offsetLeft:0))/g,j=(v.top+(S&&R?R.offsetTop:0))/I,T=v.width/g,N=v.height/I;return{width:T,height:N,top:j,right:P+T,bottom:j+N,left:P,x:P,y:j}}function getLayoutRect(c){var d=getBoundingClientRect(c),p=c.offsetWidth,v=c.offsetHeight;return 1>=Math.abs(d.width-p)&&(p=d.width),1>=Math.abs(d.height-v)&&(v=d.height),{x:c.offsetLeft,y:c.offsetTop,width:p,height:v}}function contains(c,d){var p=d.getRootNode&&d.getRootNode();if(c.contains(d))return!0;if(p&&isShadowRoot(p)){var v=d;do{if(v&&c.isSameNode(v))return!0;v=v.parentNode||v.host}while(v)}return!1}function getComputedStyle(c){return getWindow(c).getComputedStyle(c)}function isTableElement(c){return["table","td","th"].indexOf(getNodeName(c))>=0}function getDocumentElement(c){return((isElement(c)?c.ownerDocument:c.document)||window.document).documentElement}function getParentNode(c){return"html"===getNodeName(c)?c:c.assignedSlot||c.parentNode||(isShadowRoot(c)?c.host:null)||getDocumentElement(c)}function getTrueOffsetParent(c){return isHTMLElement(c)&&"fixed"!==getComputedStyle(c).position?c.offsetParent:null}function getContainingBlock(c){var d=/firefox/i.test(getUAString());if(/Trident/i.test(getUAString())&&isHTMLElement(c)&&"fixed"===getComputedStyle(c).position)return null;var p=getParentNode(c);for(isShadowRoot(p)&&(p=p.host);isHTMLElement(p)&&0>["html","body"].indexOf(getNodeName(p));){var v=getComputedStyle(p);if("none"!==v.transform||"none"!==v.perspective||"paint"===v.contain||-1!==["transform","perspective"].indexOf(v.willChange)||d&&"filter"===v.willChange||d&&v.filter&&"none"!==v.filter)return p;p=p.parentNode}return null}function getOffsetParent(c){for(var d=getWindow(c),p=getTrueOffsetParent(c);p&&isTableElement(p)&&"static"===getComputedStyle(p).position;)p=getTrueOffsetParent(p);return p&&("html"===getNodeName(p)||"body"===getNodeName(p)&&"static"===getComputedStyle(p).position)?d:p||getContainingBlock(c)||d}function getMainAxisFromPlacement(c){return["top","bottom"].indexOf(c)>=0?"x":"y"}function within(c,d,p){return eg(c,ey(d,p))}function withinMaxClamp(c,d,p){var v=within(c,d,p);return v>p?p:v}function getFreshSideObject(){return{top:0,right:0,bottom:0,left:0}}function mergePaddingObject(c){return Object.assign({},getFreshSideObject(),c)}function expandToHashMap(c,d){return d.reduce(function(d,p){return d[p]=c,d},{})}var em={name:"arrow",enabled:!0,phase:"main",fn:function(c){var d,p,S=c.state,j=c.name,T=c.options,N=S.elements.arrow,$=S.modifiersData.popperOffsets,U=getBasePlacement(S.placement),et=getMainAxisFromPlacement(U),ea=[R,I].indexOf(U)>=0?"height":"width";if(N&&$){var en=mergePaddingObject("number"!=typeof(d="function"==typeof(d=T.padding)?d(Object.assign({},S.rects,{placement:S.placement})):d)?d:expandToHashMap(d,P)),er=getLayoutRect(N),eo="y"===et?v:R,el="y"===et?g:I,ec=S.rects.reference[ea]+S.rects.reference[et]-$[et]-S.rects.popper[ea],ei=$[et]-S.rects.reference[et],es=getOffsetParent(N),ed=es?"y"===et?es.clientHeight||0:es.clientWidth||0:0,eu=en[eo],ep=ed-er[ea]-en[el],eh=ed/2-er[ea]/2+(ec/2-ei/2),ev=within(eu,eh,ep);S.modifiersData[j]=((p={})[et]=ev,p.centerOffset=ev-eh,p)}},effect:function(c){var d=c.state,p=c.options.element,v=void 0===p?"[data-popper-arrow]":p;null!=v&&("string"!=typeof v||(v=d.elements.popper.querySelector(v)))&&contains(d.elements.popper,v)&&(d.elements.arrow=v)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function getVariation(c){return c.split("-")[1]}var ek={top:"auto",right:"auto",bottom:"auto",left:"auto"};function roundOffsetsByDPR(c){var d=c.x,p=c.y,v=window.devicePixelRatio||1;return{x:ef(d*v)/v||0,y:ef(p*v)/v||0}}function mapToStyles(c){var d,p,S=c.popper,P=c.popperRect,j=c.placement,N=c.variation,$=c.offsets,U=c.position,et=c.gpuAcceleration,ea=c.adaptive,en=c.roundOffsets,er=c.isFixed,eo=$.x,el=void 0===eo?0:eo,ec=$.y,ei=void 0===ec?0:ec,es="function"==typeof en?en({x:el,y:ei}):{x:el,y:ei};el=es.x,ei=es.y;var ed=$.hasOwnProperty("x"),eu=$.hasOwnProperty("y"),ep=R,eh=v,ev=window;if(ea){var eg=getOffsetParent(S),ey="clientHeight",ef="clientWidth";eg===getWindow(S)&&"static"!==getComputedStyle(eg=getDocumentElement(S)).position&&"absolute"===U&&(ey="scrollHeight",ef="scrollWidth"),(j===v||(j===R||j===I)&&N===T)&&(eh=g,ei-=(er&&eg===ev&&ev.visualViewport?ev.visualViewport.height:eg[ey])-P.height,ei*=et?1:-1),(j===R||(j===v||j===g)&&N===T)&&(ep=I,el-=(er&&eg===ev&&ev.visualViewport?ev.visualViewport.width:eg[ef])-P.width,el*=et?1:-1)}var em=Object.assign({position:U},ea&&ek),eM=!0===en?roundOffsetsByDPR({x:el,y:ei}):{x:el,y:ei};return(el=eM.x,ei=eM.y,et)?Object.assign({},em,((p={})[eh]=eu?"0":"",p[ep]=ed?"0":"",p.transform=1>=(ev.devicePixelRatio||1)?"translate("+el+"px, "+ei+"px)":"translate3d("+el+"px, "+ei+"px, 0)",p)):Object.assign({},em,((d={})[eh]=eu?ei+"px":"",d[ep]=ed?el+"px":"",d.transform="",d))}var eM={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(c){var d=c.state,p=c.options,v=p.gpuAcceleration,g=p.adaptive,I=p.roundOffsets,R=void 0===I||I,S={placement:getBasePlacement(d.placement),variation:getVariation(d.placement),popper:d.elements.popper,popperRect:d.rects.popper,gpuAcceleration:void 0===v||v,isFixed:"fixed"===d.options.strategy};null!=d.modifiersData.popperOffsets&&(d.styles.popper=Object.assign({},d.styles.popper,mapToStyles(Object.assign({},S,{offsets:d.modifiersData.popperOffsets,position:d.options.strategy,adaptive:void 0===g||g,roundOffsets:R})))),null!=d.modifiersData.arrow&&(d.styles.arrow=Object.assign({},d.styles.arrow,mapToStyles(Object.assign({},S,{offsets:d.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:R})))),d.attributes.popper=Object.assign({},d.attributes.popper,{"data-popper-placement":d.placement})},data:{}},eb={passive:!0},eI={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(c){var d=c.state,p=c.instance,v=c.options,g=v.scroll,I=void 0===g||g,R=v.resize,S=void 0===R||R,P=getWindow(d.elements.popper),j=[].concat(d.scrollParents.reference,d.scrollParents.popper);return I&&j.forEach(function(c){c.addEventListener("scroll",p.update,eb)}),S&&P.addEventListener("resize",p.update,eb),function(){I&&j.forEach(function(c){c.removeEventListener("scroll",p.update,eb)}),S&&P.removeEventListener("resize",p.update,eb)}},data:{}},eC={left:"right",right:"left",bottom:"top",top:"bottom"};function getOppositePlacement(c){return c.replace(/left|right|bottom|top/g,function(c){return eC[c]})}var ex={start:"end",end:"start"};function getOppositeVariationPlacement(c){return c.replace(/start|end/g,function(c){return ex[c]})}function getWindowScroll(c){var d=getWindow(c);return{scrollLeft:d.pageXOffset,scrollTop:d.pageYOffset}}function getWindowScrollBarX(c){return getBoundingClientRect(getDocumentElement(c)).left+getWindowScroll(c).scrollLeft}function getViewportRect(c,d){var p=getWindow(c),v=getDocumentElement(c),g=p.visualViewport,I=v.clientWidth,R=v.clientHeight,S=0,P=0;if(g){I=g.width,R=g.height;var j=isLayoutViewport();(j||!j&&"fixed"===d)&&(S=g.offsetLeft,P=g.offsetTop)}return{width:I,height:R,x:S+getWindowScrollBarX(c),y:P}}function getDocumentRect(c){var d,p=getDocumentElement(c),v=getWindowScroll(c),g=null==(d=c.ownerDocument)?void 0:d.body,I=eg(p.scrollWidth,p.clientWidth,g?g.scrollWidth:0,g?g.clientWidth:0),R=eg(p.scrollHeight,p.clientHeight,g?g.scrollHeight:0,g?g.clientHeight:0),S=-v.scrollLeft+getWindowScrollBarX(c),P=-v.scrollTop;return"rtl"===getComputedStyle(g||p).direction&&(S+=eg(p.clientWidth,g?g.clientWidth:0)-I),{width:I,height:R,x:S,y:P}}function isScrollParent(c){var d=getComputedStyle(c),p=d.overflow,v=d.overflowX,g=d.overflowY;return/auto|scroll|overlay|hidden/.test(p+g+v)}function getScrollParent(c){return["html","body","#document"].indexOf(getNodeName(c))>=0?c.ownerDocument.body:isHTMLElement(c)&&isScrollParent(c)?c:getScrollParent(getParentNode(c))}function listScrollParents(c,d){void 0===d&&(d=[]);var p,v=getScrollParent(c),g=v===(null==(p=c.ownerDocument)?void 0:p.body),I=getWindow(v),R=g?[I].concat(I.visualViewport||[],isScrollParent(v)?v:[]):v,S=d.concat(R);return g?S:S.concat(listScrollParents(getParentNode(R)))}function rectToClientRect(c){return Object.assign({},c,{left:c.x,top:c.y,right:c.x+c.width,bottom:c.y+c.height})}function getInnerBoundingClientRect(c,d){var p=getBoundingClientRect(c,!1,"fixed"===d);return p.top=p.top+c.clientTop,p.left=p.left+c.clientLeft,p.bottom=p.top+c.clientHeight,p.right=p.left+c.clientWidth,p.width=c.clientWidth,p.height=c.clientHeight,p.x=p.left,p.y=p.top,p}function getClientRectFromMixedType(c,d,p){return d===$?rectToClientRect(getViewportRect(c,p)):isElement(d)?getInnerBoundingClientRect(d,p):rectToClientRect(getDocumentRect(getDocumentElement(c)))}function getClippingParents(c){var d=listScrollParents(getParentNode(c)),p=["absolute","fixed"].indexOf(getComputedStyle(c).position)>=0&&isHTMLElement(c)?getOffsetParent(c):c;return isElement(p)?d.filter(function(c){return isElement(c)&&contains(c,p)&&"body"!==getNodeName(c)}):[]}function getClippingRect(c,d,p,v){var g=[].concat("clippingParents"===d?getClippingParents(c):[].concat(d),[p]),I=g[0],R=g.reduce(function(d,p){var g=getClientRectFromMixedType(c,p,v);return d.top=eg(g.top,d.top),d.right=ey(g.right,d.right),d.bottom=ey(g.bottom,d.bottom),d.left=eg(g.left,d.left),d},getClientRectFromMixedType(c,I,v));return R.width=R.right-R.left,R.height=R.bottom-R.top,R.x=R.left,R.y=R.top,R}function computeOffsets(c){var d,p=c.reference,S=c.element,P=c.placement,N=P?getBasePlacement(P):null,$=P?getVariation(P):null,U=p.x+p.width/2-S.width/2,et=p.y+p.height/2-S.height/2;switch(N){case v:d={x:U,y:p.y-S.height};break;case g:d={x:U,y:p.y+p.height};break;case I:d={x:p.x+p.width,y:et};break;case R:d={x:p.x-S.width,y:et};break;default:d={x:p.x,y:p.y}}var ea=N?getMainAxisFromPlacement(N):null;if(null!=ea){var en="y"===ea?"height":"width";switch($){case j:d[ea]=d[ea]-(p[en]/2-S[en]/2);break;case T:d[ea]=d[ea]+(p[en]/2-S[en]/2)}}return d}function detectOverflow(c,d){void 0===d&&(d={});var p=d,R=p.placement,S=void 0===R?c.placement:R,j=p.strategy,T=void 0===j?c.strategy:j,ea=p.boundary,en=p.rootBoundary,er=p.elementContext,eo=void 0===er?U:er,el=p.altBoundary,ec=p.padding,ei=void 0===ec?0:ec,es=mergePaddingObject("number"!=typeof ei?ei:expandToHashMap(ei,P)),ed=c.rects.popper,eu=c.elements[void 0!==el&&el?eo===U?et:U:eo],ep=getClippingRect(isElement(eu)?eu:eu.contextElement||getDocumentElement(c.elements.popper),void 0===ea?N:ea,void 0===en?$:en,T),eh=getBoundingClientRect(c.elements.reference),ev=computeOffsets({reference:eh,element:ed,strategy:"absolute",placement:S}),eg=rectToClientRect(Object.assign({},ed,ev)),ey=eo===U?eg:eh,ef={top:ep.top-ey.top+es.top,bottom:ey.bottom-ep.bottom+es.bottom,left:ep.left-ey.left+es.left,right:ey.right-ep.right+es.right},em=c.modifiersData.offset;if(eo===U&&em){var ek=em[S];Object.keys(ef).forEach(function(c){var d=[I,g].indexOf(c)>=0?1:-1,p=[v,g].indexOf(c)>=0?"y":"x";ef[c]+=ek[p]*d})}return ef}function computeAutoPlacement(c,d){void 0===d&&(d={});var p=d,v=p.placement,g=p.boundary,I=p.rootBoundary,R=p.padding,S=p.flipVariations,j=p.allowedAutoPlacements,T=void 0===j?en:j,N=getVariation(v),$=N?S?ea:ea.filter(function(c){return getVariation(c)===N}):P,U=$.filter(function(c){return T.indexOf(c)>=0});0===U.length&&(U=$);var et=U.reduce(function(d,p){return d[p]=detectOverflow(c,{placement:p,boundary:g,rootBoundary:I,padding:R})[getBasePlacement(p)],d},{});return Object.keys(et).sort(function(c,d){return et[c]-et[d]})}function getExpandedFallbackPlacements(c){if(getBasePlacement(c)===S)return[];var d=getOppositePlacement(c);return[getOppositeVariationPlacement(c),d,getOppositeVariationPlacement(d)]}var eR={name:"flip",enabled:!0,phase:"main",fn:function(c){var d=c.state,p=c.options,P=c.name;if(!d.modifiersData[P]._skip){for(var T=p.mainAxis,N=void 0===T||T,$=p.altAxis,U=void 0===$||$,et=p.fallbackPlacements,ea=p.padding,en=p.boundary,er=p.rootBoundary,eo=p.altBoundary,el=p.flipVariations,ec=void 0===el||el,ei=p.allowedAutoPlacements,es=d.options.placement,ed=getBasePlacement(es)===es,eu=et||(ed||!ec?[getOppositePlacement(es)]:getExpandedFallbackPlacements(es)),ep=[es].concat(eu).reduce(function(c,p){return c.concat(getBasePlacement(p)===S?computeAutoPlacement(d,{placement:p,boundary:en,rootBoundary:er,padding:ea,flipVariations:ec,allowedAutoPlacements:ei}):p)},[]),eh=d.rects.reference,ev=d.rects.popper,eg=new Map,ey=!0,ef=ep[0],em=0;em=0,eC=eI?"width":"height",ex=detectOverflow(d,{placement:ek,boundary:en,rootBoundary:er,altBoundary:eo,padding:ea}),eR=eI?eb?I:R:eb?g:v;eh[eC]>ev[eC]&&(eR=getOppositePlacement(eR));var eS=getOppositePlacement(eR),e_=[];if(N&&e_.push(ex[eM]<=0),U&&e_.push(ex[eR]<=0,ex[eS]<=0),e_.every(function(c){return c})){ef=ek,ey=!1;break}eg.set(ek,e_)}if(ey)for(var ew=ec?3:1,_loop=function(c){var d=ep.find(function(d){var p=eg.get(d);if(p)return p.slice(0,c).every(function(c){return c})});if(d)return ef=d,"break"},eP=ew;eP>0&&"break"!==_loop(eP);eP--);d.placement!==ef&&(d.modifiersData[P]._skip=!0,d.placement=ef,d.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function getSideOffsets(c,d,p){return void 0===p&&(p={x:0,y:0}),{top:c.top-d.height-p.y,right:c.right-d.width+p.x,bottom:c.bottom-d.height+p.y,left:c.left-d.width-p.x}}function isAnySideFullyClipped(c){return[v,I,g,R].some(function(d){return c[d]>=0})}var eS={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(c){var d=c.state,p=c.name,v=d.rects.reference,g=d.rects.popper,I=d.modifiersData.preventOverflow,R=detectOverflow(d,{elementContext:"reference"}),S=detectOverflow(d,{altBoundary:!0}),P=getSideOffsets(R,v),j=getSideOffsets(S,g,I),T=isAnySideFullyClipped(P),N=isAnySideFullyClipped(j);d.modifiersData[p]={referenceClippingOffsets:P,popperEscapeOffsets:j,isReferenceHidden:T,hasPopperEscaped:N},d.attributes.popper=Object.assign({},d.attributes.popper,{"data-popper-reference-hidden":T,"data-popper-escaped":N})}};function distanceAndSkiddingToXY(c,d,p){var g=getBasePlacement(c),S=[R,v].indexOf(g)>=0?-1:1,P="function"==typeof p?p(Object.assign({},d,{placement:c})):p,j=P[0],T=P[1];return j=j||0,T=(T||0)*S,[R,I].indexOf(g)>=0?{x:T,y:j}:{x:j,y:T}}var e_={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(c){var d=c.state,p=c.options,v=c.name,g=p.offset,I=void 0===g?[0,0]:g,R=en.reduce(function(c,p){return c[p]=distanceAndSkiddingToXY(p,d.rects,I),c},{}),S=R[d.placement],P=S.x,j=S.y;null!=d.modifiersData.popperOffsets&&(d.modifiersData.popperOffsets.x+=P,d.modifiersData.popperOffsets.y+=j),d.modifiersData[v]=R}},ew={name:"popperOffsets",enabled:!0,phase:"read",fn:function(c){var d=c.state,p=c.name;d.modifiersData[p]=computeOffsets({reference:d.rects.reference,element:d.rects.popper,strategy:"absolute",placement:d.placement})},data:{}};function getAltAxis(c){return"x"===c?"y":"x"}var eP={name:"preventOverflow",enabled:!0,phase:"main",fn:function(c){var d=c.state,p=c.options,S=c.name,P=p.mainAxis,T=p.altAxis,N=p.boundary,$=p.rootBoundary,U=p.altBoundary,et=p.padding,ea=p.tether,en=void 0===ea||ea,er=p.tetherOffset,eo=void 0===er?0:er,el=detectOverflow(d,{boundary:N,rootBoundary:$,padding:et,altBoundary:U}),ec=getBasePlacement(d.placement),ei=getVariation(d.placement),es=!ei,ed=getMainAxisFromPlacement(ec),eu=getAltAxis(ed),ep=d.modifiersData.popperOffsets,eh=d.rects.reference,ev=d.rects.popper,ef="function"==typeof eo?eo(Object.assign({},d.rects,{placement:d.placement})):eo,em="number"==typeof ef?{mainAxis:ef,altAxis:ef}:Object.assign({mainAxis:0,altAxis:0},ef),ek=d.modifiersData.offset?d.modifiersData.offset[d.placement]:null,eM={x:0,y:0};if(ep){if(void 0===P||P){var eb,eI="y"===ed?v:R,eC="y"===ed?g:I,ex="y"===ed?"height":"width",eR=ep[ed],eS=eR+el[eI],e_=eR-el[eC],ew=en?-ev[ex]/2:0,eP=ei===j?eh[ex]:ev[ex],eO=ei===j?-ev[ex]:-eh[ex],eF=d.elements.arrow,ez=en&&eF?getLayoutRect(eF):{width:0,height:0},eD=d.modifiersData["arrow#persistent"]?d.modifiersData["arrow#persistent"].padding:getFreshSideObject(),eA=eD[eI],ej=eD[eC],eE=within(0,eh[ex],ez[ex]),eT=es?eh[ex]/2-ew-eE-eA-em.mainAxis:eP-eE-eA-em.mainAxis,eB=es?-eh[ex]/2+ew+eE+ej+em.mainAxis:eO+eE+ej+em.mainAxis,eN=d.elements.arrow&&getOffsetParent(d.elements.arrow),eL=eN?"y"===ed?eN.clientTop||0:eN.clientLeft||0:0,e$=null!=(eb=null==ek?void 0:ek[ed])?eb:0,eW=eR+eT-e$-eL,eH=eR+eB-e$,eV=within(en?ey(eS,eW):eS,eR,en?eg(e_,eH):e_);ep[ed]=eV,eM[ed]=eV-eR}if(void 0!==T&&T){var eU,eG="x"===ed?v:R,eX="x"===ed?g:I,eK=ep[eu],eY="y"===eu?"height":"width",eZ=eK+el[eG],eQ=eK-el[eX],eJ=-1!==[v,R].indexOf(ec),e1=null!=(eU=null==ek?void 0:ek[eu])?eU:0,e0=eJ?eZ:eK-eh[eY]-ev[eY]-e1+em.altAxis,e2=eJ?eK+eh[eY]+ev[eY]-e1-em.altAxis:eQ,e3=en&&eJ?withinMaxClamp(e0,eK,e2):within(en?e0:eZ,eK,en?e2:eQ);ep[eu]=e3,eM[eu]=e3-eK}d.modifiersData[S]=eM}},requiresIfExists:["offset"]};function getHTMLElementScroll(c){return{scrollLeft:c.scrollLeft,scrollTop:c.scrollTop}}function getNodeScroll(c){return c!==getWindow(c)&&isHTMLElement(c)?getHTMLElementScroll(c):getWindowScroll(c)}function isElementScaled(c){var d=c.getBoundingClientRect(),p=ef(d.width)/c.offsetWidth||1,v=ef(d.height)/c.offsetHeight||1;return 1!==p||1!==v}function getCompositeRect(c,d,p){void 0===p&&(p=!1);var v=isHTMLElement(d),g=isHTMLElement(d)&&isElementScaled(d),I=getDocumentElement(d),R=getBoundingClientRect(c,g,p),S={scrollLeft:0,scrollTop:0},P={x:0,y:0};return(v||!v&&!p)&&(("body"!==getNodeName(d)||isScrollParent(I))&&(S=getNodeScroll(d)),isHTMLElement(d)?(P=getBoundingClientRect(d,!0),P.x+=d.clientLeft,P.y+=d.clientTop):I&&(P.x=getWindowScrollBarX(I))),{x:R.left+S.scrollLeft-P.x,y:R.top+S.scrollTop-P.y,width:R.width,height:R.height}}function order(c){var d=new Map,p=new Set,v=[];function sort(c){p.add(c.name),[].concat(c.requires||[],c.requiresIfExists||[]).forEach(function(c){if(!p.has(c)){var v=d.get(c);v&&sort(v)}}),v.push(c)}return c.forEach(function(c){d.set(c.name,c)}),c.forEach(function(c){p.has(c.name)||sort(c)}),v}function orderModifiers(c){var d=order(c);return eh.reduce(function(c,p){return c.concat(d.filter(function(c){return c.phase===p}))},[])}function debounce(c){var d;return function(){return d||(d=new Promise(function(p){Promise.resolve().then(function(){d=void 0,p(c())})})),d}}function mergeByName(c){var d=c.reduce(function(c,d){var p=c[d.name];return c[d.name]=p?Object.assign({},p,d,{options:Object.assign({},p.options,d.options),data:Object.assign({},p.data,d.data)}):d,c},{});return Object.keys(d).map(function(c){return d[c]})}var eO={placement:"bottom",modifiers:[],strategy:"absolute"};function areValidElements(){for(var c=arguments.length,d=Array(c),p=0;pd in c?S(c,d,{enumerable:!0,configurable:!0,writable:!0,value:p}):c[d]=p,__spreadValues=(c,d)=>{for(var p in d||(d={}))N.call(d,p)&&__defNormalProp(c,p,d[p]);if(T)for(var p of T(d))$.call(d,p)&&__defNormalProp(c,p,d[p]);return c},__spreadProps=(c,d)=>P(c,j(d)),__objRest=(c,d)=>{var p={};for(var v in c)N.call(c,v)&&0>d.indexOf(v)&&(p[v]=c[v]);if(null!=c&&T)for(var v of T(c))0>d.indexOf(v)&&$.call(c,v)&&(p[v]=c[v]);return p},createReactComponent=(c,d,p)=>{let g=(0,v.forwardRef)((d,g)=>{var{color:I="currentColor",size:S=24,stroke:P=2,children:j}=d,T=__objRest(d,["color","size","stroke","children"]);return(0,v.createElement)("svg",__spreadValues(__spreadProps(__spreadValues({ref:g},R),{width:S,height:S,stroke:I,strokeWidth:P,className:`tabler-icon tabler-icon-${c}`}),T),[...p.map(([c,d])=>(0,v.createElement)(c,d)),...j||[]])});return g.propTypes={color:I().string,size:I().oneOfType([I().string,I().number]),stroke:I().oneOfType([I().string,I().number])},g.displayName=`${d}`,g},U=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"}]]),et=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"}]]),ea=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"}]]),en=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"}]]),er=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"}]]),eo=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"}]]),el=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"}]]),ec=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"}]]),ei=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"}]]),es=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"}]]),ed=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"}]]),eu=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"}]]),ep=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"}]]),eh=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"}]]),ev=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"}]]),eg=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"}]]),ey=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"}]]),ef=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"}]]),em=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"}]]),ek=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"}]]),eM=createReactComponent("activity-heartbeat","IconActivityHeartbeat",[["path",{d:"M3 12h4.5l1.5 -6l4 12l2 -9l1.5 3h4.5",key:"svg-0"}]]),eb=createReactComponent("activity","IconActivity",[["path",{d:"M3 12h4l3 8l4 -16l3 8h4",key:"svg-0"}]]),eI=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"}]]),eC=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"}]]),ex=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"}]]),eR=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"}]]),eS=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"}]]),e_=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"}]]),ew=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"}]]),eP=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"}]]),eO=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"}]]),eF=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"}]]),ez=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"}]]),eD=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"}]]),eA=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"}]]),ej=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"}]]),eE=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"}]]),eT=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"}]]),eB=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"}]]),eN=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"}]]),eL=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"}]]),e$=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"}]]),eW=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"}]]),eH=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"}]]),eV=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"}]]),eU=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"}]]),eX=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"}]]),eK=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"}]]),eY=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"}]]),eZ=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"}]]),eQ=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"}]]),eJ=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"}]]),e1=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"}]]),e0=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"}]]),e2=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"}]]),e3=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"}]]),e5=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"}]]),e4=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"}]]),e6=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"}]]),e9=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"}]]),e7=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"}]]),e8=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"}]]),ta=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"}]]),tn=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"}]]),tr=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"}]]),to=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"}]]),tl=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"}]]),tc=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"}]]),ti=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"}]]),ts=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"}]]),td=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"}]]),tu=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"}]]),tp=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"}]]),th=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"}]]),tv=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"}]]),tg=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"}]]),ty=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"}]]),tf=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"}]]),tm=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"}]]),tk=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"}]]),tM=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"}]]),tb=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"}]]),tI=createReactComponent("alert-small","IconAlertSmall",[["path",{d:"M12 8v4",key:"svg-0"}],["path",{d:"M12 16h.01",key:"svg-1"}]]),tC=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"}]]),tx=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"}]]),tR=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"}]]),tS=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"}]]),t_=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"}]]),tw=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"}]]),tP=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"}]]),tO=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"}]]),tF=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"}]]),tz=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"}]]),tD=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"}]]),tA=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"}]]),tj=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"}]]),tE=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"}]]),tT=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"}]]),tB=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"}]]),tN=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"}]]),tL=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"}]]),t$=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"}]]),tW=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"}]]),tH=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"}]]),tV=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"}]]),tq=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"}]]),tU=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"}]]),tG=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"}]]),tX=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"}]]),tK=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"}]]),tY=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"}]]),tZ=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"}]]),tQ=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"}]]),tJ=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"}]]),t1=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"}]]),t0=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"}]]),t2=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"}]]),t3=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"}]]),t5=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"}]]),t4=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"}]]),t6=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"}]]),t9=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"}]]),t7=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"}]]),t8=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"}]]),ae=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"}]]),aa=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"}]]),an=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"}]]),ar=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"}]]),ao=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"}]]),al=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"}]]),ac=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"}]]),ai=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"}]]),as=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"}]]),ad=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"}]]),au=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"}]]),ap=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"}]]),ah=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"}]]),av=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"}]]),ag=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"}]]),ay=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"}]]),af=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"}]]),am=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"}]]),ak=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"}]]),aM=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"}]]),ab=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"}]]),aI=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"}]]),aC=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"}]]),ax=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"}]]),aR=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"}]]),aS=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"}]]),a_=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"}]]),aw=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"}]]),aP=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"}]]),aO=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"}]]),aF=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"}]]),az=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"}]]),aD=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"}]]),aA=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"}]]),aj=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"}]]),aE=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"}]]),aT=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"}]]),aB=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"}]]),aN=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"}]]),a$=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"}]]),aW=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"}]]),aH=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"}]]),aV=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"}]]),aq=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"}]]),aU=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"}]]),aG=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"}]]),aX=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"}]]),aK=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"}]]),aZ=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"}]]),aQ=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"}]]),aJ=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"}]]),a1=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"}]]),a0=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"}]]),a2=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"}]]),a3=createReactComponent("arrow-back","IconArrowBack",[["path",{d:"M9 11l-4 4l4 4m-4 -4h11a4 4 0 0 0 0 -8h-1",key:"svg-0"}]]),a5=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"}]]),a4=createReactComponent("arrow-badge-down","IconArrowBadgeDown",[["path",{d:"M17 13v-6l-5 4l-5 -4v6l5 4z",key:"svg-0"}]]),a6=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"}]]),a9=createReactComponent("arrow-badge-left","IconArrowBadgeLeft",[["path",{d:"M11 17h6l-4 -5l4 -5h-6l-4 5z",key:"svg-0"}]]),a7=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"}]]),a8=createReactComponent("arrow-badge-right","IconArrowBadgeRight",[["path",{d:"M13 7h-6l4 5l-4 5h6l4 -5z",key:"svg-0"}]]),ne=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"}]]),nt=createReactComponent("arrow-badge-up","IconArrowBadgeUp",[["path",{d:"M17 11v6l-5 -4l-5 4v-6l5 -4z",key:"svg-0"}]]),na=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"}]]),nn=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"}]]),nr=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"}]]),no=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"}]]),nl=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"}]]),nc=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"}]]),ni=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"}]]),ns=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"}]]),nd=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"}]]),nu=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"}]]),np=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"}]]),nh=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"}]]),nv=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"}]]),ng=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"}]]),ny=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"}]]),nf=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"}]]),nm=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"}]]),nk=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"}]]),nM=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"}]]),nb=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"}]]),nI=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"}]]),nC=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"}]]),nx=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"}]]),nR=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"}]]),nS=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"}]]),n_=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"}]]),nw=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"}]]),nP=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"}]]),nO=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"}]]),nF=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"}]]),nz=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"}]]),nD=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"}]]),nA=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"}]]),nj=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"}]]),nE=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"}]]),nT=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"}]]),nB=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"}]]),nN=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"}]]),n$=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"}]]),nW=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"}]]),nH=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"}]]),nV=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"}]]),nq=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"}]]),nU=createReactComponent("arrow-down-left","IconArrowDownLeft",[["path",{d:"M17 7l-10 10",key:"svg-0"}],["path",{d:"M16 17l-9 0l0 -9",key:"svg-1"}]]),nG=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"}]]),nX=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"}]]),nK=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"}]]),nZ=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"}]]),nQ=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"}]]),nJ=createReactComponent("arrow-elbow-left","IconArrowElbowLeft",[["path",{d:"M3 14v-6h6",key:"svg-0"}],["path",{d:"M3 8l9 9l9 -9",key:"svg-1"}]]),n1=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"}]]),n0=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"}]]),n2=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"}]]),n3=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"}]]),n5=createReactComponent("arrow-forward","IconArrowForward",[["path",{d:"M15 11l4 4l-4 4m4 -4h-11a4 4 0 0 1 0 -8h1",key:"svg-0"}]]),n4=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"}]]),n6=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"}]]),n9=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"}]]),n7=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"}]]),n8=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"}]]),rt=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"}]]),ra=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"}]]),rn=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"}]]),rr=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"}]]),ro=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"}]]),rl=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"}]]),rc=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"}]]),ri=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"}]]),rs=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"}]]),rd=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"}]]),ru=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"}]]),rp=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"}]]),rh=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"}]]),rv=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"}]]),rg=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"}]]),ry=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"}]]),rf=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"}]]),rm=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"}]]),rk=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"}]]),rM=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"}]]),rb=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"}]]),rI=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"}]]),rC=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"}]]),rx=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"}]]),rR=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"}]]),rS=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"}]]),r_=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"}]]),rw=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"}]]),rP=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"}]]),rO=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"}]]),rF=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"}]]),rz=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"}]]),rD=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"}]]),rA=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"}]]),rj=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"}]]),rE=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"}]]),rT=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"}]]),rB=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"}]]),rN=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"}]]),rL=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"}]]),r$=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"}]]),rW=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"}]]),rH=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"}]]),rV=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"}]]),rq=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"}]]),rG=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"}]]),rX=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"}]]),rK=createReactComponent("arrow-up-left","IconArrowUpLeft",[["path",{d:"M7 7l10 10",key:"svg-0"}],["path",{d:"M16 7l-9 0l0 9",key:"svg-1"}]]),rY=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"}]]),rZ=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"}]]),rQ=createReactComponent("arrow-up-right","IconArrowUpRight",[["path",{d:"M17 7l-10 10",key:"svg-0"}],["path",{d:"M8 7l9 0l0 9",key:"svg-1"}]]),rJ=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"}]]),r1=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"}]]),r0=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"}]]),r2=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"}]]),r3=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"}]]),r5=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"}]]),r4=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"}]]),r6=createReactComponent("arrow-zig-zag","IconArrowZigZag",[["path",{d:"M6 20v-10l10 6v-12",key:"svg-0"}],["path",{d:"M13 7l3 -3l3 3",key:"svg-1"}]]),r9=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"}]]),r7=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"}]]),r8=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"}]]),oe=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"}]]),ot=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"}]]),oa=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"}]]),on=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"}]]),or=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"}]]),oo=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"}]]),ol=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"}]]),oc=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"}]]),oi=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"}]]),os=createReactComponent("arrows-exchange-2","IconArrowsExchange2",[["path",{d:"M17 10h-14l4 -4",key:"svg-0"}],["path",{d:"M7 14h14l-4 4",key:"svg-1"}]]),od=createReactComponent("arrows-exchange","IconArrowsExchange",[["path",{d:"M7 10h14l-4 -4",key:"svg-0"}],["path",{d:"M17 14h-14l4 4",key:"svg-1"}]]),ou=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"}]]),op=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"}]]),oh=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"}]]),ov=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"}]]),og=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"}]]),oy=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"}]]),of=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"}]]),om=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"}]]),ok=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"}]]),oM=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"}]]),ob=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"}]]),oI=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"}]]),oC=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"}]]),ox=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"}]]),oR=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"}]]),oS=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"}]]),o_=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"}]]),ow=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"}]]),oP=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"}]]),oO=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"}]]),oF=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"}]]),oz=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"}]]),oD=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"}]]),oA=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"}]]),oj=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"}]]),oE=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"}]]),oT=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"}]]),oB=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"}]]),oN=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"}]]),oL=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"}]]),o$=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"}]]),oW=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"}]]),oH=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"}]]),oV=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"}]]),oq=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"}]]),oG=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"}]]),oX=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"}]]),oK=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"}]]),oY=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"}]]),oZ=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"}]]),oQ=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"}]]),oJ=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"}]]),o1=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"}]]),o0=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"}]]),o2=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"}]]),o3=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"}]]),o5=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"}]]),o4=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"}]]),o6=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"}]]),o9=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"}]]),o7=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"}]]),o8=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"}]]),lt=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"}]]),la=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"}]]),ln=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"}]]),lr=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"}]]),lo=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"}]]),ll=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"}]]),lc=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"}]]),li=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"}]]),ls=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"}]]),ld=createReactComponent("backslash","IconBackslash",[["path",{d:"M7 5l10 14",key:"svg-0"}]]),lu=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"}]]),lp=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"}]]),lh=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"}]]),lv=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"}]]),lg=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"}]]),ly=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"}]]),lf=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"}]]),lm=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"}]]),lk=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"}]]),lM=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"}]]),lb=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"}]]),lI=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"}]]),lC=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"}]]),lx=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"}]]),lR=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"}]]),lS=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"}]]),l_=createReactComponent("badge","IconBadge",[["path",{d:"M17 17v-13l-5 3l-5 -3v13l5 3z",key:"svg-0"}]]),lw=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"}]]),lP=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"}]]),lO=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"}]]),lF=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"}]]),lz=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"}]]),lD=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"}]]),lA=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"}]]),lj=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"}]]),lB=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"}]]),lL=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"}]]),l$=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"}]]),lW=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"}]]),lH=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"}]]),lV=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"}]]),lq=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"}]]),lU=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"}]]),lG=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"}]]),lX=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"}]]),lK=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"}]]),lY=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"}]]),lZ=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"}]]),lQ=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"}]]),lJ=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"}]]),l1=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"}]]),l0=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"}]]),l2=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"}]]),l3=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"}]]),l5=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"}]]),l4=createReactComponent("baseline-density-large","IconBaselineDensityLarge",[["path",{d:"M4 4h16",key:"svg-0"}],["path",{d:"M4 20h16",key:"svg-1"}]]),l6=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"}]]),l9=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"}]]),l7=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"}]]),l8=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"}]]),ce=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"}]]),ct=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"}]]),ca=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"}]]),cn=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"}]]),cr=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"}]]),co=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"}]]),cl=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"}]]),cc=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"}]]),ci=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"}]]),cs=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"}]]),cd=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"}]]),cu=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"}]]),cp=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"}]]),ch=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"}]]),cv=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"}]]),cg=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"}]]),cy=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"}]]),cf=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"}]]),cm=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"}]]),ck=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"}]]),cM=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"}]]),cb=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"}]]),cI=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"}]]),cC=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"}]]),cR=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"}]]),cS=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"}]]),c_=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"}]]),cw=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"}]]),cP=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"}]]),cO=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"}]]),cF=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"}]]),cz=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"}]]),cD=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"}]]),cA=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"}]]),cj=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"}]]),cE=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"}]]),cT=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"}]]),cB=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"}]]),cN=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"}]]),cL=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"}]]),c$=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"}]]),cW=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"}]]),cH=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"}]]),cV=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"}]]),cq=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"}]]),cU=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"}]]),cG=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"}]]),cX=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"}]]),cK=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"}]]),cY=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"}]]),cZ=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"}]]),cQ=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"}]]),cJ=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"}]]),c1=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"}]]),c0=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"}]]),c2=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"}]]),c3=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"}]]),c5=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"}]]),c4=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"}]]),c6=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"}]]),c9=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"}]]),c7=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"}]]),c8=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"}]]),ie=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"}]]),it=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"}]]),ia=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"}]]),ir=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"}]]),io=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"}]]),il=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"}]]),ic=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"}]]),ii=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"}]]),is=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"}]]),id=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"}]]),iu=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"}]]),ip=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"}]]),ih=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"}]]),iv=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"}]]),ig=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"}]]),iy=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"}]]),im=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"}]]),ik=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"}]]),iM=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"}]]),ib=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"}]]),iI=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"}]]),iC=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"}]]),ix=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"}]]),iR=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"}]]),iS=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"}]]),i_=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"}]]),iw=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"}]]),iP=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"}]]),iO=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"}]]),iF=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"}]]),iz=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"}]]),iD=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"}]]),iA=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"}]]),ij=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"}]]),iE=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"}]]),iT=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"}]]),iB=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"}]]),iN=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"}]]),iL=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"}]]),i$=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"}]]),iW=createReactComponent("bluetooth","IconBluetooth",[["path",{d:"M7 8l10 8l-5 4l0 -16l5 4l-10 8",key:"svg-0"}]]),iH=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"}]]),iV=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"}]]),iq=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"}]]),iU=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"}]]),iG=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"}]]),iX=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"}]]),iK=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"}]]),iY=createReactComponent("bolt","IconBolt",[["path",{d:"M13 3l0 7l6 0l-8 11l0 -7l-6 0l8 -11",key:"svg-0"}]]),iZ=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"}]]),iQ=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"}]]),iJ=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"}]]),i1=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"}]]),i0=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"}]]),i2=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"}]]),i3=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"}]]),i5=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"}]]),i4=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"}]]),i6=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"}]]),i9=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"}]]),i7=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"}]]),i8=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"}]]),se=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"}]]),st=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"}]]),sa=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"}]]),sn=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"}]]),sr=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"}]]),so=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"}]]),sl=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"}]]),sc=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"}]]),si=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"}]]),ss=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"}]]),sd=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"}]]),su=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"}]]),sp=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"}]]),sh=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"}]]),sv=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"}]]),sg=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"}]]),sy=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"}]]),sf=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"}]]),sm=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"}]]),sk=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"}]]),sM=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"}]]),sb=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"}]]),sI=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"}]]),sC=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"}]]),sx=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"}]]),sR=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"}]]),sS=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"}]]),s_=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"}]]),sw=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"}]]),sP=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"}]]),sO=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"}]]),sF=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"}]]),sz=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"}]]),sD=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"}]]),sA=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"}]]),sj=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"}]]),sB=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"}]]),sL=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"}]]),s$=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"}]]),sW=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"}]]),sH=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"}]]),sV=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"}]]),sq=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"}]]),sU=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"}]]),sG=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"}]]),sX=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"}]]),sK=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"}]]),sY=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"}]]),sZ=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"}]]),sQ=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"}]]),sJ=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"}]]),s1=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"}]]),s0=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"}]]),s2=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"}]]),s3=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"}]]),s5=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"}]]),s4=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"}]]),s6=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"}]]),s9=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"}]]),s7=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"}]]),s8=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"}]]),de=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"}]]),dt=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"}]]),da=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"}]]),dn=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"}]]),dr=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"}]]),dl=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"}]]),dc=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"}]]),di=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"}]]),ds=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"}]]),dd=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"}]]),du=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"}]]),dp=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"}]]),dh=createReactComponent("brackets-angle","IconBracketsAngle",[["path",{d:"M8 4l-5 8l5 8",key:"svg-0"}],["path",{d:"M16 4l5 8l-5 8",key:"svg-1"}]]),dv=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"}]]),dg=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"}]]),dy=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"}]]),df=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"}]]),dm=createReactComponent("brackets","IconBrackets",[["path",{d:"M8 4h-3v16h3",key:"svg-0"}],["path",{d:"M16 4h3v16h-3",key:"svg-1"}]]),dk=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"}]]),dM=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"}]]),db=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"}]]),dI=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"}]]),dC=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"}]]),dx=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"}]]),dR=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"}]]),dS=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"}]]),d_=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"}]]),dw=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"}]]),dP=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"}]]),dO=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"}]]),dF=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"}]]),dz=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"}]]),dD=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"}]]),dA=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"}]]),dj=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"}]]),dE=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"}]]),dT=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"}]]),dB=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"}]]),dN=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"}]]),dL=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"}]]),d$=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"}]]),dW=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"}]]),dH=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"}]]),dV=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"}]]),dq=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"}]]),dU=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"}]]),dG=createReactComponent("brand-backbone","IconBrandBackbone",[["path",{d:"M5 20l14 -8l-14 -8z",key:"svg-0"}],["path",{d:"M19 20l-14 -8l14 -8z",key:"svg-1"}]]),dX=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"}]]),dK=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"}]]),dY=createReactComponent("brand-bandcamp","IconBrandBandcamp",[["path",{d:"M8.5 6h13.5l-7 12h-13z",key:"svg-0"}]]),dZ=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"}]]),dQ=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"}]]),dJ=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"}]]),d1=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"}]]),d0=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"}]]),d2=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"}]]),d3=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"}]]),d5=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"}]]),d4=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"}]]),d6=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"}]]),d9=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"}]]),d7=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"}]]),d8=createReactComponent("brand-bulma","IconBrandBulma",[["path",{d:"M5 16l1 -9l5 -5l6.5 6l-3.5 4l5 5l-8 5z",key:"svg-0"}]]),ut=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"}]]),un=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"}]]),ur=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"}]]),uo=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"}]]),ul=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"}]]),uc=createReactComponent("brand-campaignmonitor","IconBrandCampaignmonitor",[["path",{d:"M3 18l9 -6.462l-9 -5.538v12h18v-12l-9 5.538",key:"svg-0"}]]),ui=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"}]]),us=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"}]]),ud=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"}]]),uu=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"}]]),up=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"}]]),uh=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"}]]),uv=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"}]]),ug=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"}]]),uy=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"}]]),uf=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"}]]),um=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"}]]),uk=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"}]]),uM=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"}]]),ub=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"}]]),uI=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"}]]),uC=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"}]]),ux=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"}]]),uR=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"}]]),uS=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"}]]),u_=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"}]]),uw=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"}]]),uP=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"}]]),uO=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"}]]),uF=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"}]]),uz=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"}]]),uD=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"}]]),uA=createReactComponent("brand-dcos","IconBrandDcos",[["path",{d:"M3 18l18 -12h-18l9 14l9 -14v10l-18 -10z",key:"svg-0"}]]),uj=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"}]]),uE=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"}]]),uT=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"}]]),uB=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"}]]),uN=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"}]]),uL=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"}]]),u$=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"}]]),uW=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"}]]),uH=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"}]]),uV=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"}]]),uq=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"}]]),uU=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"}]]),uG=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"}]]),uX=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"}]]),uK=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"}]]),uY=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"}]]),uZ=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"}]]),uQ=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"}]]),uJ=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"}]]),u1=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"}]]),u0=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"}]]),u2=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"}]]),u3=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"}]]),u5=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"}]]),u4=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"}]]),u6=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"}]]),u9=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"}]]),u7=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"}]]),u8=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"}]]),pe=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"}]]),pa=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"}]]),pn=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"}]]),pr=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"}]]),po=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"}]]),pl=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"}]]),pc=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"}]]),pi=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"}]]),ps=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"}]]),pd=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"}]]),pu=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"}]]),pp=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"}]]),ph=createReactComponent("brand-fortnite","IconBrandFortnite",[["path",{d:"M8 3h7.5l-.5 4h-3v3h3v3.5h-3v6.5l-4 1z",key:"svg-0"}]]),pv=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"}]]),pg=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"}]]),py=createReactComponent("brand-framer","IconBrandFramer",[["path",{d:"M6 15h12l-12 -12h12v6h-12v6l6 6v-6",key:"svg-0"}]]),pf=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"}]]),pm=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"}]]),pk=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"}]]),pM=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"}]]),pb=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"}]]),pI=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"}]]),pC=createReactComponent("brand-gitlab","IconBrandGitlab",[["path",{d:"M21 14l-9 7l-9 -7l3 -11l3 7h6l3 -7z",key:"svg-0"}]]),pR=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"}]]),pS=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"}]]),p_=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"}]]),pw=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"}]]),pP=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"}]]),pO=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"}]]),pF=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"}]]),pz=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"}]]),pD=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"}]]),pA=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"}]]),pj=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"}]]),pE=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"}]]),pT=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"}]]),pB=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"}]]),pN=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"}]]),pL=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"}]]),p$=createReactComponent("brand-gravatar","IconBrandGravatar",[["path",{d:"M5.64 5.632a9 9 0 1 0 6.36 -2.632v7.714",key:"svg-0"}]]),pW=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"}]]),pH=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"}]]),pV=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"}]]),pq=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"}]]),pU=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"}]]),pG=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"}]]),pX=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"}]]),pK=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"}]]),pY=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"}]]),pZ=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"}]]),pQ=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"}]]),pJ=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"}]]),p1=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"}]]),p0=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"}]]),p2=createReactComponent("brand-kbin","IconBrandKbin",[["g",{key:"svg-0",strokeWidth:"1.838"}]]),p3=createReactComponent("brand-kick","IconBrandKick",[["path",{d:"M4 4h5v4h3v-2h2v-2h6v4h-2v2h-2v4h2v2h2v4h-6v-2h-2v-2h-3v4h-5z",key:"svg-0"}]]),p5=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"}]]),p4=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"}]]),p6=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"}]]),p9=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"}]]),p7=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"}]]),p8=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"}]]),ha=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"}]]),hn=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"}]]),hr=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"}]]),ho=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"}]]),hl=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"}]]),hc=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"}]]),hi=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"}]]),hs=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"}]]),hd=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"}]]),hu=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"}]]),hp=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"}]]),hh=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"}]]),hv=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"}]]),hg=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"}]]),hy=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"}]]),hf=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"}]]),hm=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"}]]),hk=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"}]]),hM=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"}]]),hb=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"}]]),hI=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"}]]),hC=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"}]]),hx=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"}]]),hR=createReactComponent("brand-national-geographic","IconBrandNationalGeographic",[["path",{d:"M7 3h10v18h-10z",key:"svg-0"}]]),hS=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"}]]),h_=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"}]]),hw=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"}]]),hP=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"}]]),hO=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"}]]),hF=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"}]]),hz=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"}]]),hD=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"}]]),hA=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"}]]),hj=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"}]]),hE=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"}]]),hT=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"}]]),hB=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"}]]),hN=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"}]]),hL=createReactComponent("brand-office","IconBrandOffice",[["path",{d:"M4 18h9v-12l-5 2v5l-4 2v-8l9 -4l7 2v13l-7 3z",key:"svg-0"}]]),h$=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"}]]),hW=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"}]]),hH=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"}]]),hV=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"}]]),hq=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"}]]),hU=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"}]]),hG=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"}]]),hX=createReactComponent("brand-pagekit","IconBrandPagekit",[["path",{d:"M12.077 20h-5.077v-16h11v14h-5.077",key:"svg-0"}]]),hK=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"}]]),hY=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"}]]),hZ=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"}]]),hQ=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"}]]),hJ=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"}]]),h1=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"}]]),h0=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"}]]),h2=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"}]]),h3=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"}]]),h5=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"}]]),h4=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"}]]),h6=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"}]]),h9=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"}]]),h7=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"}]]),h8=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"}]]),ve=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"}]]),va=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"}]]),vr=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"}]]),vo=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"}]]),vl=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"}]]),vc=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"}]]),vi=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"}]]),vs=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"}]]),vd=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"}]]),vu=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"}]]),vp=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"}]]),vh=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"}]]),vv=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"}]]),vg=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"}]]),vy=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"}]]),vf=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"}]]),vm=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"}]]),vk=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"}]]),vM=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"}]]),vb=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"}]]),vI=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"}]]),vC=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"}]]),vx=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"}]]),vR=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"}]]),vS=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"}]]),v_=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"}]]),vw=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"}]]),vP=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"}]]),vO=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"}]]),vF=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"}]]),vz=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"}]]),vD=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"}]]),vA=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"}]]),vj=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"}]]),vE=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"}]]),vT=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"}]]),vB=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"}]]),vN=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"}]]),vL=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"}]]),v$=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"}]]),vW=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"}]]),vH=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"}]]),vV=createReactComponent("brand-strava","IconBrandStrava",[["path",{d:"M15 13l-5 -10l-5 10m6 0l4 8l4 -8",key:"svg-0"}]]),vq=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"}]]),vU=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"}]]),vG=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"}]]),vX=createReactComponent("brand-supabase","IconBrandSupabase",[["path",{d:"M4 14h8v7l8 -11h-8v-7z",key:"svg-0"}]]),vK=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"}]]),vY=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"}]]),vZ=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"}]]),vQ=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"}]]),vJ=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"}]]),v1=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"}]]),v0=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"}]]),v2=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"}]]),v3=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"}]]),v5=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"}]]),v6=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"}]]),v9=createReactComponent("brand-telegram","IconBrandTelegram",[["path",{d:"M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4",key:"svg-0"}]]),v7=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"}]]),v8=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"}]]),ge=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"}]]),ga=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"}]]),gn=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"}]]),gr=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"}]]),go=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"}]]),gl=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"}]]),gc=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"}]]),gi=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"}]]),gs=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"}]]),gd=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"}]]),gu=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"}]]),gp=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"}]]),gh=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"}]]),gv=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"}]]),gg=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"}]]),gy=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"}]]),gf=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"}]]),gm=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"}]]),gk=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"}]]),gM=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"}]]),gb=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"}]]),gI=createReactComponent("brand-unsplash","IconBrandUnsplash",[["path",{d:"M4 11h5v4h6v-4h5v9h-16zm5 -7h6v4h-6z",key:"svg-0"}]]),gC=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"}]]),gx=createReactComponent("brand-valorant","IconBrandValorant",[["path",{d:"M14.5 14h4.5l2 -2v-6z",key:"svg-0"}],["path",{d:"M9 19h5l-11 -13v6z",key:"svg-1"}]]),gR=createReactComponent("brand-vercel","IconBrandVercel",[["path",{d:"M3 19h18l-9 -15z",key:"svg-0"}]]),gS=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"}]]),g_=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"}]]),gw=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"}]]),gP=createReactComponent("brand-visual-studio","IconBrandVisualStudio",[["path",{d:"M4 8l2 -1l10 13l4 -2v-12l-4 -2l-10 13l-2 -1z",key:"svg-0"}]]),gO=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"}]]),gF=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"}]]),gz=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"}]]),gD=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"}]]),gA=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"}]]),gj=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"}]]),gE=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"}]]),gT=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"}]]),gB=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"}]]),gN=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"}]]),gL=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"}]]),g$=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"}]]),gW=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"}]]),gH=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"}]]),gV=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"}]]),gq=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"}]]),gU=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"}]]),gG=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"}]]),gX=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"}]]),gK=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"}]]),gY=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"}]]),gZ=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"}]]),gQ=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"}]]),gJ=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"}]]),g1=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"}]]),g0=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"}]]),g2=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"}]]),g3=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"}]]),g5=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"}]]),g4=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"}]]),g6=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"}]]),g9=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"}]]),g7=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"}]]),g8=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"}]]),ye=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"}]]),yt=createReactComponent("brand-zeit","IconBrandZeit",[["path",{d:"M3 20h18l-9 -16z",key:"svg-0"}]]),ya=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"}]]),yn=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"}]]),yr=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"}]]),yo=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"}]]),yl=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"}]]),yc=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"}]]),yi=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"}]]),ys=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"}]]),yd=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"}]]),yu=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"}]]),yp=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"}]]),yh=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"}]]),yv=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"}]]),yg=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"}]]),yy=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"}]]),yf=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"}]]),ym=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"}]]),yk=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"}]]),yM=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"}]]),yb=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"}]]),yI=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"}]]),yC=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"}]]),yx=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"}]]),yR=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"}]]),yS=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"}]]),y_=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"}]]),yw=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"}]]),yP=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"}]]),yO=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"}]]),yF=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"}]]),yz=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"}]]),yD=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"}]]),yA=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"}]]),yj=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"}]]),yE=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"}]]),yT=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"}]]),yB=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"}]]),yN=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"}]]),yL=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"}]]),y$=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"}]]),yW=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"}]]),yH=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"}]]),yV=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"}]]),yq=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"}]]),yU=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"}]]),yG=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"}]]),yX=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"}]]),yK=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"}]]),yY=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"}]]),yZ=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"}]]),yQ=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"}]]),yJ=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"}]]),y1=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"}]]),y0=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"}]]),y2=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"}]]),y3=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"}]]),y5=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"}]]),y4=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"}]]),y6=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"}]]),y9=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"}]]),y7=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"}]]),y8=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"}]]),fe=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"}]]),ft=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"}]]),fa=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"}]]),fn=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"}]]),fr=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"}]]),fo=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"}]]),fl=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"}]]),fc=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"}]]),fi=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"}]]),fs=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"}]]),fd=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"}]]),fu=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"}]]),fp=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"}]]),fh=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"}]]),fv=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"}]]),fg=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"}]]),fy=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"}]]),ff=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"}]]),fm=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"}]]),fk=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"}]]),fM=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"}]]),fb=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"}]]),fI=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"}]]),fC=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"}]]),fx=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"}]]),fR=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"}]]),fS=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"}]]),f_=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"}]]),fw=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"}]]),fP=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"}]]),fO=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"}]]),fF=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"}]]),fz=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"}]]),fD=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"}]]),fA=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"}]]),fj=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"}]]),fE=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"}]]),fT=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"}]]),fB=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"}]]),fN=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"}]]),fL=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"}]]),f$=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"}]]),fW=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"}]]),fH=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"}]]),fV=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"}]]),fq=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"}]]),fU=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"}]]),fG=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"}]]),fX=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"}]]),fK=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"}]]),fY=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"}]]),fZ=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"}]]),fQ=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"}]]),fJ=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"}]]),f1=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"}]]),f0=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"}]]),f2=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"}]]),f3=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"}]]),f5=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"}]]),f4=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"}]]),f6=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"}]]),f9=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"}]]),f7=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"}]]),f8=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"}]]),me=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"}]]),mt=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"}]]),ma=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"}]]),mn=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"}]]),mr=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"}]]),mo=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"}]]),ml=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"}]]),mc=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"}]]),mi=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"}]]),ms=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"}]]),md=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"}]]),mu=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"}]]),mp=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"}]]),mh=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"}]]),mv=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"}]]),mg=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"}]]),my=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"}]]),mf=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"}]]),mm=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"}]]),mk=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"}]]),mM=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"}]]),mb=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"}]]),mI=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"}]]),mC=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"}]]),mx=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"}]]),mR=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"}]]),mS=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"}]]),m_=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"}]]),mw=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"}]]),mP=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"}]]),mO=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"}]]),mF=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"}]]),mz=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"}]]),mD=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"}]]),mA=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"}]]),mj=createReactComponent("caret-down","IconCaretDown",[["path",{d:"M6 10l6 6l6 -6h-12",key:"svg-0"}]]),mE=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"}]]),mT=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"}]]),mB=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"}]]),mN=createReactComponent("caret-left","IconCaretLeft",[["path",{d:"M14 6l-6 6l6 6v-12",key:"svg-0"}]]),mL=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"}]]),m$=createReactComponent("caret-right","IconCaretRight",[["path",{d:"M10 18l6 -6l-6 -6v12",key:"svg-0"}]]),mW=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"}]]),mH=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"}]]),mV=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"}]]),mq=createReactComponent("caret-up","IconCaretUp",[["path",{d:"M18 14l-6 -6l-6 6h12",key:"svg-0"}]]),mU=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"}]]),mG=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"}]]),mX=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"}]]),mK=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"}]]),mY=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"}]]),mZ=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"}]]),mQ=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"}]]),mJ=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"}]]),m1=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"}]]),m0=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"}]]),m2=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"}]]),m3=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"}]]),m5=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"}]]),m4=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"}]]),m6=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"}]]),m9=createReactComponent("category-minus","IconCategoryMinus",[["path",{d:"M4 4h6v6h-6zm10 0h6v6h-6zm-10 10h6v6h-6zm10 3h6",key:"svg-0"}]]),m7=createReactComponent("category-plus","IconCategoryPlus",[["path",{d:"M4 4h6v6h-6zm10 0h6v6h-6zm-10 10h6v6h-6zm10 3h6m-3 -3v6",key:"svg-0"}]]),m8=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"}]]),ke=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"}]]),kt=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"}]]),ka=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"}]]),kn=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"}]]),kr=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"}]]),ko=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"}]]),kl=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"}]]),kc=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"}]]),ki=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"}]]),ks=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"}]]),kd=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"}]]),ku=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"}]]),kp=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"}]]),kh=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"}]]),kv=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"}]]),kg=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"}]]),ky=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"}]]),kf=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"}]]),km=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"}]]),kk=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"}]]),kM=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"}]]),kb=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"}]]),kI=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"}]]),kC=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"}]]),kx=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"}]]),kR=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"}]]),kS=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"}]]),k_=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"}]]),kw=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"}]]),kP=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"}]]),kO=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"}]]),kF=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"}]]),kz=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"}]]),kD=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"}]]),kA=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"}]]),kj=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"}]]),kE=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"}]]),kT=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"}]]),kB=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"}]]),kN=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"}]]),kL=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"}]]),k$=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"}]]),kW=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"}]]),kH=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"}]]),kV=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"}]]),kq=createReactComponent("chart-line","IconChartLine",[["path",{d:"M4 19l16 0",key:"svg-0"}],["path",{d:"M4 15l4 -6l4 2l4 -5l4 4",key:"svg-1"}]]),kU=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"}]]),kG=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"}]]),kX=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"}]]),kK=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"}]]),kY=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"}]]),kZ=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"}]]),kQ=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"}]]),kJ=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"}]]),k1=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"}]]),k0=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"}]]),k2=createReactComponent("check","IconCheck",[["path",{d:"M5 12l5 5l10 -10",key:"svg-0"}]]),k3=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"}]]),k5=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"}]]),k4=createReactComponent("checks","IconChecks",[["path",{d:"M7 12l5 5l10 -10",key:"svg-0"}],["path",{d:"M2 12l5 5m5 -5l5 -5",key:"svg-1"}]]),k6=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"}]]),k9=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"}]]),k7=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"}]]),k8=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"}]]),Me=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"}]]),Ma=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"}]]),Mn=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"}]]),Mr=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"}]]),Mo=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"}]]),Ml=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"}]]),Mc=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"}]]),Mi=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"}]]),Ms=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"}]]),Md=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"}]]),Mu=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"}]]),Mp=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"}]]),Mh=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"}]]),Mv=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"}]]),Mg=createReactComponent("chevron-compact-down","IconChevronCompactDown",[["path",{d:"M4 11l8 3l8 -3",key:"svg-0"}]]),My=createReactComponent("chevron-compact-left","IconChevronCompactLeft",[["path",{d:"M13 20l-3 -8l3 -8",key:"svg-0"}]]),Mf=createReactComponent("chevron-compact-right","IconChevronCompactRight",[["path",{d:"M11 4l3 8l-3 8",key:"svg-0"}]]),Mm=createReactComponent("chevron-compact-up","IconChevronCompactUp",[["path",{d:"M4 13l8 -3l8 3",key:"svg-0"}]]),Mk=createReactComponent("chevron-down-left","IconChevronDownLeft",[["path",{d:"M8 8v8h8",key:"svg-0"}]]),MM=createReactComponent("chevron-down-right","IconChevronDownRight",[["path",{d:"M16 8v8h-8",key:"svg-0"}]]),Mb=createReactComponent("chevron-down","IconChevronDown",[["path",{d:"M6 9l6 6l6 -6",key:"svg-0"}]]),MI=createReactComponent("chevron-left-pipe","IconChevronLeftPipe",[["path",{d:"M7 6v12",key:"svg-0"}],["path",{d:"M18 6l-6 6l6 6",key:"svg-1"}]]),MC=createReactComponent("chevron-left","IconChevronLeft",[["path",{d:"M15 6l-6 6l6 6",key:"svg-0"}]]),Mx=createReactComponent("chevron-right-pipe","IconChevronRightPipe",[["path",{d:"M6 6l6 6l-6 6",key:"svg-0"}],["path",{d:"M17 5v13",key:"svg-1"}]]),MR=createReactComponent("chevron-right","IconChevronRight",[["path",{d:"M9 6l6 6l-6 6",key:"svg-0"}]]),MS=createReactComponent("chevron-up-left","IconChevronUpLeft",[["path",{d:"M8 16v-8h8",key:"svg-0"}]]),M_=createReactComponent("chevron-up-right","IconChevronUpRight",[["path",{d:"M8 8h8v8",key:"svg-0"}]]),Mw=createReactComponent("chevron-up","IconChevronUp",[["path",{d:"M6 15l6 -6l6 6",key:"svg-0"}]]),MP=createReactComponent("chevrons-down-left","IconChevronsDownLeft",[["path",{d:"M11 5v8h8",key:"svg-0"}],["path",{d:"M7 9v8h8",key:"svg-1"}]]),MO=createReactComponent("chevrons-down-right","IconChevronsDownRight",[["path",{d:"M13 5v8h-8",key:"svg-0"}],["path",{d:"M17 9v8h-8",key:"svg-1"}]]),MF=createReactComponent("chevrons-down","IconChevronsDown",[["path",{d:"M7 7l5 5l5 -5",key:"svg-0"}],["path",{d:"M7 13l5 5l5 -5",key:"svg-1"}]]),Mz=createReactComponent("chevrons-left","IconChevronsLeft",[["path",{d:"M11 7l-5 5l5 5",key:"svg-0"}],["path",{d:"M17 7l-5 5l5 5",key:"svg-1"}]]),MD=createReactComponent("chevrons-right","IconChevronsRight",[["path",{d:"M7 7l5 5l-5 5",key:"svg-0"}],["path",{d:"M13 7l5 5l-5 5",key:"svg-1"}]]),MA=createReactComponent("chevrons-up-left","IconChevronsUpLeft",[["path",{d:"M7 15v-8h8",key:"svg-0"}],["path",{d:"M11 19v-8h8",key:"svg-1"}]]),Mj=createReactComponent("chevrons-up-right","IconChevronsUpRight",[["path",{d:"M9 7h8v8",key:"svg-0"}],["path",{d:"M5 11h8v8",key:"svg-1"}]]),ME=createReactComponent("chevrons-up","IconChevronsUp",[["path",{d:"M7 11l5 -5l5 5",key:"svg-0"}],["path",{d:"M7 17l5 -5l5 5",key:"svg-1"}]]),MT=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"}]]),MB=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"}]]),MN=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"}]]),ML=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"}]]),M$=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"}]]),MW=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"}]]),MH=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"}]]),MV=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"}]]),Mq=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"}]]),MU=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"}]]),MG=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"}]]),MX=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"}]]),MK=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"}]]),MY=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"}]]),MZ=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"}]]),MQ=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"}]]),MJ=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"}]]),M1=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"}]]),M0=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"}]]),M2=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"}]]),M3=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"}]]),M5=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"}]]),M4=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"}]]),M6=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"}]]),M9=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"}]]),M7=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"}]]),M8=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"}]]),bt=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"}]]),ba=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"}]]),bn=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"}]]),br=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"}]]),bo=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"}]]),bl=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"}]]),bc=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"}]]),bi=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"}]]),bs=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"}]]),bd=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"}]]),bu=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"}]]),bp=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"}]]),bh=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"}]]),bv=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"}]]),bg=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"}]]),by=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"}]]),bf=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"}]]),bm=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"}]]),bk=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"}]]),bM=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"}]]),bb=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"}]]),bI=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"}]]),bC=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"}]]),bx=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"}]]),bR=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"}]]),bS=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"}]]),b_=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"}]]),bw=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"}]]),bP=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"}]]),bO=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"}]]),bF=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"}]]),bz=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"}]]),bD=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"}]]),bA=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"}]]),bj=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"}]]),bE=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"}]]),bT=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"}]]),bB=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"}]]),bN=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"}]]),bL=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"}]]),b$=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"}]]),bW=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"}]]),bH=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"}]]),bV=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"}]]),bq=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"}]]),bU=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"}]]),bG=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"}]]),bX=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"}]]),bK=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"}]]),bY=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"}]]),bZ=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"}]]),bQ=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"}]]),bJ=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"}]]),b1=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"}]]),b0=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"}]]),b2=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"}]]),b3=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"}]]),b5=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"}]]),b4=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"}]]),b6=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"}]]),b9=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"}]]),b7=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"}]]),b8=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"}]]),It=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"}]]),Ia=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"}]]),In=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"}]]),Ir=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"}]]),Io=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"}]]),Il=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"}]]),Ic=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"}]]),Ii=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"}]]),Is=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"}]]),Id=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"}]]),Iu=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"}]]),Ip=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"}]]),Ih=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"}]]),Iv=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"}]]),Ig=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"}]]),Iy=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"}]]),If=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"}]]),Im=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"}]]),Ik=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"}]]),IM=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"}]]),Ib=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"}]]),II=createReactComponent("circle","IconCircle",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}]]),IC=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"}]]),Ix=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"}]]),IR=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"}]]),IS=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"}]]),I_=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"}]]),Iw=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"}]]),IP=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"}]]),IO=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"}]]),IF=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"}]]),Iz=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"}]]),ID=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"}]]),IA=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"}]]),Ij=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"}]]),IE=createReactComponent("circuit-ground-digital","IconCircuitGroundDigital",[["path",{d:"M12 13v-10",key:"svg-0"}],["path",{d:"M12 21l-6 -8h12z",key:"svg-1"}]]),IT=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"}]]),IB=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"}]]),IN=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"}]]),IL=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"}]]),I$=createReactComponent("circuit-resistor","IconCircuitResistor",[["path",{d:"M2 12h2l2 -5l3 10l3 -10l3 10l3 -10l1.5 5h2.5",key:"svg-0"}]]),IW=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"}]]),IH=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"}]]),IV=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"}]]),Iq=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"}]]),IU=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"}]]),IG=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"}]]),IX=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"}]]),IK=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"}]]),IY=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"}]]),IZ=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"}]]),IQ=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"}]]),IJ=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"}]]),I1=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"}]]),I0=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"}]]),I2=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"}]]),I3=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"}]]),I5=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"}]]),I4=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"}]]),I6=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"}]]),I9=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"}]]),I7=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"}]]),I8=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"}]]),Ct=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"}]]),Ca=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"}]]),Cn=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"}]]),Cr=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"}]]),Co=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"}]]),Cl=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"}]]),Cc=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"}]]),Ci=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"}]]),Cs=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"}]]),Cd=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"}]]),Cu=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"}]]),Cp=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"}]]),Ch=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"}]]),Cv=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"}]]),Cg=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"}]]),Cy=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"}]]),Cf=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"}]]),Cm=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"}]]),Ck=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"}]]),CM=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"}]]),Cb=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"}]]),CI=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"}]]),CC=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"}]]),Cx=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"}]]),CR=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"}]]),CS=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"}]]),C_=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"}]]),Cw=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"}]]),CP=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"}]]),CO=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"}]]),CF=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"}]]),Cz=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"}]]),CD=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"}]]),CA=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"}]]),Cj=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"}]]),CE=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"}]]),CT=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"}]]),CB=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"}]]),CN=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"}]]),CL=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"}]]),C$=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"}]]),CW=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"}]]),CH=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"}]]),CV=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"}]]),Cq=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"}]]),CU=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"}]]),CG=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"}]]),CX=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"}]]),CK=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"}]]),CY=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"}]]),CZ=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"}]]),CQ=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"}]]),CJ=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"}]]),C1=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"}]]),C0=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"}]]),C2=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"}]]),C3=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"}]]),C5=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"}]]),C4=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"}]]),C6=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"}]]),C9=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"}]]),C7=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"}]]),C8=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"}]]),xt=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"}]]),xa=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"}]]),xn=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"}]]),xr=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"}]]),xo=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"}]]),xl=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"}]]),xc=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"}]]),xi=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"}]]),xs=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"}]]),xd=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"}]]),xu=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"}]]),xp=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"}]]),xh=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"}]]),xv=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"}]]),xg=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"}]]),xy=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"}]]),xf=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"}]]),xm=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"}]]),xk=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"}]]),xM=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"}]]),xb=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"}]]),xI=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"}]]),xC=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"}]]),xx=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"}]]),xR=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"}]]),xS=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"}]]),x_=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"}]]),xw=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"}]]),xP=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"}]]),xO=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"}]]),xF=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"}]]),xz=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"}]]),xD=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"}]]),xA=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"}]]),xj=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"}]]),xE=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"}]]),xT=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"}]]),xB=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"}]]),xN=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"}]]),xL=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"}]]),x$=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"}]]),xW=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"}]]),xH=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"}]]),xV=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"}]]),xq=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"}]]),xU=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"}]]),xG=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"}]]),xX=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"}]]),xK=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"}]]),xY=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"}]]),xZ=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"}]]),xQ=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"}]]),xJ=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"}]]),x1=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"}]]),x0=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"}]]),x2=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"}]]),x3=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"}]]),x5=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"}]]),x4=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"}]]),x6=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"}]]),x9=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"}]]),x7=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"}]]),x8=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"}]]),Re=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"}]]),Ra=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"}]]),Rn=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"}]]),Rr=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"}]]),Ro=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"}]]),Rl=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"}]]),Rc=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"}]]),Ri=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"}]]),Rs=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"}]]),Rd=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"}]]),Ru=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"}]]),Rp=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"}]]),Rh=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"}]]),Rv=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"}]]),Rg=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"}]]),Ry=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"}]]),Rf=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"}]]),Rm=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"}]]),Rk=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"}]]),RM=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"}]]),Rb=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"}]]),RI=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"}]]),RC=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"}]]),Rx=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"}]]),RR=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"}]]),RS=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"}]]),R_=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"}]]),Rw=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"}]]),RP=createReactComponent("corner-down-left","IconCornerDownLeft",[["path",{d:"M18 6v6a3 3 0 0 1 -3 3h-10l4 -4m0 8l-4 -4",key:"svg-0"}]]),RO=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"}]]),RF=createReactComponent("corner-down-right","IconCornerDownRight",[["path",{d:"M6 6v6a3 3 0 0 0 3 3h10l-4 -4m0 8l4 -4",key:"svg-0"}]]),Rz=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"}]]),RD=createReactComponent("corner-left-down","IconCornerLeftDown",[["path",{d:"M18 6h-6a3 3 0 0 0 -3 3v10l-4 -4m8 0l-4 4",key:"svg-0"}]]),RA=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"}]]),Rj=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"}]]),RE=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"}]]),RT=createReactComponent("corner-right-down","IconCornerRightDown",[["path",{d:"M6 6h6a3 3 0 0 1 3 3v10l-4 -4m8 0l-4 4",key:"svg-0"}]]),RB=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"}]]),RN=createReactComponent("corner-right-up","IconCornerRightUp",[["path",{d:"M6 18h6a3 3 0 0 0 3 -3v-10l-4 4m8 0l-4 -4",key:"svg-0"}]]),RL=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"}]]),R$=createReactComponent("corner-up-left","IconCornerUpLeft",[["path",{d:"M18 18v-6a3 3 0 0 0 -3 -3h-10l4 -4m0 8l-4 -4",key:"svg-0"}]]),RW=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"}]]),RH=createReactComponent("corner-up-right","IconCornerUpRight",[["path",{d:"M6 18v-6a3 3 0 0 1 3 -3h10l-4 -4m0 8l4 -4",key:"svg-0"}]]),RV=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"}]]),Rq=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"}]]),RU=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"}]]),RG=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"}]]),RX=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"}]]),RK=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"}]]),RY=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"}]]),RZ=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"}]]),RQ=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"}]]),RJ=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"}]]),R1=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"}]]),R0=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"}]]),R2=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"}]]),R3=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"}]]),R5=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"}]]),R4=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"}]]),R6=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"}]]),R9=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"}]]),R7=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"}]]),R8=createReactComponent("cross","IconCross",[["path",{d:"M10 21h4v-9h5v-4h-5v-5h-4v5h-5v4h5z",key:"svg-0"}]]),St=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"}]]),Sa=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"}]]),Sn=createReactComponent("crown","IconCrown",[["path",{d:"M12 6l4 6l5 -4l-2 10h-14l-2 -10l5 4z",key:"svg-0"}]]),Sr=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"}]]),So=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"}]]),Sl=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"}]]),Sc=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"}]]),Si=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"}]]),Ss=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"}]]),Sd=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"}]]),Su=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"}]]),Sp=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"}]]),Sh=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"}]]),Sv=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"}]]),Sg=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"}]]),Sy=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"}]]),Sf=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"}]]),Sm=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"}]]),Sk=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"}]]),SM=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"}]]),Sb=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"}]]),SI=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"}]]),SC=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"}]]),Sx=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"}]]),SR=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"}]]),SS=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"}]]),S_=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"}]]),Sw=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"}]]),SP=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"}]]),SO=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"}]]),SF=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"}]]),Sz=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"}]]),SD=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"}]]),SA=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"}]]),Sj=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"}]]),SE=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"}]]),ST=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"}]]),SB=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"}]]),SN=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"}]]),SL=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"}]]),S$=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"}]]),SW=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"}]]),SH=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"}]]),SV=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"}]]),Sq=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"}]]),SU=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"}]]),SG=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"}]]),SX=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"}]]),SK=createReactComponent("currency-leu","IconCurrencyLeu",[["path",{d:"M17 18h-7a3 3 0 0 1 -3 -3v-10",key:"svg-0"}]]),SY=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"}]]),SZ=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"}]]),SQ=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"}]]),SJ=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"}]]),S1=createReactComponent("currency-monero","IconCurrencyMonero",[["path",{d:"M3 18h3v-11l6 7l6 -7v11h3",key:"svg-0"}]]),S0=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"}]]),S2=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"}]]),S3=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"}]]),S5=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"}]]),S4=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"}]]),S6=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"}]]),S9=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"}]]),S7=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"}]]),S8=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"}]]),_e=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"}]]),_t=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"}]]),_a=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"}]]),_n=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"}]]),_r=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"}]]),_o=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"}]]),_l=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"}]]),_c=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"}]]),_i=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"}]]),_s=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"}]]),_d=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"}]]),_u=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"}]]),_p=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"}]]),_h=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"}]]),_v=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"}]]),_g=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"}]]),_y=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"}]]),_f=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"}]]),_m=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"}]]),_k=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"}]]),_M=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"}]]),_b=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"}]]),_I=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"}]]),_C=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"}]]),_x=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"}]]),_R=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"}]]),_S=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"}]]),__=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"}]]),_w=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"}]]),_P=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"}]]),_O=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"}]]),_F=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"}]]),_z=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"}]]),_D=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"}]]),_A=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"}]]),_j=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"}]]),_E=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"}]]),_T=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"}]]),_B=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"}]]),_N=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"}]]),_L=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"}]]),_$=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"}]]),_W=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"}]]),_H=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"}]]),_V=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"}]]),_q=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"}]]),_U=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"}]]),_G=createReactComponent("delta","IconDelta",[["path",{d:"M4 20h16l-8 -16z",key:"svg-0"}]]),_X=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"}]]),_K=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"}]]),_Y=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"}]]),_Z=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"}]]),_Q=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"}]]),_J=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"}]]),_1=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"}]]),_0=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"}]]),_2=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"}]]),_3=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"}]]),_5=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"}]]),_4=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"}]]),_6=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"}]]),_9=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"}]]),_7=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"}]]),_8=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"}]]),wt=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"}]]),wa=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"}]]),wn=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"}]]),wr=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"}]]),wo=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"}]]),wl=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"}]]),wc=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"}]]),wi=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"}]]),ws=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"}]]),wd=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"}]]),wu=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"}]]),wp=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"}]]),wh=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"}]]),wv=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"}]]),wg=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"}]]),wy=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"}]]),wf=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"}]]),wm=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"}]]),wk=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"}]]),wM=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"}]]),wb=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"}]]),wI=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"}]]),wC=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"}]]),wx=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"}]]),wR=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"}]]),wS=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"}]]),ww=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"}]]),wP=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"}]]),wO=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"}]]),wF=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"}]]),wz=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"}]]),wD=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"}]]),wA=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"}]]),wj=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"}]]),wE=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"}]]),wT=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"}]]),wB=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"}]]),wN=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"}]]),wL=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"}]]),w$=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"}]]),wW=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"}]]),wH=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"}]]),wV=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"}]]),wq=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"}]]),wU=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"}]]),wG=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"}]]),wX=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"}]]),wK=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"}]]),wY=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"}]]),wZ=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"}]]),wQ=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"}]]),wJ=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"}]]),w1=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"}]]),w0=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"}]]),w2=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"}]]),w3=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"}]]),w5=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"}]]),w4=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"}]]),w6=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"}]]),w9=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"}]]),w7=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"}]]),w8=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"}]]),Pt=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"}]]),Pa=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"}]]),Pn=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"}]]),Pr=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"}]]),Po=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"}]]),Pl=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"}]]),Pc=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"}]]),Pi=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"}]]),Ps=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"}]]),Pd=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"}]]),Pu=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"}]]),Pp=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"}]]),Ph=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"}]]),Pv=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"}]]),Pg=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"}]]),Py=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"}]]),Pf=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"}]]),Pm=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"}]]),Pk=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"}]]),PM=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"}]]),Pb=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"}]]),PI=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"}]]),PC=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"}]]),Px=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"}]]),PR=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"}]]),PS=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"}]]),P_=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"}]]),Pw=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"}]]),PP=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"}]]),PO=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"}]]),PF=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"}]]),Pz=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"}]]),PD=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"}]]),PA=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"}]]),Pj=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"}]]),PE=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"}]]),PT=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"}]]),PB=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"}]]),PN=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"}]]),PL=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"}]]),P$=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"}]]),PW=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"}]]),PH=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"}]]),PV=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"}]]),Pq=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"}]]),PU=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"}]]),PG=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"}]]),PX=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"}]]),PK=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"}]]),PY=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"}]]),PZ=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"}]]),PQ=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"}]]),PJ=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"}]]),P1=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"}]]),P0=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"}]]),P2=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"}]]),P3=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"}]]),P5=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"}]]),P4=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"}]]),P6=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"}]]),P9=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"}]]),P7=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"}]]),P8=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"}]]),Oe=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"}]]),Ot=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"}]]),Oa=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"}]]),On=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"}]]),Or=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"}]]),Oo=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"}]]),Ol=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"}]]),Oc=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"}]]),Oi=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"}]]),Os=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"}]]),Od=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"}]]),Ou=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"}]]),Op=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"}]]),Oh=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"}]]),Ov=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"}]]),Og=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"}]]),Oy=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"}]]),Of=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"}]]),Om=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"}]]),Ok=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"}]]),OM=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"}]]),Ob=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"}]]),OI=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"}]]),OC=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"}]]),Ox=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"}]]),OR=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"}]]),OS=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"}]]),O_=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"}]]),Ow=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"}]]),OP=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"}]]),OO=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"}]]),OF=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"}]]),Oz=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"}]]),OD=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"}]]),OA=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"}]]),Oj=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"}]]),OE=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"}]]),OT=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"}]]),OB=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"}]]),ON=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"}]]),OL=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"}]]),O$=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"}]]),OW=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"}]]),OH=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"}]]),OV=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"}]]),Oq=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"}]]),OU=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"}]]),OG=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"}]]),OX=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"}]]),OK=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"}]]),OY=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"}]]),OZ=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"}]]),OQ=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"}]]),OJ=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"}]]),O1=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"}]]),O0=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"}]]),O2=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"}]]),O3=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"}]]),O5=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"}]]),O4=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"}]]),O6=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"}]]),O9=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"}]]),O7=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"}]]),O8=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"}]]),Fe=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"}]]),Ft=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"}]]),Fa=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"}]]),Fn=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"}]]),Fr=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"}]]),Fo=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"}]]),Fl=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"}]]),Fc=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"}]]),Fi=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"}]]),Fs=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"}]]),Fd=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"}]]),Fu=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"}]]),Fp=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"}]]),Fh=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"}]]),Fv=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"}]]),Fg=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"}]]),Fy=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"}]]),Ff=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"}]]),Fm=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"}]]),Fk=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"}]]),FM=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"}]]),Fb=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"}]]),FI=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"}]]),FC=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"}]]),Fx=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"}]]),FR=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"}]]),FS=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"}]]),F_=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"}]]),Fw=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"}]]),FP=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"}]]),FO=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"}]]),FF=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"}]]),Fz=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"}]]),FD=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"}]]),FA=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"}]]),Fj=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"}]]),FE=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"}]]),FT=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"}]]),FB=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"}]]),FN=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"}]]),FL=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"}]]),F$=createReactComponent("direction-horizontal","IconDirectionHorizontal",[["path",{d:"M10 9l-3 3l3 3",key:"svg-0"}],["path",{d:"M14 9l3 3l-3 3",key:"svg-1"}]]),FW=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"}]]),FH=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"}]]),FV=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"}]]),Fq=createReactComponent("direction","IconDirection",[["path",{d:"M9 10l3 -3l3 3",key:"svg-0"}],["path",{d:"M9 14l3 3l3 -3",key:"svg-1"}]]),FU=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"}]]),FG=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"}]]),FX=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"}]]),FK=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"}]]),FY=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"}]]),FZ=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"}]]),FQ=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"}]]),FJ=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"}]]),F1=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"}]]),F0=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"}]]),F2=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"}]]),F3=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"}]]),F5=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"}]]),F4=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"}]]),F6=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"}]]),F9=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"}]]),F7=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"}]]),F8=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"}]]),ze=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"}]]),zt=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"}]]),za=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"}]]),zn=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"}]]),zr=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"}]]),zo=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"}]]),zl=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"}]]),zc=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"}]]),zi=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"}]]),zs=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"}]]),zd=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"}]]),zu=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"}]]),zp=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"}]]),zh=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"}]]),zv=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"}]]),zg=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"}]]),zy=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"}]]),zf=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"}]]),zm=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"}]]),zk=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"}]]),zM=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"}]]),zb=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"}]]),zI=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"}]]),zC=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"}]]),zx=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"}]]),zR=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"}]]),zS=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"}]]),z_=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"}]]),zw=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"}]]),zP=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"}]]),zO=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"}]]),zF=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"}]]),zz=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"}]]),zD=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"}]]),zA=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"}]]),zj=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"}]]),zE=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"}]]),zT=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"}]]),zB=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"}]]),zN=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"}]]),zL=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"}]]),z$=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"}]]),zW=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"}]]),zH=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"}]]),zV=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"}]]),zq=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"}]]),zU=createReactComponent("dual-screen","IconDualScreen",[["path",{d:"M5 4l8 3v15l-8 -3z",key:"svg-0"}],["path",{d:"M13 19h6v-15h-14",key:"svg-1"}]]),zG=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"}]]),zX=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"}]]),zK=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"}]]),zY=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"}]]),zZ=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"}]]),zQ=createReactComponent("ease-in-out","IconEaseInOut",[["path",{d:"M3 20c8 0 10 -16 18 -16",key:"svg-0"}]]),zJ=createReactComponent("ease-in","IconEaseIn",[["path",{d:"M3 20c8 0 18 -16 18 -16",key:"svg-0"}]]),z1=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"}]]),z0=createReactComponent("ease-out","IconEaseOut",[["path",{d:"M3 20s10 -16 18 -16",key:"svg-0"}]]),z2=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"}]]),z3=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"}]]),z5=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"}]]),z4=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"}]]),z6=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"}]]),z9=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"}]]),z7=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"}]]),z8=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"}]]),Dt=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"}]]),Da=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"}]]),Dn=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"}]]),Dr=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"}]]),Do=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"}]]),Dl=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"}]]),Dc=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"}]]),Di=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"}]]),Ds=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"}]]),Dd=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"}]]),Du=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"}]]),Dp=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"}]]),Dh=createReactComponent("equal","IconEqual",[["path",{d:"M5 10h14",key:"svg-0"}],["path",{d:"M5 14h14",key:"svg-1"}]]),Dv=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"}]]),Dg=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"}]]),Dy=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"}]]),Df=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"}]]),Dm=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"}]]),Dk=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"}]]),DM=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"}]]),Db=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"}]]),DI=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"}]]),DC=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"}]]),Dx=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"}]]),DR=createReactComponent("exclamation-mark","IconExclamationMark",[["path",{d:"M12 19v.01",key:"svg-0"}],["path",{d:"M12 15v-10",key:"svg-1"}]]),DS=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"}]]),D_=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"}]]),Dw=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"}]]),DP=createReactComponent("exposure-minus-1","IconExposureMinus1",[["path",{d:"M3 12h6",key:"svg-0"}],["path",{d:"M18 19v-14l-4 4",key:"svg-1"}]]),DO=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"}]]),DF=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"}]]),Dz=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"}]]),DD=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"}]]),DA=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"}]]),Dj=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"}]]),DE=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"}]]),DT=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"}]]),DB=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"}]]),DN=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"}]]),DL=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"}]]),D$=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"}]]),DW=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"}]]),DH=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"}]]),DV=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"}]]),Dq=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"}]]),DU=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"}]]),DG=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"}]]),DX=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"}]]),DK=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"}]]),DY=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"}]]),DZ=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"}]]),DQ=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"}]]),DJ=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"}]]),D1=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"}]]),D0=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"}]]),D2=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"}]]),D3=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"}]]),D5=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"}]]),D4=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"}]]),D6=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"}]]),D9=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"}]]),D7=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"}]]),D8=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"}]]),Aa=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"}]]),An=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"}]]),Ar=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"}]]),Ao=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"}]]),Al=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"}]]),Ac=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"}]]),Ai=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"}]]),As=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"}]]),Ad=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"}]]),Au=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"}]]),Ap=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"}]]),Ah=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"}]]),Av=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"}]]),Ag=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"}]]),Ay=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"}]]),Af=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"}]]),Am=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"}]]),Ak=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"}]]),AM=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"}]]),Ab=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"}]]),AI=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"}]]),AC=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"}]]),Ax=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"}]]),AR=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"}]]),AS=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"}]]),A_=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"}]]),Aw=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"}]]),AP=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"}]]),AO=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"}]]),AF=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"}]]),Az=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"}]]),AD=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"}]]),AA=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"}]]),Aj=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"}]]),AE=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"}]]),AT=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"}]]),AB=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"}]]),AN=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"}]]),AL=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"}]]),A$=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"}]]),AW=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"}]]),AH=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"}]]),AV=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"}]]),Aq=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"}]]),AU=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"}]]),AG=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"}]]),AX=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"}]]),AK=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"}]]),AY=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"}]]),AZ=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"}]]),AQ=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"}]]),AJ=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"}]]),A1=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"}]]),A0=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"}]]),A2=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"}]]),A3=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"}]]),A5=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"}]]),A4=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"}]]),A6=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"}]]),A9=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"}]]),A7=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"}]]),A8=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"}]]),je=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"}]]),ja=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"}]]),jn=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"}]]),jr=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"}]]),jo=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"}]]),jl=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"}]]),jc=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"}]]),ji=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"}]]),js=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"}]]),jd=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"}]]),ju=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"}]]),jp=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"}]]),jh=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"}]]),jv=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"}]]),jg=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"}]]),jy=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"}]]),jf=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"}]]),jm=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"}]]),jk=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"}]]),jM=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"}]]),jb=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"}]]),jI=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"}]]),jC=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"}]]),jx=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"}]]),jR=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"}]]),jS=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"}]]),j_=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"}]]),jw=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"}]]),jP=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"}]]),jO=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"}]]),jF=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"}]]),jz=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"}]]),jD=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"}]]),jA=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"}]]),jj=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"}]]),jE=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"}]]),jT=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"}]]),jB=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"}]]),jN=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"}]]),jL=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"}]]),j$=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"}]]),jW=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"}]]),jH=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"}]]),jV=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"}]]),jq=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"}]]),jU=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"}]]),jG=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"}]]),jX=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"}]]),jK=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"}]]),jY=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"}]]),jZ=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"}]]),jQ=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"}]]),jJ=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"}]]),j1=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"}]]),j0=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"}]]),j2=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"}]]),j3=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"}]]),j5=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"}]]),j4=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"}]]),j6=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"}]]),j9=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"}]]),j7=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"}]]),j8=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"}]]),Ee=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"}]]),Et=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"}]]),Ea=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"}]]),En=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"}]]),Er=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"}]]),Eo=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"}]]),El=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"}]]),Ec=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"}]]),Ei=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"}]]),Es=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"}]]),Ed=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"}]]),Eu=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"}]]),Ep=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"}]]),Eh=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"}]]),Ev=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"}]]),Eg=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"}]]),Ey=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"}]]),Ef=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"}]]),Em=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"}]]),Ek=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"}]]),EM=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"}]]),Eb=createReactComponent("flag-2","IconFlag2",[["path",{d:"M5 14h14v-9h-14v16",key:"svg-0"}]]),EI=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"}]]),EC=createReactComponent("flag-3","IconFlag3",[["path",{d:"M5 14h14l-4.5 -4.5l4.5 -4.5h-14v16",key:"svg-0"}]]),Ex=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"}]]),ER=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"}]]),ES=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"}]]),E_=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"}]]),Ew=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"}]]),EP=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"}]]),EO=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"}]]),EF=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"}]]),Ez=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"}]]),ED=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"}]]),EA=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"}]]),Ej=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"}]]),EE=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"}]]),ET=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"}]]),EB=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"}]]),EN=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"}]]),EL=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"}]]),E$=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"}]]),EW=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"}]]),EH=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"}]]),EV=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"}]]),Eq=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"}]]),EU=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"}]]),EG=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"}]]),EX=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"}]]),EK=createReactComponent("flare","IconFlare",[["path",{d:"M12 3l3 6l6 3l-6 3l-3 6l-3 -6l-6 -3l6 -3z",key:"svg-0"}]]),EY=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"}]]),EZ=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"}]]),EQ=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"}]]),EJ=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"}]]),E1=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"}]]),E0=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"}]]),E2=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"}]]),E3=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"}]]),E5=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"}]]),E4=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"}]]),E6=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"}]]),E9=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"}]]),E7=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"}]]),E8=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"}]]),Tt=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"}]]),Ta=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"}]]),Tn=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"}]]),Tr=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"}]]),To=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"}]]),Tl=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"}]]),Tc=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"}]]),Ti=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"}]]),Ts=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"}]]),Td=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"}]]),Tu=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"}]]),Tp=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"}]]),Th=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"}]]),Tv=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"}]]),Tg=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"}]]),Ty=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"}]]),Tf=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"}]]),Tm=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"}]]),Tk=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"}]]),TM=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"}]]),Tb=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"}]]),TI=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"}]]),TC=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"}]]),Tx=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"}]]),TR=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"}]]),TS=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"}]]),T_=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"}]]),Tw=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"}]]),TP=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"}]]),TO=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"}]]),TF=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"}]]),Tz=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"}]]),TD=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"}]]),TA=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"}]]),Tj=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"}]]),TE=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"}]]),TT=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"}]]),TB=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"}]]),TN=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"}]]),TL=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"}]]),T$=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"}]]),TW=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"}]]),TH=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"}]]),TV=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"}]]),Tq=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"}]]),TU=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"}]]),TG=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"}]]),TX=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"}]]),TK=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"}]]),TY=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"}]]),TZ=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"}]]),TQ=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"}]]),TJ=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"}]]),T1=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"}]]),T0=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"}]]),T2=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"}]]),T3=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"}]]),T5=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"}]]),T4=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"}]]),T6=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"}]]),T9=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"}]]),T7=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"}]]),T8=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"}]]),Bt=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"}]]),Ba=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"}]]),Bn=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"}]]),Br=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"}]]),Bo=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"}]]),Bl=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"}]]),Bc=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"}]]),Bi=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"}]]),Bs=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"}]]),Bd=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"}]]),Bu=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"}]]),Bp=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"}]]),Bh=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"}]]),Bv=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"}]]),Bg=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"}]]),By=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"}]]),Bf=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"}]]),Bm=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"}]]),Bk=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"}]]),BM=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"}]]),Bb=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"}]]),BI=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"}]]),BC=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"}]]),Bx=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"}]]),BR=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"}]]),BS=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"}]]),B_=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"}]]),Bw=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"}]]),BP=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"}]]),BO=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"}]]),BF=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"}]]),Bz=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"}]]),BD=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"}]]),BA=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"}]]),Bj=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"}]]),BE=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"}]]),BT=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"}]]),BB=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"}]]),BN=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"}]]),BL=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"}]]),B$=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"}]]),BW=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"}]]),BH=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"}]]),BV=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"}]]),Bq=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"}]]),BU=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"}]]),BG=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"}]]),BX=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"}]]),BK=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"}]]),BY=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"}]]),BZ=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"}]]),BQ=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"}]]),BJ=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"}]]),B1=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"}]]),B0=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"}]]),B2=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"}]]),B3=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"}]]),B5=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"}]]),B4=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"}]]),B6=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"}]]),B9=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"}]]),B7=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"}]]),B8=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"}]]),Nt=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"}]]),Na=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"}]]),Nn=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"}]]),Nr=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"}]]),No=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"}]]),Nl=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"}]]),Nc=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"}]]),Ni=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"}]]),Ns=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"}]]),Nd=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"}]]),Nu=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"}]]),Np=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"}]]),Nh=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"}]]),Nv=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"}]]),Ng=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"}]]),Ny=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"}]]),Nf=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"}]]),Nm=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"}]]),Nk=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"}]]),NM=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"}]]),Nb=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"}]]),NI=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"}]]),NC=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"}]]),Nx=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"}]]),NR=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"}]]),NS=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"}]]),N_=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"}]]),Nw=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"}]]),NP=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"}]]),NO=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"}]]),NF=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"}]]),Nz=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"}]]),ND=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"}]]),NA=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"}]]),Nj=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"}]]),NE=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"}]]),NT=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"}]]),NB=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"}]]),NN=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"}]]),NL=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"}]]),N$=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"}]]),NW=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"}]]),NH=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"}]]),NV=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"}]]),Nq=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"}]]),NU=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"}]]),NG=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"}]]),NX=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"}]]),NK=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"}]]),NY=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"}]]),NZ=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"}]]),NQ=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"}]]),NJ=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"}]]),N1=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"}]]),N0=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"}]]),N2=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"}]]),N3=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"}]]),N5=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"}]]),N4=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"}]]),N6=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"}]]),N9=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"}]]),N7=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"}]]),N8=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"}]]),Le=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"}]]),Lt=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"}]]),La=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"}]]),Ln=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"}]]),Lr=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"}]]),Lo=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"}]]),Ll=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"}]]),Lc=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"}]]),Li=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"}]]),Ls=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"}]]),Ld=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"}]]),Lu=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"}]]),Lp=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"}]]),Lh=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"}]]),Lv=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"}]]),Lg=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"}]]),Ly=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"}]]),Lf=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"}]]),Lm=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"}]]),Lk=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"}]]),LM=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"}]]),Lb=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"}]]),LI=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"}]]),LC=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"}]]),Lx=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"}]]),LR=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"}]]),LS=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"}]]),L_=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"}]]),Lw=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"}]]),LP=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"}]]),LO=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"}]]),LF=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"}]]),Lz=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"}]]),LD=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"}]]),LA=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"}]]),Lj=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"}]]),LE=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"}]]),LT=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"}]]),LB=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"}]]),LN=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"}]]),LL=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"}]]),L$=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"}]]),LW=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"}]]),LH=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"}]]),LV=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"}]]),Lq=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"}]]),LU=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"}]]),LG=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"}]]),LX=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"}]]),LK=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"}]]),LY=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"}]]),LZ=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"}]]),LQ=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"}]]),LJ=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"}]]),L1=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"}]]),L0=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"}]]),L2=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"}]]),L3=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"}]]),L5=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"}]]),L4=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"}]]),L6=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"}]]),L9=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"}]]),L7=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"}]]),L8=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"}]]),$t=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"}]]),$a=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"}]]),$n=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"}]]),$r=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"}]]),$o=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"}]]),$l=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"}]]),$c=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"}]]),$i=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"}]]),$s=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"}]]),$d=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"}]]),$u=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"}]]),$p=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"}]]),$h=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"}]]),$v=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"}]]),$g=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"}]]),$y=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"}]]),$f=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"}]]),$m=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"}]]),$k=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"}]]),$M=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"}]]),$b=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"}]]),$I=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"}]]),$C=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"}]]),$x=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"}]]),$R=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"}]]),$S=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"}]]),$_=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"}]]),$w=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"}]]),$P=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"}]]),$O=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"}]]),$F=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"}]]),$z=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"}]]),$D=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"}]]),$A=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"}]]),$j=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"}]]),$E=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"}]]),$T=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"}]]),$B=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"}]]),$N=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"}]]),$L=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"}]]),$$=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"}]]),$W=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"}]]),$H=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"}]]),$V=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"}]]),$q=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"}]]),$U=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"}]]),$G=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"}]]),$X=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"}]]),$K=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"}]]),$Y=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"}]]),$Z=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"}]]),$Q=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"}]]),$J=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"}]]),$1=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"}]]),$0=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"}]]),$2=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"}]]),$3=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"}]]),$5=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"}]]),$4=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"}]]),$6=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"}]]),$9=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"}]]),$7=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"}]]),$8=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"}]]),We=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"}]]),Wt=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"}]]),Wa=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"}]]),Wn=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"}]]),Wr=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"}]]),Wo=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"}]]),Wl=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"}]]),Wc=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"}]]),Wi=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"}]]),Ws=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"}]]),Wd=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"}]]),Wu=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"}]]),Wp=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"}]]),Wh=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"}]]),Wv=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"}]]),Wg=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"}]]),Wy=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"}]]),Wf=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"}]]),Wm=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"}]]),Wk=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"}]]),WM=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"}]]),Wb=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"}]]),WI=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"}]]),WC=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"}]]),Wx=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"}]]),WR=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"}]]),WS=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"}]]),W_=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"}]]),Ww=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"}]]),WP=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"}]]),WO=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"}]]),WF=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"}]]),Wz=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"}]]),WD=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"}]]),WA=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"}]]),Wj=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"}]]),WE=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"}]]),WT=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"}]]),WB=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"}]]),WN=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"}]]),WL=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"}]]),W$=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"}]]),WW=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"}]]),WH=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"}]]),WV=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"}]]),Wq=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"}]]),WU=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"}]]),WG=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"}]]),WX=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"}]]),WK=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"}]]),WY=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"}]]),WZ=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"}]]),WQ=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"}]]),WJ=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"}]]),W1=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"}]]),W0=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"}]]),W2=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"}]]),W3=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"}]]),W5=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"}]]),W4=createReactComponent("info-small","IconInfoSmall",[["path",{d:"M12 9h.01",key:"svg-0"}],["path",{d:"M11 12h1v4h1",key:"svg-1"}]]),W6=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"}]]),W9=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"}]]),W7=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"}]]),W8=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"}]]),He=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"}]]),Ha=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"}]]),Hn=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"}]]),Hr=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"}]]),Ho=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"}]]),Hl=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"}]]),Hc=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"}]]),Hi=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"}]]),Hs=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"}]]),Hd=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"}]]),Hu=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"}]]),Hp=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"}]]),Hh=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"}]]),Hv=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"}]]),Hg=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"}]]),Hy=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"}]]),Hf=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"}]]),Hm=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"}]]),Hk=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"}]]),HM=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"}]]),Hb=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"}]]),HI=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"}]]),HC=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"}]]),Hx=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"}]]),HR=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"}]]),HS=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"}]]),H_=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"}]]),Hw=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"}]]),HP=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"}]]),HO=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"}]]),HF=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"}]]),Hz=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"}]]),HD=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"}]]),HA=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"}]]),Hj=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"}]]),HE=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"}]]),HT=createReactComponent("jewish-star","IconJewishStar",[["path",{d:"M12 2l3 5h6l-3 5l3 5h-6l-3 5l-3 -5h-6l3 -5l-3 -5h6z",key:"svg-0"}]]),HB=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"}]]),HN=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"}]]),HL=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"}]]),H$=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"}]]),HW=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"}]]),HH=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"}]]),HV=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"}]]),Hq=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"}]]),HU=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"}]]),HG=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"}]]),HX=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"}]]),HK=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"}]]),HY=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"}]]),HZ=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"}]]),HQ=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"}]]),HJ=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"}]]),H1=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"}]]),H0=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"}]]),H2=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"}]]),H3=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"}]]),H5=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"}]]),H4=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"}]]),H6=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"}]]),H9=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"}]]),H7=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"}]]),H8=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"}]]),Va=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"}]]),Vn=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"}]]),Vr=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"}]]),Vo=createReactComponent("lane","IconLane",[["path",{d:"M4 6v13",key:"svg-0"}],["path",{d:"M20 6v13",key:"svg-1"}]]),Vl=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"}]]),Vc=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"}]]),Vi=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"}]]),Vs=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"}]]),Vd=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"}]]),Vu=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"}]]),Vp=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"}]]),Vh=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"}]]),Vv=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"}]]),Vg=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"}]]),Vy=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"}]]),Vf=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"}]]),Vm=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"}]]),Vk=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"}]]),VM=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"}]]),Vb=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"}]]),VI=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"}]]),VC=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"}]]),Vx=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"}]]),VR=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"}]]),VS=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"}]]),V_=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"}]]),Vw=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"}]]),VP=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"}]]),VO=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"}]]),VF=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"}]]),Vz=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"}]]),VD=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"}]]),VA=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"}]]),Vj=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"}]]),VE=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"}]]),VT=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"}]]),VB=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"}]]),VN=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"}]]),VL=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"}]]),V$=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"}]]),VW=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"}]]),VH=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"}]]),VV=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"}]]),Vq=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"}]]),VU=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"}]]),VG=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"}]]),VX=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"}]]),VK=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"}]]),VY=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"}]]),VZ=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"}]]),VQ=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"}]]),VJ=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"}]]),V1=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"}]]),V0=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"}]]),V2=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"}]]),V3=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"}]]),V5=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"}]]),V4=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"}]]),V6=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"}]]),V9=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"}]]),V7=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"}]]),V8=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"}]]),qe=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"}]]),qa=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"}]]),qn=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"}]]),qr=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"}]]),qo=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"}]]),ql=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"}]]),qc=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"}]]),qi=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"}]]),qs=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"}]]),qd=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"}]]),qu=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"}]]),qp=createReactComponent("letter-c-small","IconLetterCSmall",[["path",{d:"M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0",key:"svg-0"}]]),qh=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"}]]),qv=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"}]]),qg=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"}]]),qy=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"}]]),qf=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"}]]),qm=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"}]]),qk=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"}]]),qM=createReactComponent("letter-e-small","IconLetterESmall",[["path",{d:"M14 8h-4v8h4",key:"svg-0"}],["path",{d:"M10 12h2.5",key:"svg-1"}]]),qb=createReactComponent("letter-e","IconLetterE",[["path",{d:"M17 4h-10v16h10",key:"svg-0"}],["path",{d:"M7 12l8 0",key:"svg-1"}]]),qI=createReactComponent("letter-f-small","IconLetterFSmall",[["path",{d:"M10 12h3",key:"svg-0"}],["path",{d:"M14 8h-4v8",key:"svg-1"}]]),qC=createReactComponent("letter-f","IconLetterF",[["path",{d:"M17 4h-10v16",key:"svg-0"}],["path",{d:"M7 12l8 0",key:"svg-1"}]]),qx=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"}]]),qR=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"}]]),qS=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"}]]),q_=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"}]]),qw=createReactComponent("letter-i-small","IconLetterISmall",[["path",{d:"M12 8v8",key:"svg-0"}]]),qP=createReactComponent("letter-i","IconLetterI",[["path",{d:"M12 4l0 16",key:"svg-0"}]]),qO=createReactComponent("letter-j-small","IconLetterJSmall",[["path",{d:"M10 8h4v6a2 2 0 1 1 -4 0",key:"svg-0"}]]),qF=createReactComponent("letter-j","IconLetterJ",[["path",{d:"M17 4v12a4 4 0 0 1 -4 4h-2a4 4 0 0 1 -4 -4",key:"svg-0"}]]),qz=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"}]]),qD=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"}]]),qA=createReactComponent("letter-l-small","IconLetterLSmall",[["path",{d:"M10 8v8h4",key:"svg-0"}]]),qj=createReactComponent("letter-l","IconLetterL",[["path",{d:"M7 4v16h10",key:"svg-0"}]]),qE=createReactComponent("letter-m-small","IconLetterMSmall",[["path",{d:"M9 16v-8l3 5l3 -5v8",key:"svg-0"}]]),qT=createReactComponent("letter-m","IconLetterM",[["path",{d:"M6 20v-16l6 14l6 -14v16",key:"svg-0"}]]),qB=createReactComponent("letter-n-small","IconLetterNSmall",[["path",{d:"M10 16v-8l4 8v-8",key:"svg-0"}]]),qN=createReactComponent("letter-n","IconLetterN",[["path",{d:"M7 20v-16l10 16v-16",key:"svg-0"}]]),qL=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"}]]),q$=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"}]]),qW=createReactComponent("letter-p-small","IconLetterPSmall",[["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8",key:"svg-0"}]]),qH=createReactComponent("letter-p","IconLetterP",[["path",{d:"M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5",key:"svg-0"}]]),qV=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"}]]),qq=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"}]]),qU=createReactComponent("letter-r-small","IconLetterRSmall",[["path",{d:"M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4",key:"svg-0"}]]),qG=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"}]]),qX=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"}]]),qK=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"}]]),qY=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"}]]),qZ=createReactComponent("letter-t-small","IconLetterTSmall",[["path",{d:"M10 8h4",key:"svg-0"}],["path",{d:"M12 8v8",key:"svg-1"}]]),qQ=createReactComponent("letter-t","IconLetterT",[["path",{d:"M6 4l12 0",key:"svg-0"}],["path",{d:"M12 4l0 16",key:"svg-1"}]]),qJ=createReactComponent("letter-u-small","IconLetterUSmall",[["path",{d:"M10 8v6a2 2 0 1 0 4 0v-6",key:"svg-0"}]]),q1=createReactComponent("letter-u","IconLetterU",[["path",{d:"M6 4v11a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-11",key:"svg-0"}]]),q0=createReactComponent("letter-v-small","IconLetterVSmall",[["path",{d:"M10 8l2 8l2 -8",key:"svg-0"}]]),q2=createReactComponent("letter-v","IconLetterV",[["path",{d:"M6 4l6 16l6 -16",key:"svg-0"}]]),q3=createReactComponent("letter-w-small","IconLetterWSmall",[["path",{d:"M9 8l1 8l2 -5l2 5l1 -8",key:"svg-0"}]]),q5=createReactComponent("letter-w","IconLetterW",[["path",{d:"M4 4l4 16l4 -14l4 14l4 -16",key:"svg-0"}]]),q4=createReactComponent("letter-x-small","IconLetterXSmall",[["path",{d:"M10 8l4 8",key:"svg-0"}],["path",{d:"M10 16l4 -8",key:"svg-1"}]]),q6=createReactComponent("letter-x","IconLetterX",[["path",{d:"M7 4l10 16",key:"svg-0"}],["path",{d:"M17 4l-10 16",key:"svg-1"}]]),q9=createReactComponent("letter-y-small","IconLetterYSmall",[["path",{d:"M10 8l2 5l2 -5",key:"svg-0"}],["path",{d:"M12 16v-3",key:"svg-1"}]]),q7=createReactComponent("letter-y","IconLetterY",[["path",{d:"M7 4l5 9l5 -9",key:"svg-0"}],["path",{d:"M12 13l0 7",key:"svg-1"}]]),q8=createReactComponent("letter-z-small","IconLetterZSmall",[["path",{d:"M10 8h4l-4 8h4",key:"svg-0"}]]),Ut=createReactComponent("letter-z","IconLetterZ",[["path",{d:"M7 4h10l-10 16h10",key:"svg-0"}]]),Ua=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"}]]),Un=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"}]]),Ur=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"}]]),Uo=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"}]]),Ul=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"}]]),Uc=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"}]]),Ui=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"}]]),Us=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"}]]),Ud=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"}]]),Uu=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"}]]),Up=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"}]]),Uh=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"}]]),Uv=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"}]]),Ug=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"}]]),Uy=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"}]]),Uf=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"}]]),Um=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"}]]),Uk=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"}]]),UM=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"}]]),Ub=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"}]]),UI=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"}]]),UC=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"}]]),Ux=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"}]]),UR=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"}]]),US=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"}]]),U_=createReactComponent("loader-2","IconLoader2",[["path",{d:"M12 3a9 9 0 1 0 9 9",key:"svg-0"}]]),Uw=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"}]]),UP=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"}]]),UO=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"}]]),UF=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"}]]),Uz=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"}]]),UD=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"}]]),UA=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"}]]),Uj=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"}]]),UE=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"}]]),UT=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"}]]),UB=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"}]]),UN=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"}]]),UL=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"}]]),U$=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"}]]),UW=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"}]]),UH=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"}]]),UV=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"}]]),Uq=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"}]]),UU=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"}]]),UG=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"}]]),UX=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"}]]),UK=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"}]]),UY=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"}]]),UZ=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"}]]),UQ=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"}]]),UJ=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"}]]),U1=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"}]]),U0=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"}]]),U2=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"}]]),U3=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"}]]),U5=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"}]]),U4=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"}]]),U6=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"}]]),U9=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"}]]),U7=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"}]]),U8=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"}]]),Ge=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"}]]),Gt=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"}]]),Ga=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"}]]),Gn=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"}]]),Gr=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"}]]),Go=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"}]]),Gl=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"}]]),Gc=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"}]]),Gi=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"}]]),Gs=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"}]]),Gd=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"}]]),Gu=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"}]]),Gp=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"}]]),Gh=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"}]]),Gv=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"}]]),Gg=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"}]]),Gy=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"}]]),Gf=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"}]]),Gm=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"}]]),Gk=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"}]]),GM=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"}]]),Gb=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"}]]),GI=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"}]]),GC=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"}]]),Gx=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"}]]),GR=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"}]]),GS=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"}]]),G_=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"}]]),Gw=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"}]]),GP=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"}]]),GO=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"}]]),GF=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"}]]),Gz=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"}]]),GD=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"}]]),Gj=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"}]]),GE=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"}]]),GT=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"}]]),GB=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"}]]),GN=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"}]]),GL=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"}]]),G$=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"}]]),GW=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"}]]),GH=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"}]]),GV=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"}]]),Gq=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"}]]),GU=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"}]]),GG=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"}]]),GX=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"}]]),GK=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"}]]),GY=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"}]]),GZ=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"}]]),GQ=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"}]]),GJ=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"}]]),G1=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"}]]),G0=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"}]]),G2=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"}]]),G3=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"}]]),G5=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"}]]),G4=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"}]]),G6=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"}]]),G9=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"}]]),G7=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"}]]),G8=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"}]]),Xe=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"}]]),Xt=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"}]]),Xa=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"}]]),Xn=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"}]]),Xr=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"}]]),Xo=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"}]]),Xl=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"}]]),Xc=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"}]]),Xi=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"}]]),Xs=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"}]]),Xd=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"}]]),Xu=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"}]]),Xp=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"}]]),Xh=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"}]]),Xv=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"}]]),Xg=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"}]]),Xy=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"}]]),Xf=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"}]]),Xm=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"}]]),Xk=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"}]]),XM=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"}]]),Xb=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"}]]),XI=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"}]]),XC=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"}]]),Xx=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"}]]),XR=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"}]]),XS=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"}]]),X_=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"}]]),Xw=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"}]]),XP=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"}]]),XO=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"}]]),XF=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"}]]),Xz=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"}]]),XD=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"}]]),XA=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"}]]),Xj=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"}]]),XE=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"}]]),XT=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"}]]),XB=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"}]]),XN=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"}]]),XL=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"}]]),X$=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"}]]),XW=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"}]]),XH=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"}]]),XV=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"}]]),Xq=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"}]]),XU=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"}]]),XG=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"}]]),XX=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"}]]),XK=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"}]]),XY=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"}]]),XZ=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"}]]),XQ=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"}]]),XJ=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"}]]),X1=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"}]]),X0=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"}]]),X2=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"}]]),X3=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"}]]),X5=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"}]]),X4=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"}]]),X6=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"}]]),X9=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"}]]),X7=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"}]]),X8=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"}]]),Ke=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"}]]),Ka=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"}]]),Kn=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"}]]),Kr=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"}]]),Ko=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"}]]),Kl=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"}]]),Kc=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"}]]),Ki=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"}]]),Ks=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"}]]),Kd=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"}]]),Ku=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"}]]),Kp=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"}]]),Kh=createReactComponent("math-equal-greater","IconMathEqualGreater",[["path",{d:"M5 18l14 -4",key:"svg-0"}],["path",{d:"M5 14l14 -4l-14 -4",key:"svg-1"}]]),Kv=createReactComponent("math-equal-lower","IconMathEqualLower",[["path",{d:"M19 18l-14 -4",key:"svg-0"}],["path",{d:"M19 14l-14 -4l14 -4",key:"svg-1"}]]),Kg=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"}]]),Ky=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"}]]),Kf=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"}]]),Km=createReactComponent("math-greater","IconMathGreater",[["path",{d:"M5 18l14 -6l-14 -6",key:"svg-0"}]]),Kk=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"}]]),KM=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"}]]),Kb=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"}]]),KI=createReactComponent("math-lower","IconMathLower",[["path",{d:"M19 18l-14 -6l14 -6",key:"svg-0"}]]),KC=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"}]]),Kx=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"}]]),KR=createReactComponent("math-not","IconMathNot",[["path",{d:"M5 12h14v4",key:"svg-0"}]]),KS=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"}]]),K_=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"}]]),Kw=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"}]]),KP=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"}]]),KO=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"}]]),KF=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"}]]),Kz=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"}]]),KD=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"}]]),KA=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"}]]),Kj=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"}]]),KE=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"}]]),KT=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"}]]),KB=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"}]]),KN=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"}]]),KL=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"}]]),K$=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"}]]),KW=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"}]]),KH=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"}]]),KV=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"}]]),Kq=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"}]]),KU=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"}]]),KG=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"}]]),KX=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"}]]),KK=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"}]]),KY=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"}]]),KZ=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"}]]),KQ=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"}]]),KJ=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"}]]),K1=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"}]]),K0=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"}]]),K2=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"}]]),K3=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"}]]),K5=createReactComponent("menu","IconMenu",[["path",{d:"M4 8l16 0",key:"svg-0"}],["path",{d:"M4 16l16 0",key:"svg-1"}]]),K4=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"}]]),K6=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"}]]),K9=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"}]]),K7=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"}]]),K8=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"}]]),Yt=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"}]]),Ya=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"}]]),Yn=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"}]]),Yr=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"}]]),Yo=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"}]]),Yl=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"}]]),Yc=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"}]]),Yi=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"}]]),Ys=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"}]]),Yd=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"}]]),Yu=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"}]]),Yp=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"}]]),Yh=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"}]]),Yv=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"}]]),Yg=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"}]]),Yy=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"}]]),Yf=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"}]]),Ym=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"}]]),Yk=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"}]]),YM=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"}]]),Yb=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"}]]),YI=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"}]]),YC=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"}]]),Yx=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"}]]),YR=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"}]]),YS=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"}]]),Y_=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"}]]),Yw=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"}]]),YP=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"}]]),YO=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"}]]),YF=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"}]]),Yz=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"}]]),YD=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"}]]),YA=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"}]]),Yj=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"}]]),YE=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"}]]),YT=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"}]]),YB=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"}]]),YN=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"}]]),YL=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"}]]),Y$=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"}]]),YW=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"}]]),YH=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"}]]),YV=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"}]]),Yq=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"}]]),YU=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"}]]),YG=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"}]]),YX=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"}]]),YK=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"}]]),YY=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"}]]),YZ=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"}]]),YQ=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"}]]),YJ=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"}]]),Y1=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"}]]),Y0=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"}]]),Y2=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"}]]),Y3=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"}]]),Y5=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"}]]),Y4=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"}]]),Y6=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"}]]),Y9=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"}]]),Y7=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"}]]),Y8=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"}]]),Ze=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"}]]),Zt=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"}]]),Za=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"}]]),Zn=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"}]]),Zr=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"}]]),Zo=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"}]]),Zl=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"}]]),Zc=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"}]]),Zi=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"}]]),Zs=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"}]]),Zd=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"}]]),Zu=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"}]]),Zp=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"}]]),Zh=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"}]]),Zv=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"}]]),Zg=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"}]]),Zy=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"}]]),Zf=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"}]]),Zm=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"}]]),Zk=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"}]]),ZM=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"}]]),Zb=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"}]]),ZI=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"}]]),ZC=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"}]]),Zx=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"}]]),ZR=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"}]]),ZS=createReactComponent("minus-vertical","IconMinusVertical",[["path",{d:"M12 5v14",key:"svg-0"}]]),Z_=createReactComponent("minus","IconMinus",[["path",{d:"M5 12l14 0",key:"svg-0"}]]),Zw=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"}]]),ZP=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"}]]),ZO=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"}]]),ZF=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"}]]),Zz=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"}]]),ZD=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"}]]),ZA=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"}]]),Zj=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"}]]),ZE=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"}]]),ZT=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"}]]),ZB=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"}]]),ZN=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"}]]),ZL=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"}]]),Z$=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"}]]),ZW=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"}]]),ZH=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"}]]),ZV=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"}]]),Zq=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"}]]),ZU=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"}]]),ZG=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"}]]),ZX=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"}]]),ZK=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"}]]),ZY=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"}]]),ZZ=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"}]]),ZQ=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"}]]),ZJ=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"}]]),Z1=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"}]]),Z0=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"}]]),Z2=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"}]]),Z3=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"}]]),Z5=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"}]]),Z4=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"}]]),Z6=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"}]]),Z9=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"}]]),Z7=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"}]]),Z8=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"}]]),Qt=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"}]]),Qa=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"}]]),Qn=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"}]]),Qr=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"}]]),Qo=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"}]]),Ql=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"}]]),Qc=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"}]]),Qi=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"}]]),Qs=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"}]]),Qd=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"}]]),Qu=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"}]]),Qp=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"}]]),Qh=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"}]]),Qv=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"}]]),Qg=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"}]]),Qy=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"}]]),Qf=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"}]]),Qm=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"}]]),Qk=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"}]]),QM=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"}]]),Qb=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"}]]),QI=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"}]]),QC=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"}]]),Qx=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"}]]),QR=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"}]]),QS=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"}]]),Q_=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"}]]),Qw=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"}]]),QP=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"}]]),QO=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"}]]),QF=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"}]]),Qz=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"}]]),QD=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"}]]),QA=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"}]]),Qj=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"}]]),QE=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"}]]),QT=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"}]]),QB=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"}]]),QN=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"}]]),QL=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"}]]),Q$=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"}]]),QW=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"}]]),QH=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"}]]),QV=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"}]]),Qq=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"}]]),QU=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"}]]),QG=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"}]]),QX=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"}]]),QK=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"}]]),QY=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"}]]),QZ=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"}]]),QQ=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"}]]),QJ=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"}]]),Q1=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"}]]),Q0=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"}]]),Q2=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"}]]),Q3=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"}]]),Q5=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"}]]),Q4=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"}]]),Q6=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"}]]),Q9=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"}]]),Q7=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"}]]),Q8=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"}]]),Ja=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"}]]),Jn=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"}]]),Jr=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"}]]),Jo=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"}]]),Jl=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"}]]),Jc=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"}]]),Ji=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"}]]),Js=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"}]]),Jd=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"}]]),Ju=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"}]]),Jp=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"}]]),Jh=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"}]]),Jv=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"}]]),Jg=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"}]]),Jy=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"}]]),Jf=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"}]]),Jm=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"}]]),Jk=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"}]]),JM=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"}]]),Jb=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"}]]),JI=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"}]]),JC=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"}]]),Jx=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"}]]),JR=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"}]]),JS=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"}]]),J_=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"}]]),Jw=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"}]]),JP=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"}]]),JO=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"}]]),JF=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"}]]),Jz=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"}]]),JD=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"}]]),JA=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"}]]),Jj=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"}]]),JE=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"}]]),JT=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"}]]),JB=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"}]]),JN=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"}]]),JL=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"}]]),J$=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"}]]),JW=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"}]]),JH=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"}]]),JV=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"}]]),Jq=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"}]]),JU=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"}]]),JG=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"}]]),JX=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"}]]),JK=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"}]]),JY=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"}]]),JZ=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"}]]),JQ=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"}]]),JJ=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"}]]),J1=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"}]]),J0=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"}]]),J2=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"}]]),J3=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"}]]),J5=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"}]]),J4=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"}]]),J6=createReactComponent("number-1-small","IconNumber1Small",[["path",{d:"M10 10l2 -2v8",key:"svg-0"}]]),J9=createReactComponent("number-1","IconNumber1",[["path",{d:"M13 20v-16l-5 5",key:"svg-0"}]]),J7=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"}]]),J8=createReactComponent("number-11-small","IconNumber11Small",[["path",{d:"M8 10l2 -2v8",key:"svg-0"}],["path",{d:"M14 10l2 -2v8",key:"svg-1"}]]),eee=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"}]]),eet=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"}]]),eea=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"}]]),een=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"}]]),eer=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"}]]),eeo=createReactComponent("number-17-small","IconNumber17Small",[["path",{d:"M7 10l2 -2v8",key:"svg-0"}],["path",{d:"M13 8h4l-2 8",key:"svg-1"}]]),eel=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"}]]),eec=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"}]]),eei=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"}]]),ees=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"}]]),eed=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"}]]),eeu=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"}]]),eep=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"}]]),eeh=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"}]]),eev=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"}]]),eeg=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"}]]),eey=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"}]]),eef=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"}]]),eem=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"}]]),eek=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"}]]),eeM=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"}]]),eeb=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"}]]),eeI=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"}]]),eeC=createReactComponent("number-4","IconNumber4",[["path",{d:"M15 20v-15l-8 11h10",key:"svg-0"}]]),eex=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"}]]),eeR=createReactComponent("number-5","IconNumber5",[["path",{d:"M8 20h4a4 4 0 1 0 0 -8h-4v-8h8",key:"svg-0"}]]),eeS=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"}]]),ee_=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"}]]),eew=createReactComponent("number-7-small","IconNumber7Small",[["path",{d:"M10 8h4l-2 8",key:"svg-0"}]]),eeP=createReactComponent("number-7","IconNumber7",[["path",{d:"M8 4h8l-4 16",key:"svg-0"}]]),eeO=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"}]]),eeF=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"}]]),eez=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"}]]),eeD=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"}]]),eeA=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"}]]),eej=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"}]]),eeE=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"}]]),eeT=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"}]]),eeB=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"}]]),eeN=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"}]]),eeL=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"}]]),ee$=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"}]]),eeW=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"}]]),eeH=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"}]]),eeV=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"}]]),eeq=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"}]]),eeU=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"}]]),eeG=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"}]]),eeX=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"}]]),eeK=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"}]]),eeY=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"}]]),eeZ=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"}]]),eeQ=createReactComponent("omega","IconOmega",[["path",{d:"M4 19h5v-1a7.35 7.35 0 1 1 6 0v1h5",key:"svg-0"}]]),eeJ=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"}]]),ee1=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"}]]),ee0=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"}]]),ee2=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"}]]),ee3=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"}]]),ee5=createReactComponent("oval","IconOval",[["path",{d:"M12 12m-6 0a6 9 0 1 0 12 0a6 9 0 1 0 -12 0",key:"svg-0"}]]),ee4=createReactComponent("overline","IconOverline",[["path",{d:"M7 9v5a5 5 0 0 0 10 0v-5",key:"svg-0"}],["path",{d:"M5 5h14",key:"svg-1"}]]),ee6=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"}]]),ee9=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"}]]),ee7=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"}]]),ee8=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"}]]),ete=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"}]]),ett=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"}]]),eta=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"}]]),etn=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"}]]),etr=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"}]]),eto=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"}]]),etl=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"}]]),etc=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"}]]),eti=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"}]]),ets=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"}]]),etd=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"}]]),etu=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"}]]),etp=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"}]]),eth=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"}]]),etv=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"}]]),etg=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"}]]),ety=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"}]]),etf=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"}]]),etm=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"}]]),etk=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"}]]),etM=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"}]]),etb=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"}]]),etI=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"}]]),etC=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"}]]),etx=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"}]]),etR=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"}]]),etS=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"}]]),et_=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"}]]),etw=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"}]]),etP=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"}]]),etO=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"}]]),etF=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"}]]),etz=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"}]]),etD=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"}]]),etA=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"}]]),etj=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"}]]),etE=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"}]]),etT=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"}]]),etB=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"}]]),etN=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"}]]),etL=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"}]]),et$=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"}]]),etW=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"}]]),etH=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"}]]),etV=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"}]]),etq=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"}]]),etU=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"}]]),etG=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"}]]),etX=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"}]]),etK=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"}]]),etY=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"}]]),etZ=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"}]]),etQ=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"}]]),etJ=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"}]]),et1=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"}]]),et0=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"}]]),et2=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"}]]),et3=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"}]]),et5=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"}]]),et4=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"}]]),et6=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"}]]),et9=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"}]]),et7=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"}]]),et8=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"}]]),eae=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"}]]),eat=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"}]]),eaa=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"}]]),ean=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"}]]),ear=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"}]]),eao=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"}]]),eal=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"}]]),eac=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"}]]),eai=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"}]]),eas=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"}]]),ead=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"}]]),eau=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"}]]),eap=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"}]]),eah=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"}]]),eav=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"}]]),eag=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"}]]),eay=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"}]]),eaf=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"}]]),eam=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"}]]),eak=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"}]]),eaM=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"}]]),eab=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"}]]),eaI=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"}]]),eaC=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"}]]),eax=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"}]]),eaR=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"}]]),eaS=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"}]]),ea_=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"}]]),eaw=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"}]]),eaP=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"}]]),eaO=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"}]]),eaF=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"}]]),eaz=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"}]]),eaD=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"}]]),eaA=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"}]]),eaj=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"}]]),eaE=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"}]]),eaT=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"}]]),eaB=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"}]]),eaN=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"}]]),eaL=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"}]]),ea$=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"}]]),eaW=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"}]]),eaH=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"}]]),eaV=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"}]]),eaq=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"}]]),eaU=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"}]]),eaG=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"}]]),eaX=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"}]]),eaK=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"}]]),eaY=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"}]]),eaZ=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"}]]),eaQ=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"}]]),eaJ=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"}]]),ea1=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"}]]),ea0=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"}]]),ea2=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"}]]),ea3=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"}]]),ea5=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"}]]),ea4=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"}]]),ea6=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"}]]),ea9=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"}]]),ea7=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"}]]),ea8=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"}]]),ene=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"}]]),ent=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"}]]),ena=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"}]]),enn=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"}]]),enr=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"}]]),eno=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"}]]),enl=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"}]]),enc=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"}]]),eni=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"}]]),ens=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"}]]),end=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"}]]),enu=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"}]]),enp=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"}]]),enh=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"}]]),env=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"}]]),eng=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"}]]),eny=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"}]]),enf=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"}]]),enm=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"}]]),enk=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"}]]),enM=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"}]]),enb=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"}]]),enI=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"}]]),enC=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"}]]),enx=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"}]]),enR=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"}]]),enS=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"}]]),en_=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"}]]),enw=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"}]]),enP=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"}]]),enO=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"}]]),enF=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"}]]),enz=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"}]]),enD=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"}]]),enA=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"}]]),enj=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"}]]),enE=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"}]]),enT=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"}]]),enB=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"}]]),enN=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"}]]),enL=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"}]]),en$=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"}]]),enW=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"}]]),enH=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"}]]),enV=createReactComponent("player-play","IconPlayerPlay",[["path",{d:"M7 4v16l13 -8z",key:"svg-0"}]]),enq=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"}]]),enU=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"}]]),enG=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"}]]),enX=createReactComponent("player-skip-back","IconPlayerSkipBack",[["path",{d:"M20 5v14l-12 -7z",key:"svg-0"}],["path",{d:"M4 5l0 14",key:"svg-1"}]]),enK=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"}]]),enY=createReactComponent("player-skip-forward","IconPlayerSkipForward",[["path",{d:"M4 5v14l12 -7z",key:"svg-0"}],["path",{d:"M20 5l0 14",key:"svg-1"}]]),enZ=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"}]]),enQ=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"}]]),enJ=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"}]]),en1=createReactComponent("player-track-next","IconPlayerTrackNext",[["path",{d:"M3 5v14l8 -7z",key:"svg-0"}],["path",{d:"M14 5v14l8 -7z",key:"svg-1"}]]),en0=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"}]]),en2=createReactComponent("player-track-prev","IconPlayerTrackPrev",[["path",{d:"M21 5v14l-8 -7z",key:"svg-0"}],["path",{d:"M10 5v14l-8 -7z",key:"svg-1"}]]),en3=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"}]]),en5=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"}]]),en4=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"}]]),en6=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"}]]),en9=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"}]]),en7=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"}]]),en8=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"}]]),ere=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"}]]),ert=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"}]]),era=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"}]]),ern=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"}]]),err=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"}]]),ero=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"}]]),erl=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"}]]),erc=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"}]]),eri=createReactComponent("plus","IconPlus",[["path",{d:"M12 5l0 14",key:"svg-0"}],["path",{d:"M5 12l14 0",key:"svg-1"}]]),ers=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"}]]),erd=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"}]]),eru=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"}]]),erp=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"}]]),erh=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"}]]),erv=createReactComponent("point","IconPoint",[["path",{d:"M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0",key:"svg-0"}]]),erg=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"}]]),ery=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"}]]),erf=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"}]]),erm=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"}]]),erk=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"}]]),erM=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"}]]),erb=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"}]]),erI=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"}]]),erC=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"}]]),erx=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"}]]),erR=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"}]]),erS=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"}]]),er_=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"}]]),erw=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"}]]),erP=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"}]]),erO=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"}]]),erF=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"}]]),erz=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"}]]),erD=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"}]]),erA=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"}]]),erj=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"}]]),erE=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"}]]),erT=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"}]]),erB=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"}]]),erN=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"}]]),erL=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"}]]),er$=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"}]]),erW=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"}]]),erH=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"}]]),erV=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"}]]),erq=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"}]]),erU=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"}]]),erG=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"}]]),erX=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"}]]),erK=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"}]]),erY=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"}]]),erZ=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"}]]),erQ=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"}]]),erJ=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"}]]),er1=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"}]]),er0=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"}]]),er2=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"}]]),er3=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"}]]),er5=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"}]]),er4=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"}]]),er6=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"}]]),er9=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"}]]),er7=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"}]]),er8=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"}]]),eoe=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"}]]),eot=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"}]]),eoa=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"}]]),eon=createReactComponent("prompt","IconPrompt",[["path",{d:"M5 7l5 5l-5 5",key:"svg-0"}],["path",{d:"M13 17l6 0",key:"svg-1"}]]),eor=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"}]]),eoo=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"}]]),eol=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"}]]),eoc=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"}]]),eoi=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"}]]),eos=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"}]]),eod=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"}]]),eou=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"}]]),eop=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"}]]),eoh=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"}]]),eov=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"}]]),eog=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"}]]),eoy=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"}]]),eof=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"}]]),eom=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"}]]),eok=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"}]]),eoM=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"}]]),eob=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"}]]),eoI=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"}]]),eoC=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"}]]),eox=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"}]]),eoR=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"}]]),eoS=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"}]]),eo_=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"}]]),eow=createReactComponent("radius-bottom-left","IconRadiusBottomLeft",[["path",{d:"M19 19h-6a8 8 0 0 1 -8 -8v-6",key:"svg-0"}]]),eoP=createReactComponent("radius-bottom-right","IconRadiusBottomRight",[["path",{d:"M19 5v6a8 8 0 0 1 -8 8h-6",key:"svg-0"}]]),eoO=createReactComponent("radius-top-left","IconRadiusTopLeft",[["path",{d:"M5 19v-6a8 8 0 0 1 8 -8h6",key:"svg-0"}]]),eoF=createReactComponent("radius-top-right","IconRadiusTopRight",[["path",{d:"M5 5h6a8 8 0 0 1 8 8v6",key:"svg-0"}]]),eoz=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"}]]),eoD=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"}]]),eoA=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"}]]),eoj=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"}]]),eoE=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"}]]),eoT=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"}]]),eoB=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"}]]),eoN=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"}]]),eoL=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"}]]),eo$=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"}]]),eoW=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"}]]),eoH=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"}]]),eoV=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"}]]),eoq=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"}]]),eoU=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"}]]),eoG=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"}]]),eoX=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"}]]),eoK=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"}]]),eoY=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"}]]),eoZ=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"}]]),eoQ=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"}]]),eoJ=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"}]]),eo1=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"}]]),eo0=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"}]]),eo2=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"}]]),eo3=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"}]]),eo5=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"}]]),eo4=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"}]]),eo6=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"}]]),eo9=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"}]]),eo7=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"}]]),eo8=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"}]]),ele=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"}]]),elt=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"}]]),ela=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"}]]),eln=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"}]]),elr=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"}]]),elo=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"}]]),ell=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"}]]),elc=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"}]]),eli=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"}]]),els=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"}]]),eld=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"}]]),elu=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"}]]),elp=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"}]]),elh=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"}]]),elv=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"}]]),elg=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"}]]),ely=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"}]]),elf=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"}]]),elm=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"}]]),elk=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"}]]),elM=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"}]]),elb=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"}]]),elI=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"}]]),elC=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"}]]),elx=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"}]]),elR=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"}]]),elS=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"}]]),el_=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"}]]),elw=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"}]]),elP=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"}]]),elO=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"}]]),elF=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"}]]),elz=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"}]]),elD=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"}]]),elA=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"}]]),elj=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"}]]),elE=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"}]]),elT=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"}]]),elB=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"}]]),elN=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"}]]),elL=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"}]]),el$=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"}]]),elW=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"}]]),elH=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"}]]),elV=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"}]]),elq=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"}]]),elU=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"}]]),elG=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"}]]),elX=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"}]]),elK=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"}]]),elY=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"}]]),elZ=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"}]]),elQ=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"}]]),elJ=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"}]]),el1=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"}]]),el0=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"}]]),el2=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"}]]),el3=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"}]]),el5=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"}]]),el4=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"}]]),el6=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"}]]),el9=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"}]]),el7=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"}]]),el8=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"}]]),ece=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"}]]),ect=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"}]]),eca=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"}]]),ecn=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"}]]),ecr=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"}]]),eco=createReactComponent("rotate-clockwise","IconRotateClockwise",[["path",{d:"M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5",key:"svg-0"}]]),ecl=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"}]]),ecc=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"}]]),eci=createReactComponent("rotate","IconRotate",[["path",{d:"M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5",key:"svg-0"}]]),ecs=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"}]]),ecd=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"}]]),ecu=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"}]]),ecp=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"}]]),ech=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"}]]),ecv=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"}]]),ecg=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"}]]),ecy=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"}]]),ecf=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"}]]),ecm=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"}]]),eck=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"}]]),ecM=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"}]]),ecb=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"}]]),ecI=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"}]]),ecC=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"}]]),ecx=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"}]]),ecR=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"}]]),ecS=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"}]]),ec_=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"}]]),ecw=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"}]]),ecP=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"}]]),ecO=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"}]]),ecF=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"}]]),ecz=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"}]]),ecD=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"}]]),ecA=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"}]]),ecj=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"}]]),ecE=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"}]]),ecT=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"}]]),ecB=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"}]]),ecN=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"}]]),ecL=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"}]]),ec$=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"}]]),ecW=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"}]]),ecH=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"}]]),ecV=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"}]]),ecq=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"}]]),ecU=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"}]]),ecG=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"}]]),ecX=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"}]]),ecK=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"}]]),ecY=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"}]]),ecZ=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"}]]),ecQ=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"}]]),ecJ=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"}]]),ec1=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"}]]),ec0=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"}]]),ec2=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"}]]),ec3=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"}]]),ec5=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"}]]),ec4=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"}]]),ec6=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"}]]),ec9=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"}]]),ec7=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"}]]),ec8=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"}]]),eie=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"}]]),eit=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"}]]),eia=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"}]]),ein=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"}]]),eir=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"}]]),eio=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"}]]),eil=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"}]]),eic=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"}]]),eii=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"}]]),eis=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"}]]),eid=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"}]]),eiu=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"}]]),eip=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"}]]),eih=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"}]]),eiv=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"}]]),eig=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"}]]),eiy=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"}]]),eif=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"}]]),eim=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"}]]),eik=createReactComponent("selector","IconSelector",[["path",{d:"M8 9l4 -4l4 4",key:"svg-0"}],["path",{d:"M16 15l-4 4l-4 -4",key:"svg-1"}]]),eiM=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"}]]),eib=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"}]]),eiI=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"}]]),eiC=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"}]]),eix=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"}]]),eiR=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"}]]),eiS=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"}]]),ei_=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"}]]),eiw=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"}]]),eiP=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"}]]),eiO=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"}]]),eiF=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"}]]),eiz=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"}]]),eiD=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"}]]),eiA=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"}]]),eij=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"}]]),eiE=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"}]]),eiT=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"}]]),eiB=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"}]]),eiN=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"}]]),eiL=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"}]]),ei$=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"}]]),eiW=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"}]]),eiH=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"}]]),eiV=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"}]]),eiq=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"}]]),eiU=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"}]]),eiG=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"}]]),eiX=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"}]]),eiK=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"}]]),eiY=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"}]]),eiZ=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"}]]),eiQ=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"}]]),eiJ=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"}]]),ei1=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"}]]),ei0=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"}]]),ei2=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"}]]),ei3=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"}]]),ei5=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"}]]),ei4=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"}]]),ei6=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"}]]),ei9=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"}]]),ei7=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"}]]),ei8=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"}]]),ese=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"}]]),est=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"}]]),esa=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"}]]),esn=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"}]]),esr=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"}]]),eso=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"}]]),esl=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"}]]),esc=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"}]]),esi=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"}]]),ess=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"}]]),esd=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"}]]),esu=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"}]]),esp=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"}]]),esh=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"}]]),esv=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"}]]),esg=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"}]]),esy=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"}]]),esf=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"}]]),esm=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"}]]),esk=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"}]]),esM=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"}]]),esb=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"}]]),esI=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"}]]),esC=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"}]]),esx=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"}]]),esR=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"}]]),esS=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"}]]),es_=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"}]]),esw=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"}]]),esP=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"}]]),esO=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"}]]),esF=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"}]]),esz=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"}]]),esD=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"}]]),esA=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"}]]),esj=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"}]]),esE=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"}]]),esT=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"}]]),esB=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"}]]),esN=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"}]]),esL=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"}]]),es$=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"}]]),esW=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"}]]),esH=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"}]]),esV=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"}]]),esq=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"}]]),esU=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"}]]),esG=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"}]]),esX=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"}]]),esK=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"}]]),esY=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"}]]),esZ=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"}]]),esQ=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"}]]),esJ=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"}]]),es1=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"}]]),es0=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"}]]),es2=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"}]]),es3=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"}]]),es5=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"}]]),es4=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"}]]),es6=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"}]]),es9=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"}]]),es7=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"}]]),es8=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"}]]),ede=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"}]]),edt=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"}]]),eda=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"}]]),edn=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"}]]),edr=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"}]]),edo=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"}]]),edl=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"}]]),edc=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"}]]),edi=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"}]]),eds=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"}]]),edd=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"}]]),edu=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"}]]),edp=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"}]]),edh=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"}]]),edv=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"}]]),edg=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"}]]),edy=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"}]]),edf=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"}]]),edm=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"}]]),edk=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"}]]),edM=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"}]]),edb=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"}]]),edI=createReactComponent("signal-e","IconSignalE",[["path",{d:"M14 8h-4v8h4",key:"svg-0"}],["path",{d:"M10 12h2.5",key:"svg-1"}]]),edC=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"}]]),edx=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"}]]),edR=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"}]]),edS=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"}]]),ed_=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"}]]),edw=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"}]]),edP=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"}]]),edO=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"}]]),edF=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"}]]),edz=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"}]]),edD=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"}]]),edA=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"}]]),edj=createReactComponent("slash","IconSlash",[["path",{d:"M17 5l-10 14",key:"svg-0"}]]),edE=createReactComponent("slashes","IconSlashes",[["path",{d:"M14 5l-10 14",key:"svg-0"}],["path",{d:"M20 5l-10 14",key:"svg-1"}]]),edT=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"}]]),edB=createReactComponent("slice","IconSlice",[["path",{d:"M3 19l15 -15l3 3l-6 6l2 2a14 14 0 0 1 -14 4",key:"svg-0"}]]),edN=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"}]]),edL=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"}]]),ed$=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"}]]),edW=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"}]]),edH=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"}]]),edV=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"}]]),edq=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"}]]),edU=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"}]]),edG=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"}]]),edX=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"}]]),edK=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"}]]),edY=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"}]]),edZ=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"}]]),edQ=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"}]]),edJ=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"}]]),ed1=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"}]]),ed0=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"}]]),ed2=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"}]]),ed3=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"}]]),ed5=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"}]]),ed4=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"}]]),ed6=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"}]]),ed9=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"}]]),ed7=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"}]]),ed8=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"}]]),eue=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"}]]),eut=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"}]]),eua=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"}]]),eun=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"}]]),eur=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"}]]),euo=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"}]]),eul=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"}]]),euc=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"}]]),eui=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"}]]),eus=createReactComponent("space","IconSpace",[["path",{d:"M4 10v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-3",key:"svg-0"}]]),eud=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"}]]),euu=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"}]]),eup=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"}]]),euh=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"}]]),euv=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"}]]),eug=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"}]]),euy=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"}]]),euf=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"}]]),eum=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"}]]),euk=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"}]]),euM=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"}]]),eub=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"}]]),euI=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"}]]),euC=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"}]]),eux=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"}]]),euR=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"}]]),euS=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"}]]),eu_=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"}]]),euw=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"}]]),euP=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"}]]),euO=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"}]]),euF=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"}]]),euz=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"}]]),euD=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"}]]),euA=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"}]]),euj=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"}]]),euE=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"}]]),euT=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"}]]),euB=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"}]]),euN=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"}]]),euL=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"}]]),eu$=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"}]]),euW=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"}]]),euH=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"}]]),euV=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"}]]),euq=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"}]]),euU=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"}]]),euG=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"}]]),euX=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"}]]),euK=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"}]]),euY=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"}]]),euZ=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"}]]),euQ=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"}]]),euJ=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"}]]),eu1=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"}]]),eu0=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"}]]),eu2=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"}]]),eu3=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"}]]),eu5=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"}]]),eu4=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"}]]),eu6=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"}]]),eu9=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"}]]),eu7=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"}]]),eu8=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"}]]),epe=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"}]]),ept=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"}]]),epa=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"}]]),epn=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"}]]),epr=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"}]]),epo=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"}]]),epl=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"}]]),epc=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"}]]),epi=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"}]]),eps=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"}]]),epd=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"}]]),epu=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"}]]),epp=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"}]]),eph=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"}]]),epv=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"}]]),epg=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"}]]),epy=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"}]]),epf=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"}]]),epm=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"}]]),epk=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"}]]),epM=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"}]]),epb=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"}]]),epI=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"}]]),epC=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"}]]),epx=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"}]]),epR=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"}]]),epS=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"}]]),ep_=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"}]]),epw=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"}]]),epP=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"}]]),epO=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"}]]),epF=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"}]]),epz=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"}]]),epD=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"}]]),epA=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"}]]),epj=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"}]]),epE=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"}]]),epT=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"}]]),epB=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"}]]),epN=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"}]]),epL=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"}]]),ep$=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"}]]),epW=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"}]]),epH=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"}]]),epV=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"}]]),epq=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"}]]),epU=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"}]]),epG=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"}]]),epX=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"}]]),epK=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"}]]),epY=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"}]]),epZ=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"}]]),epQ=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"}]]),epJ=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"}]]),ep1=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"}]]),ep0=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"}]]),ep2=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"}]]),ep3=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"}]]),ep5=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"}]]),ep4=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"}]]),ep6=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"}]]),ep9=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"}]]),ep7=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"}]]),ep8=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"}]]),ehe=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"}]]),eht=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"}]]),eha=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"}]]),ehn=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"}]]),ehr=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"}]]),eho=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"}]]),ehl=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"}]]),ehc=createReactComponent("square-root","IconSquareRoot",[["path",{d:"M3 12h2l4 8l4 -16h8",key:"svg-0"}]]),ehi=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"}]]),ehs=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"}]]),ehd=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"}]]),ehu=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"}]]),ehp=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"}]]),ehh=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"}]]),ehv=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"}]]),ehg=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"}]]),ehy=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"}]]),ehf=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"}]]),ehm=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"}]]),ehk=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"}]]),ehM=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"}]]),ehb=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"}]]),ehI=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"}]]),ehC=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"}]]),ehx=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"}]]),ehR=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"}]]),ehS=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"}]]),eh_=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"}]]),ehw=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"}]]),ehP=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"}]]),ehO=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"}]]),ehF=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"}]]),ehz=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"}]]),ehD=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"}]]),ehA=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"}]]),ehj=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"}]]),ehE=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"}]]),ehT=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"}]]),ehB=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"}]]),ehN=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"}]]),ehL=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"}]]),eh$=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"}]]),ehW=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"}]]),ehH=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"}]]),ehV=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"}]]),ehq=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"}]]),ehU=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"}]]),ehG=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"}]]),ehX=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"}]]),ehK=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"}]]),ehY=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"}]]),ehZ=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"}]]),ehQ=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"}]]),ehJ=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"}]]),eh1=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"}]]),eh0=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"}]]),eh2=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"}]]),eh3=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"}]]),eh5=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"}]]),eh4=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"}]]),eh6=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"}]]),eh9=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"}]]),eh7=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"}]]),eh8=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"}]]),eve=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"}]]),evt=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"}]]),eva=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"}]]),evn=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"}]]),evr=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"}]]),evo=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"}]]),evl=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"}]]),evc=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"}]]),evi=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"}]]),evs=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"}]]),evd=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"}]]),evu=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"}]]),evp=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"}]]),evh=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"}]]),evv=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"}]]),evg=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"}]]),evy=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"}]]),evf=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"}]]),evm=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"}]]),evk=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"}]]),evM=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"}]]),evb=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"}]]),evI=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"}]]),evC=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"}]]),evx=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"}]]),evR=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"}]]),evS=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"}]]),ev_=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"}]]),evw=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"}]]),evP=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"}]]),evO=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"}]]),evF=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"}]]),evz=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"}]]),evD=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"}]]),evA=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"}]]),evj=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"}]]),evE=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"}]]),evT=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"}]]),evB=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"}]]),evN=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"}]]),evL=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"}]]),ev$=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"}]]),evW=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"}]]),evH=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"}]]),evV=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"}]]),evq=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"}]]),evU=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"}]]),evG=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"}]]),evX=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"}]]),evK=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"}]]),evY=createReactComponent("stairs","IconStairs",[["path",{d:"M22 5h-5v5h-5v5h-5v5h-5",key:"svg-0"}]]),evZ=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"}]]),evQ=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"}]]),evJ=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"}]]),ev1=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"}]]),ev0=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"}]]),ev2=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"}]]),ev3=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"}]]),ev5=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"}]]),ev4=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"}]]),ev6=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"}]]),ev9=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"}]]),ev7=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"}]]),ev8=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"}]]),ege=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"}]]),egt=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"}]]),ega=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"}]]),egn=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"}]]),egr=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"}]]),ego=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"}]]),egl=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"}]]),egc=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"}]]),egi=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"}]]),egs=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"}]]),egd=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"}]]),egu=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"}]]),egp=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"}]]),egh=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"}]]),egv=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"}]]),egg=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"}]]),egy=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"}]]),egf=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"}]]),egm=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"}]]),egk=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"}]]),egM=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"}]]),egb=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"}]]),egI=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"}]]),egC=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"}]]),egx=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"}]]),egR=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"}]]),egS=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"}]]),eg_=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"}]]),egw=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"}]]),egP=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"}]]),egO=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"}]]),egF=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"}]]),egz=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"}]]),egD=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"}]]),egA=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"}]]),egj=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"}]]),egE=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"}]]),egT=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"}]]),egB=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"}]]),egN=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"}]]),egL=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"}]]),eg$=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"}]]),egW=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"}]]),egH=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"}]]),egV=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"}]]),egq=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"}]]),egU=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"}]]),egG=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"}]]),egX=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"}]]),egK=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"}]]),egY=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"}]]),egZ=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"}]]),egQ=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"}]]),egJ=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"}]]),eg1=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"}]]),eg0=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"}]]),eg2=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"}]]),eg3=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"}]]),eg5=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"}]]),eg4=createReactComponent("tallymark-1","IconTallymark1",[["path",{d:"M12 5l0 14",key:"svg-0"}]]),eg6=createReactComponent("tallymark-2","IconTallymark2",[["path",{d:"M10 5l0 14",key:"svg-0"}],["path",{d:"M14 5l0 14",key:"svg-1"}]]),eg9=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"}]]),eg7=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"}]]),eg8=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"}]]),eye=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"}]]),eyt=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"}]]),eya=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"}]]),eyn=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"}]]),eyr=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"}]]),eyo=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"}]]),eyl=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"}]]),eyc=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"}]]),eyi=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"}]]),eys=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"}]]),eyd=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"}]]),eyu=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"}]]),eyp=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"}]]),eyh=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"}]]),eyv=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"}]]),eyg=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"}]]),eyy=createReactComponent("tent","IconTent",[["path",{d:"M11 14l4 6h6l-9 -16l-9 16h6l4 -6",key:"svg-0"}]]),eyf=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"}]]),eym=createReactComponent("terminal","IconTerminal",[["path",{d:"M5 7l5 5l-5 5",key:"svg-0"}],["path",{d:"M12 19l7 0",key:"svg-1"}]]),eyk=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"}]]),eyM=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"}]]),eyb=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"}]]),eyI=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"}]]),eyC=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"}]]),eyx=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"}]]),eyR=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"}]]),eyS=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"}]]),ey_=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"}]]),eyw=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"}]]),eyP=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"}]]),eyO=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"}]]),eyF=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"}]]),eyz=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"}]]),eyD=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"}]]),eyA=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"}]]),eyj=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"}]]),eyE=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"}]]),eyT=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"}]]),eyB=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"}]]),eyN=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"}]]),eyL=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"}]]),ey$=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"}]]),eyW=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"}]]),eyH=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"}]]),eyV=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"}]]),eyq=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"}]]),eyU=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"}]]),eyG=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"}]]),eyX=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"}]]),eyK=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"}]]),eyY=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"}]]),eyZ=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"}]]),eyQ=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"}]]),eyJ=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"}]]),ey1=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"}]]),ey0=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"}]]),ey2=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"}]]),ey3=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"}]]),ey5=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"}]]),ey4=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"}]]),ey6=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"}]]),ey9=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"}]]),ey7=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"}]]),ey8=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"}]]),efe=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"}]]),eft=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"}]]),efa=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"}]]),efn=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"}]]),efr=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"}]]),efo=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"}]]),efl=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"}]]),efc=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"}]]),efi=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"}]]),efs=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"}]]),efd=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"}]]),efu=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"}]]),efp=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"}]]),efh=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"}]]),efv=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"}]]),efg=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"}]]),efy=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"}]]),eff=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"}]]),efm=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"}]]),efk=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"}]]),efM=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"}]]),efb=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"}]]),efI=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"}]]),efC=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"}]]),efx=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"}]]),efR=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"}]]),efS=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"}]]),ef_=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"}]]),efw=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"}]]),efP=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"}]]),efO=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"}]]),efF=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"}]]),efz=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"}]]),efD=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"}]]),efA=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"}]]),efj=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"}]]),efE=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"}]]),efT=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"}]]),efB=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"}]]),efN=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"}]]),efL=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"}]]),ef$=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"}]]),efW=createReactComponent("trademark","IconTrademark",[["path",{d:"M4.5 9h5m-2.5 0v6",key:"svg-0"}],["path",{d:"M13 15v-6l3 4l3 -4v6",key:"svg-1"}]]),efH=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"}]]),efV=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"}]]),efq=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"}]]),efU=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"}]]),efG=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"}]]),efX=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"}]]),efK=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"}]]),efY=createReactComponent("transfer-vertical","IconTransferVertical",[["path",{d:"M10 4v16l-6 -5.5",key:"svg-0"}],["path",{d:"M14 20v-16l6 5.5",key:"svg-1"}]]),efZ=createReactComponent("transfer","IconTransfer",[["path",{d:"M20 10h-16l5.5 -6",key:"svg-0"}],["path",{d:"M4 14h16l-5.5 6",key:"svg-1"}]]),efQ=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"}]]),efJ=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"}]]),ef1=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"}]]),ef0=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"}]]),ef2=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"}]]),ef3=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"}]]),ef5=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"}]]),ef4=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"}]]),ef6=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"}]]),ef9=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"}]]),ef7=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"}]]),ef8=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"}]]),eme=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"}]]),emt=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"}]]),ema=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"}]]),emn=createReactComponent("trending-down-2","IconTrendingDown2",[["path",{d:"M3 6h5l7 10h6",key:"svg-0"}],["path",{d:"M18 19l3 -3l-3 -3",key:"svg-1"}]]),emr=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"}]]),emo=createReactComponent("trending-down","IconTrendingDown",[["path",{d:"M3 7l6 6l4 -4l8 8",key:"svg-0"}],["path",{d:"M21 10l0 7l-7 0",key:"svg-1"}]]),eml=createReactComponent("trending-up-2","IconTrendingUp2",[["path",{d:"M18 5l3 3l-3 3",key:"svg-0"}],["path",{d:"M3 18h5l7 -10h6",key:"svg-1"}]]),emc=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"}]]),emi=createReactComponent("trending-up","IconTrendingUp",[["path",{d:"M3 17l6 -6l4 4l8 -8",key:"svg-0"}],["path",{d:"M14 7l7 0l0 7",key:"svg-1"}]]),ems=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"}]]),emd=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"}]]),emu=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"}]]),emp=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"}]]),emh=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"}]]),emv=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"}]]),emg=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"}]]),emy=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"}]]),emf=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"}]]),emm=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"}]]),emk=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"}]]),emM=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"}]]),emb=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"}]]),emI=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"}]]),emC=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"}]]),emx=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"}]]),emR=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"}]]),emS=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"}]]),em_=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"}]]),emw=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"}]]),emP=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"}]]),emO=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"}]]),emF=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"}]]),emz=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"}]]),emD=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"}]]),emA=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"}]]),emj=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"}]]),emE=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"}]]),emT=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"}]]),emB=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"}]]),emN=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"}]]),emL=createReactComponent("underline","IconUnderline",[["path",{d:"M7 5v5a5 5 0 0 0 10 0v-5",key:"svg-0"}],["path",{d:"M5 19h14",key:"svg-1"}]]),em$=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"}]]),emW=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"}]]),emH=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"}]]),emV=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"}]]),emq=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"}]]),emU=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"}]]),emG=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"}]]),emX=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"}]]),emK=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"}]]),emY=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"}]]),emZ=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"}]]),emQ=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"}]]),emJ=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"}]]),em1=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"}]]),em0=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"}]]),em2=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"}]]),em3=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"}]]),em5=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"}]]),em4=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"}]]),em6=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"}]]),em9=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"}]]),em7=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"}]]),em8=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"}]]),eke=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"}]]),ekt=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"}]]),eka=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"}]]),ekn=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"}]]),ekr=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"}]]),eko=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"}]]),ekl=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"}]]),ekc=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"}]]),eki=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"}]]),eks=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"}]]),ekd=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"}]]),eku=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"}]]),ekp=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"}]]),ekh=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"}]]),ekv=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"}]]),ekg=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"}]]),eky=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"}]]),ekf=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"}]]),ekm=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"}]]),ekk=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"}]]),ekM=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"}]]),ekb=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"}]]),ekI=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"}]]),ekC=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"}]]),ekx=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"}]]),ekR=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"}]]),ekS=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"}]]),ek_=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"}]]),ekw=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"}]]),ekP=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"}]]),ekO=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"}]]),ekF=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"}]]),ekz=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"}]]),ekD=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"}]]),ekA=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"}]]),ekj=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"}]]),ekE=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"}]]),ekT=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"}]]),ekB=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"}]]),ekN=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"}]]),ekL=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"}]]),ek$=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"}]]),ekW=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"}]]),ekH=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"}]]),ekV=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"}]]),ekq=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"}]]),ekU=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"}]]),ekG=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"}]]),ekX=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"}]]),ekK=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"}]]),ekY=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"}]]),ekZ=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"}]]),ekQ=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"}]]),ekJ=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"}]]),ek1=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"}]]),ek0=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"}]]),ek2=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"}]]),ek3=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"}]]),ek5=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"}]]),ek4=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"}]]),ek6=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"}]]),ek9=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"}]]),ek7=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"}]]),ek8=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"}]]),eMe=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"}]]),eMt=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"}]]),eMa=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"}]]),eMn=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"}]]),eMr=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"}]]),eMo=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"}]]),eMl=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"}]]),eMc=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"}]]),eMi=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"}]]),eMs=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"}]]),eMd=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"}]]),eMu=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"}]]),eMp=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"}]]),eMh=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"}]]),eMv=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"}]]),eMg=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"}]]),eMy=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"}]]),eMf=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"}]]),eMm=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"}]]),eMk=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"}]]),eMM=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"}]]),eMb=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"}]]),eMI=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"}]]),eMC=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"}]]),eMx=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"}]]),eMR=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"}]]),eMS=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"}]]),eM_=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"}]]),eMw=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"}]]),eMP=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"}]]),eMO=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"}]]),eMF=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"}]]),eMz=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"}]]),eMD=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"}]]),eMA=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"}]]),eMj=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"}]]),eME=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"}]]),eMT=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"}]]),eMB=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"}]]),eMN=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"}]]),eML=createReactComponent("wave-saw-tool","IconWaveSawTool",[["path",{d:"M3 12h5l4 8v-16l4 8h5",key:"svg-0"}]]),eM$=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"}]]),eMW=createReactComponent("wave-square","IconWaveSquare",[["path",{d:"M3 12h5v8h4v-16h4v8h5",key:"svg-0"}]]),eMH=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"}]]),eMV=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"}]]),eMq=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"}]]),eMU=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"}]]),eMG=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"}]]),eMX=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"}]]),eMK=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"}]]),eMY=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"}]]),eMZ=createReactComponent("wifi-0","IconWifi0",[["path",{d:"M12 18l.01 0",key:"svg-0"}]]),eMQ=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"}]]),eMJ=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"}]]),eM1=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"}]]),eM0=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"}]]),eM2=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"}]]),eM3=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"}]]),eM5=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"}]]),eM4=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"}]]),eM6=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"}]]),eM9=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"}]]),eM7=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"}]]),eM8=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"}]]),ebe=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"}]]),ebt=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"}]]),eba=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"}]]),ebn=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"}]]),ebr=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"}]]),ebo=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"}]]),ebl=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"}]]),ebc=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"}]]),ebi=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"}]]),ebs=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"}]]),ebd=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"}]]),ebu=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"}]]),ebp=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"}]]),ebh=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"}]]),ebv=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"}]]),ebg=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"}]]),eby=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"}]]),ebf=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"}]]),ebm=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"}]]),ebk=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"}]]),ebM=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"}]]),ebb=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"}]]),ebI=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"}]]),ebC=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"}]]),ebx=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"}]]),ebR=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"}]]),ebS=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"}]]),eb_=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"}]]),ebw=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"}]]),ebP=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"}]]),ebO=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"}]]),ebF=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"}]]),ebz=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"}]]),ebD=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"}]]),ebA=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"}]]),ebj=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"}]]),ebE=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"}]]),ebT=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"}]]),ebB=createReactComponent("x","IconX",[["path",{d:"M18 6l-12 12",key:"svg-0"}],["path",{d:"M6 6l12 12",key:"svg-1"}]]),ebN=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"}]]),ebL=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"}]]),eb$=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"}]]),ebW=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"}]]),ebH=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"}]]),ebV=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"}]]),ebq=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"}]]),ebU=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"}]]),ebG=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"}]]),ebX=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"}]]),ebK=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"}]]),ebY=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"}]]),ebZ=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"}]]),ebQ=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"}]]),ebJ=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"}]]),eb1=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"}]]),eb0=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"}]]),eb2=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"}]]),eb3=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"}]]),eb5=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"}]]),eb4=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"}]]),eb6=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"}]]),eb9=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"}]]),eb7=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"}]]),eb8=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"}]]),eIe=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"}]]),eIt=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"}]]),eIa=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"}]]),eIn=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"}]]),eIr=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"}]]),eIo=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"}]]),eIl=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"}]]),eIc=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"}]]),eIi=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"}]]),eIs=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"}]]),eId=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"}]]),eIu=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"}]]),eIp=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"}]]),eIh=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"}]]),eIv=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"}]]),eIg=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"}]]),eIy=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"}]]),eIf=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"}]]),eIm=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"}]]),eIk=createReactComponent("zzz","IconZzz",[["path",{d:"M4 12h6l-6 8h6",key:"svg-0"}],["path",{d:"M14 4h6l-6 8h6",key:"svg-1"}]])},23774:function(c){"use strict";var d=Object.defineProperty,p=Object.getOwnPropertyDescriptor,v=Object.getOwnPropertyNames,g=Object.prototype.hasOwnProperty,I={};((c,p)=>{for(var v in p)d(c,v,{get:p[v],enumerable:!0})})(I,{MAX_Z_INDEX:()=>P,ariaAttr:()=>ariaAttr,contains:()=>contains,createScope:()=>createScope,dataAttr:()=>dataAttr,getActiveElement:()=>getActiveElement,getByText:()=>getByText,getByTypeahead:()=>R,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}),c.exports=((c,I,R,S)=>{if(I&&"object"==typeof I||"function"==typeof I)for(let R of v(I))g.call(c,R)||void 0===R||d(c,R,{get:()=>I[R],enumerable:!(S=p(I,R))||S.enumerable});return c})(d({},"__esModule",{value:!0}),I);var dataAttr=c=>c?"":void 0,ariaAttr=c=>c?"true":void 0;function isHTMLElement(c){return"object"==typeof c&&c?.nodeType===Node.ELEMENT_NODE&&"string"==typeof c?.nodeName}function contains(c,d){return!!(c&&d&&isHTMLElement(c)&&isHTMLElement(d))&&(c===d||c.contains(d))}var isSelfEvent=c=>contains(c.currentTarget,c.target),getDocument=c=>c.nodeType===Node.DOCUMENT_NODE?c:c.ownerDocument??document;function createScope(c){let d={getRootNode:c=>c.getRootNode?.()??document,getDoc:c=>getDocument(d.getRootNode(c)),getWin:c=>d.getDoc(c).defaultView??window,getActiveElement:c=>d.getDoc(c).activeElement,getById:(c,p)=>d.getRootNode(c).getElementById(p)};return{...d,...c}}var isDocument=c=>c.nodeType===Node.DOCUMENT_NODE;function getDocument2(c){return isDocument(c)?c:c?.ownerDocument??document}function getWindow(c){return c?.ownerDocument.defaultView??window}function getActiveElement(c){let d=c.ownerDocument.activeElement;for(;d?.shadowRoot;){let c=d.shadowRoot.activeElement;if(c===d)break;d=c}return d}function itemById(c,d){return c.find(c=>c.id===d)}function indexOfId(c,d){let p=itemById(c,d);return p?c.indexOf(p):-1}function nextById(c,d,p=!0){let v=indexOfId(c,d);return v=p?(v+1)%c.length:Math.min(v+1,c.length-1),c[v]}function prevById(c,d,p=!0){let v=indexOfId(c,d);return -1===v?p?c[c.length-1]:null:(v=p?(v-1+c.length)%c.length:Math.max(0,v-1),c[v])}var getValueText=c=>c.dataset.valuetext??c.textContent??"",match=(c,d)=>c.toLowerCase().startsWith(d.toLowerCase()),wrap=(c,d)=>c.map((p,v)=>c[(Math.max(d,0)+v)%c.length]);function getByText(c,d,p){let v=p?indexOfId(c,p):-1,g=p?wrap(c,v):c,I=1===d.length;return I&&(g=g.filter(c=>c.id!==p)),g.find(c=>match(getValueText(c),d))}var R=Object.assign(function(c,d){let{state:p,activeId:v,key:g,timeout:I=350}=d,R=p.keysSoFar+g,S=R.length>1&&Array.from(R).every(c=>c===R[0]),P=S?R[0]:R,j=c.slice(),T=getByText(j,P,v);function cleanup(){clearTimeout(p.timer),p.timer=-1}function update(c){p.keysSoFar=c,cleanup(),""!==c&&(p.timer=+setTimeout(()=>{update(""),cleanup()},I))}return update(R),T},{defaultOptions:{keysSoFar:"",timer:-1},isValidEvent:isValidTypeaheadEvent});function isValidTypeaheadEvent(c){return 1===c.key.length&&!c.ctrlKey&&!c.metaKey}var S=new WeakMap;function getComputedStyle(c){if(!S.has(c)){let d=c.ownerDocument.defaultView||window;S.set(c,d.getComputedStyle(c))}return S.get(c)}function getEventTarget(c){return c.composedPath?.()[0]??c.target}function isScrollParent(c){let d=c.ownerDocument.defaultView||window,{overflow:p,overflowX:v,overflowY:g}=d.getComputedStyle(c);return/auto|scroll|overlay|hidden/.test(p+g+v)}function getParent(c){return"html"===c.localName?c:c.assignedSlot||c.parentElement||c.ownerDocument.documentElement}function getScrollParent(c){return["html","body","#document"].includes(c.localName)?c.ownerDocument.body:isHTMLElement(c)&&isScrollParent(c)?c:getScrollParent(getParent(c))}function getScrollParents(c,d=[]){let p=getScrollParent(c),v=p===c.ownerDocument.body,g=p.ownerDocument.defaultView||window,I=v?[g].concat(g.visualViewport||[],isScrollParent(p)?p:[]):p,R=d.concat(I);return v?R:R.concat(getScrollParents(getParent(I)))}function isEditableElement(c){if(null==c||!isHTMLElement(c))return!1;try{let d=c.ownerDocument.defaultView||window;return c instanceof d.HTMLInputElement&&null!=c.selectionStart||/(textarea|select)/.test(c.localName)||c.isContentEditable}catch{return!1}}var isDom=()=>"undefined"!=typeof document;function getPlatform(){let c=navigator.userAgentData;return c?.platform??navigator.platform}var pt=c=>isDom()&&c.test(getPlatform()),ua=c=>isDom()&&c.test(navigator.userAgent),vn=c=>isDom()&&c.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(c,d){return Array.from(c?.querySelectorAll(d)??[])}function query(c,d){return c?.querySelector(d)}function nextTick(c){let d=new Set;function raf2(c){let p=globalThis.requestAnimationFrame(c);d.add(()=>globalThis.cancelAnimationFrame(p))}return raf2(()=>raf2(c)),function(){d.forEach(c=>c())}}function raf(c){let d=globalThis.requestAnimationFrame(c);return()=>{globalThis.cancelAnimationFrame(d)}}var P=2147483647},263:function(c,d,p){"use strict";Object.defineProperty(d,Symbol.toStringTag,{value:"Module"});let v=p(38897),g=p(28477);d.trackElementSize=v.trackElementSize,d.trackElementsSize=g.trackElementsSize},38897:function(c,d){"use strict";function trackElementSize(c,d){if(!c){d(void 0);return}d({width:c.offsetWidth,height:c.offsetHeight});let p=c.ownerDocument.defaultView??window,v=new p.ResizeObserver(p=>{let v,g;if(!Array.isArray(p)||!p.length)return;let[I]=p;if("borderBoxSize"in I){let c=I.borderBoxSize,d=Array.isArray(c)?c[0]:c;v=d.inlineSize,g=d.blockSize}else v=c.offsetWidth,g=c.offsetHeight;d({width:v,height:g})});return v.observe(c,{box:"border-box"}),()=>v.unobserve(c)}Object.defineProperty(d,Symbol.toStringTag,{value:"Module"}),d.trackElementSize=trackElementSize},28477:function(c,d,p){"use strict";Object.defineProperty(d,Symbol.toStringTag,{value:"Module"});let v=p(38897);function trackElementsSize(c){let{getNodes:d,observeMutation:p=!0,callback:g}=c,I=[],R=null;function trigger(){let c=d();R=c[0];let p=c.map((c,d)=>v.trackElementSize(c,c=>{g(c,d)}));I.push(...p)}if(trigger(),p){let c=trackMutation(R,trigger);I.push(c)}return()=>{I.forEach(c=>{c?.()})}}function trackMutation(c,d){if(!c||!c.parentElement)return;let p=c.ownerDocument?.defaultView??window,v=new p.MutationObserver(()=>{d()});return v.observe(c.parentElement,{childList:!0}),()=>{v.disconnect()}}d.trackElementsSize=trackElementsSize},29665:function(c,d,p){"use strict";var v=Object.defineProperty,g=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,S={};((c,d)=>{for(var p in d)v(c,p,{get:d[p],enumerable:!0})})(S,{getInteractionModality:()=>getInteractionModality,setInteractionModality:()=>setInteractionModality,trackFocusVisible:()=>trackFocusVisible,trackInteractionModality:()=>trackInteractionModality}),c.exports=((c,d,p,S)=>{if(d&&"object"==typeof d||"function"==typeof d)for(let p of I(d))R.call(c,p)||void 0===p||v(c,p,{get:()=>d[p],enumerable:!(S=g(d,p))||S.enumerable});return c})(v({},"__esModule",{value:!0}),S);var P=p(23774),j=!1,T=null,N=!1,$=!1,U=new Set;function trigger(c,d){U.forEach(p=>p(c,d))}var et="undefined"!=typeof window&&null!=window.navigator&&/^Mac/.test(window.navigator.platform);function isValidKey(c){return!(c.metaKey||!et&&c.altKey||c.ctrlKey||"Control"===c.key||"Shift"===c.key||"Meta"===c.key)}function onKeyboardEvent(c){N=!0,isValidKey(c)&&(T="keyboard",trigger("keyboard",c))}function onPointerEvent(c){if(T="pointer","mousedown"===c.type||"pointerdown"===c.type){N=!0;let d=c.composedPath?c.composedPath()[0]:c.target,p=!1;try{p=d.matches(":focus-visible")}catch{}p||trigger("pointer",c)}}function isVirtualClick(c){return 0===c.mozInputSource&&!!c.isTrusted||0===c.detail&&!c.pointerType}function onClickEvent(c){isVirtualClick(c)&&(N=!0,T="virtual")}function onWindowFocus(c){c.target!==window&&c.target!==document&&(N||$||(T="virtual",trigger("virtual",c)),N=!1,$=!1)}function onWindowBlur(){N=!1,$=!0}function isFocusVisible(){return"pointer"!==T}function setupGlobalFocusEvents(){if(!(0,P.isDom)()||j)return;let{focus:c}=HTMLElement.prototype;HTMLElement.prototype.focus=function(...d){N=!0,c.apply(this,d)},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)),j=!0}function trackFocusVisible(c){setupGlobalFocusEvents(),c(isFocusVisible());let handler=()=>c(isFocusVisible());return U.add(handler),()=>{U.delete(handler)}}function trackInteractionModality(c){setupGlobalFocusEvents(),c(T);let handler=()=>c(T);return U.add(handler),()=>{U.delete(handler)}}function setInteractionModality(c){T=c,trigger(c,null)}function getInteractionModality(){return T}},23541:function(c,d,p){"use strict";p.r(d),p.d(d,{hideOthers:function(){return hideOthers},inertOthers:function(){return inertOthers},supportsInert:function(){return supportsInert},suppressOthers:function(){return suppressOthers}});var getDefaultParent=function(c){return"undefined"==typeof document?null:(Array.isArray(c)?c[0]:c).ownerDocument.body},v=new WeakMap,g=new WeakMap,I={},R=0,unwrapHost=function(c){return c&&(c.host||unwrapHost(c.parentNode))},applyAttributeToOthers=function(c,d,p,S){var P=(Array.isArray(c)?c:[c]).map(function(c){if(d.contains(c))return c;var p=unwrapHost(c);return p&&d.contains(p)?p:(console.error("aria-hidden",c,"in not contained inside",d,". Doing nothing"),null)}).filter(function(c){return!!c});I[p]||(I[p]=new WeakMap);var j=I[p],T=[],N=new Set,$=new Set(P),keep=function(c){!c||N.has(c)||(N.add(c),keep(c.parentNode))};P.forEach(keep);var deep=function(c){!c||$.has(c)||Array.prototype.forEach.call(c.children,function(c){if(N.has(c))deep(c);else{var d=c.getAttribute(S),I=null!==d&&"false"!==d,R=(v.get(c)||0)+1,P=(j.get(c)||0)+1;v.set(c,R),j.set(c,P),T.push(c),1===R&&I&&g.set(c,!0),1===P&&c.setAttribute(p,"true"),I||c.setAttribute(S,"true")}})};return deep(d),N.clear(),R++,function(){T.forEach(function(c){var d=v.get(c)-1,I=j.get(c)-1;v.set(c,d),j.set(c,I),d||(g.has(c)||c.removeAttribute(S),g.delete(c)),I||c.removeAttribute(p)}),--R||(v=new WeakMap,v=new WeakMap,g=new WeakMap,I={})}},hideOthers=function(c,d,p){void 0===p&&(p="data-aria-hidden");var v=Array.from(Array.isArray(c)?c:[c]),g=d||getDefaultParent(c);return g?(v.push.apply(v,Array.from(g.querySelectorAll("[aria-live]"))),applyAttributeToOthers(v,g,p,"aria-hidden")):function(){return null}},inertOthers=function(c,d,p){void 0===p&&(p="data-inert-ed");var v=d||getDefaultParent(c);return v?applyAttributeToOthers(c,v,p,"inert"):function(){return null}},supportsInert=function(){return"undefined"!=typeof HTMLElement&&HTMLElement.prototype.hasOwnProperty("inert")},suppressOthers=function(c,d,p){return void 0===p&&(p="data-suppressed"),(supportsInert()?inertOthers:hideOthers)(c,d,p)}},34595:function(c,d){"use strict";function guard(c,d,p){return Math.min(Math.max(c,p),d)}let ColorError=class ColorError extends Error{constructor(c){super(`Failed to parse color: "${c}"`)}};function parseToRgba(c){if("string"!=typeof c)throw new ColorError(c);if("transparent"===c.trim().toLowerCase())return[0,0,0,0];let d=c.trim();d=S.test(c)?nameToHex(c):c;let p=v.exec(d);if(p){let c=Array.from(p).slice(1);return[...c.slice(0,3).map(c=>parseInt(r(c,2),16)),parseInt(r(c[3]||"f",2),16)/255]}let P=g.exec(d);if(P){let c=Array.from(P).slice(1);return[...c.slice(0,3).map(c=>parseInt(c,16)),parseInt(c[3]||"ff",16)/255]}let j=I.exec(d);if(j){let c=Array.from(j).slice(1);return[...c.slice(0,3).map(c=>parseInt(c,10)),parseFloat(c[3]||"1")]}let T=R.exec(d);if(T){let[d,p,v,g]=Array.from(T).slice(1).map(parseFloat);if(guard(0,100,p)!==p||guard(0,100,v)!==v)throw new ColorError(c);return[...hslToRgb(d,p,v),Number.isNaN(g)?1:g]}throw new ColorError(c)}function hash(c){let d=5381,p=c.length;for(;p;)d=33*d^c.charCodeAt(--p);return(d>>>0)%2341}let colorToInt=c=>parseInt(c.replace(/_/g,""),36),p="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((c,d)=>{let p=colorToInt(d.substring(0,3)),v=colorToInt(d.substring(3)).toString(16),g="";for(let c=0;c<6-v.length;c++)g+="0";return c[p]=`${g}${v}`,c},{});function nameToHex(c){let d=c.toLowerCase().trim(),v=p[hash(d)];if(!v)throw new ColorError(c);return`#${v}`}let r=(c,d)=>Array.from(Array(d)).map(()=>c).join(""),v=RegExp(`^#${r("([a-f0-9])",3)}([a-f0-9])?$`,"i"),g=RegExp(`^#${r("([a-f0-9]{2})",3)}([a-f0-9]{2})?$`,"i"),I=RegExp(`^rgba?\\(\\s*(\\d+)\\s*${r(",\\s*(\\d+)\\s*",2)}(?:,\\s*([\\d.]+))?\\s*\\)$`,"i"),R=/^hsla?\(\s*([\d.]+)\s*,\s*([\d.]+)%\s*,\s*([\d.]+)%(?:\s*,\s*([\d.]+))?\s*\)$/i,S=/^[a-z]+$/i,roundColor=c=>Math.round(255*c),hslToRgb=(c,d,p)=>{let v=p/100;if(0===d)return[v,v,v].map(roundColor);let g=(c%360+360)%360/60,I=(1-Math.abs(2*v-1))*(d/100),R=I*(1-Math.abs(g%2-1)),S=0,P=0,j=0;g>=0&&g<1?(S=I,P=R):g>=1&&g<2?(S=R,P=I):g>=2&&g<3?(P=I,j=R):g>=3&&g<4?(P=R,j=I):g>=4&&g<5?(S=R,j=I):g>=5&&g<6&&(S=I,j=R);let T=v-I/2,N=S+T,$=P+T,U=j+T;return[N,$,U].map(roundColor)};function parseToHsla(c){let[d,p,v,g]=parseToRgba(c).map((c,d)=>3===d?c:c/255),I=Math.max(d,p,v),R=Math.min(d,p,v),S=(I+R)/2;if(I===R)return[0,0,S,g];let P=I-R;return[60*(d===I?(p-v)/P+(p.5?P/(2-I-R):P/(I+R),S,g]}function hsla(c,d,p,v){return`hsla(${(c%360).toFixed()}, ${guard(0,100,100*d).toFixed()}%, ${guard(0,100,100*p).toFixed()}%, ${parseFloat(guard(0,1,v).toFixed(3))})`}function adjustHue(c,d){let[p,v,g,I]=parseToHsla(c);return hsla(p+d,v,g,I)}function darken(c,d){let[p,v,g,I]=parseToHsla(c);return hsla(p,v,g-d,I)}function desaturate(c,d){let[p,v,g,I]=parseToHsla(c);return hsla(p,v-d,g,I)}function getLuminance(c){if("transparent"===c)return 0;function f(c){let d=c/255;return d<=.03928?d/12.92:Math.pow((d+.055)/1.055,2.4)}let[d,p,v]=parseToRgba(c);return .2126*f(d)+.7152*f(p)+.0722*f(v)}function getContrast(c,d){let p=getLuminance(c),v=getLuminance(d);return p>v?(p+.05)/(v+.05):(v+.05)/(p+.05)}function rgba(c,d,p,v){return`rgba(${guard(0,255,c).toFixed()}, ${guard(0,255,d).toFixed()}, ${guard(0,255,p).toFixed()}, ${parseFloat(guard(0,1,v).toFixed(3))})`}function mix(c,d,p){let normalize=(c,d)=>3===d?c:c/255,[v,g,I,R]=parseToRgba(c).map(normalize),[S,P,j,T]=parseToRgba(d).map(normalize),N=T-R,$=2*p-1,U=(($*N==-1?$:$+N/(1+$*N))+1)/2,et=1-U;return rgba((v*et+S*U)*255,(g*et+P*U)*255,(I*et+j*U)*255,T*p+R*(1-p))}function getScale(...c){return d=>{let p=c.length-1,v=guard(0,p,Math.floor(d*p)),g=guard(0,p,Math.ceil(d*p)),I=c[v],R=c[g],S=1/p;return mix(I,R,(d-S*v)/S)}}let P={decorative:1.5,readable:3,aa:4.5,aaa:7};function hasBadContrast(c,d="aa",p="#fff"){return getContrast(c,p).179}function readableColor(c){return readableColorIsBlack(c)?"#000":"#fff"}function saturate(c,d){return desaturate(c,-d)}function toHex(c){let[d,p,v,g]=parseToRgba(c),hex=c=>{let d=guard(0,255,c).toString(16);return 1===d.length?`0${d}`:d};return`#${hex(d)}${hex(p)}${hex(v)}${g<1?hex(Math.round(255*g)):""}`}function toRgba(c){return rgba(...parseToRgba(c))}function toHsla(c){return hsla(...parseToHsla(c))}d.ColorError=ColorError,d.adjustHue=adjustHue,d.darken=darken,d.desaturate=desaturate,d.getContrast=getContrast,d.getLuminance=getLuminance,d.getScale=getScale,d.guard=guard,d.hasBadContrast=hasBadContrast,d.hsla=hsla,d.lighten=lighten,d.mix=mix,d.opacify=opacify,d.parseToHsla=parseToHsla,d.parseToRgba=parseToRgba,d.readableColor=readableColor,d.readableColorIsBlack=readableColorIsBlack,d.rgba=rgba,d.saturate=saturate,d.toHex=toHex,d.toHsla=toHsla,d.toRgba=toRgba,d.transparentize=transparentize},20640:function(c,d,p){"use strict";var v=p(11742),g={"text/plain":"Text","text/html":"Url",default:"Text"};function format(c){var d=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return c.replace(/#{\s*key\s*}/g,d)}function copy(c,d){var p,I,R,S,P,j,T=!1;d||(d={}),p=d.debug||!1;try{if(R=v(),S=document.createRange(),P=document.getSelection(),(j=document.createElement("span")).textContent=c,j.ariaHidden="true",j.style.all="unset",j.style.position="fixed",j.style.top=0,j.style.clip="rect(0, 0, 0, 0)",j.style.whiteSpace="pre",j.style.webkitUserSelect="text",j.style.MozUserSelect="text",j.style.msUserSelect="text",j.style.userSelect="text",j.addEventListener("copy",function(v){if(v.stopPropagation(),d.format){if(v.preventDefault(),void 0===v.clipboardData){p&&console.warn("unable to use e.clipboardData"),p&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var I=g[d.format]||g.default;window.clipboardData.setData(I,c)}else v.clipboardData.clearData(),v.clipboardData.setData(d.format,c)}d.onCopy&&(v.preventDefault(),d.onCopy(v.clipboardData))}),document.body.appendChild(j),S.selectNodeContents(j),P.addRange(S),!document.execCommand("copy"))throw Error("copy command was unsuccessful");T=!0}catch(v){p&&console.error("unable to copy using execCommand: ",v),p&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(d.format||"text",c),d.onCopy&&d.onCopy(window.clipboardData),T=!0}catch(v){p&&console.error("unable to copy using clipboardData: ",v),p&&console.error("falling back to prompt"),I=format("message"in d?d.message:"Copy to clipboard: #{key}, Enter"),window.prompt(I,c)}}finally{P&&("function"==typeof P.removeRange?P.removeRange(S):P.removeAllRanges()),j&&document.body.removeChild(j),R()}return T}c.exports=copy},78492:function(c,d,p){"use strict";function invariant(c,d){if(!c)throw Error("Invariant failed")}p.r(d),p.d(d,{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(c){var d=c.top,p=c.right,v=c.bottom,g=c.left;return{top:d,right:p,bottom:v,left:g,width:p-g,height:v-d,x:g,y:d,center:{x:(p+g)/2,y:(v+d)/2}}},expand=function(c,d){return{top:c.top-d.top,left:c.left-d.left,bottom:c.bottom+d.bottom,right:c.right+d.right}},shrink=function(c,d){return{top:c.top+d.top,left:c.left+d.left,bottom:c.bottom-d.bottom,right:c.right-d.right}},v={top:0,right:0,bottom:0,left:0},createBox=function(c){var d=c.borderBox,p=c.margin,g=void 0===p?v:p,I=c.border,R=void 0===I?v:I,S=c.padding,P=void 0===S?v:S,j=getRect(expand(d,g)),T=getRect(shrink(d,R)),N=getRect(shrink(T,P));return{marginBox:j,borderBox:getRect(d),paddingBox:T,contentBox:N,margin:g,border:R,padding:P}},parse=function(c){var d=c.slice(0,-2);if("px"!==c.slice(-2))return 0;var p=Number(d);return isNaN(p)&&invariant(!1),p},offset=function(c,d){var p=c.borderBox,v=c.border,g=c.margin,I=c.padding;return createBox({borderBox:{top:p.top+d.y,left:p.left+d.x,bottom:p.bottom+d.y,right:p.right+d.x},border:v,margin:g,padding:I})},withScroll=function(c,d){return void 0===d&&(d={x:window.pageXOffset,y:window.pageYOffset}),offset(c,d)},calculateBox=function(c,d){return createBox({borderBox:c,margin:{top:parse(d.marginTop),right:parse(d.marginRight),bottom:parse(d.marginBottom),left:parse(d.marginLeft)},padding:{top:parse(d.paddingTop),right:parse(d.paddingRight),bottom:parse(d.paddingBottom),left:parse(d.paddingLeft)},border:{top:parse(d.borderTopWidth),right:parse(d.borderRightWidth),bottom:parse(d.borderBottomWidth),left:parse(d.borderLeftWidth)}})},getBox=function(c){return calculateBox(c.getBoundingClientRect(),window.getComputedStyle(c))}},33505:function(c,d,p){"use strict";function _objectWithoutPropertiesLoose(c,d){if(null==c)return{};var p,v,g={},I=Object.keys(c);for(v=0;v=0||(g[p]=c[p]);return g}function _extends(){return(_extends=Object.assign?Object.assign.bind():function(c){for(var d=1;d"object"==typeof c&&null!=c&&1===c.nodeType,t=(c,d)=>(!d||"hidden"!==c)&&"visible"!==c&&"clip"!==c,n=(c,d)=>{if(c.clientHeight{if(!c.ownerDocument||!c.ownerDocument.defaultView)return null;try{return c.ownerDocument.defaultView.frameElement}catch(c){return null}})(c))&&(p.clientHeightId||I>c&&R=d&&S>=p?I-c-v:R>d&&Sp?R-d+g:0,i=c=>{let d=c.parentElement;return null==d?c.getRootNode().host||null:d};var o=(c,d)=>{var p,v,g,I,R,S;if("undefined"==typeof document)return[];let{scrollMode:P,block:j,inline:T,boundary:N,skipOverflowHiddenElements:$}=d,U="function"==typeof N?N:c=>c!==N;if(!e(c))throw TypeError("Invalid target");let et=document.scrollingElement||document.documentElement,ea=[],en=c;for(;e(en)&&U(en);){if((en=i(en))===et){ea.push(en);break}null!=en&&en===document.body&&n(en)&&!n(document.documentElement)||null!=en&&n(en,$)&&ea.push(en)}let er=null!=(v=null==(p=window.visualViewport)?void 0:p.width)?v:innerWidth,eo=null!=(I=null==(g=window.visualViewport)?void 0:g.height)?I:innerHeight,el=null!=(R=window.scrollX)?R:pageXOffset,ec=null!=(S=window.scrollY)?S:pageYOffset,{height:ei,width:es,top:ed,right:eu,bottom:ep,left:eh}=c.getBoundingClientRect(),ev="start"===j||"nearest"===j?ed:"end"===j?ep:ed+ei/2,eg="center"===T?eh+es/2:"end"===T?eu:eh,ey=[];for(let c=0;c=0&&eh>=0&&ep<=eo&&eu<=er&&ed>=g&&ep<=R&&eh>=S&&eu<=I)break;let N=getComputedStyle(d),$=parseInt(N.borderLeftWidth,10),U=parseInt(N.borderTopWidth,10),en=parseInt(N.borderRightWidth,10),ef=parseInt(N.borderBottomWidth,10),em=0,ek=0,eM="offsetWidth"in d?d.offsetWidth-d.clientWidth-$-en:0,eb="offsetHeight"in d?d.offsetHeight-d.clientHeight-U-ef:0,eI="offsetWidth"in d?0===d.offsetWidth?0:v/d.offsetWidth:0,eC="offsetHeight"in d?0===d.offsetHeight?0:p/d.offsetHeight:0;if(et===d)em="start"===j?ev:"end"===j?ev-eo:"nearest"===j?l(ec,ec+eo,eo,U,ef,ec+ev,ec+ev+ei,ei):ev-eo/2,ek="start"===T?eg:"center"===T?eg-er/2:"end"===T?eg-er:l(el,el+er,er,$,en,el+eg,el+eg+es,es),em=Math.max(0,em+ec),ek=Math.max(0,ek+el);else{em="start"===j?ev-g-U:"end"===j?ev-R+ef+eb:"nearest"===j?l(g,R,p,U,ef+eb,ev,ev+ei,ei):ev-(g+p/2)+eb/2,ek="start"===T?eg-S-$:"center"===T?eg-(S+v/2)+eM/2:"end"===T?eg-I+en+eM:l(S,I,v,$,en+eM,eg,eg+es,es);let{scrollLeft:c,scrollTop:P}=d;em=Math.max(0,Math.min(P+em/eC,d.scrollHeight-p/eC+eb)),ek=Math.max(0,Math.min(c+ek/eI,d.scrollWidth-v/eI+eM)),ev+=P-em,eg+=c-ek}ey.push({el:d,top:em,left:ek})}return ey},__assign=function(){return(__assign=Object.assign||function(c){for(var d,p=1,v=arguments.length;p1?p-1:0),g=1;g=37&&p<=40&&0!==d.indexOf("Arrow")?"Arrow"+d:d}function getNextWrappingIndex(c,d,p,v,g){if(void 0===g&&(g=!0),0===p)return -1;var I=p-1;("number"!=typeof d||d<0||d>=p)&&(d=c>0?-1:I+1);var R=d+c;R<0?R=g?I:0:R>I&&(R=g?0:I);var S=getNextNonDisabledIndex(c,R,p,v,g);return -1===S?d>=p?-1:d:S}function getNextNonDisabledIndex(c,d,p,v,g){var I=v(d);if(!I||!I.hasAttribute("disabled"))return d;if(c>0){for(var R=d+1;R
=0;S--)if(!v(S).hasAttribute("disabled"))return S;return g?c>0?getNextNonDisabledIndex(1,0,p,v,!1):getNextNonDisabledIndex(-1,p-1,p,v,!1):-1}function targetWithinDownshift(c,d,p,v){return void 0===v&&(v=!0),d.some(function(d){return d&&(isOrContainsNode(d,c,p)||v&&isOrContainsNode(d,p.document.activeElement,p))})}var j=debounce(function(c){getStatusDiv(c).textContent=""},500);function setStatus(c,d){var p=getStatusDiv(d);c&&(p.textContent=c,j(d))}function getStatusDiv(c){void 0===c&&(c=document);var d=c.getElementById("a11y-status-message");return d||((d=c.createElement("div")).setAttribute("id","a11y-status-message"),d.setAttribute("role","status"),d.setAttribute("aria-live","polite"),d.setAttribute("aria-relevant","additions text"),Object.assign(d.style,{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"}),c.body.appendChild(d)),d}var T=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}),N=["refKey","ref"],$=["onClick","onPress","onKeyDown","onKeyUp","onBlur"],U=["onKeyDown","onBlur","onChange","onInput","onChangeText"],et=["refKey","ref"],ea=["onMouseMove","onMouseDown","onClick","onPress","index","item"],en=((v=function(c){function Downshift(d){(p=c.call(this,d)||this).id=p.props.id||"downshift-"+generateId(),p.menuId=p.props.menuId||p.id+"-menu",p.labelId=p.props.labelId||p.id+"-label",p.inputId=p.props.inputId||p.id+"-input",p.getItemId=p.props.getItemId||function(c){return p.id+"-item-"+c},p.input=null,p.items=[],p.itemCount=null,p.previousResultCount=0,p.timeoutIds=[],p.internalSetTimeout=function(c,d){var v=setTimeout(function(){p.timeoutIds=p.timeoutIds.filter(function(c){return c!==v}),c()},d);p.timeoutIds.push(v)},p.setItemCount=function(c){p.itemCount=c},p.unsetItemCount=function(){p.itemCount=null},p.setHighlightedIndex=function(c,d){void 0===c&&(c=p.props.defaultHighlightedIndex),void 0===d&&(d={}),d=pickState(d),p.internalSetState(_extends({highlightedIndex:c},d))},p.clearSelection=function(c){p.internalSetState({selectedItem:null,inputValue:"",highlightedIndex:p.props.defaultHighlightedIndex,isOpen:p.props.defaultIsOpen},c)},p.selectItem=function(c,d,v){d=pickState(d),p.internalSetState(_extends({isOpen:p.props.defaultIsOpen,highlightedIndex:p.props.defaultHighlightedIndex,selectedItem:c,inputValue:p.props.itemToString(c)},d),v)},p.selectItemAtIndex=function(c,d,v){var g=p.items[c];null!=g&&p.selectItem(g,d,v)},p.selectHighlightedItem=function(c,d){return p.selectItemAtIndex(p.getState().highlightedIndex,c,d)},p.internalSetState=function(c,d){var v,g,I={},R="function"==typeof c;return!R&&c.hasOwnProperty("inputValue")&&p.props.onInputValueChange(c.inputValue,_extends({},p.getStateAndHelpers(),c)),p.setState(function(d){d=p.getState(d);var S=R?c(d):c;v=(S=p.props.stateReducer(d,S)).hasOwnProperty("selectedItem");var P={};return v&&S.selectedItem!==d.selectedItem&&(g=S.selectedItem),S.type=S.type||0,Object.keys(S).forEach(function(c){d[c]!==S[c]&&(I[c]=S[c]),"type"!==c&&(S[c],isControlledProp(p.props,c)||(P[c]=S[c]))}),R&&S.hasOwnProperty("inputValue")&&p.props.onInputValueChange(S.inputValue,_extends({},p.getStateAndHelpers(),S)),P},function(){cbToCb(d)(),Object.keys(I).length>1&&p.props.onStateChange(I,p.getStateAndHelpers()),v&&p.props.onSelect(c.selectedItem,p.getStateAndHelpers()),void 0!==g&&p.props.onChange(g,p.getStateAndHelpers()),p.props.onUserAction(I,p.getStateAndHelpers())})},p.rootRef=function(c){return p._rootNode=c},p.getRootProps=function(c,d){var v,g=void 0===c?{}:c,I=g.refKey,R=void 0===I?"ref":I,S=g.ref,P=_objectWithoutPropertiesLoose(g,N),j=(void 0===d?{}:d).suppressRefError;p.getRootProps.called=!0,p.getRootProps.refKey=R,p.getRootProps.suppressRefError=void 0!==j&&j;var T=p.getState().isOpen;return _extends(((v={})[R]=handleRefs(S,p.rootRef),v.role="combobox",v["aria-expanded"]=T,v["aria-haspopup"]="listbox",v["aria-owns"]=T?p.menuId:null,v["aria-labelledby"]=p.labelId,v),P)},p.keyDownHandlers={ArrowDown:function(c){var d=this;if(c.preventDefault(),this.getState().isOpen){var p=c.shiftKey?5:1;this.moveHighlightedIndex(p,{type:4})}else this.internalSetState({isOpen:!0,type:4},function(){var c=d.getItemCount();if(c>0){var p=getNextWrappingIndex(1,d.getState().highlightedIndex,c,function(c){return d.getItemNodeFromIndex(c)});d.setHighlightedIndex(p,{type:4})}})},ArrowUp:function(c){var d=this;if(c.preventDefault(),this.getState().isOpen){var p=c.shiftKey?-5:-1;this.moveHighlightedIndex(p,{type:3})}else this.internalSetState({isOpen:!0,type:3},function(){var c=d.getItemCount();if(c>0){var p=getNextWrappingIndex(-1,d.getState().highlightedIndex,c,function(c){return d.getItemNodeFromIndex(c)});d.setHighlightedIndex(p,{type:3})}})},Enter:function(c){if(229!==c.which){var d=this.getState(),p=d.isOpen,v=d.highlightedIndex;if(p&&null!=v){c.preventDefault();var g=this.items[v],I=this.getItemNodeFromIndex(v);if(null==g||I&&I.hasAttribute("disabled"))return;this.selectHighlightedItem({type:6})}}},Escape:function(c){c.preventDefault(),this.reset(_extends({type:5},!this.state.isOpen&&{selectedItem:null,inputValue:""}))}},p.buttonKeyDownHandlers=_extends({},p.keyDownHandlers,{" ":function(c){c.preventDefault(),this.toggleMenu({type:12})}}),p.inputKeyDownHandlers=_extends({},p.keyDownHandlers,{Home:function(c){var d=this,p=this.getState().isOpen;if(p){c.preventDefault();var v=this.getItemCount();if(!(v<=0)&&p){var g=getNextNonDisabledIndex(1,0,v,function(c){return d.getItemNodeFromIndex(c)},!1);this.setHighlightedIndex(g,{type:7})}}},End:function(c){var d=this,p=this.getState().isOpen;if(p){c.preventDefault();var v=this.getItemCount();if(!(v<=0)&&p){var g=getNextNonDisabledIndex(-1,v-1,v,function(c){return d.getItemNodeFromIndex(c)},!1);this.setHighlightedIndex(g,{type:8})}}}}),p.getToggleButtonProps=function(c){var d=void 0===c?{}:c,v=d.onClick;d.onPress;var g=d.onKeyDown,I=d.onKeyUp,R=d.onBlur,S=_objectWithoutPropertiesLoose(d,$),P=p.getState().isOpen,j={onClick:callAllEventHandlers(v,p.buttonHandleClick),onKeyDown:callAllEventHandlers(g,p.buttonHandleKeyDown),onKeyUp:callAllEventHandlers(I,p.buttonHandleKeyUp),onBlur:callAllEventHandlers(R,p.buttonHandleBlur)},T=S.disabled?{}:j;return _extends({type:"button",role:"button","aria-label":P?"close menu":"open menu","aria-haspopup":!0,"data-toggle":!0},T,S)},p.buttonHandleKeyUp=function(c){c.preventDefault()},p.buttonHandleKeyDown=function(c){var d=normalizeArrowKey(c);p.buttonKeyDownHandlers[d]&&p.buttonKeyDownHandlers[d].call(_assertThisInitialized(p),c)},p.buttonHandleClick=function(c){c.preventDefault(),p.props.environment.document.activeElement===p.props.environment.document.body&&c.target.focus(),p.internalSetTimeout(function(){return p.toggleMenu({type:13})})},p.buttonHandleBlur=function(c){var d=c.target;p.internalSetTimeout(function(){p.isMouseDown||null!=p.props.environment.document.activeElement&&p.props.environment.document.activeElement.id===p.inputId||p.props.environment.document.activeElement===d||p.reset({type:14})})},p.getLabelProps=function(c){return _extends({htmlFor:p.inputId,id:p.labelId},c)},p.getInputProps=function(c){var d,v=void 0===c?{}:c,g=v.onKeyDown,I=v.onBlur,R=v.onChange,S=v.onInput;v.onChangeText;var P=_objectWithoutPropertiesLoose(v,U),j={},T=p.getState(),N=T.inputValue,$=T.isOpen,et=T.highlightedIndex;return P.disabled||((d={}).onChange=callAllEventHandlers(R,S,p.inputHandleChange),d.onKeyDown=callAllEventHandlers(g,p.inputHandleKeyDown),d.onBlur=callAllEventHandlers(I,p.inputHandleBlur),j=d),_extends({"aria-autocomplete":"list","aria-activedescendant":$&&"number"==typeof et&&et>=0?p.getItemId(et):null,"aria-controls":$?p.menuId:null,"aria-labelledby":P&&P["aria-label"]?void 0:p.labelId,autoComplete:"off",value:N,id:p.inputId},j,P)},p.inputHandleKeyDown=function(c){var d=normalizeArrowKey(c);d&&p.inputKeyDownHandlers[d]&&p.inputKeyDownHandlers[d].call(_assertThisInitialized(p),c)},p.inputHandleChange=function(c){p.internalSetState({type:11,isOpen:!0,inputValue:c.target.value,highlightedIndex:p.props.defaultHighlightedIndex})},p.inputHandleBlur=function(){p.internalSetTimeout(function(){var c=p.props.environment.document&&!!p.props.environment.document.activeElement&&!!p.props.environment.document.activeElement.dataset&&p.props.environment.document.activeElement.dataset.toggle&&p._rootNode&&p._rootNode.contains(p.props.environment.document.activeElement);p.isMouseDown||c||p.reset({type:10})})},p.menuRef=function(c){p._menuNode=c},p.getMenuProps=function(c,d){var v,g=void 0===c?{}:c,I=g.refKey,R=void 0===I?"ref":I,S=g.ref,P=_objectWithoutPropertiesLoose(g,et),j=(void 0===d?{}:d).suppressRefError;return p.getMenuProps.called=!0,p.getMenuProps.refKey=R,p.getMenuProps.suppressRefError=void 0!==j&&j,_extends(((v={})[R]=handleRefs(S,p.menuRef),v.role="listbox",v["aria-labelledby"]=P&&P["aria-label"]?null:p.labelId,v.id=p.menuId,v),P)},p.getItemProps=function(c){var d,v=void 0===c?{}:c,g=v.onMouseMove,I=v.onMouseDown,R=v.onClick;v.onPress;var S=v.index,P=v.item,j=void 0===P?void 0:P,T=_objectWithoutPropertiesLoose(v,ea);void 0===S?(p.items.push(j),S=p.items.indexOf(j)):p.items[S]=j;var N=((d={onMouseMove:callAllEventHandlers(g,function(){S!==p.getState().highlightedIndex&&(p.setHighlightedIndex(S,{type:2}),p.avoidScrolling=!0,p.internalSetTimeout(function(){return p.avoidScrolling=!1},250))}),onMouseDown:callAllEventHandlers(I,function(c){c.preventDefault()})}).onClick=callAllEventHandlers(R,function(){p.selectItemAtIndex(S,{type:9})}),d),$=T.disabled?{onMouseDown:N.onMouseDown}:N;return _extends({id:p.getItemId(S),role:"option","aria-selected":p.getState().highlightedIndex===S},$,T)},p.clearItems=function(){p.items=[]},p.reset=function(c,d){void 0===c&&(c={}),c=pickState(c),p.internalSetState(function(d){var v=d.selectedItem;return _extends({isOpen:p.props.defaultIsOpen,highlightedIndex:p.props.defaultHighlightedIndex,inputValue:p.props.itemToString(v)},c)},d)},p.toggleMenu=function(c,d){void 0===c&&(c={}),c=pickState(c),p.internalSetState(function(d){var v=d.isOpen;return _extends({isOpen:!v},v&&{highlightedIndex:p.props.defaultHighlightedIndex},c)},function(){var v=p.getState(),g=v.isOpen,I=v.highlightedIndex;g&&p.getItemCount()>0&&"number"==typeof I&&p.setHighlightedIndex(I,c),cbToCb(d)()})},p.openMenu=function(c){p.internalSetState({isOpen:!0},c)},p.closeMenu=function(c){p.internalSetState({isOpen:!1},c)},p.updateStatus=debounce(function(){var c=p.getState(),d=p.items[c.highlightedIndex],v=p.getItemCount(),g=p.props.getA11yStatusMessage(_extends({itemToString:p.props.itemToString,previousResultCount:p.previousResultCount,resultCount:v,highlightedItem:d},c));p.previousResultCount=v,setStatus(g,p.props.environment.document)},200);var p,v=p.props,g=v.defaultHighlightedIndex,I=v.initialHighlightedIndex,R=v.defaultIsOpen,S=v.initialIsOpen,P=v.initialInputValue,j=v.initialSelectedItem,T=p.getState({highlightedIndex:void 0===I?g:I,isOpen:void 0===S?R:S,inputValue:void 0===P?"":P,selectedItem:void 0===j?null:j});return null!=T.selectedItem&&void 0===p.props.initialInputValue&&(T.inputValue=p.props.itemToString(T.selectedItem)),p.state=T,p}_inheritsLoose(Downshift,c);var d=Downshift.prototype;return d.internalClearTimeouts=function(){this.timeoutIds.forEach(function(c){clearTimeout(c)}),this.timeoutIds=[]},d.getState=function(c){return void 0===c&&(c=this.state),getState(c,this.props)},d.getItemCount=function(){var c=this.items.length;return null!=this.itemCount?c=this.itemCount:void 0!==this.props.itemCount&&(c=this.props.itemCount),c},d.getItemNodeFromIndex=function(c){return this.props.environment.document.getElementById(this.getItemId(c))},d.scrollHighlightedItemIntoView=function(){var c=this.getItemNodeFromIndex(this.getState().highlightedIndex);this.props.scrollIntoView(c,this._menuNode)},d.moveHighlightedIndex=function(c,d){var p=this,v=this.getItemCount(),g=this.getState().highlightedIndex;if(v>0){var I=getNextWrappingIndex(c,g,v,function(c){return p.getItemNodeFromIndex(c)});this.setHighlightedIndex(I,d)}},d.getStateAndHelpers=function(){var c=this.getState(),d=c.highlightedIndex,p=c.inputValue,v=c.selectedItem,g=c.isOpen,I=this.props.itemToString,R=this.id,S=this.getRootProps,P=this.getToggleButtonProps,j=this.getLabelProps,T=this.getMenuProps,N=this.getInputProps,$=this.getItemProps,U=this.openMenu,et=this.closeMenu,ea=this.toggleMenu,en=this.selectItem,er=this.selectItemAtIndex,eo=this.selectHighlightedItem,el=this.setHighlightedIndex,ec=this.clearSelection,ei=this.clearItems;return{getRootProps:S,getToggleButtonProps:P,getLabelProps:j,getMenuProps:T,getInputProps:N,getItemProps:$,reset:this.reset,openMenu:U,closeMenu:et,toggleMenu:ea,selectItem:en,selectItemAtIndex:er,selectHighlightedItem:eo,setHighlightedIndex:el,clearSelection:ec,clearItems:ei,setItemCount:this.setItemCount,unsetItemCount:this.unsetItemCount,setState:this.internalSetState,itemToString:I,id:R,highlightedIndex:d,inputValue:p,isOpen:g,selectedItem:v}},d.componentDidMount=function(){var c=this,onMouseDown=function(){c.isMouseDown=!0},onMouseUp=function(d){c.isMouseDown=!1,!targetWithinDownshift(d.target,[c._rootNode,c._menuNode],c.props.environment)&&c.getState().isOpen&&c.reset({type:1},function(){return c.props.onOuterClick(c.getStateAndHelpers())})},onTouchStart=function(){c.isTouchMove=!1},onTouchMove=function(){c.isTouchMove=!0},onTouchEnd=function(d){var p=targetWithinDownshift(d.target,[c._rootNode,c._menuNode],c.props.environment,!1);c.isTouchMove||p||!c.getState().isOpen||c.reset({type:16},function(){return c.props.onOuterClick(c.getStateAndHelpers())})},d=this.props.environment;d.addEventListener("mousedown",onMouseDown),d.addEventListener("mouseup",onMouseUp),d.addEventListener("touchstart",onTouchStart),d.addEventListener("touchmove",onTouchMove),d.addEventListener("touchend",onTouchEnd),this.cleanup=function(){c.internalClearTimeouts(),c.updateStatus.cancel(),d.removeEventListener("mousedown",onMouseDown),d.removeEventListener("mouseup",onMouseUp),d.removeEventListener("touchstart",onTouchStart),d.removeEventListener("touchmove",onTouchMove),d.removeEventListener("touchend",onTouchEnd)}},d.shouldScroll=function(c,d){var p=(void 0===this.props.highlightedIndex?this.getState():this.props).highlightedIndex,v=(void 0===d.highlightedIndex?c:d).highlightedIndex;return p&&this.getState().isOpen&&!c.isOpen||p!==v},d.componentDidUpdate=function(c,d){isControlledProp(this.props,"selectedItem")&&this.props.selectedItemChanged(c.selectedItem,this.props.selectedItem)&&this.internalSetState({type:15,inputValue:this.props.itemToString(this.props.selectedItem)}),!this.avoidScrolling&&this.shouldScroll(d,c)&&this.scrollHighlightedItemIntoView(),this.updateStatus()},d.componentWillUnmount=function(){this.cleanup()},d.render=function(){var c=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 d=unwrapArray(c(this.getStateAndHelpers()));return d?this.getRootProps.called||this.props.suppressRefError?d:isDOMElement(d)?(0,R.cloneElement)(d,this.getRootProps(getElementProps(d))):void 0:null},Downshift}(R.Component)).defaultProps={defaultHighlightedIndex:null,defaultIsOpen:!1,getA11yStatusMessage:getA11yStatusMessage$1,itemToString:function(c){return null==c?"":String(c)},onStateChange:noop,onInputValueChange:noop,onUserAction:noop,onChange:noop,onSelect:noop,onOuterClick:noop,selectedItemChanged:function(c,d){return c!==d},environment:"undefined"==typeof window?{}:window,stateReducer:function(c,d){return d},suppressRefError:!1,scrollIntoView:scrollIntoView},v.stateChangeTypes=T,v),er=["isInitialMount","highlightedIndex","items","environment"],eo={highlightedIndex:-1,isOpen:!1,selectedItem:null,inputValue:""};function callOnChangeProps(c,d,p){var v=c.props,g=c.type,I={};Object.keys(d).forEach(function(v){invokeOnChangeHandler(v,c,d,p),p[v]!==d[v]&&(I[v]=p[v])}),v.onStateChange&&Object.keys(I).length&&v.onStateChange(_extends({type:g},I))}function invokeOnChangeHandler(c,d,p,v){var g=d.props,I=d.type,R="on"+capitalizeString(c)+"Change";g[R]&&void 0!==v[c]&&v[c]!==p[c]&&g[R](_extends({type:I},v))}function stateReducer(c,d){return d.changes}function getA11ySelectionMessage(c){var d=c.selectedItem,p=c.itemToString;return d?p(d)+" has been selected.":""}var el=debounce(function(c,d){setStatus(c(),d)},200),ec="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?R.useLayoutEffect:R.useEffect;function useElementIds(c){var d=c.id,p=void 0===d?"downshift-"+generateId():d,v=c.labelId,g=c.menuId,I=c.getItemId,S=c.toggleButtonId,P=c.inputId;return(0,R.useRef)({labelId:v||p+"-label",menuId:g||p+"-menu",getItemId:I||function(c){return p+"-item-"+c},toggleButtonId:S||p+"-toggle-button",inputId:P||p+"-input"}).current}function getItemAndIndex(c,d,p,v){var g,I;if(void 0===c){if(void 0===d)throw Error(v);g=p[d],I=d}else I=void 0===d?p.indexOf(c):d,g=c;return[g,I]}function isAcceptedCharacterKey(c){return/^\S{1}$/.test(c)}function capitalizeString(c){return""+c.slice(0,1).toUpperCase()+c.slice(1)}function useLatestRef(c){var d=(0,R.useRef)(c);return d.current=c,d}function useEnhancedReducer(c,d,p){var v=(0,R.useRef)(),g=(0,R.useRef)(),I=(0,R.useCallback)(function(d,p){g.current=p;var v=c(d=getState(d,p.props),p);return p.props.stateReducer(d,_extends({},p,{changes:v}))},[c]),S=(0,R.useReducer)(I,d),P=S[0],j=S[1],T=useLatestRef(p),N=(0,R.useCallback)(function(c){return j(_extends({props:T.current},c))},[T]),$=g.current;return(0,R.useEffect)(function(){$&&v.current&&v.current!==P&&callOnChangeProps($,getState(v.current,$.props),P),v.current=P},[P,p,$]),[P,N]}function useControlledReducer$1(c,d,p){var v=useEnhancedReducer(c,d,p),g=v[0],I=v[1];return[getState(g,p),I]}var ei={itemToString:function(c){return c?String(c):""},stateReducer:stateReducer,getA11ySelectionMessage:getA11ySelectionMessage,scrollIntoView:scrollIntoView,environment:"undefined"==typeof window?{}:window};function getDefaultValue$1(c,d,p){void 0===p&&(p=eo);var v=c["default"+capitalizeString(d)];return void 0!==v?v:p[d]}function getInitialValue$1(c,d,p){void 0===p&&(p=eo);var v=c[d];if(void 0!==v)return v;var g=c["initial"+capitalizeString(d)];return void 0!==g?g:getDefaultValue$1(c,d,p)}function getInitialState$2(c){var d=getInitialValue$1(c,"selectedItem"),p=getInitialValue$1(c,"isOpen"),v=getInitialValue$1(c,"highlightedIndex"),g=getInitialValue$1(c,"inputValue");return{highlightedIndex:v<0&&d&&p?c.items.indexOf(d):v,isOpen:p,selectedItem:d,inputValue:g}}function getHighlightedIndexOnOpen(c,d,p){var v=c.items,g=c.initialHighlightedIndex,I=c.defaultHighlightedIndex,R=d.selectedItem,S=d.highlightedIndex;return 0===v.length?-1:void 0!==g&&S===g?g:void 0!==I?I:R?v.indexOf(R):0===p?-1:p<0?v.length-1:0}function useMouseAndTouchTracker(c,d,p,v){var g=(0,R.useRef)({isMouseDown:!1,isTouchMove:!1});return(0,R.useEffect)(function(){if((null==p?void 0:p.addEventListener)!=null){var onMouseDown=function(){g.current.isMouseDown=!0},onMouseUp=function(I){g.current.isMouseDown=!1,c&&!targetWithinDownshift(I.target,d.map(function(c){return c.current}),p)&&v()},onTouchStart=function(){g.current.isTouchMove=!1},onTouchMove=function(){g.current.isTouchMove=!0},onTouchEnd=function(I){!c||g.current.isTouchMove||targetWithinDownshift(I.target,d.map(function(c){return c.current}),p,!1)||v()};return p.addEventListener("mousedown",onMouseDown),p.addEventListener("mouseup",onMouseUp),p.addEventListener("touchstart",onTouchStart),p.addEventListener("touchmove",onTouchMove),p.addEventListener("touchend",onTouchEnd),function(){p.removeEventListener("mousedown",onMouseDown),p.removeEventListener("mouseup",onMouseUp),p.removeEventListener("touchstart",onTouchStart),p.removeEventListener("touchmove",onTouchMove),p.removeEventListener("touchend",onTouchEnd)}}},[c,p]),g}var useGetterPropsCalledChecker=function(){return noop};function useA11yMessageSetter(c,d,p){var v=p.isInitialMount,g=p.highlightedIndex,I=p.items,S=p.environment,P=_objectWithoutPropertiesLoose(p,er);(0,R.useEffect)(function(){v||el(function(){return c(_extends({highlightedIndex:g,highlightedItem:I[g],resultCount:I.length},P))},S.document)},d)}function useScrollIntoView(c){var d=c.highlightedIndex,p=c.isOpen,v=c.itemRefs,g=c.getItemNodeFromIndex,I=c.menuElement,S=c.scrollIntoView,P=(0,R.useRef)(!0);return ec(function(){!(d<0)&&p&&Object.keys(v.current).length&&(!1===P.current?P.current=!0:S(g(d),I))},[d]),P}var es=noop;function getChangesOnSelection(c,d,p){void 0===p&&(p=!0);var v,g=(null==(v=c.items)?void 0:v.length)&&d>=0;return _extends({isOpen:!1,highlightedIndex:-1},g&&_extends({selectedItem:c.items[d],isOpen:getDefaultValue$1(c,"isOpen"),highlightedIndex:getDefaultValue$1(c,"highlightedIndex")},p&&{inputValue:c.itemToString(c.items[d])}))}function downshiftCommonReducer(c,d,p){var v,g=d.type,I=d.props;switch(g){case p.ItemMouseMove:v={highlightedIndex:d.disabled?-1:d.index};break;case p.MenuMouseLeave:v={highlightedIndex:-1};break;case p.ToggleButtonClick:case p.FunctionToggleMenu:v={isOpen:!c.isOpen,highlightedIndex:c.isOpen?-1:getHighlightedIndexOnOpen(I,c,0)};break;case p.FunctionOpenMenu:v={isOpen:!0,highlightedIndex:getHighlightedIndexOnOpen(I,c,0)};break;case p.FunctionCloseMenu:v={isOpen:!1};break;case p.FunctionSetHighlightedIndex:v={highlightedIndex:d.highlightedIndex};break;case p.FunctionSetInputValue:v={inputValue:d.inputValue};break;case p.FunctionReset:v={highlightedIndex:getDefaultValue$1(I,"highlightedIndex"),isOpen:getDefaultValue$1(I,"isOpen"),selectedItem:getDefaultValue$1(I,"selectedItem"),inputValue:getDefaultValue$1(I,"inputValue")};break;default:throw Error("Reducer called without proper action type.")}return _extends({},c,v)}function getItemIndexByCharacterKey(c){for(var d=c.keysSoFar,p=c.highlightedIndex,v=c.items,g=c.itemToString,I=c.getItemNodeFromIndex,R=d.toLowerCase(),S=0;S=0&&(null==(p=I.items)?void 0:p.length)&&{selectedItem:I.items[c.highlightedIndex]});break;case 19:v={selectedItem:d.selectedItem};break;default:return downshiftCommonReducer(c,d,ep)}return _extends({},c,v)}var eh=["onMouseLeave","refKey","onKeyDown","onBlur","ref"],ev=["onBlur","onClick","onPress","onKeyDown","refKey","ref"],eg=["item","index","onMouseMove","onClick","onPress","refKey","ref","disabled"];function useSelect(c){void 0===c&&(c={}),eu(c,useSelect);var d=_extends({},ed,c),p=d.items,v=d.scrollIntoView,g=d.environment,I=d.itemToString,S=d.getA11ySelectionMessage,P=d.getA11yStatusMessage,j=useControlledReducer$1(downshiftSelectReducer,getInitialState$2(d),d),T=j[0],N=j[1],$=T.isOpen,U=T.highlightedIndex,et=T.selectedItem,ea=T.inputValue,en=(0,R.useRef)(null),er=(0,R.useRef)(null),eo=(0,R.useRef)({}),el=(0,R.useRef)(null),ec=useElementIds(d),ei=(0,R.useRef)(),ep=(0,R.useRef)(!0),ey=useLatestRef({state:T,props:d}),ef=(0,R.useCallback)(function(c){return eo.current[ec.getItemId(c)]},[ec]);useA11yMessageSetter(P,[$,U,ea,p],_extends({isInitialMount:ep.current,previousResultCount:ei.current,items:p,environment:g,itemToString:I},T)),useA11yMessageSetter(S,[et],_extends({isInitialMount:ep.current,previousResultCount:ei.current,items:p,environment:g,itemToString:I},T));var em=useScrollIntoView({menuElement:er.current,highlightedIndex:U,isOpen:$,itemRefs:eo,scrollIntoView:v,getItemNodeFromIndex:ef});(0,R.useEffect)(function(){return el.current=debounce(function(c){c({type:20,inputValue:""})},500),function(){el.current.cancel()}},[]),(0,R.useEffect)(function(){ea&&el.current(N)},[N,ea]),es({isInitialMount:ep.current,props:d,state:T}),(0,R.useEffect)(function(){ep.current||(ei.current=p.length)});var ek=useMouseAndTouchTracker($,[er,en],g,function(){N({type:11})}),eM=useGetterPropsCalledChecker("getMenuProps","getToggleButtonProps");(0,R.useEffect)(function(){return ep.current=!1,function(){ep.current=!0}},[]),(0,R.useEffect)(function(){$||(eo.current={})},[$]);var eb=(0,R.useMemo)(function(){return{ArrowDown:function(c){c.preventDefault(),N({type:1,getItemNodeFromIndex:ef,altKey:c.altKey})},ArrowUp:function(c){c.preventDefault(),N({type:2,getItemNodeFromIndex:ef,altKey:c.altKey})},Home:function(c){c.preventDefault(),N({type:5,getItemNodeFromIndex:ef})},End:function(c){c.preventDefault(),N({type:6,getItemNodeFromIndex:ef})},Escape:function(){ey.current.state.isOpen&&N({type:4})},Enter:function(c){c.preventDefault(),N({type:ey.current.state.isOpen?7:0})},PageUp:function(c){ey.current.state.isOpen&&(c.preventDefault(),N({type:9,getItemNodeFromIndex:ef}))},PageDown:function(c){ey.current.state.isOpen&&(c.preventDefault(),N({type:10,getItemNodeFromIndex:ef}))}," ":function(c){c.preventDefault();var d=ey.current.state;if(!d.isOpen){N({type:0});return}d.inputValue?N({type:3,key:" ",getItemNodeFromIndex:ef}):N({type:8})}}},[N,ef,ey]),eI=(0,R.useCallback)(function(){N({type:15})},[N]),eC=(0,R.useCallback)(function(){N({type:17})},[N]),ex=(0,R.useCallback)(function(){N({type:16})},[N]),eR=(0,R.useCallback)(function(c){N({type:18,highlightedIndex:c})},[N]),eS=(0,R.useCallback)(function(c){N({type:19,selectedItem:c})},[N]),e_=(0,R.useCallback)(function(){N({type:21})},[N]),ew=(0,R.useCallback)(function(c){N({type:20,inputValue:c})},[N]),eP=(0,R.useCallback)(function(c){return _extends({id:ec.labelId,htmlFor:ec.toggleButtonId},c)},[ec]),eO=(0,R.useCallback)(function(c,d){var p,v=void 0===c?{}:c,g=v.onMouseLeave,I=v.refKey,R=void 0===I?"ref":I;v.onKeyDown,v.onBlur;var S=v.ref,P=_objectWithoutPropertiesLoose(v,eh),j=(void 0===d?{}:d).suppressRefError;return eM("getMenuProps",void 0!==j&&j,R,er),_extends(((p={})[R]=handleRefs(S,function(c){er.current=c}),p.id=ec.menuId,p.role="listbox",p["aria-labelledby"]=P&&P["aria-label"]?void 0:""+ec.labelId,p.onMouseLeave=callAllEventHandlers(g,function(){N({type:12})}),p),P)},[N,eM,ec]);return{getToggleButtonProps:(0,R.useCallback)(function(c,d){var p,v=void 0===c?{}:c,g=v.onBlur,I=v.onClick;v.onPress;var R=v.onKeyDown,S=v.refKey,P=void 0===S?"ref":S,j=v.ref,T=_objectWithoutPropertiesLoose(v,ev),$=(void 0===d?{}:d).suppressRefError,U=void 0!==$&&$,et=ey.current.state,ea=_extends(((p={})[P]=handleRefs(j,function(c){en.current=c}),p["aria-activedescendant"]=et.isOpen&&et.highlightedIndex>-1?ec.getItemId(et.highlightedIndex):"",p["aria-controls"]=ec.menuId,p["aria-expanded"]=ey.current.state.isOpen,p["aria-haspopup"]="listbox",p["aria-labelledby"]=T&&T["aria-label"]?void 0:""+ec.labelId,p.id=ec.toggleButtonId,p.role="combobox",p.tabIndex=0,p.onBlur=callAllEventHandlers(g,function(){et.isOpen&&!ek.current.isMouseDown&&N({type:11})}),p),T);return T.disabled||(ea.onClick=callAllEventHandlers(I,function(){N({type:0})}),ea.onKeyDown=callAllEventHandlers(R,function(c){var d=normalizeArrowKey(c);d&&eb[d]?eb[d](c):isAcceptedCharacterKey(d)&&N({type:3,key:d,getItemNodeFromIndex:ef})})),eM("getToggleButtonProps",U,P,en),ea},[ey,ec,eM,N,ek,eb,ef]),getLabelProps:eP,getMenuProps:eO,getItemProps:(0,R.useCallback)(function(c){var d,p=void 0===c?{}:c,v=p.item,g=p.index,I=p.onMouseMove,R=p.onClick;p.onPress;var S=p.refKey,P=p.ref,j=p.disabled,T=_objectWithoutPropertiesLoose(p,eg),$=ey.current,U=$.state,ea=getItemAndIndex(v,g,$.props.items,"Pass either item or index to getItemProps!"),en=ea[0],er=ea[1],el=_extends(((d={disabled:j,role:"option","aria-selected":""+(en===et),id:ec.getItemId(er)})[void 0===S?"ref":S]=handleRefs(P,function(c){c&&(eo.current[ec.getItemId(er)]=c)}),d),T);return j||(el.onClick=callAllEventHandlers(R,function(){N({type:14,index:er})})),el.onMouseMove=callAllEventHandlers(I,function(){er!==U.highlightedIndex&&(em.current=!1,N({type:13,index:er,disabled:j}))}),el},[ey,et,ec,em,N]),toggleMenu:eI,openMenu:ex,closeMenu:eC,setHighlightedIndex:eR,selectItem:eS,reset:e_,setInputValue:ew,highlightedIndex:U,isOpen:$,selectedItem:et,inputValue:ea}}useSelect.stateChangeTypes=ep;var ey=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(c){var d=getInitialState$2(c),p=d.selectedItem,v=d.inputValue;return""===v&&p&&void 0===c.defaultInputValue&&void 0===c.initialInputValue&&void 0===c.inputValue&&(v=c.itemToString(p)),_extends({},d,{inputValue:v})}function useControlledReducer(c,d,p){var v=(0,R.useRef)(),g=useEnhancedReducer(c,d,p),I=g[0],S=g[1];return(0,R.useEffect)(function(){isControlledProp(p,"selectedItem")&&(p.selectedItemChanged(v.current,p.selectedItem)&&S({type:22,inputValue:p.itemToString(p.selectedItem)}),v.current=I.selectedItem===v.current?p.selectedItem:I.selectedItem)},[I.selectedItem,p.selectedItem]),[getState(I,p),S]}I().array.isRequired,I().func,I().func,I().func,I().func,I().number,I().number,I().number,I().bool,I().bool,I().bool,I().any,I().any,I().any,I().string,I().string,I().string,I().string,I().string,I().string,I().func,I().string,I().string,I().func,I().func,I().func,I().func,I().func,I().func,I().shape({addEventListener:I().func,removeEventListener:I().func,document:I().shape({getElementById:I().func,activeElement:I().any,body:I().any})});var ef=noop,em=_extends({},ei,{selectedItemChanged:function(c,d){return c!==d},getA11yStatusMessage:getA11yStatusMessage$1});function downshiftUseComboboxReducer(c,d){var p,v,g=d.type,I=d.props,R=d.altKey;switch(g){case 13:v={isOpen:getDefaultValue$1(I,"isOpen"),highlightedIndex:getDefaultValue$1(I,"highlightedIndex"),selectedItem:I.items[d.index],inputValue:I.itemToString(I.items[d.index])};break;case 0:v=c.isOpen?{highlightedIndex:getNextWrappingIndex(1,c.highlightedIndex,I.items.length,d.getItemNodeFromIndex,!0)}:{highlightedIndex:R&&null==c.selectedItem?-1:getHighlightedIndexOnOpen(I,c,1,d.getItemNodeFromIndex),isOpen:I.items.length>=0};break;case 1:v=c.isOpen?R?getChangesOnSelection(I,c.highlightedIndex):{highlightedIndex:getNextWrappingIndex(-1,c.highlightedIndex,I.items.length,d.getItemNodeFromIndex,!0)}:{highlightedIndex:getHighlightedIndexOnOpen(I,c,-1,d.getItemNodeFromIndex),isOpen:I.items.length>=0};break;case 7:v=getChangesOnSelection(I,c.highlightedIndex);break;case 2:v=_extends({isOpen:!1,highlightedIndex:-1},!c.isOpen&&{selectedItem:null,inputValue:""});break;case 5:v={highlightedIndex:getNextWrappingIndex(-10,c.highlightedIndex,I.items.length,d.getItemNodeFromIndex,!1)};break;case 6:v={highlightedIndex:getNextWrappingIndex(10,c.highlightedIndex,I.items.length,d.getItemNodeFromIndex,!1)};break;case 3:v={highlightedIndex:getNextNonDisabledIndex(1,0,I.items.length,d.getItemNodeFromIndex,!1)};break;case 4:v={highlightedIndex:getNextNonDisabledIndex(-1,I.items.length-1,I.items.length,d.getItemNodeFromIndex,!1)};break;case 9:v=_extends({isOpen:!1,highlightedIndex:-1},c.highlightedIndex>=0&&(null==(p=I.items)?void 0:p.length)&&d.selectItem&&{selectedItem:I.items[c.highlightedIndex],inputValue:I.itemToString(I.items[c.highlightedIndex])});break;case 8:v={isOpen:!0,highlightedIndex:getDefaultValue$1(I,"highlightedIndex"),inputValue:d.inputValue};break;case 10:v={isOpen:!0,highlightedIndex:getHighlightedIndexOnOpen(I,c,0)};break;case 19:v={selectedItem:d.selectedItem,inputValue:I.itemToString(d.selectedItem)};break;case 22:v={inputValue:d.inputValue};break;default:return downshiftCommonReducer(c,d,ey)}return _extends({},c,v)}var ek=["onMouseLeave","refKey","ref"],eM=["item","index","refKey","ref","onMouseMove","onMouseDown","onClick","onPress","disabled"],eb=["onClick","onPress","refKey","ref"],eI=["onKeyDown","onChange","onInput","onFocus","onBlur","onChangeText","refKey","ref"];function useCombobox(c){void 0===c&&(c={}),ef(c,useCombobox);var d=_extends({},em,c),p=d.initialIsOpen,v=d.defaultIsOpen,g=d.items,I=d.scrollIntoView,S=d.environment,P=d.getA11yStatusMessage,j=d.getA11ySelectionMessage,T=d.itemToString,N=useControlledReducer(downshiftUseComboboxReducer,getInitialState$1(d),d),$=N[0],U=N[1],et=$.isOpen,ea=$.highlightedIndex,en=$.selectedItem,er=$.inputValue,eo=(0,R.useRef)(null),el=(0,R.useRef)({}),ec=(0,R.useRef)(null),ei=(0,R.useRef)(null),ed=(0,R.useRef)(!0),eu=useElementIds(d),ep=(0,R.useRef)(),eh=useLatestRef({state:$,props:d}),ev=(0,R.useCallback)(function(c){return el.current[eu.getItemId(c)]},[eu]);useA11yMessageSetter(P,[et,ea,er,g],_extends({isInitialMount:ed.current,previousResultCount:ep.current,items:g,environment:S,itemToString:T},$)),useA11yMessageSetter(j,[en],_extends({isInitialMount:ed.current,previousResultCount:ep.current,items:g,environment:S,itemToString:T},$));var eg=useScrollIntoView({menuElement:eo.current,highlightedIndex:ea,isOpen:et,itemRefs:el,scrollIntoView:I,getItemNodeFromIndex:ev});es({isInitialMount:ed.current,props:d,state:$}),(0,R.useEffect)(function(){(p||v||et)&&ec.current&&ec.current.focus()},[]),(0,R.useEffect)(function(){ed.current||(ep.current=g.length)});var ey=useMouseAndTouchTracker(et,[ec,eo,ei],S,function(){U({type:9,selectItem:!1})}),eC=useGetterPropsCalledChecker("getInputProps","getMenuProps");(0,R.useEffect)(function(){return ed.current=!1,function(){ed.current=!0}},[]),(0,R.useEffect)(function(){var c,d;et?(null==(c=S.document)?void 0:c.activeElement)!==ec.current&&(null==ec||null==(d=ec.current)||d.focus()):el.current={}},[et,S]);var ex=(0,R.useMemo)(function(){return{ArrowDown:function(c){c.preventDefault(),U({type:0,altKey:c.altKey,getItemNodeFromIndex:ev})},ArrowUp:function(c){c.preventDefault(),U({type:1,altKey:c.altKey,getItemNodeFromIndex:ev})},Home:function(c){eh.current.state.isOpen&&(c.preventDefault(),U({type:3,getItemNodeFromIndex:ev}))},End:function(c){eh.current.state.isOpen&&(c.preventDefault(),U({type:4,getItemNodeFromIndex:ev}))},Escape:function(c){var d=eh.current.state;(d.isOpen||d.inputValue||d.selectedItem||d.highlightedIndex>-1)&&(c.preventDefault(),U({type:2}))},Enter:function(c){eh.current.state.isOpen&&229!==c.which&&(c.preventDefault(),U({type:7,getItemNodeFromIndex:ev}))},PageUp:function(c){eh.current.state.isOpen&&(c.preventDefault(),U({type:5,getItemNodeFromIndex:ev}))},PageDown:function(c){eh.current.state.isOpen&&(c.preventDefault(),U({type:6,getItemNodeFromIndex:ev}))}}},[U,eh,ev]),eR=(0,R.useCallback)(function(c){return _extends({id:eu.labelId,htmlFor:eu.inputId},c)},[eu]),eS=(0,R.useCallback)(function(c,d){var p,v=void 0===c?{}:c,g=v.onMouseLeave,I=v.refKey,R=void 0===I?"ref":I,S=v.ref,P=_objectWithoutPropertiesLoose(v,ek),j=(void 0===d?{}:d).suppressRefError;return eC("getMenuProps",void 0!==j&&j,R,eo),_extends(((p={})[R]=handleRefs(S,function(c){eo.current=c}),p.id=eu.menuId,p.role="listbox",p["aria-labelledby"]=P&&P["aria-label"]?void 0:""+eu.labelId,p.onMouseLeave=callAllEventHandlers(g,function(){U({type:11})}),p),P)},[U,eC,eu]),e_=(0,R.useCallback)(function(c){var d,p,v=void 0===c?{}:c,g=v.item,I=v.index,R=v.refKey,S=v.ref,P=v.onMouseMove,j=v.onMouseDown,T=v.onClick;v.onPress;var N=v.disabled,$=_objectWithoutPropertiesLoose(v,eM),et=eh.current,ea=et.props,en=et.state,er=getItemAndIndex(g,I,ea.items,"Pass either item or index to getItemProps!")[1];return _extends(((d={})[void 0===R?"ref":R]=handleRefs(S,function(c){c&&(el.current[eu.getItemId(er)]=c)}),d.disabled=N,d.role="option",d["aria-selected"]=""+(er===en.highlightedIndex),d.id=eu.getItemId(er),d),!N&&((p={}).onClick=callAllEventHandlers(T,function(){U({type:13,index:er})}),p),{onMouseMove:callAllEventHandlers(P,function(){er!==en.highlightedIndex&&(eg.current=!1,U({type:12,index:er,disabled:N}))}),onMouseDown:callAllEventHandlers(j,function(c){return c.preventDefault()})},$)},[U,eh,eg,eu]),ew=(0,R.useCallback)(function(c){var d,p=void 0===c?{}:c,v=p.onClick;p.onPress;var g=p.refKey,I=p.ref,R=_objectWithoutPropertiesLoose(p,eb),S=eh.current.state;return _extends(((d={})[void 0===g?"ref":g]=handleRefs(I,function(c){ei.current=c}),d["aria-controls"]=eu.menuId,d["aria-expanded"]=S.isOpen,d.id=eu.toggleButtonId,d.tabIndex=-1,d),!R.disabled&&_extends({},{onClick:callAllEventHandlers(v,function(){U({type:14})})}),R)},[U,eh,eu]),eP=(0,R.useCallback)(function(c,d){var p,v,g=void 0===c?{}:c,I=g.onKeyDown,R=g.onChange,P=g.onInput,j=g.onFocus,T=g.onBlur;g.onChangeText;var N=g.refKey,$=void 0===N?"ref":N,et=g.ref,ea=_objectWithoutPropertiesLoose(g,eI),en=(void 0===d?{}:d).suppressRefError;eC("getInputProps",void 0!==en&&en,$,ec);var er=eh.current.state,eo={};return ea.disabled||((v={}).onChange=callAllEventHandlers(R,P,function(c){U({type:8,inputValue:c.target.value})}),v.onKeyDown=callAllEventHandlers(I,function(c){var d=normalizeArrowKey(c);d&&ex[d]&&ex[d](c)}),v.onBlur=callAllEventHandlers(T,function(c){er.isOpen&&!ey.current.isMouseDown&&U({type:9,selectItem:!(null===c.relatedTarget&&S.document.activeElement!==S.document.body)})}),v.onFocus=callAllEventHandlers(j,function(){er.isOpen||U({type:10})}),eo=v),_extends(((p={})[$]=handleRefs(et,function(c){ec.current=c}),p["aria-activedescendant"]=er.isOpen&&er.highlightedIndex>-1?eu.getItemId(er.highlightedIndex):"",p["aria-autocomplete"]="list",p["aria-controls"]=eu.menuId,p["aria-expanded"]=er.isOpen,p["aria-labelledby"]=ea&&ea["aria-label"]?void 0:""+eu.labelId,p.autoComplete="off",p.id=eu.inputId,p.role="combobox",p.value=er.inputValue,p),eo,ea)},[eC,eh,eu,ex,U,ey,S]),eO=(0,R.useCallback)(function(){U({type:15})},[U]),eF=(0,R.useCallback)(function(){U({type:17})},[U]),ez=(0,R.useCallback)(function(){U({type:16})},[U]),eD=(0,R.useCallback)(function(c){U({type:18,highlightedIndex:c})},[U]),eA=(0,R.useCallback)(function(c){U({type:19,selectedItem:c})},[U]);return{getItemProps:e_,getLabelProps:eR,getMenuProps:eS,getInputProps:eP,getToggleButtonProps:ew,toggleMenu:eO,openMenu:ez,closeMenu:eF,setHighlightedIndex:eD,setInputValue:(0,R.useCallback)(function(c){U({type:20,inputValue:c})},[U]),selectItem:eA,reset:(0,R.useCallback)(function(){U({type:21})},[U]),highlightedIndex:ea,isOpen:et,selectedItem:en,inputValue:er}}useCombobox.stateChangeTypes=ey;var eC={activeIndex:-1,selectedItems:[]};function getInitialState(c){return{activeIndex:getInitialValue$1(c,"activeIndex",eC),selectedItems:getInitialValue$1(c,"selectedItems",eC)}}function isKeyDownOperationPermitted(c){if(c.shiftKey||c.metaKey||c.ctrlKey||c.altKey)return!1;var d=c.target;return!(d instanceof HTMLInputElement)||""===d.value||0===d.selectionStart&&0===d.selectionEnd}function getA11yRemovalMessage(c){var d=c.removedSelectedItem;return(0,c.itemToString)(d)+" has been removed."}I().array,I().array,I().array,I().func,I().func,I().func,I().number,I().number,I().number,I().func,I().func,I().string,I().string,I().shape({addEventListener:I().func,removeEventListener:I().func,document:I().shape({getElementById:I().func,activeElement:I().any,body:I().any})});var ex={itemToString:ei.itemToString,stateReducer:ei.stateReducer,environment:ei.environment,getA11yRemovalMessage:getA11yRemovalMessage,keyNavigationNext:"ArrowRight",keyNavigationPrevious:"ArrowLeft"},eR=noop,eS=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(c,d){var p,v=d.type,g=d.index,I=d.props,R=d.selectedItem,S=c.activeIndex,P=c.selectedItems;switch(v){case 0:p={activeIndex:g};break;case 4:p={activeIndex:S-1<0?0:S-1};break;case 3:p={activeIndex:S+1>=P.length?-1:S+1};break;case 2:case 1:if(S<0)break;var j=S;1===P.length?j=-1:S===P.length-1&&(j=P.length-2),p=_extends({selectedItems:[].concat(P.slice(0,S),P.slice(S+1))},{activeIndex:j});break;case 5:p={activeIndex:P.length-1};break;case 6:p={selectedItems:P.slice(0,P.length-1)};break;case 8:p={selectedItems:[].concat(P,[R])};break;case 7:p={activeIndex:-1};break;case 9:var T=S,N=P.indexOf(R);if(N<0)break;1===P.length?T=-1:N===P.length-1&&(T=P.length-2),p={selectedItems:[].concat(P.slice(0,N),P.slice(N+1)),activeIndex:T};break;case 10:p={selectedItems:d.selectedItems};break;case 11:p={activeIndex:d.activeIndex};break;case 12:p={activeIndex:getDefaultValue$1(I,"activeIndex",eC),selectedItems:getDefaultValue$1(I,"selectedItems",eC)};break;default:throw Error("Reducer called without proper action type.")}return _extends({},c,p)}var e_=["refKey","ref","onClick","onKeyDown","selectedItem","index"],ew=["refKey","ref","onKeyDown","onClick","preventKeyAction"];function useMultipleSelection(c){void 0===c&&(c={}),eR(c,useMultipleSelection);var d=_extends({},ex,c),p=d.getA11yRemovalMessage,v=d.itemToString,g=d.environment,I=d.keyNavigationNext,S=d.keyNavigationPrevious,P=useControlledReducer$1(downshiftMultipleSelectionReducer,getInitialState(d),d),j=P[0],T=P[1],N=j.activeIndex,$=j.selectedItems,U=(0,R.useRef)(!0),et=(0,R.useRef)(null),ea=(0,R.useRef)($),en=(0,R.useRef)();en.current=[];var er=useLatestRef({state:j,props:d});(0,R.useEffect)(function(){if(!U.current){if($.length$.indexOf(c)});setStatus(p({itemToString:v,resultCount:$.length,removedSelectedItem:c,activeIndex:N,activeSelectedItem:$[N]}),g.document)}ea.current=$}},[$.length]),(0,R.useEffect)(function(){!U.current&&(-1===N&&et.current?et.current.focus():en.current[N]&&en.current[N].focus())},[N]),es({isInitialMount:U.current,props:d,state:j});var eo=useGetterPropsCalledChecker("getDropdownProps");(0,R.useEffect)(function(){return U.current=!1,function(){U.current=!0}},[]);var el=(0,R.useMemo)(function(){var c;return(c={})[S]=function(){T({type:4})},c[I]=function(){T({type:3})},c.Delete=function(){T({type:1})},c.Backspace=function(){T({type:2})},c},[T,I,S]),ec=(0,R.useMemo)(function(){var c;return(c={})[S]=function(c){isKeyDownOperationPermitted(c)&&T({type:5})},c.Backspace=function(c){isKeyDownOperationPermitted(c)&&T({type:6})},c},[T,S]);return{getSelectedItemProps:(0,R.useCallback)(function(c){var d,p=void 0===c?{}:c,v=p.refKey,g=p.ref,I=p.onClick,R=p.onKeyDown,S=p.selectedItem,P=p.index,j=_objectWithoutPropertiesLoose(p,e_),N=er.current.state,$=getItemAndIndex(S,P,N.selectedItems,"Pass either item or index to getSelectedItemProps!")[1],U=$>-1&&$===N.activeIndex;return _extends(((d={})[void 0===v?"ref":v]=handleRefs(g,function(c){c&&en.current.push(c)}),d.tabIndex=U?0:-1,d.onClick=callAllEventHandlers(I,function(){T({type:0,index:$})}),d.onKeyDown=callAllEventHandlers(R,function(c){var d=normalizeArrowKey(c);d&&el[d]&&el[d](c)}),d),j)},[T,er,el]),getDropdownProps:(0,R.useCallback)(function(c,d){var p,v=void 0===c?{}:c,g=v.refKey,I=void 0===g?"ref":g,R=v.ref,S=v.onKeyDown,P=v.onClick,j=v.preventKeyAction,N=void 0!==j&&j,$=_objectWithoutPropertiesLoose(v,ew),U=(void 0===d?{}:d).suppressRefError;return eo("getDropdownProps",void 0!==U&&U,I,et),_extends(((p={})[I]=handleRefs(R,function(c){c&&(et.current=c)}),p),!N&&{onKeyDown:callAllEventHandlers(S,function(c){var d=normalizeArrowKey(c);d&&ec[d]&&ec[d](c)}),onClick:callAllEventHandlers(P,function(){T({type:7})})},$)},[T,ec,eo]),addSelectedItem:(0,R.useCallback)(function(c){T({type:8,selectedItem:c})},[T]),removeSelectedItem:(0,R.useCallback)(function(c){T({type:9,selectedItem:c})},[T]),setSelectedItems:(0,R.useCallback)(function(c){T({type:10,selectedItems:c})},[T]),setActiveIndex:(0,R.useCallback)(function(c){T({type:11,activeIndex:c})},[T]),reset:(0,R.useCallback)(function(){T({type:12})},[T]),selectedItems:$,activeIndex:N}}useMultipleSelection.stateChangeTypes=eS},56781:function(c,d){"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 p=60103,v=60106,g=60107,I=60108,R=60114,S=60109,P=60110,j=60112,T=60113,N=60120,$=60115,U=60116;if("function"==typeof Symbol&&Symbol.for){var et=Symbol.for;et("react.element"),et("react.portal"),et("react.fragment"),et("react.strict_mode"),et("react.profiler"),et("react.provider"),et("react.context"),et("react.forward_ref"),et("react.suspense"),et("react.suspense_list"),et("react.memo"),et("react.lazy"),et("react.block"),et("react.server.block"),et("react.fundamental"),et("react.debug_trace_mode"),et("react.legacy_hidden")}},21726:function(c,d,p){"use strict";p(56781)},58737:function(c,d){"use strict";let p,v;let g="undefined"!=typeof document;function isRefObject(c){return"object"==typeof c&&Object.prototype.hasOwnProperty.call(c,"current")}function isVariantLabel(c){return"string"==typeof c||Array.isArray(c)}function isAnimationControls(c){return"object"==typeof c&&"function"==typeof c.start}let I=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],R=["initial",...I];function isControllingVariants(c){return isAnimationControls(c.animate)||R.some(d=>isVariantLabel(c[d]))}function isVariantNode(c){return!!(isControllingVariants(c)||c.variants)}let S={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"]},P={};for(let c in S)P[c]={isEnabled:d=>S[c].some(c=>!!d[c])};let j={};function addScaleCorrector(c){Object.assign(j,c)}let T=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],N=new Set(T);function isForcedMotionValue(c,{layout:d,layoutId:p}){return N.has(c)||c.startsWith("origin")||(d||void 0!==p)&&(!!j[c]||"opacity"===c)}let isMotionValue=c=>!!(c&&c.getVelocity),$={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},U=T.length;function buildTransform(c,{enableHardwareAcceleration:d=!0,allowTransformNone:p=!0},v,g){let I="";for(let d=0;dd=>"string"==typeof d&&d.startsWith(c),et=checkStringStartsWith("--"),ea=checkStringStartsWith("var(--"),getValueAsType=(c,d)=>d&&"number"==typeof c?d.transform(c):c,clamp=(c,d,p)=>Math.min(Math.max(p,c),d),en={test:c=>"number"==typeof c,parse:parseFloat,transform:c=>c},er={...en,transform:c=>clamp(0,1,c)},eo={...en,default:1},sanitize=c=>Math.round(1e5*c)/1e5,el=/(-)?([\d]*\.?[\d])+/g,ec=/(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,ei=/^(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function isString(c){return"string"==typeof c}let createUnitType=c=>({test:d=>isString(d)&&d.endsWith(c)&&1===d.split(" ").length,parse:parseFloat,transform:d=>`${d}${c}`}),es=createUnitType("deg"),ed=createUnitType("%"),eu=createUnitType("px"),ep=createUnitType("vh"),eh=createUnitType("vw"),ev={...ed,parse:c=>ed.parse(c)/100,transform:c=>ed.transform(100*c)},eg={...en,transform:Math.round},ey={borderWidth:eu,borderTopWidth:eu,borderRightWidth:eu,borderBottomWidth:eu,borderLeftWidth:eu,borderRadius:eu,radius:eu,borderTopLeftRadius:eu,borderTopRightRadius:eu,borderBottomRightRadius:eu,borderBottomLeftRadius:eu,width:eu,maxWidth:eu,height:eu,maxHeight:eu,size:eu,top:eu,right:eu,bottom:eu,left:eu,padding:eu,paddingTop:eu,paddingRight:eu,paddingBottom:eu,paddingLeft:eu,margin:eu,marginTop:eu,marginRight:eu,marginBottom:eu,marginLeft:eu,rotate:es,rotateX:es,rotateY:es,rotateZ:es,scale:eo,scaleX:eo,scaleY:eo,scaleZ:eo,skew:es,skewX:es,skewY:es,distance:eu,translateX:eu,translateY:eu,translateZ:eu,x:eu,y:eu,z:eu,perspective:eu,transformPerspective:eu,opacity:er,originX:ev,originY:ev,originZ:eu,zIndex:eg,fillOpacity:er,strokeOpacity:er,numOctaves:eg};function buildHTMLStyles(c,d,p,v){let{style:g,vars:I,transform:R,transformOrigin:S}=c,P=!1,j=!1,T=!0;for(let c in d){let p=d[c];if(et(c)){I[c]=p;continue}let v=ey[c],$=getValueAsType(p,v);if(N.has(c)){if(P=!0,R[c]=$,!T)continue;p!==(v.default||0)&&(T=!1)}else c.startsWith("origin")?(j=!0,S[c]=$):g[c]=$}if(!d.transform&&(P||v?g.transform=buildTransform(c.transform,p,T,v):g.transform&&(g.transform="none")),j){let{originX:c="50%",originY:d="50%",originZ:p=0}=S;g.transformOrigin=`${c} ${d} ${p}`}}function calcOrigin(c,d,p){return"string"==typeof c?c:eu.transform(d+p*c)}function calcSVGTransformOrigin(c,d,p){let v=calcOrigin(d,c.x,c.width),g=calcOrigin(p,c.y,c.height);return`${v} ${g}`}let ef={offset:"stroke-dashoffset",array:"stroke-dasharray"},em={offset:"strokeDashoffset",array:"strokeDasharray"};function buildSVGPath(c,d,p=1,v=0,g=!0){c.pathLength=1;let I=g?ef:em;c[I.offset]=eu.transform(-v);let R=eu.transform(d),S=eu.transform(p);c[I.array]=`${R} ${S}`}function buildSVGAttrs(c,{attrX:d,attrY:p,attrScale:v,originX:g,originY:I,pathLength:R,pathSpacing:S=1,pathOffset:P=0,...j},T,N,$){if(buildHTMLStyles(c,j,T,$),N){c.style.viewBox&&(c.attrs.viewBox=c.style.viewBox);return}c.attrs=c.style,c.style={};let{attrs:U,style:et,dimensions:ea}=c;U.transform&&(ea&&(et.transform=U.transform),delete U.transform),ea&&(void 0!==g||void 0!==I||et.transform)&&(et.transformOrigin=calcSVGTransformOrigin(ea,void 0!==g?g:.5,void 0!==I?I:.5)),void 0!==d&&(U.x=d),void 0!==p&&(U.y=p),void 0!==v&&(U.scale=v),void 0!==R&&buildSVGPath(U,R,S,P,!1)}let isSVGTag=c=>"string"==typeof c&&"svg"===c.toLowerCase(),camelToDash=c=>c.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();function renderHTML(c,{style:d,vars:p},v,g){for(let I in Object.assign(c.style,d,g&&g.getProjectionStyles(v)),p)c.style.setProperty(I,p[I])}let ek=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(c,d,p,v){for(let p in renderHTML(c,d,void 0,v),d.attrs)c.setAttribute(ek.has(p)?p:camelToDash(p),d.attrs[p])}function scrapeMotionValuesFromProps$1(c,d){let{style:p}=c,v={};for(let g in p)(isMotionValue(p[g])||d.style&&isMotionValue(d.style[g])||isForcedMotionValue(g,c))&&(v[g]=p[g]);return v}function scrapeMotionValuesFromProps(c,d){let p=scrapeMotionValuesFromProps$1(c,d);for(let v in c)if(isMotionValue(c[v])||isMotionValue(d[v])){let d=-1!==T.indexOf(v)?"attr"+v.charAt(0).toUpperCase()+v.substring(1):v;p[d]=c[v]}return p}function resolveVariantFromProps(c,d,p,v={},g={}){return"function"==typeof d&&(d=d(void 0!==p?p:c.custom,v,g)),"string"==typeof d&&(d=c.variants&&c.variants[d]),"function"==typeof d&&(d=d(void 0!==p?p:c.custom,v,g)),d}let isKeyframesTarget=c=>Array.isArray(c),resolveFinalValueInKeyframes=c=>isKeyframesTarget(c)?c[c.length-1]||0:c,noop=c=>c;let Queue=class Queue{constructor(){this.order=[],this.scheduled=new Set}add(c){if(!this.scheduled.has(c))return this.scheduled.add(c),this.order.push(c),!0}remove(c){let d=this.order.indexOf(c);-1!==d&&(this.order.splice(d,1),this.scheduled.delete(c))}clear(){this.order.length=0,this.scheduled.clear()}};function createRenderStep(c){let d=new Queue,p=new Queue,v=0,g=!1,I=!1,R=new WeakSet,S={schedule:(c,I=!1,S=!1)=>{let P=S&&g,j=P?d:p;return I&&R.add(c),j.add(c)&&P&&g&&(v=d.order.length),c},cancel:c=>{p.remove(c),R.delete(c)},process:P=>{if(g){I=!0;return}if(g=!0,[d,p]=[p,d],p.clear(),v=d.order.length)for(let p=0;p(c[d]=createRenderStep(()=>p=!0),c),{}),processStep=c=>I[c].process(g),processBatch=()=>{let I=performance.now();p=!1,g.delta=v?1e3/60:Math.max(Math.min(I-g.timestamp,40),1),g.timestamp=I,g.isProcessing=!0,eM.forEach(processStep),g.isProcessing=!1,p&&d&&(v=!1,c(processBatch))},wake=()=>{p=!0,v=!0,g.isProcessing||c(processBatch)},R=eM.reduce((c,d)=>{let v=I[d];return c[d]=(c,d=!1,g=!1)=>(p||wake(),v.schedule(c,d,g)),c},{});return{schedule:R,cancel:c=>eM.forEach(d=>I[d].cancel(c)),state:g,steps:I}}let{schedule:eb,cancel:eI,state:eC,steps:ex}=createRenderBatcher("undefined"!=typeof requestAnimationFrame?requestAnimationFrame:noop,!0),combineFunctions=(c,d)=>p=>d(c(p)),pipe=(...c)=>c.reduce(combineFunctions);function getCurrent(c){let d={};return c.values.forEach((c,p)=>d[p]=c.get()),d}function getVelocity(c){let d={};return c.values.forEach((c,p)=>d[p]=c.getVelocity()),d}function resolveVariant(c,d,p){let v=c.getProps();return resolveVariantFromProps(v,d,void 0!==p?p:v.custom,getCurrent(c),getVelocity(c))}let eR="framerAppearId",eS="data-"+camelToDash(eR);d.warning=noop,d.invariant=noop;let secondsToMilliseconds=c=>1e3*c,millisecondsToSeconds=c=>c/1e3,e_={current:!1},isBezierDefinition=c=>Array.isArray(c)&&"number"==typeof c[0];function isWaapiSupportedEasing(c){return!!(!c||"string"==typeof c&&ew[c]||isBezierDefinition(c)||Array.isArray(c)&&c.every(isWaapiSupportedEasing))}let cubicBezierAsString=([c,d,p,v])=>`cubic-bezier(${c}, ${d}, ${p}, ${v})`,ew={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(c){if(c)return isBezierDefinition(c)?cubicBezierAsString(c):Array.isArray(c)?c.map(mapEasingToNativeEasing):ew[c]}function animateStyle(c,d,p,{delay:v=0,duration:g,repeat:I=0,repeatType:R="loop",ease:S,times:P}={}){let j={[d]:p};P&&(j.offset=P);let T=mapEasingToNativeEasing(S);return Array.isArray(T)&&(j.easing=T),c.animate(j,{delay:v,duration:g,easing:Array.isArray(T)?"linear":T,fill:"both",iterations:I+1,direction:"reverse"===R?"alternate":"normal"})}function getFinalKeyframe(c,{repeat:d,repeatType:p="loop"}){let v=d&&"loop"!==p&&d%2==1?0:c.length-1;return c[v]}let calcBezier=(c,d,p)=>(((1-3*p+3*d)*c+(3*p-6*d))*c+3*d)*c;function binarySubdivide(c,d,p,v,g){let I,R;let S=0;do(I=calcBezier(R=d+(p-d)/2,v,g)-c)>0?p=R:d=R;while(Math.abs(I)>1e-7&&++S<12);return R}function cubicBezier(c,d,p,v){if(c===d&&p===v)return noop;let getTForX=d=>binarySubdivide(d,0,1,c,p);return c=>0===c||1===c?c:calcBezier(getTForX(c),d,v)}let eP=cubicBezier(.42,0,1,1),eO=cubicBezier(0,0,.58,1),eF=cubicBezier(.42,0,.58,1),isEasingArray=c=>Array.isArray(c)&&"number"!=typeof c[0],mirrorEasing=c=>d=>d<=.5?c(2*d)/2:(2-c(2*(1-d)))/2,reverseEasing=c=>d=>1-c(1-d),circIn=c=>1-Math.sin(Math.acos(c)),ez=reverseEasing(circIn),eD=mirrorEasing(ez),eA=cubicBezier(.33,1.53,.69,.99),ej=reverseEasing(eA),eE=mirrorEasing(ej),anticipate=c=>(c*=2)<1?.5*ej(c):.5*(2-Math.pow(2,-10*(c-1))),eT={linear:noop,easeIn:eP,easeInOut:eF,easeOut:eO,circIn,circInOut:eD,circOut:ez,backIn:ej,backInOut:eE,backOut:eA,anticipate},easingDefinitionToFunction=c=>{if(Array.isArray(c)){d.invariant(4===c.length,"Cubic bezier arrays must contain four numerical values.");let[p,v,g,I]=c;return cubicBezier(p,v,g,I)}return"string"==typeof c?(d.invariant(void 0!==eT[c],`Invalid easing type '${c}'`),eT[c]):c},isColorString=(c,d)=>p=>!!(isString(p)&&ei.test(p)&&p.startsWith(c)||d&&Object.prototype.hasOwnProperty.call(p,d)),splitColor=(c,d,p)=>v=>{if(!isString(v))return v;let[g,I,R,S]=v.match(el);return{[c]:parseFloat(g),[d]:parseFloat(I),[p]:parseFloat(R),alpha:void 0!==S?parseFloat(S):1}},clampRgbUnit=c=>clamp(0,255,c),eB={...en,transform:c=>Math.round(clampRgbUnit(c))},eN={test:isColorString("rgb","red"),parse:splitColor("red","green","blue"),transform:({red:c,green:d,blue:p,alpha:v=1})=>"rgba("+eB.transform(c)+", "+eB.transform(d)+", "+eB.transform(p)+", "+sanitize(er.transform(v))+")"};function parseHex(c){let d="",p="",v="",g="";return c.length>5?(d=c.substring(1,3),p=c.substring(3,5),v=c.substring(5,7),g=c.substring(7,9)):(d=c.substring(1,2),p=c.substring(2,3),v=c.substring(3,4),g=c.substring(4,5),d+=d,p+=p,v+=v,g+=g),{red:parseInt(d,16),green:parseInt(p,16),blue:parseInt(v,16),alpha:g?parseInt(g,16)/255:1}}let eL={test:isColorString("#"),parse:parseHex,transform:eN.transform},e$={test:isColorString("hsl","hue"),parse:splitColor("hue","saturation","lightness"),transform:({hue:c,saturation:d,lightness:p,alpha:v=1})=>"hsla("+Math.round(c)+", "+ed.transform(sanitize(d))+", "+ed.transform(sanitize(p))+", "+sanitize(er.transform(v))+")"},eW={test:c=>eN.test(c)||eL.test(c)||e$.test(c),parse:c=>eN.test(c)?eN.parse(c):e$.test(c)?e$.parse(c):eL.parse(c),transform:c=>isString(c)?c:c.hasOwnProperty("red")?eN.transform(c):e$.transform(c)},mix=(c,d,p)=>-p*c+p*d+c;function hueToRgb(c,d,p){return(p<0&&(p+=1),p>1&&(p-=1),p<1/6)?c+(d-c)*6*p:p<.5?d:p<2/3?c+(d-c)*(2/3-p)*6:c}function hslaToRgba({hue:c,saturation:d,lightness:p,alpha:v}){c/=360,p/=100;let g=0,I=0,R=0;if(d/=100){let v=p<.5?p*(1+d):p+d-p*d,S=2*p-v;g=hueToRgb(S,v,c+1/3),I=hueToRgb(S,v,c),R=hueToRgb(S,v,c-1/3)}else g=I=R=p;return{red:Math.round(255*g),green:Math.round(255*I),blue:Math.round(255*R),alpha:v}}let mixLinearColor=(c,d,p)=>{let v=c*c;return Math.sqrt(Math.max(0,p*(d*d-v)+v))},eH=[eL,eN,e$],getColorType=c=>eH.find(d=>d.test(c));function asRGBA(c){let p=getColorType(c);d.invariant(!!p,`'${c}' is not an animatable color. Use the equivalent color code instead.`);let v=p.parse(c);return p===e$&&(v=hslaToRgba(v)),v}let mixColor=(c,d)=>{let p=asRGBA(c),v=asRGBA(d),g={...p};return c=>(g.red=mixLinearColor(p.red,v.red,c),g.green=mixLinearColor(p.green,v.green,c),g.blue=mixLinearColor(p.blue,v.blue,c),g.alpha=mix(p.alpha,v.alpha,c),eN.transform(g))};function test(c){var d,p;return isNaN(c)&&isString(c)&&((null===(d=c.match(el))||void 0===d?void 0:d.length)||0)+((null===(p=c.match(ec))||void 0===p?void 0:p.length)||0)>0}let eV={regex:/var\s*\(\s*--[\w-]+(\s*,\s*(?:(?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)+)?\s*\)/g,countKey:"Vars",token:"${v}",parse:noop},eU={regex:ec,countKey:"Colors",token:"${c}",parse:eW.parse},eG={regex:el,countKey:"Numbers",token:"${n}",parse:en.parse};function tokenise(c,{regex:d,countKey:p,token:v,parse:g}){let I=c.tokenised.match(d);I&&(c["num"+p]=I.length,c.tokenised=c.tokenised.replace(d,v),c.values.push(...I.map(g)))}function analyseComplexValue(c){let d=c.toString(),p={value:d,tokenised:d,values:[],numVars:0,numColors:0,numNumbers:0};return p.value.includes("var(--")&&tokenise(p,eV),tokenise(p,eU),tokenise(p,eG),p}function parseComplexValue(c){return analyseComplexValue(c).values}function createTransformer(c){let{values:d,numColors:p,numVars:v,tokenised:g}=analyseComplexValue(c),I=d.length;return c=>{let d=g;for(let g=0;g"number"==typeof c?0:c;function getAnimatableNone$1(c){let d=parseComplexValue(c),p=createTransformer(c);return p(d.map(convertNumbersToZero))}let eX={test,parse:parseComplexValue,createTransformer,getAnimatableNone:getAnimatableNone$1},mixImmediate=(c,d)=>p=>`${p>0?d:c}`;function getMixer$1(c,d){return"number"==typeof c?p=>mix(c,d,p):eW.test(c)?mixColor(c,d):c.startsWith("var(")?mixImmediate(c,d):mixComplex(c,d)}let mixArray=(c,d)=>{let p=[...c],v=p.length,g=c.map((c,p)=>getMixer$1(c,d[p]));return c=>{for(let d=0;d{let p={...c,...d},v={};for(let g in p)void 0!==c[g]&&void 0!==d[g]&&(v[g]=getMixer$1(c[g],d[g]));return c=>{for(let d in v)p[d]=v[d](c);return p}},mixComplex=(c,p)=>{let v=eX.createTransformer(p),g=analyseComplexValue(c),I=analyseComplexValue(p),R=g.numVars===I.numVars&&g.numColors===I.numColors&&g.numNumbers>=I.numNumbers;return R?pipe(mixArray(g.values,I.values),v):(d.warning(!0,`Complex values '${c}' and '${p}' 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(c,p))},progress=(c,d,p)=>{let v=d-c;return 0===v?1:(p-c)/v},mixNumber=(c,d)=>p=>mix(c,d,p);function detectMixerFactory(c){if("number"==typeof c);else if("string"==typeof c)return eW.test(c)?mixColor:mixComplex;else if(Array.isArray(c))return mixArray;else if("object"==typeof c)return mixObject;return mixNumber}function createMixers(c,d,p){let v=[],g=p||detectMixerFactory(c[0]),I=c.length-1;for(let p=0;pp[0];c[0]>c[R-1]&&(c=[...c].reverse(),p=[...p].reverse());let S=createMixers(p,g,I),P=S.length,interpolator=d=>{let p=0;if(P>1)for(;pinterpolator(clamp(c[0],c[R-1],d)):interpolator}function fillOffset(c,d){let p=c[c.length-1];for(let v=1;v<=d;v++){let g=progress(0,d,v);c.push(mix(p,1,g))}}function defaultOffset$1(c){let d=[0];return fillOffset(d,c.length-1),d}function convertOffsetToTimes(c,d){return c.map(c=>c*d)}function defaultEasing(c,d){return c.map(()=>d||eF).splice(0,c.length-1)}function keyframes({duration:c=300,keyframes:d,times:p,ease:v="easeInOut"}){let g=isEasingArray(v)?v.map(easingDefinitionToFunction):easingDefinitionToFunction(v),I={done:!1,value:d[0]},R=convertOffsetToTimes(p&&p.length===d.length?p:defaultOffset$1(d),c),S=interpolate(R,d,{ease:Array.isArray(g)?g:defaultEasing(d,g)});return{calculatedDuration:c,next:d=>(I.value=S(d),I.done=d>=c,I)}}function velocityPerSecond(c,d){return d?c*(1e3/d):0}function calcGeneratorVelocity(c,d,p){let v=Math.max(d-5,0);return velocityPerSecond(p-c(v),d-v)}function findSpring({duration:c=800,bounce:p=.25,velocity:v=0,mass:g=1}){let I,R;d.warning(c<=secondsToMilliseconds(10),"Spring duration must be 10 seconds or less");let S=1-p;S=clamp(.05,1,S),c=clamp(.01,10,millisecondsToSeconds(c)),S<1?(I=d=>{let p=d*S,g=p*c,I=calcAngularFreq(d,S);return .001-(p-v)/I*Math.exp(-g)},R=d=>{let p=d*S,g=p*c,R=Math.pow(S,2)*Math.pow(d,2)*c,P=calcAngularFreq(Math.pow(d,2),S),j=-I(d)+.001>0?-1:1;return j*((g*v+v-R)*Math.exp(-g))/P}):(I=d=>{let p=Math.exp(-d*c),g=(d-v)*c+1;return -.001+p*g},R=d=>{let p=Math.exp(-d*c),g=(v-d)*(c*c);return p*g});let P=5/c,j=approximateRoot(I,R,P);if(c=secondsToMilliseconds(c),isNaN(j))return{stiffness:100,damping:10,duration:c};{let d=Math.pow(j,2)*g;return{stiffness:d,damping:2*S*Math.sqrt(g*d),duration:c}}}function approximateRoot(c,d,p){let v=p;for(let p=1;p<12;p++)v-=c(v)/d(v);return v}function calcAngularFreq(c,d){return c*Math.sqrt(1-d*d)}let eK=["duration","bounce"],eY=["stiffness","damping","mass"];function isSpringType(c,d){return d.some(d=>void 0!==c[d])}function getSpringOptions(c){let d={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...c};if(!isSpringType(c,eY)&&isSpringType(c,eK)){let p=findSpring(c);(d={...d,...p,velocity:0,mass:1}).isResolvedFromDuration=!0}return d}function spring({keyframes:c,restDelta:d,restSpeed:p,...v}){let g;let I=c[0],R=c[c.length-1],S={done:!1,value:I},{stiffness:P,damping:j,mass:T,velocity:N,duration:$,isResolvedFromDuration:U}=getSpringOptions(v),et=N?-millisecondsToSeconds(N):0,ea=j/(2*Math.sqrt(P*T)),en=R-I,er=millisecondsToSeconds(Math.sqrt(P/T)),eo=5>Math.abs(en);if(p||(p=eo?.01:2),d||(d=eo?.005:.5),ea<1){let c=calcAngularFreq(er,ea);g=d=>{let p=Math.exp(-ea*er*d);return R-p*((et+ea*er*en)/c*Math.sin(c*d)+en*Math.cos(c*d))}}else if(1===ea)g=c=>R-Math.exp(-er*c)*(en+(et+er*en)*c);else{let c=er*Math.sqrt(ea*ea-1);g=d=>{let p=Math.exp(-ea*er*d),v=Math.min(c*d,300);return R-p*((et+ea*er*en)*Math.sinh(v)+c*en*Math.cosh(v))/c}}return{calculatedDuration:U&&$||null,next:c=>{let v=g(c);if(U)S.done=c>=$;else{let I=et;0!==c&&(I=ea<1?calcGeneratorVelocity(g,c,v):0);let P=Math.abs(I)<=p,j=Math.abs(R-v)<=d;S.done=P&&j}return S.value=S.done?R:v,S}}}function inertia({keyframes:c,velocity:d=0,power:p=.8,timeConstant:v=325,bounceDamping:g=10,bounceStiffness:I=500,modifyTarget:R,min:S,max:P,restDelta:j=.5,restSpeed:T}){let N,$;let U=c[0],et={done:!1,value:U},isOutOfBounds=c=>void 0!==S&&cP,nearestBoundary=c=>void 0===S?P:void 0===P?S:Math.abs(S-c)-ea*Math.exp(-c/v),calcLatest=c=>er+calcDelta(c),applyFriction=c=>{let d=calcDelta(c),p=calcLatest(c);et.done=Math.abs(d)<=j,et.value=et.done?er:p},checkCatchBoundary=c=>{isOutOfBounds(et.value)&&(N=c,$=spring({keyframes:[et.value,nearestBoundary(et.value)],velocity:calcGeneratorVelocity(calcLatest,c,et.value),damping:g,stiffness:I,restDelta:j,restSpeed:T}))};return checkCatchBoundary(0),{calculatedDuration:null,next:c=>{let d=!1;return($||void 0!==N||(d=!0,applyFriction(c),checkCatchBoundary(c)),void 0!==N&&c>N)?$.next(c-N):(d||applyFriction(c),et)}}}let frameloopDriver=c=>{let passTimestamp=({timestamp:d})=>c(d);return{start:()=>eb.update(passTimestamp,!0),stop:()=>eI(passTimestamp),now:()=>eC.isProcessing?eC.timestamp:performance.now()}};function calcGeneratorDuration(c){let d=0,p=c.next(d);for(;!p.done&&d<2e4;)d+=50,p=c.next(d);return d>=2e4?1/0:d}let eZ={decay:inertia,inertia,tween:keyframes,keyframes:keyframes,spring};function animateValue({autoplay:c=!0,delay:d=0,driver:p=frameloopDriver,keyframes:v,type:g="keyframes",repeat:I=0,repeatDelay:R=0,repeatType:S="loop",onPlay:P,onStop:j,onComplete:T,onUpdate:N,...$}){let U,et,ea,en,er,eo=1,el=!1,updateFinishedPromise=()=>{et=new Promise(c=>{U=c})};updateFinishedPromise();let ec=eZ[g]||keyframes;ec!==keyframes&&"number"!=typeof v[0]&&(en=interpolate([0,100],v,{clamp:!1}),v=[0,100]);let ei=ec({...$,keyframes:v});"mirror"===S&&(er=ec({...$,keyframes:[...v].reverse(),velocity:-($.velocity||0)}));let es="idle",ed=null,eu=null,ep=null;null===ei.calculatedDuration&&I&&(ei.calculatedDuration=calcGeneratorDuration(ei));let{calculatedDuration:eh}=ei,ev=1/0,eg=1/0;null!==eh&&(eg=(ev=eh+R)*(I+1)-R);let ey=0,tick=c=>{if(null===eu)return;eo>0&&(eu=Math.min(eu,c)),eo<0&&(eu=Math.min(c-eg/eo,eu)),ey=null!==ed?ed:Math.round(c-eu)*eo;let p=ey-d*(eo>=0?1:-1),g=eo>=0?p<0:p>eg;ey=Math.max(p,0),"finished"===es&&null===ed&&(ey=eg);let P=ey,j=ei;if(I){let c=ey/ev,d=Math.floor(c),p=c%1;!p&&c>=1&&(p=1),1===p&&d--,d=Math.min(d,I+1);let v=!!(d%2);v&&("reverse"===S?(p=1-p,R&&(p-=R/ev)):"mirror"===S&&(j=er));let g=clamp(0,1,p);ey>eg&&(g="reverse"===S&&v?1:0),P=g*ev}let T=g?{done:!1,value:v[0]}:j.next(P);en&&(T.value=en(T.value));let{done:$}=T;g||null===eh||($=eo>=0?ey>=eg:ey<=0);let U=null===ed&&("finished"===es||"running"===es&&$);return N&&N(T.value),U&&finish(),T},stopAnimationDriver=()=>{ea&&ea.stop(),ea=void 0},cancel=()=>{es="idle",stopAnimationDriver(),U(),updateFinishedPromise(),eu=ep=null},finish=()=>{es="finished",T&&T(),stopAnimationDriver(),U()},play=()=>{if(el)return;ea||(ea=p(tick));let c=ea.now();P&&P(),null!==ed?eu=c-ed:eu&&"finished"!==es||(eu=c),"finished"===es&&updateFinishedPromise(),ep=eu,ed=null,es="running",ea.start()};c&&play();let ef={then:(c,d)=>et.then(c,d),get time(){return millisecondsToSeconds(ey)},set time(newTime){ey=newTime=secondsToMilliseconds(newTime),null===ed&&ea&&0!==eo?eu=ea.now()-newTime/eo:ed=newTime},get duration(){let c=null===ei.calculatedDuration?calcGeneratorDuration(ei):ei.calculatedDuration;return millisecondsToSeconds(c)},get speed(){return eo},set speed(newSpeed){if(newSpeed===eo||!ea)return;eo=newSpeed,ef.time=millisecondsToSeconds(ey)},get state(){return es},play,pause:()=>{es="paused",ed=ey},stop:()=>{el=!0,"idle"!==es&&(es="idle",j&&j(),cancel())},cancel:()=>{null!==ep&&tick(ep),cancel()},complete:()=>{es="finished"},sample:c=>(eu=0,tick(c))};return ef}function memo(c){let d;return()=>(void 0===d&&(d=c()),d)}let eQ=memo(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),eJ=new Set(["opacity","clipPath","filter","transform","backgroundColor"]),requiresPregeneratedKeyframes=(c,d)=>"spring"===d.type||"backgroundColor"===c||!isWaapiSupportedEasing(d.ease);function createAcceleratedAnimation(c,d,{onUpdate:p,onComplete:v,...g}){let I,R;let S=eQ()&&eJ.has(d)&&!g.repeatDelay&&"mirror"!==g.repeatType&&0!==g.damping&&"inertia"!==g.type;if(!S)return!1;let P=!1,updateFinishedPromise=()=>{R=new Promise(c=>{I=c})};updateFinishedPromise();let{keyframes:j,duration:T=300,ease:N,times:$}=g;if(requiresPregeneratedKeyframes(d,g)){let c=animateValue({...g,repeat:0,delay:0}),d={done:!1,value:j[0]},p=[],v=0;for(;!d.done&&v<2e4;)d=c.sample(v),p.push(d.value),v+=10;$=void 0,j=p,T=v-10,N="linear"}let U=animateStyle(c.owner.current,d,j,{...g,duration:T,ease:N,times:$});g.syncStart&&(U.startTime=eC.isProcessing?eC.timestamp:document.timeline?document.timeline.currentTime:performance.now());let cancelAnimation=()=>U.cancel(),safeCancel=()=>{eb.update(cancelAnimation),I(),updateFinishedPromise()};return U.onfinish=()=>{c.set(getFinalKeyframe(j,g)),v&&v(),safeCancel()},{then:(c,d)=>R.then(c,d),attachTimeline:c=>(U.timeline=c,U.onfinish=null,noop),get time(){return millisecondsToSeconds(U.currentTime||0)},set time(newTime){U.currentTime=secondsToMilliseconds(newTime)},get speed(){return U.playbackRate},set speed(newSpeed){U.playbackRate=newSpeed},get duration(){return millisecondsToSeconds(T)},play:()=>{P||(U.play(),eI(cancelAnimation))},pause:()=>U.pause(),stop:()=>{if(P=!0,"idle"===U.playState)return;let{currentTime:d}=U;if(d){let p=animateValue({...g,autoplay:!1});c.setWithVelocity(p.sample(d-10).value,p.sample(d).value,10)}safeCancel()},complete:()=>U.finish(),cancel:safeCancel}}function createInstantAnimation({keyframes:c,delay:d,onUpdate:p,onComplete:v}){let setValue=()=>(p&&p(c[c.length-1]),v&&v(),{time:0,speed:1,duration:0,play:noop,pause:noop,stop:noop,then:c=>(c(),Promise.resolve()),cancel:noop,complete:noop});return d?animateValue({keyframes:[0,1],duration:0,delay:d,onComplete:setValue}):setValue()}let e1={type:"spring",stiffness:500,damping:25,restSpeed:10},criticallyDampedSpring=c=>({type:"spring",stiffness:550,damping:0===c?2*Math.sqrt(550):30,restSpeed:10}),e0={type:"keyframes",duration:.8},e2={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},getDefaultTransition=(c,{keyframes:d})=>d.length>2?e0:N.has(c)?c.startsWith("scale")?criticallyDampedSpring(d[1]):e1:e2,isAnimatable=(c,d)=>"zIndex"!==c&&!!("number"==typeof d||Array.isArray(d)||"string"==typeof d&&(eX.test(d)||"0"===d)&&!d.startsWith("url(")),e3=new Set(["brightness","contrast","saturate","opacity"]);function applyDefaultFilter(c){let[d,p]=c.slice(0,-1).split("(");if("drop-shadow"===d)return c;let[v]=p.match(el)||[];if(!v)return c;let g=p.replace(v,""),I=e3.has(d)?1:0;return v!==p&&(I*=100),d+"("+I+g+")"}let e5=/([a-z-]*)\(.*?\)/g,e4={...eX,getAnimatableNone:c=>{let d=c.match(e5);return d?d.map(applyDefaultFilter).join(" "):c}},e6={...ey,color:eW,backgroundColor:eW,outlineColor:eW,fill:eW,stroke:eW,borderColor:eW,borderTopColor:eW,borderRightColor:eW,borderBottomColor:eW,borderLeftColor:eW,filter:e4,WebkitFilter:e4},getDefaultValueType=c=>e6[c];function getAnimatableNone(c,d){let p=getDefaultValueType(c);return p!==e4&&(p=eX),p.getAnimatableNone?p.getAnimatableNone(d):void 0}let isZeroValueString=c=>/^0[^.\s]+$/.test(c);function isNone(c){return"number"==typeof c?0===c:null!==c?"none"===c||"0"===c||isZeroValueString(c):void 0}function getKeyframes(c,d,p,v){let g,I;let R=isAnimatable(d,p);g=Array.isArray(p)?[...p]:[null,p];let S=void 0!==v.from?v.from:c.get(),P=[];for(let c=0;cI=>{let R=getValueTransition$1(g,c)||{},S=R.delay||g.delay||0,{elapsed:P=0}=g;P-=secondsToMilliseconds(S);let j=getKeyframes(p,c,v,R),T=j[0],N=j[j.length-1],$=isAnimatable(c,T),U=isAnimatable(c,N);d.warning($===U,`You are trying to animate ${c} from "${T}" to "${N}". ${T} is not an animatable value - to enable this animation set ${T} to a value animatable to ${N} via the \`style\` property.`);let et={keyframes:j,velocity:p.getVelocity(),ease:"easeOut",...R,delay:-P,onUpdate:c=>{p.set(c),R.onUpdate&&R.onUpdate(c)},onComplete:()=>{I(),R.onComplete&&R.onComplete()}};if(isTransitionDefined(R)||(et={...et,...getDefaultTransition(c,et)}),et.duration&&(et.duration=secondsToMilliseconds(et.duration)),et.repeatDelay&&(et.repeatDelay=secondsToMilliseconds(et.repeatDelay)),!$||!U||e_.current||!1===R.type)return createInstantAnimation(e_.current?{...et,delay:0}:et);if(p.owner&&p.owner.current instanceof HTMLElement&&!p.owner.getProps().onUpdate){let d=createAcceleratedAnimation(p,c,et);if(d)return d}return animateValue(et)};function isWillChangeMotionValue(c){return!!(isMotionValue(c)&&c.add)}let isNumericalString=c=>/^\-?\d*\.?\d+$/.test(c);function addUniqueItem(c,d){-1===c.indexOf(d)&&c.push(d)}function removeItem(c,d){let p=c.indexOf(d);p>-1&&c.splice(p,1)}function moveItem([...c],d,p){let v=d<0?c.length+d:d;if(v>=0&&vremoveItem(this.subscriptions,c)}notify(c,d,p){let v=this.subscriptions.length;if(v){if(1===v)this.subscriptions[0](c,d,p);else for(let g=0;g!isNaN(parseFloat(c)),e7={current:void 0};let MotionValue=class MotionValue{constructor(c,d={}){this.version="10.16.4",this.timeDelta=0,this.lastUpdated=0,this.canTrackVelocity=!1,this.events={},this.updateAndNotify=(c,d=!0)=>{this.prev=this.current,this.current=c;let{delta:p,timestamp:v}=eC;this.lastUpdated!==v&&(this.timeDelta=p,this.lastUpdated=v,eb.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()),d&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>eb.postRender(this.velocityCheck),this.velocityCheck=({timestamp:c})=>{c!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=c,this.canTrackVelocity=isFloat(this.current),this.owner=d.owner}onChange(c){return this.on("change",c)}on(c,d){this.events[c]||(this.events[c]=new SubscriptionManager);let p=this.events[c].add(d);return"change"===c?()=>{p(),eb.read(()=>{this.events.change.getSize()||this.stop()})}:p}clearListeners(){for(let c in this.events)this.events[c].clear()}attach(c,d){this.passiveEffect=c,this.stopPassiveEffect=d}set(c,d=!0){d&&this.passiveEffect?this.passiveEffect(c,this.updateAndNotify):this.updateAndNotify(c,d)}setWithVelocity(c,d,p){this.set(d),this.prev=c,this.timeDelta=p}jump(c){this.updateAndNotify(c),this.prev=c,this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return e7.current&&e7.current.push(this),this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?velocityPerSecond(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(c){return this.stop(),new Promise(d=>{this.hasAnimated=!0,this.animation=c(d),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(c,d){return new MotionValue(c,d)}let testValueType=c=>d=>d.test(c),e8=[en,eu,ed,es,eh,ep,{test:c=>"auto"===c,parse:c=>c}],findDimensionValueType=c=>e8.find(testValueType(c)),ta=[...e8,eW,eX],findValueType=c=>ta.find(testValueType(c));function setMotionValue(c,d,p){c.hasValue(d)?c.getValue(d).set(p):c.addValue(d,motionValue(p))}function setTarget(c,d){let p=resolveVariant(c,d),{transitionEnd:v={},transition:g={},...I}=p?c.makeTargetAnimatable(p,!1):{};for(let d in I={...I,...v}){let p=resolveFinalValueInKeyframes(I[d]);setMotionValue(c,d,p)}}function setVariants(c,d){let p=[...d].reverse();p.forEach(p=>{let v=c.getVariant(p);v&&setTarget(c,v),c.variantChildren&&c.variantChildren.forEach(c=>{setVariants(c,d)})})}function setValues(c,d){return Array.isArray(d)?setVariants(c,d):"string"==typeof d?setVariants(c,[d]):void setTarget(c,d)}function checkTargetForNewValues(c,d,p){var v,g;let I=Object.keys(d).filter(d=>!c.hasValue(d)),R=I.length;if(R)for(let S=0;SP.remove(d))),j.push($)}return R&&Promise.all(j).then(()=>{R&&setTarget(c,R)}),j}let distance=(c,d)=>Math.abs(c-d);function distance2D(c,d){let p=distance(c.x,d.x),v=distance(c.y,d.y);return Math.sqrt(p**2+v**2)}let createAxisDelta=()=>({translate:0,scale:1,origin:0,originPoint:0}),createAxis=()=>({min:0,max:0}),createBox=()=>({x:createAxis(),y:createAxis()});function convertBoundingBoxToBox({top:c,left:d,right:p,bottom:v}){return{x:{min:d,max:p},y:{min:c,max:v}}}function convertBoxToBoundingBox({x:c,y:d}){return{top:d.min,right:c.max,bottom:d.max,left:c.min}}function transformBoxPoints(c,d){if(!d)return c;let p=d({x:c.left,y:c.top}),v=d({x:c.right,y:c.bottom});return{top:p.y,left:p.x,bottom:v.y,right:v.x}}function isIdentityScale(c){return void 0===c||1===c}function hasScale({scale:c,scaleX:d,scaleY:p}){return!isIdentityScale(c)||!isIdentityScale(d)||!isIdentityScale(p)}function hasTransform(c){return hasScale(c)||has2DTranslate(c)||c.z||c.rotate||c.rotateX||c.rotateY}function has2DTranslate(c){var d,p;return(d=c.x)&&"0%"!==d||(p=c.y)&&"0%"!==p}function scalePoint(c,d,p){return p+d*(c-p)}function applyPointDelta(c,d,p,v,g){return void 0!==g&&(c=v+g*(c-v)),v+p*(c-v)+d}function applyAxisDelta(c,d=0,p=1,v,g){c.min=applyPointDelta(c.min,d,p,v,g),c.max=applyPointDelta(c.max,d,p,v,g)}function applyBoxDelta(c,{x:d,y:p}){applyAxisDelta(c.x,d.translate,d.scale,d.originPoint),applyAxisDelta(c.y,p.translate,p.scale,p.originPoint)}function applyTreeDeltas(c,d,p,v=!1){let g,I;let R=p.length;if(R){d.x=d.y=1;for(let S=0;S1.0000000000001||c<.999999999999?c:1}function translateAxis(c,d){c.min=c.min+d,c.max=c.max+d}function transformAxis(c,d,[p,v,g]){let I=void 0!==d[g]?d[g]:.5,R=mix(c.min,c.max,I);applyAxisDelta(c,d[p],d[v],R,d.scale)}let tn=["x","scaleX","originX"],tr=["y","scaleY","originY"];function transformBox(c,d){transformAxis(c.x,d,tn),transformAxis(c.y,d,tr)}function measureViewportBox(c,d){return convertBoundingBoxToBox(transformBoxPoints(c.getBoundingClientRect(),d))}function measurePageBox(c,d,p){let v=measureViewportBox(c,p),{scroll:g}=d;return g&&(translateAxis(v.x,g.offset.x),translateAxis(v.y,g.offset.y)),v}function delay(c,d){let p=performance.now(),checkElapsed=({timestamp:v})=>{let g=v-p;g>=d&&(eI(checkElapsed),c(g-d))};return eb.read(checkElapsed,!0),()=>eI(checkElapsed)}function resolveElements(c,p,v){var g;if("string"==typeof c){let I=document;p&&(d.invariant(!!p.current,"Scope provided, but no element detected."),I=p.current),v?(null!==(g=v[c])&&void 0!==g||(v[c]=I.querySelectorAll(c)),c=v[c]):c=I.querySelectorAll(c)}else c instanceof Element&&(c=[c]);return Array.from(c||[])}let to=new WeakMap;function observeTimeline(c,d){let p;let onFrame=()=>{let{currentTime:v}=d,g=null===v?0:v.value,I=g/100;p!==I&&c(I),p=I};return eb.update(onFrame,!0),()=>eI(onFrame)}let tl=memo(()=>void 0!==window.ScrollTimeline);let GroupPlaybackControls=class GroupPlaybackControls{constructor(c){this.animations=c.filter(Boolean)}then(c,d){return Promise.all(this.animations).then(c).catch(d)}getAll(c){return this.animations[0][c]}setAll(c,d){for(let p=0;p{if(!tl()||!d.attachTimeline)return d.pause(),observeTimeline(c=>{d.time=d.duration*c},c);d.attachTimeline(c)});return()=>{d.forEach((c,d)=>{c&&c(),this.animations[d].stop()})}}get time(){return this.getAll("time")}set time(c){this.setAll("time",c)}get speed(){return this.getAll("speed")}set speed(c){this.setAll("speed",c)}get duration(){let c=0;for(let d=0;dd[c]())}play(){this.runAll("play")}pause(){this.runAll("pause")}stop(){this.runAll("stop")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}};function isDOMKeyframes(c){return"object"==typeof c&&!Array.isArray(c)}function isSVGElement(c){return c instanceof SVGElement&&"svg"!==c.tagName}let tc=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function parseCSSVariable(c){let d=tc.exec(c);if(!d)return[,];let[,p,v]=d;return[p,v]}function getVariableValue(c,p,v=1){d.invariant(v<=4,`Max CSS variable fallback depth detected in property "${c}". This may indicate a circular fallback dependency.`);let[g,I]=parseCSSVariable(c);if(!g)return;let R=window.getComputedStyle(p).getPropertyValue(g);if(R){let c=R.trim();return isNumericalString(c)?parseFloat(c):c}return ea(I)?getVariableValue(I,p,v+1):I}function resolveCSSVariables(c,{...d},p){let v=c.current;if(!(v instanceof Element))return{target:d,transitionEnd:p};for(let g in p&&(p={...p}),c.values.forEach(c=>{let d=c.get();if(!ea(d))return;let p=getVariableValue(d,v);p&&c.set(p)}),d){let c=d[g];if(!ea(c))continue;let I=getVariableValue(c,v);I&&(d[g]=I,p||(p={}),void 0===p[g]&&(p[g]=c))}return{target:d,transitionEnd:p}}let ti=new Set(["width","height","top","left","right","bottom","x","y","translateX","translateY"]),isPositionalKey=c=>ti.has(c),hasPositionalKey=c=>Object.keys(c).some(isPositionalKey),isNumOrPxType=c=>c===en||c===eu,getPosFromMatrix=(c,d)=>parseFloat(c.split(", ")[d]),getTranslateFromMatrix=(c,d)=>(p,{transform:v})=>{if("none"===v||!v)return 0;let g=v.match(/^matrix3d\((.+)\)$/);if(g)return getPosFromMatrix(g[1],d);{let d=v.match(/^matrix\((.+)\)$/);return d?getPosFromMatrix(d[1],c):0}},ts=new Set(["x","y","z"]),td=T.filter(c=>!ts.has(c));function removeNonTranslationalTransform(c){let d=[];return td.forEach(p=>{let v=c.getValue(p);void 0!==v&&(d.push([p,v.get()]),v.set(p.startsWith("scale")?1:0))}),d.length&&c.render(),d}let tu={width:({x:c},{paddingLeft:d="0",paddingRight:p="0"})=>c.max-c.min-parseFloat(d)-parseFloat(p),height:({y:c},{paddingTop:d="0",paddingBottom:p="0"})=>c.max-c.min-parseFloat(d)-parseFloat(p),top:(c,{top:d})=>parseFloat(d),left:(c,{left:d})=>parseFloat(d),bottom:({y:c},{top:d})=>parseFloat(d)+(c.max-c.min),right:({x:c},{left:d})=>parseFloat(d)+(c.max-c.min),x:getTranslateFromMatrix(4,13),y:getTranslateFromMatrix(5,14)};tu.translateX=tu.x,tu.translateY=tu.y;let convertChangedValueTypes=(c,d,p)=>{let v=d.measureViewportBox(),g=d.current,I=getComputedStyle(g),{display:R}=I,S={};"none"===R&&d.setStaticValue("display",c.display||"block"),p.forEach(c=>{S[c]=tu[c](v,I)}),d.render();let P=d.measureViewportBox();return p.forEach(p=>{let v=d.getValue(p);v&&v.jump(S[p]),c[p]=tu[p](P,I)}),c},checkAndConvertChangedValueTypes=(c,p,v={},I={})=>{p={...p},I={...I};let R=Object.keys(p).filter(isPositionalKey),S=[],P=!1,j=[];if(R.forEach(g=>{let R;let T=c.getValue(g);if(!c.hasValue(g))return;let N=v[g],$=findDimensionValueType(N),U=p[g];if(isKeyframesTarget(U)){let c=U.length,p=null===U[0]?1:0;$=findDimensionValueType(N=U[p]);for(let v=p;v=0?window.pageYOffset:null,v=convertChangedValueTypes(p,c,j);return S.length&&S.forEach(([d,p])=>{c.getValue(d).set(p)}),c.render(),g&&null!==d&&window.scrollTo({top:d}),{target:v,transitionEnd:I}}};function unitConversion(c,d,p,v){return hasPositionalKey(d)?checkAndConvertChangedValueTypes(c,d,p,v):{target:d,transitionEnd:v}}let parseDomVariant=(c,d,p,v)=>{let g=resolveCSSVariables(c,d,v);return unitConversion(c,d=g.target,p,v=g.transitionEnd)},tp={current:null},th={current:!1};function initPrefersReducedMotion(){if(th.current=!0,g){if(window.matchMedia){let c=window.matchMedia("(prefers-reduced-motion)"),setReducedMotionPreferences=()=>tp.current=c.matches;c.addListener(setReducedMotionPreferences),setReducedMotionPreferences()}else tp.current=!1}}function updateMotionValuesFromProps(c,d,p){let{willChange:v}=d;for(let g in d){let I=d[g],R=p[g];if(isMotionValue(I))c.addValue(g,I),isWillChangeMotionValue(v)&&v.add(g);else if(isMotionValue(R))c.addValue(g,motionValue(I,{owner:c})),isWillChangeMotionValue(v)&&v.remove(g);else if(R!==I){if(c.hasValue(g)){let d=c.getValue(g);d.hasAnimated||d.set(I)}else{let d=c.getStaticValue(g);c.addValue(g,motionValue(void 0!==d?d:I,{owner:c}))}}}for(let v in p)void 0===d[v]&&c.removeValue(v);return d}let tv=Object.keys(P),tg=tv.length,ty=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"],tf=R.length;let VisualElement=class VisualElement{constructor({parent:c,props:d,presenceContext:p,reducedMotionConfig:v,visualState:g},I={}){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=()=>eb.render(this.render,!1,!0);let{latestValues:R,renderState:S}=g;this.latestValues=R,this.baseTarget={...R},this.initialValues=d.initial?{...R}:{},this.renderState=S,this.parent=c,this.props=d,this.presenceContext=p,this.depth=c?c.depth+1:0,this.reducedMotionConfig=v,this.options=I,this.isControllingVariants=isControllingVariants(d),this.isVariantNode=isVariantNode(d),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(c&&c.current);let{willChange:P,...j}=this.scrapeMotionValuesFromProps(d,{});for(let c in j){let d=j[c];void 0!==R[c]&&isMotionValue(d)&&(d.set(R[c],!1),isWillChangeMotionValue(P)&&P.add(c))}}scrapeMotionValuesFromProps(c,d){return{}}mount(c){this.current=c,to.set(c,this),this.projection&&!this.projection.instance&&this.projection.mount(c),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((c,d)=>this.bindToMotionValue(d,c)),th.current||initPrefersReducedMotion(),this.shouldReduceMotion="never"!==this.reducedMotionConfig&&("always"===this.reducedMotionConfig||tp.current),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){for(let c in to.delete(this.current),this.projection&&this.projection.unmount(),eI(this.notifyUpdate),eI(this.render),this.valueSubscriptions.forEach(c=>c()),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this),this.events)this.events[c].clear();for(let c in this.features)this.features[c].unmount();this.current=null}bindToMotionValue(c,d){let p=N.has(c),v=d.on("change",d=>{this.latestValues[c]=d,this.props.onUpdate&&eb.update(this.notifyUpdate,!1,!0),p&&this.projection&&(this.projection.isTransformDirty=!0)}),g=d.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(c,()=>{v(),g()})}sortNodePosition(c){return this.current&&this.sortInstanceNodePosition&&this.type===c.type?this.sortInstanceNodePosition(this.current,c.current):0}loadFeatures({children:c,...d},p,v,g){let I,R;for(let c=0;cthis.scheduleRender(),animationType:"string"==typeof p?p:"both",initialPromotionConfig:g,layoutScroll:S,layoutRoot:P})}return R}updateFeatures(){for(let c in this.features){let d=this.features[c];d.isMounted?d.update():(d.mount(),d.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(c){return this.latestValues[c]}setStaticValue(c,d){this.latestValues[c]=d}makeTargetAnimatable(c,d=!0){return this.makeTargetAnimatableFromInstance(c,this.props,d)}update(c,d){(c.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=c,this.prevPresenceContext=this.presenceContext,this.presenceContext=d;for(let d=0;dd.variantChildren.delete(c)}addValue(c,d){d!==this.values.get(c)&&(this.removeValue(c),this.bindToMotionValue(c,d)),this.values.set(c,d),this.latestValues[c]=d.get()}removeValue(c){this.values.delete(c);let d=this.valueSubscriptions.get(c);d&&(d(),this.valueSubscriptions.delete(c)),delete this.latestValues[c],this.removeValueFromRenderState(c,this.renderState)}hasValue(c){return this.values.has(c)}getValue(c,d){if(this.props.values&&this.props.values[c])return this.props.values[c];let p=this.values.get(c);return void 0===p&&void 0!==d&&(p=motionValue(d,{owner:this}),this.addValue(c,p)),p}readValue(c){var d;return void 0===this.latestValues[c]&&this.current?null!==(d=this.getBaseTargetFromProps(this.props,c))&&void 0!==d?d:this.readValueFromInstance(this.current,c,this.options):this.latestValues[c]}setBaseTarget(c,d){this.baseTarget[c]=d}getBaseTarget(c){var d;let{initial:p}=this.props,v="string"==typeof p||"object"==typeof p?null===(d=resolveVariantFromProps(this.props,p))||void 0===d?void 0:d[c]:void 0;if(p&&void 0!==v)return v;let g=this.getBaseTargetFromProps(this.props,c);return void 0===g||isMotionValue(g)?void 0!==this.initialValues[c]&&void 0===v?void 0:this.baseTarget[c]:g}on(c,d){return this.events[c]||(this.events[c]=new SubscriptionManager),this.events[c].add(d)}notify(c,...d){this.events[c]&&this.events[c].notify(...d)}};let DOMVisualElement=class DOMVisualElement extends VisualElement{sortInstanceNodePosition(c,d){return 2&c.compareDocumentPosition(d)?1:-1}getBaseTargetFromProps(c,d){return c.style?c.style[d]:void 0}removeValueFromRenderState(c,{vars:d,style:p}){delete d[c],delete p[c]}makeTargetAnimatableFromInstance({transition:c,transitionEnd:d,...p},{transformValues:v},g){let I=getOrigin(p,c||{},this);if(v&&(d&&(d=v(d)),p&&(p=v(p)),I&&(I=v(I))),g){checkTargetForNewValues(this,p,I);let c=parseDomVariant(this,p,I,d);d=c.transitionEnd,p=c.target}return{transition:c,transitionEnd:d,...p}}};let SVGVisualElement=class SVGVisualElement extends DOMVisualElement{constructor(){super(...arguments),this.isSVGTag=!1}getBaseTargetFromProps(c,d){return c[d]}readValueFromInstance(c,d){if(N.has(d)){let c=getDefaultValueType(d);return c&&c.default||0}return d=ek.has(d)?d:camelToDash(d),c.getAttribute(d)}measureInstanceViewportBox(){return createBox()}scrapeMotionValuesFromProps(c,d){return scrapeMotionValuesFromProps(c,d)}build(c,d,p,v){buildSVGAttrs(c,d,p,this.isSVGTag,v.transformTemplate)}renderInstance(c,d,p,v){renderSVG(c,d,p,v)}mount(c){this.isSVGTag=isSVGTag(c.tagName),super.mount(c)}};function getComputedStyle$1(c){return window.getComputedStyle(c)}let HTMLVisualElement=class HTMLVisualElement extends DOMVisualElement{readValueFromInstance(c,d){if(N.has(d)){let c=getDefaultValueType(d);return c&&c.default||0}{let p=getComputedStyle$1(c),v=(et(d)?p.getPropertyValue(d):p[d])||0;return"string"==typeof v?v.trim():v}}measureInstanceViewportBox(c,{transformPagePoint:d}){return measureViewportBox(c,d)}build(c,d,p,v){buildHTMLStyles(c,d,p,v.transformTemplate)}scrapeMotionValuesFromProps(c,d){return scrapeMotionValuesFromProps$1(c,d)}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);let{children:c}=this.props;isMotionValue(c)&&(this.childSubscription=c.on("change",c=>{this.current&&(this.current.textContent=`${c}`)}))}renderInstance(c,d,p,v){renderHTML(c,d,p,v)}};function createVisualElement(c){let d={presenceContext:null,props:{},visualState:{renderState:{transform:{},transformOrigin:{},style:{},vars:{},attrs:{}},latestValues:{}}},p=isSVGElement(c)?new SVGVisualElement(d,{enableHardwareAcceleration:!1}):new HTMLVisualElement(d,{enableHardwareAcceleration:!0});p.mount(c),to.set(c,p)}function animateSingleValue(c,d,p){let v=isMotionValue(c)?c:motionValue(c);return v.start(animateMotionValue("",v,d,p)),v.animation}function createGeneratorEasing(c,d=100){let p=spring({keyframes:[0,d],...c}),v=Math.min(calcGeneratorDuration(p),2e4);return{type:"keyframes",ease:c=>p.next(v*c).value/d,duration:millisecondsToSeconds(v)}}function calcNextTime(c,d,p,v){var g;return"number"==typeof d?d:d.startsWith("-")||d.startsWith("+")?Math.max(0,c+parseFloat(d)):"<"===d?p:null!==(g=v.get(d))&&void 0!==g?g:c}let wrap=(c,d,p)=>{let v=d-c;return((p-c)%v+v)%v+c};function getEasingForSegment(c,d){return isEasingArray(c)?c[wrap(0,c.length,d)]:c}function eraseKeyframes(c,d,p){for(let v=0;vd&&g.at{let S=keyframesAsList(c),{delay:P=0,times:j=defaultOffset$1(S),type:$="keyframes",...U}=p,{ease:et=d.ease||"easeOut",duration:en}=p,er="function"==typeof P?P(I,R):P,eo=S.length;if(eo<=2&&"spring"===$){let c=100;if(2===eo&&isNumberKeyframesArray(S)){let d=S[1]-S[0];c=Math.abs(d)}let d={...U};void 0!==en&&(d.duration=secondsToMilliseconds(en));let p=createGeneratorEasing(d,c);et=p.ease,en=p.duration}null!=en||(en=g);let el=T+er,ec=el+en;1===j.length&&0===j[0]&&(j[1]=1);let ei=j.length-S.length;ei>0&&fillOffset(j,ei),1===S.length&&S.unshift(null),addKeyframes(v,S,et,j,el,ec),ea=Math.max(er+en,ea),N=Math.max(ec,N)};if(isMotionValue($)){let c=getSubjectSequence($,R);resolveValueSequence(U,et,getValueSequence("default",c))}else{let c=resolveElements($,v,S),d=c.length;for(let p=0;p{for(let g in c){let R=c[g];R.sort(compareByTime);let S=[],P=[],j=[];for(let c=0;c"number"==typeof c,isNumberKeyframesArray=c=>c.every(isNumber);function animateElements(c,p,v,g){let I=resolveElements(c,g),R=I.length;d.invariant(!!R,"No valid element provided.");let S=[];for(let c=0;cArray.isArray(c)&&Array.isArray(c[0]);function animateSequence(c,d,p){let v=[],g=createAnimationsFromSequence(c,d,p);return g.forEach(({keyframes:c,transition:d},p)=>{let g;g=isMotionValue(p)?animateSingleValue(p,c.default,d.default):animateElements(p,c,d),v.push(g)}),new GroupPlaybackControls(v)}let createScopedAnimate=c=>function(d,p,v){let g;return g=isSequence(d)?animateSequence(d,p,c):isDOMKeyframes(p)?animateElements(d,p,v,c):animateSingleValue(d,p,v),c&&c.animations.push(g),g},tm=createScopedAnimate(),tk=new WeakMap;function getElementSize(c,d){if(d){let{inlineSize:c,blockSize:p}=d[0];return{width:c,height:p}}return c instanceof SVGElement&&"getBBox"in c?c.getBBox():{width:c.offsetWidth,height:c.offsetHeight}}function notifyTarget({target:c,contentRect:d,borderBoxSize:p}){var v;null===(v=tk.get(c))||void 0===v||v.forEach(v=>{v({target:c,contentSize:d,get size(){return getElementSize(c,p)}})})}function notifyAll(c){c.forEach(notifyTarget)}function createResizeObserver(){"undefined"!=typeof ResizeObserver&&(p=new ResizeObserver(notifyAll))}function resizeElement(c,d){p||createResizeObserver();let v=resolveElements(c);return v.forEach(c=>{let v=tk.get(c);v||(v=new Set,tk.set(c,v)),v.add(d),null==p||p.observe(c)}),()=>{v.forEach(c=>{let v=tk.get(c);null==v||v.delete(d),(null==v?void 0:v.size)||null==p||p.unobserve(c)})}}let tM=new Set;function createWindowResizeHandler(){v=()=>{let c={width:window.innerWidth,height:window.innerHeight},d={target:window,size:c,contentSize:c};tM.forEach(c=>c(d))},window.addEventListener("resize",v)}function resizeWindow(c){return tM.add(c),v||createWindowResizeHandler(),()=>{tM.delete(c),!tM.size&&v&&(v=void 0)}}function resize(c,d){return"function"==typeof c?resizeWindow(c):resizeElement(c,d)}let createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0}),createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()}),tb={x:{length:"Width",position:"Left"},y:{length:"Height",position:"Top"}};function updateAxisInfo(c,d,p,v){let g=p[d],{length:I,position:R}=tb[d],S=g.current,P=p.time;g.current=c["scroll"+R],g.scrollLength=c["scroll"+I]-c["client"+I],g.offset.length=0,g.offset[0]=0,g.offset[1]=g.scrollLength,g.progress=progress(0,g.scrollLength,g.current);let j=v-P;g.velocity=j>50?0:velocityPerSecond(g.current-S,j)}function updateScrollInfo(c,d,p){updateAxisInfo(c,"x",d,p),updateAxisInfo(c,"y",d,p),d.time=p}function calcInset(c,d){let p={x:0,y:0},v=c;for(;v&&v!==d;)if(v instanceof HTMLElement)p.x+=v.offsetLeft,p.y+=v.offsetTop,v=v.offsetParent;else if("svg"===v.tagName){let c=v.getBoundingClientRect();v=v.parentElement;let d=v.getBoundingClientRect();p.x+=c.left-d.left,p.y+=c.top-d.top}else if(v instanceof SVGGraphicsElement){let{x:c,y:d}=v.getBBox();p.x+=c,p.y+=d;let g=null,I=v.parentNode;for(;!g;)"svg"===I.tagName&&(g=I),I=v.parentNode;v=g}else break;return p}let tI={All:[[0,0],[1,1]]},tC={start:0,center:.5,end:1};function resolveEdge(c,d,p=0){let v=0;if(void 0!==tC[c]&&(c=tC[c]),"string"==typeof c){let d=parseFloat(c);c.endsWith("px")?v=d:c.endsWith("%")?c=d/100:c.endsWith("vw")?v=d/100*document.documentElement.clientWidth:c.endsWith("vh")?v=d/100*document.documentElement.clientHeight:c=d}return"number"==typeof c&&(v=d*c),p+v}let tx=[0,0];function resolveOffset(c,d,p,v){let g=Array.isArray(c)?c:tx,I=0;return"number"==typeof c?g=[c,c]:"string"==typeof c&&(g=(c=c.trim()).includes(" ")?c.split(" "):[c,tC[c]?c:"0"]),resolveEdge(g[0],p,v)-resolveEdge(g[1],d)}let tR={x:0,y:0};function getTargetSize(c){return"getBBox"in c&&"svg"!==c.tagName?c.getBBox():{width:c.clientWidth,height:c.clientHeight}}function resolveOffsets(c,d,p){let{offset:v=tI.All}=p,{target:g=c,axis:I="y"}=p,R="y"===I?"height":"width",S=g!==c?calcInset(g,c):tR,P=g===c?{width:c.scrollWidth,height:c.scrollHeight}:getTargetSize(g),j={width:c.clientWidth,height:c.clientHeight};d[I].offset.length=0;let T=!d[I].interpolate,N=v.length;for(let c=0;cmeasure(c,v.target,p),update:d=>{updateScrollInfo(c,p,d),(v.offset||v.target)&&resolveOffsets(c,p,v)},notify:()=>d(p)}}let tS=new WeakMap,t_=new WeakMap,tw=new WeakMap,getEventTarget=c=>c===document.documentElement?window:c;function scrollInfo(c,{container:d=document.documentElement,...p}={}){let v=tw.get(d);v||(v=new Set,tw.set(d,v));let g=createScrollInfo(),I=createOnScrollHandler(d,c,g,p);if(v.add(I),!tS.has(d)){let measureAll=()=>{for(let c of v)c.measure()},updateAll=()=>{for(let c of v)c.update(eC.timestamp)},notifyAll=()=>{for(let c of v)c.notify()},listener=()=>{eb.read(measureAll,!1,!0),eb.update(updateAll,!1,!0),eb.update(notifyAll,!1,!0)};tS.set(d,listener);let c=getEventTarget(d);window.addEventListener("resize",listener,{passive:!0}),d!==document.documentElement&&t_.set(d,resize(d,listener)),c.addEventListener("scroll",listener,{passive:!0})}let R=tS.get(d);return eb.read(R,!1,!0),()=>{var c;eI(R);let p=tw.get(d);if(!p||(p.delete(I),p.size))return;let v=tS.get(d);tS.delete(d),v&&(getEventTarget(d).removeEventListener("scroll",v),null===(c=t_.get(d))||void 0===c||c(),window.removeEventListener("resize",v))}}function scrollTimelineFallback({source:c,axis:d="y"}){let p={value:0},v=scrollInfo(c=>{p.value=100*c[d].progress},{container:c,axis:d});return{currentTime:p,cancel:v}}let tP=new Map;function getTimeline({source:c=document.documentElement,axis:d="y"}={}){tP.has(c)||tP.set(c,{});let p=tP.get(c);return p[d]||(p[d]=tl()?new ScrollTimeline({source:c,axis:d}):scrollTimelineFallback({source:c,axis:d})),p[d]}function scroll(c,d){let p=getTimeline(d);return"function"==typeof c?observeTimeline(c,p):c.attachTimeline(p)}let tO={some:0,all:1};function inView(c,d,{root:p,margin:v,amount:g="some"}={}){let I=resolveElements(c),R=new WeakMap,S=new IntersectionObserver(c=>{c.forEach(c=>{let p=R.get(c.target);if(!!p!==c.isIntersecting){if(c.isIntersecting){let p=d(c);"function"==typeof p?R.set(c.target,p):S.unobserve(c.target)}else p&&(p(c),R.delete(c.target))}})},{root:p,rootMargin:v,threshold:"number"==typeof g?g:tO[g]});return I.forEach(c=>S.observe(c)),()=>S.disconnect()}function getOriginIndex(c,d){if("first"===c)return 0;{let p=d-1;return"last"===c?p:p/2}}function stagger(c=.1,{startDelay:d=0,from:p=0,ease:v}={}){return(g,I)=>{let R="number"==typeof p?p:getOriginIndex(p,I),S=c*Math.abs(R-g);if(v){let d=I*c,p=easingDefinitionToFunction(v);S=p(S/d)*d}return d+S}}let isCustomValueType=c=>"object"==typeof c&&c.mix,getMixer=c=>isCustomValueType(c)?c.mix:void 0;function transform(...c){let d=!Array.isArray(c[0]),p=d?0:-1,v=c[0+p],g=c[1+p],I=c[2+p],R=c[3+p],S=interpolate(g,I,{mixer:getMixer(I[0]),...R});return d?S(v):S}let tF=eM.reduce((c,d)=>(c[d]=c=>eI(c),c),{});d.HTMLVisualElement=HTMLVisualElement,d.MotionValue=MotionValue,d.SVGVisualElement=SVGVisualElement,d.SubscriptionManager=SubscriptionManager,d.VisualElement=VisualElement,d.addScaleCorrector=addScaleCorrector,d.addUniqueItem=addUniqueItem,d.animate=tm,d.animateMotionValue=animateMotionValue,d.animateSingleValue=animateSingleValue,d.animateStyle=animateStyle,d.animateTarget=animateTarget,d.animateValue=animateValue,d.anticipate=anticipate,d.applyBoxDelta=applyBoxDelta,d.applyTreeDeltas=applyTreeDeltas,d.backIn=ej,d.backInOut=eE,d.backOut=eA,d.buildHTMLStyles=buildHTMLStyles,d.buildSVGAttrs=buildSVGAttrs,d.buildTransform=buildTransform,d.camelToDash=camelToDash,d.cancelFrame=eI,d.cancelSync=tF,d.checkTargetForNewValues=checkTargetForNewValues,d.circIn=circIn,d.circInOut=eD,d.circOut=ez,d.clamp=clamp,d.collectMotionValues=e7,d.color=eW,d.complex=eX,d.convertBoundingBoxToBox=convertBoundingBoxToBox,d.convertBoxToBoundingBox=convertBoxToBoundingBox,d.createBox=createBox,d.createDelta=()=>({x:createAxisDelta(),y:createAxisDelta()}),d.createScopedAnimate=createScopedAnimate,d.cubicBezier=cubicBezier,d.delay=delay,d.distance=distance,d.distance2D=distance2D,d.easeIn=eP,d.easeInOut=eF,d.easeOut=eO,d.featureDefinitions=P,d.frame=eb,d.frameData=eC,d.getOrigin=getOrigin,d.getValueTransition=getValueTransition$1,d.has2DTranslate=has2DTranslate,d.hasReducedMotionListener=th,d.hasScale=hasScale,d.hasTransform=hasTransform,d.inView=inView,d.initPrefersReducedMotion=initPrefersReducedMotion,d.instantAnimationState=e_,d.interpolate=interpolate,d.isAnimationControls=isAnimationControls,d.isBrowser=g,d.isCSSVariableName=et,d.isControllingVariants=isControllingVariants,d.isCustomValue=c=>!!(c&&"object"==typeof c&&c.mix&&c.toValue),d.isForcedMotionValue=isForcedMotionValue,d.isKeyframesTarget=isKeyframesTarget,d.isMotionValue=isMotionValue,d.isRefObject=isRefObject,d.isSVGElement=isSVGElement,d.isSVGTag=isSVGTag,d.isVariantLabel=isVariantLabel,d.isVariantNode=isVariantNode,d.measurePageBox=measurePageBox,d.millisecondsToSeconds=millisecondsToSeconds,d.mirrorEasing=mirrorEasing,d.mix=mix,d.motionValue=motionValue,d.moveItem=moveItem,d.noop=noop,d.optimizedAppearDataAttribute=eS,d.optimizedAppearDataId=eR,d.percent=ed,d.pipe=pipe,d.prefersReducedMotion=tp,d.progress=progress,d.px=eu,d.removeItem=removeItem,d.renderSVG=renderSVG,d.resolveVariant=resolveVariant,d.resolveVariantFromProps=resolveVariantFromProps,d.reverseEasing=reverseEasing,d.scaleCorrectors=j,d.scalePoint=scalePoint,d.scrapeMotionValuesFromProps=scrapeMotionValuesFromProps,d.scrapeMotionValuesFromProps$1=scrapeMotionValuesFromProps$1,d.scroll=scroll,d.scrollInfo=scrollInfo,d.secondsToMilliseconds=secondsToMilliseconds,d.setValues=setValues,d.spring=spring,d.stagger=stagger,d.steps=ex,d.sync=eb,d.transform=transform,d.transformBox=transformBox,d.transformProps=N,d.translateAxis=translateAxis,d.variantPriorityOrder=I,d.visualElementStore=to,d.warnOnce=warnOnce,d.wrap=wrap},46431:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0});var v=p(67294),g=p(58737);function _interopDefaultLegacy(c){return c&&"object"==typeof c&&"default"in c?c:{default:c}}var I=function(c){if(c&&c.__esModule)return c;var d=Object.create(null);return c&&Object.keys(c).forEach(function(p){if("default"!==p){var v=Object.getOwnPropertyDescriptor(c,p);Object.defineProperty(d,p,v.get?v:{enumerable:!0,get:function(){return c[p]}})}}),d.default=c,Object.freeze(d)}(v),R=_interopDefaultLegacy(v);let S=v.createContext({transformPagePoint:c=>c,isStatic:!1,reducedMotion:"never"}),P=v.createContext({}),j=v.createContext(null),T=g.isBrowser?v.useLayoutEffect:v.useEffect,N=v.createContext({strict:!1});function useVisualElement(c,d,p,g){let{visualElement:I}=v.useContext(P),R=v.useContext(N),$=v.useContext(j),U=v.useContext(S).reducedMotion,et=v.useRef();g=g||R.renderer,!et.current&&g&&(et.current=g(c,{visualState:d,parent:I,props:p,presenceContext:$,blockInitialAnimation:!!$&&!1===$.initial,reducedMotionConfig:U}));let ea=et.current;v.useInsertionEffect(()=>{ea&&ea.update(p,$)});let en=v.useRef(!!window.HandoffAppearAnimations);return T(()=>{ea&&(ea.render(),en.current&&ea.animationState&&ea.animationState.animateChanges())}),v.useEffect(()=>{ea&&(ea.updateFeatures(),!en.current&&ea.animationState&&ea.animationState.animateChanges(),window.HandoffAppearAnimations=void 0,en.current=!1)}),ea}function useMotionRef(c,d,p){return v.useCallback(v=>{v&&c.mount&&c.mount(v),d&&(v?d.mount(v):d.unmount()),p&&("function"==typeof p?p(v):g.isRefObject(p)&&(p.current=v))},[d])}function getCurrentTreeVariants(c,d){if(g.isControllingVariants(c)){let{initial:d,animate:p}=c;return{initial:!1===d||g.isVariantLabel(d)?d:void 0,animate:g.isVariantLabel(p)?p:void 0}}return!1!==c.inherit?d:{}}function useCreateMotionContext(c){let{initial:d,animate:p}=getCurrentTreeVariants(c,v.useContext(P));return v.useMemo(()=>({initial:d,animate:p}),[variantLabelsAsDependency(d),variantLabelsAsDependency(p)])}function variantLabelsAsDependency(c){return Array.isArray(c)?c.join(" "):c}function loadFeatures(c){for(let d in c)g.featureDefinitions[d]={...g.featureDefinitions[d],...c[d]}}let $=v.createContext({}),U=v.createContext({}),et=Symbol.for("motionComponentSymbol");function createMotionComponent({preloadedFeatures:c,createVisualElement:d,useRender:p,useVisualState:R,Component:j}){function MotionComponent(T,$){let et;let ea={...v.useContext(S),...T,layoutId:useLayoutId(T)},{isStatic:en}=ea,er=useCreateMotionContext(T),eo=R(T,en);if(!en&&g.isBrowser){er.visualElement=useVisualElement(j,eo,ea,d);let p=v.useContext(U),g=v.useContext(N).strict;er.visualElement&&(et=er.visualElement.loadFeatures(ea,g,c,p))}return I.createElement(P.Provider,{value:er},et&&er.visualElement?I.createElement(et,{visualElement:er.visualElement,...ea}):null,p(j,T,useMotionRef(eo,er.visualElement,$),eo,en,er.visualElement))}c&&loadFeatures(c);let T=v.forwardRef(MotionComponent);return T[et]=j,T}function useLayoutId({layoutId:c}){let d=v.useContext($).id;return d&&void 0!==c?d+"-"+c:c}function createMotionProxy(c){function custom(d,p={}){return createMotionComponent(c(d,p))}if("undefined"==typeof Proxy)return custom;let d=new Map;return new Proxy(custom,{get:(c,p)=>(d.has(p)||d.set(p,custom(p)),d.get(p))})}let ea=["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(c){if("string"!=typeof c||c.includes("-"));else if(ea.indexOf(c)>-1||/[A-Z]/.test(c))return!0;return!1}let createHtmlRenderState=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function copyRawValuesOnly(c,d,p){for(let v in d)g.isMotionValue(d[v])||g.isForcedMotionValue(v,p)||(c[v]=d[v])}function useInitialMotionValues({transformTemplate:c},d,p){return v.useMemo(()=>{let v=createHtmlRenderState();return g.buildHTMLStyles(v,d,{enableHardwareAcceleration:!p},c),Object.assign({},v.vars,v.style)},[d])}function useStyle(c,d,p){let v=c.style||{},g={};return copyRawValuesOnly(g,v,c),Object.assign(g,useInitialMotionValues(c,d,p)),c.transformValues?c.transformValues(g):g}function useHTMLProps(c,d,p){let v={},g=useStyle(c,d,p);return c.drag&&!1!==c.dragListener&&(v.draggable=!1,g.userSelect=g.WebkitUserSelect=g.WebkitTouchCallout="none",g.touchAction=!0===c.drag?"none":`pan-${"x"===c.drag?"y":"x"}`),void 0===c.tabIndex&&(c.onTap||c.onTapStart||c.whileTap)&&(v.tabIndex=0),v.style=g,v}let en=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(c){return c.startsWith("while")||c.startsWith("drag")&&"draggable"!==c||c.startsWith("layout")||c.startsWith("onTap")||c.startsWith("onPan")||en.has(c)}let shouldForward=c=>!isValidMotionProp(c);function loadExternalIsValidProp(c){c&&(shouldForward=d=>d.startsWith("on")?!isValidMotionProp(d):c(d))}try{loadExternalIsValidProp(p(79313).Z)}catch(c){}function filterProps(c,d,p){let v={};for(let g in c)("values"!==g||"object"!=typeof c.values)&&(shouldForward(g)||!0===p&&isValidMotionProp(g)||!d&&!isValidMotionProp(g)||c.draggable&&g.startsWith("onDrag"))&&(v[g]=c[g]);return v}let createSvgRenderState=()=>({...createHtmlRenderState(),attrs:{}});function useSVGProps(c,d,p,I){let R=v.useMemo(()=>{let p=createSvgRenderState();return g.buildSVGAttrs(p,d,{enableHardwareAcceleration:!1},g.isSVGTag(I),c.transformTemplate),{...p.attrs,style:{...p.style}}},[d]);if(c.style){let d={};copyRawValuesOnly(d,c.style,c),R.style={...d,...R.style}}return R}function createUseRender(c=!1){return(d,p,I,{latestValues:R},S)=>{let P=isSVGComponent(d)?useSVGProps:useHTMLProps,j=P(p,R,S,d),T=filterProps(p,"string"==typeof d,c),N={...T,...j,ref:I},{children:$}=p,U=v.useMemo(()=>g.isMotionValue($)?$.get():$,[$]);return v.createElement(d,{...N,children:U})}}function useConstant(c){let d=v.useRef(null);return null===d.current&&(d.current=c()),d.current}function resolveMotionValue(c){let d=g.isMotionValue(c)?c.get():c;return g.isCustomValue(d)?d.toValue():d}function makeState({scrapeMotionValuesFromProps:c,createRenderState:d,onMount:p},v,g,I){let R={latestValues:makeLatestValues(v,g,I,c),renderState:d()};return p&&(R.mount=c=>p(v,c,R)),R}let makeUseVisualState=c=>(d,p)=>{let g=v.useContext(P),I=v.useContext(j),make=()=>makeState(c,d,g,I);return p?make():useConstant(make)};function makeLatestValues(c,d,p,v){let I={},R=v(c,{});for(let c in R)I[c]=resolveMotionValue(R[c]);let{initial:S,animate:P}=c,j=g.isControllingVariants(c),T=g.isVariantNode(c);d&&T&&!j&&!1!==c.inherit&&(void 0===S&&(S=d.initial),void 0===P&&(P=d.animate));let N=!!p&&!1===p.initial;N=N||!1===S;let $=N?P:S;if($&&"boolean"!=typeof $&&!g.isAnimationControls($)){let d=Array.isArray($)?$:[$];d.forEach(d=>{let p=g.resolveVariantFromProps(c,d);if(!p)return;let{transitionEnd:v,transition:R,...S}=p;for(let c in S){let d=S[c];if(Array.isArray(d)){let c=N?d.length-1:0;d=d[c]}null!==d&&(I[c]=d)}for(let c in v)I[c]=v[c]})}return I}let er={useVisualState:makeUseVisualState({scrapeMotionValuesFromProps:g.scrapeMotionValuesFromProps,createRenderState:createSvgRenderState,onMount:(c,d,{renderState:p,latestValues:v})=>{g.frame.read(()=>{try{p.dimensions="function"==typeof d.getBBox?d.getBBox():d.getBoundingClientRect()}catch(c){p.dimensions={x:0,y:0,width:0,height:0}}}),g.frame.render(()=>{g.buildSVGAttrs(p,v,{enableHardwareAcceleration:!1},g.isSVGTag(d.tagName),c.transformTemplate),g.renderSVG(d,p)})}})},eo={useVisualState:makeUseVisualState({scrapeMotionValuesFromProps:g.scrapeMotionValuesFromProps$1,createRenderState:createHtmlRenderState})};function createDomMotionConfig(c,{forwardMotionProps:d=!1},p,v){let g=isSVGComponent(c)?er:eo;return{...g,preloadedFeatures:p,useRender:createUseRender(d),createVisualElement:v,Component:c}}function addDomEvent(c,d,p,v={passive:!0}){return c.addEventListener(d,p,v),()=>c.removeEventListener(d,p)}let isPrimaryPointer=c=>"mouse"===c.pointerType?"number"!=typeof c.button||c.button<=0:!1!==c.isPrimary;function extractEventInfo(c,d="page"){return{point:{x:c[d+"X"],y:c[d+"Y"]}}}let addPointerInfo=c=>d=>isPrimaryPointer(d)&&c(d,extractEventInfo(d));function addPointerEvent(c,d,p,v){return addDomEvent(c,d,addPointerInfo(p),v)}function createLock(c){let d=null;return()=>null===d&&(d=c,()=>{d=null})}let el=createLock("dragHorizontal"),ec=createLock("dragVertical");function getGlobalLock(c){let d=!1;if("y"===c)d=ec();else if("x"===c)d=el();else{let c=el(),p=ec();c&&p?d=()=>{c(),p()}:(c&&c(),p&&p())}return d}function isDragActive(){let c=getGlobalLock(!0);return!c||(c(),!1)}let Feature=class Feature{constructor(c){this.isMounted=!1,this.node=c}update(){}};function addHoverEvent(c,d){let p="pointer"+(d?"enter":"leave"),v="onHover"+(d?"Start":"End");return addPointerEvent(c.current,p,(p,I)=>{if("touch"===p.type||isDragActive())return;let R=c.getProps();c.animationState&&R.whileHover&&c.animationState.setActive("whileHover",d),R[v]&&g.frame.update(()=>R[v](p,I))},{passive:!c.getProps()[v]})}let HoverGesture=class HoverGesture extends Feature{mount(){this.unmount=g.pipe(addHoverEvent(this.node,!0),addHoverEvent(this.node,!1))}unmount(){}};let FocusGesture=class FocusGesture extends Feature{constructor(){super(...arguments),this.isActive=!1}onFocus(){let c=!1;try{c=this.node.current.matches(":focus-visible")}catch(d){c=!0}c&&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=g.pipe(addDomEvent(this.node.current,"focus",()=>this.onFocus()),addDomEvent(this.node.current,"blur",()=>this.onBlur()))}unmount(){}};let isNodeOrChild=(c,d)=>!!d&&(c===d||isNodeOrChild(c,d.parentElement));function fireSyntheticPointerEvent(c,d){if(!d)return;let p=new PointerEvent("pointer"+c);d(p,extractEventInfo(p))}let PressGesture=class PressGesture extends Feature{constructor(){super(...arguments),this.removeStartListeners=g.noop,this.removeEndListeners=g.noop,this.removeAccessibleListeners=g.noop,this.startPointerPress=(c,d)=>{if(this.removeEndListeners(),this.isPressing)return;let p=this.node.getProps(),v=addPointerEvent(window,"pointerup",(c,d)=>{if(!this.checkPressEnd())return;let{onTap:p,onTapCancel:v}=this.node.getProps();g.frame.update(()=>{isNodeOrChild(this.node.current,c.target)?p&&p(c,d):v&&v(c,d)})},{passive:!(p.onTap||p.onPointerUp)}),I=addPointerEvent(window,"pointercancel",(c,d)=>this.cancelPress(c,d),{passive:!(p.onTapCancel||p.onPointerCancel)});this.removeEndListeners=g.pipe(v,I),this.startPress(c,d)},this.startAccessiblePress=()=>{let c=addDomEvent(this.node.current,"keydown",c=>{"Enter"!==c.key||this.isPressing||(this.removeEndListeners(),this.removeEndListeners=addDomEvent(this.node.current,"keyup",c=>{"Enter"===c.key&&this.checkPressEnd()&&fireSyntheticPointerEvent("up",(c,d)=>{let{onTap:p}=this.node.getProps();p&&g.frame.update(()=>p(c,d))})}),fireSyntheticPointerEvent("down",(c,d)=>{this.startPress(c,d)}))}),d=addDomEvent(this.node.current,"blur",()=>{this.isPressing&&fireSyntheticPointerEvent("cancel",(c,d)=>this.cancelPress(c,d))});this.removeAccessibleListeners=g.pipe(c,d)}}startPress(c,d){this.isPressing=!0;let{onTapStart:p,whileTap:v}=this.node.getProps();v&&this.node.animationState&&this.node.animationState.setActive("whileTap",!0),p&&g.frame.update(()=>p(c,d))}checkPressEnd(){this.removeEndListeners(),this.isPressing=!1;let c=this.node.getProps();return c.whileTap&&this.node.animationState&&this.node.animationState.setActive("whileTap",!1),!isDragActive()}cancelPress(c,d){if(!this.checkPressEnd())return;let{onTapCancel:p}=this.node.getProps();p&&g.frame.update(()=>p(c,d))}mount(){let c=this.node.getProps(),d=addPointerEvent(this.node.current,"pointerdown",this.startPointerPress,{passive:!(c.onTapStart||c.onPointerStart)}),p=addDomEvent(this.node.current,"focus",this.startAccessiblePress);this.removeStartListeners=g.pipe(d,p)}unmount(){this.removeStartListeners(),this.removeEndListeners(),this.removeAccessibleListeners()}};let ei=new WeakMap,es=new WeakMap,fireObserverCallback=c=>{let d=ei.get(c.target);d&&d(c)},fireAllObserverCallbacks=c=>{c.forEach(fireObserverCallback)};function initIntersectionObserver({root:c,...d}){let p=c||document;es.has(p)||es.set(p,{});let v=es.get(p),g=JSON.stringify(d);return v[g]||(v[g]=new IntersectionObserver(fireAllObserverCallbacks,{root:c,...d})),v[g]}function observeIntersection(c,d,p){let v=initIntersectionObserver(d);return ei.set(c,p),v.observe(c),()=>{ei.delete(c),v.unobserve(c)}}let ed={some:0,all:1};let InViewFeature=class InViewFeature extends Feature{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();let{viewport:c={}}=this.node.getProps(),{root:d,margin:p,amount:v="some",once:g}=c,I={root:d?d.current:void 0,rootMargin:p,threshold:"number"==typeof v?v:ed[v]};return observeIntersection(this.node.current,I,c=>{let{isIntersecting:d}=c;if(this.isInView===d||(this.isInView=d,g&&!d&&this.hasEnteredView))return;d&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",d);let{onViewportEnter:p,onViewportLeave:v}=this.node.getProps(),I=d?p:v;I&&I(c)})}mount(){this.startObserver()}update(){if("undefined"==typeof IntersectionObserver)return;let{props:c,prevProps:d}=this.node,p=["amount","margin","root"].some(hasViewportOptionChanged(c,d));p&&this.startObserver()}unmount(){}};function hasViewportOptionChanged({viewport:c={}},{viewport:d={}}={}){return p=>c[p]!==d[p]}let eu={inView:{Feature:InViewFeature},tap:{Feature:PressGesture},focus:{Feature:FocusGesture},hover:{Feature:HoverGesture}};function shallowCompare(c,d){if(!Array.isArray(d))return!1;let p=d.length;if(p!==c.length)return!1;for(let v=0;vPromise.all(g.animateTarget(c,v,p)):()=>Promise.resolve(),S=c.variantChildren&&c.variantChildren.size?(v=0)=>{let{delayChildren:g=0,staggerChildren:R,staggerDirection:S}=I;return animateChildren(c,d,g+v,R,S,p)}:()=>Promise.resolve(),{when:P}=I;if(!P)return Promise.all([R(),S(p.delay)]);{let[c,d]="beforeChildren"===P?[R,S]:[S,R];return c().then(()=>d())}}function animateChildren(c,d,p=0,v=0,g=1,I){let R=[],S=(c.variantChildren.size-1)*v,P=1===g?(c=0)=>c*v:(c=0)=>S-c*v;return Array.from(c.variantChildren).sort(sortByTreeOrder).forEach((c,v)=>{c.notify("AnimationStart",d),R.push(animateVariant(c,d,{...I,delay:p+P(v)}).then(()=>c.notify("AnimationComplete",d)))}),Promise.all(R)}function sortByTreeOrder(c,d){return c.sortNodePosition(d)}function animateVisualElement(c,d,p={}){let v;if(c.notify("AnimationStart",d),Array.isArray(d)){let g=d.map(d=>animateVariant(c,d,p));v=Promise.all(g)}else if("string"==typeof d)v=animateVariant(c,d,p);else{let I="function"==typeof d?g.resolveVariant(c,d,p.custom):d;v=Promise.all(g.animateTarget(c,I,p))}return v.then(()=>c.notify("AnimationComplete",d))}let ep=[...g.variantPriorityOrder].reverse(),eh=g.variantPriorityOrder.length;function animateList(c){return d=>Promise.all(d.map(({animation:d,options:p})=>animateVisualElement(c,d,p)))}function createAnimationState(c){let d=animateList(c),p=createState(),v=!0,buildResolvedTypeValues=(d,p)=>{let v=g.resolveVariant(c,p);if(v){let{transition:c,transitionEnd:p,...g}=v;d={...d,...g,...p}}return d};function animateChanges(I,R){let S=c.getProps(),P=c.getVariantContext(!0)||{},j=[],T=new Set,N={},$=1/0;for(let d=0;d$&&en,ei=Array.isArray(ea)?ea:[ea],es=ei.reduce(buildResolvedTypeValues,{});!1===er&&(es={});let{prevResolvedValues:ed={}}=et,eu={...ed,...es},markToAnimate=c=>{ec=!0,T.delete(c),et.needsAnimating[c]=!0};for(let c in eu){let d=es[c],p=ed[c];N.hasOwnProperty(c)||(d!==p?g.isKeyframesTarget(d)&&g.isKeyframesTarget(p)?!shallowCompare(d,p)||el?markToAnimate(c):et.protectedKeys[c]=!0:void 0!==d?markToAnimate(c):T.add(c):void 0!==d&&T.has(c)?markToAnimate(c):et.protectedKeys[c]=!0)}et.prevProp=ea,et.prevResolvedValues=es,et.isActive&&(N={...N,...es}),v&&c.blockInitialAnimation&&(ec=!1),ec&&!eo&&j.push(...ei.map(c=>({animation:c,options:{type:U,...I}})))}if(T.size){let d={};T.forEach(p=>{let v=c.getBaseTarget(p);void 0!==v&&(d[p]=v)}),j.push({animation:d})}let U=!!j.length;return v&&!1===S.initial&&!c.manuallyAnimateOnMount&&(U=!1),v=!1,U?d(j):Promise.resolve()}function setActive(d,v,g){var I;if(p[d].isActive===v)return Promise.resolve();null===(I=c.variantChildren)||void 0===I||I.forEach(c=>{var p;return null===(p=c.animationState)||void 0===p?void 0:p.setActive(d,v)}),p[d].isActive=v;let R=animateChanges(g,d);for(let c in p)p[c].protectedKeys={};return R}return{animateChanges,setActive,setAnimateFunction:function(p){d=p(c)},getState:()=>p}}function checkVariantsDidChange(c,d){return"string"==typeof d?d!==c:!!Array.isArray(d)&&!shallowCompare(d,c)}function createTypeState(c=!1){return{isActive:c,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(c){super(c),c.animationState||(c.animationState=createAnimationState(c))}updateAnimationControlsSubscription(){let{animate:c}=this.node.getProps();this.unmount(),g.isAnimationControls(c)&&(this.unmount=c.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){let{animate:c}=this.node.getProps(),{animate:d}=this.node.prevProps||{};c!==d&&this.updateAnimationControlsSubscription()}unmount(){}};let ev=0;let ExitAnimationFeature=class ExitAnimationFeature extends Feature{constructor(){super(...arguments),this.id=ev++}update(){if(!this.node.presenceContext)return;let{isPresent:c,onExitComplete:d,custom:p}=this.node.presenceContext,{isPresent:v}=this.node.prevPresenceContext||{};if(!this.node.animationState||c===v)return;let g=this.node.animationState.setActive("exit",!c,{custom:null!=p?p:this.node.getProps().custom});d&&!c&&g.then(()=>d(this.id))}mount(){let{register:c}=this.node.presenceContext||{};c&&(this.unmount=c(this.id))}unmount(){}};let eg={animation:{Feature:AnimationFeature},exit:{Feature:ExitAnimationFeature}};let PanSession=class PanSession{constructor(c,d,{transformPagePoint:p}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;let c=getPanInfo(this.lastMoveEventInfo,this.history),d=null!==this.startEvent,p=g.distance2D(c.offset,{x:0,y:0})>=3;if(!d&&!p)return;let{point:v}=c,{timestamp:I}=g.frameData;this.history.push({...v,timestamp:I});let{onStart:R,onMove:S}=this.handlers;d||(R&&R(this.lastMoveEvent,c),this.startEvent=this.lastMoveEvent),S&&S(this.lastMoveEvent,c)},this.handlePointerMove=(c,d)=>{this.lastMoveEvent=c,this.lastMoveEventInfo=transformPoint(d,this.transformPagePoint),g.frame.update(this.updatePoint,!0)},this.handlePointerUp=(c,d)=>{if(this.end(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;let{onEnd:p,onSessionEnd:v}=this.handlers,g=getPanInfo("pointercancel"===c.type?this.lastMoveEventInfo:transformPoint(d,this.transformPagePoint),this.history);this.startEvent&&p&&p(c,g),v&&v(c,g)},!isPrimaryPointer(c))return;this.handlers=d,this.transformPagePoint=p;let v=extractEventInfo(c),I=transformPoint(v,this.transformPagePoint),{point:R}=I,{timestamp:S}=g.frameData;this.history=[{...R,timestamp:S}];let{onSessionStart:P}=d;P&&P(c,getPanInfo(I,this.history)),this.removeListeners=g.pipe(addPointerEvent(window,"pointermove",this.handlePointerMove),addPointerEvent(window,"pointerup",this.handlePointerUp),addPointerEvent(window,"pointercancel",this.handlePointerUp))}updateHandlers(c){this.handlers=c}end(){this.removeListeners&&this.removeListeners(),g.cancelFrame(this.updatePoint)}};function transformPoint(c,d){return d?{point:d(c.point)}:c}function subtractPoint(c,d){return{x:c.x-d.x,y:c.y-d.y}}function getPanInfo({point:c},d){return{point:c,delta:subtractPoint(c,lastDevicePoint(d)),offset:subtractPoint(c,startDevicePoint(d)),velocity:getVelocity(d,.1)}}function startDevicePoint(c){return c[0]}function lastDevicePoint(c){return c[c.length-1]}function getVelocity(c,d){if(c.length<2)return{x:0,y:0};let p=c.length-1,v=null,I=lastDevicePoint(c);for(;p>=0&&(v=c[p],!(I.timestamp-v.timestamp>g.secondsToMilliseconds(d)));)p--;if(!v)return{x:0,y:0};let R=g.millisecondsToSeconds(I.timestamp-v.timestamp);if(0===R)return{x:0,y:0};let S={x:(I.x-v.x)/R,y:(I.y-v.y)/R};return S.x===1/0&&(S.x=0),S.y===1/0&&(S.y=0),S}function calcLength(c){return c.max-c.min}function isNear(c,d=0,p=.01){return Math.abs(c-d)<=p}function calcAxisDelta(c,d,p,v=.5){c.origin=v,c.originPoint=g.mix(d.min,d.max,c.origin),c.scale=calcLength(p)/calcLength(d),(isNear(c.scale,1,1e-4)||isNaN(c.scale))&&(c.scale=1),c.translate=g.mix(p.min,p.max,c.origin)-c.originPoint,(isNear(c.translate)||isNaN(c.translate))&&(c.translate=0)}function calcBoxDelta(c,d,p,v){calcAxisDelta(c.x,d.x,p.x,v?v.originX:void 0),calcAxisDelta(c.y,d.y,p.y,v?v.originY:void 0)}function calcRelativeAxis(c,d,p){c.min=p.min+d.min,c.max=c.min+calcLength(d)}function calcRelativeBox(c,d,p){calcRelativeAxis(c.x,d.x,p.x),calcRelativeAxis(c.y,d.y,p.y)}function calcRelativeAxisPosition(c,d,p){c.min=d.min-p.min,c.max=c.min+calcLength(d)}function calcRelativePosition(c,d,p){calcRelativeAxisPosition(c.x,d.x,p.x),calcRelativeAxisPosition(c.y,d.y,p.y)}function applyConstraints(c,{min:d,max:p},v){return void 0!==d&&cp&&(c=v?g.mix(p,c,v.max):Math.min(c,p)),c}function calcRelativeAxisConstraints(c,d,p){return{min:void 0!==d?c.min+d:void 0,max:void 0!==p?c.max+p-(c.max-c.min):void 0}}function calcRelativeConstraints(c,{top:d,left:p,bottom:v,right:g}){return{x:calcRelativeAxisConstraints(c.x,p,g),y:calcRelativeAxisConstraints(c.y,d,v)}}function calcViewportAxisConstraints(c,d){let p=d.min-c.min,v=d.max-c.max;return d.max-d.minv?p=g.progress(d.min,d.max-v,c.min):v>I&&(p=g.progress(c.min,c.max-I,d.min)),g.clamp(0,1,p)}function rebaseAxisConstraints(c,d){let p={};return void 0!==d.min&&(p.min=d.min-c.min),void 0!==d.max&&(p.max=d.max-c.min),p}function resolveDragElastic(c=.35){return!1===c?c=0:!0===c&&(c=.35),{x:resolveAxisElastic(c,"left","right"),y:resolveAxisElastic(c,"top","bottom")}}function resolveAxisElastic(c,d,p){return{min:resolvePointElastic(c,d),max:resolvePointElastic(c,p)}}function resolvePointElastic(c,d){return"number"==typeof c?c:c[d]||0}function eachAxis(c){return[c("x"),c("y")]}let ey=new WeakMap;let VisualElementDragControls=class VisualElementDragControls{constructor(c){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=g.createBox(),this.visualElement=c}start(c,{snapToCursor:d=!1}={}){let{presenceContext:p}=this.visualElement;p&&!1===p.isPresent||(this.panSession=new PanSession(c,{onSessionStart:c=>{this.stopAnimation(),d&&this.snapToCursor(extractEventInfo(c,"page").point)},onStart:(c,d)=>{let{drag:p,dragPropagation:v,onDragStart:I}=this.getProps();if(p&&!v&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=getGlobalLock(p),!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(c=>{let d=this.getAxisMotionValue(c).get()||0;if(g.percent.test(d)){let{projection:p}=this.visualElement;if(p&&p.layout){let v=p.layout.layoutBox[c];if(v){let c=calcLength(v);d=c*(parseFloat(d)/100)}}}this.originPoint[c]=d}),I&&g.frame.update(()=>I(c,d),!1,!0);let{animationState:R}=this.visualElement;R&&R.setActive("whileDrag",!0)},onMove:(c,d)=>{let{dragPropagation:p,dragDirectionLock:v,onDirectionLock:g,onDrag:I}=this.getProps();if(!p&&!this.openGlobalLock)return;let{offset:R}=d;if(v&&null===this.currentDirection){this.currentDirection=getCurrentDirection(R),null!==this.currentDirection&&g&&g(this.currentDirection);return}this.updateAxis("x",d.point,R),this.updateAxis("y",d.point,R),this.visualElement.render(),I&&I(c,d)},onSessionEnd:(c,d)=>this.stop(c,d)},{transformPagePoint:this.visualElement.getTransformPagePoint()}))}stop(c,d){let p=this.isDragging;if(this.cancel(),!p)return;let{velocity:v}=d;this.startAnimation(v);let{onDragEnd:I}=this.getProps();I&&g.frame.update(()=>I(c,d))}cancel(){this.isDragging=!1;let{projection:c,animationState:d}=this.visualElement;c&&(c.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;let{dragPropagation:p}=this.getProps();!p&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),d&&d.setActive("whileDrag",!1)}updateAxis(c,d,p){let{drag:v}=this.getProps();if(!p||!shouldDrag(c,v,this.currentDirection))return;let g=this.getAxisMotionValue(c),I=this.originPoint[c]+p[c];this.constraints&&this.constraints[c]&&(I=applyConstraints(I,this.constraints[c],this.elastic[c])),g.set(I)}resolveConstraints(){let{dragConstraints:c,dragElastic:d}=this.getProps(),{layout:p}=this.visualElement.projection||{},v=this.constraints;c&&g.isRefObject(c)?this.constraints||(this.constraints=this.resolveRefConstraints()):c&&p?this.constraints=calcRelativeConstraints(p.layoutBox,c):this.constraints=!1,this.elastic=resolveDragElastic(d),v!==this.constraints&&p&&this.constraints&&!this.hasMutatedConstraints&&eachAxis(c=>{this.getAxisMotionValue(c)&&(this.constraints[c]=rebaseAxisConstraints(p.layoutBox[c],this.constraints[c]))})}resolveRefConstraints(){let{dragConstraints:c,onMeasureDragConstraints:d}=this.getProps();if(!c||!g.isRefObject(c))return!1;let p=c.current;g.invariant(null!==p,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");let{projection:v}=this.visualElement;if(!v||!v.layout)return!1;let I=g.measurePageBox(p,v.root,this.visualElement.getTransformPagePoint()),R=calcViewportConstraints(v.layout.layoutBox,I);if(d){let c=d(g.convertBoxToBoundingBox(R));this.hasMutatedConstraints=!!c,c&&(R=g.convertBoundingBoxToBox(c))}return R}startAnimation(c){let{drag:d,dragMomentum:p,dragElastic:v,dragTransition:g,dragSnapToOrigin:I,onDragTransitionEnd:R}=this.getProps(),S=this.constraints||{},P=eachAxis(R=>{if(!shouldDrag(R,d,this.currentDirection))return;let P=S&&S[R]||{};I&&(P={min:0,max:0});let j={type:"inertia",velocity:p?c[R]:0,bounceStiffness:v?200:1e6,bounceDamping:v?40:1e7,timeConstant:750,restDelta:1,restSpeed:10,...g,...P};return this.startAxisValueAnimation(R,j)});return Promise.all(P).then(R)}startAxisValueAnimation(c,d){let p=this.getAxisMotionValue(c);return p.start(g.animateMotionValue(c,p,0,d))}stopAnimation(){eachAxis(c=>this.getAxisMotionValue(c).stop())}getAxisMotionValue(c){let d="_drag"+c.toUpperCase(),p=this.visualElement.getProps(),v=p[d];return v||this.visualElement.getValue(c,(p.initial?p.initial[c]:void 0)||0)}snapToCursor(c){eachAxis(d=>{let{drag:p}=this.getProps();if(!shouldDrag(d,p,this.currentDirection))return;let{projection:v}=this.visualElement,I=this.getAxisMotionValue(d);if(v&&v.layout){let{min:p,max:R}=v.layout.layoutBox[d];I.set(c[d]-g.mix(p,R,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;let{drag:c,dragConstraints:d}=this.getProps(),{projection:p}=this.visualElement;if(!g.isRefObject(d)||!p||!this.constraints)return;this.stopAnimation();let v={x:0,y:0};eachAxis(c=>{let d=this.getAxisMotionValue(c);if(d){let p=d.get();v[c]=calcOrigin({min:p,max:p},this.constraints[c])}});let{transformTemplate:I}=this.visualElement.getProps();this.visualElement.current.style.transform=I?I({},""):"none",p.root&&p.root.updateScroll(),p.updateLayout(),this.resolveConstraints(),eachAxis(d=>{if(!shouldDrag(d,c,null))return;let p=this.getAxisMotionValue(d),{min:I,max:R}=this.constraints[d];p.set(g.mix(I,R,v[d]))})}addListeners(){if(!this.visualElement.current)return;ey.set(this.visualElement,this);let c=this.visualElement.current,d=addPointerEvent(c,"pointerdown",c=>{let{drag:d,dragListener:p=!0}=this.getProps();d&&p&&this.start(c)}),measureDragConstraints=()=>{let{dragConstraints:c}=this.getProps();g.isRefObject(c)&&(this.constraints=this.resolveRefConstraints())},{projection:p}=this.visualElement,v=p.addEventListener("measure",measureDragConstraints);p&&!p.layout&&(p.root&&p.root.updateScroll(),p.updateLayout()),measureDragConstraints();let I=addDomEvent(window,"resize",()=>this.scalePositionWithinConstraints()),R=p.addEventListener("didUpdate",({delta:c,hasLayoutChanged:d})=>{this.isDragging&&d&&(eachAxis(d=>{let p=this.getAxisMotionValue(d);p&&(this.originPoint[d]+=c[d].translate,p.set(p.get()+c[d].translate))}),this.visualElement.render())});return()=>{I(),d(),v(),R&&R()}}getProps(){let c=this.visualElement.getProps(),{drag:d=!1,dragDirectionLock:p=!1,dragPropagation:v=!1,dragConstraints:g=!1,dragElastic:I=.35,dragMomentum:R=!0}=c;return{...c,drag:d,dragDirectionLock:p,dragPropagation:v,dragConstraints:g,dragElastic:I,dragMomentum:R}}};function shouldDrag(c,d,p){return(!0===d||d===c)&&(null===p||p===c)}function getCurrentDirection(c,d=10){let p=null;return Math.abs(c.y)>d?p="y":Math.abs(c.x)>d&&(p="x"),p}let DragGesture=class DragGesture extends Feature{constructor(c){super(c),this.removeGroupControls=g.noop,this.removeListeners=g.noop,this.controls=new VisualElementDragControls(c)}mount(){let{dragControls:c}=this.node.getProps();c&&(this.removeGroupControls=c.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||g.noop}unmount(){this.removeGroupControls(),this.removeListeners()}};let asyncHandler=c=>(d,p)=>{c&&g.frame.update(()=>c(d,p))};let PanGesture=class PanGesture extends Feature{constructor(){super(...arguments),this.removePointerDownListener=g.noop}onPointerDown(c){this.session=new PanSession(c,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint()})}createPanHandlers(){let{onPanSessionStart:c,onPanStart:d,onPan:p,onPanEnd:v}=this.node.getProps();return{onSessionStart:asyncHandler(c),onStart:asyncHandler(d),onMove:p,onEnd:(c,d)=>{delete this.session,v&&g.frame.update(()=>v(c,d))}}}mount(){this.removePointerDownListener=addPointerEvent(this.node.current,"pointerdown",c=>this.onPointerDown(c))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}};let ef=["TopLeft","TopRight","BottomLeft","BottomRight"],em=ef.length,asNumber=c=>"string"==typeof c?parseFloat(c):c,isPx=c=>"number"==typeof c||g.px.test(c);function mixValues(c,d,p,v,I,R){I?(c.opacity=g.mix(0,void 0!==p.opacity?p.opacity:1,ek(v)),c.opacityExit=g.mix(void 0!==d.opacity?d.opacity:1,0,eM(v))):R&&(c.opacity=g.mix(void 0!==d.opacity?d.opacity:1,void 0!==p.opacity?p.opacity:1,v));for(let I=0;Ivd?1:p(g.progress(c,d,v))}function copyAxisInto(c,d){c.min=d.min,c.max=d.max}function copyBoxInto(c,d){copyAxisInto(c.x,d.x),copyAxisInto(c.y,d.y)}function removePointDelta(c,d,p,v,I){return c-=d,c=g.scalePoint(c,1/p,v),void 0!==I&&(c=g.scalePoint(c,1/I,v)),c}function removeAxisDelta(c,d=0,p=1,v=.5,I,R=c,S=c){if(g.percent.test(d)){d=parseFloat(d);let c=g.mix(S.min,S.max,d/100);d=c-S.min}if("number"!=typeof d)return;let P=g.mix(R.min,R.max,v);c===R&&(P-=d),c.min=removePointDelta(c.min,d,p,P,I),c.max=removePointDelta(c.max,d,p,P,I)}function removeAxisTransforms(c,d,[p,v,g],I,R){removeAxisDelta(c,d[p],d[v],d[g],d.scale,I,R)}let eb=["x","scaleX","originX"],eI=["y","scaleY","originY"];function removeBoxTransforms(c,d,p,v){removeAxisTransforms(c.x,d,eb,p?p.x:void 0,v?v.x:void 0),removeAxisTransforms(c.y,d,eI,p?p.y:void 0,v?v.y:void 0)}function isAxisDeltaZero(c){return 0===c.translate&&1===c.scale}function isDeltaZero(c){return isAxisDeltaZero(c.x)&&isAxisDeltaZero(c.y)}function boxEquals(c,d){return c.x.min===d.x.min&&c.x.max===d.x.max&&c.y.min===d.y.min&&c.y.max===d.y.max}function boxEqualsRounded(c,d){return Math.round(c.x.min)===Math.round(d.x.min)&&Math.round(c.x.max)===Math.round(d.x.max)&&Math.round(c.y.min)===Math.round(d.y.min)&&Math.round(c.y.max)===Math.round(d.y.max)}function aspectRatio(c){return calcLength(c.x)/calcLength(c.y)}let NodeStack=class NodeStack{constructor(){this.members=[]}add(c){g.addUniqueItem(this.members,c),c.scheduleRender()}remove(c){if(g.removeItem(this.members,c),c===this.prevLead&&(this.prevLead=void 0),c===this.lead){let c=this.members[this.members.length-1];c&&this.promote(c)}}relegate(c){let d;let p=this.members.findIndex(d=>c===d);if(0===p)return!1;for(let c=p;c>=0;c--){let p=this.members[c];if(!1!==p.isPresent){d=p;break}}return!!d&&(this.promote(d),!0)}promote(c,d){let p=this.lead;if(c!==p&&(this.prevLead=p,this.lead=c,c.show(),p)){p.instance&&p.scheduleRender(),c.scheduleRender(),c.resumeFrom=p,d&&(c.resumeFrom.preserveOpacity=!0),p.snapshot&&(c.snapshot=p.snapshot,c.snapshot.latestValues=p.animationValues||p.latestValues),c.root&&c.root.isUpdating&&(c.isLayoutDirty=!0);let{crossfade:v}=c.options;!1===v&&p.hide()}}exitAnimationComplete(){this.members.forEach(c=>{let{options:d,resumingFrom:p}=c;d.onExitComplete&&d.onExitComplete(),p&&p.options.onExitComplete&&p.options.onExitComplete()})}scheduleRender(){this.members.forEach(c=>{c.instance&&c.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}};function buildProjectionTransform(c,d,p){let v="",g=c.x.translate/d.x,I=c.y.translate/d.y;if((g||I)&&(v=`translate3d(${g}px, ${I}px, 0) `),(1!==d.x||1!==d.y)&&(v+=`scale(${1/d.x}, ${1/d.y}) `),p){let{rotate:c,rotateX:d,rotateY:g}=p;c&&(v+=`rotate(${c}deg) `),d&&(v+=`rotateX(${d}deg) `),g&&(v+=`rotateY(${g}deg) `)}let R=c.x.scale*d.x,S=c.y.scale*d.y;return(1!==R||1!==S)&&(v+=`scale(${R}, ${S})`),v||"none"}let compareByDepth=(c,d)=>c.depth-d.depth;let FlatTree=class FlatTree{constructor(){this.children=[],this.isDirty=!1}add(c){g.addUniqueItem(this.children,c),this.isDirty=!0}remove(c){g.removeItem(this.children,c),this.isDirty=!0}forEach(c){this.isDirty&&this.children.sort(compareByDepth),this.isDirty=!1,this.children.forEach(c)}};let eC={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function record(c){window.MotionDebug&&window.MotionDebug.record(c)}let ex=["","X","Y","Z"],eR=0,eS={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0};function createProjectionNode({attachResizeListener:c,defaultParent:d,measureScroll:p,checkIsScrollRoot:v,resetTransform:I}){return class{constructor(c={},p=null==d?void 0:d()){this.id=eR++,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=()=>{eS.totalNodes=eS.resolvedTargetDeltas=eS.recalculatedProjection=0,this.nodes.forEach(propagateDirtyNodes),this.nodes.forEach(resolveTargetDelta),this.nodes.forEach(calcProjection),this.nodes.forEach(cleanDirtyNodes),record(eS)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=c,this.root=p?p.root||p:this,this.path=p?[...p.path,p]:[],this.parent=p,this.depth=p?p.depth+1:0;for(let c=0;cthis.root.updateBlockedByResize=!1;c(d,()=>{this.root.updateBlockedByResize=!0,p&&p(),p=g.delay(resizeUnblockUpdate,250),eC.hasAnimatedSinceResize&&(eC.hasAnimatedSinceResize=!1,this.nodes.forEach(finishAnimation))})}v&&this.root.registerSharedNode(v,this),!1!==this.options.animate&&R&&(v||I)&&this.addEventListener("didUpdate",({delta:c,hasLayoutChanged:d,hasRelativeTargetChanged:p,layout:v})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}let I=this.options.transition||R.getDefaultTransition()||e_,{onLayoutAnimationStart:S,onLayoutAnimationComplete:P}=R.getProps(),j=!this.targetLayout||!boxEqualsRounded(this.targetLayout,v)||p,T=!d&&p;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||T||d&&(j||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(c,T);let d={...g.getValueTransition(I,"layout"),onPlay:S,onComplete:P};(R.shouldReduceMotion||this.options.layoutRoot)&&(d.delay=0,d.type=!1),this.startAnimation(d)}else d||finishAnimation(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=v})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);let c=this.getStack();c&&c.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,g.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:c}=this.options;return c&&c.getProps().transformTemplate}willUpdate(c=!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 c=0;cthis.update()))}clearAllSnapshots(){this.nodes.forEach(clearSnapshot),this.sharedNodes.forEach(removeLeadSnapshots)}scheduleUpdateProjection(){g.frame.preRender(this.updateProjection,!1,!0)}scheduleCheckAfterUnmount(){g.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 c=0;c{let v=d/1e3;mixAxisDelta(S.x,c.x,v),mixAxisDelta(S.y,c.y,v),this.setTargetDelta(S),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(calcRelativePosition(P,this.layout.layoutBox,this.relativeParent.layout.layoutBox),mixBox(this.relativeTarget,this.relativeTargetOrigin,P,v),p&&boxEquals(this.relativeTarget,p)&&(this.isProjectionDirty=!1),p||(p=g.createBox()),copyBoxInto(p,this.relativeTarget)),N&&(this.animationValues=R,mixValues(R,I,this.latestValues,v,et,U)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=v},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(c){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(g.cancelFrame(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=g.frame.update(()=>{eC.hasAnimatedSinceResize=!0,this.currentAnimation=g.animateSingleValue(0,1e3,{...c,onUpdate:d=>{this.mixTargetDelta(d),c.onUpdate&&c.onUpdate(d)},onComplete:()=>{c.onComplete&&c.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 c=this.getStack();c&&c.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 c=this.getLead(),{targetWithTransforms:d,target:p,layout:v,latestValues:I}=c;if(d&&p&&v){if(this!==c&&this.layout&&v&&shouldAnimatePositionOnly(this.options.animationType,this.layout.layoutBox,v.layoutBox)){p=this.target||g.createBox();let d=calcLength(this.layout.layoutBox.x);p.x.min=c.target.x.min,p.x.max=p.x.min+d;let v=calcLength(this.layout.layoutBox.y);p.y.min=c.target.y.min,p.y.max=p.y.min+v}copyBoxInto(d,p),g.transformBox(d,I),calcBoxDelta(this.projectionDeltaWithTransform,this.layoutCorrected,d,I)}}registerSharedNode(c,d){this.sharedNodes.has(c)||this.sharedNodes.set(c,new NodeStack);let p=this.sharedNodes.get(c);p.add(d);let v=d.options.initialPromotionConfig;d.promote({transition:v?v.transition:void 0,preserveFollowOpacity:v&&v.shouldPreserveFollowOpacity?v.shouldPreserveFollowOpacity(d):void 0})}isLead(){let c=this.getStack();return!c||c.lead===this}getLead(){var c;let{layoutId:d}=this.options;return d&&(null===(c=this.getStack())||void 0===c?void 0:c.lead)||this}getPrevLead(){var c;let{layoutId:d}=this.options;return d?null===(c=this.getStack())||void 0===c?void 0:c.prevLead:void 0}getStack(){let{layoutId:c}=this.options;if(c)return this.root.sharedNodes.get(c)}promote({needsReset:c,transition:d,preserveFollowOpacity:p}={}){let v=this.getStack();v&&v.promote(this,p),c&&(this.projectionDelta=void 0,this.needsReset=!0),d&&this.setOptions({transition:d})}relegate(){let c=this.getStack();return!!c&&c.relegate(this)}resetRotation(){let{visualElement:c}=this.options;if(!c)return;let d=!1,{latestValues:p}=c;if((p.rotate||p.rotateX||p.rotateY||p.rotateZ)&&(d=!0),!d)return;let v={};for(let d=0;d{var d;return null===(d=c.currentAnimation)||void 0===d?void 0:d.stop()}),this.root.nodes.forEach(clearMeasurements),this.root.sharedNodes.clear()}}}function updateLayout(c){c.updateLayout()}function notifyLayoutUpdate(c){var d;let p=(null===(d=c.resumeFrom)||void 0===d?void 0:d.snapshot)||c.snapshot;if(c.isLead()&&c.layout&&p&&c.hasListeners("didUpdate")){let{layoutBox:d,measuredBox:v}=c.layout,{animationType:I}=c.options,R=p.source!==c.layout.source;"size"===I?eachAxis(c=>{let v=R?p.measuredBox[c]:p.layoutBox[c],g=calcLength(v);v.min=d[c].min,v.max=v.min+g}):shouldAnimatePositionOnly(I,p.layoutBox,d)&&eachAxis(v=>{let g=R?p.measuredBox[v]:p.layoutBox[v],I=calcLength(d[v]);g.max=g.min+I,c.relativeTarget&&!c.currentAnimation&&(c.isProjectionDirty=!0,c.relativeTarget[v].max=c.relativeTarget[v].min+I)});let S=g.createDelta();calcBoxDelta(S,d,p.layoutBox);let P=g.createDelta();R?calcBoxDelta(P,c.applyTransform(v,!0),p.measuredBox):calcBoxDelta(P,d,p.layoutBox);let j=!isDeltaZero(S),T=!1;if(!c.resumeFrom){let v=c.getClosestProjectingParent();if(v&&!v.resumeFrom){let{snapshot:I,layout:R}=v;if(I&&R){let S=g.createBox();calcRelativePosition(S,p.layoutBox,I.layoutBox);let P=g.createBox();calcRelativePosition(P,d,R.layoutBox),boxEqualsRounded(S,P)||(T=!0),v.options.layoutRoot&&(c.relativeTarget=P,c.relativeTargetOrigin=S,c.relativeParent=v)}}}c.notifyListeners("didUpdate",{layout:d,snapshot:p,delta:P,layoutDelta:S,hasLayoutChanged:j,hasRelativeTargetChanged:T})}else if(c.isLead()){let{onExitComplete:d}=c.options;d&&d()}c.options.transition=void 0}function propagateDirtyNodes(c){eS.totalNodes++,c.parent&&(c.isProjecting()||(c.isProjectionDirty=c.parent.isProjectionDirty),c.isSharedProjectionDirty||(c.isSharedProjectionDirty=!!(c.isProjectionDirty||c.parent.isProjectionDirty||c.parent.isSharedProjectionDirty)),c.isTransformDirty||(c.isTransformDirty=c.parent.isTransformDirty))}function cleanDirtyNodes(c){c.isProjectionDirty=c.isSharedProjectionDirty=c.isTransformDirty=!1}function clearSnapshot(c){c.clearSnapshot()}function clearMeasurements(c){c.clearMeasurements()}function clearIsLayoutDirty(c){c.isLayoutDirty=!1}function resetTransformStyle(c){let{visualElement:d}=c.options;d&&d.getProps().onBeforeLayoutMeasure&&d.notify("BeforeLayoutMeasure"),c.resetTransform()}function finishAnimation(c){c.finishAnimation(),c.targetDelta=c.relativeTarget=c.target=void 0,c.isProjectionDirty=!0}function resolveTargetDelta(c){c.resolveTargetDelta()}function calcProjection(c){c.calcProjection()}function resetRotation(c){c.resetRotation()}function removeLeadSnapshots(c){c.removeLeadSnapshot()}function mixAxisDelta(c,d,p){c.translate=g.mix(d.translate,0,p),c.scale=g.mix(d.scale,1,p),c.origin=d.origin,c.originPoint=d.originPoint}function mixAxis(c,d,p,v){c.min=g.mix(d.min,p.min,v),c.max=g.mix(d.max,p.max,v)}function mixBox(c,d,p,v){mixAxis(c.x,d.x,p.x,v),mixAxis(c.y,d.y,p.y,v)}function hasOpacityCrossfade(c){return c.animationValues&&void 0!==c.animationValues.opacityExit}let e_={duration:.45,ease:[.4,0,.1,1]},userAgentContains=c=>"undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().includes(c),ew=userAgentContains("applewebkit/")&&!userAgentContains("chrome/")?Math.round:g.noop;function roundAxis(c){c.min=ew(c.min),c.max=ew(c.max)}function roundBox(c){roundAxis(c.x),roundAxis(c.y)}function shouldAnimatePositionOnly(c,d,p){return"position"===c||"preserve-aspect"===c&&!isNear(aspectRatio(d),aspectRatio(p),.2)}let eP=createProjectionNode({attachResizeListener:(c,d)=>addDomEvent(c,"resize",d),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),eO={current:void 0},eF=createProjectionNode({measureScroll:c=>({x:c.scrollLeft,y:c.scrollTop}),defaultParent:()=>{if(!eO.current){let c=new eP({});c.mount(window),c.setOptions({layoutScroll:!0}),eO.current=c}return eO.current},resetTransform:(c,d)=>{c.style.transform=void 0!==d?d:"none"},checkIsScrollRoot:c=>"fixed"===window.getComputedStyle(c).position}),notify=c=>!c.isLayoutDirty&&c.willUpdate(!1);function nodeGroup(){let c=new Set,d=new WeakMap,dirtyAll=()=>c.forEach(notify);return{add:p=>{c.add(p),d.set(p,p.addEventListener("willUpdate",dirtyAll))},remove:p=>{c.delete(p);let v=d.get(p);v&&(v(),d.delete(p)),dirtyAll()},dirty:dirtyAll}}function pixelsToPercent(c,d){return d.max===d.min?0:c/(d.max-d.min)*100}let ez={correct:(c,d)=>{if(!d.target)return c;if("string"==typeof c){if(!g.px.test(c))return c;c=parseFloat(c)}let p=pixelsToPercent(c,d.target.x),v=pixelsToPercent(c,d.target.y);return`${p}% ${v}%`}};function usePresence(){let c=v.useContext(j);if(null===c)return[!0,null];let{isPresent:d,onExitComplete:p,register:g}=c,I=v.useId();return v.useEffect(()=>g(I),[]),!d&&p?[!1,()=>p&&p(I)]:[!0]}function useIsPresent(){return isPresent(v.useContext(j))}function isPresent(c){return null===c||c.isPresent}let MeasureLayoutWithContext=class MeasureLayoutWithContext extends R.default.Component{componentDidMount(){let{visualElement:c,layoutGroup:d,switchLayoutGroup:p,layoutId:v}=this.props,{projection:I}=c;g.addScaleCorrector(eD),I&&(d.group&&d.group.add(I),p&&p.register&&v&&p.register(I),I.root.didUpdate(),I.addEventListener("animationComplete",()=>{this.safeToRemove()}),I.setOptions({...I.options,onExitComplete:()=>this.safeToRemove()})),eC.hasEverUpdated=!0}getSnapshotBeforeUpdate(c){let{layoutDependency:d,visualElement:p,drag:v,isPresent:I}=this.props,R=p.projection;return R&&(R.isPresent=I,v||c.layoutDependency!==d||void 0===d?R.willUpdate():this.safeToRemove(),c.isPresent===I||(I?R.promote():R.relegate()||g.frame.postRender(()=>{let c=R.getStack();c&&c.members.length||this.safeToRemove()}))),null}componentDidUpdate(){let{projection:c}=this.props.visualElement;c&&(c.root.didUpdate(),queueMicrotask(()=>{!c.currentAnimation&&c.isLead()&&this.safeToRemove()}))}componentWillUnmount(){let{visualElement:c,layoutGroup:d,switchLayoutGroup:p}=this.props,{projection:v}=c;v&&(v.scheduleCheckAfterUnmount(),d&&d.group&&d.group.remove(v),p&&p.deregister&&p.deregister(v))}safeToRemove(){let{safeToRemove:c}=this.props;c&&c()}render(){return null}};function MeasureLayout(c){let[d,p]=usePresence(),g=v.useContext($);return R.default.createElement(MeasureLayoutWithContext,{...c,layoutGroup:g,switchLayoutGroup:v.useContext(U),isPresent:d,safeToRemove:p})}let eD={borderRadius:{...ez,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:ez,borderTopRightRadius:ez,borderBottomLeftRadius:ez,borderBottomRightRadius:ez,boxShadow:{correct:(c,{treeScale:d,projectionDelta:p})=>{let v=g.complex.parse(c);if(v.length>5)return c;let I=g.complex.createTransformer(c),R="number"!=typeof v[0]?1:0,S=p.x.scale*d.x,P=p.y.scale*d.y;v[0+R]/=S,v[1+R]/=P;let j=g.mix(S,P,.5);return"number"==typeof v[2+R]&&(v[2+R]/=j),"number"==typeof v[3+R]&&(v[3+R]/=j),I(v)}}},eA={pan:{Feature:PanGesture},drag:{Feature:DragGesture,ProjectionNode:eF,MeasureLayout}},createDomVisualElement=(c,d)=>isSVGComponent(c)?new g.SVGVisualElement(d,{enableHardwareAcceleration:!1}):new g.HTMLVisualElement(d,{enableHardwareAcceleration:!0}),ej={layout:{ProjectionNode:eF,MeasureLayout}},eE={...eg,...eu,...eA,...ej},eT=createMotionProxy((c,d)=>createDomMotionConfig(c,d,eE,createDomVisualElement));function createDomMotionComponent(c){return createMotionComponent(createDomMotionConfig(c,{forwardMotionProps:!1},eE,createDomVisualElement))}let eB=createMotionProxy(createDomMotionConfig);function useIsMounted(){let c=v.useRef(!1);return T(()=>(c.current=!0,()=>{c.current=!1}),[]),c}function useForceUpdate(){let c=useIsMounted(),[d,p]=v.useState(0),I=v.useCallback(()=>{c.current&&p(d+1)},[d]),R=v.useCallback(()=>g.frame.postRender(I),[I]);return[R,d]}let PopChildMeasure=class PopChildMeasure extends I.Component{getSnapshotBeforeUpdate(c){let d=this.props.childRef.current;if(d&&c.isPresent&&!this.props.isPresent){let c=this.props.sizeRef.current;c.height=d.offsetHeight||0,c.width=d.offsetWidth||0,c.top=d.offsetTop,c.left=d.offsetLeft}return null}componentDidUpdate(){}render(){return this.props.children}};function PopChild({children:c,isPresent:d}){let p=v.useId(),g=v.useRef(null),R=v.useRef({width:0,height:0,top:0,left:0});return v.useInsertionEffect(()=>{let{width:c,height:v,top:I,left:S}=R.current;if(d||!g.current||!c||!v)return;g.current.dataset.motionPopId=p;let P=document.createElement("style");return document.head.appendChild(P),P.sheet&&P.sheet.insertRule(`
[data-motion-pop-id="${p}"] {
position: absolute !important;
width: ${c}px !important;
height: ${v}px !important;
top: ${I}px !important;
left: ${S}px !important;
}
`),()=>{document.head.removeChild(P)}},[d]),I.createElement(PopChildMeasure,{isPresent:d,childRef:g,sizeRef:R},I.cloneElement(c,{ref:g}))}let PresenceChild=({children:c,initial:d,isPresent:p,onExitComplete:g,custom:R,presenceAffectsLayout:S,mode:P})=>{let T=useConstant(newChildrenMap),N=v.useId(),$=v.useMemo(()=>({id:N,initial:d,isPresent:p,custom:R,onExitComplete:c=>{for(let d of(T.set(c,!0),T.values()))if(!d)return;g&&g()},register:c=>(T.set(c,!1),()=>T.delete(c))}),S?void 0:[p]);return v.useMemo(()=>{T.forEach((c,d)=>T.set(d,!1))},[p]),I.useEffect(()=>{p||T.size||!g||g()},[p]),"popLayout"===P&&(c=I.createElement(PopChild,{isPresent:p},c)),I.createElement(j.Provider,{value:$},c)};function newChildrenMap(){return new Map}function useUnmountEffect(c){return v.useEffect(()=>()=>c(),[])}let getChildKey=c=>c.key||"";function updateChildLookup(c,d){c.forEach(c=>{let p=getChildKey(c);d.set(p,c)})}function onlyElements(c){let d=[];return v.Children.forEach(c,c=>{v.isValidElement(c)&&d.push(c)}),d}function MotionConfig({children:c,isValidProp:d,...p}){d&&loadExternalIsValidProp(d),(p={...v.useContext(S),...p}).isStatic=useConstant(()=>p.isStatic);let g=v.useMemo(()=>p,[JSON.stringify(p.transition),p.transformPagePoint,p.reducedMotion]);return I.createElement(S.Provider,{value:g},c)}function LazyMotion({children:c,features:d,strict:p=!1}){let[,g]=v.useState(!isLazyBundle(d)),R=v.useRef(void 0);if(!isLazyBundle(d)){let{renderer:c,...p}=d;R.current=c,loadFeatures(p)}return v.useEffect(()=>{isLazyBundle(d)&&d().then(({renderer:c,...d})=>{loadFeatures(d),R.current=c,g(!0)})},[]),I.createElement(N.Provider,{value:{renderer:R.current,strict:p}},c)}function isLazyBundle(c){return"function"==typeof c}let eN=v.createContext(null),shouldInheritGroup=c=>!0===c,shouldInheritId=c=>shouldInheritGroup(!0===c)||"id"===c,LayoutGroup=({children:c,id:d,inherit:p=!0})=>{let g=v.useContext($),R=v.useContext(eN),[S,P]=useForceUpdate(),j=v.useRef(null),T=g.id||R;null===j.current&&(shouldInheritId(p)&&T&&(d=d?T+"-"+d:T),j.current={id:d,group:shouldInheritGroup(p)&&g.group||nodeGroup()});let N=v.useMemo(()=>({...j.current,forceRender:S}),[P]);return I.createElement($.Provider,{value:N},c)},eL=v.createContext(null);function checkReorder(c,d,p,v){if(!v)return c;let I=c.findIndex(c=>c.value===d);if(-1===I)return c;let R=v>0?1:-1,S=c[I+R];if(!S)return c;let P=c[I],j=S.layout,T=g.mix(j.min,j.max,.5);return 1===R&&P.layout.max+p>T||-1===R&&P.layout.min+peT(d)),N=[],$=v.useRef(!1);return g.invariant(!!S,"Reorder.Group must be provided a values prop"),v.useEffect(()=>{$.current=!1}),I.createElement(T,{...P,ref:j,ignoreStrict:!0},I.createElement(eL.Provider,{value:{axis:p,registerItem:(c,d)=>{d&&-1===N.findIndex(d=>c===d.value)&&(N.push({value:c,layout:d[p]}),N.sort(compareMin))},updateOrder:(c,d,p)=>{if($.current)return;let v=checkReorder(N,c,d,p);N!==v&&($.current=!0,R(v.map(getValue).filter(c=>-1!==S.indexOf(c))))}}},c))}let e$=v.forwardRef(ReorderGroup);function getValue(c){return c.value}function compareMin(c,d){return c.layout.min-d.layout.min}function useMotionValue(c){let d=useConstant(()=>g.motionValue(c)),{isStatic:p}=v.useContext(S);if(p){let[,p]=v.useState(c);v.useEffect(()=>d.on("change",p),[])}return d}function useCombineMotionValues(c,d){let p=useMotionValue(d()),updateValue=()=>p.set(d());return updateValue(),T(()=>{let scheduleUpdate=()=>g.frame.update(updateValue,!1,!0),d=c.map(c=>c.on("change",scheduleUpdate));return()=>{d.forEach(c=>c()),g.cancelFrame(updateValue)}}),p}function useComputed(c){g.collectMotionValues.current=[],c();let d=useCombineMotionValues(g.collectMotionValues.current,c);return g.collectMotionValues.current=void 0,d}function useTransform(c,d,p,v){if("function"==typeof c)return useComputed(c);let I="function"==typeof d?d:g.transform(d,p,v);return Array.isArray(c)?useListTransform(c,I):useListTransform([c],([c])=>I(c))}function useListTransform(c,d){let p=useConstant(()=>[]);return useCombineMotionValues(c,()=>{p.length=0;let v=c.length;for(let d=0;deT(R)),$=v.useContext(eL),U={x:useDefaultMotionValue(d.x),y:useDefaultMotionValue(d.y)},et=useTransform([U.x,U.y],([c,d])=>c||d?1:"unset"),ea=v.useRef(null);g.invariant(!!$,"Reorder.Item must be a child of Reorder.Group");let{axis:en,registerItem:er,updateOrder:eo}=$;return v.useEffect(()=>{er(p,ea.current)},[$]),I.createElement(N,{drag:en,...j,dragSnapToOrigin:!0,style:{...d,x:U.x,y:U.y,zIndex:et},layout:P,onDrag:(c,d)=>{let{velocity:v}=d;v[en]&&eo(p,U[en].get(),v[en]),S&&S(c,d)},onLayoutMeasure:c=>{ea.current=c},ref:T,ignoreStrict:!0},c)}let eW=v.forwardRef(ReorderItem),eH={renderer:createDomVisualElement,...eg,...eu},eV={...eH,...eA,...ej};function useMotionTemplate(c,...d){let p=c.length;function buildValue(){let v="";for(let I=0;I{I.current&&I.current.stop()};return v.useInsertionEffect(()=>R.attach((c,v)=>{if(p)return v(c);if(stopAnimation(),I.current=g.animateValue({keyframes:[R.get(),c],velocity:R.getVelocity(),type:"spring",restDelta:.001,restSpeed:.01,...d,onUpdate:v}),!g.frameData.isProcessing){let c=performance.now()-g.frameData.timestamp;c<30&&(I.current.time=g.millisecondsToSeconds(c))}return R.get()},stopAnimation),[JSON.stringify(d)]),T(()=>{if(g.isMotionValue(c))return c.on("change",c=>R.set(parseFloat(c)))},[R]),R}function useMotionValueEvent(c,d,p){v.useInsertionEffect(()=>c.on(d,p),[c,d,p])}function useVelocity(c){let d=useMotionValue(c.getVelocity());return useMotionValueEvent(c,"velocityChange",c=>{d.set(c)}),d}function refWarning(c,d){g.warning(!!(!d||d.current),`You have defined a ${c} 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:g.motionValue(0),scrollY:g.motionValue(0),scrollXProgress:g.motionValue(0),scrollYProgress:g.motionValue(0)});function useScroll({container:c,target:d,layoutEffect:p=!0,...I}={}){let R=useConstant(createScrollMotionValues),S=p?T:v.useEffect;return S(()=>(refWarning("target",d),refWarning("container",c),g.scrollInfo(({x:c,y:d})=>{R.scrollX.set(c.current),R.scrollXProgress.set(c.progress),R.scrollY.set(d.current),R.scrollYProgress.set(d.progress)},{...I,container:(null==c?void 0:c.current)||void 0,target:(null==d?void 0:d.current)||void 0})),[c,d,JSON.stringify(I.offset)]),R}function useElementScroll(c){return useScroll({container:c})}function useViewportScroll(){return useScroll()}function useAnimationFrame(c){let d=v.useRef(0),{isStatic:p}=v.useContext(S);v.useEffect(()=>{if(p)return;let provideTimeSinceStart=({timestamp:p,delta:v})=>{d.current||(d.current=p),c(p-d.current,v)};return g.frame.update(provideTimeSinceStart,!0),()=>g.cancelFrame(provideTimeSinceStart)},[c])}function useTime(){let c=useMotionValue(0);return useAnimationFrame(d=>c.set(d)),c}let WillChangeMotionValue=class WillChangeMotionValue extends g.MotionValue{constructor(){super(...arguments),this.members=[],this.transforms=new Set}add(c){let d;g.transformProps.has(c)?(this.transforms.add(c),d="transform"):c.startsWith("origin")||g.isCSSVariableName(c)||"willChange"===c||(d=g.camelToDash(c)),d&&(g.addUniqueItem(this.members,d),this.update())}remove(c){g.transformProps.has(c)?(this.transforms.delete(c),this.transforms.size||g.removeItem(this.members,"transform")):g.removeItem(this.members,g.camelToDash(c)),this.update()}update(){this.set(this.members.length?this.members.join(", "):"auto")}};function useWillChange(){return useConstant(()=>new WillChangeMotionValue("auto"))}function useReducedMotion(){g.hasReducedMotionListener.current||g.initPrefersReducedMotion();let[c]=v.useState(g.prefersReducedMotion.current);return c}function useReducedMotionConfig(){let c=useReducedMotion(),{reducedMotion:d}=v.useContext(S);return"never"!==d&&("always"===d||c)}function stopAnimation(c){c.values.forEach(c=>c.stop())}function animationControls(){let c=!1,d=new Set,p={subscribe:c=>(d.add(c),()=>void d.delete(c)),start(p,v){g.invariant(c,"controls.start() should only be called after a component has mounted. Consider calling within a useEffect hook.");let I=[];return d.forEach(c=>{I.push(animateVisualElement(c,p,{transitionOverride:v}))}),Promise.all(I)},set:p=>(g.invariant(c,"controls.set() should only be called after a component has mounted. Consider calling within a useEffect hook."),d.forEach(c=>{g.setValues(c,p)})),stop(){d.forEach(c=>{stopAnimation(c)})},mount:()=>(c=!0,()=>{c=!1,p.stop()})};return p}function useAnimate(){let c=useConstant(()=>({current:null,animations:[]})),d=useConstant(()=>g.createScopedAnimate(c));return useUnmountEffect(()=>{c.animations.forEach(c=>c.stop())}),[c,d]}function useAnimationControls(){let c=useConstant(animationControls);return T(c.mount,[]),c}let eU=useAnimationControls;function useCycle(...c){let d=v.useRef(0),[p,I]=v.useState(c[d.current]),R=v.useCallback(p=>{d.current="number"!=typeof p?g.wrap(0,c.length,d.current+1):p,I(c[d.current])},[c.length,...c]);return[p,R]}function useInView(c,{root:d,margin:p,amount:I,once:R=!1}={}){let[S,P]=v.useState(!1);return v.useEffect(()=>{if(!c.current||R&&S)return;let v={root:d&&d.current||void 0,margin:p,amount:I};return g.inView(c.current,()=>(P(!0),R?void 0:()=>P(!1)),v)},[d,c,p,R]),S}let DragControls=class DragControls{constructor(){this.componentControls=new Set}subscribe(c){return this.componentControls.add(c),()=>this.componentControls.delete(c)}start(c,d){this.componentControls.forEach(p=>{p.start(c.nativeEvent||c,d)})}};let createDragControls=()=>new DragControls;function useDragControls(){return useConstant(createDragControls)}function useDomEvent(c,d,p,g){v.useEffect(()=>{let v=c.current;if(p&&v)return addDomEvent(v,d,p,g)},[c,d,p,g])}function isMotionComponent(c){return null!==c&&"object"==typeof c&&et in c}function unwrapMotionComponent(c){if(isMotionComponent(c))return c[et]}function useInstantLayoutTransition(){return startTransition}function startTransition(c){eO.current&&(eO.current.isUpdating=!1,eO.current.blockUpdate(),c&&c())}function useInstantTransition(){let[c,d]=useForceUpdate(),p=startTransition,I=v.useRef();return v.useEffect(()=>{g.frame.postRender(()=>g.frame.postRender(()=>{d===I.current&&(g.instantAnimationState.current=!1)}))},[d]),v=>{p(()=>{g.instantAnimationState.current=!0,c(),v(),I.current=d+1})}}function useResetProjection(){let c=I.useCallback(()=>{let c=eO.current;c&&c.resetTree()},[]);return c}let appearStoreId=(c,d)=>`${c}: ${d}`,eG=new Map;function handoffOptimizedAppearAnimation(c,d,p,v){let I=appearStoreId(c,g.transformProps.has(d)?"transform":d),R=eG.get(I);if(!R)return 0;let{animation:S,startTime:P}=R,cancelOptimisedAnimation=()=>{eG.delete(I);try{S.cancel()}catch(c){}};return null!==P?(v.render(cancelOptimisedAnimation),performance.now()-P||0):(cancelOptimisedAnimation(),0)}function startOptimizedAppearAnimation(c,d,p,v,I){let R=c.dataset[g.optimizedAppearDataId];if(!R)return;window.HandoffAppearAnimations=handoffOptimizedAppearAnimation;let S=appearStoreId(R,d),P=g.animateStyle(c,d,[p[0],p[0]],{duration:1e4,ease:"linear"});eG.set(S,{animation:P,startTime:null});let startAnimation=()=>{P.cancel();let R=g.animateStyle(c,d,p,v);document.timeline&&(R.startTime=document.timeline.currentTime),eG.set(S,{animation:R,startTime:performance.now()}),I&&I(R)};P.ready?P.ready.then(startAnimation).catch(g.noop):startAnimation()}let createObject=()=>({});let StateVisualElement=class StateVisualElement extends g.VisualElement{build(){}measureInstanceViewportBox(){return g.createBox()}resetTransform(){}restoreTransform(){}removeValueFromRenderState(){}renderInstance(){}scrapeMotionValuesFromProps(){return createObject()}getBaseTargetFromProps(){}readValueFromInstance(c,d,p){return p.initialState[d]||0}sortInstanceNodePosition(){return 0}makeTargetAnimatableFromInstance({transition:c,transitionEnd:d,...p}){let v=g.getOrigin(p,c||{},this);return g.checkTargetForNewValues(this,p,v),{transition:c,transitionEnd:d,...p}}};let eX=makeUseVisualState({scrapeMotionValuesFromProps:createObject,createRenderState:createObject});function useAnimatedState(c){let[d,p]=v.useState(c),g=eX({},!1),I=useConstant(()=>new StateVisualElement({props:{},visualState:g,presenceContext:null},{initialState:c}));v.useEffect(()=>(I.mount({}),()=>I.unmount()),[I]),v.useEffect(()=>{I.update({onUpdate:c=>{p({...c})}},null)},[p,I]);let R=useConstant(()=>c=>animateVisualElement(I,c));return[d,R]}let invertScale=c=>c>.001?1/c:1e5,eK=!1;function useInvertedScale(c){let d=useMotionValue(1),p=useMotionValue(1),{visualElement:I}=v.useContext(P);g.invariant(!!(c||I),"If no scale values are provided, useInvertedScale must be used within a child of another motion component."),g.warning(eK,"useInvertedScale is deprecated and will be removed in 3.0. Use the layout prop instead."),eK=!0,c?(d=c.scaleX||d,p=c.scaleY||p):I&&(d=I.getValue("scaleX",1),p=I.getValue("scaleY",1));let R=useTransform(d,invertScale),S=useTransform(p,invertScale);return{scaleX:R,scaleY:S}}let eY=0;d.MotionValue=g.MotionValue,d.VisualElement=g.VisualElement,d.addScaleCorrector=g.addScaleCorrector,d.animate=g.animate,d.animateValue=g.animateValue,d.anticipate=g.anticipate,d.backIn=g.backIn,d.backInOut=g.backInOut,d.backOut=g.backOut,d.buildTransform=g.buildTransform,d.cancelFrame=g.cancelFrame,d.cancelSync=g.cancelSync,d.checkTargetForNewValues=g.checkTargetForNewValues,d.circIn=g.circIn,d.circInOut=g.circInOut,d.circOut=g.circOut,d.clamp=g.clamp,d.color=g.color,d.complex=g.complex,d.createBox=g.createBox,d.createScopedAnimate=g.createScopedAnimate,d.cubicBezier=g.cubicBezier,d.delay=g.delay,d.distance=g.distance,d.distance2D=g.distance2D,d.easeIn=g.easeIn,d.easeInOut=g.easeInOut,d.easeOut=g.easeOut,d.frame=g.frame,d.frameData=g.frameData,d.inView=g.inView,d.interpolate=g.interpolate,Object.defineProperty(d,"invariant",{enumerable:!0,get:function(){return g.invariant}}),d.isBrowser=g.isBrowser,d.isMotionValue=g.isMotionValue,d.mirrorEasing=g.mirrorEasing,d.mix=g.mix,d.motionValue=g.motionValue,d.optimizedAppearDataAttribute=g.optimizedAppearDataAttribute,d.pipe=g.pipe,d.progress=g.progress,d.px=g.px,d.reverseEasing=g.reverseEasing,d.scroll=g.scroll,d.scrollInfo=g.scrollInfo,d.spring=g.spring,d.stagger=g.stagger,d.steps=g.steps,d.sync=g.sync,d.transform=g.transform,d.visualElementStore=g.visualElementStore,Object.defineProperty(d,"warning",{enumerable:!0,get:function(){return g.warning}}),d.wrap=g.wrap,d.AnimatePresence=({children:c,custom:d,initial:p=!0,onExitComplete:R,exitBeforeEnter:S,presenceAffectsLayout:P=!0,mode:j="sync"})=>{g.invariant(!S,"Replace exitBeforeEnter with mode='wait'");let N=v.useContext($).forceRender||useForceUpdate()[0],U=useIsMounted(),et=onlyElements(c),ea=et,en=v.useRef(new Map).current,er=v.useRef(ea),eo=v.useRef(new Map).current,el=v.useRef(!0);if(T(()=>{el.current=!1,updateChildLookup(et,eo),er.current=ea}),useUnmountEffect(()=>{el.current=!0,eo.clear(),en.clear()}),el.current)return I.createElement(I.Fragment,null,ea.map(c=>I.createElement(PresenceChild,{key:getChildKey(c),isPresent:!0,initial:!!p&&void 0,presenceAffectsLayout:P,mode:j},c)));ea=[...ea];let ec=er.current.map(getChildKey),ei=et.map(getChildKey),es=ec.length;for(let c=0;c{if(-1!==ei.indexOf(p))return;let v=eo.get(p);if(!v)return;let g=ec.indexOf(p),S=c;S||(S=I.createElement(PresenceChild,{key:getChildKey(v),isPresent:!1,onExitComplete:()=>{eo.delete(p),en.delete(p);let c=er.current.findIndex(c=>c.key===p);if(er.current.splice(c,1),!en.size){if(er.current=et,!1===U.current)return;N(),R&&R()}},custom:d,presenceAffectsLayout:P,mode:j},v),en.set(p,S)),ea.splice(g,0,S)}),ea=ea.map(c=>{let d=c.key;return en.has(d)?c:I.createElement(PresenceChild,{key:getChildKey(c),isPresent:!0,presenceAffectsLayout:P,mode:j},c)}),I.createElement(I.Fragment,null,en.size?ea:ea.map(c=>v.cloneElement(c)))},d.AnimateSharedLayout=({children:c})=>(I.useEffect(()=>{g.invariant(!1,"AnimateSharedLayout is deprecated: https://www.framer.com/docs/guide-upgrade/##shared-layout-animations")},[]),I.createElement(LayoutGroup,{id:useConstant(()=>`asl-${eY++}`)},c)),d.DeprecatedLayoutGroupContext=eN,d.DragControls=DragControls,d.FlatTree=FlatTree,d.LayoutGroup=LayoutGroup,d.LayoutGroupContext=$,d.LazyMotion=LazyMotion,d.MotionConfig=MotionConfig,d.MotionConfigContext=S,d.MotionContext=P,d.PresenceContext=j,d.Reorder={Group:e$,Item:eW},d.SwitchLayoutGroupContext=U,d.addPointerEvent=addPointerEvent,d.addPointerInfo=addPointerInfo,d.animateVisualElement=animateVisualElement,d.animationControls=animationControls,d.animations=eg,d.calcLength=calcLength,d.createDomMotionComponent=createDomMotionComponent,d.createMotionComponent=createMotionComponent,d.domAnimation=eH,d.domMax=eV,d.filterProps=filterProps,d.isDragActive=isDragActive,d.isMotionComponent=isMotionComponent,d.isValidMotionProp=isValidMotionProp,d.m=eB,d.makeUseVisualState=makeUseVisualState,d.motion=eT,d.resolveMotionValue=resolveMotionValue,d.startOptimizedAppearAnimation=startOptimizedAppearAnimation,d.unwrapMotionComponent=unwrapMotionComponent,d.useAnimate=useAnimate,d.useAnimation=eU,d.useAnimationControls=useAnimationControls,d.useAnimationFrame=useAnimationFrame,d.useCycle=useCycle,d.useDeprecatedAnimatedState=useAnimatedState,d.useDeprecatedInvertedScale=useInvertedScale,d.useDomEvent=useDomEvent,d.useDragControls=useDragControls,d.useElementScroll=useElementScroll,d.useForceUpdate=useForceUpdate,d.useInView=useInView,d.useInstantLayoutTransition=useInstantLayoutTransition,d.useInstantTransition=useInstantTransition,d.useIsPresent=useIsPresent,d.useIsomorphicLayoutEffect=T,d.useMotionTemplate=useMotionTemplate,d.useMotionValue=useMotionValue,d.useMotionValueEvent=useMotionValueEvent,d.usePresence=usePresence,d.useReducedMotion=useReducedMotion,d.useReducedMotionConfig=useReducedMotionConfig,d.useResetProjection=useResetProjection,d.useScroll=useScroll,d.useSpring=useSpring,d.useTime=useTime,d.useTransform=useTransform,d.useUnmountEffect=useUnmountEffect,d.useVelocity=useVelocity,d.useViewportScroll=useViewportScroll,d.useWillChange=useWillChange},84839:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0});let p=1/60*1e3,v="undefined"!=typeof performance?()=>performance.now():()=>Date.now(),g="undefined"!=typeof window?c=>window.requestAnimationFrame(c):c=>setTimeout(()=>c(v()),p);function createRenderStep(c){let d=[],p=[],v=0,g=!1,I=!1,R=new WeakSet,S={schedule:(c,I=!1,S=!1)=>{let P=S&&g,j=P?d:p;return I&&R.add(c),-1===j.indexOf(c)&&(j.push(c),P&&g&&(v=d.length)),c},cancel:c=>{let d=p.indexOf(c);-1!==d&&p.splice(d,1),R.delete(c)},process:P=>{if(g){I=!0;return}if(g=!0,[d,p]=[p,d],p.length=0,v=d.length)for(let p=0;p(c[d]=createRenderStep(()=>R=!0),c),{}),N=j.reduce((c,d)=>{let p=T[d];return c[d]=(c,d=!1,v=!1)=>(R||startLoop(),p.schedule(c,d,v)),c},{}),$=j.reduce((c,d)=>(c[d]=T[d].cancel,c),{}),U=j.reduce((c,d)=>(c[d]=()=>T[d].process(P),c),{}),processStep=c=>T[c].process(P),processFrame=c=>{R=!1,P.delta=I?p:Math.max(Math.min(c-P.timestamp,40),1),P.timestamp=c,S=!0,j.forEach(processStep),S=!1,R&&(I=!1,g(processFrame))},startLoop=()=>{R=!0,I=!0,S||g(processFrame)};d.cancelSync=$,d.default=N,d.flushSync=U,d.getFrameData=()=>P},8679:function(c,d,p){"use strict";var v=p(59864),g={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},I={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},R={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},S={};function getStatics(c){return v.isMemo(c)?R:S[c.$$typeof]||g}S[v.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},S[v.Memo]=R;var P=Object.defineProperty,j=Object.getOwnPropertyNames,T=Object.getOwnPropertySymbols,N=Object.getOwnPropertyDescriptor,$=Object.getPrototypeOf,U=Object.prototype;function hoistNonReactStatics(c,d,p){if("string"!=typeof d){if(U){var v=$(d);v&&v!==U&&hoistNonReactStatics(c,v,p)}var g=j(d);T&&(g=g.concat(T(d)));for(var R=getStatics(c),S=getStatics(d),et=0;etg?0:g+d),(p=p>g?g:p)<0&&(p+=g),g=d>p?0:p-d>>>0,d>>>=0;for(var I=Array(g);++v=v?c:baseSlice(c,d,p)}function createCaseFirst(c){return function(d){var p,v=(p=d=toString(d),e_.test(p))?stringToArray(d):void 0,g=v?v[0]:d.charAt(0),I=v?castSlice(v,1).join(""):d.slice(1);return g[c]()+I}}function isObjectLike(c){return!!c&&"object"==typeof c}function isSymbol(c){return"symbol"==typeof c||isObjectLike(c)&&"[object Symbol]"==eD.call(c)}function toString(c){return null==c?"":baseToString(c)}var eT=(g=function(c,d,p){return d=d.toLowerCase(),c+(p?capitalize(d):d)},function(c){return arrayReduce(words(deburr(c).replace(eC,"")),g,"")});function capitalize(c){return eB(toString(c).toLowerCase())}function deburr(c){return(c=toString(c))&&c.replace(S,ez).replace(ex,"")}var eB=createCaseFirst("toUpperCase");function words(c,d,p){return(c=toString(c),void 0===(d=p?void 0:d))?hasUnicodeWord(c)?unicodeWords(c):asciiWords(c):c.match(d)||[]}c.exports=eT},38554:function(c,d,p){c=p.nmd(c);var v,g="__lodash_hash_undefined__",I="[object Arguments]",R="[object Function]",S="[object Object]",P=/^\[object .+?Constructor\]$/,j=/^(?:0|[1-9]\d*)$/,T={};T["[object Float32Array]"]=T["[object Float64Array]"]=T["[object Int8Array]"]=T["[object Int16Array]"]=T["[object Int32Array]"]=T["[object Uint8Array]"]=T["[object Uint8ClampedArray]"]=T["[object Uint16Array]"]=T["[object Uint32Array]"]=!0,T[I]=T["[object Array]"]=T["[object ArrayBuffer]"]=T["[object Boolean]"]=T["[object DataView]"]=T["[object Date]"]=T["[object Error]"]=T[R]=T["[object Map]"]=T["[object Number]"]=T[S]=T["[object RegExp]"]=T["[object Set]"]=T["[object String]"]=T["[object WeakMap]"]=!1;var N="object"==typeof p.g&&p.g&&p.g.Object===Object&&p.g,$="object"==typeof self&&self&&self.Object===Object&&self,U=N||$||Function("return this")(),et=d&&!d.nodeType&&d,ea=et&&c&&!c.nodeType&&c,en=ea&&ea.exports===et,er=en&&N.process,eo=function(){try{var c=ea&&ea.require&&ea.require("util").types;if(c)return c;return er&&er.binding&&er.binding("util")}catch(c){}}(),el=eo&&eo.isTypedArray;function apply(c,d,p){switch(p.length){case 0:return c.call(d);case 1:return c.call(d,p[0]);case 2:return c.call(d,p[0],p[1]);case 3:return c.call(d,p[0],p[1],p[2])}return c.apply(d,p)}function baseTimes(c,d){for(var p=-1,v=Array(c);++p-1}function listCacheSet(c,d){var p=this.__data__,v=assocIndexOf(p,c);return v<0?(++this.size,p.push([c,d])):p[v][1]=d,this}function MapCache(c){var d=-1,p=null==c?0:c.length;for(this.clear();++d1?p[g-1]:void 0,R=g>2?p[2]:void 0;for(I=c.length>3&&"function"==typeof I?(g--,I):void 0,R&&isIterateeCall(p[0],p[1],R)&&(I=g<3?void 0:I,g=1),d=Object(d);++v-1&&c%1==0&&c0){if(++d>=800)return arguments[0]}else d=0;return c.apply(void 0,arguments)}}function toSource(c){if(null!=c){try{return eu.call(c)}catch(c){}try{return c+""}catch(c){}}return""}function eq(c,d){return c===d||c!=c&&d!=d}var ej=baseIsArguments(function(){return arguments}())?baseIsArguments:function(c){return isObjectLike(c)&&ep.call(c,"callee")&&!eC.call(c,"callee")},eE=Array.isArray;function isArrayLike(c){return null!=c&&isLength(c.length)&&!isFunction(c)}function isArrayLikeObject(c){return isObjectLike(c)&&isArrayLike(c)}var eT=e_||stubFalse;function isFunction(c){if(!isObject(c))return!1;var d=baseGetTag(c);return d==R||"[object GeneratorFunction]"==d||"[object AsyncFunction]"==d||"[object Proxy]"==d}function isLength(c){return"number"==typeof c&&c>-1&&c%1==0&&c<=9007199254740991}function isObject(c){var d=typeof c;return null!=c&&("object"==d||"function"==d)}function isObjectLike(c){return null!=c&&"object"==typeof c}function isPlainObject(c){if(!isObjectLike(c)||baseGetTag(c)!=S)return!1;var d=eb(c);if(null===d)return!0;var p=ep.call(d,"constructor")&&d.constructor;return"function"==typeof p&&p instanceof p&&eu.call(p)==eg}var eB=el?baseUnary(el):baseIsTypedArray;function toPlainObject(c){return copyObject(c,keysIn(c))}function keysIn(c){return isArrayLike(c)?arrayLikeKeys(c,!0):baseKeysIn(c)}var eN=createAssigner(function(c,d,p,v){baseMerge(c,d,p,v)});function constant(c){return function(){return c}}function identity(c){return c}function stubFalse(){return!1}c.exports=eN},6840:function(c,d,p){(window.__NEXT_P=window.__NEXT_P||[]).push(["/_app",function(){return p(38468)}])},38468:function(c,d,p){"use strict";p.r(d),p.d(d,{default:function(){return _app}});var v=p(85893),g=p(3183),I=p(71986),R=p(67294);function ldclient_es_e(c){function t(c,d){Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.message=c,this.code=d}return t.prototype=Error(),t.prototype.name=c,t.prototype.constructor=t,t}let S=ldclient_es_e("LaunchDarklyUnexpectedResponseError"),P=ldclient_es_e("LaunchDarklyInvalidEnvironmentIdError"),j=ldclient_es_e("LaunchDarklyInvalidUserError"),T=ldclient_es_e("LaunchDarklyInvalidEventKeyError"),N=ldclient_es_e("LaunchDarklyInvalidArgumentError"),$=ldclient_es_e("LaunchDarklyFlagFetchError");for(var U={LDUnexpectedResponseError:S,LDInvalidEnvironmentIdError:P,LDInvalidUserError:j,LDInvalidEventKeyError:T,LDInvalidArgumentError:N,LDInvalidDataError:ldclient_es_e("LaunchDarklyInvalidDataError"),LDFlagFetchError:$,LDTimeoutError:ldclient_es_e("LaunchDarklyTimeoutError"),isHttpErrorRecoverable:function(c){return!(c>=400&&c<500)||400===c||408===c||429===c}},et=[],ea=[],en="undefined"!=typeof Uint8Array?Uint8Array:Array,er="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",eo=0;eo<64;++eo)et[eo]=er[eo],ea[er.charCodeAt(eo)]=eo;function m(c){var d=c.length;if(d%4>0)throw Error("Invalid string. Length must be a multiple of 4");var p=c.indexOf("=");return -1===p&&(p=d),[p,p===d?0:4-p%4]}function h(c,d,p){for(var v,g=[],I=d;I>18&63]+et[v>>12&63]+et[v>>6&63]+et[63&v]);return g.join("")}ea["-".charCodeAt(0)]=62,ea["_".charCodeAt(0)]=63;var el={byteLength:function(c){var d=m(c),p=d[0],v=d[1];return 3*(p+v)/4-v},toByteArray:function(c){var d,p,v=m(c),g=v[0],I=v[1],R=new en(3*(g+I)/4-I),S=0,P=I>0?g-4:g;for(p=0;p
>16&255,R[S++]=d>>8&255,R[S++]=255&d;return 2===I&&(d=ea[c.charCodeAt(p)]<<2|ea[c.charCodeAt(p+1)]>>4,R[S++]=255&d),1===I&&(d=ea[c.charCodeAt(p)]<<10|ea[c.charCodeAt(p+1)]<<4|ea[c.charCodeAt(p+2)]>>2,R[S++]=d>>8&255,R[S++]=255&d),R},fromByteArray:function(c){for(var d,p=c.length,v=p%3,g=[],I=0,R=p-v;IR?R:I+16383));return 1===v?g.push(et[(d=c[p-1])>>2]+et[d<<4&63]+"=="):2===v&&g.push(et[(d=(c[p-2]<<8)+c[p-1])>>10]+et[d>>4&63]+et[d<<2&63]+"="),g.join("")}},ec=Array.isArray,ei=Object.keys,es=Object.prototype.hasOwnProperty,E=function e(c,d){if(c===d)return!0;if(c&&d&&"object"==typeof c&&"object"==typeof d){var p,v,g,I=ec(c),R=ec(d);if(I&&R){if((v=c.length)!=d.length)return!1;for(p=v;0!=p--;)if(!e(c[p],d[p]))return!1;return!0}if(I!=R)return!1;var S=c instanceof Date,P=d instanceof Date;if(S!=P)return!1;if(S&&P)return c.getTime()==d.getTime();var j=c instanceof RegExp,T=d instanceof RegExp;if(j!=T)return!1;if(j&&T)return c.toString()==d.toString();var N=ei(c);if((v=N.length)!==ei(d).length)return!1;for(p=v;0!=p--;)if(!es.call(d,N[p]))return!1;for(p=v;0!=p--;)if(!e(c[g=N[p]],d[g]))return!1;return!0}return c!=c&&d!=d};let ed=["key","ip","country","email","firstName","lastName","avatar","name"];function x(c){let d=unescape(encodeURIComponent(c));return el.fromByteArray(function(c){let d=[];for(let p=0;p({...c,...d}),{})},getLDUserAgentString:function(c){let d=c.version||"?";return c.userAgent+"/"+d},objectHasOwnProperty:C,onNextTick:function(c){setTimeout(c,0)},sanitizeContext:function(c){let d;return c?(null!==c.kind&&void 0!==c.kind||ed.forEach(p=>{let v=c[p];void 0!==v&&"string"!=typeof v&&((d=d||{...c})[p]=String(v))}),d||c):c},transformValuesToVersionedValues:function(c){let d={};for(let p in c)C(c,p)&&(d[p]={value:c[p],version:0});return d},transformVersionedValuesToValues:function(c){let d={};for(let p in c)C(c,p)&&(d[p]=c[p].value);return d},wrapPromiseCallback:function(c,d){let p=c.then(c=>(d&&setTimeout(()=>{d(null,c)},0),c),c=>{if(!d)return Promise.reject(c);setTimeout(()=>{d(c,null)},0)});return d?void 0:p},once:function(c){let d,p=!1;return function(...v){return p||(p=!0,d=c.apply(this,v)),d}}},eh=new Uint8Array(16);function O(){if(!eu&&!(eu="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return eu(eh)}var ev=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function L(c){return"string"==typeof c&&ev.test(c)}for(var eg,ey,ef=[],em=0;em<256;++em)ef.push((em+256).toString(16).substr(1));function F(c){var d=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,p=(ef[c[d+0]]+ef[c[d+1]]+ef[c[d+2]]+ef[c[d+3]]+"-"+ef[c[d+4]]+ef[c[d+5]]+"-"+ef[c[d+6]]+ef[c[d+7]]+"-"+ef[c[d+8]]+ef[c[d+9]]+"-"+ef[c[d+10]]+ef[c[d+11]]+ef[c[d+12]]+ef[c[d+13]]+ef[c[d+14]]+ef[c[d+15]]).toLowerCase();if(!L(p))throw TypeError("Stringified UUID is invalid");return p}var ek=0,eM=0;function V(c){if(!L(c))throw TypeError("Invalid UUID");var d,p=new Uint8Array(16);return p[0]=(d=parseInt(c.slice(0,8),16))>>>24,p[1]=d>>>16&255,p[2]=d>>>8&255,p[3]=255&d,p[4]=(d=parseInt(c.slice(9,13),16))>>>8,p[5]=255&d,p[6]=(d=parseInt(c.slice(14,18),16))>>>8,p[7]=255&d,p[8]=(d=parseInt(c.slice(19,23),16))>>>8,p[9]=255&d,p[10]=(d=parseInt(c.slice(24,36),16))/1099511627776&255,p[11]=d/4294967296&255,p[12]=d>>>24&255,p[13]=d>>>16&255,p[14]=d>>>8&255,p[15]=255&d,p}function H(c,d,p){function r(c,v,g,I){if("string"==typeof c&&(c=function(c){c=unescape(encodeURIComponent(c));for(var d=[],p=0;p>>9<<4)+1}function q(c,d){var p=(65535&c)+(65535&d);return(c>>16)+(d>>16)+(p>>16)<<16|65535&p}function K(c,d,p,v,g,I){var R;return q((R=q(q(d,c),q(v,I)))<>>32-g,p)}function z(c,d,p,v,g,I,R){return K(d&p|~d&v,c,d,g,I,R)}function _(c,d,p,v,g,I,R){return K(d&v|p&~v,c,d,g,I,R)}function J(c,d,p,v,g,I,R){return K(d^p^v,c,d,g,I,R)}function B(c,d,p,v,g,I,R){return K(p^(d|~v),c,d,g,I,R)}function X(c,d,p,v){switch(c){case 0:return d&p^~d&v;case 1:case 3:return d^p^v;case 2:return d&p^d&v^p&v}}function Q(c,d){return c<>>32-d}var eb=Object.freeze({__proto__:null,v1:function(c,d,p){var v=d&&p||0,g=d||Array(16),I=(c=c||{}).node||eg,R=void 0!==c.clockseq?c.clockseq:ey;if(null==I||null==R){var S=c.random||(c.rng||O)();null==I&&(I=eg=[1|S[0],S[1],S[2],S[3],S[4],S[5]]),null==R&&(R=ey=16383&(S[6]<<8|S[7]))}var P=void 0!==c.msecs?c.msecs:Date.now(),j=void 0!==c.nsecs?c.nsecs:eM+1,T=P-ek+(j-eM)/1e4;if(T<0&&void 0===c.clockseq&&(R=R+1&16383),(T<0||P>ek)&&void 0===c.nsecs&&(j=0),j>=1e4)throw Error("uuid.v1(): Can't create more than 10M uuids/sec");ek=P,eM=j,ey=R;var N=(1e4*(268435455&(P+=122192928e5))+j)%4294967296;g[v++]=N>>>24&255,g[v++]=N>>>16&255,g[v++]=N>>>8&255,g[v++]=255&N;var $=P/4294967296*1e4&268435455;g[v++]=$>>>8&255,g[v++]=255&$,g[v++]=$>>>24&15|16,g[v++]=$>>>16&255,g[v++]=R>>>8|128,g[v++]=255&R;for(var U=0;U<6;++U)g[v+U]=I[U];return d||F(g)},v3:H("v3",48,function(c){if("string"==typeof c){var d=unescape(encodeURIComponent(c));c=new Uint8Array(d.length);for(var p=0;p>5]>>>g%32&255,R=parseInt(v.charAt(I>>>4&15)+v.charAt(15&I),16);d.push(R)}return d}(function(c,d){c[d>>5]|=128<>5]|=(255&c[v/8])<>>0;el=eo,eo=er,er=Q(en,30)>>>0,en=ea,ea=es}p[0]=p[0]+ea>>>0,p[1]=p[1]+en>>>0,p[2]=p[2]+er>>>0,p[3]=p[3]+eo>>>0,p[4]=p[4]+el>>>0}return[p[0]>>24&255,p[0]>>16&255,p[0]>>8&255,255&p[0],p[1]>>24&255,p[1]>>16&255,p[1]>>8&255,255&p[1],p[2]>>24&255,p[2]>>16&255,p[2]>>8&255,255&p[2],p[3]>>24&255,p[3]>>16&255,p[3]>>8&255,255&p[3],p[4]>>24&255,p[4]>>16&255,p[4]>>8&255,255&p[4]]}),NIL:"00000000-0000-0000-0000-000000000000",version:function(c){if(!L(c))throw TypeError("Invalid UUID");return parseInt(c.substr(14,1),16)},validate:L,stringify:F,parse:V});let eI=["debug","info","warn","error","none"];var eC={commonBasicLogger:function(c,d){if(c&&c.destination&&"function"!=typeof c.destination)throw Error("destination for basicLogger was set to a non-function");function n(c){return function(d){console&&console[c]&&console[c].call(console,d)}}let p=c&&c.destination?[c.destination,c.destination,c.destination,c.destination]:[n("log"),n("info"),n("warn"),n("error")],v=!(!c||!c.destination),g=c&&void 0!==c.prefix&&null!==c.prefix?c.prefix:"[LaunchDarkly] ",I=1;if(c&&c.level)for(let d=0;d{};else{let p=c;R[d]=function(){s(p,d,arguments)}}}}return R},validateLogger:function(c){eI.forEach(d=>{if("none"!==d&&(!c[d]||"function"!=typeof c[d]))throw Error("Provided logger instance must support logger."+d+"(...) method")})}};function re(c){return c&&c.message?c.message:"string"==typeof c||c instanceof String?c:JSON.stringify(c)}let ex=" Please see https://docs.launchdarkly.com/sdk/client-side/javascript#initialize-the-client for instructions on SDK initialization.";var eR={bootstrapInvalid:function(){return"LaunchDarkly bootstrap data is not available because the back end could not read the flags."},bootstrapOldFormat:function(){return"LaunchDarkly client was initialized with bootstrap data that did not include flag metadata. Events may not be sent correctly."+ex},clientInitialized:function(){return"LaunchDarkly client initialized"},clientNotReady:function(){return"LaunchDarkly client is not ready"},debugEnqueueingEvent:function(c){return'enqueueing "'+c+'" event'},debugPostingDiagnosticEvent:function(c){return"sending diagnostic event ("+c.kind+")"},debugPostingEvents:function(c){return"sending "+c+" events"},debugStreamDelete:function(c){return'received streaming deletion for flag "'+c+'"'},debugStreamDeleteIgnored:function(c){return'received streaming deletion for flag "'+c+'" but ignored due to version check'},debugStreamPatch:function(c){return'received streaming update for flag "'+c+'"'},debugStreamPatchIgnored:function(c){return'received streaming update for flag "'+c+'" but ignored due to version check'},debugStreamPing:function(){return"received ping message from stream"},debugPolling:function(c){return"polling for feature flags at "+c},debugStreamPut:function(){return"received streaming update for all flags"},deprecated:function(c,d){return d?'"'+c+'" is deprecated, please use "'+d+'"':'"'+c+'" is deprecated'},environmentNotFound:function(){return"Environment not found. Double check that you specified a valid environment/client-side ID."+ex},environmentNotSpecified:function(){return"No environment/client-side ID was specified."+ex},errorFetchingFlags:function(c){return"Error fetching flag settings: "+re(c)},eventCapacityExceeded:function(){return"Exceeded event queue capacity. Increase capacity to avoid dropping events."},eventWithoutContext:function(){return"Be sure to call `identify` in the LaunchDarkly client: https://docs.launchdarkly.com/sdk/features/identify#javascript"},httpErrorMessage:function(c,d,p){return"Received error "+c+(401===c?" (invalid SDK key)":"")+" for "+d+" - "+(U.isHttpErrorRecoverable(c)?p:"giving up permanently")},httpUnavailable:function(){return"Cannot make HTTP requests in this environment."+ex},identifyDisabled:function(){return"identify() has no effect here; it must be called on the main client instance"},inspectorMethodError:(c,d)=>`an inspector: "${d}" of type: "${c}" generated an exception`,invalidContentType:function(c){return'Expected application/json content type but got "'+c+'"'},invalidData:function(){return"Invalid data received from LaunchDarkly; connection may have been interrupted"},invalidInspector:(c,d)=>`an inspector: "${d}" of an invalid type (${c}) was configured`,invalidKey:function(){return"Event key must be a string"},invalidMetricValue:c=>`The track function was called with a non-numeric "metricValue" (${c}), only numeric metric values are supported.`,invalidContext:function(){return"Invalid context specified."+ex},invalidTagValue:c=>`Config option "${c}" must only contain letters, numbers, ., _ or -.`,localStorageUnavailable:function(c){return"local storage is unavailable: "+re(c)},networkError:c=>"network error"+(c?" ("+c+")":""),optionBelowMinimum:(c,d,p)=>'Config option "'+c+'" was set to '+d+", changing to minimum value of "+p,streamClosing:function(){return"Closing stream connection"},streamConnecting:function(c){return"Opening stream connection to "+c},streamError:function(c,d){return"Error on stream connection: "+re(c)+", will continue retrying after "+d+" milliseconds."},tagValueTooLong:c=>`Value of "${c}" was longer than 64 characters and was discarded.`,unknownCustomEventKey:function(c){return'Custom event "'+c+'" does not exist'},unknownOption:c=>'Ignoring unknown config option "'+c+'"',contextNotSpecified:function(){return"No context specified."+ex},unrecoverableStreamError:c=>`Error on stream connection ${re(c)}, giving up permanently`,wrongOptionType:(c,d,p)=>'Config option "'+c+'" should be of type '+d+", got "+p+", using default value",wrongOptionTypeBoolean:(c,d)=>'Config option "'+c+'" should be a boolean, got '+d+", converting to boolean"};let{validateLogger:eS}=eC,e_={baseUrl:{default:"https://app.launchdarkly.com"},streamUrl:{default:"https://clientstream.launchdarkly.com"},eventsUrl:{default:"https://events.launchdarkly.com"},sendEvents:{default:!0},streaming:{type:"boolean"},sendLDHeaders:{default:!0},requestHeaderTransform:{type:"function"},sendEventsOnlyForVariation:{default:!1},useReport:{default:!1},evaluationReasons:{default:!1},eventCapacity:{default:100,minimum:1},flushInterval:{default:2e3,minimum:2e3},samplingInterval:{default:0,minimum:0},streamReconnectDelay:{default:1e3,minimum:0},allAttributesPrivate:{default:!1},privateAttributes:{default:[]},bootstrap:{type:"string|object"},diagnosticRecordingInterval:{default:9e5,minimum:2e3},diagnosticOptOut:{default:!1},wrapperName:{type:"string"},wrapperVersion:{type:"string"},stateProvider:{type:"object"},application:{validator:function(c,d,p){let v={};return d.id&&(v.id=le(`${c}.id`,d.id,p)),d.version&&(v.version=le(`${c}.version`,d.version,p)),v}},inspectors:{default:[]},hooks:{default:[]},plugins:{default:[]}},ew=/^(\w|\.|-)+$/;function ue(c){return c&&c.replace(/\/+$/,"")}function le(c,d,p){if("string"==typeof d&&d.match(ew)){if(!(d.length>64))return d;p.warn(eR.tagValueTooLong(c))}else p.warn(eR.invalidTagValue(c))}var eP={baseOptionDefs:e_,validate:function(c,d,p,v){var g;let I=ep.extend({logger:{default:v}},e_,p),R={};function a(c){ep.onNextTick(()=>{d&&d.maybeReportError(new U.LDInvalidArgumentError(c))})}let S=ep.extend({},c||{});return g=S,Object.keys(R).forEach(c=>{if(void 0!==g[c]){let d=R[c];v&&v.warn(eR.deprecated(c,d)),d&&(void 0===g[d]&&(g[d]=g[c]),delete g[c])}}),eS((S=function(c){let d=ep.extend({},c),n=c=>{if(null===c)return"any";if(void 0===c)return;if(Array.isArray(c))return"array";let d=typeof c;return"boolean"===d||"string"===d||"number"===d||"function"===d?d:"object"};return Object.keys(c).forEach(p=>{let g=c[p];if(null!=g){let R=I[p];if(void 0===R)a(eR.unknownOption(p));else{let I=R.type||n(R.default),S=R.validator;if(S){let g=S(p,c[p],v);void 0!==g?d[p]=g:delete d[p]}else if("any"!==I){let c=I.split("|"),v=n(g);0>c.indexOf(v)?"boolean"===I?(d[p]=!!g,a(eR.wrongOptionTypeBoolean(p,v))):(a(eR.wrongOptionType(p,I,v)),d[p]=R.default):"number"===v&&void 0!==R.minimum&&g{void 0!==d[c]&&null!==d[c]||(d[c]=I[c]&&I[c].default)}),d}(S))).logger),S},getTags:function(c){let d={};return c&&(c.application&&void 0!==c.application.id&&null!==c.application.id&&(d["application-id"]=[c.application.id]),c.application&&void 0!==c.application.version&&null!==c.application.id&&(d["application-version"]=[c.application.version])),d}};let{getLDUserAgentString:eO}=ep;var eF={getLDHeaders:function(c,d){if(d&&!d.sendLDHeaders)return{};let p={};p[c.userAgentHeaderName||"User-Agent"]=eO(c),d&&d.wrapperName&&(p["X-LaunchDarkly-Wrapper"]=d.wrapperVersion?d.wrapperName+"/"+d.wrapperVersion:d.wrapperName);let v=eP.getTags(d),g=Object.keys(v);return g.length&&(p["x-launchdarkly-tags"]=g.sort().map(c=>Array.isArray(v[c])?v[c].sort().map(d=>`${c}/${d}`):[`${c}/${v[c]}`]).reduce((c,d)=>c.concat(d),[]).join(" ")),p},transformHeaders:function(c,d){return d&&d.requestHeaderTransform?d.requestHeaderTransform({...c}):c}};let{v1:ez}=eb,{getLDHeaders:eD,transformHeaders:eA}=eF;var he=function(c,d,p){let v=ep.extend({"Content-Type":"application/json"},eD(c,p)),g={};return g.sendEvents=(d,g,I)=>{if(!c.httpRequest)return Promise.resolve();let R=JSON.stringify(d),S=I?null:ez();return(function t(d){let P=I?v:ep.extend({},v,{"X-LaunchDarkly-Event-Schema":"4","X-LaunchDarkly-Payload-ID":S});return c.httpRequest("POST",g,eA(P,p),R).promise.then(c=>{if(c)return c.status>=400&&U.isHttpErrorRecoverable(c.status)&&d?t(!1):function(c){let d={status:c.status},p=c.header("date");if(p){let c=Date.parse(p);c&&(d.serverTime=c)}return d}(c)}).catch(()=>d?t(!1):Promise.reject())})(!0).catch(()=>{})},g};let{commonBasicLogger:ej}=eC;function we(c){return"string"==typeof c&&"kind"!==c&&c.match(/^(\w|\.|-)+$/)}function be(c){return c.includes("%")||c.includes(":")?c.replace(/%/g,"%25").replace(/:/g,"%3A"):c}var eE={checkContext:function(c,d){if(c){if(d&&(void 0===c.kind||null===c.kind))return void 0!==c.key&&null!==c.key;let p=c.key,v=void 0===c.kind?"user":c.kind,g=we(v),I="multi"===v||null!=p&&""!==p;if("multi"===v){let d=Object.keys(c).filter(c=>"kind"!==c);return I&&d.every(c=>we(c))&&d.every(d=>{let p=c[d].key;return null!=p&&""!==p})}return I&&g}return!1},getContextKeys:function(c,d=ej()){if(!c)return;let p={},{kind:v,key:g}=c;switch(v){case void 0:p.user=`${g}`;break;case"multi":Object.entries(c).filter(([c])=>"kind"!==c).forEach(([c,d])=>{d&&d.key&&(p[c]=d.key)});break;case null:d.warn(`null is not a valid context kind: ${c}`);break;case"":d.warn(`'' is not a valid context kind: ${c}`);break;default:p[v]=`${g}`}return p},getContextKinds:function(c){return c?null===c.kind||void 0===c.kind?["user"]:"multi"!==c.kind?[c.kind]:Object.keys(c).filter(c=>"kind"!==c):[]},getCanonicalKey:function(c){if(c){if((void 0===c.kind||null===c.kind||"user"===c.kind)&&c.key)return c.key;if("multi"!==c.kind&&c.key)return`${c.kind}:${be(c.key)}`;if("multi"===c.kind)return Object.keys(c).sort().filter(c=>"kind"!==c).map(d=>`${d}:${be(c[d].key)}`).join(":")}}};let{getContextKinds:eT}=eE;var De=function(){let c={},d=0,p=0,v={},g={};return c.summarizeEvent=c=>{if("feature"===c.kind){let I=c.key+":"+(null!==c.variation&&void 0!==c.variation?c.variation:"")+":"+(null!==c.version&&void 0!==c.version?c.version:""),R=v[I],S=g[c.key];S||(S=new Set,g[c.key]=S),(c.context?eT(c.context):c.contextKeys?Object.keys(c.contextKeys):[]).forEach(c=>S.add(c)),R?R.count=R.count+1:v[I]={count:1,key:c.key,version:c.version,variation:c.variation,value:c.value,default:c.default},(0===d||c.creationDatep&&(p=c.creationDate)}},c.getSummary=()=>{let c={},I=!0;for(let d of Object.values(v)){let p=c[d.key];p||(p={default:d.default,counters:[],contextKinds:[...g[d.key]]},c[d.key]=p);let v={value:d.value,count:d.count};void 0!==d.variation&&null!==d.variation&&(v.variation=d.variation),void 0!==d.version&&null!==d.version?v.version=d.version:v.unknown=!0,p.counters.push(v),I=!1}return I?null:{startDate:d,endDate:p,features:c}},c.clearSummary=()=>{d=0,p=0,v={},g={}},c};function xe(c){return c.replace(/~/g,"~0").replace(/\//g,"~1")}function Ce(c){return(c.startsWith("/")?c.substring(1):c).split("/").map(c=>c.indexOf("~")>=0?c.replace(/~1/g,"/").replace(/~0/g,"~"):c)}function Pe(c){return!c.startsWith("/")}function Se(c,d){let p=Pe(c),v=Pe(d);if(p&&v)return c===d;if(p){let p=Ce(d);return 1===p.length&&c===p[0]}if(v){let p=Ce(c);return 1===p.length&&d===p[0]}return c===d}function Ie(c){return`/${xe(c)}`}var eB={cloneExcluding:function(c,d){let p=[],v={},g=[];for(p.push(...Object.keys(c).map(d=>({key:d,ptr:Ie(d),source:c,parent:v,visited:[c]})));p.length;){let c=p.pop();if(d.some(d=>Se(d,c.ptr)))g.push(c.ptr);else{let d=c.source[c.key];if(null===d)c.parent[c.key]=d;else if(Array.isArray(d))c.parent[c.key]=[...d];else if("object"==typeof d){if(c.visited.includes(d))continue;c.parent[c.key]={},p.push(...Object.keys(d).map(p=>{var v,g;return{key:p,ptr:(v=c.ptr,g=xe(p),`${v}/${g}`),source:d,parent:c.parent[c.key],visited:[...c.visited,d]}}))}else c.parent[c.key]=d}}return{cloned:v,excluded:g.sort()}},compare:Se,literalToReference:Ie},Te=function(c){let d={},p=c.allAttributesPrivate,v=c.privateAttributes||[],g=["key","kind","_meta","anonymous"],I=["name","ip","firstName","lastName","email","avatar","country"],a=(c,d)=>{if("object"!=typeof c||null===c||Array.isArray(c))return;let{cloned:I,excluded:R}=eB.cloneExcluding(c,(p||d&&c.anonymous?Object.keys(c):[...v,...c._meta&&c._meta.privateAttributes||[]]).filter(c=>!g.some(d=>eB.compare(c,d))));return I.key=String(I.key),R.length&&(I._meta||(I._meta={}),I._meta.redactedAttributes=R),I._meta&&(delete I._meta.privateAttributes,0===Object.keys(I._meta).length&&delete I._meta),void 0!==I.anonymous&&(I.anonymous=!!I.anonymous),I};return d.filter=(c,d=!1)=>void 0===c.kind||null===c.kind?a((c=>{let d={...c.custom||{},kind:"user",key:c.key};for(let p of(void 0!==c.anonymous&&(d.anonymous=!!c.anonymous),I))delete d[p],void 0!==c[p]&&null!==c[p]&&(d[p]=String(c[p]));return void 0!==c.privateAttributeNames&&null!==c.privateAttributeNames&&(d._meta=d._meta||{},d._meta.privateAttributes=c.privateAttributeNames.map(c=>c.startsWith("/")?eB.literalToReference(c):c)),d})(c),d):"multi"===c.kind?((c,d)=>{let p={kind:c.kind},v=Object.keys(c);for(let g of v)if("kind"!==g){let v=a(c[g],d);v&&(p[g]=v)}return p})(c,d):a(c,d),d};let{getContextKeys:eN}=eE;var Ue=function(c,d,p,v=null,g=null,I=null){let R={},S=I||he(c,p,d),P=ep.appendUrlPath(d.eventsUrl,"/events/bulk/"+p),j=De(),T=Te(d),N=d.samplingInterval,$=d.eventCapacity,et=d.flushInterval,ea=d.logger,en,er=[],eo=0,el=!1,ec=!1;function k(){return 0===N||0===Math.floor(Math.random()*N)}function E(c){let d=ep.extend({},c);return"identify"===c.kind||"feature"===c.kind||"custom"===c.kind?d.context=T.filter(c.context):(d.contextKeys=eN(c.context,ea),delete d.context),"feature"===c.kind&&(delete d.trackEvents,delete d.debugEventsUntilDate),d}function D(c){er.length<$?(er.push(c),ec=!1):(ec||(ec=!0,ea.warn(eR.eventCapacityExceeded())),v&&v.incrementDroppedEvents())}return R.enqueue=function(c){if(el)return;let d=!1,p=!1;if(j.summarizeEvent(c),"feature"===c.kind?k()&&(d=!!c.trackEvents,p=!!c.debugEventsUntilDate&&c.debugEventsUntilDate>eo&&c.debugEventsUntilDate>(new Date).getTime()):d=k(),d&&D(E(c)),p){let d=ep.extend({},c,{kind:"debug"});d.context=T.filter(d.context),delete d.trackEvents,delete d.debugEventsUntilDate,D(d)}},R.flush=function(){if(el)return Promise.resolve();let c=er,d=j.getSummary();return j.clearSummary(),d&&(d.kind="summary",c.push(d)),v&&v.setEventsInLastBatch(c.length),0===c.length?Promise.resolve():(er=[],ea.debug(eR.debugPostingEvents(c.length)),S.sendEvents(c,P).then(c=>{c&&(c.serverTime&&(eo=c.serverTime),U.isHttpErrorRecoverable(c.status)||(el=!0),c.status>=400&&ep.onNextTick(()=>{g.maybeReportError(new U.LDUnexpectedResponseError(eR.httpErrorMessage(c.status,"event posting","some events were dropped")))}))}))},R.start=function(){let e=()=>{R.flush(),en=setTimeout(e,et)};en=setTimeout(e,et)},R.stop=function(){clearTimeout(en)},R},Ae=function(c){let d={},p={};return d.on=function(c,d,v){p[c]=p[c]||[],p[c]=p[c].concat({handler:d,context:v})},d.off=function(c,d,v){if(p[c])for(let g=0;g{let n=()=>{c.off(eL,n),d()};c.on(eL,n)}).catch(()=>{});return{getInitializationPromise:()=>g||(d?Promise.resolve():p?Promise.reject(v):g=new Promise((d,p)=>{let r=()=>{c.off(e$,r),d()},o=d=>{c.off(eW,o),p(d)};c.on(e$,r),c.on(eW,o)})),getReadyPromise:()=>I,signalSuccess:()=>{d||p||(d=!0,c.emit(e$),c.emit(eL))},signalFailure:g=>{d||p||(p=!0,v=g,c.emit(eW,g),c.emit(eL)),c.maybeReportError(g)}}},$e=function(c,d,p,v){let g={};function i(){let c="",g=v.getContext();return g&&(c=p||ep.btoa(JSON.stringify(g))),"ld:"+d+":"+c}return g.loadFlags=()=>c.get(i()).then(c=>{if(null==c)return null;try{let d=JSON.parse(c);if(d){let c=d.$schema;void 0===c||c<1?d=ep.transformValuesToVersionedValues(d):delete d.$schema}return d}catch(c){return g.clearFlags().then(()=>null)}}),g.saveFlags=d=>{let p=ep.extend({},d,{$schema:1});return c.set(i(),JSON.stringify(p))},g.clearFlags=()=>c.clear(i()),g},Ve=function(c,d){let p={},v=!1,o=c=>{v||(v=!0,d.warn(eR.localStorageUnavailable(c)))};return p.isEnabled=()=>!!c,p.get=d=>new Promise(p=>{c?c.get(d).then(p).catch(c=>{o(c),p(void 0)}):p(void 0)}),p.set=(d,p)=>new Promise(v=>{c?c.set(d,p).then(()=>v(!0)).catch(c=>{o(c),v(!1)}):v(!1)}),p.clear=d=>new Promise(p=>{c?c.clear(d).then(()=>p(!0)).catch(c=>{o(c),p(!1)}):p(!1)}),p};let{appendUrlPath:eH,base64URLEncode:eV,objectHasOwnProperty:eU}=ep,{getLDHeaders:eG,transformHeaders:eX}=eF,{isHttpErrorRecoverable:eK}=U;var Je=function(c,d,p,v){let g=d.streamUrl,I=d.logger,R={},S=eH(g,"/eval/"+p),P=d.useReport,j=d.evaluationReasons,T=d.streamReconnectDelay,N=eG(c,d),$,U=!1,et=null,ea=null,en=null,er=null,eo=null,el=0;function b(){var c;let d=(c=function(){let c=T*Math.pow(2,el);return c>3e4?3e4:c}())-Math.trunc(.5*Math.random()*c);return el+=1,d}function k(c){if(c.status&&"number"==typeof c.status&&!eK(c.status))return x(),I.error(eR.unrecoverableStreamError(c)),void(ea&&(clearTimeout(ea),ea=null));let d=b();U||(I.warn(eR.streamError(c,d)),U=!0),C(!1),x(),E(d)}function E(c){ea||(c?ea=setTimeout(D,c):D())}function D(){let v;ea=null;let R="",T={headers:N,readTimeoutMillis:3e5};if(c.eventSourceFactory){for(let N in null!=er&&(R="h="+er),P?c.eventSourceAllowsReport?(v=S,T.method="REPORT",T.headers["Content-Type"]="application/json",T.body=JSON.stringify(en)):(v=eH(g,"/ping/"+p),R=""):v=S+"/"+eV(JSON.stringify(en)),T.headers=eX(T.headers,d),j&&(R=R+(R?"&":"")+"withReasons=true"),v=v+(R?"?":"")+R,x(),I.info(eR.streamConnecting(v)),$=(new Date).getTime(),et=c.eventSourceFactory(v,T),eo)eU(eo,N)&&et.addEventListener(N,eo[N]);et.onerror=k,et.onopen=()=>{el=0}}}function x(){et&&(I.info(eR.streamClosing()),et.close(),et=null)}function C(c){$&&v&&v.recordStreamInit($,!c,(new Date).getTime()-$),$=null}return R.connect=function(c,d,p){for(let v in en=c,er=d,eo={},p||{})eo[v]=function(c){U=!1,C(!0),p[v]&&p[v](c)};E()},R.disconnect=function(){clearTimeout(ea),ea=null,x()},R.isConnected=function(){return!!(et&&c.eventSourceIsActive&&c.eventSourceIsActive(et))},R},Be=function(c){let d,p,v,g;let I={addPromise:(I,R)=>{d=I,p&&p(),p=R,I.then(p=>{d===I&&(v(p),c&&c())},p=>{d===I&&(g(p),c&&c())})}};return I.resultPromise=new Promise((c,d)=>{v=c,g=d}),I};let{transformHeaders:eY,getLDHeaders:eZ}=eF,eQ="application/json";var Qe=function(c,d,p){let v=d.baseUrl,g=d.useReport,I=d.evaluationReasons,R=d.logger,S={},P={};function l(p,v){if(!c.httpRequest)return new Promise((c,d)=>{d(new U.LDFlagFetchError(eR.httpUnavailable()))});let g=v?"REPORT":"GET",I=eZ(c,d);v&&(I["Content-Type"]=eQ);let R=P[p];R||(R=Be(()=>{delete P[p]}),P[p]=R);let S=c.httpRequest(g,p,eY(I,d),v),j=S.promise.then(c=>{if(200===c.status){if(c.header("content-type")&&c.header("content-type").substring(0,16)===eQ)return JSON.parse(c.body);{let d=eR.invalidContentType(c.header("content-type")||"");return Promise.reject(new U.LDFlagFetchError(d))}}return Promise.reject(404===c.status?new U.LDInvalidEnvironmentIdError(eR.environmentNotFound()):new U.LDFlagFetchError(eR.errorFetchingFlags(c.statusText||String(c.status))))},c=>Promise.reject(new U.LDFlagFetchError(eR.networkError(c))));return R.addPromise(j,()=>{S.cancel&&S.cancel()}),R.resultPromise}return S.fetchJSON=function(c){return l(ep.appendUrlPath(v,c),null)},S.fetchFlagSettings=function(c,d){let S,P,j="";return g?(S=[v,"/sdk/evalx/",p,"/context"].join(""),P=JSON.stringify(c)):S=[v,"/sdk/evalx/",p,"/contexts/",ep.base64URLEncode(JSON.stringify(c))].join(""),d&&(j="h="+d),I&&(j=j+(j?"&":"")+"withReasons=true"),S=S+(j?"?":"")+j,R.debug(eR.debugPolling(S)),l(S,P)},S},Ye=function(c,d){let p;let v={};return v.setContext=function(c){(p=ep.sanitizeContext(c))&&d&&d(ep.clone(p))},v.getContext=function(){return p?ep.clone(p):null},c&&v.setContext(c),v};let{v1:eJ}=eb,{getContextKinds:e1}=eE;var tt=function(c){function t(c){return null==c||"user"===c?"ld:$anonUserId":`ld:$contextKey:${c}`}function n(d,p){return null!==p.key&&void 0!==p.key?(p.key=p.key.toString(),Promise.resolve(p)):p.anonymous?c.get(t(d)).then(v=>{if(v)return p.key=v,p;{let v=eJ();return p.key=v,c.set(t(d),v).then(()=>p)}}):Promise.reject(new U.LDInvalidUserError(eR.invalidContext()))}this.processContext=c=>{if(!c)return Promise.reject(new U.LDInvalidUserError(eR.contextNotSpecified()));let d=ep.clone(c);if("multi"===c.kind){let c=e1(d);return Promise.all(c.map(c=>n(c,d[c]))).then(()=>d)}return n(c.kind,d)}};let{v1:e0}=eb,{baseOptionDefs:e2}=eP,{appendUrlPath:e3}=ep;var e5={DiagnosticId:function(c){let d={diagnosticId:e0()};return c&&(d.sdkKeySuffix=c.length>6?c.substring(c.length-6):c),d},DiagnosticsAccumulator:function(c){let d,p,v,g;function i(c){d=c,p=0,v=0,g=[]}return i(c),{getProps:()=>({dataSinceDate:d,droppedEvents:p,eventsInLastBatch:v,streamInits:g}),setProps:c=>{d=c.dataSinceDate,p=c.droppedEvents||0,v=c.eventsInLastBatch||0,g=c.streamInits||[]},incrementDroppedEvents:()=>{p++},setEventsInLastBatch:c=>{v=c},recordStreamInit:(c,d,p)=>{g.push({timestamp:c,failed:d,durationMillis:p})},reset:i}},DiagnosticsManager:function(c,d,p,v,g,I,R){let S=!!c.diagnosticUseCombinedEvent,P="ld:"+g+":$diagnostics",j=e3(I.eventsUrl,"/events/diagnostic/"+g),T=I.diagnosticRecordingInterval,N,$,U=!!I.streaming,et={};function m(){return{sdk:w(),configuration:b(),platform:c.diagnosticPlatformData}}function h(c){I.logger&&I.logger.debug(eR.debugPostingDiagnosticEvent(c)),v.sendEvents(c,j,!0).then(()=>{}).catch(()=>{})}function y(){h(function(){let c=(new Date).getTime(),d={kind:S?"diagnostic-combined":"diagnostic",id:R,creationDate:c,...p.getProps()};return S&&(d={...d,...m()}),p.reset(c),d}()),$=setTimeout(y,T),N=(new Date).getTime(),S&&function(){if(d.isEnabled()){let c={...p.getProps()};d.set(P,JSON.stringify(c))}}()}function w(){let d={...c.diagnosticSdkData};return I.wrapperName&&(d.wrapperName=I.wrapperName),I.wrapperVersion&&(d.wrapperVersion=I.wrapperVersion),d}function b(){return{customBaseURI:I.baseUrl!==e2.baseUrl.default,customStreamURI:I.streamUrl!==e2.streamUrl.default,customEventsURI:I.eventsUrl!==e2.eventsUrl.default,eventsCapacity:I.eventCapacity,eventsFlushIntervalMillis:I.flushInterval,reconnectTimeMillis:I.streamReconnectDelay,streamingDisabled:!U,allAttributesPrivate:!!I.allAttributesPrivate,diagnosticRecordingIntervalMillis:I.diagnosticRecordingInterval,usingSecureMode:!!I.hash,bootstrapMode:!!I.bootstrap,fetchGoalsDisabled:!I.fetchGoals,sendEventsOnlyForVariation:!!I.sendEventsOnlyForVariation}}return et.start=()=>{S?function(c){if(!d.isEnabled())return c(!1);d.get(P).then(d=>{if(d)try{let c=JSON.parse(d);p.setProps(c),N=c.dataSinceDate}catch(c){}c(!0)}).catch(()=>{c(!1)})}(c=>{if(c){let c=(N||0)+T,d=(new Date).getTime();d>=c?y():$=setTimeout(y,c-d)}else 0===Math.floor(4*Math.random())?y():$=setTimeout(y,T)}):(h({kind:"diagnostic-init",id:R,creationDate:p.getProps().dataSinceDate,...m()}),$=setTimeout(y,T))},et.stop=()=>{$&&clearTimeout($)},et.setStreaming=c=>{U=c},et}},at=function(c,d){let p=!1,v={type:c.type,name:c.name,synchronous:c.synchronous,method:(...g)=>{try{c.method(...g)}catch{p||(p=!0,d.warn(eR.inspectorMethodError(v.type,v.name)))}}};return v};let{onNextTick:e4}=ep,e6={flagUsed:"flag-used",flagDetailsChanged:"flag-details-changed",flagDetailChanged:"flag-detail-changed",clientIdentityChanged:"client-identity-changed"};Object.freeze(e6);let{LDTimeoutError:e9}=U,e7="unknown hook";function gt(c,d,p,v,g){try{return v()}catch(v){return c?.error(`An error was encountered in "${d}" of the "${p}" hook: ${v}`),g}}function vt(c,d){try{return d.getMetadata().name||e7}catch{return c.error("Exception thrown getting metadata for hook. Unable to get hook name."),e7}}var pt=function(c,d){let p=d?[...d]:[];return{withEvaluation:function(d,v,g,I){if(0===p.length)return I();let R=[...p],S={flagKey:d,context:v,defaultValue:g},P=R.map(d=>gt(c,"beforeEvaluation",vt(c,d),()=>d?.beforeEvaluation?.(S,{})??{},{})),j=I();return function(c,d,p,v,g){for(let I=d.length-1;I>=0;I-=1){let R=d[I],S=v[I];gt(c,"afterEvaluation",vt(c,R),()=>R?.afterEvaluation?.(p,S,g)??{},{})}}(c,R,S,P,j),j},identify:function(d,v){let g=[...p],I={context:d,timeout:v},R=g.map(d=>gt(c,"beforeIdentify",vt(c,d),()=>d?.beforeIdentify?.(I,{})??{},{}));return d=>{!function(c,d,p,v,g){for(let I=d.length-1;I>=0;I-=1){let R=d[I],S=v[I];gt(c,"afterIdentify",vt(c,R),()=>R?.afterIdentify?.(p,S,g)??{},{})}}(c,g,I,R,d)}},addHook:function(c){p.push(c)},afterTrack:function(d){if(0===p.length)return;let v=[...p];!function(c,d,p){for(let v=d.length-1;v>=0;v-=1){let g=d[v];gt(c,"afterTrack",vt(c,g),()=>g?.afterTrack?.(p),void 0)}}(c,v,d)}}};let e8="unknown plugin";function ht(c,d){try{return d.getMetadata().name||e8}catch(d){return c.error("Exception thrown getting metadata for plugin. Unable to get plugin name."),e8}}let{commonBasicLogger:ta}=eC,{checkContext:tn,getContextKeys:tr}=eE,{InspectorTypes:to,InspectorManager:tl}={InspectorTypes:e6,InspectorManager:function(c,d){let p={},v={[e6.flagUsed]:[],[e6.flagDetailsChanged]:[],[e6.flagDetailChanged]:[],[e6.clientIdentityChanged]:[]},g={[e6.flagUsed]:[],[e6.flagDetailsChanged]:[],[e6.flagDetailChanged]:[],[e6.clientIdentityChanged]:[]},I=c&&c.map(c=>at(c,d));return I&&I.forEach(c=>{Object.prototype.hasOwnProperty.call(v,c.type)&&!c.synchronous?v[c.type].push(c):Object.prototype.hasOwnProperty.call(g,c.type)&&c.synchronous?g[c.type].push(c):d.warn(eR.invalidInspector(c.type,c.name))}),p.hasListeners=c=>v[c]&&v[c].length||g[c]&&g[c].length,p.onFlagUsed=(c,d,p)=>{let I=e6.flagUsed;g[I].length&&g[I].forEach(v=>v.method(c,d,p)),v[I].length&&e4(()=>{v[I].forEach(v=>v.method(c,d,p))})},p.onFlags=c=>{let d=e6.flagDetailsChanged;g[d].length&&g[d].forEach(d=>d.method(c)),v[d].length&&e4(()=>{v[d].forEach(d=>d.method(c))})},p.onFlagChanged=(c,d)=>{let p=e6.flagDetailChanged;g[p].length&&g[p].forEach(p=>p.method(c,d)),v[p].length&&e4(()=>{v[p].forEach(p=>p.method(c,d))})},p.onIdentityChanged=c=>{let d=e6.clientIdentityChanged;g[d].length&&g[d].forEach(d=>d.method(c)),v[d].length&&e4(()=>{v[d].forEach(d=>d.method(c))})},p}},{getPluginHooks:tc,registerPlugins:ti,createPluginEnvironment:ts}={getPluginHooks:function(c,d,p){let v=[];return p.forEach(p=>{try{let g=p.getHooks?.(d);void 0===g?c.error(`Plugin ${ht(c,p)} returned undefined from getHooks.`):g&&g.length>0&&v.push(...g)}catch(d){c.error(`Exception thrown getting hooks for plugin ${ht(c,p)}. Unable to get hooks.`)}}),v},registerPlugins:function(c,d,p,v){v.forEach(v=>{try{v.register(p,d)}catch(d){c.error(`Exception thrown registering plugin ${ht(c,v)}.`)}})},createPluginEnvironment:function(c,d,p){let v={};c.userAgent&&(v.name=c.userAgent),c.version&&(v.version=c.version),p.wrapperName&&(v.wrapperName=p.wrapperName),p.wrapperVersion&&(v.wrapperVersion=p.wrapperVersion);let g={};p.application&&(p.application.name&&(g.name=p.application.name),p.application.version&&(g.version=p.application.version));let I={sdk:v,clientSideId:d};return Object.keys(g).length>0&&(I.application=g),I}},td="change",tu="internal-change";var tp={initialize:function(c,d,p,v,g){let I=p&&p.logger?p.logger:g&&g.logger&&g.logger.default||ta("warn"),R=Ae(I),S=Ne(R),P=eP.validate(p,R,g,I),j=tl(P.inspectors,I),T=P.sendEvents,N=c,$=P.hash,et=[...P.plugins],ea=ts(v,c,P),en=tc(I,ea,et),er=pt(I,[...P.hooks,...en]),eo=Ve(v.localStorage,I),el=he(v,N,P),ec=P.sendEvents&&!P.diagnosticOptOut,ei=ec?e5.DiagnosticId(N):null,es=ec?e5.DiagnosticsAccumulator((new Date).getTime()):null,ed=ec?e5.DiagnosticsManager(v,eo,es,el,N,P,ei):null,eu=Je(v,P,N,es),eh=P.eventProcessor||Ue(v,P,N,es,R,el),ev=Qe(v,P,N),eg,ey,ef,em={},ek=P.streaming,eM=!1,eb=!1,eI=!0,eC=P.stateProvider,ex=Ye(null,function(c){!eC&&c&&H({kind:"identify",context:c,creationDate:(new Date).getTime()}),j.hasListeners(to.clientIdentityChanged)&&j.onIdentityChanged(ex.getContext())}),eS=new tt(eo),e_=eo.isEnabled()?$e(eo,N,$,ex):null;function H(c){N&&(eC&&eC.enqueueEvent&&eC.enqueueEvent(c)||(c.context?(eI=!1,!T||eb||v.isDoNotTrack()||(I.debug(eR.debugEnqueueingEvent(c.kind)),eh.enqueue(c))):eI&&(I.warn(eR.eventWithoutContext()),eI=!1)))}function M(c,d){j.hasListeners(to.flagDetailChanged)&&j.onFlagChanged(c.key,J(d))}function q(){j.hasListeners(to.flagDetailsChanged)&&j.onFlags(Object.entries(em).map(([c,d])=>({key:c,detail:J(d)})).reduce((c,d)=>(c[d.key]=d.detail,c),{}))}function K(c,d,p,v){let g=ex.getContext(),I=new Date,R={kind:"feature",key:c,context:g,value:d?d.value:null,variation:d?d.variationIndex:null,default:p,creationDate:I.getTime()},S=em[c];S&&(R.version=S.flagVersion?S.flagVersion:S.version,R.trackEvents=S.trackEvents,R.debugEventsUntilDate=S.debugEventsUntilDate),(v||S&&S.trackReason)&&d&&(R.reason=d.reason),H(R)}function z(c){return tn(c,!1)?Promise.resolve(c):Promise.reject(new U.LDInvalidUserError(eR.invalidContext()))}function _(c,d,p,v,g,I){var R;let S,P;return em&&ep.objectHasOwnProperty(em,c)&&em[c]&&!em[c].deleted?(S=J(P=em[c]),null!==P.value&&void 0!==P.value||(S.value=d)):S={value:d,variationIndex:null,reason:{kind:"ERROR",errorKind:"FLAG_NOT_FOUND"}},p&&(g||P?.prerequisites?.forEach(c=>{_(c,void 0,p,!1,!1,!1)}),K(c,S,d,v)),!g&&I&&(R=S,j.hasListeners(to.flagUsed)&&j.onFlagUsed(c,R,ex.getContext())),S}function J(c){return{value:c.value,variationIndex:void 0===c.variation?null:c.variation,reason:c.reason||null}}function B(){if(ey=!0,!ex.getContext())return;let e=c=>{try{return JSON.parse(c)}catch(c){return void R.maybeReportError(new U.LDInvalidDataError(eR.invalidData()))}};eu.connect(ex.getContext(),$,{ping:function(){I.debug(eR.debugStreamPing());let c=ex.getContext();ev.fetchFlagSettings(c,$).then(d=>{ep.deepEquals(c,ex.getContext())&&W(d||{})}).catch(c=>{R.maybeReportError(new U.LDFlagFetchError(eR.errorFetchingFlags(c)))})},put:function(c){let d=e(c.data);d&&(I.debug(eR.debugStreamPut()),W(d))},patch:function(c){let d=e(c.data);if(!d)return;let p=em[d.key];if(p&&p.version&&d.version&&!(p.version{})}function X(c){let d=Object.keys(c);if(d.length>0){let p={};d.forEach(d=>{let v=c[d].current,g=v?v.value:void 0,I=c[d].previous;R.emit(td+":"+d,g,I),p[d]=v?{current:g,previous:I}:{previous:I}}),R.emit(td,p),R.emit(tu,em),P.sendEventsOnlyForVariation||eC||d.forEach(d=>{K(d,c[d].current)})}return eg&&e_?e_.saveFlags(em):Promise.resolve()}function Q(){let c=ek||ef&&void 0===ek;c&&!ey?B():!c&&ey&&G(),ed&&ed.setStreaming(c)}function Y(c){return c===td||c.substr(0,7)===td+":"}if("string"==typeof P.bootstrap&&"LOCALSTORAGE"===P.bootstrap.toUpperCase()&&(e_?eg=!0:I.warn(eR.localStorageUnavailable())),"object"==typeof P.bootstrap&&(em=function(c){let d=Object.keys(c),p="$flagsState",v="$valid",g=c[p];!g&&d.length&&I.warn(eR.bootstrapOldFormat()),!1===c[v]&&I.warn(eR.bootstrapInvalid());let R={};return d.forEach(d=>{if(d!==p&&d!==v){let p={value:c[d]};g&&g[d]?p=ep.extend(p,g[d]):p.version=0,R[d]=p}}),R}(P.bootstrap)),eC){let c=eC.getInitialState();c?Z(c):eC.on("init",Z),eC.on("update",function(c){c.context&&ex.setContext(c.context),c.flags&&W(c.flags)})}else{let p;(c?eS.processContext(d).then(z).then(c=>(p=ep.once(er.identify(c,void 0)),c)).then(c=>(p?.({status:"completed"}),ex.setContext(c),"object"==typeof P.bootstrap?ee():eg?e_.loadFlags().then(c=>null==c?(em={},ev.fetchFlagSettings(ex.getContext(),$).then(c=>W(c||{})).then(ee).catch(c=>{te(new U.LDFlagFetchError(eR.errorFetchingFlags(c)))})):(em=c,ep.onNextTick(ee),ev.fetchFlagSettings(ex.getContext(),$).then(c=>W(c)).catch(c=>R.maybeReportError(c)))):ev.fetchFlagSettings(ex.getContext(),$).then(c=>{em=c||{},q(),ee()}).catch(c=>{em={},te(c)}))).catch(c=>{throw p?.({status:"error"}),c}):Promise.reject(new U.LDInvalidEnvironmentIdError(eR.environmentNotSpecified()))).catch(te)}function Z(c){N=c.environment,ex.setContext(c.context),em={...c.flags},ep.onNextTick(ee)}function ee(){I.info(eR.clientInitialized()),eM=!0,Q(),S.signalSuccess()}function te(c){S.signalFailure(c)}let ew={waitForInitialization:function(c){if(null!=c){if("number"==typeof c)return function(c){c>5&&I.warn("The waitForInitialization function was called with a timeout greater than 5 seconds. We recommend a timeout of 5 seconds or less.");let d=S.getInitializationPromise(),p=new Promise((d,p)=>{setTimeout(()=>{p(new e9(`waitForInitialization timed out after ${c} seconds.`))},1e3*c)});return Promise.race([p,d]).catch(c=>{throw c instanceof U.LDTimeoutError&&I.error(`waitForInitialization error: ${c}`),c})}(c);I.warn("The waitForInitialization method was provided with a non-numeric timeout.")}return I.warn("The waitForInitialization function was called without a timeout specified. In a future version a default timeout will be applied."),S.getInitializationPromise()},waitUntilReady:()=>S.getReadyPromise(),identify:function(c,d,p){let v;if(eb)return ep.wrapPromiseCallback(Promise.resolve({}),p);if(eC)return I.warn(eR.identifyDisabled()),ep.wrapPromiseCallback(Promise.resolve(ep.transformVersionedValuesToValues(em)),p);let g=eg&&e_?e_.clearFlags():Promise.resolve();return ep.wrapPromiseCallback(g.then(()=>eS.processContext(c)).then(z).then(c=>(v=ep.once(er.identify(c,void 0)),c)).then(c=>ev.fetchFlagSettings(c,d).then(p=>{let v=ep.transformVersionedValuesToValues(p);return ex.setContext(c),$=d,p?W(p).then(()=>v):v})).then(c=>(v?.({status:"completed"}),ey&&B(),c)).catch(c=>(v?.({status:"error"}),R.maybeReportError(c),Promise.reject(c))),p)},getContext:function(){return ex.getContext()},variation:function(c,d){let{value:p}=er.withEvaluation(c,ex.getContext(),d,()=>_(c,d,!0,!1,!1,!0));return p},variationDetail:function(c,d){return er.withEvaluation(c,ex.getContext(),d,()=>_(c,d,!0,!0,!1,!0))},track:function(c,d,p){if("string"!=typeof c)return void R.maybeReportError(new U.LDInvalidEventKeyError(eR.unknownCustomEventKey(c)));void 0!==p&&"number"!=typeof p&&I.warn(eR.invalidMetricValue(typeof p)),v.customEventFilter&&!v.customEventFilter(c)&&I.warn(eR.unknownCustomEventKey(c));let g=ex.getContext(),S={kind:"custom",key:c,context:g,url:v.getCurrentUrl(),creationDate:(new Date).getTime()};g&&g.anonymous&&(S.contextKind=g.anonymous?"anonymousUser":"user"),null!=d&&(S.data=d),null!=p&&(S.metricValue=p),H(S),er.afterTrack({context:g,key:c,data:d,metricValue:p})},on:function(c,d,p){Y(c)?(ef=!0,eM&&Q(),R.on(c,d,p)):R.on(...arguments)},off:function(c){if(R.off(...arguments),Y(c)){let c=!1;R.getEvents().forEach(d=>{Y(d)&&R.getEventListenerCount(d)>0&&(c=!0)}),c||(ef=!1,ey&&void 0===ek&&G())}},setStreaming:function(c){let d=null===c?void 0:c;d!==ek&&(ek=d,Q())},flush:function(c){return ep.wrapPromiseCallback(T?eh.flush():Promise.resolve(),c)},allFlags:function(){let c={};if(!em)return c;for(let d in em)ep.objectHasOwnProperty(em,d)&&!em[d].deleted&&(c[d]=_(d,null,!P.sendEventsOnlyForVariation,!1,!0,!1).value);return c},close:function(c){if(eb)return ep.wrapPromiseCallback(Promise.resolve(),c);let t=()=>{eb=!0,em={}},d=Promise.resolve().then(()=>{if(G(),ed&&ed.stop(),T)return eh.stop(),eh.flush()}).then(t).catch(t);return ep.wrapPromiseCallback(d,c)},addHook:function(c){er.addHook(c)}};return ti(I,ea,ew,et),{client:ew,options:P,emitter:R,ident:ex,logger:I,requestor:ev,start:function(){T&&(ed&&ed.start(),eh.start())},enqueueEvent:H,getFlagsInternal:function(){return em},getEnvironmentId:()=>N,internalChangeEventName:tu}},commonBasicLogger:ta,errors:U,messages:eR},th=tp.initialize,tv=tp.errors;function At(c,d,p){var v;return(d="symbol"==typeof(v=function(c,d){if("object"!=typeof c||!c)return c;var p=c[Symbol.toPrimitive];if(void 0!==p){var v=p.call(c,d||"default");if("object"!=typeof v)return v;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===d?String:Number)(c)}(d,"string"))?v:v+"")in c?Object.defineProperty(c,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):c[d]=p,c}function Rt(c,d){var p=Object.keys(c);if(Object.getOwnPropertySymbols){var v=Object.getOwnPropertySymbols(c);d&&(v=v.filter(function(d){return Object.getOwnPropertyDescriptor(c,d).enumerable})),p.push.apply(p,v)}return p}function jt(c){for(var d=1;dparseInt(d[2],10)}return!0}())return tg;var I,R=new window.XMLHttpRequest;for(var S in R.open(c,d,!g),p||{})Object.prototype.hasOwnProperty.call(p,S)&&R.setRequestHeader(S,p[S]);if(g){try{R.send(v)}catch(c){}return tg}return{promise:new Promise(function(c,d){R.addEventListener("load",function(){I||c({status:R.status,header:function(c){return R.getResponseHeader(c)},body:R.responseText})}),R.addEventListener("error",function(){I||d(Error())}),R.send(v)}),cancel:function(){I=!0,R.abort()}}}var Ht=c=>{if("string"!=typeof c)throw TypeError("Expected a string");return c.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")};function Mt(c,d,p,v){var g,I,R=(("substring"===c.kind||"regex"===c.kind)&&v.includes("/")?d:d.replace(v,"")).replace(p,"");switch(c.kind){case"exact":I=d,g=RegExp("^"+Ht(c.url)+"/?$");break;case"canonical":I=R,g=RegExp("^"+Ht(c.url)+"/?$");break;case"substring":I=R,g=RegExp(".*"+Ht(c.substring)+".*$");break;case"regex":I=R,g=new RegExp(c.pattern);break;default:return!1}return g.test(I)}function qt(c,d){for(var p={},v=null,g=[],I=0;I0&&(v=function(c){for(var p=function(c,d){for(var p=[],v=0;v0;){for(var P=0;P0&&(v=qt(p=c,i),function(c,d){var p,v=window.location.href;function o(){(p=window.location.href)!==v&&(v=p,d())}(function e(c,d){c(),setTimeout(function(){e(c,d)},d)})(o,300),window.history&&window.history.pushState?window.addEventListener("popstate",o):window.addEventListener("hashchange",o)}(0,o)),d()}).catch(function(p){c.emitter.maybeReportError(new tv.LDUnexpectedResponseError((p&&p.message,p.message))),d()}),{}}var ty="goalsReady",tf={fetchGoals:{default:!0},hash:{type:"string"},eventProcessor:{type:"object"},eventUrlTransformer:{type:"function"},disableSyncEventPost:{default:!1}};function Jt(c,d){var p=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},v=function(c){var d,p={userAgentHeaderName:"X-LaunchDarkly-User-Agent",synchronousFlush:!1};if(window.XMLHttpRequest){var v=c&&c.disableSyncEventPost;p.httpRequest=function(c,d,g,I){var R=!v&p.synchronousFlush;return p.synchronousFlush=!1,Vt(c,d,g,I,R)}}p.httpAllowsPost=function(){return void 0===d&&(d=!!window.XMLHttpRequest&&"withCredentials"in new window.XMLHttpRequest),d},p.httpFallbackPing=function(c){(new window.Image).src=c};var g,I=c&&c.eventUrlTransformer;p.getCurrentUrl=function(){return I?I(window.location.href):window.location.href},p.isDoNotTrack=function(){var c;return 1===(c=window.navigator&&void 0!==window.navigator.doNotTrack?window.navigator.doNotTrack:window.navigator&&void 0!==window.navigator.msDoNotTrack?window.navigator.msDoNotTrack:window.doNotTrack)||!0===c||"1"===c||"yes"===c};try{window.localStorage&&(p.localStorage={get:function(c){return new Promise(function(d){d(window.localStorage.getItem(c))})},set:function(c,d){return new Promise(function(p){window.localStorage.setItem(c,d),p()})},clear:function(c){return new Promise(function(d){window.localStorage.removeItem(c),d()})}})}catch(c){p.localStorage=null}return c&&c.useReport&&"function"==typeof window.EventSourcePolyfill&&window.EventSourcePolyfill.supportedOptions&&window.EventSourcePolyfill.supportedOptions.method?(p.eventSourceAllowsReport=!0,g=window.EventSourcePolyfill):(p.eventSourceAllowsReport=!1,g=window.EventSource),window.EventSource&&(p.eventSourceFactory=function(c,d){var p=jt(jt({},{heartbeatTimeout:3e5,silentTimeout:3e5,skipDefaultHeaders:!0}),d);return new g(c,p)},p.eventSourceIsActive=function(c){return c.readyState===window.EventSource.OPEN||c.readyState===window.EventSource.CONNECTING}),p.userAgent="JSClient",p.version="3.7.0",p.diagnosticSdkData={name:"js-client-sdk",version:"3.7.0"},p.diagnosticPlatformData={name:"JS"},p.diagnosticUseCombinedEvent=!0,p}(p),g=th(c,d,p,v,tf),I=g.client,R=g.options,S=g.emitter,P=new Promise(function(c){var d=S.on(ty,function(){S.off(ty,d),c()})});I.waitUntilGoalsReady=function(){return P},R.fetchGoals?Kt(g,function(){return S.emit(ty)}):S.emit(ty),"complete"!==document.readyState?window.addEventListener("load",g.start):g.start();var u=function(){v.synchronousFlush=!0,I.flush().catch(function(){}),v.synchronousFlush=!1};return document.addEventListener("visibilitychange",function(){"hidden"===document.visibilityState&&u()}),window.addEventListener("pagehide",u),I}var tm=p(76884),tk=p.n(tm),tM=p(8679),tb=p.n(tM);let tI=(0,R.createContext)({flags:{},flagKeyMap:{},ldClient:void 0}),{Provider:tC,Consumer:tx}=tI,tR={useCamelCaseFlagKeys:!0,sendEventsOnFlagRead:!0,reactContext:tI},esm_h=c=>{var d;return null!=(d=c.context)?d:c.user},esm_g=c=>{let d={};for(let p in c)0!==p.indexOf("$")&&(d[tk()(p)]=c[p]);return d},esm_O=(c,d)=>{let p={};for(let v in c)d&&void 0===d[v]||(p[v]=c[v].current);return p},esm_b=(c,d)=>{let p=c.allFlags();return d?Object.keys(d).reduce((c,v)=>(c[v]=Object.prototype.hasOwnProperty.call(p,v)?p[v]:d[v],c),{}):p};function esm_m(c,d,p=tR,v){let g=void 0===v?d:Object.keys(v).reduce((c,p)=>(esm_v(d,p)&&(c[p]=d[p]),c),{}),{useCamelCaseFlagKeys:I=!0}=p,[R,S={}]=I?function(c){let d={},p={};for(let v in c){if(0===v.indexOf("$"))continue;let g=tk()(v);d[g]=c[v],p[g]=v}return[d,p]}(g):[g];return{flags:p.sendEventsOnFlagRead?esm_C(c,R,S,I):R,flagKeyMap:S}}function esm_v(c,d){return Object.prototype.hasOwnProperty.call(c,d)}function esm_C(c,d,p,v){return new Proxy(d,{get(d,g,I){let R=Reflect.get(d,g,I),S=v&&esm_v(p,g)||esm_v(d,g);if("symbol"==typeof g||!S)return R;if(void 0===R)return;let P=v?p[g]:g;return c.variation(P,R)}})}esm_g.camelCaseKeys=esm_g;let tS={wrapperName:"react-client-sdk",wrapperVersion:"3.7.0",sendEventsOnlyForVariation:!0};var t_=Object.defineProperty,tw=Object.defineProperties,tP=Object.getOwnPropertyDescriptors,tO=Object.getOwnPropertySymbols,tF=Object.prototype.hasOwnProperty,tz=Object.prototype.propertyIsEnumerable,esm_k=(c,d,p)=>d in c?t_(c,d,{enumerable:!0,configurable:!0,writable:!0,value:p}):c[d]=p,esm_D=(c,d)=>{for(var p in d||(d={}))tF.call(d,p)&&esm_k(c,p,d[p]);if(tO)for(var p of tO(d))tz.call(d,p)&&esm_k(c,p,d[p]);return c},esm_I=(c,d)=>tw(c,tP(d)),esm_K=(c,d,p)=>new Promise((v,g)=>{var a=c=>{try{s(p.next(c))}catch(c){g(c)}},i=c=>{try{s(p.throw(c))}catch(c){g(c)}},s=c=>c.done?v(c.value):Promise.resolve(c.value).then(a,i);s((p=p.apply(c,d)).next())});let esm_R=class esm_R extends R.Component{constructor(c){super(c),this.getReactOptions=()=>esm_D(esm_D({},tR),this.props.reactOptions),this.subscribeToChanges=c=>{let{flags:d}=this.props;c.on("change",p=>{let v=this.getReactOptions(),g=esm_O(p,d),I=esm_D(esm_D({},this.state.unproxiedFlags),g);Object.keys(g).length>0&&this.setState(p=>esm_D(esm_I(esm_D({},p),{unproxiedFlags:I}),esm_m(c,I,v,d)))})},this.onFailed=(c,d)=>{this.setState(c=>esm_I(esm_D({},c),{error:d}))},this.onReady=(c,d,p)=>{let v=esm_b(c,p);this.setState(g=>esm_D(esm_I(esm_D({},g),{unproxiedFlags:v}),esm_m(c,v,d,p)))},this.prepareLDClient=()=>esm_K(this,null,function*(){var c;let{clientSideID:d,flags:p,options:v}=this.props,g=yield this.props.ldClient,I=this.getReactOptions(),R,S=this.state.unproxiedFlags;if(g)S=esm_b(g,p);else{let P=null!=(c=esm_h(this.props))?c:{anonymous:!0,kind:"user"};g=Jt(d,P,esm_D(esm_D({},tS),v));try{yield g.waitForInitialization(this.props.timeout),S=esm_b(g,p)}catch(c){(null==(R=c)?void 0:R.name.toLowerCase().includes("timeout"))&&(g.on("failed",this.onFailed),g.on("ready",()=>{this.onReady(g,I,p)}))}}this.setState(c=>esm_I(esm_D(esm_I(esm_D({},c),{unproxiedFlags:S}),esm_m(g,S,I,p)),{ldClient:g,error:R})),this.subscribeToChanges(g)});let{options:d}=c;if(this.state={flags:{},unproxiedFlags:{},flagKeyMap:{}},d){let{bootstrap:c}=d;if(c&&"localStorage"!==c){let{useCamelCaseFlagKeys:d}=this.getReactOptions();this.state={flags:d?esm_g(c):c,unproxiedFlags:c,flagKeyMap:{}}}}}componentDidMount(){return esm_K(this,null,function*(){let{deferInitialization:c}=this.props;c&&!esm_h(this.props)||(yield this.prepareLDClient())})}componentDidUpdate(c){return esm_K(this,null,function*(){let{deferInitialization:d}=this.props,p=!esm_h(c)&&esm_h(this.props);d&&p&&(yield this.prepareLDClient())})}render(){let{flags:c,flagKeyMap:d,ldClient:p,error:v}=this.state,{reactContext:g}=this.getReactOptions();return R.createElement(g.Provider,{value:{flags:c,flagKeyMap:d,ldClient:p,error:v}},this.props.children)}};var tD=Object.defineProperty,tA=Object.defineProperties,tj=Object.getOwnPropertyDescriptors,tE=Object.getOwnPropertySymbols,tT=Object.prototype.hasOwnProperty,tB=Object.prototype.propertyIsEnumerable,esm_N=(c,d,p)=>d in c?tD(c,d,{enumerable:!0,configurable:!0,writable:!0,value:p}):c[d]=p,esm_U=(c,d)=>{for(var p in d||(d={}))tT.call(d,p)&&esm_N(c,p,d[p]);if(tE)for(var p of tE(d))tB.call(d,p)&&esm_N(c,p,d[p]);return c};function esm_q(c){return function(d){let{reactOptions:p}=c,v=esm_U(esm_U({},tR),p),g=tA(esm_U({},c),tj({reactOptions:v}));function s(c){return R.createElement(esm_R,esm_U({},g),R.createElement(d,esm_U({},c)))}return tb()(s,d),s}}Object.prototype.hasOwnProperty,Object.prototype.propertyIsEnumerable,Object.prototype.hasOwnProperty,Object.prototype.propertyIsEnumerable;var tN=p(34155);let tL={kind:"user",key:"anonymous",anonymous:!0},isTestEnvironment=()=>{var c,d;return!!window.Cypress||"true"===tN.env.CYPRESS||(null===(d=window.Cypress)||void 0===d?void 0:null===(c=d.env)||void 0===c?void 0:c.call(d,"CYPRESS"))==="true"};function LaunchDarklyProvider(c){let{children:d,clientSideID:p="674f41e91b6a97096a745f98",context:g=tL}=c;if(isTestEnvironment())return(0,v.jsx)(v.Fragment,{children:d});if(!p)return console.warn("LaunchDarkly client-side ID not provided"),(0,v.jsx)(v.Fragment,{children:d});let I=esm_q({clientSideID:p,context:g}),R=I(()=>(0,v.jsx)(v.Fragment,{children:d}));return(0,v.jsx)(R,{})}var t$=p(9008),tW=p.n(t$),tH=p(17257),_app=c=>{let{Component:d,pageProps:p}=c;return(0,v.jsxs)(v.Fragment,{children:[(0,v.jsxs)(tW(),{children:[(0,v.jsx)("title",{children:"FlyteHealth - Medically Supervised Weight Loss that Works"}),(0,v.jsx)("meta",{name:"viewport",content:"width=device-width, initial-scale=1.0"}),(0,v.jsx)("link",{rel:"icon",type:"image/png",href:"/static/favicon/favicon.ico"}),(0,v.jsx)("link",{rel:"apple-touch-icon",sizes:"16x16",href:"/static/favicon/favicon-16x16.png"}),(0,v.jsx)("link",{rel:"apple-touch-icon",sizes:"32x32",href:"/static/favicon/favicon-32x32.png"}),(0,v.jsx)("link",{rel:"apple-touch-icon",sizes:"48x48",href:"/static/favicon/favicon-48x48.png"}),(0,v.jsx)("link",{rel:"apple-touch-icon",sizes:"64x64",href:"/static/favicon/favicon-64x64.png"}),(0,v.jsx)("link",{rel:"apple-touch-icon",sizes:"96x96",href:"/static/favicon/favicon-96x96.png"})]}),(0,v.jsx)(LaunchDarklyProvider,{children:(0,v.jsx)(g.AnalyticsProvider,{gtag:{trackingId:"GTM-WGWG9FS4"},children:(0,v.jsxs)(I.ComposerProvider,{resetCSS:!0,theme:tH.rS.flyte,children:[(0,v.jsx)(tH.F3,{}),(0,v.jsx)(d,{...p})]})})})]})}},92041:function(c,d,p){"use strict";p.d(d,{C:function(){return v}});let v={styles:{global:{"html, body":{scrollBehavior:"smooth"}}}}},17257:function(c,d,p){"use strict";p.d(d,{F3:function(){return Fonts},rS:function(){return R}});var v=p(92041),g=p(85893),I=p(71986);let Fonts=()=>(0,g.jsx)(I.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 '}),R={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"},...v.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"},...v.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"},...v.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"},...v.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"},...v.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"},...v.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"},...v.C}}},9008:function(c,d,p){c.exports=p(79201)},34155:function(c){var d,p,v,g=c.exports={};function defaultSetTimout(){throw Error("setTimeout has not been defined")}function defaultClearTimeout(){throw Error("clearTimeout has not been defined")}function runTimeout(c){if(d===setTimeout)return setTimeout(c,0);if((d===defaultSetTimout||!d)&&setTimeout)return d=setTimeout,setTimeout(c,0);try{return d(c,0)}catch(p){try{return d.call(null,c,0)}catch(p){return d.call(this,c,0)}}}function runClearTimeout(c){if(p===clearTimeout)return clearTimeout(c);if((p===defaultClearTimeout||!p)&&clearTimeout)return p=clearTimeout,clearTimeout(c);try{return p(c)}catch(d){try{return p.call(null,c)}catch(d){return p.call(this,c)}}}!function(){try{d="function"==typeof setTimeout?setTimeout:defaultSetTimout}catch(c){d=defaultSetTimout}try{p="function"==typeof clearTimeout?clearTimeout:defaultClearTimeout}catch(c){p=defaultClearTimeout}}();var I=[],R=!1,S=-1;function cleanUpNextTick(){R&&v&&(R=!1,v.length?I=v.concat(I):S=-1,I.length&&drainQueue())}function drainQueue(){if(!R){var c=runTimeout(cleanUpNextTick);R=!0;for(var d=I.length;d;){for(v=I,I=[];++S1)for(var p=1;p=0}).sort(tabSort)},es="button:enabled,select:enabled,textarea:enabled,input:enabled,a[href],area[href],summary,iframe,object,embed,audio[controls],video[controls],[tabindex],[contenteditable],[autofocus]",ed="".concat(es,", [data-focus-guard]"),getFocusablesWithShadowDom=function(c,d){return toArray((c.shadowRoot||c).children).reduce(function(c,p){return c.concat(p.matches(d?ed:es)?[p]:[],getFocusablesWithShadowDom(p))},[])},getFocusablesWithIFrame=function(c,d){var p;return c instanceof HTMLIFrameElement&&(null===(p=c.contentDocument)||void 0===p?void 0:p.body)?getFocusables([c.contentDocument.body],d):[c]},getFocusables=function(c,d){return c.reduce(function(c,p){var v,g=getFocusablesWithShadowDom(p,d),I=(v=[]).concat.apply(v,g.map(function(c){return getFocusablesWithIFrame(c,d)}));return c.concat(I,p.parentNode?toArray(p.parentNode.querySelectorAll(es)).filter(function(c){return c===p}):[])},[])},filterFocusable=function(c,d){return toArray(c).filter(function(c){return isVisibleCached(d,c)}).filter(function(c){return!((isHTMLInputElement(c)||"BUTTON"===c.tagName)&&("hidden"===c.type||c.disabled))})},filterAutoFocusable=function(c,d){return void 0===d&&(d=new Map),toArray(c).filter(function(c){return isAutoFocusAllowedCached(d,c)})},getTabbableNodes=function(c,d,p){return orderByTabIndex(filterFocusable(getFocusables(c,p),d),!0,p)},getFocusableNodes=function(c,d){return orderByTabIndex(filterFocusable(getFocusables(c),d),!1)},contains=function(c,d){return c.shadowRoot?contains(c.shadowRoot,d):!!(void 0!==Object.getPrototypeOf(c).contains&&Object.getPrototypeOf(c).contains.call(c,d))||toArray(c.children).some(function(c){var p;if(c instanceof HTMLIFrameElement){var v=null===(p=c.contentDocument)||void 0===p?void 0:p.body;return!!v&&contains(v,d)}return contains(c,d)})},safeProbe=function(c){try{return c()}catch(c){return}},getActiveElement=function(c){if(void 0===c&&(c=document),c&&c.activeElement){var d=c.activeElement;return d.shadowRoot?getActiveElement(d.shadowRoot):d instanceof HTMLIFrameElement&&safeProbe(function(){return d.contentWindow.document})?getActiveElement(d.contentWindow.document):d}},focusIsHidden=function(c){void 0===c&&(c=document);var d=getActiveElement(c);return!!d&&toArray(c.querySelectorAll("[".concat(P,"]"))).some(function(c){return contains(c,d)})},filterNested=function(c){for(var d=new Set,p=c.length,v=0;v0&&d.add(g),(I&Node.DOCUMENT_POSITION_CONTAINS)>0&&d.add(v)}return c.filter(function(c,p){return!d.has(p)})},getTopParent=function(c){return c.parentNode?getTopParent(c.parentNode):c},getAllAffectedNodes=function(c){return asArray(c).filter(Boolean).reduce(function(c,d){var p=d.getAttribute(R);return c.push.apply(c,p?filterNested(toArray(getTopParent(d).querySelectorAll("[".concat(R,'="').concat(p,'"]:not([').concat(S,'="disabled"])')))):[d]),c},[])},focusInside=function(c,d){return void 0===d&&(d=getActiveElement(getFirst(c).ownerDocument)),!!d&&(!d.dataset||!d.dataset.focusGuard)&&getAllAffectedNodes(c).some(function(c){var p;return contains(c,d)||(p=d,!!toArray(c.querySelectorAll("iframe")).some(function(c){return c===p}))})},focusOn=function(c,d){"focus"in c&&c.focus(d),"contentWindow"in c&&c.contentWindow&&c.contentWindow.focus()},correctNode=function(c,d){return isRadioElement(c)&&c.name&&d.filter(isRadioElement).filter(function(d){return d.name===c.name}).filter(function(c){return c.checked})[0]||c},correctNodes=function(c){var d=new Set;return c.forEach(function(p){return d.add(correctNode(p,c))}),c.filter(function(c){return d.has(c)})},pickFirstFocus=function(c){return c[0]&&c.length>1?correctNode(c[0],c):c[0]},pickFocusable=function(c,d){return c.length>1?c.indexOf(correctNode(c[d],c)):d},eu="NEW_FOCUS",newFocus=function(c,d,p,v){var g=c.length,I=c[0],R=c[g-1],S=isGuard(p);if(!(p&&c.indexOf(p)>=0)){var P=void 0!==p?d.indexOf(p):-1,j=v?d.indexOf(v):P,T=v?c.indexOf(v):-1,N=P-j,$=d.indexOf(I),U=d.indexOf(R),et=correctNodes(d),ea=(void 0!==p?et.indexOf(p):-1)-(v?et.indexOf(v):P),en=pickFocusable(c,0),er=pickFocusable(c,g-1);if(-1===P||-1===T)return eu;if(!N&&T>=0)return T;if(P<=$&&S&&Math.abs(N)>1)return er;if(P>=U&&S&&Math.abs(N)>1)return en;if(N&&Math.abs(ea)>1)return T;if(P<=$)return er;if(P>U)return en;if(N)return Math.abs(N)>1?T:(g+T+N)%g}},pickAutofocus=function(c,d,p){var v=filterAutoFocusable(c.map(function(c){return c.node}).filter(function(c){var d,v=null===(d=getDataset(c))||void 0===d?void 0:d.autofocus;return c.autofocus||void 0!==v&&"false"!==v||p.indexOf(c)>=0}));return v&&v.length?pickFirstFocus(v):pickFirstFocus(filterAutoFocusable(d))},getParents=function(c,d){return void 0===d&&(d=[]),d.push(c),c.parentNode&&getParents(c.parentNode.host||c.parentNode,d),d},getCommonParent=function(c,d){for(var p=getParents(c),v=getParents(d),g=0;g
=0)return I}return!1},getTopCommonParent=function(c,d,p){var v=asArray(c),g=asArray(d),I=v[0],R=!1;return g.filter(Boolean).forEach(function(c){R=getCommonParent(R||c,c)||R,p.filter(Boolean).forEach(function(c){var d=getCommonParent(I,c);d&&(R=!R||contains(d,R)?d:getCommonParent(d,R))})}),R},reorderNodes=function(c,d){var p=new Map;return d.forEach(function(c){return p.set(c.node,c)}),c.map(function(c){return p.get(c)}).filter(isDefined)},focusSolver=function(c,d){var p=getActiveElement(asArray(c).length>0?document:getFirst(c).ownerDocument),v=getAllAffectedNodes(c).filter(isNotAGuard),g=getTopCommonParent(p||c,c,v),I=new Map,R=getFocusableNodes(v,I),S=getTabbableNodes(v,I).filter(function(c){return isNotAGuard(c.node)});if(S[0]||(S=R)[0]){var P=getFocusableNodes([g],I).map(function(c){return c.node}),T=reorderNodes(P,S),N=T.map(function(c){return c.node}),$=newFocus(N,P,p,d);if($===eu){var U=pickAutofocus(R,N,v.reduce(function(c,d){return c.concat(filterFocusable(toArray(d.querySelectorAll("[".concat(j,"]"))).map(function(c){return getFocusables([c])}).reduce(function(c,d){return c.concat(d)},[]),I))},[]));return U?{node:U}:void console.warn("focus-lock: cannot find any node to move focus into")}return void 0===$?$:T[$]}},ep=0,eh=!1,moveFocusInside=function(c,d,p){void 0===p&&(p={});var v=focusSolver(c,d);if(!eh&&v){if(ep>2){console.error("FocusLock: focus-fighting detected. Only one focus management system could be active. See https://github.com/theKashey/focus-lock/#focus-fighting"),eh=!0,setTimeout(function(){eh=!1},1);return}ep++,focusOn(v.node,p.focusOptions),ep--}},expandFocusableNodes=function(c){var d=getAllAffectedNodes(c).filter(isNotAGuard),p=getTopCommonParent(c,c,d),v=new Map,g=getTabbableNodes([p],v,!0),I=getTabbableNodes(d,v).filter(function(c){return isNotAGuard(c.node)}).map(function(c){return c.node});return g.map(function(c){var d=c.node;return{node:d,index:c.index,lockItem:I.indexOf(d)>=0,guard:isGuard(d)}})};function deferAction(c){setTimeout(c,1)}var inlineProp=function(c,d){var p={};return p[c]=d,p},ev=null,eg=null,ey=null,ef=!1,recordPortal=function(c,d){ey={observerNode:c,portaledElement:d}};function autoGuard(c,d,p,v){var g=null,I=c;do{var R=v[I];if(R.guard)R.node.dataset.focusAutoGuard&&(g=R);else if(R.lockItem){if(I!==c)return;g=null}else break}while((I+=p)!==d);g&&(g.node.tabIndex=0)}var extractRef=function(c){return c&&"current"in c?c.current:c},activateTrap=function(){var c=!1;if(ev){var d=ev,p=d.observed,v=d.persistentFocus,g=d.autoFocus,I=d.shards,R=d.crossFrame,S=d.focusOptions,P=p||ey&&ey.portaledElement,j=document&&document.activeElement;if(P){var T=[P].concat(I.map(extractRef).filter(Boolean));if((!j||(ev.whiteList||function(){return!0})(j))&&(v||(R?!!ef:"meanwhile"===ef)||!(document&&document.activeElement===document.body||focusIsHidden())||!eg&&g)&&(P&&!(focusInside(T)||j&&T.some(function(c){return function checkInHost(c,d,p){return d&&(d.host===c&&(!d.activeElement||p.contains(d.activeElement))||d.parentNode&&checkInHost(c,d.parentNode,p))}(j,c,c)})||ey&&ey.portaledElement===j)&&(document&&!eg&&j&&!g?(j.blur&&j.blur(),document.body.focus()):(c=moveFocusInside(T,eg,{focusOptions:S}),ey={})),ef=!1,eg=document&&document.activeElement),document){var N=document&&document.activeElement,$=expandFocusableNodes(T),U=$.map(function(c){return c.node}).indexOf(N);U>-1&&($.filter(function(c){var d=c.guard,p=c.node;return d&&p.dataset.focusAutoGuard}).forEach(function(c){return c.node.removeAttribute("tabIndex")}),autoGuard(U,$.length,1,$),autoGuard(U,-1,-1,$))}}}return c},onTrap=function(c){activateTrap()&&c&&(c.stopPropagation(),c.preventDefault())},onBlur=function(){return deferAction(activateTrap)},onWindowBlur=function(){ef="just",deferAction(function(){ef="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(c){return c.filter(function(c){return!c.disabled})}function handleStateChangeOnClient(c){var d=c.slice(-1)[0];d&&!ev&&attachHandler();var p=ev,v=p&&d&&d.id===p.id;ev=d,!p||v||(p.onDeactivation(),c.filter(function(c){return c.id===p.id}).length||p.returnFocus(!d)),d?(eg=null,v&&p.observed===d.observed||d.onActivation(),activateTrap(!0),deferAction(activateTrap)):(detachHandler(),eg=null)}et.assignSyncMedium(function(c){var d=c.target,p=c.currentTarget;p.contains(d)||recordPortal(p,d)}),ea.assignMedium(onBlur),en.assignMedium(function(c){return c({moveFocusInside:moveFocusInside,focusInside:focusInside})});var em=(function(c,d){function getDisplayName(c){return c.displayName||c.name||"Component"}return function(p){var v,g=[];function emitChange(){d(v=c(g.map(function(c){return c.props})))}var R=function(c){function SideEffect(){return c.apply(this,arguments)||this}_inheritsLoose(SideEffect,c),SideEffect.peek=function(){return v};var d=SideEffect.prototype;return d.componentDidMount=function(){g.push(this),emitChange()},d.componentDidUpdate=function(){emitChange()},d.componentWillUnmount=function(){var c=g.indexOf(this);g.splice(c,1),emitChange()},d.render=function(){return I.createElement(p,this.props)},SideEffect}(I.PureComponent);return(0,ei.Z)(R,"displayName","SideEffect("+getDisplayName(p)+")"),R}})(reducePropsToState,handleStateChangeOnClient)(function(){return null}),ek=I.forwardRef(function(c,d){return I.createElement(ec,(0,g.Z)({sideCar:em,ref:d},c))}),eM=ec.propTypes||{};eM.sideCar,(0,v.Z)(eM,["sideCar"]),ek.propTypes={};var AutoFocusInside=function(c){var d=c.disabled,p=void 0!==d&&d,v=c.children,R=c.className;return I.createElement("div",(0,g.Z)({},inlineProp(j,!p),{className:void 0===R?void 0:R}),v)};AutoFocusInside.propTypes={};var eb=AutoFocusInside,useFocusInside=function(c){I.useEffect(function(){var d=!0;return en.useMedium(function(p){var v=c&&c.current;d&&v&&!p.focusInside(v)&&p.moveFocusInside(v,null)}),function(){d=!1}},[c])};function MoveFocusInside(c){var d=c.disabled,p=c.className,v=c.children,R=I.useRef(null);return useFocusInside(d?void 0:R),I.createElement("div",(0,g.Z)({},inlineProp(j,!d),{ref:R,className:p}),v)}MoveFocusInside.propTypes={},MoveFocusInside.defaultProps={disabled:!1,className:void 0};var eI=MoveFocusInside,FreeFocusInside=function(c){var d=c.children,p=c.className;return I.createElement("div",(0,g.Z)({},inlineProp(P,!0),{className:p}),d)};FreeFocusInside.propTypes={},FreeFocusInside.defaultProps={className:void 0};var eC=FreeFocusInside,ex=ek},69921:function(c,d){"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 p="function"==typeof Symbol&&Symbol.for,v=p?Symbol.for("react.element"):60103,g=p?Symbol.for("react.portal"):60106,I=p?Symbol.for("react.fragment"):60107,R=p?Symbol.for("react.strict_mode"):60108,S=p?Symbol.for("react.profiler"):60114,P=p?Symbol.for("react.provider"):60109,j=p?Symbol.for("react.context"):60110,T=p?Symbol.for("react.async_mode"):60111,N=p?Symbol.for("react.concurrent_mode"):60111,$=p?Symbol.for("react.forward_ref"):60112,U=p?Symbol.for("react.suspense"):60113,et=p?Symbol.for("react.suspense_list"):60120,ea=p?Symbol.for("react.memo"):60115,en=p?Symbol.for("react.lazy"):60116,er=p?Symbol.for("react.block"):60121,eo=p?Symbol.for("react.fundamental"):60117,el=p?Symbol.for("react.responder"):60118,ec=p?Symbol.for("react.scope"):60119;function z(c){if("object"==typeof c&&null!==c){var d=c.$$typeof;switch(d){case v:switch(c=c.type){case T:case N:case I:case S:case R:case U:return c;default:switch(c=c&&c.$$typeof){case j:case $:case en:case ea:case P:return c;default:return d}}case g:return d}}}function A(c){return z(c)===N}d.AsyncMode=T,d.ConcurrentMode=N,d.ContextConsumer=j,d.ContextProvider=P,d.Element=v,d.ForwardRef=$,d.Fragment=I,d.Lazy=en,d.Memo=ea,d.Portal=g,d.Profiler=S,d.StrictMode=R,d.Suspense=U,d.isAsyncMode=function(c){return A(c)||z(c)===T},d.isConcurrentMode=A,d.isContextConsumer=function(c){return z(c)===j},d.isContextProvider=function(c){return z(c)===P},d.isElement=function(c){return"object"==typeof c&&null!==c&&c.$$typeof===v},d.isForwardRef=function(c){return z(c)===$},d.isFragment=function(c){return z(c)===I},d.isLazy=function(c){return z(c)===en},d.isMemo=function(c){return z(c)===ea},d.isPortal=function(c){return z(c)===g},d.isProfiler=function(c){return z(c)===S},d.isStrictMode=function(c){return z(c)===R},d.isSuspense=function(c){return z(c)===U},d.isValidElementType=function(c){return"string"==typeof c||"function"==typeof c||c===I||c===N||c===S||c===R||c===U||c===et||"object"==typeof c&&null!==c&&(c.$$typeof===en||c.$$typeof===ea||c.$$typeof===P||c.$$typeof===j||c.$$typeof===$||c.$$typeof===eo||c.$$typeof===el||c.$$typeof===ec||c.$$typeof===er)},d.typeOf=z},59864:function(c,d,p){"use strict";c.exports=p(69921)},80846:function(c,d,p){"use strict";p.r(d),p.d(d,{RemoveScroll:function(){return ec}});var v,__assign=function(){return(__assign=Object.assign||function(c){for(var d,p=1,v=arguments.length;pd.indexOf(v)&&(p[v]=c[v]);if(null!=c&&"function"==typeof Object.getOwnPropertySymbols)for(var g=0,v=Object.getOwnPropertySymbols(c);gd.indexOf(v[g])&&Object.prototype.propertyIsEnumerable.call(c,v[g])&&(p[v[g]]=c[v[g]]);return p}function __spreadArray(c,d,p){if(p||2==arguments.length)for(var v,g=0,I=d.length;gg[2])return!0}v=v.parentNode}while(v&&v!==p.body);return!1},elementCouldBeScrolled=function(c,d){return"v"===c?elementCanBeScrolled(d,"overflowY"):elementCanBeScrolled(d,"overflowX")},getScrollVariables=function(c,d){return"v"===c?[d.scrollTop,d.scrollHeight,d.clientHeight]:[d.scrollLeft,d.scrollWidth,d.clientWidth]},handleScroll=function(c,d,p,v,g){var I,R=(I=window.getComputedStyle(d).direction,"h"===c&&"rtl"===I?-1:1),S=R*v,P=p.target,j=d.contains(P),T=!1,N=S>0,$=0,U=0;do{var et=getScrollVariables(c,P),ea=et[0],en=et[1]-et[2]-R*ea;(ea||en)&&elementCouldBeScrolled(c,P)&&($+=en,U+=ea),P=P instanceof ShadowRoot?P.host:P.parentNode}while(!j&&P!==document.body||j&&(d.contains(P)||d===P));return N&&(g&&1>Math.abs($)||!g&&S>$)?T=!0:!N&&(g&&1>Math.abs(U)||!g&&-S>U)&&(T=!0),T},getTouchXY=function(c){return"changedTouches"in c?[c.changedTouches[0].clientX,c.changedTouches[0].clientY]:[0,0]},getDeltaXY=function(c){return[c.deltaX,c.deltaY]},extractRef=function(c){return c&&"current"in c?c.current:c},en=0,er=[];function getOutermostShadowParent(c){for(var d=null;null!==c;)c instanceof ShadowRoot&&(d=c.host,c=c.host),c=c.parentNode;return d}var eo=exportSidecar(P,function(c){var d=g.useRef([]),p=g.useRef([0,0]),v=g.useRef(),I=g.useState(en++)[0],R=g.useState(styleSingleton)[0],S=g.useRef(c);g.useEffect(function(){S.current=c},[c]),g.useEffect(function(){if(c.inert){document.body.classList.add("block-interactivity-".concat(I));var d=__spreadArray([c.lockRef.current],(c.shards||[]).map(extractRef),!0).filter(Boolean);return d.forEach(function(c){return c.classList.add("allow-interactivity-".concat(I))}),function(){document.body.classList.remove("block-interactivity-".concat(I)),d.forEach(function(c){return c.classList.remove("allow-interactivity-".concat(I))})}}},[c.inert,c.lockRef.current,c.shards]);var P=g.useCallback(function(c,d){if("touches"in c&&2===c.touches.length)return!S.current.allowPinchZoom;var g,I=getTouchXY(c),R=p.current,P="deltaX"in c?c.deltaX:R[0]-I[0],j="deltaY"in c?c.deltaY:R[1]-I[1],T=c.target,N=Math.abs(P)>Math.abs(j)?"h":"v";if("touches"in c&&"h"===N&&"range"===T.type)return!1;var $=locationCouldBeScrolled(N,T);if(!$)return!0;if($?g=N:(g="v"===N?"h":"v",$=locationCouldBeScrolled(N,T)),!$)return!1;if(!v.current&&"changedTouches"in c&&(P||j)&&(v.current=g),!g)return!0;var U=v.current||g;return handleScroll(U,d,c,"h"===U?P:j,!0)},[]),j=g.useCallback(function(c){if(er.length&&er[er.length-1]===R){var p="deltaY"in c?getDeltaXY(c):getTouchXY(c),v=d.current.filter(function(d){var v;return d.name===c.type&&(d.target===c.target||c.target===d.shadowParent)&&(v=d.delta)[0]===p[0]&&v[1]===p[1]})[0];if(v&&v.should){c.cancelable&&c.preventDefault();return}if(!v){var g=(S.current.shards||[]).map(extractRef).filter(Boolean).filter(function(d){return d.contains(c.target)});(g.length>0?P(c,g[0]):!S.current.noIsolation)&&c.cancelable&&c.preventDefault()}}},[]),T=g.useCallback(function(c,p,v,g){var I={name:c,delta:p,target:v,should:g,shadowParent:getOutermostShadowParent(v)};d.current.push(I),setTimeout(function(){d.current=d.current.filter(function(c){return c!==I})},1)},[]),N=g.useCallback(function(c){p.current=getTouchXY(c),v.current=void 0},[]),$=g.useCallback(function(d){T(d.type,getDeltaXY(d),d.target,P(d,c.lockRef.current))},[]),U=g.useCallback(function(d){T(d.type,getTouchXY(d),d.target,P(d,c.lockRef.current))},[]);g.useEffect(function(){return er.push(R),c.setCallbacks({onScrollCapture:$,onWheelCapture:$,onTouchMoveCapture:U}),document.addEventListener("wheel",j,ea),document.addEventListener("touchmove",j,ea),document.addEventListener("touchstart",N,ea),function(){er=er.filter(function(c){return c!==R}),document.removeEventListener("wheel",j,ea),document.removeEventListener("touchmove",j,ea),document.removeEventListener("touchstart",N,ea)}},[]);var et=c.removeScrollBar,eo=c.inert;return g.createElement(g.Fragment,null,eo?g.createElement(R,{styles:"\n .block-interactivity-".concat(I," {pointer-events: none;}\n .allow-interactivity-").concat(I," {pointer-events: all;}\n")}):null,et?g.createElement(RemoveScrollBar,{gapMode:c.gapMode}):null)}),el=g.forwardRef(function(c,d){return g.createElement(j,__assign({},c,{ref:d,sideCar:eo}))});el.classNames=j.classNames;var ec=el},11742:function(c){c.exports=function(){var c=document.getSelection();if(!c.rangeCount)return function(){};for(var d=document.activeElement,p=[],v=0;vd.indexOf(v)&&(p[v]=c[v]);if(null!=c&&"function"==typeof Object.getOwnPropertySymbols)for(var g=0,v=Object.getOwnPropertySymbols(c);gd.indexOf(v[g])&&Object.prototype.propertyIsEnumerable.call(c,v[g])&&(p[v[g]]=c[v[g]]);return p}},46578:function(c,d,p){"use strict";p.r(d),p.d(d,{NIL:function(){return U},parse:function(){return esm_browser_parse},stringify:function(){return R.Z},v1:function(){return esm_browser_v1},v3:function(){return T},v4:function(){return N.Z},v5:function(){return $},validate:function(){return j.Z},version:function(){return esm_browser_version}});var v,g,I=p(13653),R=p(3958),S=0,P=0,esm_browser_v1=function(c,d,p){var j=d&&p||0,T=d||Array(16),N=(c=c||{}).node||v,$=void 0!==c.clockseq?c.clockseq:g;if(null==N||null==$){var U=c.random||(c.rng||I.Z)();null==N&&(N=v=[1|U[0],U[1],U[2],U[3],U[4],U[5]]),null==$&&($=g=(U[6]<<8|U[7])&16383)}var et=void 0!==c.msecs?c.msecs:Date.now(),ea=void 0!==c.nsecs?c.nsecs:P+1,en=et-S+(ea-P)/1e4;if(en<0&&void 0===c.clockseq&&($=$+1&16383),(en<0||et>S)&&void 0===c.nsecs&&(ea=0),ea>=1e4)throw Error("uuid.v1(): Can't create more than 10M uuids/sec");S=et,P=ea,g=$;var er=((268435455&(et+=122192928e5))*1e4+ea)%4294967296;T[j++]=er>>>24&255,T[j++]=er>>>16&255,T[j++]=er>>>8&255,T[j++]=255&er;var eo=et/4294967296*1e4&268435455;T[j++]=eo>>>8&255,T[j++]=255&eo,T[j++]=eo>>>24&15|16,T[j++]=eo>>>16&255,T[j++]=$>>>8|128,T[j++]=255&$;for(var el=0;el<6;++el)T[j+el]=N[el];return d||(0,R.Z)(T)},j=p(68697),esm_browser_parse=function(c){if(!(0,j.Z)(c))throw TypeError("Invalid UUID");var d,p=new Uint8Array(16);return p[0]=(d=parseInt(c.slice(0,8),16))>>>24,p[1]=d>>>16&255,p[2]=d>>>8&255,p[3]=255&d,p[4]=(d=parseInt(c.slice(9,13),16))>>>8,p[5]=255&d,p[6]=(d=parseInt(c.slice(14,18),16))>>>8,p[7]=255&d,p[8]=(d=parseInt(c.slice(19,23),16))>>>8,p[9]=255&d,p[10]=(d=parseInt(c.slice(24,36),16))/1099511627776&255,p[11]=d/4294967296&255,p[12]=d>>>24&255,p[13]=d>>>16&255,p[14]=d>>>8&255,p[15]=255&d,p};function stringToBytes(c){c=unescape(encodeURIComponent(c));for(var d=[],p=0;p>5]>>>g%32&255,R=parseInt(v.charAt(I>>>4&15)+v.charAt(15&I),16);d.push(R)}return d}function getOutputLength(c){return(c+64>>>9<<4)+14+1}function wordsToMd5(c,d){c[d>>5]|=128<>5]|=(255&c[v/8])<>16)+(d>>16)+(p>>16)<<16|65535&p}function bitRotateLeft(c,d){return c<>>32-d}function md5cmn(c,d,p,v,g,I){return safeAdd(bitRotateLeft(safeAdd(safeAdd(d,c),safeAdd(v,I)),g),p)}function md5ff(c,d,p,v,g,I,R){return md5cmn(d&p|~d&v,c,d,g,I,R)}function md5gg(c,d,p,v,g,I,R){return md5cmn(d&v|p&~v,c,d,g,I,R)}function md5hh(c,d,p,v,g,I,R){return md5cmn(d^p^v,c,d,g,I,R)}function md5ii(c,d,p,v,g,I,R){return md5cmn(p^(d|~v),c,d,g,I,R)}var T=v35("v3",48,function(c){if("string"==typeof c){var d=unescape(encodeURIComponent(c));c=new Uint8Array(d.length);for(var p=0;p>>32-d}var $=v35("v5",80,function(c){var d=[1518500249,1859775393,2400959708,3395469782],p=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"==typeof c){var v=unescape(encodeURIComponent(c));c=[];for(var g=0;g>>0;eo=er,er=en,en=ROTL(ea,30)>>>0,ea=et,et=ei}p[0]=p[0]+et>>>0,p[1]=p[1]+ea>>>0,p[2]=p[2]+en>>>0,p[3]=p[3]+er>>>0,p[4]=p[4]+eo>>>0}return[p[0]>>24&255,p[0]>>16&255,p[0]>>8&255,255&p[0],p[1]>>24&255,p[1]>>16&255,p[1]>>8&255,255&p[1],p[2]>>24&255,p[2]>>16&255,p[2]>>8&255,255&p[2],p[3]>>24&255,p[3]>>16&255,p[3]>>8&255,255&p[3],p[4]>>24&255,p[4]>>16&255,p[4]>>8&255,255&p[4]]}),U="00000000-0000-0000-0000-000000000000",esm_browser_version=function(c){if(!(0,j.Z)(c))throw TypeError("Invalid UUID");return parseInt(c.substr(14,1),16)}},13653:function(c,d,p){"use strict";p.d(d,{Z:function(){return rng}});var v,g=new Uint8Array(16);function rng(){if(!v&&!(v="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return v(g)}},3958:function(c,d,p){"use strict";for(var v=p(68697),g=[],I=0;I<256;++I)g.push((I+256).toString(16).substr(1));function stringify(c){var d=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,p=(g[c[d+0]]+g[c[d+1]]+g[c[d+2]]+g[c[d+3]]+"-"+g[c[d+4]]+g[c[d+5]]+"-"+g[c[d+6]]+g[c[d+7]]+"-"+g[c[d+8]]+g[c[d+9]]+"-"+g[c[d+10]]+g[c[d+11]]+g[c[d+12]]+g[c[d+13]]+g[c[d+14]]+g[c[d+15]]).toLowerCase();if(!(0,v.Z)(p))throw TypeError("Stringified UUID is invalid");return p}d.Z=stringify},72045:function(c,d,p){"use strict";var v=p(13653),g=p(3958);function v4(c,d,p){var I=(c=c||{}).random||(c.rng||v.Z)();if(I[6]=15&I[6]|64,I[8]=63&I[8]|128,d){p=p||0;for(var R=0;R<16;++R)d[p+R]=I[R];return d}return(0,g.Z)(I)}d.Z=v4},68697:function(c,d,p){"use strict";p.d(d,{Z:function(){return esm_browser_validate}});var v=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,esm_browser_validate=function(c){return"string"==typeof c&&v.test(c)}},18851:function(c,d,p){"use strict";function _typeof(c){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(c){return typeof c}:function(c){return c&&"function"==typeof Symbol&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c})(c)}Object.defineProperty(d,"__esModule",{value:!0}),d.default=void 0;var v=_interopRequireDefault(p(83729)),g=_interopRequireDefault(p(21680)),I=_interopRequireDefault(p(84609)),R=_interopRequireWildcard(p(57595)),S=_interopRequireWildcard(p(34561)),P=_interopRequireDefault(p(22595)),j=_interopRequireDefault(p(79804)),T=_interopRequireDefault(p(22603));function _getRequireWildcardCache(c){if("function"!=typeof WeakMap)return null;var d=new WeakMap,p=new WeakMap;return(_getRequireWildcardCache=function(c){return c?p:d})(c)}function _interopRequireWildcard(c,d){if(!d&&c&&c.__esModule)return c;if(null===c||"object"!==_typeof(c)&&"function"!=typeof c)return{default:c};var p=_getRequireWildcardCache(d);if(p&&p.has(c))return p.get(c);var v={},g=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var I in c)if("default"!==I&&Object.prototype.hasOwnProperty.call(c,I)){var R=g?Object.getOwnPropertyDescriptor(c,I):null;R&&(R.get||R.set)?Object.defineProperty(v,I,R):v[I]=c[I]}return v.default=c,p&&p.set(c,v),v}function _interopRequireDefault(c){return c&&c.__esModule?c:{default:c}}function _slicedToArray(c,d){return _arrayWithHoles(c)||_iterableToArrayLimit(c,d)||_unsupportedIterableToArray(c,d)||_nonIterableRest()}function _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 _unsupportedIterableToArray(c,d){if(c){if("string"==typeof c)return _arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _arrayLikeToArray(c,d)}}function _arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p1}},{key:"determineTheCountry",value:function(){this.state.setCountry((0,P.default)(this.isInternational()?this.state.callingCode:this.defaultCallingCode,{nationalNumber:this.state.nationalSignificantNumber,defaultCountry:this.defaultCountry,metadata:this.metadata}))}},{key:"getNumberValue",value:function(){var c=this.state,d=c.digits,p=c.callingCode,v=c.country,g=c.nationalSignificantNumber;if(d){if(this.isInternational())return p?"+"+p+g:"+"+d;if(v||p)return"+"+(v?this.metadata.countryCallingCode():p)+g}}},{key:"getNumber",value:function(){var c=this.state,d=c.nationalSignificantNumber,p=c.carrierCode,I=c.callingCode,R=this._getCountry();if(d&&(R||I)){if(R&&R===this.defaultCountry){var S=new v.default(this.metadata.metadata);S.selectNumberingPlan(R);var P=S.numberingPlan.callingCode(),T=this.metadata.getCountryCodesForCallingCode(P);if(T.length>1){var N=(0,j.default)(d,{countries:T,defaultCountry:this.defaultCountry,metadata:this.metadata.metadata});N&&(R=N)}}var $=new g.default(R||I,d,this.metadata.metadata);return p&&($.carrierCode=p),$}}},{key:"isPossible",value:function(){var c=this.getNumber();return!!c&&c.isPossible()}},{key:"isValid",value:function(){var c=this.getNumber();return!!c&&c.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}();d.default=N},55059:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),d.default=void 0;var v=_interopRequireDefault(p(50169));function _interopRequireDefault(c){return c&&c.__esModule?c:{default:c}}function _createForOfIteratorHelperLoose(c,d){var p="undefined"!=typeof Symbol&&c[Symbol.iterator]||c["@@iterator"];if(p)return(p=p.call(c)).next.bind(p);if(Array.isArray(c)||(p=_unsupportedIterableToArray(c))||d&&c&&"number"==typeof c.length){p&&(c=p);var v=0;return function(){return v>=c.length?{done:!0}:{done:!1,value:c[v++]}}}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(c,d){if(c){if("string"==typeof c)return _arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _arrayLikeToArray(c,d)}}function _arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p1&&void 0!==arguments[1]?arguments[1]:{},p=d.allowOverflow;if(!c)throw Error("String is required");var v=_match(c.split(""),this.matchTree,!0);if(v&&v.match&&delete v.matchedChars,!v||!v.overflow||p)return v}}]),PatternMatcher}();function _match(c,d,p){if("string"==typeof d){var v=c.join("");return 0===d.indexOf(v)?c.length===d.length?{match:!0,matchedChars:c}:{partialMatch:!0}:0===v.indexOf(d)?p&&c.length>d.length?{overflow:!0}:{match:!0,matchedChars:c.slice(0,d.length)}:void 0}if(Array.isArray(d)){for(var g=c.slice(),I=0;I=c.length?{done:!0}:{done:!1,value:c[v++]}}}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(c,d){if(c){if("string"==typeof c)return _arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _arrayLikeToArray(c,d)}}function _arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p=0)){var p=this.getTemplateForFormat(c,d);if(p)return this.setNationalNumberTemplate(p,d),!0}}},{key:"getSeparatorAfterNationalPrefix",value:function(c){return this.isNANP||c&&c.nationalPrefixFormattingRule()&&N.test(c.nationalPrefixFormattingRule())?" ":""}},{key:"getInternationalPrefixBeforeCountryCallingCode",value:function(c,d){var p=c.IDDPrefix,v=c.missingPlus;return p?d&&!1===d.spacing?p:p+" ":v?"":"+"}},{key:"getTemplate",value:function(c){if(this.template){for(var d=-1,p=0,g=c.international?this.getInternationalPrefixBeforeCountryCallingCode(c,{spacing:!1}):"";pU.length)){var et=RegExp("^"+$+"$"),ea=g.replace(/\d/g,"9");et.test(ea)&&(U=ea);var en=this.getFormatFormat(c,I);if(this.shouldTryNationalPrefixFormattingRule(c,{international:I,nationalPrefix:P})){var er=en.replace(S.FIRST_GROUP_PATTERN,c.nationalPrefixFormattingRule());if((0,R.default)(c.nationalPrefixFormattingRule())===(P||"")+(0,R.default)("$1")&&(en=er,p=!0,P))for(var eo=P.length;eo>0;)en=en.replace(/\d/,v.DIGIT_PLACEHOLDER),eo--}var el=U.replace(new RegExp($),en).replace(/9/g,v.DIGIT_PLACEHOLDER);return!p&&(N?el=(0,v.repeat)(v.DIGIT_PLACEHOLDER,N.length)+" "+el:P&&(el=(0,v.repeat)(v.DIGIT_PLACEHOLDER,P.length)+this.getSeparatorAfterNationalPrefix(c)+el)),I&&(el=(0,j.default)(el)),el}}},{key:"formatNextNationalNumberDigits",value:function(c){var d=(0,v.populateTemplateWithDigits)(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition,c);if(!d){this.resetFormat();return}return this.populatedNationalNumberTemplate=d[0],this.populatedNationalNumberTemplatePosition=d[1],(0,v.cutAndStripNonPairedParens)(this.populatedNationalNumberTemplate,this.populatedNationalNumberTemplatePosition+1)}},{key:"shouldTryNationalPrefixFormattingRule",value:function(c,d){var p=d.international,v=d.nationalPrefix;if(c.nationalPrefixFormattingRule()){var g=c.usesNationalPrefix();if(g&&v||!g&&!p)return!0}}}]),AsYouTypeFormatter}();d.default=U},20950:function(c,d){"use strict";function _createForOfIteratorHelperLoose(c,d){var p="undefined"!=typeof Symbol&&c[Symbol.iterator]||c["@@iterator"];if(p)return(p=p.call(c)).next.bind(p);if(Array.isArray(c)||(p=_unsupportedIterableToArray(c))||d&&c&&"number"==typeof c.length){p&&(c=p);var v=0;return function(){return v>=c.length?{done:!0}:{done:!1,value:c[v++]}}}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(c,d){if(c){if("string"==typeof c)return _arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _arrayLikeToArray(c,d)}}function _arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p1;)1&d&&(p+=c),d>>=1,c+=c;return p+c}function cutAndStripNonPairedParens(c,d){return")"===c[d]&&d++,stripNonPairedParens(c.slice(0,d))}function closeNonPairedParens(c,d){for(var p=c.slice(0,d),v=countOccurences("(",p)-countOccurences(")",p);v>0&&dc.slice(d+1).search(p))return;d=c.search(p),c=c.replace(p,R)}return[c,d]}},34561:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),d.default=void 0,d.extractFormattedDigitsAndPlus=extractFormattedDigitsAndPlus;var v=_interopRequireDefault(p(39854)),g=_interopRequireDefault(p(95733)),I=_interopRequireDefault(p(54287)),R=_interopRequireDefault(p(96961)),S=_interopRequireDefault(p(78400)),P=p(19126);function _interopRequireDefault(c){return c&&c.__esModule?c:{default:c}}function _slicedToArray(c,d){return _arrayWithHoles(c)||_iterableToArrayLimit(c,d)||_unsupportedIterableToArray(c,d)||_nonIterableRest()}function _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 _unsupportedIterableToArray(c,d){if(c){if("string"==typeof c)return _arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _arrayLikeToArray(c,d)}}function _arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p=3;if(d.appendDigits(c),v&&this.extractIddPrefix(d),this.isWaitingForCountryCallingCode(d)){if(!this.extractCountryCallingCode(d))return}else d.appendNationalSignificantNumberDigits(c);d.international||this.hasExtractedNationalSignificantNumber||this.extractNationalSignificantNumber(d.getNationalDigits(),function(c){return d.update(c)})}},{key:"isWaitingForCountryCallingCode",value:function(c){var d=c.international,p=c.callingCode;return d&&!p}},{key:"extractCountryCallingCode",value:function(c){var d=(0,v.default)("+"+c.getDigitsWithoutInternationalPrefix(),this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),p=d.countryCallingCode,g=d.number;if(p)return c.setCallingCode(p),c.update({nationalSignificantNumber:g}),!0}},{key:"reset",value:function(c){if(c){this.hasSelectedNumberingPlan=!0;var d=c._nationalPrefixForParsing();this.couldPossiblyExtractAnotherNationalSignificantNumber=d&&$.test(d)}else this.hasSelectedNumberingPlan=void 0,this.couldPossiblyExtractAnotherNationalSignificantNumber=void 0}},{key:"extractNationalSignificantNumber",value:function(c,d){if(this.hasSelectedNumberingPlan){var p=(0,I.default)(c,this.metadata),v=p.nationalPrefix,g=p.nationalNumber,R=p.carrierCode;if(g!==c)return this.onExtractedNationalNumber(v,R,g,c,d),!0}}},{key:"extractAnotherNationalSignificantNumber",value:function(c,d,p){if(!this.hasExtractedNationalSignificantNumber)return this.extractNationalSignificantNumber(c,p);if(this.couldPossiblyExtractAnotherNationalSignificantNumber){var v=(0,I.default)(c,this.metadata),g=v.nationalPrefix,R=v.nationalNumber,S=v.carrierCode;if(R!==d)return this.onExtractedNationalNumber(g,S,R,c,p),!0}}},{key:"onExtractedNationalNumber",value:function(c,d,p,v,g){var I,R,S=v.lastIndexOf(p);if(S>=0&&S===v.length-p.length){R=!0;var P=v.slice(0,S);P!==c&&(I=P)}g({nationalPrefix:c,carrierCode:d,nationalSignificantNumber:p,nationalSignificantNumberMatchesInput:R,complexPrefixBeforeNationalSignificantNumber:I}),this.hasExtractedNationalSignificantNumber=!0,this.onNationalSignificantNumberChange()}},{key:"reExtractNationalSignificantNumber",value:function(c){return!!this.extractAnotherNationalSignificantNumber(c.getNationalDigits(),c.nationalSignificantNumber,function(d){return c.update(d)})||(this.extractIddPrefix(c)||this.fixMissingPlus(c)?(this.extractCallingCodeAndNationalSignificantNumber(c),!0):void 0)}},{key:"extractIddPrefix",value:function(c){var d=c.international,p=c.IDDPrefix,v=c.digits;if(c.nationalSignificantNumber,!d&&!p){var g=(0,R.default)(v,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata);if(void 0!==g&&g!==v)return c.update({IDDPrefix:v.slice(0,v.length-g.length)}),this.startInternationalNumber(c,{country:void 0,callingCode:void 0}),!0}}},{key:"fixMissingPlus",value:function(c){if(!c.international){var d=(0,g.default)(c.digits,this.defaultCountry,this.defaultCallingCode,this.metadata.metadata),p=d.countryCallingCode;if(d.number,p)return c.update({missingPlus:!0}),this.startInternationalNumber(c,{country:c.country,callingCode:p}),!0}}},{key:"startInternationalNumber",value:function(c,d){var p=d.country,v=d.callingCode;c.startInternationalNumber(p,v),c.nationalSignificantNumber&&(c.resetNationalSignificantNumber(),this.onNationalSignificantNumberChange(),this.hasExtractedNationalSignificantNumber=void 0)}},{key:"extractCallingCodeAndNationalSignificantNumber",value:function(c){this.extractCountryCallingCode(c)&&this.extractNationalSignificantNumber(c.getNationalDigits(),function(d){return c.update(d)})}}]),AsYouTypeParser}();function extractFormattedPhoneNumber(c){var d,p=c.search(T);if(!(p<0))return"+"===(c=c.slice(p))[0]&&(d=!0,c=c.slice(1)),c=c.replace(N,""),d&&(c="+"+c),c}function _extractFormattedDigitsAndPlus(c){var d=extractFormattedPhoneNumber(c)||"";return"+"===d[0]?[d.slice(1),!0]:[d]}function extractFormattedDigitsAndPlus(c){var d=_slicedToArray(_extractFormattedDigitsAndPlus(c),2),p=d[0],v=d[1];return j.test(p)||(p=""),[p,v]}d.default=U},84609:function(c,d){"use strict";function _classCallCheck(c,d){if(!(c instanceof d))throw TypeError("Cannot call a class as a function")}function _defineProperties(c,d){for(var p=0;p=c.length?{done:!0}:{done:!1,value:c[v++]}}}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(c,d){if(c){if("string"==typeof c)return _arrayLikeToArray(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if("Object"===p&&c.constructor&&(p=c.constructor.name),"Map"===p||"Set"===p)return Array.from(c);if("Arguments"===p||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return _arrayLikeToArray(c,d)}}function _arrayLikeToArray(c,d){(null==d||d>c.length)&&(d=c.length);for(var p=0,v=Array(d);p0&&void 0!==arguments[0]?arguments[0]:"",d=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},p=arguments.length>2?arguments[2]:void 0;if(_classCallCheck(this,PhoneNumberMatcher),!(d={v2:d.v2,defaultCallingCode:d.defaultCallingCode,defaultCountry:d.defaultCountry&&(0,$.isSupportedCountry)(d.defaultCountry,p)?d.defaultCountry:void 0,leniency:d.leniency||(d.extended?"POSSIBLE":"VALID"),maxTries:d.maxTries||eu}).leniency)throw TypeError("`leniency` is required");if("POSSIBLE"!==d.leniency&&"VALID"!==d.leniency)throw TypeError('Invalid `leniency`: "'.concat(d.leniency,'". Supported values: "POSSIBLE", "VALID".'));if(d.maxTries<0)throw TypeError("`maxTries` must be `>= 0`");if(this.text=c,this.options=d,this.metadata=p,this.leniency=P.default[d.leniency],!this.leniency)throw TypeError('Unknown leniency: "'.concat(d.leniency,'"'));this.maxTries=d.maxTries,this.PATTERN=RegExp(es,"ig"),this.state="NOT_READY",this.searchIndex=0,this.regExpCache=new I.default(32)}return _createClass(PhoneNumberMatcher,[{key:"find",value:function(){for(var c;this.maxTries>0&&null!==(c=this.PATTERN.exec(this.text));){var d=c[0],p=c.index;if(d=(0,j.default)(d),(0,T.default)(d,p,this.text)){var v=this.parseAndVerify(d,p,this.text)||this.extractInnerMatch(d,p,this.text);if(v){if(this.options.v2)return{startsAt:v.startsAt,endsAt:v.endsAt,number:v.phoneNumber};var g=v.phoneNumber,I={startsAt:v.startsAt,endsAt:v.endsAt,phone:g.nationalNumber};return g.country?I.country=g.country:I.countryCallingCode=g.countryCallingCode,g.ext&&(I.ext=g.ext),I}}this.maxTries--}}},{key:"extractInnerMatch",value:function(c,d,p){for(var v,g=_createForOfIteratorHelperLoose(ea);!(v=g()).done;)for(var I=v.value,S=!0,P=void 0,j=RegExp(I,"g");this.maxTries>0&&null!==(P=j.exec(c));){if(S){var T=(0,R.trimAfterFirstMatch)(ed,c.slice(0,P.index)),N=this.parseAndVerify(T,d,p);if(N)return N;this.maxTries--,S=!1}var $=(0,R.trimAfterFirstMatch)(ed,P[1]),U=c.indexOf($,P.index),et=this.parseAndVerify($,d+U,p);if(et)return et;this.maxTries--}}},{key:"parseAndVerify",value:function(c,d,p){if((0,N.default)(c,d,p,this.options.leniency)){var v=(0,U.default)(c,{extended:!0,defaultCountry:this.options.defaultCountry,defaultCallingCode:this.options.defaultCallingCode},this.metadata);if(v&&v.isPossible()&&this.leniency(v,{candidate:c,defaultCountry:this.options.defaultCountry,metadata:this.metadata,regExpCache:this.regExpCache}))return{startsAt:d,endsAt:d+c.length,phoneNumber:v}}}},{key:"hasNext",value:function(){return"NOT_READY"===this.state&&(this.lastMatch=this.find(),this.lastMatch?this.state="READY":this.state="DONE"),"READY"===this.state}},{key:"next",value:function(){if(!this.hasNext())throw Error("No next element");var c=this.lastMatch;return this.lastMatch=null,this.state="NOT_READY",c}}]),PhoneNumberMatcher}();d.default=ep},19126:function(c,d){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),d.WHITESPACE=d.VALID_PUNCTUATION=d.VALID_DIGITS=d.PLUS_CHARS=d.MIN_LENGTH_FOR_NSN=d.MAX_LENGTH_FOR_NSN=d.MAX_LENGTH_COUNTRY_CODE=void 0,d.MIN_LENGTH_FOR_NSN=2,d.MAX_LENGTH_FOR_NSN=17,d.MAX_LENGTH_COUNTRY_CODE=3,d.VALID_DIGITS="0-90-9٠-٩۰-۹";var p=" \xa0\xad ";d.WHITESPACE=p;var v="".concat("-‐-―−ー-").concat("//").concat("..").concat(p).concat("()()[]\\[\\]").concat("~⁓∼~");d.VALID_PUNCTUATION=v,d.PLUS_CHARS="++"},2696:function(c,d){"use strict";function _defineProperties(c,d){for(var p=0;p2&&void 0!==arguments[2]?arguments[2]:null,v=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;_classCallCheck(this,Node),this.key=c,this.value=d,this.next=p,this.prev=v}),v=function(){function LRUCache(){var c=arguments.length>0&&void 0!==arguments[0]?arguments[0]:10;_classCallCheck(this,LRUCache),this.size=0,this.limit=c,this.head=null,this.tail=null,this.cache={}}return _createClass(LRUCache,[{key:"put",value:function(c,d){if(this.ensureLimit(),this.head){var v=new p(c,d,this.head);this.head.prev=v,this.head=v}else this.head=this.tail=new p(c,d);this.cache[c]=this.head,this.size++}},{key:"get",value:function(c){if(this.cache[c]){var d=this.cache[c].value;return this.remove(c),this.put(c,d),d}console.log("Item not available in cache for key ".concat(c))}},{key:"ensureLimit",value:function(){this.size===this.limit&&this.remove(this.tail.key)}},{key:"remove",value:function(c){var d=this.cache[c];null!==d.prev?d.prev.next=d.next:this.head=d.next,null!==d.next?d.next.prev=d.prev:this.tail=d.prev,delete this.cache[c],this.size--}},{key:"clear",value:function(){this.head=null,this.tail=null,this.size=0,this.cache={}}}]),LRUCache}();d.default=v},71140:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),d.containsMoreThanOneSlashInNationalNumber=containsMoreThanOneSlashInNationalNumber,d.default=void 0,_interopRequireDefault(p(81267));var v=_interopRequireDefault(p(78400)),g=_interopRequireDefault(p(24878)),I=_interopRequireDefault(p(83729)),R=_interopRequireDefault(p(22595)),S=p(88255);function _interopRequireDefault(c){return c&&c.__esModule?c:{default:c}}p(78678);function containsOnlyValidXChars(c,d,p){for(var I=0;I=0)}function checkNumberGroupingIsValid(c,d,p,v,g){throw Error("This part of code hasn't been ported")}function allNumberGroupsAreExactlyPresent(c,d,p,v){throw Error("This part of code hasn't been ported")}function allNumberGroupsRemainGrouped(c,d,p,v){throw Error("This part of code hasn't been ported")}d.default={POSSIBLE:function(c,d){return d.candidate,d.metadata,!0},VALID:function(c,d){var p=d.candidate,v=(d.defaultCountry,d.metadata);return!!(c.isValid()&&containsOnlyValidXChars(c,p,v))},STRICT_GROUPING:function(c,d){var p=d.candidate,v=d.defaultCountry,g=d.metadata,I=d.regExpCache;return!(!c.isValid()||!containsOnlyValidXChars(c,p,g)||containsMoreThanOneSlashInNationalNumber(c,p))&&!!isNationalPrefixPresentIfRequired(c,{defaultCountry:v,metadata:g})&&checkNumberGroupingIsValid(c,p,g,allNumberGroupsRemainGrouped,I)},EXACT_GROUPING:function(c,d){var p=d.candidate,v=d.defaultCountry,g=d.metadata,I=d.regExpCache;return!(!c.isValid()||!containsOnlyValidXChars(c,p,g)||containsMoreThanOneSlashInNationalNumber(c,p))&&!!isNationalPrefixPresentIfRequired(c,{defaultCountry:v,metadata:g})&&checkNumberGroupingIsValid(c,p,g,allNumberGroupsAreExactlyPresent,I)}}},46692:function(c,d,p){"use strict";Object.defineProperty(d,"__esModule",{value:!0}),d.default=void 0;var v=_interopRequireDefault(p(2696));function _interopRequireDefault(c){return c&&c.__esModule?c:{default:c}}function _classCallCheck(c,d){if(!(c instanceof d))throw TypeError("Cannot call a class as a function")}function _defineProperties(c,d){for(var p=0;p