@orion-ds/react 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +150 -0
- package/dist/ComponentShowcase.d.ts +8 -0
- package/dist/ComponentShowcase.d.ts.map +1 -0
- package/dist/components/Alert/Alert.d.ts +28 -0
- package/dist/components/Alert/Alert.d.ts.map +1 -0
- package/dist/components/Alert/Alert.types.d.ts +53 -0
- package/dist/components/Alert/Alert.types.d.ts.map +1 -0
- package/dist/components/Alert/index.d.ts +6 -0
- package/dist/components/Alert/index.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.d.ts +17 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.types.d.ts +54 -0
- package/dist/components/Avatar/Avatar.types.d.ts.map +1 -0
- package/dist/components/Avatar/index.d.ts +6 -0
- package/dist/components/Avatar/index.d.ts.map +1 -0
- package/dist/components/Badge/Badge.d.ts +17 -0
- package/dist/components/Badge/Badge.d.ts.map +1 -0
- package/dist/components/Badge/Badge.types.d.ts +46 -0
- package/dist/components/Badge/Badge.types.d.ts.map +1 -0
- package/dist/components/Badge/index.d.ts +6 -0
- package/dist/components/Badge/index.d.ts.map +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +34 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +92 -0
- package/dist/components/Breadcrumb/Breadcrumb.types.d.ts.map +1 -0
- package/dist/components/Breadcrumb/index.d.ts +6 -0
- package/dist/components/Breadcrumb/index.d.ts.map +1 -0
- package/dist/components/Button/Button.d.ts +21 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/Button.types.d.ts +64 -0
- package/dist/components/Button/Button.types.d.ts.map +1 -0
- package/dist/components/Button/index.d.ts +6 -0
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Card/Card.d.ts +28 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Card/Card.types.d.ts +66 -0
- package/dist/components/Card/Card.types.d.ts.map +1 -0
- package/dist/components/Card/index.d.ts +6 -0
- package/dist/components/Card/index.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +31 -0
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts +44 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts.map +1 -0
- package/dist/components/Checkbox/index.d.ts +6 -0
- package/dist/components/Checkbox/index.d.ts.map +1 -0
- package/dist/components/Field/Field.d.ts +24 -0
- package/dist/components/Field/Field.d.ts.map +1 -0
- package/dist/components/Field/Field.types.d.ts +57 -0
- package/dist/components/Field/Field.types.d.ts.map +1 -0
- package/dist/components/Field/index.d.ts +6 -0
- package/dist/components/Field/index.d.ts.map +1 -0
- package/dist/components/Modal/Modal.d.ts +31 -0
- package/dist/components/Modal/Modal.d.ts.map +1 -0
- package/dist/components/Modal/Modal.types.d.ts +84 -0
- package/dist/components/Modal/Modal.types.d.ts.map +1 -0
- package/dist/components/Modal/index.d.ts +6 -0
- package/dist/components/Modal/index.d.ts.map +1 -0
- package/dist/components/Navbar/Navbar.d.ts +47 -0
- package/dist/components/Navbar/Navbar.d.ts.map +1 -0
- package/dist/components/Navbar/Navbar.types.d.ts +92 -0
- package/dist/components/Navbar/Navbar.types.d.ts.map +1 -0
- package/dist/components/Navbar/index.d.ts +6 -0
- package/dist/components/Navbar/index.d.ts.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts +17 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.types.d.ts +61 -0
- package/dist/components/ProgressBar/ProgressBar.types.d.ts.map +1 -0
- package/dist/components/ProgressBar/index.d.ts +6 -0
- package/dist/components/ProgressBar/index.d.ts.map +1 -0
- package/dist/components/Radio/Radio.d.ts +22 -0
- package/dist/components/Radio/Radio.d.ts.map +1 -0
- package/dist/components/Radio/Radio.types.d.ts +39 -0
- package/dist/components/Radio/Radio.types.d.ts.map +1 -0
- package/dist/components/Radio/index.d.ts +6 -0
- package/dist/components/Radio/index.d.ts.map +1 -0
- package/dist/components/Select/Select.d.ts +27 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Select/Select.types.d.ts +71 -0
- package/dist/components/Select/Select.types.d.ts.map +1 -0
- package/dist/components/Select/index.d.ts +6 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/Spinner/Spinner.d.ts +16 -0
- package/dist/components/Spinner/Spinner.d.ts.map +1 -0
- package/dist/components/Spinner/Spinner.types.d.ts +47 -0
- package/dist/components/Spinner/Spinner.types.d.ts.map +1 -0
- package/dist/components/Spinner/index.d.ts +6 -0
- package/dist/components/Spinner/index.d.ts.map +1 -0
- package/dist/components/Switch/Switch.d.ts +25 -0
- package/dist/components/Switch/Switch.d.ts.map +1 -0
- package/dist/components/Switch/Switch.types.d.ts +35 -0
- package/dist/components/Switch/Switch.types.d.ts.map +1 -0
- package/dist/components/Switch/index.d.ts +6 -0
- package/dist/components/Switch/index.d.ts.map +1 -0
- package/dist/components/Table/Table.d.ts +44 -0
- package/dist/components/Table/Table.d.ts.map +1 -0
- package/dist/components/Table/Table.types.d.ts +141 -0
- package/dist/components/Table/Table.types.d.ts.map +1 -0
- package/dist/components/Table/index.d.ts +6 -0
- package/dist/components/Table/index.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts +36 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.types.d.ts +77 -0
- package/dist/components/Tabs/Tabs.types.d.ts.map +1 -0
- package/dist/components/Tabs/index.d.ts +6 -0
- package/dist/components/Tabs/index.d.ts.map +1 -0
- package/dist/components/Textarea/Textarea.d.ts +31 -0
- package/dist/components/Textarea/Textarea.d.ts.map +1 -0
- package/dist/components/Textarea/Textarea.types.d.ts +63 -0
- package/dist/components/Textarea/Textarea.types.d.ts.map +1 -0
- package/dist/components/Textarea/index.d.ts +6 -0
- package/dist/components/Textarea/index.d.ts.map +1 -0
- package/dist/components/ThemeController/ThemeController.d.ts +24 -0
- package/dist/components/ThemeController/ThemeController.d.ts.map +1 -0
- package/dist/components/ThemeController/ThemeController.types.d.ts +57 -0
- package/dist/components/ThemeController/ThemeController.types.d.ts.map +1 -0
- package/dist/components/ThemeController/index.d.ts +6 -0
- package/dist/components/ThemeController/index.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.d.ts +20 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.types.d.ts +50 -0
- package/dist/components/Tooltip/Tooltip.types.d.ts.map +1 -0
- package/dist/components/Tooltip/index.d.ts +6 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/contexts/ThemeContext.d.ts +68 -0
- package/dist/contexts/ThemeContext.d.ts.map +1 -0
- package/dist/contexts/index.d.ts +8 -0
- package/dist/contexts/index.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +6 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useTheme.d.ts +73 -0
- package/dist/hooks/useTheme.d.ts.map +1 -0
- package/dist/index.cjs +18 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +77 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +24559 -0
- package/dist/index.mjs.map +1 -0
- package/dist/main.d.ts +2 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/react.css +1 -0
- package/dist/test/setup.d.ts +2 -0
- package/dist/test/setup.d.ts.map +1 -0
- package/dist/utils/icons.d.ts +79 -0
- package/dist/utils/icons.d.ts.map +1 -0
- package/dist/utils/index.d.ts +7 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/package.json +94 -0
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("react");var z0={exports:{}},I0={};var jx;function af(){if(jx)return I0;jx=1;var t=Symbol.for("react.transitional.element"),o=Symbol.for("react.fragment");function c(i,h,r){var y=null;if(r!==void 0&&(y=""+r),h.key!==void 0&&(y=""+h.key),"key"in h){r={};for(var M in h)M!=="key"&&(r[M]=h[M])}else r=h;return h=r.ref,{$$typeof:t,type:i,key:y,ref:h!==void 0?h:null,props:r}}return I0.Fragment=o,I0.jsx=c,I0.jsxs=c,I0}var N0={};var Hx;function tf(){return Hx||(Hx=1,process.env.NODE_ENV!=="production"&&(function(){function t(n){if(n==null)return null;if(typeof n=="function")return n.$$typeof===Qx?null:n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case P:return"Fragment";case T:return"Profiler";case Y:return"StrictMode";case z:return"Suspense";case A:return"SuspenseList";case kx:return"Activity"}if(typeof n=="object")switch(typeof n.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),n.$$typeof){case p:return"Portal";case C0:return n.displayName||"Context";case w0:return(n._context.displayName||"Context")+".Consumer";case x:var g=n.render;return n=n.displayName,n||(n=g.displayName||g.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case j:return g=n.displayName||null,g!==null?g:t(n.type)||"Memo";case b0:g=n._payload,n=n._init;try{return t(n(g))}catch{}}return null}function o(n){return""+n}function c(n){try{o(n);var g=!1}catch{g=!0}if(g){g=console;var L=g.error,w=typeof Symbol=="function"&&Symbol.toStringTag&&n[Symbol.toStringTag]||n.constructor.name||"Object";return L.call(g,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",w),o(n)}}function i(n){if(n===P)return"<>";if(typeof n=="object"&&n!==null&&n.$$typeof===b0)return"<...>";try{var g=t(n);return g?"<"+g+">":"<...>"}catch{return"<...>"}}function h(){var n=ux.A;return n===null?null:n.getOwner()}function r(){return Error("react-stack-top-frame")}function y(n){if(Nx.call(n,"key")){var g=Object.getOwnPropertyDescriptor(n,"key").get;if(g&&g.isReactWarning)return!1}return n.key!==void 0}function M(n,g){function L(){$x||($x=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",g))}L.isReactWarning=!0,Object.defineProperty(n,"key",{get:L,configurable:!0})}function u(){var n=t(this.type);return Sx[n]||(Sx[n]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),n=this.props.ref,n!==void 0?n:null}function k(n,g,L,w,q0,mx){var C=L.ref;return n={$$typeof:s,type:n,key:g,props:L,_owner:w},(C!==void 0?C:null)!==null?Object.defineProperty(n,"ref",{enumerable:!1,get:u}):Object.defineProperty(n,"ref",{enumerable:!1,value:null}),n._store={},Object.defineProperty(n._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(n,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(n,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:q0}),Object.defineProperty(n,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:mx}),Object.freeze&&(Object.freeze(n.props),Object.freeze(n)),n}function l(n,g,L,w,q0,mx){var C=g.children;if(C!==void 0)if(w)if(Yx(C)){for(w=0;w<C.length;w++)_(C[w]);Object.freeze&&Object.freeze(C)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else _(C);if(Nx.call(g,"key")){C=t(n);var g0=Object.keys(g).filter(function(ef){return ef!=="key"});w=0<g0.length?"{key: someKey, "+g0.join(": ..., ")+": ...}":"{key: someKey}",Ax[C+w]||(g0=0<g0.length?"{"+g0.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
2
|
+
let props = %s;
|
|
3
|
+
<%s {...props} />
|
|
4
|
+
React keys must be passed directly to JSX without using spread:
|
|
5
|
+
let props = %s;
|
|
6
|
+
<%s key={someKey} {...props} />`,w,C,g0,C),Ax[C+w]=!0)}if(C=null,L!==void 0&&(c(L),C=""+L),y(g)&&(c(g.key),C=""+g.key),"key"in g){L={};for(var _x in g)_x!=="key"&&(L[_x]=g[_x])}else L=g;return C&&M(L,typeof n=="function"?n.displayName||n.name||"Unknown":n),k(n,C,L,h(),q0,mx)}function _(n){v(n)?n._store&&(n._store.validated=1):typeof n=="object"&&n!==null&&n.$$typeof===b0&&(n._payload.status==="fulfilled"?v(n._payload.value)&&n._payload.value._store&&(n._payload.value._store.validated=1):n._store&&(n._store.validated=1))}function v(n){return typeof n=="object"&&n!==null&&n.$$typeof===s}var d=m,s=Symbol.for("react.transitional.element"),p=Symbol.for("react.portal"),P=Symbol.for("react.fragment"),Y=Symbol.for("react.strict_mode"),T=Symbol.for("react.profiler"),w0=Symbol.for("react.consumer"),C0=Symbol.for("react.context"),x=Symbol.for("react.forward_ref"),z=Symbol.for("react.suspense"),A=Symbol.for("react.suspense_list"),j=Symbol.for("react.memo"),b0=Symbol.for("react.lazy"),kx=Symbol.for("react.activity"),Qx=Symbol.for("react.client.reference"),ux=d.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Nx=Object.prototype.hasOwnProperty,Yx=Array.isArray,Mx=console.createTask?console.createTask:function(){return null};d={react_stack_bottom_frame:function(n){return n()}};var $x,Sx={},qx=d.react_stack_bottom_frame.bind(d,r)(),zx=Mx(i(r)),Ax={};N0.Fragment=P,N0.jsx=function(n,g,L){var w=1e4>ux.recentlyCreatedOwnerStacks++;return l(n,g,L,!1,w?Error("react-stack-top-frame"):qx,w?Mx(i(n)):zx)},N0.jsxs=function(n,g,L){var w=1e4>ux.recentlyCreatedOwnerStacks++;return l(n,g,L,!0,w?Error("react-stack-top-frame"):qx,w?Mx(i(n)):zx)}})()),N0}var Px;function of(){return Px||(Px=1,process.env.NODE_ENV==="production"?z0.exports=af():z0.exports=tf()),z0.exports}var a=of();const cf="_button_1iztk_9",nf="_primary_1iztk_49",df="_secondary_1iztk_63",hf="_ghost_1iztk_79",rf="_danger_1iztk_93",sf="_sm_1iztk_110",yf="_md_1iztk_117",lf="_lg_1iztk_124",pf="_fullWidth_1iztk_136",kf="_iconOnly_1iztk_141",uf="_loading_1iztk_159",Mf="_spinner_1iztk_165",mf="_spin_1iztk_165",_f="_icon_1iztk_141",gf="_iconRight_1iztk_191",D={button:cf,primary:nf,secondary:df,ghost:hf,danger:rf,sm:sf,md:yf,lg:lf,fullWidth:pf,iconOnly:kf,loading:uf,spinner:Mf,spin:mf,icon:_f,iconRight:gf},f=m.forwardRef(({variant:t="primary",size:o="md",isLoading:c=!1,fullWidth:i=!1,icon:h,iconRight:r,iconOnly:y=!1,className:M,children:u,disabled:k,type:l="button",..._},v)=>{const d=[D.button,D[t],D[o],i&&D.fullWidth,y&&D.iconOnly,c&&D.loading,M].filter(Boolean).join(" "),s=k||c;return a.jsxs("button",{ref:v,type:l,className:d,disabled:s,..._,children:[c&&a.jsx("span",{className:D.spinner,"aria-hidden":"true"}),h&&!y&&a.jsx("span",{className:D.icon,"aria-hidden":"true",children:h}),y&&h?a.jsx("span",{className:D.icon,"aria-hidden":"true",children:h}):u,r&&!y&&a.jsx("span",{className:`${D.icon} ${D.iconRight}`,"aria-hidden":"true",children:r})]})});f.displayName="Button";const vf="_fieldContainer_1sqli_8",xf="_fullWidth_1sqli_14",ff="_label_1sqli_19",Lf="_optional_1sqli_29",wf="_inputWrapper_1sqli_36",Cf="_input_1sqli_36",bf="_error_1sqli_95",If="_hasLeftIcon_1sqli_105",Nf="_hasRightIcon_1sqli_110",$f="_leftIcon_1sqli_115",Sf="_rightIcon_1sqli_116",qf="_errorIcon_1sqli_136",zf="_sm_1sqli_141",Af="_md_1sqli_147",jf="_lg_1sqli_153",Hf="_helperText_1sqli_160",Pf="_errorMessage_1sqli_167",$={fieldContainer:vf,fullWidth:xf,label:ff,optional:Lf,inputWrapper:wf,input:Cf,error:bf,hasLeftIcon:If,hasRightIcon:Nf,leftIcon:$f,rightIcon:Sf,errorIcon:qf,sm:zf,md:Af,lg:jf,helperText:Hf,errorMessage:Pf},H0=m.forwardRef(({label:t,error:o,helperText:c,leftIcon:i,rightIcon:h,fullWidth:r=!1,size:y="md",optional:M=!1,className:u,id:k,disabled:l,required:_,...v},d)=>{const s=k||`field-${Math.random().toString(36).substr(2,9)}`,p=o&&!h,P=[$.fieldContainer,r&&$.fullWidth,o&&$.error,u].filter(Boolean).join(" "),Y=[$.input,$[y],i&&$.hasLeftIcon,(h||p)&&$.hasRightIcon].filter(Boolean).join(" ");return a.jsxs("div",{className:P,children:[t&&a.jsxs("label",{htmlFor:s,className:$.label,children:[t,M&&a.jsx("span",{className:$.optional,children:"(optional)"}),_&&a.jsx("span",{"aria-label":"required",children:"*"})]}),a.jsxs("div",{className:$.inputWrapper,children:[i&&a.jsx("span",{className:$.leftIcon,"aria-hidden":"true",children:i}),a.jsx("input",{ref:d,id:s,className:Y,disabled:l,required:_,"aria-invalid":o?"true":"false","aria-describedby":o?`${s}-error`:c?`${s}-helper`:void 0,...v}),h&&a.jsx("span",{className:$.rightIcon,"aria-hidden":"true",children:h}),p&&a.jsx("span",{className:`${$.rightIcon} ${$.errorIcon}`,"aria-hidden":"true",children:"⚠"})]}),c&&!o&&a.jsx("span",{id:`${s}-helper`,className:$.helperText,children:c}),o&&a.jsxs("span",{id:`${s}-error`,className:$.errorMessage,role:"alert",children:[a.jsx("span",{className:$.errorIcon,"aria-hidden":"true",children:"⚠"}),o]})]})});H0.displayName="Field";const Vf="_selectContainer_1ntpu_8",Bf="_fullWidth_1ntpu_14",Ff="_label_1ntpu_19",Df="_optional_1ntpu_29",Tf="_selectWrapper_1ntpu_36",Rf="_select_1ntpu_8",Uf="_error_1ntpu_91",Of="_placeholder_1ntpu_101",Ef="_sm_1ntpu_106",Wf="_md_1ntpu_112",Gf="_lg_1ntpu_118",Zf="_helperText_1ntpu_125",Xf="_errorMessage_1ntpu_132",Kf="_errorIcon_1ntpu_141",F={selectContainer:Vf,fullWidth:Bf,label:Ff,optional:Df,selectWrapper:Tf,select:Rf,error:Uf,placeholder:Of,sm:Ef,md:Wf,lg:Gf,helperText:Zf,errorMessage:Xf,errorIcon:Kf},gx=m.forwardRef(({label:t,error:o,helperText:c,options:i,placeholder:h="Select an option...",fullWidth:r=!1,size:y="md",optional:M=!1,className:u,id:k,disabled:l,required:_,children:v,...d},s)=>{const p=k||`select-${Math.random().toString(36).substr(2,9)}`,P=[F.selectContainer,r&&F.fullWidth,o&&F.error,u].filter(Boolean).join(" "),Y=[F.select,F[y]].filter(Boolean).join(" ");return a.jsxs("div",{className:P,children:[t&&a.jsxs("label",{htmlFor:p,className:F.label,children:[t,M&&a.jsx("span",{className:F.optional,children:"(optional)"}),_&&a.jsx("span",{"aria-label":"required",children:"*"})]}),a.jsx("div",{className:F.selectWrapper,children:a.jsxs("select",{ref:s,id:p,className:Y,disabled:l,required:_,"aria-invalid":o?"true":"false","aria-describedby":o?`${p}-error`:c?`${p}-helper`:void 0,...d,children:[h&&a.jsx("option",{value:"",disabled:!0,className:F.placeholder,children:h}),i?.map(T=>a.jsx("option",{value:T.value,disabled:T.disabled,children:T.label},T.value)),v]})}),c&&!o&&a.jsx("span",{id:`${p}-helper`,className:F.helperText,children:c}),o&&a.jsxs("span",{id:`${p}-error`,className:F.errorMessage,role:"alert",children:[a.jsx("span",{className:F.errorIcon,"aria-hidden":"true",children:"⚠"}),o]})]})});gx.displayName="Select";const Jf="_container_103zt_8",Qf="_labelWrapper_103zt_15",Yf="_input_103zt_24",eL="_track_103zt_33",aL="_thumb_103zt_49",tL="_sm_103zt_107",oL="_md_103zt_123",cL="_lg_103zt_139",nL="_label_103zt_15",iL="_helperText_103zt_165",o1={container:Jf,labelWrapper:Qf,input:Yf,track:eL,thumb:aL,sm:tL,md:oL,lg:cL,label:nL,helperText:iL},y1=m.forwardRef(({label:t,size:o="md",helperText:c,className:i,id:h,...r},y)=>{const M=h||`switch-${Math.random().toString(36).substr(2,9)}`,u=[o1.container,o1[o],i].filter(Boolean).join(" ");return a.jsxs("div",{className:u,children:[a.jsx("input",{ref:y,type:"checkbox",id:M,className:o1.input,...r}),a.jsxs("label",{htmlFor:M,className:o1.labelWrapper,children:[a.jsx("span",{className:o1.track,children:a.jsx("span",{className:o1.thumb})}),t&&a.jsx("span",{className:o1.label,children:t})]}),c&&a.jsx("span",{className:o1.helperText,children:c})]})});y1.displayName="Switch";const dL="_container_kcndn_8",hL="_labelWrapper_kcndn_15",rL="_input_kcndn_24",sL="_checkbox_kcndn_33",yL="_checkmark_kcndn_50",lL="_error_kcndn_122",pL="_sm_kcndn_134",kL="_md_kcndn_144",uL="_lg_kcndn_154",ML="_label_kcndn_15",mL="_helperText_kcndn_176",_L="_errorMessage_kcndn_192",R={container:dL,labelWrapper:hL,input:rL,checkbox:sL,checkmark:yL,error:lL,sm:pL,md:kL,lg:uL,label:ML,helperText:mL,errorMessage:_L},S0=m.forwardRef(({label:t,helperText:o,error:c,size:i="md",indeterminate:h=!1,className:r,id:y,...M},u)=>{const k=y||`checkbox-${Math.random().toString(36).substr(2,9)}`,l=m.useRef(null),_=u||l;m.useEffect(()=>{_.current&&(_.current.indeterminate=h)},[h,_]);const v=[R.container,R[i],c&&R.error,r].filter(Boolean).join(" ");return a.jsxs("div",{className:v,children:[a.jsx("input",{ref:_,type:"checkbox",id:k,className:R.input,"aria-invalid":c?"true":"false","aria-describedby":c?`${k}-error`:o?`${k}-helper`:void 0,...M}),a.jsxs("label",{htmlFor:k,className:R.labelWrapper,children:[a.jsx("span",{className:R.checkbox,children:a.jsx("span",{className:R.checkmark,children:h?"−":"✓"})}),t&&a.jsx("span",{className:R.label,children:t})]}),o&&!c&&a.jsx("span",{id:`${k}-helper`,className:R.helperText,children:o}),c&&a.jsxs("span",{id:`${k}-error`,className:R.errorMessage,role:"alert",children:["⚠ ",c]})]})});S0.displayName="Checkbox";const gL="_container_s9m7p_8",vL="_labelWrapper_s9m7p_15",xL="_input_s9m7p_24",fL="_radio_s9m7p_33",LL="_dot_s9m7p_50",wL="_error_s9m7p_110",CL="_sm_s9m7p_122",bL="_md_s9m7p_127",IL="_lg_s9m7p_132",NL="_label_s9m7p_15",$L="_helperText_s9m7p_149",SL="_errorMessage_s9m7p_165",U={container:gL,labelWrapper:vL,input:xL,radio:fL,dot:LL,error:wL,sm:CL,md:bL,lg:IL,label:NL,helperText:$L,errorMessage:SL},f0=m.forwardRef(({label:t,helperText:o,error:c,size:i="md",className:h,id:r,...y},M)=>{const u=r||`radio-${Math.random().toString(36).substr(2,9)}`,k=[U.container,U[i],c&&U.error,h].filter(Boolean).join(" ");return a.jsxs("div",{className:k,children:[a.jsx("input",{ref:M,type:"radio",id:u,className:U.input,"aria-invalid":c?"true":"false","aria-describedby":c?`${u}-error`:o?`${u}-helper`:void 0,...y}),a.jsxs("label",{htmlFor:u,className:U.labelWrapper,children:[a.jsx("span",{className:U.radio,children:a.jsx("span",{className:U.dot})}),t&&a.jsx("span",{className:U.label,children:t})]}),o&&!c&&a.jsx("span",{id:`${u}-helper`,className:U.helperText,children:o}),c&&a.jsxs("span",{id:`${u}-error`,className:U.errorMessage,role:"alert",children:["⚠ ",c]})]})});f0.displayName="Radio";const qL="_container_1mdqh_8",zL="_label_1mdqh_15",AL="_textarea_1mdqh_23",jL="_error_1mdqh_77",HL="_sm_1mdqh_90",PL="_md_1mdqh_96",VL="_lg_1mdqh_102",BL="_resizeNone_1mdqh_112",FL="_resizeVertical_1mdqh_116",DL="_resizeHorizontal_1mdqh_120",TL="_resizeBoth_1mdqh_124",RL="_helperText_1mdqh_132",UL="_errorMessage_1mdqh_142",OL="_counter_1mdqh_155",EL="_counterWarning_1mdqh_162",WL="_counterError_1mdqh_166",GL="_footer_1mdqh_174",S={container:qL,label:zL,textarea:AL,error:jL,sm:HL,md:PL,lg:VL,resizeNone:BL,resizeVertical:FL,resizeHorizontal:DL,resizeBoth:TL,helperText:RL,errorMessage:UL,counter:OL,counterWarning:EL,counterError:WL,footer:GL},vx=m.forwardRef(({label:t,helperText:o,error:c,size:i="md",resize:h="vertical",showCounter:r=!1,maxLength:y,className:M,id:u,value:k,defaultValue:l,onChange:_,...v},d)=>{const s=u||`textarea-${Math.random().toString(36).substr(2,9)}`,[p,P]=m.useState(()=>k!==void 0?String(k).length:l!==void 0?String(l).length:0),Y=m.useCallback(x=>{P(x.target.value.length),_?.(x)},[_]),T=()=>{if(!y)return S.counter;const x=p/y*100;return x>=100?`${S.counter} ${S.counterError}`:x>=90?`${S.counter} ${S.counterWarning}`:S.counter},w0=[S.container,S[i],S[`resize${h.charAt(0).toUpperCase()}${h.slice(1)}`],c&&S.error,M].filter(Boolean).join(" "),C0=r||o&&!c;return a.jsxs("div",{className:w0,children:[t&&a.jsx("label",{htmlFor:s,className:S.label,children:t}),a.jsx("textarea",{ref:d,id:s,className:S.textarea,value:k,defaultValue:l,maxLength:y,onChange:Y,"aria-invalid":c?"true":"false","aria-describedby":c?`${s}-error`:o?`${s}-helper`:void 0,...v}),C0&&a.jsxs("div",{className:S.footer,children:[o&&!c&&a.jsx("span",{id:`${s}-helper`,className:S.helperText,children:o}),r&&y&&a.jsxs("span",{className:T(),children:[p,"/",y]})]}),c&&a.jsxs("span",{id:`${s}-error`,className:S.errorMessage,role:"alert",children:["⚠ ",c]})]})});vx.displayName="Textarea";const ZL="_card_1xp59_8",XL="_base_1xp59_27",KL="_glass_1xp59_32",JL="_elevated_1xp59_39",QL="_outlined_1xp59_44",YL="_interactive_1xp59_52",ew="_header_1xp59_73",aw="_body_1xp59_86",tw="_footer_1xp59_98",L0={card:ZL,base:XL,glass:KL,elevated:JL,outlined:QL,interactive:YL,header:ew,body:aw,footer:tw},I=({variant:t="base",interactive:o=!1,className:c,children:i,...h})=>{const r=[L0.card,L0[t],o&&L0.interactive,c].filter(Boolean).join(" ");return a.jsx("div",{className:r,...h,children:i})},Bx=({className:t,children:o,...c})=>{const i=[L0.header,t].filter(Boolean).join(" ");return a.jsx("div",{className:i,...c,children:o})},Fx=({className:t,children:o,...c})=>{const i=[L0.body,t].filter(Boolean).join(" ");return a.jsx("div",{className:i,...c,children:o})},Dx=({className:t,children:o,...c})=>{const i=[L0.footer,t].filter(Boolean).join(" ");return a.jsx("div",{className:i,...c,children:o})};I.Header=Bx;I.Body=Fx;I.Footer=Dx;I.displayName="Card";Bx.displayName="Card.Header";Fx.displayName="Card.Body";Dx.displayName="Card.Footer";const ow="_badge_1icyc_8",cw="_primary_1icyc_32",nw="_secondary_1icyc_38",iw="_neutral_1icyc_44",dw="_success_1icyc_50",hw="_error_1icyc_56",rw="_warning_1icyc_62",sw="_info_1icyc_68",yw="_brand_1icyc_74",lw="_sm_1icyc_83",pw="_md_1icyc_89",kw="_lg_1icyc_95",uw="_dot_1icyc_105",A0={badge:ow,primary:cw,secondary:nw,neutral:iw,success:dw,error:hw,warning:rw,info:sw,brand:yw,sm:lw,md:pw,lg:kw,dot:uw},N=({variant:t="neutral",size:o="md",dot:c=!1,className:i,children:h,...r})=>{const y=[A0.badge,A0[t],A0[o],i].filter(Boolean).join(" ");return a.jsxs("span",{className:y,...r,children:[c&&a.jsx("span",{className:A0.dot,"aria-hidden":"true"}),h]})};N.displayName="Badge";const Mw="_alert_orjxk_8",mw="_icon_orjxk_25",_w="_content_orjxk_33",gw="_title_orjxk_41",vw="_message_orjxk_48",xw="_closeButton_orjxk_54",fw="_success_orjxk_98",Lw="_error_orjxk_105",ww="_warning_orjxk_112",Cw="_info_orjxk_119",d1={alert:Mw,icon:mw,content:_w,title:gw,message:vw,closeButton:xw,success:fw,error:Lw,warning:ww,info:Cw},bw={success:"✓",error:"✕",warning:"⚠",info:"ℹ"},r1=({variant:t="info",title:o,dismissible:c=!1,onClose:i,icon:h,className:r,children:y,...M})=>{const[u,k]=m.useState(!0),l=()=>{k(!1),i?.()};if(!u)return null;const _=[d1.alert,d1[t],r].filter(Boolean).join(" "),v=h!==void 0?h:bw[t];return a.jsxs("div",{className:_,role:"alert",...M,children:[v&&a.jsx("div",{className:d1.icon,"aria-hidden":"true",children:v}),a.jsxs("div",{className:d1.content,children:[o&&a.jsx("div",{className:d1.title,children:o}),y&&a.jsx("div",{className:d1.message,children:y})]}),c&&a.jsx("button",{type:"button",className:d1.closeButton,onClick:l,"aria-label":"Close alert",children:"×"})]})};r1.displayName="Alert";const Iw="_container_ljk7b_8",Nw="_spinner_ljk7b_16",$w="_spin_ljk7b_16",Sw="_xs_ljk7b_38",qw="_sm_ljk7b_44",zw="_md_ljk7b_50",Aw="_lg_ljk7b_56",jw="_xl_ljk7b_62",Hw="_primary_ljk7b_72",Pw="_secondary_ljk7b_77",Vw="_neutral_ljk7b_82",Bw="_label_ljk7b_91",$0={container:Iw,spinner:Nw,spin:$w,xs:Sw,sm:qw,md:zw,lg:Aw,xl:jw,primary:Hw,secondary:Pw,neutral:Vw,label:Bw},a1=({size:t="md",variant:o="primary",label:c="Loading...",showLabel:i=!1,className:h,...r})=>{const y=[$0.container,h].filter(Boolean).join(" "),M=[$0.spinner,$0[t],$0[o]].filter(Boolean).join(" ");return a.jsxs("div",{className:y,...r,children:[a.jsx("div",{className:M,role:"status","aria-label":c,"aria-live":"polite"}),i&&a.jsx("span",{className:$0.label,children:c})]})};a1.displayName="Spinner";const Fw="_container_1yrfg_8",Dw="_labelWrapper_1yrfg_16",Tw="_percentage_1yrfg_25",Rw="_track_1yrfg_31",Uw="_bar_1yrfg_40",Ow="_sm_1yrfg_50",Ew="_md_1yrfg_54",Ww="_lg_1yrfg_58",Gw="_primary_1yrfg_66",Zw="_success_1yrfg_70",Xw="_warning_1yrfg_74",Kw="_error_1yrfg_78",Jw="_info_1yrfg_82",Qw="_indeterminate_1yrfg_90",c1={container:Fw,labelWrapper:Dw,percentage:Tw,track:Rw,bar:Uw,sm:Ow,md:Ew,lg:Ww,primary:Gw,success:Zw,warning:Xw,error:Kw,info:Jw,indeterminate:Qw},h1=({value:t,max:o=100,variant:c="primary",size:i="md",showLabel:h=!1,label:r,indeterminate:y=!1,className:M,...u})=>{const k=t!==void 0?Math.min(Math.max(t/o*100,0),100):0,l=[c1.container,c1[i],c1[c],y&&c1.indeterminate,M].filter(Boolean).join(" ");return a.jsxs("div",{className:l,...u,children:[(h||r)&&a.jsxs("div",{className:c1.labelWrapper,children:[r&&a.jsx("span",{children:r}),h&&!y&&a.jsxs("span",{className:c1.percentage,children:[Math.round(k),"%"]})]}),a.jsx("div",{className:c1.track,role:"progressbar","aria-valuenow":y?void 0:t,"aria-valuemin":0,"aria-valuemax":o,"aria-label":r||`Progress: ${Math.round(k)}%`,children:a.jsx("div",{className:c1.bar,style:{width:y?void 0:`${k}%`}})})]})};h1.displayName="ProgressBar";const Yw="_container_rxnvc_8",eC="_tooltip_rxnvc_14",aC="_tooltipFadeIn_rxnvc_1",tC="_arrow_rxnvc_43",oC="_top_rxnvc_56",cC="_bottom_rxnvc_71",nC="_left_rxnvc_86",iC="_right_rxnvc_101",j0={container:Yw,tooltip:eC,tooltipFadeIn:aC,arrow:tC,top:oC,bottom:cC,left:nC,right:iC},x0=({content:t,placement:o="top",delay:c=200,disabled:i=!1,children:h,className:r})=>{const[y,M]=m.useState(!1),u=m.useRef(void 0),k=()=>{i||(u.current=setTimeout(()=>{M(!0)},c))},l=()=>{u.current&&clearTimeout(u.current),M(!1)},_=()=>{i||M(!0)},v=()=>{M(!1)},d=[j0.tooltip,j0[o],r].filter(Boolean).join(" "),s=m.isValidElement(h)?m.cloneElement(h,{onMouseEnter:k,onMouseLeave:l,onFocus:_,onBlur:v}):h;return a.jsxs("div",{className:j0.container,children:[s,y&&!i&&a.jsxs("div",{className:d,role:"tooltip",children:[t,a.jsx("div",{className:j0.arrow})]})]})};x0.displayName="Tooltip";const dC="_avatar_deihm_8",hC="_image_deihm_31",rC="_initials_deihm_38",sC="_icon_deihm_44",yC="_xs_deihm_52",lC="_sm_deihm_63",pC="_md_deihm_74",kC="_lg_deihm_85",uC="_xl_deihm_96",MC="_xxl_deihm_107",mC="_interactive_deihm_122",_C="_statusIndicator_deihm_144",gC="_online_deihm_156",vC="_offline_deihm_160",xC="_away_deihm_164",fC="_busy_deihm_168",e1={avatar:dC,image:hC,initials:rC,icon:sC,xs:yC,sm:lC,md:pC,lg:kC,xl:uC,xxl:MC,interactive:mC,statusIndicator:_C,online:gC,offline:vC,away:xC,busy:fC},i1=({src:t,alt:o="",initials:c,icon:i,size:h="md",status:r,interactive:y=!1,className:M,...u})=>{const[k,l]=m.useState(!1),_=[e1.avatar,e1[h],y&&e1.interactive,M].filter(Boolean).join(" "),v=t&&!k,d=!v&&c,s=!v&&!d&&i;return a.jsxs("div",{className:_,...u,children:[v&&a.jsx("img",{src:t,alt:o,className:e1.image,onError:()=>l(!0)}),d&&a.jsx("span",{className:e1.initials,children:c}),s&&a.jsx("span",{className:e1.icon,children:i}),!v&&!d&&!s&&a.jsx("span",{className:e1.icon,children:"👤"}),r&&a.jsx("span",{className:`${e1.statusIndicator} ${e1[r]}`,"aria-label":`Status: ${r}`})]})};i1.displayName="Avatar";const LC="_container_9fjzo_8",wC="_table_9fjzo_15",CC="_caption_9fjzo_24",bC="_thead_9fjzo_36",IC="_th_9fjzo_36",NC="_alignCenter_9fjzo_49",$C="_alignRight_9fjzo_53",SC="_sortable_9fjzo_58",qC="_sortIndicator_9fjzo_74",zC="_active_9fjzo_81",AC="_tbody_9fjzo_89",jC="_tr_9fjzo_93",HC="_td_9fjzo_98",PC="_hoverable_9fjzo_116",VC="_clickable_9fjzo_121",BC="_striped_9fjzo_133",FC="_bordered_9fjzo_145",DC="_sm_9fjzo_163",TC="_md_9fjzo_169",RC="_lg_9fjzo_175",UC="_empty_9fjzo_185",b={container:LC,table:wC,caption:CC,thead:bC,th:IC,alignCenter:NC,alignRight:$C,sortable:SC,sortIndicator:qC,active:zC,tbody:AC,tr:jC,td:HC,hoverable:PC,clickable:VC,striped:BC,bordered:FC,sm:DC,md:TC,lg:RC,empty:UC},xx=({columns:t,data:o,size:c="md",striped:i=!1,hoverable:h=!0,bordered:r=!1,caption:y,emptyMessage:M="No data available",onRowClick:u,onSortChange:k,sortState:l,getRowKey:_=(d,s)=>s,className:v})=>{const[d,s]=m.useState(null),p=l||d,P=m.useCallback(x=>{if(!x.sortable)return;const z=x.key;let A="asc";p?.columnKey===z&&(p.direction==="asc"?A="desc":p.direction==="desc"&&(A=null)),l||s(A?{columnKey:z,direction:A}:null),k?.(z,A)},[p,l,k]),Y=x=>{if(!x.sortable)return null;const z=p?.columnKey===x.key,A=z?p?.direction:null,j=[b.sortIndicator,z&&b.active].filter(Boolean).join(" ");return A==="asc"?a.jsx("span",{className:j,children:"▲"}):A==="desc"?a.jsx("span",{className:j,children:"▼"}):a.jsx("span",{className:j,children:"⇅"})},T=()=>a.jsx("thead",{className:b.thead,children:a.jsx("tr",{children:t.map(x=>{const z=[b.th,x.align&&b[`align${x.align.charAt(0).toUpperCase()}${x.align.slice(1)}`],x.sortable&&b.sortable].filter(Boolean).join(" "),A=x.sortable?()=>P(x):void 0;return a.jsxs("th",{className:z,style:{width:x.width},onClick:A,tabIndex:x.sortable?0:void 0,role:x.sortable?"button":void 0,"aria-sort":p?.columnKey===x.key?p.direction==="asc"?"ascending":"descending":void 0,...x.headerProps,children:[x.header,Y(x)]},x.key)})})}),w0=()=>o.length===0?a.jsx("tbody",{children:a.jsx("tr",{children:a.jsx("td",{colSpan:t.length,className:b.empty,children:M})})}):a.jsx("tbody",{className:b.tbody,children:o.map((x,z)=>{const A=_(x,z);return a.jsx("tr",{className:b.tr,onClick:u?()=>u(x,z):void 0,children:t.map(j=>{const b0=[b.td,j.align&&b[`align${j.align.charAt(0).toUpperCase()}${j.align.slice(1)}`]].filter(Boolean).join(" "),kx=j.cell?j.cell(x,z):x[j.key];return a.jsx("td",{className:b0,...j.cellProps,children:kx},j.key)})},A)})}),C0=[b.container,b[c],i&&b.striped,h&&b.hoverable,u&&b.clickable,r&&b.bordered,v].filter(Boolean).join(" ");return a.jsx("div",{className:C0,children:a.jsxs("table",{className:b.table,children:[y&&a.jsx("caption",{className:b.caption,children:y}),T(),w0()]})})};xx.displayName="Table";const OC="_container_15a7e_8",EC="_tabList_15a7e_15",WC="_fullWidth_15a7e_31",GC="_tab_15a7e_15",ZC="_active_15a7e_89",XC="_icon_15a7e_99",KC="_badge_15a7e_106",JC="_panel_15a7e_126",n1={container:OC,tabList:EC,fullWidth:WC,tab:GC,active:ZC,icon:XC,badge:KC,panel:JC},fx=({tabs:t,defaultTab:o,activeTab:c,onChange:i,fullWidth:h=!1,className:r})=>{const y=c!==void 0,[M,u]=m.useState(o||t[0]?.id||""),k=y?c:M,l=d=>{y||u(d),i?.(d)},_=t.find(d=>d.id===k),v=[n1.container,h&&n1.fullWidth,r].filter(Boolean).join(" ");return a.jsxs("div",{className:v,children:[a.jsx("div",{className:n1.tabList,role:"tablist",children:t.map(d=>{const s=d.id===k,p=[n1.tab,s&&n1.active].filter(Boolean).join(" ");return a.jsxs("button",{type:"button",role:"tab","aria-selected":s,"aria-controls":`panel-${d.id}`,id:`tab-${d.id}`,className:p,onClick:()=>l(d.id),disabled:d.disabled,children:[d.icon&&a.jsx("span",{className:n1.icon,children:d.icon}),a.jsx("span",{children:d.label}),d.badge!==void 0&&a.jsx("span",{className:n1.badge,children:d.badge})]},d.id)})}),_&&a.jsx("div",{className:n1.panel,role:"tabpanel",id:`panel-${k}`,"aria-labelledby":`tab-${k}`,children:_.content},k)]})};fx.displayName="Tabs";const QC="_breadcrumb_67y2l_8",YC="_item_67y2l_19",eb="_link_67y2l_26",ab="_current_67y2l_48",tb="_separator_67y2l_54",ob="_chevron_67y2l_62",cb="_slash_67y2l_69",nb="_icon_67y2l_75",ib="_ellipsis_67y2l_83",db="_sm_67y2l_95",hb="_md_67y2l_105",rb="_lg_67y2l_115",q={breadcrumb:QC,item:YC,link:eb,current:ab,separator:tb,chevron:ob,slash:cb,icon:nb,ellipsis:ib,sm:db,md:hb,lg:rb},Lx=({items:t,separator:o="chevron",customSeparator:c,showHomeIcon:i=!1,maxItems:h,size:r="md",className:y,linkProps:M})=>{const u=m.useMemo(()=>{if(!h||t.length<=h)return t;const d=t[0],s=t.slice(-(h-1));return[...d?[d]:[],{label:"...",href:void 0},...s]},[t,h]),k=d=>{const s=[q.separator,o==="chevron"&&q.chevron,o==="slash"&&q.slash].filter(Boolean).join(" ");return o==="custom"&&c?a.jsx("span",{className:q.separator,"aria-hidden":"true",children:c},`sep-${d}`):a.jsx("span",{className:s,"aria-hidden":"true"},`sep-${d}`)},l=()=>i?a.jsx("span",{className:q.icon,"aria-label":"Home",children:"⌂"}):null,_=(d,s)=>{const p=s===u.length-1;return d.label==="..."?a.jsx("li",{className:q.item,children:a.jsx("span",{className:q.ellipsis,"aria-label":"More items",children:"…"})},`ellipsis-${s}`):p||!d.href?a.jsx("li",{className:q.item,"aria-current":p?"page":void 0,children:a.jsxs("span",{className:q.current,children:[s===0&&l(),d.icon&&a.jsx("span",{className:q.icon,children:d.icon}),d.label]})},s):a.jsx("li",{className:q.item,children:a.jsxs("a",{href:d.href,className:q.link,...M,children:[s===0&&l(),d.icon&&a.jsx("span",{className:q.icon,children:d.icon}),d.label]})},s)},v=[q.breadcrumb,q[r],y].filter(Boolean).join(" ");return a.jsx("nav",{"aria-label":"Breadcrumb",children:a.jsx("ol",{className:v,children:u.map((d,s)=>a.jsxs(m.Fragment,{children:[_(d,s),s<u.length-1&&k(s)]},s))})})};Lx.displayName="Breadcrumb";const sb="_navbar_12o86_8",yb="_solid_12o86_22",lb="_transparent_12o86_26",pb="_glass_12o86_30",kb="_bordered_12o86_39",ub="_sticky_12o86_47",Mb="_sm_12o86_56",mb="_md_12o86_60",_b="_lg_12o86_64",gb="_brand_12o86_72",vb="_nav_12o86_8",xb="_link_12o86_115",fb="_active_12o86_139",Lb="_actions_12o86_148",O={navbar:sb,solid:yb,transparent:lb,glass:pb,bordered:kb,sticky:ub,sm:Mb,md:mb,lg:_b,brand:gb,nav:vb,link:xb,active:fb,actions:Lb},Tx=({children:t,href:o,className:c})=>{const i=[O.brand,c].filter(Boolean).join(" ");return o?a.jsx("a",{href:o,className:i,children:t}):a.jsx("div",{className:i,children:t})};Tx.displayName="Navbar.Brand";const Rx=({children:t,className:o,...c})=>{const i=[O.nav,o].filter(Boolean).join(" ");return a.jsx("nav",{className:i,...c,children:t})};Rx.displayName="Navbar.Nav";const Ux=({children:t,href:o,active:c=!1,className:i,...h})=>{const r=[O.link,c&&O.active,i].filter(Boolean).join(" ");return a.jsx("a",{href:o,className:r,"aria-current":c?"page":void 0,...h,children:t})};Ux.displayName="Navbar.Link";const Ox=({children:t,className:o,...c})=>{const i=[O.actions,o].filter(Boolean).join(" ");return a.jsx("div",{className:i,...c,children:t})};Ox.displayName="Navbar.Actions";const V=({children:t,height:o="md",variant:c="solid",sticky:i=!1,bordered:h=!0,className:r,...y})=>{const M=[O.navbar,O[o],O[c],i&&O.sticky,h&&O.bordered,r].filter(Boolean).join(" ");return a.jsx("header",{className:M,...y,children:t})};V.Brand=Tx;V.Nav=Rx;V.Link=Ux;V.Actions=Ox;V.displayName="Navbar";const wb="_backdrop_h5sgo_8",Cb="_fadeIn_h5sgo_1",bb="_modal_h5sgo_32",Ib="_slideUp_h5sgo_1",Nb="_sm_h5sgo_68",$b="_md_h5sgo_72",Sb="_lg_h5sgo_76",qb="_xl_h5sgo_80",zb="_full_h5sgo_84",Ab="_header_h5sgo_94",jb="_closeButton_h5sgo_106",Hb="_body_h5sgo_146",Pb="_footer_h5sgo_154",s1={backdrop:wb,fadeIn:Cb,modal:bb,slideUp:Ib,sm:Nb,md:$b,lg:Sb,xl:qb,full:zb,header:Ab,closeButton:jb,body:Hb,footer:Pb},t1=({open:t,onClose:o,size:c="md",closeOnBackdrop:i=!0,closeOnEscape:h=!0,showCloseButton:r=!0,children:y,className:M})=>{if(m.useEffect(()=>{if(!t||!h)return;const l=_=>{_.key==="Escape"&&o()};return document.addEventListener("keydown",l),()=>document.removeEventListener("keydown",l)},[t,h,o]),m.useEffect(()=>(t?document.body.style.overflow="hidden":document.body.style.overflow="",()=>{document.body.style.overflow=""}),[t]),!t)return null;const u=[s1.modal,s1[c],M].filter(Boolean).join(" "),k=l=>{i&&l.target===l.currentTarget&&o()};return a.jsx("div",{className:s1.backdrop,onClick:k,role:"dialog","aria-modal":"true",children:a.jsxs("div",{className:u,children:[r&&a.jsx("button",{type:"button",className:s1.closeButton,onClick:o,"aria-label":"Close modal",style:{position:"absolute",top:"var(--spacing-4)",right:"var(--spacing-4)"},children:"×"}),y]})})},Ex=({className:t,children:o})=>{const c=[s1.header,t].filter(Boolean).join(" ");return a.jsx("div",{className:c,children:o})},Wx=({className:t,children:o})=>{const c=[s1.body,t].filter(Boolean).join(" ");return a.jsx("div",{className:c,children:o})},Gx=({className:t,children:o})=>{const c=[s1.footer,t].filter(Boolean).join(" ");return a.jsx("div",{className:c,children:o})};t1.Header=Ex;t1.Body=Wx;t1.Footer=Gx;t1.displayName="Modal";Ex.displayName="Modal.Header";Wx.displayName="Modal.Body";Gx.displayName="Modal.Footer";const Vb=t=>t==="light"||t==="dark",Bb=t=>["orion","uvm","unitec","laureate"].includes(t);function P0(t={}){const{defaultTheme:o="light",defaultBrand:c="orion",storageEnabled:i=!0,storageKey:h="orion-theme",brandStorageKey:r="orion-brand"}=t,[y,M]=m.useState(()=>{if(typeof window>"u"||!i)return o;const d=localStorage.getItem(h);return d&&Vb(d)?d:o}),[u,k]=m.useState(()=>{if(typeof window>"u"||!i)return c;const d=localStorage.getItem(r);return d&&Bb(d)?d:c}),l=m.useCallback(d=>{M(d),typeof window<"u"&&(document.documentElement.setAttribute("data-theme",d),i&&localStorage.setItem(h,d))},[i,h]),_=m.useCallback(d=>{k(d),typeof window<"u"&&(document.documentElement.setAttribute("data-brand",d),i&&localStorage.setItem(r,d))},[i,r]),v=m.useCallback(()=>{l(y==="light"?"dark":"light")},[y,l]);return m.useEffect(()=>{typeof window<"u"&&(document.documentElement.setAttribute("data-theme",y),document.documentElement.setAttribute("data-brand",u))},[y,u]),m.useEffect(()=>{if(typeof window>"u"||!i)return;const d=window.matchMedia("(prefers-color-scheme: dark)"),s=p=>{localStorage.getItem(h)||l(p.matches?"dark":"light")};if(d.addEventListener)return d.addEventListener("change",s),()=>d.removeEventListener("change",s);if(d.addListener)return d.addListener(s),()=>d.removeListener(s)},[i,h,l]),{theme:y,brand:u,setTheme:l,setBrand:_,toggleTheme:v,isDark:y==="dark",isLight:y==="light"}}const Zx=m.createContext(void 0);function Fb({children:t,options:o}){const c=P0(o);return a.jsx(Zx.Provider,{value:c,children:t})}function Xx(){const t=m.useContext(Zx);if(t===void 0)throw new Error(`❌ useTheme() must be used inside <ThemeProvider>
|
|
7
|
+
|
|
8
|
+
Solution:
|
|
9
|
+
Wrap your app with ThemeProvider:
|
|
10
|
+
|
|
11
|
+
export default function App() {
|
|
12
|
+
return (
|
|
13
|
+
<ThemeProvider>
|
|
14
|
+
<YourComponents />
|
|
15
|
+
</ThemeProvider>
|
|
16
|
+
);
|
|
17
|
+
}`);return t}const v0={orion:{accent:"#f68b1f",radius:"12px",description:"Orange accent • 12px radius"},uvm:{accent:"#262626",radius:"9999px",description:"Neutral accent • Pill buttons"},unitec:{accent:"#f68b1f",radius:"12px",description:"Orange accent • 12px radius"},laureate:{accent:"#F15D22",radius:"9999px",description:"Red-Orange accent • Pill buttons"}},wx=({showBrandSelector:t=!0,showThemeToggle:o=!0,showSummary:c=!0,compact:i=!1,className:h,style:r,onThemeChange:y,onBrandChange:M})=>{let u;try{u=Xx()}catch{u=P0()}const{theme:k,brand:l,setTheme:_,setBrand:v}=u,d=p=>{_(p),y?.(p)},s=p=>{v(p),M?.(p)};return i?a.jsxs("div",{className:h,style:{display:"flex",gap:"var(--spacing-3)",alignItems:"center",flexWrap:"wrap"},children:[o&&a.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--spacing-2)"},children:[a.jsx("span",{style:{fontSize:"20px"},children:"☀️"}),a.jsx(y1,{checked:k==="dark",onChange:p=>d(p.target.checked?"dark":"light")}),a.jsx("span",{style:{fontSize:"20px"},children:"🌙"})]}),t&&a.jsx("div",{style:{display:"flex",gap:"var(--spacing-2)"},children:Object.keys(v0).map(p=>a.jsx(f,{variant:l===p?"primary":"secondary",size:"sm",onClick:()=>s(p),children:p.charAt(0).toUpperCase()+p.slice(1)},p))})]}):a.jsxs(I,{variant:"elevated",className:h,style:{background:"var(--interactive-primary)",color:"white",...r},children:[a.jsx(I.Header,{children:a.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--spacing-2)"},children:[a.jsx("span",{style:{fontSize:"24px"},children:"🎨"}),a.jsxs("div",{children:[a.jsx("h3",{style:{margin:0,color:"white"},children:"Theme & Brand Settings"}),a.jsx("p",{style:{margin:0,fontSize:"var(--text-sm)",opacity:.9,color:"white"},children:"Customize the appearance in real-time"})]})]})}),a.jsx(I.Body,{style:{background:"var(--surface-base)",color:"var(--text-primary)"},children:a.jsxs("div",{style:{display:"grid",gap:"var(--spacing-6)"},children:[o&&a.jsxs("div",{children:[a.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"var(--spacing-3)"},children:[a.jsxs("div",{children:[a.jsx("label",{style:{display:"block",fontSize:"var(--text-lg)",fontWeight:"var(--font-weight-bold)",color:"var(--text-primary)",marginBottom:"var(--spacing-1)"},children:"Color Mode"}),a.jsx("p",{style:{fontSize:"var(--text-sm)",color:"var(--text-secondary)",margin:0},children:"Switch between light and dark themes"})]}),a.jsx(N,{variant:k==="light"?"warning":"primary",size:"lg",children:k==="light"?"☀️ Light":"🌙 Dark"})]}),a.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--spacing-3)",padding:"var(--spacing-4)",background:"var(--surface-subtle)",borderRadius:"var(--radius-control)",border:"2px solid var(--border-subtle)"},children:[a.jsx("span",{style:{fontSize:"32px"},children:"☀️"}),a.jsx(y1,{checked:k==="dark",onChange:p=>d(p.target.checked?"dark":"light"),size:"lg"}),a.jsx("span",{style:{fontSize:"32px"},children:"🌙"}),a.jsxs("div",{style:{marginLeft:"auto",display:"flex",gap:"var(--spacing-2)"},children:[a.jsx(f,{variant:k==="light"?"primary":"ghost",size:"sm",onClick:()=>d("light"),children:"Light"}),a.jsx(f,{variant:k==="dark"?"primary":"ghost",size:"sm",onClick:()=>d("dark"),children:"Dark"})]})]})]}),t&&a.jsxs("div",{children:[a.jsxs("div",{style:{marginBottom:"var(--spacing-3)"},children:[a.jsx("label",{style:{display:"block",fontSize:"var(--text-lg)",fontWeight:"var(--font-weight-bold)",color:"var(--text-primary)",marginBottom:"var(--spacing-1)"},children:"Brand Identity"}),a.jsx("p",{style:{fontSize:"var(--text-sm)",color:"var(--text-secondary)",margin:0},children:"Select a brand to see different accent colors and styling"})]}),a.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(250px, 1fr))",gap:"var(--spacing-3)"},children:Object.keys(v0).map(p=>a.jsxs("div",{onClick:()=>s(p),style:{padding:"var(--spacing-4)",background:l===p?"var(--interactive-primary)":"var(--surface-subtle)",color:l===p?"white":"var(--text-primary)",borderRadius:"var(--radius-control)",border:`2px solid ${l===p?"var(--interactive-primary)":"var(--border-subtle)"}`,cursor:"pointer",transition:"all 150ms ease"},children:[a.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"var(--spacing-2)"},children:[a.jsx(f0,{name:"brand",value:p,checked:l===p,onChange:()=>s(p),label:p.charAt(0).toUpperCase()+p.slice(1),size:"lg"}),l===p&&a.jsx(N,{variant:"success",children:"Active"})]}),a.jsx("p",{style:{fontSize:"var(--text-sm)",margin:0,opacity:.8},children:v0[p].description})]},p))})]}),c&&a.jsx(r1,{variant:"info",title:"Current Settings",children:a.jsxs("div",{style:{display:"flex",gap:"var(--spacing-2)",flexWrap:"wrap"},children:[a.jsxs(N,{variant:"primary",children:["Theme: ",k]}),a.jsxs(N,{variant:"secondary",children:["Brand: ",l]}),a.jsxs(N,{variant:"neutral",children:["Accent: ",v0[l].accent]}),a.jsxs(N,{variant:"neutral",children:["Radius: ",v0[l].radius==="9999px"?"9999px (pills)":v0[l].radius]})]})})]})})]})};wx.displayName="ThemeController";const Kx=(...t)=>t.filter((o,c,i)=>!!o&&o.trim()!==""&&i.indexOf(o)===c).join(" ").trim();const Db=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();const Tb=t=>t.replace(/^([A-Z])|[\s-_]+(\w)/g,(o,c,i)=>i?i.toUpperCase():c.toLowerCase());const Vx=t=>{const o=Tb(t);return o.charAt(0).toUpperCase()+o.slice(1)};var Rb={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};const Ub=t=>{for(const o in t)if(o.startsWith("aria-")||o==="role"||o==="title")return!0;return!1};const Jx=m.forwardRef(({color:t="currentColor",size:o=24,strokeWidth:c=2,absoluteStrokeWidth:i,className:h="",children:r,iconNode:y,...M},u)=>m.createElement("svg",{ref:u,...Rb,width:o,height:o,stroke:t,strokeWidth:i?Number(c)*24/Number(o):c,className:Kx("lucide",h),...!r&&!Ub(M)&&{"aria-hidden":"true"},...M},[...y.map(([k,l])=>m.createElement(k,l)),...Array.isArray(r)?r:[r]]));const e=(t,o)=>{const c=m.forwardRef(({className:i,...h},r)=>m.createElement(Jx,{ref:r,iconNode:o,className:Kx(`lucide-${Db(Vx(t))}`,`lucide-${t}`,i),...h}));return c.displayName=Vx(t),c};const Ob=[["path",{d:"m14 12 4 4 4-4",key:"buelq4"}],["path",{d:"M18 16V7",key:"ty0viw"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16",key:"d5nyq2"}],["path",{d:"M3.304 13h6.392",key:"1q3zxz"}]],V0=e("a-arrow-down",Ob);const Eb=[["path",{d:"m14 11 4-4 4 4",key:"1pu57t"}],["path",{d:"M18 16V7",key:"ty0viw"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16",key:"d5nyq2"}],["path",{d:"M3.304 13h6.392",key:"1q3zxz"}]],B0=e("a-arrow-up",Eb);const Wb=[["path",{d:"m15 16 2.536-7.328a1.02 1.02 1 0 1 1.928 0L22 16",key:"xik6mr"}],["path",{d:"M15.697 14h5.606",key:"1stdlc"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16",key:"d5nyq2"}],["path",{d:"M3.304 13h6.392",key:"1q3zxz"}]],F0=e("a-large-small",Wb);const Gb=[["circle",{cx:"16",cy:"4",r:"1",key:"1grugj"}],["path",{d:"m18 19 1-7-6 1",key:"r0i19z"}],["path",{d:"m5 8 3-3 5.5 3-2.36 3.5",key:"9ptxx2"}],["path",{d:"M4.24 14.5a5 5 0 0 0 6.88 6",key:"10kmtu"}],["path",{d:"M13.76 17.5a5 5 0 0 0-6.88-6",key:"2qq6rc"}]],D0=e("accessibility",Gb);const Zb=[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]],T0=e("activity",Zb);const Xb=[["path",{d:"M18 17.5a2.5 2.5 0 1 1-4 2.03V12",key:"yd12zl"}],["path",{d:"M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"larmp2"}],["path",{d:"M6 8h12",key:"6g4wlu"}],["path",{d:"M6.6 15.572A2 2 0 1 0 10 17v-5",key:"1x1kqn"}]],R0=e("air-vent",Xb);const Kb=[["path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1",key:"ns4c3b"}],["path",{d:"m12 15 5 6H7Z",key:"14qnn2"}]],U0=e("airplay",Kb);const Jb=[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]],l1=e("alarm-clock-check",Jb);const Qb=[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M9 13h6",key:"1uhe8q"}]],p1=e("alarm-clock-minus",Qb);const Yb=[["path",{d:"M6.87 6.87a8 8 0 1 0 11.26 11.26",key:"3on8tj"}],["path",{d:"M19.9 14.25a8 8 0 0 0-9.15-9.15",key:"15ghsc"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.26 18.67 4 21",key:"yzmioq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M4 4 2 6",key:"1ycko6"}]],O0=e("alarm-clock-off",Yb);const eI=[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}]],k1=e("alarm-clock-plus",eI);const aI=[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M12 9v4l2 2",key:"1c63tq"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}]],E0=e("alarm-clock",aI);const tI=[["path",{d:"M11 21c0-2.5 2-2.5 2-5",key:"1sicvv"}],["path",{d:"M16 21c0-2.5 2-2.5 2-5",key:"1o3eny"}],["path",{d:"m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8",key:"1bvca4"}],["path",{d:"M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z",key:"x3qr1j"}],["path",{d:"M6 21c0-2.5 2-2.5 2-5",key:"i3w1gp"}]],W0=e("alarm-smoke",tI);const oI=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["polyline",{points:"11 3 11 11 14 8 17 11 17 3",key:"1wcwz3"}]],G0=e("album",oI);const cI=[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4",key:"11f1s0"}],["path",{d:"M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4",key:"t14dx9"}],["path",{d:"M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1",key:"1w07xs"}],["path",{d:"M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1",key:"1apec2"}]],Z0=e("align-center-horizontal",cI);const nI=[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4",key:"14d6g8"}],["path",{d:"M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4",key:"1e2lrw"}],["path",{d:"M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1",key:"1fkdwx"}],["path",{d:"M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1",key:"1euafb"}]],X0=e("align-center-vertical",nI);const iI=[["rect",{width:"6",height:"16",x:"4",y:"2",rx:"2",key:"z5wdxg"}],["rect",{width:"6",height:"9",x:"14",y:"9",rx:"2",key:"um7a8w"}],["path",{d:"M22 22H2",key:"19qnx5"}]],K0=e("align-end-horizontal",iI);const dI=[["rect",{width:"16",height:"6",x:"2",y:"4",rx:"2",key:"10wcwx"}],["rect",{width:"9",height:"6",x:"9",y:"14",rx:"2",key:"4p5bwg"}],["path",{d:"M22 22V2",key:"12ipfv"}]],J0=e("align-end-vertical",dI);const hI=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M17 22v-5",key:"4b6g73"}],["path",{d:"M17 7V2",key:"hnrr36"}],["path",{d:"M7 22v-3",key:"1r4jpn"}],["path",{d:"M7 5V2",key:"liy1u9"}]],Q0=e("align-horizontal-distribute-center",hI);const rI=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M10 2v20",key:"uyc634"}],["path",{d:"M20 2v20",key:"1tx262"}]],Y0=e("align-horizontal-distribute-end",rI);const sI=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M4 2v20",key:"gtpd5x"}],["path",{d:"M14 2v20",key:"tg6bpw"}]],et=e("align-horizontal-distribute-start",sI);const yI=[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M12 2v20",key:"t6zp3m"}]],at=e("align-horizontal-justify-center",yI);const lI=[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"12",y:"7",rx:"2",key:"1ht384"}],["path",{d:"M22 2v20",key:"40qfg1"}]],tt=e("align-horizontal-justify-end",lI);const pI=[["rect",{width:"6",height:"14",x:"6",y:"5",rx:"2",key:"hsirpf"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M2 2v20",key:"1ivd8o"}]],ot=e("align-horizontal-justify-start",pI);const kI=[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2",key:"yn7j0q"}],["path",{d:"M4 22V2",key:"tsjzd3"}],["path",{d:"M20 22V2",key:"1bnhr8"}]],ct=e("align-horizontal-space-around",kI);const uI=[["rect",{width:"6",height:"14",x:"3",y:"5",rx:"2",key:"j77dae"}],["rect",{width:"6",height:"10",x:"15",y:"7",rx:"2",key:"bq30hj"}],["path",{d:"M3 2v20",key:"1d2pfg"}],["path",{d:"M21 2v20",key:"p059bm"}]],nt=e("align-horizontal-space-between",uI);const MI=[["rect",{width:"6",height:"16",x:"4",y:"6",rx:"2",key:"1n4dg1"}],["rect",{width:"6",height:"9",x:"14",y:"6",rx:"2",key:"17khns"}],["path",{d:"M22 2H2",key:"fhrpnj"}]],it=e("align-start-horizontal",MI);const mI=[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2",key:"lpm2y7"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2",key:"rdj6ps"}],["path",{d:"M2 2v20",key:"1ivd8o"}]],dt=e("align-start-vertical",mI);const _I=[["path",{d:"M22 17h-3",key:"1lwga1"}],["path",{d:"M22 7h-5",key:"o2endc"}],["path",{d:"M5 17H2",key:"1gx9xc"}],["path",{d:"M7 7H2",key:"6bq26l"}],["rect",{x:"5",y:"14",width:"14",height:"6",rx:"2",key:"1qrzuf"}],["rect",{x:"7",y:"4",width:"10",height:"6",rx:"2",key:"we8e9z"}]],ht=e("align-vertical-distribute-center",_I);const gI=[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"M2 10h20",key:"1ir3d8"}]],rt=e("align-vertical-distribute-end",gI);const vI=[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M2 4h20",key:"mda7wb"}]],st=e("align-vertical-distribute-start",vI);const xI=[["rect",{width:"14",height:"6",x:"5",y:"12",rx:"2",key:"4l4tp2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 22h20",key:"272qi7"}]],yt=e("align-vertical-justify-end",xI);const fI=[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],lt=e("align-vertical-justify-center",fI);const LI=[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"6",rx:"2",key:"13squh"}],["path",{d:"M2 2h20",key:"1ennik"}]],pt=e("align-vertical-justify-start",LI);const wI=[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2",key:"b1zbii"}],["path",{d:"M22 20H2",key:"1p1f7z"}],["path",{d:"M22 4H2",key:"1b7qnq"}]],kt=e("align-vertical-space-around",wI);const CI=[["rect",{width:"14",height:"6",x:"5",y:"15",rx:"2",key:"1w91an"}],["rect",{width:"10",height:"6",x:"7",y:"3",rx:"2",key:"17wqzy"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M2 3h20",key:"91anmk"}]],ut=e("align-vertical-space-between",CI);const bI=[["path",{d:"M10 10H6",key:"1bsnug"}],["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14",key:"lrkjwd"}],["path",{d:"M8 8v4",key:"1fwk8c"}],["path",{d:"M9 18h6",key:"x1upvd"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]],Mt=e("ambulance",bI);const II=[["path",{d:"M16 12h3",key:"4uvgyw"}],["path",{d:"M17.5 12a8 8 0 0 1-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13",key:"nfoe1t"}]],mt=e("ampersand",II);const NI=[["path",{d:"M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"12lh1k"}],["path",{d:"M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"173c68"}]],_t=e("ampersands",NI);const $I=[["path",{d:"M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8",key:"1h8rid"}],["path",{d:"M10 5H8a2 2 0 0 0 0 4h.68",key:"3ezsi6"}],["path",{d:"M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8",key:"yt6q09"}],["path",{d:"M14 5h2a2 2 0 0 1 0 4h-.68",key:"8f95yk"}],["path",{d:"M18 22H6",key:"mg6kv4"}],["path",{d:"M9 2h6",key:"1jrp98"}]],gt=e("amphora",$I);const SI=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["path",{d:"M7.5 8 10 9",key:"olxxln"}],["path",{d:"m14 9 2.5-1",key:"1j6cij"}],["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}]],vt=e("angry",SI);const qI=[["path",{d:"M12 6v16",key:"nqf5sj"}],["path",{d:"m19 13 2-1a9 9 0 0 1-18 0l2 1",key:"y7qv08"}],["path",{d:"M9 11h6",key:"1fldmi"}],["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}]],xt=e("anchor",qI);const zI=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M14 9h2",key:"116p9w"}]],ft=e("annoyed",zI);const AI=[["path",{d:"M2 12 7 2",key:"117k30"}],["path",{d:"m7 12 5-10",key:"1tvx22"}],["path",{d:"m12 12 5-10",key:"ev1o1a"}],["path",{d:"m17 12 5-10",key:"1e4ti3"}],["path",{d:"M4.5 7h15",key:"vlsxkz"}],["path",{d:"M12 16v6",key:"c8a4gj"}]],Lt=e("antenna",AI);const jI=[["path",{d:"M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4",key:"1hjpb6"}],["path",{d:"M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z",key:"1qn45f"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1",key:"1fi4x8"}]],wt=e("anvil",jI);const HI=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14.31 8 5.74 9.94",key:"1y6ab4"}],["path",{d:"M9.69 8h11.48",key:"1wxppr"}],["path",{d:"m7.38 12 5.74-9.94",key:"1grp0k"}],["path",{d:"M9.69 16 3.95 6.06",key:"libnyf"}],["path",{d:"M14.31 16H2.83",key:"x5fava"}],["path",{d:"m16.62 12-5.74 9.94",key:"1vwawt"}]],Ct=e("aperture",HI);const PI=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M14 8h.01",key:"1primd"}]],bt=e("app-window-mac",PI);const VI=[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}],["path",{d:"M10 4v4",key:"pp8u80"}],["path",{d:"M2 8h20",key:"d11cs7"}],["path",{d:"M6 4v4",key:"1svtjw"}]],It=e("app-window",VI);const BI=[["path",{d:"M12 6.528V3a1 1 0 0 1 1-1h0",key:"11qiee"}],["path",{d:"M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10 3 3 0 0 0 3.648.648 5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21",key:"110c12"}]],Nt=e("apple",BI);const FI=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h2",key:"tvwodi"}],["path",{d:"M20 8v11a2 2 0 0 1-2 2h-2",key:"1gkqxj"}],["path",{d:"m9 15 3-3 3 3",key:"1pd0qc"}],["path",{d:"M12 12v9",key:"192myk"}]],$t=e("archive-restore",FI);const DI=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"m9.5 17 5-5",key:"nakeu6"}],["path",{d:"m9.5 12 5 5",key:"1hccrj"}]],St=e("archive-x",DI);const TI=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"M10 12h4",key:"a56b0p"}]],qt=e("archive",TI);const RI=[["path",{d:"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3",key:"irtipd"}],["path",{d:"M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"1qyhux"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]],zt=e("armchair",RI);const UI=[["path",{d:"M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z",key:"1hy3w3"}],["path",{d:"M9 4h6",key:"10am2s"}]],At=e("arrow-big-down-dash",UI);const OI=[["path",{d:"M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z",key:"1eaqc3"}]],jt=e("arrow-big-down",OI);const EI=[["path",{d:"M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z",key:"p8w4w5"}],["path",{d:"M20 9v6",key:"14roy0"}]],Ht=e("arrow-big-left-dash",EI);const WI=[["path",{d:"M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z",key:"aztept"}]],Pt=e("arrow-big-left",WI);const GI=[["path",{d:"M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z",key:"67vhrh"}],["path",{d:"M4 9v6",key:"bns7oa"}]],Vt=e("arrow-big-right-dash",GI);const ZI=[["path",{d:"M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z",key:"1232du"}]],Bt=e("arrow-big-right",ZI);const XI=[["path",{d:"M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z",key:"pnzqmc"}],["path",{d:"M9 20h6",key:"s66wpe"}]],Ft=e("arrow-big-up-dash",XI);const KI=[["path",{d:"M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z",key:"lh0v7k"}]],Dt=e("arrow-big-up",KI);const JI=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]],Tt=e("arrow-down-0-1",JI);const QI=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]],Rt=e("arrow-down-1-0",QI);const YI=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]],u1=e("arrow-down-a-z",YI);const eN=[["path",{d:"M19 3H5",key:"1236rx"}],["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m6 15 6 6 6-6",key:"h15q88"}]],Ut=e("arrow-down-from-line",eN);const aN=[["path",{d:"M17 7 7 17",key:"15tmo1"}],["path",{d:"M17 17H7V7",key:"1org7z"}]],Ot=e("arrow-down-left",aN);const tN=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h4",key:"6d7r33"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h10",key:"1438ji"}]],Et=e("arrow-down-narrow-wide",tN);const oN=[["path",{d:"m7 7 10 10",key:"1fmybs"}],["path",{d:"M17 7v10H7",key:"6fjiku"}]],Wt=e("arrow-down-right",oN);const cN=[["path",{d:"M12 2v14",key:"jyx4ut"}],["path",{d:"m19 9-7 7-7-7",key:"1oe3oy"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]],Gt=e("arrow-down-to-dot",cN);const nN=[["path",{d:"M12 17V3",key:"1cwfxf"}],["path",{d:"m6 11 6 6 6-6",key:"12ii2o"}],["path",{d:"M19 21H5",key:"150jfl"}]],Zt=e("arrow-down-to-line",nN);const iN=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"m21 8-4-4-4 4",key:"1c9v7m"}],["path",{d:"M17 4v16",key:"7dpous"}]],Xt=e("arrow-down-up",iN);const dN=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h10",key:"1w87gc"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h4",key:"q8tih4"}]],M1=e("arrow-down-wide-narrow",dN);const hN=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]],m1=e("arrow-down-z-a",hN);const rN=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],Kt=e("arrow-down",rN);const sN=[["path",{d:"m9 6-6 6 6 6",key:"7v63n9"}],["path",{d:"M3 12h14",key:"13k4hi"}],["path",{d:"M21 19V5",key:"b4bplr"}]],Jt=e("arrow-left-from-line",sN);const yN=[["path",{d:"M8 3 4 7l4 4",key:"9rb6wj"}],["path",{d:"M4 7h16",key:"6tx8e3"}],["path",{d:"m16 21 4-4-4-4",key:"siv7j2"}],["path",{d:"M20 17H4",key:"h6l3hr"}]],Qt=e("arrow-left-right",yN);const lN=[["path",{d:"M3 19V5",key:"rwsyhb"}],["path",{d:"m13 6-6 6 6 6",key:"1yhaz7"}],["path",{d:"M7 12h14",key:"uoisry"}]],Yt=e("arrow-left-to-line",lN);const pN=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]],eo=e("arrow-left",pN);const kN=[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M21 12H7",key:"13ipq5"}],["path",{d:"m15 18 6-6-6-6",key:"6tx3qv"}]],ao=e("arrow-right-from-line",kN);const uN=[["path",{d:"m16 3 4 4-4 4",key:"1x1c3m"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"m8 21-4-4 4-4",key:"h9nckh"}],["path",{d:"M4 17h16",key:"g4d7ey"}]],to=e("arrow-right-left",uN);const MN=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],oo=e("arrow-right",MN);const mN=[["path",{d:"M17 12H3",key:"8awo09"}],["path",{d:"m11 18 6-6-6-6",key:"8c2y43"}],["path",{d:"M21 5v14",key:"nzette"}]],co=e("arrow-right-to-line",mN);const _N=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]],no=e("arrow-up-0-1",_N);const gN=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]],io=e("arrow-up-1-0",gN);const vN=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]],_1=e("arrow-up-a-z",vN);const xN=[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]],ho=e("arrow-up-down",xN);const fN=[["path",{d:"m5 9 7-7 7 7",key:"1hw5ic"}],["path",{d:"M12 16V2",key:"ywoabb"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]],ro=e("arrow-up-from-dot",fN);const LN=[["path",{d:"m18 9-6-6-6 6",key:"kcunyi"}],["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 21h14",key:"11awu3"}]],so=e("arrow-up-from-line",LN);const wN=[["path",{d:"M7 17V7h10",key:"11bw93"}],["path",{d:"M17 17 7 7",key:"2786uv"}]],yo=e("arrow-up-left",wN);const CN=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h4",key:"q8tih4"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h10",key:"jvxblo"}]],g1=e("arrow-up-narrow-wide",CN);const bN=[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]],lo=e("arrow-up-right",bN);const IN=[["path",{d:"M5 3h14",key:"7usisc"}],["path",{d:"m18 13-6-6-6 6",key:"1kf1n9"}],["path",{d:"M12 7v14",key:"1akyts"}]],po=e("arrow-up-to-line",IN);const NN=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h4",key:"1krc32"}]],ko=e("arrow-up-wide-narrow",NN);const $N=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]],v1=e("arrow-up-z-a",$N);const SN=[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]],uo=e("arrow-up",SN);const qN=[["path",{d:"m4 6 3-3 3 3",key:"9aidw8"}],["path",{d:"M7 17V3",key:"19qxw1"}],["path",{d:"m14 6 3-3 3 3",key:"6iy689"}],["path",{d:"M17 17V3",key:"o0fmgi"}],["path",{d:"M4 21h16",key:"1h09gz"}]],Mo=e("arrows-up-from-line",qN);const zN=[["path",{d:"M12 6v12",key:"1vza4d"}],["path",{d:"M17.196 9 6.804 15",key:"1ah31z"}],["path",{d:"m6.804 9 10.392 6",key:"1b6pxd"}]],mo=e("asterisk",zN);const AN=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8",key:"7n84p3"}]],_o=e("at-sign",AN);const jN=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z",key:"1l2ple"}],["path",{d:"M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z",key:"1wam0m"}]],go=e("atom",jN);const HN=[["path",{d:"M2 10v3",key:"1fnikh"}],["path",{d:"M6 6v11",key:"11sgs0"}],["path",{d:"M10 3v18",key:"yhl04a"}],["path",{d:"M14 8v7",key:"3a1oy3"}],["path",{d:"M18 5v13",key:"123xd1"}],["path",{d:"M22 10v3",key:"154ddg"}]],vo=e("audio-lines",HN);const PN=[["path",{d:"M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2",key:"57tc96"}]],xo=e("audio-waveform",PN);const VN=[["path",{d:"m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526",key:"1yiouv"}],["circle",{cx:"12",cy:"8",r:"6",key:"1vp47v"}]],fo=e("award",VN);const BN=[["path",{d:"m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9",key:"5z9253"}],["path",{d:"M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z",key:"19zklq"}]],Lo=e("axe",BN);const FN=[["path",{d:"M13.5 10.5 15 9",key:"1nsxvm"}],["path",{d:"M4 4v15a1 1 0 0 0 1 1h15",key:"1w6lkd"}],["path",{d:"M4.293 19.707 6 18",key:"3g1p8c"}],["path",{d:"m9 15 1.5-1.5",key:"1xfbes"}]],x1=e("axis-3d",FN);const DN=[["path",{d:"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z",key:"1ol0lm"}],["path",{d:"M8 10h8",key:"c7uz4u"}],["path",{d:"M8 18h8",key:"1no2b1"}],["path",{d:"M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6",key:"1fr6do"}],["path",{d:"M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2",key:"donm21"}]],wo=e("backpack",DN);const TN=[["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5",key:"1u7htd"}],["path",{d:"M15 12h.01",key:"1k8ypt"}],["path",{d:"M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1",key:"11xh7x"}],["path",{d:"M9 12h.01",key:"157uk2"}]],Co=e("baby",TN);const RN=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],bo=e("badge-alert",RN);const UN=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M15.4 10a4 4 0 1 0 0 4",key:"2eqtx8"}]],Io=e("badge-cent",UN);const ON=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],f1=e("badge-check",ON);const EN=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]],No=e("badge-dollar-sign",EN);const WN=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M7 12h5",key:"gblrwe"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]],$o=e("badge-euro",WN);const GN=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 8h8",key:"1bis0t"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m13 17-5-1h1a4 4 0 0 0 0-8",key:"nu2bwa"}]],So=e("badge-indian-rupee",GN);const ZN=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"16",y2:"12",key:"1y1yb1"}],["line",{x1:"12",x2:"12.01",y1:"8",y2:"8",key:"110wyk"}]],qo=e("badge-info",ZN);const XN=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 8 3 3v7",key:"17yadx"}],["path",{d:"m12 11 3-3",key:"p4cfq1"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M9 16h6",key:"8wimt3"}]],zo=e("badge-japanese-yen",XN);const KN=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],Ao=e("badge-minus",KN);const JN=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]],jo=e("badge-percent",JN);const QN=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"16",key:"10p56q"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],Ho=e("badge-plus",QN);const YN=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 12h4",key:"qz6y1c"}],["path",{d:"M10 16V9.5a2.5 2.5 0 0 1 5 0",key:"3mlbjk"}],["path",{d:"M8 16h7",key:"sbedsn"}]],Po=e("badge-pound-sterling",YN);const e$=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["line",{x1:"12",x2:"12.01",y1:"17",y2:"17",key:"io3f8k"}]],L1=e("badge-question-mark",e$);const a$=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9 16h5",key:"1syiyw"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9",key:"1ge9c1"}]],Vo=e("badge-russian-ruble",a$);const t$=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M11 17V8h4",key:"1bfq6y"}],["path",{d:"M11 12h3",key:"2eqnfz"}],["path",{d:"M9 16h4",key:"1skf3a"}]],Bo=e("badge-swiss-franc",t$);const o$=[["path",{d:"M11 7v10a5 5 0 0 0 5-5",key:"1ja3ih"}],["path",{d:"m15 8-6 3",key:"4x0uwz"}],["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76",key:"18242g"}]],Fo=e("badge-turkish-lira",o$);const c$=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]],Do=e("badge-x",c$);const n$=[["path",{d:"M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2",key:"4irg2o"}],["path",{d:"M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10",key:"14fcyx"}],["rect",{width:"13",height:"8",x:"8",y:"6",rx:"1",key:"o6oiis"}],["circle",{cx:"18",cy:"20",r:"2",key:"t9985n"}],["circle",{cx:"9",cy:"20",r:"2",key:"e5v82j"}]],To=e("baggage-claim",n$);const i$=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}]],Cx=e("badge",i$);const d$=[["path",{d:"M12 16v1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v1",key:"2nz4b"}],["path",{d:"M12 6a2 2 0 0 1 2 2",key:"7y7d82"}],["path",{d:"M18 8c0 4-3.5 8-6 8s-6-4-6-8a6 6 0 0 1 12 0",key:"vqb5s3"}]],Ro=e("balloon",d$);const h$=[["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Uo=e("ban",h$);const r$=[["path",{d:"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5",key:"1cscit"}],["path",{d:"M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z",key:"1y1nbv"}]],Oo=e("banana",r$);const s$=[["path",{d:"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5",key:"x6cv4u"}],["path",{d:"m16 19 3 3 3-3",key:"1ibux0"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M6 12h.01",key:"c2rlol"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],Eo=e("banknote-arrow-down",s$);const y$=[["path",{d:"M10 10.01h.01",key:"1e9xi7"}],["path",{d:"M10 14.01h.01",key:"ac23bv"}],["path",{d:"M14 10.01h.01",key:"2wfrvf"}],["path",{d:"M14 14.01h.01",key:"8tw8yn"}],["path",{d:"M18 6v11.5",key:"dkbidh"}],["path",{d:"M6 6v12",key:"vkc79e"}],["rect",{x:"2",y:"6",width:"20",height:"12",rx:"2",key:"1wpnh2"}]],Wo=e("bandage",y$);const l$=[["path",{d:"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5",key:"x6cv4u"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M19 22v-6",key:"qhmiwi"}],["path",{d:"m22 19-3-3-3 3",key:"rn6bg2"}],["path",{d:"M6 12h.01",key:"c2rlol"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],Go=e("banknote-arrow-up",l$);const p$=[["path",{d:"M13 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5",key:"16nib6"}],["path",{d:"m17 17 5 5",key:"p7ous7"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"m22 17-5 5",key:"gqnmv0"}],["path",{d:"M6 12h.01",key:"c2rlol"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],Zo=e("banknote-x",p$);const k$=[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M8 5v14",key:"1ybrkv"}],["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"M17 5v14",key:"ycjyhj"}],["path",{d:"M21 5v14",key:"nzette"}]],Xo=e("barcode",k$);const u$=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M6 12h.01M18 12h.01",key:"113zkx"}]],Ko=e("banknote",u$);const M$=[["path",{d:"M10 3a41 41 0 0 0 0 18",key:"1qcnzb"}],["path",{d:"M14 3a41 41 0 0 1 0 18",key:"547vd4"}],["path",{d:"M17 3a2 2 0 0 1 1.68.92 15.25 15.25 0 0 1 0 16.16A2 2 0 0 1 17 21H7a2 2 0 0 1-1.68-.92 15.25 15.25 0 0 1 0-16.16A2 2 0 0 1 7 3z",key:"1wepyy"}],["path",{d:"M3.84 17h16.32",key:"1wh981"}],["path",{d:"M3.84 7h16.32",key:"19jf4x"}]],Jo=e("barrel",M$);const m$=[["path",{d:"M4 20h16",key:"14thso"}],["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}]],Qo=e("baseline",m$);const _$=[["path",{d:"M10 4 8 6",key:"1rru8s"}],["path",{d:"M17 19v2",key:"ts1sot"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M7 19v2",key:"12npes"}],["path",{d:"M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5",key:"14ym8i"}]],Yo=e("bath",_$);const g$=[["path",{d:"m11 7-3 5h4l-3 5",key:"b4a64w"}],["path",{d:"M14.856 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935",key:"lre1cr"}],["path",{d:"M22 14v-4",key:"14q9d5"}],["path",{d:"M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936",key:"13q5k0"}]],ec=e("battery-charging",g$);const v$=[["path",{d:"M10 10v4",key:"1mb2ec"}],["path",{d:"M14 10v4",key:"1nt88p"}],["path",{d:"M22 14v-4",key:"14q9d5"}],["path",{d:"M6 10v4",key:"1n77qd"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2",key:"13zb55"}]],ac=e("battery-full",v$);const x$=[["path",{d:"M22 14v-4",key:"14q9d5"}],["path",{d:"M6 14v-4",key:"14a6bd"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2",key:"13zb55"}]],tc=e("battery-low",x$);const f$=[["path",{d:"M10 14v-4",key:"suye4c"}],["path",{d:"M22 14v-4",key:"14q9d5"}],["path",{d:"M6 14v-4",key:"14a6bd"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2",key:"13zb55"}]],oc=e("battery-medium",f$);const L$=[["path",{d:"M10 9v6",key:"17i7lo"}],["path",{d:"M12.543 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605",key:"o09yah"}],["path",{d:"M22 14v-4",key:"14q9d5"}],["path",{d:"M7 12h6",key:"iekk3h"}],["path",{d:"M7.606 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606",key:"xyqvf1"}]],cc=e("battery-plus",L$);const w$=[["path",{d:"M10 17h.01",key:"nbq80n"}],["path",{d:"M10 7v6",key:"nne03l"}],["path",{d:"M14 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2",key:"1m83kb"}],["path",{d:"M22 14v-4",key:"14q9d5"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2",key:"h8lgfh"}]],nc=e("battery-warning",w$);const C$=[["path",{d:"M4.5 3h15",key:"c7n0jr"}],["path",{d:"M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3",key:"m1uhx7"}],["path",{d:"M6 14h12",key:"4cwo0f"}]],ic=e("beaker",C$);const b$=[["path",{d:"M 22 14 L 22 10",key:"nqc4tb"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2",key:"13zb55"}]],dc=e("battery",b$);const I$=[["path",{d:"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1",key:"bq3udt"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66",key:"17ccse"}],["path",{d:"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04",key:"18zqgq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],hc=e("bean-off",I$);const N$=[["path",{d:"M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z",key:"1tvzk7"}],["path",{d:"M5.341 10.62a4 4 0 1 0 5.279-5.28",key:"2cyri2"}]],rc=e("bean",N$);const $$=[["path",{d:"M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8",key:"1k78r4"}],["path",{d:"M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"fb3tl2"}],["path",{d:"M12 4v6",key:"1dcgq2"}],["path",{d:"M2 18h20",key:"ajqnye"}]],sc=e("bed-double",$$);const S$=[["path",{d:"M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8",key:"1wm6mi"}],["path",{d:"M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4",key:"4k93s5"}],["path",{d:"M3 18h18",key:"1h113x"}]],yc=e("bed-single",S$);const q$=[["path",{d:"M2 4v16",key:"vw9hq8"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10",key:"1dgv2r"}],["path",{d:"M2 17h20",key:"18nfp3"}],["path",{d:"M6 8v9",key:"1yriud"}]],lc=e("bed",q$);const z$=[["path",{d:"M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3",key:"cisjcv"}],["path",{d:"m18.5 6 2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5",key:"5byaag"}],["circle",{cx:"12.5",cy:"8.5",r:"2.5",key:"9738u8"}]],pc=e("beef",z$);const A$=[["path",{d:"M13 13v5",key:"igwfh0"}],["path",{d:"M17 11.47V8",key:"16yw0g"}],["path",{d:"M17 11h1a3 3 0 0 1 2.745 4.211",key:"1xbt65"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3",key:"c55o3e"}],["path",{d:"M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268",key:"1ydug7"}],["path",{d:"M8.727 3.204C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.149 3.149 0 0 0-.842.12",key:"q81o7q"}],["path",{d:"M9 14.6V18",key:"20ek98"}]],kc=e("beer-off",A$);const j$=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M13.916 2.314A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.74 7.327A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673 9 9 0 0 1-.585-.665",key:"1tip0g"}],["circle",{cx:"18",cy:"8",r:"3",key:"1g0gzu"}]],uc=e("bell-dot",j$);const H$=[["path",{d:"M17 11h1a3 3 0 0 1 0 6h-1",key:"1yp76v"}],["path",{d:"M9 12v6",key:"1u1cab"}],["path",{d:"M13 12v6",key:"1sugkk"}],["path",{d:"M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z",key:"1510fo"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8",key:"19jb7n"}]],Mc=e("beer",H$);const P$=[["path",{d:"M18.518 17.347A7 7 0 0 1 14 19",key:"1emhpo"}],["path",{d:"M18.8 4A11 11 0 0 1 20 9",key:"127b67"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}],["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["rect",{x:"4",y:"16",width:"10",height:"6",rx:"2",key:"bfnviv"}]],mc=e("bell-electric",P$);const V$=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M15 8h6",key:"8ybuxh"}],["path",{d:"M16.243 3.757A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673A9.4 9.4 0 0 1 18.667 12",key:"bdwj86"}]],_c=e("bell-minus",V$);const B$=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742",key:"178tsu"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05",key:"1hqiys"}]],gc=e("bell-off",B$);const F$=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M15 8h6",key:"8ybuxh"}],["path",{d:"M18 5v6",key:"g5ayrv"}],["path",{d:"M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332",key:"1abcvy"}]],vc=e("bell-plus",F$);const D$=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M22 8c0-2.3-.8-4.3-2-6",key:"5bb3ad"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}],["path",{d:"M4 2C2.8 3.7 2 5.7 2 8",key:"tap9e0"}]],xc=e("bell-ring",D$);const T$=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}]],fc=e("bell",T$);const R$=[["rect",{width:"13",height:"7",x:"3",y:"3",rx:"1",key:"11xb64"}],["path",{d:"m22 15-3-3 3-3",key:"26chmm"}],["rect",{width:"13",height:"7",x:"3",y:"14",rx:"1",key:"k6ky7n"}]],w1=e("between-horizontal-end",R$);const U$=[["rect",{width:"13",height:"7",x:"8",y:"3",rx:"1",key:"pkso9a"}],["path",{d:"m2 9 3 3-3 3",key:"1agib5"}],["rect",{width:"13",height:"7",x:"8",y:"14",rx:"1",key:"1q5fc1"}]],C1=e("between-horizontal-start",U$);const O$=[["rect",{width:"7",height:"13",x:"3",y:"3",rx:"1",key:"1fdu0f"}],["path",{d:"m9 22 3-3 3 3",key:"17z65a"}],["rect",{width:"7",height:"13",x:"14",y:"3",rx:"1",key:"1squn4"}]],Lc=e("between-vertical-end",O$);const E$=[["rect",{width:"7",height:"13",x:"3",y:"8",rx:"1",key:"1fjrkv"}],["path",{d:"m15 2-3 3-3-3",key:"1uh6eb"}],["rect",{width:"7",height:"13",x:"14",y:"8",rx:"1",key:"w3fjg8"}]],wc=e("between-vertical-start",E$);const W$=[["path",{d:"M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1",key:"1pmlyh"}],["path",{d:"M15 14a5 5 0 0 0-7.584 2",key:"5rb254"}],["path",{d:"M9.964 6.825C8.019 7.977 9.5 13 8 15",key:"kbvsx9"}]],Cc=e("biceps-flexed",W$);const G$=[["circle",{cx:"18.5",cy:"17.5",r:"3.5",key:"15x4ox"}],["circle",{cx:"5.5",cy:"17.5",r:"3.5",key:"1noe27"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["path",{d:"M12 17.5V14l-3-3 4-3 2 3h2",key:"1npguv"}]],bc=e("bike",G$);const Z$=[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2",key:"p02svl"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2",key:"xm4xkj"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 10h4",key:"ru81e7"}],["path",{d:"M6 14h2v6",key:"16z9wg"}],["path",{d:"M14 4h2v6",key:"1idq9u"}]],Ic=e("binary",Z$);const X$=[["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3",key:"3apit1"}],["path",{d:"M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z",key:"rhpgnw"}],["path",{d:"M 22 16 L 2 16",key:"14lkq7"}],["path",{d:"M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z",key:"104b3k"}],["path",{d:"M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3",key:"14fczp"}]],Nc=e("binoculars",X$);const K$=[["circle",{cx:"12",cy:"11.9",r:"2",key:"e8h31w"}],["path",{d:"M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6",key:"17bolr"}],["path",{d:"m8.9 10.1 1.4.8",key:"15ezny"}],["path",{d:"M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5",key:"wtwa5u"}],["path",{d:"m15.1 10.1-1.4.8",key:"1r0b28"}],["path",{d:"M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2",key:"m7qszh"}],["path",{d:"M12 13.9v1.6",key:"zfyyim"}],["path",{d:"M13.5 5.4c-1-.2-2-.2-3 0",key:"1bi9q0"}],["path",{d:"M17 16.4c.7-.7 1.2-1.6 1.5-2.5",key:"1rhjqw"}],["path",{d:"M5.5 13.9c.3.9.8 1.8 1.5 2.5",key:"8gsud3"}]],$c=e("biohazard",K$);const J$=[["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20",key:"oj1oa8"}],["path",{d:"m20 7 2 .5-2 .5",key:"12nv4d"}],["path",{d:"M10 18v3",key:"1yea0a"}],["path",{d:"M14 17.75V21",key:"1pymcb"}],["path",{d:"M7 18a6 6 0 0 0 3.84-10.61",key:"1npnn0"}]],Sc=e("bird",J$);const Q$=[["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m17 18 1.956-11.468",key:"l5n2ro"}],["path",{d:"m3 8 7.82-5.615a2 2 0 0 1 2.36 0L21 8",key:"1sy6n7"}],["path",{d:"M4 18h16",key:"19g7jn"}],["path",{d:"M7 18 5.044 6.532",key:"1uqdf2"}],["circle",{cx:"12",cy:"10",r:"2",key:"1yojzk"}]],qc=e("birdhouse",Q$);const Y$=[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",key:"yr8idg"}]],zc=e("bitcoin",Y$);const eS=[["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["circle",{cx:"15",cy:"15",r:"7",key:"19ennj"}]],Ac=e("blend",eS);const aS=[["path",{d:"M3 3h18",key:"o7r712"}],["path",{d:"M20 7H8",key:"gd2fo2"}],["path",{d:"M20 11H8",key:"1ynp89"}],["path",{d:"M10 19h10",key:"19hjk5"}],["path",{d:"M8 15h12",key:"1yqzne"}],["path",{d:"M4 3v14",key:"fggqzn"}],["circle",{cx:"4",cy:"19",r:"2",key:"p3m9r0"}]],jc=e("blinds",aS);const tS=[["path",{d:"M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2",key:"1ah6g2"}],["rect",{x:"14",y:"2",width:"8",height:"8",rx:"1",key:"88lufb"}]],Hc=e("blocks",tS);const oS=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["line",{x1:"18",x2:"21",y1:"12",y2:"12",key:"1rsjjs"}],["line",{x1:"3",x2:"6",y1:"12",y2:"12",key:"11yl8c"}]],Pc=e("bluetooth-connected",oS);const cS=[["path",{d:"m17 17-5 5V12l-5 5",key:"v5aci6"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M14.5 9.5 17 7l-5-5v4.5",key:"1kddfz"}]],Vc=e("bluetooth-off",cS);const nS=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["path",{d:"M20.83 14.83a4 4 0 0 0 0-5.66",key:"k8tn1j"}],["path",{d:"M18 12h.01",key:"yjnet6"}]],Bc=e("bluetooth-searching",nS);const iS=[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]],Fc=e("bold",iS);const dS=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}]],Dc=e("bluetooth",dS);const hS=[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]],Tc=e("bolt",hS);const rS=[["path",{d:"M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z",key:"w610uw"}]],Rc=e("bone",rS);const sS=[["circle",{cx:"11",cy:"13",r:"9",key:"hd149"}],["path",{d:"M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95",key:"jp4j1b"}],["path",{d:"m22 2-1.5 1.5",key:"ay92ug"}]],Uc=e("bomb",sS);const yS=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m8 13 4-7 4 7",key:"4rari8"}],["path",{d:"M9.1 11h5.7",key:"1gkovt"}]],Oc=e("book-a",yS);const lS=[["path",{d:"M12 13h.01",key:"y0uutt"}],["path",{d:"M12 6v3",key:"1m4b9j"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]],Ec=e("book-alert",lS);const pS=[["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8v3",key:"gejaml"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 8v3",key:"1qzp49"}]],Wc=e("book-audio",pS);const kS=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 9.5 2 2 4-4",key:"1dth82"}]],Gc=e("book-check",kS);const uS=[["path",{d:"M5 7a2 2 0 0 0-2 2v11",key:"1yhqjt"}],["path",{d:"M5.803 18H5a2 2 0 0 0 0 4h9.5a.5.5 0 0 0 .5-.5V21",key:"edzzo5"}],["path",{d:"M9 15V4a2 2 0 0 1 2-2h9.5a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H11a2 2 0 0 1 0-4h10",key:"1nwzrg"}]],Zc=e("book-copy",uS);const MS=[["path",{d:"M12 17h1.5",key:"1gkc67"}],["path",{d:"M12 22h1.5",key:"1my7sn"}],["path",{d:"M12 2h1.5",key:"19tvb7"}],["path",{d:"M17.5 22H19a1 1 0 0 0 1-1",key:"10akbh"}],["path",{d:"M17.5 2H19a1 1 0 0 1 1 1v1.5",key:"1vrfjs"}],["path",{d:"M20 14v3h-2.5",key:"1naeju"}],["path",{d:"M20 8.5V10",key:"1ctpfu"}],["path",{d:"M4 10V8.5",key:"1o3zg5"}],["path",{d:"M4 19.5V14",key:"ob81pf"}],["path",{d:"M4 4.5A2.5 2.5 0 0 1 6.5 2H8",key:"s8vcyb"}],["path",{d:"M8 22H6.5a1 1 0 0 1 0-5H8",key:"1cu73q"}]],b1=e("book-dashed",MS);const mS=[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3 3 3-3",key:"zt5b4y"}]],Xc=e("book-down",mS);const _S=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 12v-2a4 4 0 0 1 8 0v2",key:"1vsqkj"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]],Kc=e("book-headphones",_S);const gS=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8.62 9.8A2.25 2.25 0 1 1 12 6.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z",key:"9v40y5"}]],Jc=e("book-heart",gS);const vS=[["path",{d:"m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17",key:"q6ojf0"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"10",cy:"8",r:"2",key:"2qkj4p"}]],Qc=e("book-image",vS);const xS=[["path",{d:"m19 3 1 1",key:"ze14oc"}],["path",{d:"m20 2-4.5 4.5",key:"1sppr8"}],["path",{d:"M20 7.898V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1xzogz"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2h7.844",key:"vtdg6h"}],["circle",{cx:"14",cy:"8",r:"2",key:"u49eql"}]],Yc=e("book-key",xS);const fS=[["path",{d:"M18 6V4a2 2 0 1 0-4 0v2",key:"1aquzs"}],["path",{d:"M20 15v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1rkj32"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10",key:"18wgow"}],["rect",{x:"12",y:"6",width:"8",height:"5",rx:"1",key:"73l30o"}]],en=e("book-lock",fS);const LS=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]],an=e("book-minus",LS);const wS=[["path",{d:"M10 2v8l3-3 3 3V2",key:"sqw3rj"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]],tn=e("book-marked",wS);const CS=[["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m16 12 2 2 4-4",key:"mdajum"}],["path",{d:"M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4 4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3 3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3",key:"8arnkb"}]],on=e("book-open-check",CS);const bS=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]],cn=e("book-open",bS);const IS=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M16 12h2",key:"7q9ll5"}],["path",{d:"M16 8h2",key:"msurwy"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}],["path",{d:"M6 12h2",key:"32wvfc"}],["path",{d:"M6 8h2",key:"30oboj"}]],nn=e("book-open-text",IS);const NS=[["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]],dn=e("book-plus",NS);const $S=[["path",{d:"M11 22H5.5a1 1 0 0 1 0-5h4.501",key:"mcbepb"}],["path",{d:"m21 22-1.879-1.878",key:"12q7x1"}],["path",{d:"M3 19.5v-15A2.5 2.5 0 0 1 5.5 2H18a1 1 0 0 1 1 1v8",key:"olfd5n"}],["circle",{cx:"17",cy:"18",r:"3",key:"82mm0e"}]],hn=e("book-search",$S);const SS=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 11h8",key:"vwpz6n"}],["path",{d:"M8 7h6",key:"1f0q6e"}]],rn=e("book-text",SS);const qS=[["path",{d:"M10 13h4",key:"ytezjc"}],["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8V6H8v2",key:"x8j6u4"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]],sn=e("book-type",qS);const zS=[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M18 2h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"161d7n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2",key:"1lorq7"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"m9 5 3-3 3 3",key:"l8vdw6"}]],yn=e("book-up-2",zS);const AS=[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]],ln=e("book-up",AS);const jS=[["path",{d:"M15 13a3 3 0 1 0-6 0",key:"10j68g"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}]],pn=e("book-user",jS);const HS=[["path",{d:"m14.5 7-5 5",key:"dy991v"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9.5 7 5 5",key:"s45iea"}]],kn=e("book-x",HS);const PS=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]],un=e("book",PS);const VS=[["path",{d:"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z",key:"oz39mx"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]],Mn=e("bookmark-check",VS);const BS=[["path",{d:"M15 10H9",key:"o6yqo3"}],["path",{d:"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z",key:"oz39mx"}]],mn=e("bookmark-minus",BS);const FS=[["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M15 10H9",key:"o6yqo3"}],["path",{d:"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z",key:"oz39mx"}]],_n=e("bookmark-plus",FS);const DS=[["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z",key:"oz39mx"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]],gn=e("bookmark-x",DS);const TS=[["path",{d:"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z",key:"oz39mx"}]],vn=e("bookmark",TS);const RS=[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"vvzvr1"}],["path",{d:"M8 8v1",key:"xcqmfk"}],["path",{d:"M12 8v1",key:"1rj8u4"}],["path",{d:"M16 8v1",key:"1q12zr"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2",key:"igpb89"}],["circle",{cx:"8",cy:"15",r:"2",key:"fa4a8s"}],["circle",{cx:"16",cy:"15",r:"2",key:"14c3ya"}]],xn=e("boom-box",RS);const US=[["path",{d:"M12 6V2H8",key:"1155em"}],["path",{d:"M15 11v2",key:"i11awn"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"M20 16a2 2 0 0 1-2 2H8.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 4 20.286V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z",key:"11gyqh"}],["path",{d:"M9 11v2",key:"1ueba0"}]],fn=e("bot-message-square",US);const OS=[["path",{d:"M13.67 8H18a2 2 0 0 1 2 2v4.33",key:"7az073"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}],["path",{d:"M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586",key:"s09a7a"}],["path",{d:"M9 13v2",key:"rq6x2g"}],["path",{d:"M9.67 4H12v2.33",key:"110xot"}]],Ln=e("bot-off",OS);const ES=[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]],wn=e("bot",ES);const WS=[["path",{d:"M17 3h4v4",key:"19p9u1"}],["path",{d:"M18.575 11.082a13 13 0 0 1 1.048 9.027 1.17 1.17 0 0 1-1.914.597L14 17",key:"12t3w9"}],["path",{d:"M7 10 3.29 6.29a1.17 1.17 0 0 1 .6-1.91 13 13 0 0 1 9.03 1.05",key:"ogng5l"}],["path",{d:"M7 14a1.7 1.7 0 0 0-1.207.5l-2.646 2.646A.5.5 0 0 0 3.5 18H5a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 .854.354L9.5 18.207A1.7 1.7 0 0 0 10 17v-2a1 1 0 0 0-1-1z",key:"8v3fy2"}],["path",{d:"M9.707 14.293 21 3",key:"ydm3bn"}]],Cn=e("bow-arrow",WS);const GS=[["path",{d:"M10 3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a6 6 0 0 0 1.2 3.6l.6.8A6 6 0 0 1 17 13v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a6 6 0 0 1 1.2-3.6l.6-.8A6 6 0 0 0 10 5z",key:"blqgoc"}],["path",{d:"M17 13h-4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h4",key:"43jbee"}]],bn=e("bottle-wine",GS);const ZS=[["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",key:"hh9hay"}],["path",{d:"m3.3 7 8.7 5 8.7-5",key:"g66t2b"}],["path",{d:"M12 22V12",key:"d0xqtd"}]],In=e("box",ZS);const XS=[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",key:"lc1i9w"}],["path",{d:"m7 16.5-4.74-2.85",key:"1o9zyk"}],["path",{d:"m7 16.5 5-3",key:"va8pkn"}],["path",{d:"M7 16.5v5.17",key:"jnp8gn"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",key:"8zsnat"}],["path",{d:"m17 16.5-5-3",key:"8arw3v"}],["path",{d:"m17 16.5 4.74-2.85",key:"8rfmw"}],["path",{d:"M17 16.5v5.17",key:"k6z78m"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",key:"1xygjf"}],["path",{d:"M12 8 7.26 5.15",key:"1vbdud"}],["path",{d:"m12 8 4.74-2.85",key:"3rx089"}],["path",{d:"M12 13.5V8",key:"1io7kd"}]],Nn=e("boxes",XS);const KS=[["path",{d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1",key:"ezmyqa"}],["path",{d:"M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1",key:"e1hn23"}]],I1=e("braces",KS);const JS=[["path",{d:"M16 3h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3",key:"1kt8lf"}],["path",{d:"M8 21H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h3",key:"gduv9"}]],$n=e("brackets",JS);const QS=[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M9 13a4.5 4.5 0 0 0 3-4",key:"10igwf"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M12 13h4",key:"1ku699"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1",key:"105ag5"}],["path",{d:"M12 8h8",key:"1lhi5i"}],["path",{d:"M16 8V5a2 2 0 0 1 2-2",key:"u6izg6"}],["circle",{cx:"16",cy:"13",r:".5",key:"ry7gng"}],["circle",{cx:"18",cy:"3",r:".5",key:"1aiba7"}],["circle",{cx:"20",cy:"21",r:".5",key:"yhc1fs"}],["circle",{cx:"20",cy:"8",r:".5",key:"1e43v0"}]],Sn=e("brain-circuit",QS);const YS=[["path",{d:"m10.852 14.772-.383.923",key:"11vil6"}],["path",{d:"m10.852 9.228-.383-.923",key:"1fjppe"}],["path",{d:"m13.148 14.772.382.924",key:"je3va1"}],["path",{d:"m13.531 8.305-.383.923",key:"18epck"}],["path",{d:"m14.772 10.852.923-.383",key:"k9m8cz"}],["path",{d:"m14.772 13.148.923.383",key:"1xvhww"}],["path",{d:"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 0 0-5.63-1.446 3 3 0 0 0-.368 1.571 4 4 0 0 0-2.525 5.771",key:"jcbbz1"}],["path",{d:"M17.998 5.125a4 4 0 0 1 2.525 5.771",key:"1kkn7e"}],["path",{d:"M19.505 10.294a4 4 0 0 1-1.5 7.706",key:"18bmuc"}],["path",{d:"M4.032 17.483A4 4 0 0 0 11.464 20c.18-.311.892-.311 1.072 0a4 4 0 0 0 7.432-2.516",key:"uozx0d"}],["path",{d:"M4.5 10.291A4 4 0 0 0 6 18",key:"whdemb"}],["path",{d:"M6.002 5.125a3 3 0 0 0 .4 1.375",key:"1kqy2g"}],["path",{d:"m9.228 10.852-.923-.383",key:"1wtb30"}],["path",{d:"m9.228 13.148-.923.383",key:"1a830x"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],qn=e("brain-cog",YS);const eq=[["path",{d:"M12 18V5",key:"adv99a"}],["path",{d:"M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4",key:"1e3is1"}],["path",{d:"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5",key:"1gqd8o"}],["path",{d:"M17.997 5.125a4 4 0 0 1 2.526 5.77",key:"iwvgf7"}],["path",{d:"M18 18a4 4 0 0 0 2-7.464",key:"efp6ie"}],["path",{d:"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517",key:"1gq6am"}],["path",{d:"M6 18a4 4 0 0 1-2-7.464",key:"k1g0md"}],["path",{d:"M6.003 5.125a4 4 0 0 0-2.526 5.77",key:"q97ue3"}]],zn=e("brain",eq);const aq=[["path",{d:"M16 3v2.107",key:"gq8xun"}],["path",{d:"M17 9c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 22 17a5 5 0 0 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C13 11.5 16 9 17 9",key:"1l2pih"}],["path",{d:"M21 8.274V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.938",key:"jrnqjp"}],["path",{d:"M3 15h5.253",key:"xqg7rb"}],["path",{d:"M3 9h8.228",key:"1ppb70"}],["path",{d:"M8 15v6",key:"1stoo3"}],["path",{d:"M8 3v6",key:"vlvjmk"}]],An=e("brick-wall-fire",aq);const tq=[["path",{d:"M12 9v1.258",key:"iwpddn"}],["path",{d:"M16 3v5.46",key:"d7ew98"}],["path",{d:"M21 9.118V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h5.75",key:"137t5x"}],["path",{d:"M22 17.5c0 2.499-1.75 3.749-3.83 4.474a.5.5 0 0 1-.335-.005c-2.085-.72-3.835-1.97-3.835-4.47V14a.5.5 0 0 1 .5-.499c1 0 2.25-.6 3.12-1.36a.6.6 0 0 1 .76-.001c.875.765 2.12 1.36 3.12 1.36a.5.5 0 0 1 .5.5z",key:"16j3tf"}],["path",{d:"M3 15h7",key:"1qldh6"}],["path",{d:"M3 9h12.142",key:"1yjd6m"}],["path",{d:"M8 15v6",key:"1stoo3"}],["path",{d:"M8 3v6",key:"vlvjmk"}]],jn=e("brick-wall-shield",tq);const oq=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 9v6",key:"199k2o"}],["path",{d:"M16 15v6",key:"8rj2es"}],["path",{d:"M16 3v6",key:"1j6rpj"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M8 15v6",key:"1stoo3"}],["path",{d:"M8 3v6",key:"vlvjmk"}]],Hn=e("brick-wall",oq);const cq=[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M22 13a18.15 18.15 0 0 1-20 0",key:"12hx5q"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]],Pn=e("briefcase-business",cq);const nq=[["path",{d:"M10 20v2",key:"1n8e1g"}],["path",{d:"M14 20v2",key:"1lq872"}],["path",{d:"M18 20v2",key:"10uadw"}],["path",{d:"M21 20H3",key:"kdqkdp"}],["path",{d:"M6 20v2",key:"a9bc87"}],["path",{d:"M8 16V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v12",key:"17n9tx"}],["rect",{x:"4",y:"6",width:"16",height:"10",rx:"2",key:"1097i5"}]],Vn=e("briefcase-conveyor-belt",nq);const iq=[["path",{d:"M12 11v4",key:"a6ujw6"}],["path",{d:"M14 13h-4",key:"1pl8zg"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M18 6v14",key:"1mu4gy"}],["path",{d:"M6 6v14",key:"1s15cj"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]],Bn=e("briefcase-medical",iq);const dq=[["path",{d:"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16",key:"jecpp"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]],Fn=e("briefcase",dq);const hq=[["rect",{x:"8",y:"8",width:"8",height:"8",rx:"2",key:"yj20xf"}],["path",{d:"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2",key:"1ltk23"}],["path",{d:"M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2",key:"1q24h9"}]],Dn=e("bring-to-front",hq);const rq=[["path",{d:"m11 10 3 3",key:"fzmg1i"}],["path",{d:"M6.5 21A3.5 3.5 0 1 0 3 17.5a2.62 2.62 0 0 1-.708 1.792A1 1 0 0 0 3 21z",key:"p4q2r7"}],["path",{d:"M9.969 17.031 21.378 5.624a1 1 0 0 0-3.002-3.002L6.967 14.031",key:"wy6l02"}]],Tn=e("brush",rq);const sq=[["path",{d:"m16 22-1-4",key:"1ow2iv"}],["path",{d:"M19 14a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2h-3a1 1 0 0 1-1-1V4a2 2 0 0 0-4 0v5a1 1 0 0 1-1 1H6a2 2 0 0 0-2 2v1a1 1 0 0 0 1 1",key:"11gii7"}],["path",{d:"M19 14H5l-1.973 6.767A1 1 0 0 0 4 22h16a1 1 0 0 0 .973-1.233z",key:"bju7h4"}],["path",{d:"m8 22 1-4",key:"s3unb"}]],Rn=e("brush-cleaning",sq);const yq=[["path",{d:"M7.001 15.085A1.5 1.5 0 0 1 9 16.5",key:"y44lvh"}],["circle",{cx:"18.5",cy:"8.5",r:"3.5",key:"1wadoa"}],["circle",{cx:"7.5",cy:"16.5",r:"5.5",key:"6mdt3g"}],["circle",{cx:"7.5",cy:"4.5",r:"2.5",key:"637s54"}]],Un=e("bubbles",yq);const lq=[["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2",key:"vl8zik"}],["path",{d:"M18 12.34V11a4 4 0 0 0-4-4h-1.3",key:"sz915m"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97",key:"5cxbf6"}],["path",{d:"M22 13h-3.34",key:"1y15gv"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4",key:"1fjd4g"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13",key:"1njkjs"}]],On=e("bug-off",lq);const pq=[["path",{d:"M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97",key:"1gnv52"}],["path",{d:"M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z",key:"1weqy9"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97",key:"5cxbf6"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4",key:"1fjd4g"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97",key:"1d7oge"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13",key:"1vgav8"}]],En=e("bug-play",pq);const kq=[["path",{d:"M12 20v-9",key:"1qisl0"}],["path",{d:"M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z",key:"uouzyp"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M21 21a4 4 0 0 0-3.81-4",key:"1b0z45"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97",key:"5cxbf6"}],["path",{d:"M22 13h-4",key:"1jl80f"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4",key:"1fjd4g"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97",key:"1d7oge"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13",key:"1vgav8"}]],Wn=e("bug",kq);const uq=[["path",{d:"M10 12h4",key:"a56b0p"}],["path",{d:"M10 8h4",key:"1sr2af"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3",key:"1rgiei"}],["path",{d:"M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2",key:"secmi2"}],["path",{d:"M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16",key:"16ra0t"}]],Gn=e("building-2",uq);const Mq=[["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M16 6h.01",key:"1x0f13"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M8 6h.01",key:"1dz90k"}],["path",{d:"M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3",key:"cabbwy"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",key:"1uxh74"}]],Zn=e("building",Mq);const mq=[["path",{d:"M4 6 2 7",key:"1mqr15"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"m22 7-2-1",key:"1umjhc"}],["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 21v-2",key:"sqyl04"}]],Xn=e("bus-front",mq);const _q=[["path",{d:"M8 6v6",key:"18i7km"}],["path",{d:"M15 6v6",key:"1sg6z9"}],["path",{d:"M2 12h19.6",key:"de5uta"}],["path",{d:"M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3",key:"1wwztk"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}],["path",{d:"M9 18h5",key:"lrx6i"}],["circle",{cx:"16",cy:"18",r:"2",key:"1v4tcr"}]],Kn=e("bus",_q);const gq=[["path",{d:"M10 3h.01",key:"lbucoy"}],["path",{d:"M14 2h.01",key:"1k8aa1"}],["path",{d:"m2 9 20-5",key:"1kz0j5"}],["path",{d:"M12 12V6.5",key:"1vbrij"}],["rect",{width:"16",height:"10",x:"4",y:"12",rx:"3",key:"if91er"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M4 17h16",key:"g4d7ey"}]],Jn=e("cable-car",gq);const vq=[["path",{d:"M17 19a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1z",key:"trhst0"}],["path",{d:"M17 21v-2",key:"ds4u3f"}],["path",{d:"M19 14V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V10",key:"1mo9zo"}],["path",{d:"M21 21v-2",key:"eo0ou"}],["path",{d:"M3 5V3",key:"1k5hjh"}],["path",{d:"M4 10a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2z",key:"1dd30t"}],["path",{d:"M7 5V3",key:"1t1388"}]],Qn=e("cable",vq);const xq=[["path",{d:"M16 13H3",key:"1wpj08"}],["path",{d:"M16 17H3",key:"3lvfcd"}],["path",{d:"m7.2 7.9-3.388 2.5A2 2 0 0 0 3 12.01V20a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-8.654c0-2-2.44-6.026-6.44-8.026a1 1 0 0 0-1.082.057L10.4 5.6",key:"1gmhf7"}],["circle",{cx:"9",cy:"7",r:"2",key:"1305pl"}]],Yn=e("cake-slice",xq);const fq=[["path",{d:"M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8",key:"1w3rig"}],["path",{d:"M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1",key:"n2jgmb"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M7 8v3",key:"1qtyvj"}],["path",{d:"M12 8v3",key:"hwp4zt"}],["path",{d:"M17 8v3",key:"1i6e5u"}],["path",{d:"M7 4h.01",key:"1bh4kh"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M17 4h.01",key:"1upcoc"}]],ei=e("cake",fq);const Lq=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["line",{x1:"8",x2:"16",y1:"6",y2:"6",key:"x4nwl0"}],["line",{x1:"16",x2:"16",y1:"14",y2:"18",key:"wjye3r"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M8 18h.01",key:"lrp35t"}]],ai=e("calculator",Lq);const wq=[["path",{d:"M11 14h1v4",key:"fy54vd"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]],ti=e("calendar-1",wq);const Cq=[["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 14v8",key:"irew45"}],["path",{d:"M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343",key:"bse4f3"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]],oi=e("calendar-arrow-down",Cq);const bq=[["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 22v-8",key:"su0gjh"}],["path",{d:"M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9",key:"1exg90"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]],ci=e("calendar-arrow-up",bq);const Iq=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"bce9hv"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]],ni=e("calendar-check-2",Iq);const Nq=[["path",{d:"M16 14v2.2l1.6 1",key:"fo4ql5"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5",key:"1osxxc"}],["path",{d:"M3 10h5",key:"r794hk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}]],ii=e("calendar-clock",Nq);const $q=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m9 16 2 2 4-4",key:"19s6y9"}]],di=e("calendar-check",$q);const Sq=[["path",{d:"m15.228 16.852-.923-.383",key:"npixar"}],["path",{d:"m15.228 19.148-.923.383",key:"51cr3n"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"m16.47 14.305.382.923",key:"obybxd"}],["path",{d:"m16.852 20.772-.383.924",key:"dpfhf9"}],["path",{d:"m19.148 15.228.383-.923",key:"1reyyz"}],["path",{d:"m19.53 21.696-.382-.924",key:"1goivc"}],["path",{d:"m20.772 16.852.924-.383",key:"htqkph"}],["path",{d:"m20.772 19.148.924.383",key:"9w9pjp"}],["path",{d:"M21 10.592V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"1pvbig"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],hi=e("calendar-cog",Sq);const qq=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 18h.01",key:"lrp35t"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M16 18h.01",key:"kzsmim"}]],ri=e("calendar-days",qq);const zq=[["path",{d:"M3 20a2 2 0 0 0 2 2h10a2.4 2.4 0 0 0 1.706-.706l3.588-3.588A2.4 2.4 0 0 0 21 16V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z",key:"r586nh"}],["path",{d:"M15 22v-5a1 1 0 0 1 1-1h5",key:"xl3app"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}]],si=e("calendar-fold",zq);const Aq=[["path",{d:"M12.127 22H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.125",key:"vxdnp4"}],["path",{d:"M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z",key:"15cy7q"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]],yi=e("calendar-heart",Aq);const jq=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}]],li=e("calendar-minus-2",jq);const Hq=[["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5",key:"1scpom"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]],pi=e("calendar-minus",Hq);const Pq=[["path",{d:"M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18",key:"16swn3"}],["path",{d:"M21 15.5V6a2 2 0 0 0-2-2H9.5",key:"yhw86o"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h7",key:"1wap6i"}],["path",{d:"M21 10h-5.5",key:"quycpq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],ki=e("calendar-off",Pq);const Vq=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}],["path",{d:"M12 14v4",key:"1thi36"}]],ui=e("calendar-plus-2",Vq);const Bq=[["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M21 12.598V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5",key:"1glfrc"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]],Mi=e("calendar-plus",Bq);const Fq=[["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M17 14h-6",key:"bkmgh3"}],["path",{d:"M13 18H7",key:"bb0bb7"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 18h.01",key:"1bdyru"}]],mi=e("calendar-range",Fq);const Dq=[["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 11.75V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.25",key:"1jrsq6"}],["path",{d:"m22 22-1.875-1.875",key:"13zax7"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],_i=e("calendar-search",Dq);const Tq=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"3spt84"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m17 22 5-5",key:"1k6ppv"}],["path",{d:"m17 17 5 5",key:"p7ous7"}]],gi=e("calendar-x-2",Tq);const Rq=[["path",{d:"M11 10v4h4",key:"172dkj"}],["path",{d:"m11 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"vu0qm5"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"m21 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"1qgeyt"}],["path",{d:"M21 22v-4h-4",key:"hrummi"}],["path",{d:"M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3",key:"mctw84"}],["path",{d:"M3 10h4",key:"1el30a"}],["path",{d:"M8 2v4",key:"1cmpym"}]],vi=e("calendar-sync",Rq);const Uq=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m14 14-4 4",key:"rymu2i"}],["path",{d:"m10 14 4 4",key:"3sz06r"}]],xi=e("calendar-x",Uq);const Oq=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]],fi=e("calendar",Oq);const Eq=[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M15.726 21.01A2 2 0 0 1 14 22H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2",key:"j6srht"}],["path",{d:"M18 2v2",key:"1kh14s"}],["path",{d:"M2 13h2",key:"13gyu8"}],["path",{d:"M8 8h14",key:"12jxz2"}],["rect",{x:"8",y:"3",width:"14",height:"14",rx:"2",key:"nsru6w"}]],Li=e("calendars",Eq);const Wq=[["path",{d:"M14.564 14.558a3 3 0 1 1-4.122-4.121",key:"1rnrzw"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 .819-.175",key:"1x3arw"}],["path",{d:"M9.695 4.024A2 2 0 0 1 10.004 4h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v7.344",key:"1i84u0"}]],wi=e("camera-off",Wq);const Gq=[["path",{d:"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z",key:"18u6gg"}],["circle",{cx:"12",cy:"13",r:"3",key:"1vg3eu"}]],Ci=e("camera",Gq);const Zq=[["path",{d:"M10 10v7.9",key:"m8g9tt"}],["path",{d:"M11.802 6.145a5 5 0 0 1 6.053 6.053",key:"dn87i3"}],["path",{d:"M14 6.1v2.243",key:"1kzysn"}],["path",{d:"m15.5 15.571-.964.964a5 5 0 0 1-7.071 0 5 5 0 0 1 0-7.07l.964-.965",key:"3sxy18"}],["path",{d:"M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4",key:"gpb6xx"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4",key:"qexcha"}]],bi=e("candy-off",Zq);const Xq=[["path",{d:"M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z",key:"isaq8g"}],["path",{d:"M17.75 7 15 2.1",key:"12x7e8"}],["path",{d:"M10.9 4.8 13 9",key:"100a87"}],["path",{d:"m7.9 9.7 2 4.4",key:"ntfhaj"}],["path",{d:"M4.9 14.7 7 18.9",key:"1x43jy"}]],Ii=e("candy-cane",Xq);const Kq=[["path",{d:"M10 7v10.9",key:"1gynux"}],["path",{d:"M14 6.1V17",key:"116kdf"}],["path",{d:"M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4",key:"gpb6xx"}],["path",{d:"M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07 5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07",key:"1tsln4"}],["path",{d:"M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4",key:"qexcha"}]],Ni=e("candy",Kq);const Jq=[["path",{d:"M12 22v-4c1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5",key:"1bqfb7"}],["path",{d:"M13.988 8.327C13.902 6.054 13.365 3.82 12 2a9.3 9.3 0 0 0-1.445 2.9",key:"1p520n"}],["path",{d:"M17.375 11.725C18.882 10.53 21 7.841 21 6c-2.324 0-5.08 1.296-6.662 2.684",key:"q2itvb"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21.024 15.378A15 15 0 0 0 22 15c-.426-1.279-2.67-2.557-4.25-2.907",key:"j9amvs"}],["path",{d:"M6.995 6.992C5.714 6.4 4.29 6 3 6c0 2 2.5 5 4 6-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3",key:"8gmd5g"}]],$i=e("cannabis-off",Jq);const Qq=[["path",{d:"M12 22v-4",key:"1utk9m"}],["path",{d:"M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6",key:"1mezod"}]],Si=e("cannabis",Qq);const Yq=[["path",{d:"M10.5 5H19a2 2 0 0 1 2 2v8.5",key:"jqtk4d"}],["path",{d:"M17 11h-.5",key:"1961ue"}],["path",{d:"M19 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2",key:"1keqsi"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7 11h4",key:"1o1z6v"}],["path",{d:"M7 15h2.5",key:"1ina1g"}]],qi=e("captions-off",Yq);const ez=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2",key:"12ruh7"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4",key:"1ueiar"}]],N1=e("captions",ez);const az=[["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]],zi=e("car-front",az);const tz=[["path",{d:"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",key:"5owen"}],["circle",{cx:"7",cy:"17",r:"2",key:"u2ysq9"}],["path",{d:"M9 17h6",key:"r8uit2"}],["circle",{cx:"17",cy:"17",r:"2",key:"axvx0g"}]],Ai=e("car",tz);const oz=[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]],ji=e("car-taxi-front",oz);const cz=[["path",{d:"M12 14v4",key:"1thi36"}],["path",{d:"M14.172 2a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 20 7.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z",key:"1o66bk"}],["path",{d:"M8 14h8",key:"1fgep2"}],["rect",{x:"8",y:"10",width:"8",height:"8",rx:"1",key:"1aonk6"}]],Hi=e("card-sim",cz);const nz=[["path",{d:"M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2",key:"19jm3t"}],["path",{d:"M2 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2",key:"13hakp"}],["path",{d:"M22 17v1a1 1 0 0 1-1 1H10v-9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v9",key:"1crci8"}],["circle",{cx:"8",cy:"19",r:"2",key:"t8fc5s"}]],Pi=e("caravan",nz);const iz=[["path",{d:"M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7zM8.64 14l-2.05-2.04M15.34 15l-2.46-2.46",key:"rfqxbe"}],["path",{d:"M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z",key:"6b25w4"}],["path",{d:"M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z",key:"fn65lo"}]],Vi=e("carrot",iz);const dz=[["path",{d:"M10 9v7",key:"ylp826"}],["path",{d:"M14 6v10",key:"1jy4vg"}],["circle",{cx:"17.5",cy:"12.5",r:"3.5",key:"1a9481"}],["circle",{cx:"6.5",cy:"12.5",r:"3.5",key:"2jlv1r"}]],Bi=e("case-lower",dz);const hz=[["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16",key:"d5nyq2"}],["path",{d:"M22 9v7",key:"pvm9v3"}],["path",{d:"M3.304 13h6.392",key:"1q3zxz"}],["circle",{cx:"18.5",cy:"12.5",r:"3.5",key:"z97x68"}]],Fi=e("case-sensitive",hz);const rz=[["path",{d:"M15 11h4.5a1 1 0 0 1 0 5h-4a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h3a1 1 0 0 1 0 5",key:"nxs35"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16",key:"d5nyq2"}],["path",{d:"M3.304 13h6.392",key:"1q3zxz"}]],Di=e("case-upper",rz);const sz=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["circle",{cx:"8",cy:"10",r:"2",key:"1xl4ub"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"10",r:"2",key:"r14t7q"}],["path",{d:"m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3",key:"l01ucn"}]],Ti=e("cassette-tape",sz);const yz=[["path",{d:"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6",key:"3zrzxg"}],["path",{d:"M2 12a9 9 0 0 1 8 8",key:"g6cvee"}],["path",{d:"M2 16a5 5 0 0 1 4 4",key:"1y1dii"}],["line",{x1:"2",x2:"2.01",y1:"20",y2:"20",key:"xu2jvo"}]],Ri=e("cast",yz);const lz=[["path",{d:"M10 5V3",key:"1y54qe"}],["path",{d:"M14 5V3",key:"m6isi"}],["path",{d:"M15 21v-3a3 3 0 0 0-6 0v3",key:"lbp5hj"}],["path",{d:"M18 3v8",key:"2ollhf"}],["path",{d:"M18 5H6",key:"98imr9"}],["path",{d:"M22 11H2",key:"1lmjae"}],["path",{d:"M22 9v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9",key:"1rly83"}],["path",{d:"M6 3v8",key:"csox7g"}]],Ui=e("castle",lz);const pz=[["path",{d:"M12 5c.67 0 1.35.09 2 .26 1.78-2 5.03-2.84 6.42-2.26 1.4.58-.42 7-.42 7 .57 1.07 1 2.24 1 3.44C21 17.9 16.97 21 12 21s-9-3-9-7.56c0-1.25.5-2.4 1-3.44 0 0-1.89-6.42-.5-7 1.39-.58 4.72.23 6.5 2.23A9.04 9.04 0 0 1 12 5Z",key:"x6xyqk"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M11.25 16.25h1.5L12 17l-.75-.75Z",key:"12kq1m"}]],Oi=e("cat",pz);const kz=[["path",{d:"M16.75 12h3.632a1 1 0 0 1 .894 1.447l-2.034 4.069a1 1 0 0 1-1.708.134l-2.124-2.97",key:"ir91b5"}],["path",{d:"M17.106 9.053a1 1 0 0 1 .447 1.341l-3.106 6.211a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3z",key:"jlp8i1"}],["path",{d:"M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15",key:"19bib8"}],["path",{d:"M2 21v-4",key:"l40lih"}],["path",{d:"M7 9h.01",key:"19b3jx"}]],Ei=e("cctv",kz);const uz=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11.207a.5.5 0 0 1 .146-.353l2-2a.5.5 0 0 1 .708 0l3.292 3.292a.5.5 0 0 0 .708 0l4.292-4.292a.5.5 0 0 1 .854.353V16a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1z",key:"q0gr47"}]],$1=e("chart-area",uz);const Mz=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]],S1=e("chart-bar-big",Mz);const mz=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h3",key:"ur6vzw"}],["path",{d:"M7 6h12",key:"sz5b0d"}]],Wi=e("chart-bar-decreasing",mz);const _z=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h12",key:"wsnu98"}],["path",{d:"M7 6h3",key:"w9rmul"}]],Gi=e("chart-bar-increasing",_z);const gz=[["path",{d:"M11 13v4",key:"vyy2rb"}],["path",{d:"M15 5v4",key:"1gx88a"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]],Zi=e("chart-bar-stacked",gz);const vz=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16h8",key:"srdodz"}],["path",{d:"M7 11h12",key:"127s9w"}],["path",{d:"M7 6h3",key:"w9rmul"}]],q1=e("chart-bar",vz);const xz=[["path",{d:"M9 5v4",key:"14uxtq"}],["rect",{width:"4",height:"6",x:"7",y:"9",rx:"1",key:"f4fvz0"}],["path",{d:"M9 15v2",key:"r5rk32"}],["path",{d:"M17 3v2",key:"1l2re6"}],["rect",{width:"4",height:"8",x:"15",y:"5",rx:"1",key:"z38je5"}],["path",{d:"M17 13v3",key:"5l0wba"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]],z1=e("chart-candlestick",xz);const fz=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]],A1=e("chart-column-big",fz);const Lz=[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17v-3",key:"1sqioe"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17V5",key:"1wzmnc"}]],Xi=e("chart-column-decreasing",Lz);const wz=[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17V5",key:"sfb6ij"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17v-3",key:"17ska0"}]],j1=e("chart-column-increasing",wz);const Cz=[["path",{d:"M11 13H7",key:"t0o9gq"}],["path",{d:"M19 9h-4",key:"rera1j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]],Ki=e("chart-column-stacked",Cz);const bz=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]],H1=e("chart-column",bz);const Iz=[["path",{d:"M10 6h8",key:"zvc2xc"}],["path",{d:"M12 16h6",key:"yi5mkt"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 11h7",key:"wz2hg0"}]],Ji=e("chart-gantt",Iz);const Nz=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]],P1=e("chart-line",Nz);const $z=[["path",{d:"m13.11 7.664 1.78 2.672",key:"go2gg9"}],["path",{d:"m14.162 12.788-3.324 1.424",key:"11x848"}],["path",{d:"m20 4-6.06 1.515",key:"1wxxh7"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["circle",{cx:"12",cy:"6",r:"2",key:"1jj5th"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}],["circle",{cx:"9",cy:"15",r:"2",key:"lf2ghp"}]],Qi=e("chart-network",$z);const Sz=[["path",{d:"M5 21V3",key:"clc1r8"}],["path",{d:"M12 21V9",key:"uvy0l4"}],["path",{d:"M19 21v-6",key:"tkawy9"}]],Yi=e("chart-no-axes-column-decreasing",Sz);const qz=[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V9",key:"uvy0l4"}],["path",{d:"M19 21V3",key:"11j9sm"}]],V1=e("chart-no-axes-column-increasing",qz);const zz=[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V3",key:"1lcnhd"}],["path",{d:"M19 21V9",key:"unv183"}]],B1=e("chart-no-axes-column",zz);const Az=[["path",{d:"M12 16v5",key:"zza2cw"}],["path",{d:"M16 14v7",key:"1g90b9"}],["path",{d:"M20 10v11",key:"1iqoj0"}],["path",{d:"m22 3-8.646 8.646a.5.5 0 0 1-.708 0L9.354 8.354a.5.5 0 0 0-.707 0L2 15",key:"1fw8x9"}],["path",{d:"M4 18v3",key:"1yp0dc"}],["path",{d:"M8 14v7",key:"n3cwzv"}]],ed=e("chart-no-axes-combined",Az);const jz=[["path",{d:"M6 5h12",key:"fvfigv"}],["path",{d:"M4 12h10",key:"oujl3d"}],["path",{d:"M12 19h8",key:"baeox8"}]],F1=e("chart-no-axes-gantt",jz);const Hz=[["path",{d:"M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",key:"pzmjnu"}],["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83",key:"k2fpak"}]],D1=e("chart-pie",Hz);const Pz=[["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["circle",{cx:"18.5",cy:"5.5",r:".5",fill:"currentColor",key:"lysivs"}],["circle",{cx:"11.5",cy:"11.5",r:".5",fill:"currentColor",key:"byv1b8"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["circle",{cx:"17.5",cy:"14.5",r:".5",fill:"currentColor",key:"1gjh6j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]],T1=e("chart-scatter",Pz);const Vz=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16c.5-2 1.5-7 4-7 2 0 2 3 4 3 2.5 0 4.5-5 5-7",key:"lw07rv"}]],ad=e("chart-spline",Vz);const Bz=[["path",{d:"M18 6 7 17l-5-5",key:"116fxf"}],["path",{d:"m22 10-7.5 7.5L13 16",key:"ke71qq"}]],td=e("check-check",Bz);const Fz=[["path",{d:"M20 4L9 15",key:"1qkx8z"}],["path",{d:"M21 19L3 19",key:"100sma"}],["path",{d:"M9 15L4 10",key:"9zxff7"}]],od=e("check-line",Fz);const Dz=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],cd=e("check",Dz);const Tz=[["path",{d:"M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z",key:"1qvrer"}],["path",{d:"M6 17h12",key:"1jwigz"}]],nd=e("chef-hat",Tz);const Rz=[["path",{d:"M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"cvxqlc"}],["path",{d:"M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"1ostrc"}],["path",{d:"M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12",key:"hqx58h"}],["path",{d:"M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z",key:"eykp1o"}]],id=e("cherry",Rz);const Uz=[["path",{d:"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z",key:"b89hwq"}],["path",{d:"M15 18c1.5-.615 3-2.461 3-4.923C18 8.769 14.5 4.462 12 2 9.5 4.462 6 8.77 6 13.077 6 15.539 7.5 17.385 9 18",key:"8jdkhx"}],["path",{d:"m16 7-2.5 2.5",key:"1jq90w"}],["path",{d:"M9 2h6",key:"1jrp98"}]],dd=e("chess-bishop",Uz);const Oz=[["path",{d:"M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z",key:"mqzwx6"}],["path",{d:"m6.7 18-1-1C4.35 15.682 3 14.09 3 12a5 5 0 0 1 4.95-5c1.584 0 2.7.455 4.05 1.818C13.35 7.455 14.466 7 16.05 7A5 5 0 0 1 21 12c0 2.082-1.359 3.673-2.7 5l-1 1",key:"1gdt1g"}],["path",{d:"M10 4h4",key:"1xpv9s"}],["path",{d:"M12 2v6.818",key:"b17a49"}]],hd=e("chess-king",Oz);const Ez=[["path",{d:"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z",key:"b89hwq"}],["path",{d:"M16.5 18c1-2 2.5-5 2.5-9a7 7 0 0 0-7-7H6.635a1 1 0 0 0-.768 1.64L7 5l-2.32 5.802a2 2 0 0 0 .95 2.526l2.87 1.456",key:"axbnlq"}],["path",{d:"m15 5 1.425-1.425",key:"15xz8w"}],["path",{d:"m17 8 1.53-1.53",key:"15zhqh"}],["path",{d:"M9.713 12.185 7 18",key:"1ocm0l"}]],rd=e("chess-knight",Ez);const Wz=[["path",{d:"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z",key:"b89hwq"}],["path",{d:"m14.5 10 1.5 8",key:"cim3qy"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"m8 18 1.5-8",key:"ja3yjd"}],["circle",{cx:"12",cy:"6",r:"4",key:"1frrej"}]],sd=e("chess-pawn",Wz);const Gz=[["path",{d:"M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z",key:"mqzwx6"}],["path",{d:"m12.474 5.943 1.567 5.34a1 1 0 0 0 1.75.328l2.616-3.402",key:"1js4gl"}],["path",{d:"m20 9-3 9",key:"r75r3f"}],["path",{d:"m5.594 8.209 2.615 3.403a1 1 0 0 0 1.75-.329l1.567-5.34",key:"1joj19"}],["path",{d:"M7 18 4 9",key:"1mfzj8"}],["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}],["circle",{cx:"20",cy:"7",r:"2",key:"9w7p1x"}],["circle",{cx:"4",cy:"7",r:"2",key:"1d9wy8"}]],yd=e("chess-queen",Gz);const Zz=[["path",{d:"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z",key:"b89hwq"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"m17 18-1-9",key:"10nd7q"}],["path",{d:"M6 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2",key:"uxf4yx"}],["path",{d:"M6 4h12",key:"1x2ag7"}],["path",{d:"m7 18 1-9",key:"1si9vq"}]],ld=e("chess-rook",Zz);const Xz=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],pd=e("chevron-down",Xz);const Kz=[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]],kd=e("chevron-first",Kz);const Jz=[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]],ud=e("chevron-last",Jz);const Qz=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],Md=e("chevron-left",Qz);const Yz=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],md=e("chevron-right",Yz);const eA=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],_d=e("chevron-up",eA);const aA=[["path",{d:"m7 20 5-5 5 5",key:"13a0gw"}],["path",{d:"m7 4 5 5 5-5",key:"1kwcof"}]],gd=e("chevrons-down-up",aA);const tA=[["path",{d:"m7 6 5 5 5-5",key:"1lc07p"}],["path",{d:"m7 13 5 5 5-5",key:"1d48rs"}]],vd=e("chevrons-down",tA);const oA=[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"m17 7 5 5-5 5",key:"1xlxn0"}],["path",{d:"m7 7-5 5 5 5",key:"19njba"}],["path",{d:"M8 12h.01",key:"czm47f"}]],xd=e("chevrons-left-right-ellipsis",oA);const cA=[["path",{d:"m9 7-5 5 5 5",key:"j5w590"}],["path",{d:"m15 7 5 5-5 5",key:"1bl6da"}]],fd=e("chevrons-left-right",cA);const nA=[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]],Ld=e("chevrons-left",nA);const iA=[["path",{d:"m20 17-5-5 5-5",key:"30x0n2"}],["path",{d:"m4 17 5-5-5-5",key:"16spf4"}]],wd=e("chevrons-right-left",iA);const dA=[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]],Cd=e("chevrons-right",dA);const hA=[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]],bd=e("chevrons-up-down",hA);const rA=[["path",{d:"m17 11-5-5-5 5",key:"e8nh98"}],["path",{d:"m17 18-5-5-5 5",key:"2avn1x"}]],Id=e("chevrons-up",rA);const sA=[["path",{d:"M10.88 21.94 15.46 14",key:"xkve6t"}],["path",{d:"M21.17 8H12",key:"19dcdn"}],["path",{d:"M3.95 6.06 8.54 14",key:"g8jz9m"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]],R1=e("chromium",sA);const yA=[["path",{d:"M10 9h4",key:"u4k05v"}],["path",{d:"M12 7v5",key:"ma6bk"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3",key:"1rgiei"}],["path",{d:"m18 9 3.52 2.147a1 1 0 0 1 .48.854V19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-6.999a1 1 0 0 1 .48-.854L6 9",key:"flvdwo"}],["path",{d:"M6 21V7a1 1 0 0 1 .376-.782l5-3.999a1 1 0 0 1 1.249.001l5 4A1 1 0 0 1 18 7v14",key:"a5i0n2"}]],Nd=e("church",yA);const lA=[["path",{d:"M12 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h13",key:"1gdiyg"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 12a1 1 0 0 1 1 1v2a1 1 0 0 1-.5.866",key:"166zjj"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]],$d=e("cigarette-off",lA);const pA=[["path",{d:"M17 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14",key:"1mb5g1"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"M21 16a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"1yl5r7"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]],Sd=e("cigarette",pA);const kA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],U1=e("circle-alert",kA);const uA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]],O1=e("circle-arrow-down",uA);const MA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}],["path",{d:"M16 12H8",key:"1fr5h0"}]],E1=e("circle-arrow-left",MA);const mA=[["path",{d:"M2 12a10 10 0 1 1 10 10",key:"1yn6ov"}],["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"M8 22H2v-6",key:"sulq54"}]],W1=e("circle-arrow-out-down-left",mA);const _A=[["path",{d:"M12 22a10 10 0 1 1 10-10",key:"130bv5"}],["path",{d:"M22 22 12 12",key:"131aw7"}],["path",{d:"M22 16v6h-6",key:"1gvm70"}]],G1=e("circle-arrow-out-down-right",_A);const gA=[["path",{d:"M2 8V2h6",key:"hiwtdz"}],["path",{d:"m2 2 10 10",key:"1oh8rs"}],["path",{d:"M12 2A10 10 0 1 1 2 12",key:"rrk4fa"}]],Z1=e("circle-arrow-out-up-left",gA);const vA=[["path",{d:"M22 12A10 10 0 1 1 12 2",key:"1fm58d"}],["path",{d:"M22 2 12 12",key:"yg2myt"}],["path",{d:"M16 2h6v6",key:"zan5cs"}]],X1=e("circle-arrow-out-up-right",vA);const xA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}],["path",{d:"M8 12h8",key:"1wcyev"}]],K1=e("circle-arrow-right",xA);const fA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]],J1=e("circle-arrow-up",fA);const LA=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],Q1=e("circle-check-big",LA);const wA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],Y1=e("circle-check",wA);const CA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]],ee=e("circle-chevron-down",CA);const bA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]],ae=e("circle-chevron-left",bA);const IA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]],te=e("circle-chevron-right",IA);const NA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]],oe=e("circle-chevron-up",NA);const $A=[["path",{d:"M10.1 2.182a10 10 0 0 1 3.8 0",key:"5ilxe3"}],["path",{d:"M13.9 21.818a10 10 0 0 1-3.8 0",key:"11zvb9"}],["path",{d:"M17.609 3.721a10 10 0 0 1 2.69 2.7",key:"1iw5b2"}],["path",{d:"M2.182 13.9a10 10 0 0 1 0-3.8",key:"c0bmvh"}],["path",{d:"M20.279 17.609a10 10 0 0 1-2.7 2.69",key:"1ruxm7"}],["path",{d:"M21.818 10.1a10 10 0 0 1 0 3.8",key:"qkgqxc"}],["path",{d:"M3.721 6.391a10 10 0 0 1 2.7-2.69",key:"1mcia2"}],["path",{d:"M6.391 20.279a10 10 0 0 1-2.69-2.7",key:"1fvljs"}]],qd=e("circle-dashed",$A);const SA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]],zd=e("circle-dollar-sign",SA);const qA=[["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],ce=e("circle-divide",qA);const zA=[["path",{d:"M10.1 2.18a9.93 9.93 0 0 1 3.8 0",key:"1qdqn0"}],["path",{d:"M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7",key:"1bq7p6"}],["path",{d:"M21.82 10.1a9.93 9.93 0 0 1 0 3.8",key:"1rlaqf"}],["path",{d:"M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69",key:"1xk03u"}],["path",{d:"M13.9 21.82a9.94 9.94 0 0 1-3.8 0",key:"l7re25"}],["path",{d:"M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7",key:"1v18p6"}],["path",{d:"M2.18 13.9a9.93 9.93 0 0 1 0-3.8",key:"xdo6bj"}],["path",{d:"M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69",key:"1jjmaz"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],Ad=e("circle-dot-dashed",zA);const AA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],jd=e("circle-dot",AA);const jA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M7 12h.01",key:"eqddd0"}]],Hd=e("circle-ellipsis",jA);const HA=[["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Pd=e("circle-equal",HA);const PA=[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]],Vd=e("circle-fading-arrow-up",PA);const VA=[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]],Bd=e("circle-fading-plus",VA);const BA=[["path",{d:"M15.6 2.7a10 10 0 1 0 5.7 5.7",key:"1e0p6d"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M13.4 10.6 19 5",key:"1kr7tw"}]],ne=e("circle-gauge",BA);const FA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]],ie=e("circle-minus",FA);const DA=[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65",key:"1pfsoa"}],["path",{d:"M19.08 19.08A10 10 0 1 1 4.92 4.92",key:"1ablyi"}]],Fd=e("circle-off",DA);const TA=[["path",{d:"M12.656 7H13a3 3 0 0 1 2.984 3.307",key:"1sjx87"}],["path",{d:"M13 13H9",key:"e2beee"}],["path",{d:"M19.071 19.071A1 1 0 0 1 4.93 4.93",key:"1kb595"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.357 2.687a10 10 0 0 1 12.956 12.956",key:"5bsfdx"}],["path",{d:"M9 17V9",key:"ojradj"}]],de=e("circle-parking-off",TA);const RA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]],he=e("circle-parking",RA);const UA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9",key:"c1nkhi"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9",key:"h65svq"}]],re=e("circle-pause",UA);const OA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]],se=e("circle-percent",OA);const EA=[["circle",{cx:"12",cy:"19",r:"2",key:"13j0tp"}],["circle",{cx:"12",cy:"5",r:"2",key:"f1ur92"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}],["circle",{cx:"20",cy:"19",r:"2",key:"1obnsp"}],["circle",{cx:"4",cy:"19",r:"2",key:"p3m9r0"}],["circle",{cx:"8",cy:"12",r:"2",key:"1nvbw3"}]],Dd=e("circle-pile",EA);const WA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]],ye=e("circle-plus",WA);const GA=[["path",{d:"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z",key:"kmsa83"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],le=e("circle-play",GA);const ZA=[["path",{d:"M10 16V9.5a1 1 0 0 1 5 0",key:"1i1are"}],["path",{d:"M8 12h4",key:"qz6y1c"}],["path",{d:"M8 16h7",key:"sbedsn"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Td=e("circle-pound-sterling",ZA);const XA=[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],pe=e("circle-power",XA);const KA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],E=e("circle-question-mark",KA);const JA=[["path",{d:"M22 2 2 22",key:"y4kqgn"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],ke=e("circle-slash-2",JA);const QA=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]],Rd=e("circle-slash",QA);const YA=[["path",{d:"M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z",key:"285bvi"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Ud=e("circle-star",YA);const ej=[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}]],Od=e("circle-small",ej);const aj=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]],ue=e("circle-stop",aj);const tj=[["path",{d:"M18 20a6 6 0 0 0-12 0",key:"1qehca"}],["circle",{cx:"12",cy:"10",r:"4",key:"1h16sb"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Me=e("circle-user-round",tj);const oj=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662",key:"154egf"}]],me=e("circle-user",oj);const cj=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],_e=e("circle-x",cj);const nj=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Ed=e("circle",nj);const ij=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M11 9h4a2 2 0 0 0 2-2V3",key:"1ve2rv"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"M7 21v-4a2 2 0 0 1 2-2h4",key:"1fwkro"}],["circle",{cx:"15",cy:"15",r:"2",key:"3i40o0"}]],Wd=e("circuit-board",ij);const dj=[["path",{d:"M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z",key:"4ite01"}],["path",{d:"M19.65 15.66A8 8 0 0 1 8.35 4.34",key:"1gxipu"}],["path",{d:"m14 10-5.5 5.5",key:"92pfem"}],["path",{d:"M14 17.85V10H6.15",key:"xqmtsk"}]],Gd=e("citrus",dj);const hj=[["path",{d:"M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z",key:"1tn4o7"}],["path",{d:"m6.2 5.3 3.1 3.9",key:"iuk76l"}],["path",{d:"m12.4 3.4 3.1 4",key:"6hsd6n"}],["path",{d:"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z",key:"ltgou9"}]],Zd=e("clapperboard",hj);const rj=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m9 14 2 2 4-4",key:"df797q"}]],Xd=e("clipboard-check",rj);const sj=[["path",{d:"M16 14v2.2l1.6 1",key:"fo4ql5"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v.832",key:"1ujtp2"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2",key:"qvpao1"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",key:"ublpy"}]],Kd=e("clipboard-clock",sj);const yj=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2",key:"4jdomd"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4",key:"3hqy98"}],["path",{d:"M21 14H11",key:"1bme5i"}],["path",{d:"m15 10-4 4 4 4",key:"5dvupr"}]],Jd=e("clipboard-copy",yj);const lj=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M12 11h4",key:"1jrz19"}],["path",{d:"M12 16h4",key:"n85exb"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 16h.01",key:"18s6g9"}]],Qd=e("clipboard-list",lj);const pj=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}]],Yd=e("clipboard-minus",pj);const kj=[["path",{d:"M11 14h10",key:"1w8e9d"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v1.344",key:"1e62lh"}],["path",{d:"m17 18 4-4-4-4",key:"z2g111"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 1.793-1.113",key:"bjbb7m"}],["rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",key:"ublpy"}]],eh=e("clipboard-paste",kj);const uj=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5",key:"1but9f"}],["path",{d:"M16 4h2a2 2 0 0 1 1.73 1",key:"1p8n7l"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"2t3380"}]],ge=e("clipboard-pen-line",uj);const Mj=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5",key:"cereej"}],["path",{d:"M4 13.5V6a2 2 0 0 1 2-2h2",key:"5ua5vh"}],["path",{d:"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1y4qbx"}]],ve=e("clipboard-pen",Mj);const mj=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}],["path",{d:"M12 17v-6",key:"1y8rbf"}]],ah=e("clipboard-plus",mj);const _j=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 12v-1h6v1",key:"iehl6m"}],["path",{d:"M11 17h2",key:"12w5me"}],["path",{d:"M12 11v6",key:"1bwqyc"}]],th=e("clipboard-type",_j);const gj=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m15 11-6 6",key:"1toa9n"}],["path",{d:"m9 11 6 6",key:"wlibny"}]],oh=e("clipboard-x",gj);const vj=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}]],ch=e("clipboard",vj);const xj=[["path",{d:"M12 6v6l2-4",key:"miptyd"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],nh=e("clock-1",xj);const fj=[["path",{d:"M12 6v6l-4-2",key:"cedpoo"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],ih=e("clock-10",fj);const Lj=[["path",{d:"M12 6v6l-2-4",key:"ns39ag"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],dh=e("clock-11",Lj);const wj=[["path",{d:"M12 6v6",key:"1ipuwl"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],hh=e("clock-12",wj);const Cj=[["path",{d:"M12 6v6l4-2",key:"1r2kuh"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],rh=e("clock-2",Cj);const bj=[["path",{d:"M12 6v6h4",key:"135r8i"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],sh=e("clock-3",bj);const Ij=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],yh=e("clock-4",Ij);const Nj=[["path",{d:"M12 6v6l2 4",key:"1287s9"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],lh=e("clock-5",Nj);const $j=[["path",{d:"M12 6v10",key:"wf7rdh"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],ph=e("clock-6",$j);const Sj=[["path",{d:"M12 6v6l-2 4",key:"1095bu"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],kh=e("clock-7",Sj);const qj=[["path",{d:"M12 6v6l-4 2",key:"imc3wl"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],uh=e("clock-8",qj);const zj=[["path",{d:"M12 6v6H8",key:"u39vzm"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Mh=e("clock-9",zj);const Aj=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["path",{d:"M20 12v5",key:"12wsvk"}],["path",{d:"M20 21h.01",key:"1p6o6n"}],["path",{d:"M21.25 8.2A10 10 0 1 0 16 21.16",key:"17fp9f"}]],mh=e("clock-alert",Aj);const jj=[["path",{d:"M12 6v6l2 1",key:"19cm8n"}],["path",{d:"M12.337 21.994a10 10 0 1 1 9.588-8.767",key:"28moa"}],["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M18 14v8",key:"irew45"}]],_h=e("clock-arrow-down",jj);const Hj=[["path",{d:"M12 6v6l1.56.78",key:"14ed3g"}],["path",{d:"M13.227 21.925a10 10 0 1 1 8.767-9.588",key:"jwkls1"}],["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M18 22v-8",key:"su0gjh"}]],gh=e("clock-arrow-up",Hj);const Pj=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["path",{d:"M22 12a10 10 0 1 0-11 9.95",key:"17dhok"}],["path",{d:"m22 16-5.5 5.5L14 19",key:"1eibut"}]],vh=e("clock-check",Pj);const Vj=[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]],xh=e("clock-fading",Vj);const Bj=[["path",{d:"M12 6v6l3.644 1.822",key:"1jmett"}],["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M21.92 13.267a10 10 0 1 0-8.653 8.653",key:"1u0osk"}]],fh=e("clock-plus",Bj);const Fj=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Lh=e("clock",Fj);const Dj=[["path",{d:"M10 9.17a3 3 0 1 0 0 5.66",key:"h9wayk"}],["path",{d:"M17 9.17a3 3 0 1 0 0 5.66",key:"1v6zke"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2",key:"qneu4z"}]],wh=e("closed-caption",Dj);const Tj=[["path",{d:"M12 12v4",key:"tww15h"}],["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708",key:"xsb5ju"}]],Ch=e("cloud-alert",Tj);const Rj=[["path",{d:"M21 15.251A4.5 4.5 0 0 0 17.5 8h-1.79A7 7 0 1 0 3 13.607",key:"xpoh9y"}],["path",{d:"M7 11v4h4",key:"q9yh32"}],["path",{d:"M8 19a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5 4.82 4.82 0 0 0-3.41 1.41L7 15",key:"1xm8iu"}]],bh=e("cloud-backup",Rj);const Uj=[["path",{d:"m17 15-5.5 5.5L9 18",key:"15q87x"}],["path",{d:"M5 17.743A7 7 0 1 1 15.71 10h1.79a4.5 4.5 0 0 1 1.5 8.742",key:"9ho6ki"}]],Ih=e("cloud-check",Uj);const Oj=[["path",{d:"m10.852 19.772-.383.924",key:"r7sl7d"}],["path",{d:"m13.148 14.228.383-.923",key:"1d5zpm"}],["path",{d:"M13.148 19.772a3 3 0 1 0-2.296-5.544l-.383-.923",key:"1ydik7"}],["path",{d:"m13.53 20.696-.382-.924a3 3 0 1 1-2.296-5.544",key:"1m1vsf"}],["path",{d:"m14.772 15.852.923-.383",key:"660p6e"}],["path",{d:"m14.772 18.148.923.383",key:"hrcpis"}],["path",{d:"M4.2 15.1a7 7 0 1 1 9.93-9.858A7 7 0 0 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2",key:"j2q98n"}],["path",{d:"m9.228 15.852-.923-.383",key:"1p9ong"}],["path",{d:"m9.228 18.148-.923.383",key:"6558rz"}]],Nh=e("cloud-cog",Oj);const Ej=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 19v1",key:"1dk2by"}],["path",{d:"M8 14v1",key:"84yxot"}],["path",{d:"M16 19v1",key:"v220m7"}],["path",{d:"M16 14v1",key:"g12gj6"}],["path",{d:"M12 21v1",key:"q8vafk"}],["path",{d:"M12 16v1",key:"1mx6rx"}]],$h=e("cloud-drizzle",Ej);const Wj=[["path",{d:"M12 13v8l-4-4",key:"1f5nwf"}],["path",{d:"m12 21 4-4",key:"1lfcce"}],["path",{d:"M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284",key:"ui1hmy"}]],xe=e("cloud-download",Wj);const Gj=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 17H7",key:"pygtm1"}],["path",{d:"M17 21H9",key:"1u2q02"}]],Sh=e("cloud-fog",Gj);const Zj=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v2",key:"a1is7l"}],["path",{d:"M8 14v2",key:"1e9m6t"}],["path",{d:"M16 20h.01",key:"xwek51"}],["path",{d:"M8 20h.01",key:"1vjney"}],["path",{d:"M12 16v2",key:"z66u1j"}],["path",{d:"M12 22h.01",key:"1urd7a"}]],qh=e("cloud-hail",Zj);const Xj=[["path",{d:"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973",key:"1cez44"}],["path",{d:"m13 12-3 5h4l-3 5",key:"1t22er"}]],zh=e("cloud-lightning",Xj);const Kj=[["path",{d:"M11 20v2",key:"174qtz"}],["path",{d:"M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36",key:"zwnc1e"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",key:"1qmrp3"}],["path",{d:"M7 19v2",key:"12npes"}]],Ah=e("cloud-moon-rain",Kj);const Jj=[["path",{d:"M13 16a3 3 0 0 1 0 6H7a5 5 0 1 1 4.9-6z",key:"ie2ih4"}],["path",{d:"M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36",key:"zwnc1e"}]],jh=e("cloud-moon",Jj);const Qj=[["path",{d:"M10.94 5.274A7 7 0 0 1 15.71 10h1.79a4.5 4.5 0 0 1 4.222 6.057",key:"1uxyv8"}],["path",{d:"M18.796 18.81A4.5 4.5 0 0 1 17.5 19H9A7 7 0 0 1 5.79 5.78",key:"99tcn7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],Hh=e("cloud-off",Qj);const Yj=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m9.2 22 3-7",key:"sb5f6j"}],["path",{d:"m9 13-3 7",key:"500co5"}],["path",{d:"m17 13-3 7",key:"8t2fiy"}]],Ph=e("cloud-rain-wind",Yj);const eH=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v6",key:"1j4efv"}],["path",{d:"M8 14v6",key:"17c4r9"}],["path",{d:"M12 16v6",key:"c8a4gj"}]],Vh=e("cloud-rain",eH);const aH=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M8 19h.01",key:"puxtts"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M12 21h.01",key:"h35vbk"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M16 19h.01",key:"1vcnzz"}]],Bh=e("cloud-snow",aH);const tH=[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",key:"1qmrp3"}],["path",{d:"M11 20v2",key:"174qtz"}],["path",{d:"M7 19v2",key:"12npes"}]],Fh=e("cloud-sun-rain",tH);const oH=[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z",key:"s09mg5"}]],Dh=e("cloud-sun",oH);const cH=[["path",{d:"m17 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"adpv5j"}],["path",{d:"M17 22v-4h-4",key:"ex1ofj"}],["path",{d:"M20.996 15.251A4.5 4.5 0 0 0 17.495 8h-1.79a7 7 0 1 0-12.709 5.607",key:"ziqt14"}],["path",{d:"M7 10v4h4",key:"1j6gx1"}],["path",{d:"m7 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"19q5h7"}]],Th=e("cloud-sync",cH);const nH=[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m8 17 4-4 4 4",key:"1quai1"}]],fe=e("cloud-upload",nH);const iH=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]],Rh=e("cloud",iH);const dH=[["path",{d:"M16.17 7.83 2 22",key:"t58vo8"}],["path",{d:"M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12",key:"17k36q"}],["path",{d:"m7.83 7.83 8.34 8.34",key:"1d7sxk"}]],Uh=e("clover",dH);const hH=[["path",{d:"M17.5 12a1 1 0 1 1 0 9H9.006a7 7 0 1 1 6.702-9z",key:"44yre2"}],["path",{d:"M21.832 9A3 3 0 0 0 19 7h-2.207a5.5 5.5 0 0 0-10.72.61",key:"leugyv"}]],Oh=e("cloudy",hH);const rH=[["path",{d:"M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z",key:"27yuqz"}],["path",{d:"M12 17.66L12 22",key:"ogfahf"}]],Eh=e("club",rH);const sH=[["path",{d:"m18 16 4-4-4-4",key:"1inbqp"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"m14.5 4-5 16",key:"e7oirm"}]],Le=e("code-xml",sH);const yH=[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]],Wh=e("code",yH);const lH=[["polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2",key:"srzb37"}],["line",{x1:"12",x2:"12",y1:"22",y2:"15.5",key:"1t73f2"}],["polyline",{points:"22 8.5 12 15.5 2 8.5",key:"ajlxae"}],["polyline",{points:"2 15.5 12 8.5 22 15.5",key:"susrui"}],["line",{x1:"12",x2:"12",y1:"2",y2:"8.5",key:"2cldga"}]],Gh=e("codepen",lH);const pH=[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["polyline",{points:"7.5 4.21 12 6.81 16.5 4.21",key:"fabo96"}],["polyline",{points:"7.5 19.79 7.5 14.6 3 12",key:"z377f1"}],["polyline",{points:"21 12 16.5 14.6 16.5 19.79",key:"9nrev1"}],["polyline",{points:"3.27 6.96 12 12.01 20.73 6.96",key:"1180pa"}],["line",{x1:"12",x2:"12",y1:"22.08",y2:"12",key:"3z3uq6"}]],Zh=e("codesandbox",pH);const kH=[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1",key:"pwadti"}],["path",{d:"M6 2v2",key:"colzsn"}]],Xh=e("coffee",kH);const uH=[["path",{d:"M11 10.27 7 3.34",key:"16pf9h"}],["path",{d:"m11 13.73-4 6.93",key:"794ttg"}],["path",{d:"M12 22v-2",key:"1osdcq"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M14 12h8",key:"4f43i9"}],["path",{d:"m17 20.66-1-1.73",key:"eq3orb"}],["path",{d:"m17 3.34-1 1.73",key:"2wel8s"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"m20.66 17-1.73-1",key:"sg0v6f"}],["path",{d:"m20.66 7-1.73 1",key:"1ow05n"}],["path",{d:"m3.34 17 1.73-1",key:"nuk764"}],["path",{d:"m3.34 7 1.73 1",key:"1ulond"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}]],Kh=e("cog",uH);const MH=[["circle",{cx:"8",cy:"8",r:"6",key:"3yglwk"}],["path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18",key:"t5s6rm"}],["path",{d:"M7 6h1v4",key:"1obek4"}],["path",{d:"m16.71 13.88.7.71-2.82 2.82",key:"1rbuyh"}]],Jh=e("coins",MH);const mH=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]],we=e("columns-2",mH);const _H=[["path",{d:"M10.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.5",key:"1g2yzs"}],["path",{d:"m14.3 19.6 1-.4",key:"11sv9r"}],["path",{d:"M15 3v7.5",key:"7lm50a"}],["path",{d:"m15.2 16.9-.9-.3",key:"1t7mvx"}],["path",{d:"m16.6 21.7.3-.9",key:"1j67ps"}],["path",{d:"m16.8 15.3-.4-1",key:"1ei7r6"}],["path",{d:"m19.1 15.2.3-.9",key:"18r7jp"}],["path",{d:"m19.6 21.7-.4-1",key:"z2vh2"}],["path",{d:"m20.7 16.8 1-.4",key:"19m87a"}],["path",{d:"m21.7 19.4-.9-.3",key:"1qgwi9"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],W=e("columns-3-cog",_H);const gH=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]],Ce=e("columns-3",gH);const vH=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7.5 3v18",key:"w0wo6v"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M16.5 3v18",key:"10tjh1"}]],Qh=e("columns-4",vH);const xH=[["path",{d:"M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"1l7d7l"}],["path",{d:"M19 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"9955pe"}],["path",{d:"m7 15 3 3",key:"4hkfgk"}],["path",{d:"m7 21 3-3H5a2 2 0 0 1-2-2v-2",key:"1xljwe"}],["rect",{x:"14",y:"14",width:"7",height:"7",rx:"1",key:"1cdgtw"}],["rect",{x:"3",y:"3",width:"7",height:"7",rx:"1",key:"zi3rio"}]],Yh=e("combine",xH);const fH=[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3",key:"11bfej"}]],er=e("command",fH);const LH=[["path",{d:"m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z",key:"9ktpf1"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],ar=e("compass",LH);const wH=[["path",{d:"M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",key:"1uwlt4"}],["path",{d:"M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z",key:"10291m"}],["path",{d:"M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z",key:"1tqoq1"}],["path",{d:"M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",key:"1x6lto"}]],tr=e("component",wH);const CH=[["rect",{width:"14",height:"8",x:"5",y:"2",rx:"2",key:"wc9tft"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h2",key:"rwmk9e"}],["path",{d:"M12 18h6",key:"aqd8w3"}]],or=e("computer",CH);const bH=[["path",{d:"M3 20a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1Z",key:"1pvr1r"}],["path",{d:"M20 16a8 8 0 1 0-16 0",key:"1pa543"}],["path",{d:"M12 4v4",key:"1bq03y"}],["path",{d:"M10 4h4",key:"1xpv9s"}]],cr=e("concierge-bell",bH);const IH=[["path",{d:"m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98",key:"53pte7"}],["ellipse",{cx:"12",cy:"19",rx:"9",ry:"3",key:"1ji25f"}]],nr=e("cone",IH);const NH=[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1",key:"1estib"}],["path",{d:"M17 14v7",key:"7m2elx"}],["path",{d:"M7 14v7",key:"1cm7wv"}],["path",{d:"M17 3v3",key:"1v4jwn"}],["path",{d:"M7 3v3",key:"7o6guu"}],["path",{d:"M10 14 2.3 6.3",key:"1023jk"}],["path",{d:"m14 6 7.7 7.7",key:"1s8pl2"}],["path",{d:"m8 6 8 8",key:"hl96qh"}]],ir=e("construction",NH);const $H=[["path",{d:"M16 2v2",key:"scm5qe"}],["path",{d:"M17.915 22a6 6 0 0 0-12 0",key:"suqz9p"}],["path",{d:"M8 2v2",key:"pbkmx"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]],be=e("contact-round",$H);const SH=[["path",{d:"M16 2v2",key:"scm5qe"}],["path",{d:"M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2",key:"1waht3"}],["path",{d:"M8 2v2",key:"pbkmx"}],["circle",{cx:"12",cy:"11",r:"3",key:"itu57m"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]],dr=e("contact",SH);const qH=[["path",{d:"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z",key:"1t2lqe"}],["path",{d:"M10 21.9V14L2.1 9.1",key:"o7czzq"}],["path",{d:"m10 14 11.9-6.9",key:"zm5e20"}],["path",{d:"M14 19.8v-8.1",key:"159ecu"}],["path",{d:"M18 17.5V9.4",key:"11uown"}]],hr=e("container",qH);const zH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z",key:"j4l70d"}]],rr=e("contrast",zH);const AH=[["path",{d:"M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5",key:"laymnq"}],["path",{d:"M8.5 8.5v.01",key:"ue8clq"}],["path",{d:"M16 15.5v.01",key:"14dtrp"}],["path",{d:"M12 12v.01",key:"u5ubse"}],["path",{d:"M11 17v.01",key:"1hyl5a"}],["path",{d:"M7 14v.01",key:"uct60s"}]],sr=e("cookie",AH);const jH=[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8",key:"u0tga0"}],["path",{d:"m4 8 16-4",key:"16g0ng"}],["path",{d:"m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8",key:"12cejc"}]],yr=e("cooking-pot",jH);const HH=[["path",{d:"m12 15 2 2 4-4",key:"2c609p"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],lr=e("copy-check",HH);const PH=[["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],pr=e("copy-minus",PH);const VH=[["line",{x1:"15",x2:"15",y1:"12",y2:"18",key:"1p7wdc"}],["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],kr=e("copy-plus",VH);const BH=[["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],ur=e("copy-slash",BH);const FH=[["line",{x1:"12",x2:"18",y1:"12",y2:"18",key:"1rg63v"}],["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],Mr=e("copy-x",FH);const DH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66",key:"1sveal"}]],mr=e("copyleft",DH);const TH=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],_r=e("copy",TH);const RH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66",key:"1i56pz"}]],gr=e("copyright",RH);const UH=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4",key:"6o5b7l"}],["path",{d:"m9 10-5 5 5 5",key:"1kshq7"}]],vr=e("corner-down-left",UH);const OH=[["path",{d:"m15 10 5 5-5 5",key:"qqa56n"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12",key:"z08zvw"}]],xr=e("corner-down-right",OH);const EH=[["path",{d:"m14 15-5 5-5-5",key:"1eia93"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12",key:"nbpdq2"}]],fr=e("corner-left-down",EH);const WH=[["path",{d:"M14 9 9 4 4 9",key:"1af5af"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4",key:"1blwi3"}]],Lr=e("corner-left-up",WH);const GH=[["path",{d:"m10 15 5 5 5-5",key:"1hpjnr"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12",key:"wcbgct"}]],wr=e("corner-right-down",GH);const ZH=[["path",{d:"m10 9 5-5 5 5",key:"9ctzwi"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4",key:"1plgdj"}]],Cr=e("corner-right-up",ZH);const XH=[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4",key:"1nkjon"}],["path",{d:"M9 14 4 9l5-5",key:"102s5s"}]],br=e("corner-up-left",XH);const KH=[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12",key:"1lu4f8"}]],Ir=e("corner-up-right",KH);const JH=[["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M17 20v2",key:"1rnc9c"}],["path",{d:"M17 2v2",key:"11trls"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M2 17h2",key:"7oei6x"}],["path",{d:"M2 7h2",key:"asdhe0"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"M20 17h2",key:"1fpfkl"}],["path",{d:"M20 7h2",key:"1o8tra"}],["path",{d:"M7 20v2",key:"4gnj0m"}],["path",{d:"M7 2v2",key:"1i4yhu"}],["rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",key:"1vbyd7"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]],Nr=e("cpu",JH);const QH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1ss3eq"}],["path",{d:"M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1od56t"}]],$r=e("creative-commons",QH);const YH=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],Sr=e("credit-card",YH);const eP=[["path",{d:"M10.2 18H4.774a1.5 1.5 0 0 1-1.352-.97 11 11 0 0 1 .132-6.487",key:"14kkz9"}],["path",{d:"M18 10.2V4.774a1.5 1.5 0 0 0-.97-1.352 11 11 0 0 0-6.486.132",key:"1g7v07"}],["path",{d:"M18 5a4 3 0 0 1 4 3 2 2 0 0 1-2 2 10 10 0 0 0-5.139 1.42",key:"ratg6b"}],["path",{d:"M5 18a3 4 0 0 0 3 4 2 2 0 0 0 2-2 10 10 0 0 1 1.42-5.14",key:"4454f0"}],["path",{d:"M8.709 2.554a10 10 0 0 0-6.155 6.155 1.5 1.5 0 0 0 .676 1.626l9.807 5.42a2 2 0 0 0 2.718-2.718l-5.42-9.807a1.5 1.5 0 0 0-1.626-.676",key:"qmemie"}]],qr=e("croissant",eP);const aP=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14",key:"ron5a4"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2",key:"7s9ehn"}]],zr=e("crop",aP);const tP=[["path",{d:"M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z",key:"1xbrqy"}]],Ar=e("cross",tP);const oP=[["path",{d:"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",key:"1vdc57"}],["path",{d:"M5 21h14",key:"11awu3"}]],jr=e("crown",oP);const cP=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"22",x2:"18",y1:"12",y2:"12",key:"l9bcsi"}],["line",{x1:"6",x2:"2",y1:"12",y2:"12",key:"13hhkx"}],["line",{x1:"12",x2:"12",y1:"6",y2:"2",key:"10w3f3"}],["line",{x1:"12",x2:"12",y1:"22",y2:"18",key:"15g9kq"}]],Hr=e("crosshair",cP);const nP=[["path",{d:"m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z",key:"1u2ovd"}],["path",{d:"M10 22v-8L2.25 9.15",key:"11pn4q"}],["path",{d:"m10 14 11.77-6.87",key:"1kt1wh"}]],Pr=e("cuboid",nP);const iP=[["path",{d:"m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8",key:"8166m8"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"yjz344"}],["path",{d:"m12 8 1-6h2",key:"3ybfa4"}]],Vr=e("cup-soda",iP);const dP=[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["line",{x1:"3",x2:"6",y1:"3",y2:"6",key:"1jkytn"}],["line",{x1:"21",x2:"18",y1:"3",y2:"6",key:"14zfjt"}],["line",{x1:"3",x2:"6",y1:"21",y2:"18",key:"iusuec"}],["line",{x1:"21",x2:"18",y1:"21",y2:"18",key:"yj2dd7"}]],Br=e("currency",dP);const hP=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5",key:"aqi0yr"}]],Fr=e("cylinder",hP);const rP=[["path",{d:"M11 11.31c1.17.56 1.54 1.69 3.5 1.69 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"157kva"}],["path",{d:"M11.75 18c.35.5 1.45 1 2.75 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"d7q6m6"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1L10 4a1 1 0 0 0-1-1z",key:"pr6s65"}]],Dr=e("dam",rP);const sP=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 12a9 3 0 0 0 5 2.69",key:"1ui2ym"}],["path",{d:"M21 9.3V5",key:"6k6cib"}],["path",{d:"M3 5v14a9 3 0 0 0 6.47 2.88",key:"i62tjy"}],["path",{d:"M12 12v4h4",key:"1bxaet"}],["path",{d:"M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16",key:"1f4ei9"}]],Tr=e("database-backup",sP);const yP=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 15 21.84",key:"14ibmq"}],["path",{d:"M21 5V8",key:"1marbg"}],["path",{d:"M21 12L18 17H22L19 22",key:"zafso"}],["path",{d:"M3 12A9 3 0 0 0 14.59 14.87",key:"1y4wr8"}]],Rr=e("database-zap",yP);const lP=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]],Ur=e("database",lP);const pP=[["path",{d:"m13 21-3-3 3-3",key:"s3o1nf"}],["path",{d:"M20 18H10",key:"14r3mt"}],["path",{d:"M3 11h.01",key:"1eifu7"}],["rect",{x:"6",y:"3",width:"5",height:"8",rx:"2.5",key:"v9paqo"}]],Or=e("decimals-arrow-left",pP);const kP=[["path",{d:"M10 18h10",key:"1y5s8o"}],["path",{d:"m17 21 3-3-3-3",key:"1ammt0"}],["path",{d:"M3 11h.01",key:"1eifu7"}],["rect",{x:"15",y:"3",width:"5",height:"8",rx:"2.5",key:"76md6a"}],["rect",{x:"6",y:"3",width:"5",height:"8",rx:"2.5",key:"v9paqo"}]],Er=e("decimals-arrow-right",kP);const uP=[["path",{d:"M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z",key:"1yo7s0"}],["path",{d:"m12 9 6 6",key:"anjzzh"}],["path",{d:"m18 9-6 6",key:"1fp51s"}]],Wr=e("delete",uP);const MP=[["path",{d:"M10.162 3.167A10 10 0 0 0 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4-.006 10 10 0 0 0-8.161-9.826",key:"xi88qy"}],["path",{d:"M20.804 14.869a9 9 0 0 1-17.608 0",key:"1r28rg"}],["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}]],Gr=e("dessert",MP);const mP=[["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}],["path",{d:"M6.48 3.66a10 10 0 0 1 13.86 13.86",key:"xr8kdq"}],["path",{d:"m6.41 6.41 11.18 11.18",key:"uhpjw7"}],["path",{d:"M3.66 6.48a10 10 0 0 0 13.86 13.86",key:"cldpwv"}]],Zr=e("diameter",mP);const _P=[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]],Xr=e("diamond-minus",_P);const gP=[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z",key:"1tpxz2"}],["path",{d:"M9.2 9.2h.01",key:"1b7bvt"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"M14.7 14.8h.01",key:"17nsh4"}]],Ie=e("diamond-percent",gP);const vP=[["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]],Kr=e("diamond-plus",vP);const xP=[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z",key:"1f1r0c"}]],Jr=e("diamond",xP);const fP=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]],Qr=e("dice-1",fP);const LP=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M9 15h.01",key:"fzyn71"}]],Yr=e("dice-2",LP);const wP=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M8 16h.01",key:"18s6g9"}]],es=e("dice-3",wP);const CP=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}]],as=e("dice-4",CP);const bP=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]],ts=e("dice-5",bP);const IP=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M8 16h.01",key:"18s6g9"}]],os=e("dice-6",IP);const NP=[["rect",{width:"12",height:"12",x:"2",y:"10",rx:"2",ry:"2",key:"6agr2n"}],["path",{d:"m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6",key:"1o487t"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 14h.01",key:"ssrbsk"}],["path",{d:"M15 6h.01",key:"cblpky"}],["path",{d:"M18 9h.01",key:"2061c0"}]],cs=e("dices",NP);const $P=[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]],ns=e("diff",$P);const SP=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]],is=e("disc-2",SP);const qP=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M6 12c0-1.7.7-3.2 1.8-4.2",key:"oqkarx"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M18 12c0 1.7-.7 3.2-1.8 4.2",key:"1eah9h"}]],ds=e("disc-3",qP);const zP=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"5",key:"nd82uf"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]],hs=e("disc-album",zP);const AP=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],rs=e("disc",AP);const jP=[["circle",{cx:"12",cy:"6",r:"1",key:"1bh7o1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12",key:"13b5wn"}],["circle",{cx:"12",cy:"18",r:"1",key:"lqb9t5"}]],ss=e("divide",jP);const HP=[["path",{d:"M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8",key:"1bivrr"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c3.333-3 6.667-3 10-3",key:"nxix30"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1",key:"18cutr"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16",key:"rlvei3"}]],ys=e("dna-off",HP);const PP=[["path",{d:"m10 16 1.5 1.5",key:"11lckj"}],["path",{d:"m14 8-1.5-1.5",key:"1ohn8i"}],["path",{d:"M15 2c-1.798 1.998-2.518 3.995-2.807 5.993",key:"80uv8i"}],["path",{d:"m16.5 10.5 1 1",key:"696xn5"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c6.667-6 13.333 0 20-6",key:"1pyr53"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.798-1.998 2.518-3.995 2.807-5.993",key:"q3hbxp"}]],ls=e("dna",PP);const VP=[["path",{d:"M2 8h20",key:"d11cs7"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 16h12",key:"u522kt"}]],ps=e("dock",VP);const BP=[["path",{d:"M11.25 16.25h1.5L12 17z",key:"w7jh35"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.702 11.702 0 0 0-.493-3.309",key:"u7s9ue"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5-1.931.722-3.576-.297-3.656-1-.113-.994 1.177-6.53 4-7 1.923-.321 3.651.845 3.651 2.235A7.497 7.497 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5",key:"v8hric"}]],ks=e("dog",BP);const FP=[["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6",key:"1b0p4s"}]],us=e("dollar-sign",FP);const DP=[["path",{d:"M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3",key:"19sr3x"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],Ms=e("donut",DP);const TP=[["path",{d:"M10 12h.01",key:"1kxr2c"}],["path",{d:"M18 9V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14",key:"1bnhmg"}],["path",{d:"M2 20h8",key:"10ntw1"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2",key:"pwaxnr"}],["rect",{x:"14",y:"17",width:"8",height:"5",rx:"1",key:"15pjcy"}]],ms=e("door-closed-locked",TP);const RP=[["path",{d:"M10 12h.01",key:"1kxr2c"}],["path",{d:"M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14",key:"36qu9e"}],["path",{d:"M2 20h20",key:"owomy5"}]],_s=e("door-closed",RP);const UP=[["path",{d:"M11 20H2",key:"nlcfvz"}],["path",{d:"M11 4.562v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561z",key:"au4z13"}],["path",{d:"M11 4H8a2 2 0 0 0-2 2v14",key:"74r1mk"}],["path",{d:"M14 12h.01",key:"1jfl7z"}],["path",{d:"M22 20h-3",key:"vhrsz"}]],gs=e("door-open",UP);const OP=[["circle",{cx:"12.1",cy:"12.1",r:"1",key:"18d7e5"}]],vs=e("dot",OP);const EP=[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]],xs=e("download",EP);const WP=[["path",{d:"m12.99 6.74 1.93 3.44",key:"iwagvd"}],["path",{d:"M19.136 12a10 10 0 0 1-14.271 0",key:"ppmlo4"}],["path",{d:"m21 21-2.16-3.84",key:"vylbct"}],["path",{d:"m3 21 8.02-14.26",key:"1ssaw4"}],["circle",{cx:"12",cy:"5",r:"2",key:"f1ur92"}]],fs=e("drafting-compass",WP);const GP=[["path",{d:"M10 11h.01",key:"d2at3l"}],["path",{d:"M14 6h.01",key:"k028ub"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6.5 13.1h.01",key:"1748ia"}],["path",{d:"M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3",key:"172yzv"}],["path",{d:"M17.4 9.9c-.8.8-2 .8-2.8 0",key:"1obv0w"}],["path",{d:"M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7",key:"rqjl8i"}],["path",{d:"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4",key:"1mr6wy"}]],Ls=e("drama",GP);const ZP=[["path",{d:"M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z",key:"ioqxb1"}],["path",{d:"M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8",key:"1rs59n"}],["path",{d:"M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3",key:"105ega"}],["path",{d:"M18 6h4",key:"66u95g"}],["path",{d:"m5 10-2 8",key:"xt2lic"}],["path",{d:"m7 18 2-8",key:"1bzku2"}]],ws=e("drill",ZP);const XP=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94",key:"hpej1"}],["path",{d:"M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32",key:"1tr44o"}],["path",{d:"M8.56 2.75c4.37 6 6 9.42 8 17.72",key:"kbh691"}]],Cs=e("dribbble",XP);const KP=[["path",{d:"M10 10 7 7",key:"zp14k7"}],["path",{d:"m10 14-3 3",key:"1jrpxk"}],["path",{d:"m14 10 3-3",key:"7tigam"}],["path",{d:"m14 14 3 3",key:"vm23p3"}],["path",{d:"M14.205 4.139a4 4 0 1 1 5.439 5.863",key:"1tm5p2"}],["path",{d:"M19.637 14a4 4 0 1 1-5.432 5.868",key:"16egi2"}],["path",{d:"M4.367 10a4 4 0 1 1 5.438-5.862",key:"1wta6a"}],["path",{d:"M9.795 19.862a4 4 0 1 1-5.429-5.873",key:"q39hpv"}],["rect",{x:"10",y:"8",width:"4",height:"8",rx:"1",key:"phrjt1"}]],bs=e("drone",KP);const JP=[["path",{d:"M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586",key:"8suz2t"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208",key:"19dw9m"}]],Is=e("droplet-off",JP);const QP=[["path",{d:"M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z",key:"c7niix"}]],Ns=e("droplet",QP);const YP=[["path",{d:"M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z",key:"1ptgy4"}],["path",{d:"M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97",key:"1sl1rz"}]],$s=e("droplets",YP);const eV=[["path",{d:"m2 2 8 8",key:"1v6059"}],["path",{d:"m22 2-8 8",key:"173r8a"}],["ellipse",{cx:"12",cy:"9",rx:"10",ry:"5",key:"liohsx"}],["path",{d:"M7 13.4v7.9",key:"1yi6u9"}],["path",{d:"M12 14v8",key:"1tn2tj"}],["path",{d:"M17 13.4v7.9",key:"eqz2v3"}],["path",{d:"M2 9v8a10 5 0 0 0 20 0V9",key:"1750ul"}]],Ss=e("drum",eV);const aV=[["path",{d:"M15.4 15.63a7.875 6 135 1 1 6.23-6.23 4.5 3.43 135 0 0-6.23 6.23",key:"1dtqwm"}],["path",{d:"m8.29 12.71-2.6 2.6a2.5 2.5 0 1 0-1.65 4.65A2.5 2.5 0 1 0 8.7 18.3l2.59-2.59",key:"1oq1fw"}]],qs=e("drumstick",aV);const tV=[["path",{d:"M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z",key:"9m4mmf"}],["path",{d:"m2.5 21.5 1.4-1.4",key:"17g3f0"}],["path",{d:"m20.1 3.9 1.4-1.4",key:"1qn309"}],["path",{d:"M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z",key:"1t2c92"}],["path",{d:"m9.6 14.4 4.8-4.8",key:"6umqxw"}]],zs=e("dumbbell",tV);const oV=[["path",{d:"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0",key:"1dfaln"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4",key:"1qnva7"}]],As=e("ear",oV);const cV=[["path",{d:"M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46",key:"1qngmn"}],["path",{d:"M6 8.5c0-.75.13-1.47.36-2.14",key:"b06bma"}],["path",{d:"M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76",key:"g10hsz"}],["path",{d:"M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18",key:"ygzou7"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],js=e("ear-off",cV);const nV=[["path",{d:"M7 3.34V5a3 3 0 0 0 3 3",key:"w732o8"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"f02343"}],["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M12 2a10 10 0 1 0 9.54 13",key:"zjsr6q"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]],Hs=e("earth-lock",nV);const iV=[["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17",key:"1tzkfa"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"14pb5j"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Ne=e("earth",iV);const dV=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a7 7 0 1 0 10 10",key:"1yuj32"}]],Ps=e("eclipse",dV);const hV=[["circle",{cx:"11.5",cy:"12.5",r:"3.5",key:"1cl1mi"}],["path",{d:"M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z",key:"165ef9"}]],Vs=e("egg-fried",hV);const rV=[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 14.347V14c0-6-4-12-8-12-1.078 0-2.157.436-3.157 1.19",key:"13g2jy"}],["path",{d:"M6.206 6.21C4.871 8.4 4 11.2 4 14a8 8 0 0 0 14.568 4.568",key:"1581id"}]],Bs=e("egg-off",rV);const sV=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12",key:"1le142"}]],Fs=e("egg",sV);const yV=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}]],$e=e("ellipsis-vertical",yV);const lV=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]],Se=e("ellipsis",lV);const pV=[["path",{d:"M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0",key:"yrdkhy"}],["path",{d:"M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0",key:"gzkvyz"}]],Ds=e("equal-approximately",pV);const kV=[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}]],Ts=e("equal-not",kV);const uV=[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}]],Rs=e("equal",uV);const MV=[["path",{d:"M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21",key:"g5wo59"}],["path",{d:"m5.082 11.09 8.828 8.828",key:"1wx5vj"}]],Us=e("eraser",MV);const mV=[["path",{d:"m15 20 3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3z",key:"rbahqx"}],["path",{d:"M6 8v1",key:"1636ez"}],["path",{d:"M10 8v1",key:"1talb4"}],["path",{d:"M14 8v1",key:"1rsfgr"}],["path",{d:"M18 8v1",key:"gnkwox"}]],Os=e("ethernet-port",mV);const _V=[["path",{d:"M4 10h12",key:"1y6xl8"}],["path",{d:"M4 14h9",key:"1loblj"}],["path",{d:"M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2",key:"1j6lzo"}]],Es=e("euro",_V);const gV=[["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5",key:"1wtuz0"}],["path",{d:"M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16",key:"e09ifn"}],["path",{d:"M2 21h13",key:"1x0fut"}],["path",{d:"M3 7h11",key:"19efrr"}],["path",{d:"m9 11-2 3h3l-2 3",key:"lmzxi1"}]],Ws=e("ev-charger",gV);const vV=[["path",{d:"m15 15 6 6",key:"1s409w"}],["path",{d:"m15 9 6-6",key:"ko1vev"}],["path",{d:"M21 16v5h-5",key:"1ck2sf"}],["path",{d:"M21 8V3h-5",key:"1qoq8a"}],["path",{d:"M3 16v5h5",key:"1t08am"}],["path",{d:"m3 21 6-6",key:"wwnumi"}],["path",{d:"M3 8V3h5",key:"1ln10m"}],["path",{d:"M9 9 3 3",key:"v551iv"}]],Gs=e("expand",vV);const xV=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],Zs=e("external-link",xV);const fV=[["path",{d:"m15 18-.722-3.25",key:"1j64jw"}],["path",{d:"M2 8a10.645 10.645 0 0 0 20 0",key:"1e7gxb"}],["path",{d:"m20 15-1.726-2.05",key:"1cnuld"}],["path",{d:"m4 15 1.726-2.05",key:"1dsqqd"}],["path",{d:"m9 18 .722-3.25",key:"ypw2yx"}]],Xs=e("eye-closed",fV);const LV=[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],Ks=e("eye-off",LV);const wV=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],Js=e("eye",wV);const CV=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]],Qs=e("facebook",CV);const bV=[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M3 19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a.5.5 0 0 0-.769-.422l-4.462 2.844A.5.5 0 0 1 15 10.5v-2a.5.5 0 0 0-.769-.422L9.77 10.922A.5.5 0 0 1 9 10.5V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z",key:"1iv0i2"}],["path",{d:"M8 16h.01",key:"18s6g9"}]],Ys=e("factory",bV);const IV=[["path",{d:"M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z",key:"484a7f"}],["path",{d:"M12 12v.01",key:"u5ubse"}]],ey=e("fan",IV);const NV=[["path",{d:"M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z",key:"b19h5q"}],["path",{d:"M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z",key:"h7h5ge"}]],ay=e("fast-forward",NV);const $V=[["path",{d:"M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z",key:"18jl4k"}],["path",{d:"M16 8 2 22",key:"vp34q"}],["path",{d:"M17.5 15H9",key:"1oz8nu"}]],ty=e("feather",$V);const SV=[["path",{d:"M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"1n2rgs"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M6 18h4",key:"12yh4b"}],["path",{d:"m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"3ha7mj"}],["path",{d:"M14 8h4",key:"1r8wg2"}],["path",{d:"M14 18h4",key:"1t3kbu"}],["path",{d:"m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"dfd4e2"}]],oy=e("fence",SV);const qV=[["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m6.8 15-3.5 2",key:"hjy98k"}],["path",{d:"m20.7 7-3.5 2",key:"f08gto"}],["path",{d:"M6.8 9 3.3 7",key:"1aevh4"}],["path",{d:"m20.7 17-3.5-2",key:"1liqo3"}],["path",{d:"m9 22 3-8 3 8",key:"wees03"}],["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M18 18.7a9 9 0 1 0-12 0",key:"dhzg4g"}]],cy=e("ferris-wheel",qV);const zV=[["path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z",key:"1340ok"}],["path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z",key:"1hz3m3"}],["path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z",key:"1oz8n2"}],["path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z",key:"1ff65i"}],["path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z",key:"pdip6e"}]],ny=e("figma",zV);const AV=[["path",{d:"M13.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v11.5",key:"4pqfef"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 12v-1",key:"1ej8lb"}],["path",{d:"M8 18v-2",key:"qcmpov"}],["path",{d:"M8 7V6",key:"1nbb54"}],["circle",{cx:"8",cy:"20",r:"2",key:"ckkr5m"}]],iy=e("file-archive",AV);const jV=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m8 18 4-4",key:"12zab0"}],["path",{d:"M8 10v8h8",key:"tlaukw"}]],qe=e("file-axis-3d",jV);const HV=[["path",{d:"M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.3",key:"cvl1xm"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m7.69 16.479 1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.879.001l-1.846.85a.5.5 0 0 1-.692-.593l1.29-4.88",key:"1ff7gj"}],["circle",{cx:"6",cy:"14",r:"3",key:"a1xfv6"}]],ze=e("file-badge",HV);const PV=[["path",{d:"M14.5 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.8",key:"1kchwa"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M11.7 14.2 7 17l-4.7-2.8",key:"1yk8tc"}],["path",{d:"M3 13.1a2 2 0 0 0-.999 1.76v3.24a2 2 0 0 0 .969 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01z",key:"19flxy"}],["path",{d:"M7 17v5",key:"1yj1jh"}]],dy=e("file-box",PV);const VV=[["path",{d:"M14 22h4a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6",key:"14cnrg"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M5 14a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1 1 1 0 0 1 1 1v2a1 1 0 0 0 1 1",key:"sr0ebq"}],["path",{d:"M9 22a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-2a1 1 0 0 0-1-1",key:"w793db"}]],Ae=e("file-braces-corner",VV);const BV=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1",key:"1oajmo"}],["path",{d:"M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1",key:"mpwhp6"}]],je=e("file-braces",BV);const FV=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 18v-1",key:"zg0ygc"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"M16 18v-3",key:"j5jt4h"}]],He=e("file-chart-column",FV);const DV=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 18v-2",key:"qcmpov"}],["path",{d:"M12 18v-4",key:"q1q25u"}],["path",{d:"M16 18v-6",key:"15y0np"}]],Pe=e("file-chart-column-increasing",DV);const TV=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m16 13-3.5 3.5-2-2L8 17",key:"zz7yod"}]],Ve=e("file-chart-line",TV);const RV=[["path",{d:"M15.941 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.512",key:"13hoie"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M4.017 11.512a6 6 0 1 0 8.466 8.475",key:"s6vs5t"}],["path",{d:"M9 16a1 1 0 0 1-1-1v-4c0-.552.45-1.008.995-.917a6 6 0 0 1 4.922 4.922c.091.544-.365.995-.917.995z",key:"1dl6s6"}]],Be=e("file-chart-pie",RV);const UV=[["path",{d:"M10.5 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v6",key:"g5mvt7"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m14 20 2 2 4-4",key:"15kota"}]],Fe=e("file-check-corner",UV);const OV=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m9 15 2 2 4-4",key:"1grp1n"}]],hy=e("file-check",OV);const EV=[["path",{d:"M16 22h2a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v2.85",key:"ryk6xj"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 14v2.2l1.6 1",key:"6m4bie"}],["circle",{cx:"8",cy:"16",r:"6",key:"10v15b"}]],ry=e("file-clock",EV);const WV=[["path",{d:"M4 12.15V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3.35",key:"1wthlu"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m5 16-3 3 3 3",key:"331omg"}],["path",{d:"m9 22 3-3-3-3",key:"lsp7cz"}]],De=e("file-code-corner",WV);const GV=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 12.5 8 15l2 2.5",key:"1tg20x"}],["path",{d:"m14 12.5 2 2.5-2 2.5",key:"yinavb"}]],sy=e("file-code",GV);const ZV=[["path",{d:"M13.85 22H18a2 2 0 0 0 2-2V8a2 2 0 0 0-.586-1.414l-4-4A2 2 0 0 0 14 2H6a2 2 0 0 0-2 2v6.6",key:"1l4p50"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m3.305 19.53.923-.382",key:"ao1pio"}],["path",{d:"m4.228 16.852-.924-.383",key:"1fv9zy"}],["path",{d:"m5.852 15.228-.383-.923",key:"1a9hc2"}],["path",{d:"m5.852 20.772-.383.924",key:"1sh9ke"}],["path",{d:"m8.148 15.228.383-.923",key:"4yu6lf"}],["path",{d:"m8.53 21.696-.382-.924",key:"18b0s9"}],["path",{d:"m9.773 16.852.922-.383",key:"ti6xop"}],["path",{d:"m9.773 19.148.922.383",key:"rws47d"}],["circle",{cx:"7",cy:"18",r:"3",key:"lvkj7j"}]],Te=e("file-cog",ZV);const XV=[["path",{d:"M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2",key:"jrl274"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 16h2v6",key:"1bxocy"}],["path",{d:"M10 22h4",key:"ceow96"}],["rect",{x:"2",y:"16",width:"4",height:"6",rx:"2",key:"r45zd0"}]],yy=e("file-digit",XV);const KV=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"m9 15 3 3 3-3",key:"1npd3o"}]],ly=e("file-down",KV);const JV=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M9 17h6",key:"r8uit2"}]],py=e("file-diff",JV);const QV=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],Re=e("file-exclamation-point",QV);const YV=[["path",{d:"M4 6.835V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-.343",key:"1vfytu"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M2 19a2 2 0 0 1 4 0v1a2 2 0 0 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 0 1-4 0v-1a2 2 0 0 1 4 0",key:"1etmh7"}]],G=e("file-headphone",YV);const eB=[["path",{d:"M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v7",key:"oagw2b"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M3.62 18.8A2.25 2.25 0 1 1 7 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a1 1 0 0 1-1.507 0z",key:"rg3psg"}]],ky=e("file-heart",eB);const aB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["circle",{cx:"10",cy:"12",r:"2",key:"737tya"}],["path",{d:"m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22",key:"wt3hpn"}]],uy=e("file-image",aB);const tB=[["path",{d:"M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1",key:"1q9hii"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M2 15h10",key:"jfw4w8"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]],My=e("file-input",tB);const oB=[["path",{d:"M10.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.1",key:"1a2hbp"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m10 15 1 1",key:"1h4vmv"}],["path",{d:"m11 14-4.586 4.586",key:"maylof"}],["circle",{cx:"5",cy:"20",r:"2",key:"860zyv"}]],Ue=e("file-key",oB);const cB=[["path",{d:"M4 9.8V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3",key:"1432pc"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M9 17v-2a2 2 0 0 0-4 0v2",key:"168m41"}],["rect",{width:"8",height:"5",x:"3",y:"17",rx:"1",key:"o8vfew"}]],Oe=e("file-lock",cB);const nB=[["path",{d:"M20 14V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12",key:"l9p8hp"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M14 18h6",key:"1m8k6r"}]],Ee=e("file-minus-corner",nB);const iB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M9 15h6",key:"cctwl0"}]],my=e("file-minus",iB);const dB=[["path",{d:"M11.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.35",key:"5ad7z2"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 20v-7l3 1.474",key:"1ggyb9"}],["circle",{cx:"6",cy:"20",r:"2",key:"j7wjp0"}]],_y=e("file-music",dB);const hB=[["path",{d:"M4.226 20.925A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.127",key:"wfxp4w"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m5 11-3 3",key:"1dgrs4"}],["path",{d:"m5 17-3-3h10",key:"1mvvaf"}]],gy=e("file-output",hB);const rB=[["path",{d:"m18.226 5.226-2.52-2.52A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.351",key:"1k2beg"}],["path",{d:"M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"2t3380"}],["path",{d:"M8 18h1",key:"13wk12"}]],We=e("file-pen-line",rB);const sB=[["path",{d:"M12.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v9.34",key:"o6klzx"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10.378 12.622a1 1 0 0 1 3 3.003L8.36 20.637a2 2 0 0 1-.854.506l-2.867.837a.5.5 0 0 1-.62-.62l.836-2.869a2 2 0 0 1 .506-.853z",key:"zhnas1"}]],Ge=e("file-pen",sB);const yB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M15.033 13.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z",key:"1tzo1f"}]],Ze=e("file-play",yB);const lB=[["path",{d:"M11.35 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5.35",key:"17jvcc"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M14 19h6",key:"bvotb8"}],["path",{d:"M17 16v6",key:"18yu1i"}]],Xe=e("file-plus-corner",lB);const pB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"M12 18v-6",key:"17g6i2"}]],vy=e("file-plus",pB);const kB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}]],Ke=e("file-question-mark",kB);const uB=[["path",{d:"M20 10V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4.35",key:"1cdjst"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M16 14a2 2 0 0 0-2 2",key:"ceaadl"}],["path",{d:"M16 22a2 2 0 0 1-2-2",key:"1wqh5n"}],["path",{d:"M20 14a2 2 0 0 1 2 2",key:"1ny6zw"}],["path",{d:"M20 22a2 2 0 0 0 2-2",key:"1l9q4k"}]],xy=e("file-scan",uB);const MB=[["path",{d:"M11.1 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.589 3.588A2.4 2.4 0 0 1 20 8v3.25",key:"uh4ikj"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m21 22-2.88-2.88",key:"9dd25w"}],["circle",{cx:"16",cy:"17",r:"3",key:"11br10"}]],Je=e("file-search-corner",MB);const mB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5",key:"1bq0ko"}],["path",{d:"M13.3 16.3 15 18",key:"2quom7"}]],fy=e("file-search",mB);const _B=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M11.5 13.5a2.5 2.5 0 0 1 0 3",key:"1fccat"}],["path",{d:"M15 12a5 5 0 0 1 0 6",key:"ps46cm"}]],Qe=e("file-signal",_B);const gB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M10 11v2",key:"1s651w"}],["path",{d:"M8 17h8",key:"wh5c61"}],["path",{d:"M14 16v2",key:"12fp5e"}]],Ly=e("file-sliders",gB);const vB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 13h2",key:"yr2amv"}],["path",{d:"M14 13h2",key:"un5t4a"}],["path",{d:"M8 17h2",key:"2yhykz"}],["path",{d:"M14 17h2",key:"10kma7"}]],wy=e("file-spreadsheet",vB);const xB=[["path",{d:"M11 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1",key:"likhh7"}],["path",{d:"M16 16a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1",key:"17ky3x"}],["path",{d:"M21 6a2 2 0 0 0-.586-1.414l-2-2A2 2 0 0 0 17 2h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1z",key:"1hyeo0"}]],Cy=e("file-stack",xB);const fB=[["path",{d:"M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",key:"huwfnr"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m10 18 3-3-3-3",key:"18f6ys"}]],by=e("file-symlink",fB);const LB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m8 16 2-2-2-2",key:"10vzyd"}],["path",{d:"M12 18h4",key:"1wd2n7"}]],Iy=e("file-terminal",LB);const wB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],Ny=e("file-text",wB);const CB=[["path",{d:"M12 22h6a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6",key:"15usau"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M3 16v-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5V16",key:"s1gz5"}],["path",{d:"M6 22h2",key:"194x9m"}],["path",{d:"M7 14v8",key:"11ixej"}]],Ye=e("file-type-corner",CB);const bB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M11 18h2",key:"12mj7e"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M9 13v-.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v.5",key:"qbrxap"}]],$y=e("file-type",bB);const IB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"m15 15-3-3-3 3",key:"15xj92"}]],Sy=e("file-up",IB);const NB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M16 22a4 4 0 0 0-8 0",key:"7a83pg"}],["circle",{cx:"12",cy:"15",r:"3",key:"g36mzq"}]],qy=e("file-user",NB);const $B=[["path",{d:"M4 11.55V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-1.95",key:"44gpjv"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M12 15a5 5 0 0 1 0 6",key:"oxg87a"}],["path",{d:"M8 14.502a.5.5 0 0 0-.826-.381l-1.893 1.631a1 1 0 0 1-.651.243H3.5a.5.5 0 0 0-.5.501v3.006a.5.5 0 0 0 .5.501h1.129a1 1 0 0 1 .652.243l1.893 1.633a.5.5 0 0 0 .826-.38z",key:"8rtoi1"}]],zy=e("file-volume",$B);const SB=[["path",{d:"M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2",key:"jrl274"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m10 17.843 3.033-1.755a.64.64 0 0 1 .967.56v4.704a.65.65 0 0 1-.967.56L10 20.157",key:"17aeo9"}],["rect",{width:"7",height:"6",x:"3",y:"16",rx:"1",key:"s27ndx"}]],e2=e("file-video-camera",SB);const qB=[["path",{d:"M11 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5",key:"1jo35a"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m15 17 5 5",key:"36xl1x"}],["path",{d:"m20 17-5 5",key:"vdz27y"}]],a2=e("file-x-corner",qB);const zB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m14.5 12.5-5 5",key:"b62r18"}],["path",{d:"m9.5 12.5 5 5",key:"1rk7el"}]],Ay=e("file-x",zB);const AB=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}]],jy=e("file",AB);const jB=[["path",{d:"M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8",key:"14sh0y"}],["path",{d:"M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706z",key:"1970lx"}],["path",{d:"M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1",key:"l4dndm"}]],Hy=e("files",jB);const HB=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M3 7.5h4",key:"zfgn84"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 16.5h4",key:"1230mu"}],["path",{d:"M17 3v18",key:"in4fa5"}],["path",{d:"M17 7.5h4",key:"myr1c1"}],["path",{d:"M17 16.5h4",key:"go4c1d"}]],Py=e("film",HB);const PB=[["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4",key:"1nerag"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88",key:"o46ks0"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02",key:"ptglia"}],["path",{d:"M2 12a10 10 0 0 1 18-6",key:"ydlgp0"}],["path",{d:"M2 16h.01",key:"1gqxmh"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6",key:"drycrb"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2",key:"1tidbn"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2",key:"13wd9y"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2",key:"1fr1j5"}]],t2=e("fingerprint-pattern",PB);const VB=[["path",{d:"M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5",key:"sqyvz"}],["path",{d:"M9 18h8",key:"i7pszb"}],["path",{d:"M18 3h-3",key:"7idoqj"}],["path",{d:"M11 3a6 6 0 0 0-6 6v11",key:"1v5je3"}],["path",{d:"M5 13h4",key:"svpcxo"}],["path",{d:"M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z",key:"vsjego"}]],Vy=e("fire-extinguisher",VB);const BB=[["path",{d:"M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0 1 15 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058",key:"1j1hse"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0 1 16 6.07m0 11.86a9.77 9.77 0 0 1-1.728-3.618",key:"1q46z8"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20",key:"1407gh"}]],By=e("fish-off",BB);const FB=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8",key:"h4oh4o"}]],Fy=e("fish-symbol",FB);const DB=[["path",{d:"M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z",key:"15baut"}],["path",{d:"M18 12v.5",key:"18hhni"}],["path",{d:"M16 17.93a9.77 9.77 0 0 1 0-11.86",key:"16dt7o"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33",key:"l9di03"}],["path",{d:"M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4",key:"1kjonw"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98",key:"1zlm23"}]],Dy=e("fish",DB);const TB=[["path",{d:"m17.586 11.414-5.93 5.93a1 1 0 0 1-8-8l3.137-3.137a.707.707 0 0 1 1.207.5V10",key:"157y8s"}],["path",{d:"M20.414 8.586 22 7",key:"5g2s34"}],["circle",{cx:"19",cy:"10",r:"2",key:"7363ft"}]],Ty=e("fishing-hook",TB);const RB=[["path",{d:"M16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528",key:"1q158e"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M4 22V4",key:"1plyxx"}],["path",{d:"M7.656 2H8c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10.347",key:"xj1b71"}]],Ry=e("flag-off",RB);const UB=[["path",{d:"M18 22V2.8a.8.8 0 0 0-1.17-.71L5.45 7.78a.8.8 0 0 0 0 1.44L18 15.5",key:"rbbtmw"}]],Uy=e("flag-triangle-left",UB);const OB=[["path",{d:"M6 22V2.8a.8.8 0 0 1 1.17-.71l11.38 5.69a.8.8 0 0 1 0 1.44L6 15.5",key:"kfjsu0"}]],Oy=e("flag-triangle-right",OB);const EB=[["path",{d:"M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528",key:"1jaruq"}]],Ey=e("flag",EB);const WB=[["path",{d:"M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z",key:"1ir223"}],["path",{d:"m5 22 14-4",key:"1brv4h"}],["path",{d:"m5 18 14 4",key:"lgyyje"}]],Wy=e("flame-kindling",WB);const GB=[["path",{d:"M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4",key:"1slcih"}]],Gy=e("flame",GB);const ZB=[["path",{d:"M11.652 6H18",key:"voqkpr"}],["path",{d:"M12 13v1",key:"176q98"}],["path",{d:"M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V6",key:"dzyf92"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7.649 2H17a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8a4 4 0 0 0-.55 1.007",key:"1hvcfn"}]],Zy=e("flashlight-off",ZB);const XB=[["path",{d:"M12 13v1",key:"176q98"}],["path",{d:"M17 2a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8A4 4 0 0 0 16 12v8a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V3a1 1 0 0 1 1-1z",key:"17vh7j"}],["path",{d:"M6 6h12",key:"n6hhss"}]],Xy=e("flashlight",XB);const KB=[["path",{d:"M10 2v2.343",key:"15t272"}],["path",{d:"M14 2v6.343",key:"sxr80q"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563",key:"k0duyd"}],["path",{d:"M6.453 15H15",key:"1f0z33"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]],Ky=e("flask-conical-off",KB);const JB=[["path",{d:"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2",key:"18mbvz"}],["path",{d:"M6.453 15h11.094",key:"3shlmq"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]],Jy=e("flask-conical",JB);const QB=[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2",key:"1s42pc"}],["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]],Qy=e("flask-round",QB);const YB=[["path",{d:"m3 7 5 5-5 5V7",key:"couhi7"}],["path",{d:"m21 7-5 5 5 5V7",key:"6ouia7"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]],Yy=e("flip-horizontal-2",YB);const eF=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3",key:"1i73f7"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3",key:"saxlbk"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]],el=e("flip-horizontal",eF);const aF=[["path",{d:"m17 3-5 5-5-5h10",key:"1ftt6x"}],["path",{d:"m17 21-5-5-5 5h10",key:"1m0wmu"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]],al=e("flip-vertical-2",aF);const tF=[["path",{d:"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3",key:"14bfxa"}],["path",{d:"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3",key:"14rx03"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]],tl=e("flip-vertical",tF);const oF=[["path",{d:"M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1",key:"3pnvol"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M12 10v12",key:"6ubwww"}],["path",{d:"M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z",key:"9hd38g"}],["path",{d:"M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z",key:"ufn41s"}]],ol=e("flower-2",oF);const cF=[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 16.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5 4.5 4.5 0 1 1-4.5 4.5",key:"14wa3c"}],["path",{d:"M12 7.5V9",key:"1oy5b0"}],["path",{d:"M7.5 12H9",key:"eltsq1"}],["path",{d:"M16.5 12H15",key:"vk5kw4"}],["path",{d:"M12 16.5V15",key:"k7eayi"}],["path",{d:"m8 8 1.88 1.88",key:"nxy4qf"}],["path",{d:"M14.12 9.88 16 8",key:"1lst6k"}],["path",{d:"m8 16 1.88-1.88",key:"h2eex1"}],["path",{d:"M14.12 14.12 16 16",key:"uqkrx3"}]],cl=e("flower",cF);const nF=[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]],nl=e("focus",nF);const iF=[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3-3-3 3",key:"e37ymu"}],["path",{d:"m15 5-3 3-3-3",key:"19d6lf"}]],il=e("fold-vertical",iF);const dF=[["path",{d:"M2 12h6",key:"1wqiqv"}],["path",{d:"M22 12h-6",key:"1eg9hc"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 9-3 3 3 3",key:"12ol22"}],["path",{d:"m5 15 3-3-3-3",key:"1kdhjc"}]],dl=e("fold-horizontal",dF);const hF=[["circle",{cx:"15",cy:"19",r:"2",key:"u2pros"}],["path",{d:"M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1",key:"1jj40k"}],["path",{d:"M15 11v-1",key:"cntcp"}],["path",{d:"M15 17v-2",key:"1279jj"}]],hl=e("folder-archive",hF);const rF=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]],rl=e("folder-check",rF);const sF=[["path",{d:"M16 14v2.2l1.6 1",key:"fo4ql5"}],["path",{d:"M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2",key:"1urifu"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}]],sl=e("folder-clock",sF);const yF=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M2 10h20",key:"1ir3d8"}]],yl=e("folder-closed",yF);const lF=[["path",{d:"M10 10.5 8 13l2 2.5",key:"m4t9c1"}],["path",{d:"m14 10.5 2 2.5-2 2.5",key:"14w2eb"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z",key:"1u1bxd"}]],ll=e("folder-code",lF);const pF=[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"1",key:"49l61u"}]],pl=e("folder-dot",pF);const kF=[["path",{d:"M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.98a2 2 0 0 1 1.69.9l.66 1.2A2 2 0 0 0 12 6h8a2 2 0 0 1 2 2v3.3",key:"128dxu"}],["path",{d:"m14.305 19.53.923-.382",key:"3m78fa"}],["path",{d:"m15.228 16.852-.923-.383",key:"npixar"}],["path",{d:"m16.852 15.228-.383-.923",key:"5xggr7"}],["path",{d:"m16.852 20.772-.383.924",key:"dpfhf9"}],["path",{d:"m19.148 15.228.383-.923",key:"1reyyz"}],["path",{d:"m19.53 21.696-.382-.924",key:"1goivc"}],["path",{d:"m20.772 16.852.924-.383",key:"htqkph"}],["path",{d:"m20.772 19.148.924.383",key:"9w9pjp"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],o2=e("folder-cog",kF);const uF=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m15 13-3 3-3-3",key:"6j2sf0"}]],kl=e("folder-down",uF);const MF=[["path",{d:"M18 19a5 5 0 0 1-5-5v8",key:"sz5oeg"}],["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5",key:"1w6njk"}],["circle",{cx:"13",cy:"12",r:"2",key:"1j92g6"}],["circle",{cx:"20",cy:"19",r:"2",key:"1obnsp"}]],ul=e("folder-git-2",MF);const mF=[["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M14 13h3",key:"1dgedf"}],["path",{d:"M7 13h3",key:"1pygq7"}]],Ml=e("folder-git",mF);const _F=[["path",{d:"M10.638 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.417",key:"10r6g4"}],["path",{d:"M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z",key:"15cy7q"}]],ml=e("folder-heart",_F);const gF=[["path",{d:"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1",key:"fm4g5t"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m9 16 3-3-3-3",key:"6m91ic"}]],_l=e("folder-input",gF);const vF=[["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2",key:"3hgo9p"}],["path",{d:"m22 14-4.5 4.5",key:"1ef6z8"}],["path",{d:"m21 15 1 1",key:"1ejcpy"}]],gl=e("folder-key",vF);const xF=[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["path",{d:"M8 10v4",key:"tgpxqk"}],["path",{d:"M12 10v2",key:"hh53o1"}],["path",{d:"M16 10v6",key:"1d6xys"}]],vl=e("folder-kanban",xF);const fF=[["rect",{width:"8",height:"5",x:"14",y:"17",rx:"1",key:"19aais"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5",key:"1w6v7t"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2",key:"pwaxnr"}]],xl=e("folder-lock",fF);const LF=[["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]],fl=e("folder-minus",LF);const wF=[["path",{d:"m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2",key:"1nmvlm"}],["circle",{cx:"14",cy:"15",r:"1",key:"1gm4qj"}]],Ll=e("folder-open-dot",wF);const CF=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]],wl=e("folder-open",CF);const bF=[["path",{d:"M2 7.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-1.5",key:"1yk7aj"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m5 10-3 3 3 3",key:"1r8ie0"}]],Cl=e("folder-output",bF);const IF=[["path",{d:"M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5",key:"a8xqs0"}],["path",{d:"M11.378 13.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1saktj"}]],c2=e("folder-pen",IF);const NF=[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]],bl=e("folder-plus",NF);const $F=[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M12 15v5",key:"11xva1"}]],Il=e("folder-root",$F);const SF=[["circle",{cx:"11.5",cy:"12.5",r:"2.5",key:"1ea5ju"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M13.3 14.3 15 16",key:"1y4v1n"}]],Nl=e("folder-search-2",SF);const qF=[["path",{d:"M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1",key:"1bw5m7"}],["path",{d:"m21 21-1.9-1.9",key:"1g2n9r"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}]],$l=e("folder-search",qF);const zF=[["path",{d:"M2 9.35V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",key:"y8kt7d"}],["path",{d:"m8 16 3-3-3-3",key:"rlqrt1"}]],Sl=e("folder-symlink",zF);const AF=[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5",key:"1dkoa9"}],["path",{d:"M12 10v4h4",key:"1czhmt"}],["path",{d:"m12 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"lvuxfi"}],["path",{d:"M22 22v-4h-4",key:"1ewp4q"}],["path",{d:"m22 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"14ync0"}]],ql=e("folder-sync",AF);const jF=[["path",{d:"M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"hod4my"}],["path",{d:"M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"w4yl2u"}],["path",{d:"M3 5a2 2 0 0 0 2 2h3",key:"f2jnh7"}],["path",{d:"M3 3v13a2 2 0 0 0 2 2h3",key:"k8epm1"}]],zl=e("folder-tree",jF);const HF=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m9 13 3-3 3 3",key:"1pxg3c"}]],Al=e("folder-up",HF);const PF=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]],jl=e("folder",PF);const VF=[["path",{d:"M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z",key:"a4852j"}],["path",{d:"M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1",key:"yxbcw3"}]],Hl=e("folders",VF);const BF=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9.5 10.5 5 5",key:"ra9qjz"}],["path",{d:"m14.5 10.5-5 5",key:"l2rkpq"}]],Pl=e("folder-x",BF);const FF=[["path",{d:"M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z",key:"1dudjm"}],["path",{d:"M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z",key:"l2t8xc"}],["path",{d:"M16 17h4",key:"1dejxt"}],["path",{d:"M4 13h4",key:"1bwh8b"}]],Vl=e("footprints",FF);const DF=[["path",{d:"M12 12H5a2 2 0 0 0-2 2v5",key:"7zsz91"}],["circle",{cx:"13",cy:"19",r:"2",key:"wjnkru"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5",key:"13bk1p"}]],Bl=e("forklift",DF);const TF=[["path",{d:"M4 14h6",key:"77gv2w"}],["path",{d:"M4 2h10",key:"a2b314"}],["rect",{x:"4",y:"18",width:"16",height:"4",rx:"1",key:"sybzq6"}],["rect",{x:"4",y:"6",width:"16",height:"4",rx:"1",key:"1osc9e"}]],Fl=e("form",TF);const RF=[["path",{d:"m15 17 5-5-5-5",key:"nf172w"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12",key:"jmiej9"}]],Dl=e("forward",RF);const UF=[["line",{x1:"22",x2:"2",y1:"6",y2:"6",key:"15w7dq"}],["line",{x1:"22",x2:"2",y1:"18",y2:"18",key:"1ip48p"}],["line",{x1:"6",x2:"6",y1:"2",y2:"22",key:"a2lnyx"}],["line",{x1:"18",x2:"18",y1:"2",y2:"22",key:"8vb6jd"}]],Tl=e("frame",UF);const OF=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7",key:"1a2nng"}]],Rl=e("framer",OF);const EF=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]],Ul=e("frown",EF);const WF=[["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5",key:"1wtuz0"}],["path",{d:"M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16",key:"e09ifn"}],["path",{d:"M2 21h13",key:"1x0fut"}],["path",{d:"M3 9h11",key:"1p7c0w"}]],Ol=e("fuel",WF);const GF=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{width:"10",height:"8",x:"7",y:"8",rx:"1",key:"vys8me"}]],El=e("fullscreen",GF);const ZF=[["path",{d:"M13.354 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l1.218-1.348",key:"8mvsmf"}],["path",{d:"M16 6h6",key:"1dogtp"}],["path",{d:"M19 3v6",key:"1ytpjt"}]],Wl=e("funnel-plus",ZF);const XF=[["path",{d:"M12.531 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l.427-.473",key:"ol2ft2"}],["path",{d:"m16.5 3.5 5 5",key:"15e6fa"}],["path",{d:"m21.5 3.5-5 5",key:"m0lwru"}]],n2=e("funnel-x",XF);const KF=[["path",{d:"M2 7v10",key:"a2pl2d"}],["path",{d:"M6 5v14",key:"1kq3d7"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2",key:"13i7bc"}]],Gl=e("gallery-horizontal-end",KF);const JF=[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",key:"sc7q7i"}]],i2=e("funnel",JF);const QF=[["path",{d:"M2 3v18",key:"pzttux"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2",key:"btr8bg"}],["path",{d:"M22 3v18",key:"6jf3v"}]],Zl=e("gallery-horizontal",QF);const YF=[["rect",{width:"18",height:"14",x:"3",y:"3",rx:"2",key:"74y24f"}],["path",{d:"M4 21h1",key:"16zlid"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M19 21h1",key:"edywat"}]],Xl=e("gallery-thumbnails",YF);const eD=[["path",{d:"M7 2h10",key:"nczekb"}],["path",{d:"M5 6h14",key:"u2x4p"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}]],Kl=e("gallery-vertical-end",eD);const aD=[["path",{d:"M3 2h18",key:"15qxfx"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2",key:"1439r6"}],["path",{d:"M3 22h18",key:"8prr45"}]],Jl=e("gallery-vertical",aD);const tD=[["line",{x1:"6",x2:"10",y1:"11",y2:"11",key:"1gktln"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13",key:"qnk9ow"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12",key:"krot7o"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10",key:"1lcuu1"}],["path",{d:"M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z",key:"mfqc10"}]],Ql=e("gamepad-2",tD);const oD=[["path",{d:"M11.146 15.854a1.207 1.207 0 0 1 1.708 0l1.56 1.56A2 2 0 0 1 15 18.828V21a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2.172a2 2 0 0 1 .586-1.414z",key:"1re2og"}],["path",{d:"M18.828 15a2 2 0 0 1-1.414-.586l-1.56-1.56a1.207 1.207 0 0 1 0-1.708l1.56-1.56A2 2 0 0 1 18.828 9H21a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1z",key:"1pchrj"}],["path",{d:"M6.586 14.414A2 2 0 0 1 5.172 15H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2.172a2 2 0 0 1 1.414.586l1.56 1.56a1.207 1.207 0 0 1 0 1.708z",key:"16mt4c"}],["path",{d:"M9 3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2.172a2 2 0 0 1-.586 1.414l-1.56 1.56a1.207 1.207 0 0 1-1.708 0l-1.56-1.56A2 2 0 0 1 9 5.172z",key:"19ox6c"}]],Yl=e("gamepad-directional",oD);const cD=[["line",{x1:"6",x2:"10",y1:"12",y2:"12",key:"161bw2"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13",key:"dqpgro"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11",key:"meh2c"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]],e4=e("gamepad",cD);const nD=[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]],a4=e("gauge",nD);const iD=[["path",{d:"M10.5 3 8 9l4 13 4-13-2.5-6",key:"b3dvk1"}],["path",{d:"M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z",key:"7w4byz"}],["path",{d:"M2 9h20",key:"16fsjt"}]],t4=e("gem",iD);const dD=[["path",{d:"m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381",key:"pgg06f"}],["path",{d:"m16 16 6-6",key:"vzrcl6"}],["path",{d:"m21.5 10.5-8-8",key:"a17d9x"}],["path",{d:"m8 8 6-6",key:"18bi4p"}],["path",{d:"m8.5 7.5 8 8",key:"1oyaui"}]],o4=e("gavel",dD);const hD=[["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}],["path",{d:"M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z",key:"uwwb07"}]],c4=e("ghost",hD);const rD=[["path",{d:"M11.5 21a7.5 7.5 0 1 1 7.35-9",key:"1gyj8k"}],["path",{d:"M13 12V3",key:"18om2a"}],["path",{d:"M4 21h16",key:"1h09gz"}],["path",{d:"M9 12V3",key:"geutu0"}]],n4=e("georgian-lari",rD);const sD=[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1",key:"bkv52"}],["path",{d:"M12 8v13",key:"1c76mn"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7",key:"6wjy6b"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",key:"1ihvrl"}]],i4=e("gift",sD);const yD=[["path",{d:"M15 6a9 9 0 0 0-9 9V3",key:"1cii5b"}],["path",{d:"M21 18h-6",key:"139f0c"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}]],d4=e("git-branch-minus",yD);const lD=[["path",{d:"M6 3v12",key:"qpgusn"}],["path",{d:"M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"1d02ji"}],["path",{d:"M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"chk6ph"}],["path",{d:"M15 6a9 9 0 0 0-9 9",key:"or332x"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]],h4=e("git-branch-plus",lD);const pD=[["line",{x1:"6",x2:"6",y1:"3",y2:"15",key:"17qcm7"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M18 9a9 9 0 0 1-9 9",key:"n2h4wq"}]],r4=e("git-branch",pD);const kD=[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["line",{x1:"3",x2:"9",y1:"12",y2:"12",key:"1dyftd"}],["line",{x1:"15",x2:"21",y1:"12",y2:"12",key:"oup4p8"}]],d2=e("git-commit-horizontal",kD);const uD=[["path",{d:"M12 3v6",key:"1holv5"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 15v6",key:"a9ows0"}]],s4=e("git-commit-vertical",uD);const MD=[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"M12 18H7a2 2 0 0 1-2-2V9",key:"16sdep"}],["path",{d:"m9 15 3 3-3 3",key:"1m3kbl"}]],y4=e("git-compare-arrows",MD);const mD=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["path",{d:"M11 18H8a2 2 0 0 1-2-2V9",key:"19pyzm"}]],l4=e("git-compare",mD);const _D=[["circle",{cx:"12",cy:"18",r:"3",key:"1mpf1b"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9",key:"1uq4wg"}],["path",{d:"M12 12v3",key:"158kv8"}]],p4=e("git-fork",_D);const gD=[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v6",key:"158jrl"}],["circle",{cx:"5",cy:"18",r:"3",key:"104gr9"}],["path",{d:"M12 3v18",key:"108xh3"}],["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}],["path",{d:"M16 15.7A9 9 0 0 0 19 9",key:"1e3vqb"}]],k4=e("git-graph",gD);const vD=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]],u4=e("git-merge",vD);const xD=[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}]],M4=e("git-pull-request-arrow",xD);const fD=[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"m21 3-6 6",key:"16nqsk"}],["path",{d:"m21 9-6-6",key:"9j17rh"}],["path",{d:"M18 11.5V15",key:"65xf6f"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],m4=e("git-pull-request-closed",fD);const LD=[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v3",key:"1rbwk6"}],["path",{d:"M19 15v6",key:"10aioa"}],["path",{d:"M22 18h-6",key:"1d5gi5"}]],_4=e("git-pull-request-create-arrow",LD);const wD=[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v3",key:"1jb6z3"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]],g4=e("git-pull-request-create",wD);const CD=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M18 6V5",key:"1oao2s"}],["path",{d:"M18 11v-1",key:"11c8tz"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]],v4=e("git-pull-request-draft",CD);const bD=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]],x4=e("git-pull-request",bD);const ID=[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",key:"tonef"}],["path",{d:"M9 18c-4.51 2-5-2-7-2",key:"9comsn"}]],f4=e("github",ID);const ND=[["path",{d:"m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z",key:"148pdi"}]],L4=e("gitlab",ND);const $D=[["path",{d:"M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z",key:"p55z4y"}],["path",{d:"M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0",key:"mjntcy"}]],w4=e("glass-water",$D);const SD=[["circle",{cx:"6",cy:"15",r:"4",key:"vux9w4"}],["circle",{cx:"18",cy:"15",r:"4",key:"18o8ve"}],["path",{d:"M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2",key:"1ag4bs"}],["path",{d:"M2.5 13 5 7c.7-1.3 1.4-2 3-2",key:"1hm1gs"}],["path",{d:"M21.5 13 19 7c-.7-1.3-1.5-2-3-2",key:"1r31ai"}]],C4=e("glasses",SD);const qD=[["path",{d:"M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13",key:"qkt0x6"}],["path",{d:"M2 12h8.5",key:"ovaggd"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]],b4=e("globe-lock",qD);const zD=[["path",{d:"m16 3 5 5",key:"1husv6"}],["path",{d:"M2 12h20A10 10 0 1 1 12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 4-10",key:"46evmv"}],["path",{d:"m21 3-5 5",key:"1g5oa7"}]],I4=e("globe-x",zD);const AD=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],N4=e("globe",AD);const jD=[["path",{d:"M2 21V3",key:"1bzk4w"}],["path",{d:"M2 5h18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2.26",key:"1d64pi"}],["path",{d:"M7 17v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3",key:"5hbqbf"}],["circle",{cx:"16",cy:"11",r:"2",key:"qt15rb"}],["circle",{cx:"8",cy:"11",r:"2",key:"ssideg"}]],$4=e("gpu",jD);const HD=[["path",{d:"M12 13V2l8 4-8 4",key:"5wlwwj"}],["path",{d:"M20.561 10.222a9 9 0 1 1-12.55-5.29",key:"1c0wjv"}],["path",{d:"M8.002 9.997a5 5 0 1 0 8.9 2.02",key:"gb1g7m"}]],S4=e("goal",HD);const PD=[["path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",key:"j76jl0"}],["path",{d:"M22 10v6",key:"1lu8f3"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",key:"1r8lef"}]],q4=e("graduation-cap",PD);const VD=[["path",{d:"M22 5V2l-5.89 5.89",key:"1eenpo"}],["circle",{cx:"16.6",cy:"15.89",r:"3",key:"xjtalx"}],["circle",{cx:"8.11",cy:"7.4",r:"3",key:"u2fv6i"}],["circle",{cx:"12.35",cy:"11.65",r:"3",key:"i6i8g7"}],["circle",{cx:"13.91",cy:"5.85",r:"3",key:"6ye0dv"}],["circle",{cx:"18.15",cy:"10.09",r:"3",key:"snx9no"}],["circle",{cx:"6.56",cy:"13.2",r:"3",key:"17x4xg"}],["circle",{cx:"10.8",cy:"17.44",r:"3",key:"1hogw9"}],["circle",{cx:"5",cy:"19",r:"3",key:"1sn6vo"}]],z4=e("grape",VD);const BD=[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]],h2=e("grid-2x2-check",BD);const FD=[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M19 22v-6",key:"qhmiwi"}]],r2=e("grid-2x2-plus",FD);const DD=[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 16 5 5",key:"8tpb07"}],["path",{d:"m16 21 5-5",key:"193jll"}]],s2=e("grid-2x2-x",DD);const TD=[["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M3 12h18",key:"1i2n21"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],y2=e("grid-2x2",TD);const RD=[["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],A4=e("grid-3x2",RD);const UD=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]],Z=e("grid-3x3",UD);const OD=[["circle",{cx:"12",cy:"9",r:"1",key:"124mty"}],["circle",{cx:"19",cy:"9",r:"1",key:"1ruzo2"}],["circle",{cx:"5",cy:"9",r:"1",key:"1a8b28"}],["circle",{cx:"12",cy:"15",r:"1",key:"1e56xg"}],["circle",{cx:"19",cy:"15",r:"1",key:"1a92ep"}],["circle",{cx:"5",cy:"15",r:"1",key:"5r1jwy"}]],j4=e("grip-horizontal",OD);const ED=[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]],H4=e("grip-vertical",ED);const WD=[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"19",cy:"5",r:"1",key:"w8mnmm"}],["circle",{cx:"5",cy:"5",r:"1",key:"lttvr7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}],["circle",{cx:"19",cy:"19",r:"1",key:"shf9b7"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]],P4=e("grip",WD);const GD=[["path",{d:"M3 7V5c0-1.1.9-2 2-2h2",key:"adw53z"}],["path",{d:"M17 3h2c1.1 0 2 .9 2 2v2",key:"an4l38"}],["path",{d:"M21 17v2c0 1.1-.9 2-2 2h-2",key:"144t0e"}],["path",{d:"M7 21H5c-1.1 0-2-.9-2-2v-2",key:"rtnfgi"}],["rect",{width:"7",height:"5",x:"7",y:"7",rx:"1",key:"1eyiv7"}],["rect",{width:"7",height:"5",x:"10",y:"12",rx:"1",key:"1qlmkx"}]],V4=e("group",GD);const ZD=[["path",{d:"m11.9 12.1 4.514-4.514",key:"109xqo"}],["path",{d:"M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4z",key:"txyc8t"}],["path",{d:"m6 16 2 2",key:"16qmzd"}],["path",{d:"M8.23 9.85A3 3 0 0 1 11 8a5 5 0 0 1 5 5 3 3 0 0 1-1.85 2.77l-.92.38A2 2 0 0 0 12 18a4 4 0 0 1-4 4 6 6 0 0 1-6-6 4 4 0 0 1 4-4 2 2 0 0 0 1.85-1.23z",key:"1de1vg"}]],B4=e("guitar",ZD);const XD=[["path",{d:"M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856",key:"1k1t7q"}],["path",{d:"M13.144 21.144A7.274 4.365 45 0 0 2.856 10.856a7.274 4.365 45 0 0 10.288 10.288",key:"153t1g"}],["path",{d:"M16.565 10.435 18.6 8.4a2.501 2.501 0 1 0 1.65-4.65 2.5 2.5 0 1 0-4.66 1.66l-2.024 2.025",key:"gzrt0n"}],["path",{d:"m8.5 16.5-1-1",key:"otr954"}]],F4=e("ham",XD);const KD=[["path",{d:"M12 16H4a2 2 0 1 1 0-4h16a2 2 0 1 1 0 4h-4.25",key:"5dloqd"}],["path",{d:"M5 12a2 2 0 0 1-2-2 9 7 0 0 1 18 0 2 2 0 0 1-2 2",key:"1vl3my"}],["path",{d:"M5 16a2 2 0 0 0-2 2 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 2 2 0 0 0-2-2q0 0 0 0",key:"1us75o"}],["path",{d:"m6.67 12 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2",key:"qqzweh"}]],D4=e("hamburger",KD);const JD=[["path",{d:"m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9",key:"1hayfq"}],["path",{d:"m18 15 4-4",key:"16gjal"}],["path",{d:"m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172v-.344a2 2 0 0 0-.586-1.414l-1.657-1.657A6 6 0 0 0 12.516 3H9l1.243 1.243A6 6 0 0 1 12 8.485V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5",key:"15ts47"}]],T4=e("hammer",JD);const QD=[["path",{d:"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17",key:"geh8rc"}],["path",{d:"m7 21 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"1fto5m"}],["path",{d:"m2 16 6 6",key:"1pfhp9"}],["circle",{cx:"16",cy:"9",r:"2.9",key:"1n0dlu"}],["circle",{cx:"6",cy:"5",r:"3",key:"151irh"}]],R4=e("hand-coins",QD);const YD=[["path",{d:"M12.035 17.012a3 3 0 0 0-3-3l-.311-.002a.72.72 0 0 1-.505-1.229l1.195-1.195A2 2 0 0 1 10.828 11H12a2 2 0 0 0 0-4H9.243a3 3 0 0 0-2.122.879l-2.707 2.707A4.83 4.83 0 0 0 3 14a8 8 0 0 0 8 8h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v2a2 2 0 1 0 4 0",key:"1ff7rl"}],["path",{d:"M13.888 9.662A2 2 0 0 0 17 8V5A2 2 0 1 0 13 5",key:"1xmd21"}],["path",{d:"M9 5A2 2 0 1 0 5 5V10",key:"f3wfjw"}],["path",{d:"M9 7V4A2 2 0 1 1 13 4V7.268",key:"eaoucv"}]],U4=e("hand-fist",YD);const eT=[["path",{d:"M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"edstyy"}],["path",{d:"M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"19wdwo"}],["path",{d:"M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5",key:"1lugqo"}],["path",{d:"M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1hbeus"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0",key:"1etffm"}]],l2=e("hand-grab",eT);const aT=[["path",{d:"M11 14h2a2 2 0 0 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16",key:"1v1a37"}],["path",{d:"m14.45 13.39 5.05-4.694C20.196 8 21 6.85 21 5.75a2.75 2.75 0 0 0-4.797-1.837.276.276 0 0 1-.406 0A2.75 2.75 0 0 0 11 5.75c0 1.2.802 2.248 1.5 2.946L16 11.95",key:"fhfbnt"}],["path",{d:"m2 15 6 6",key:"10dquu"}],["path",{d:"m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a1 1 0 0 0-2.75-2.91",key:"1x6kdw"}]],O4=e("hand-heart",aT);const tT=[["path",{d:"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14",key:"1j4xps"}],["path",{d:"m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"uospg8"}],["path",{d:"m2 13 6 6",key:"16e5sb"}]],p2=e("hand-helping",tT);const oT=[["path",{d:"M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"wc6myp"}],["path",{d:"M14 11V9a2 2 0 1 0-4 0v2",key:"94qvcw"}],["path",{d:"M10 10.5V5a2 2 0 1 0-4 0v9",key:"m1ah89"}],["path",{d:"m7 15-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5",key:"t1skq1"}]],E4=e("hand-metal",oT);const cT=[["path",{d:"M12 3V2",key:"ar7q03"}],["path",{d:"m15.4 17.4 3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5",key:"n2g93r"}],["path",{d:"M2 14h12a2 2 0 0 1 0 4h-2",key:"1o2jem"}],["path",{d:"M4 10h16",key:"img6z1"}],["path",{d:"M5 10a7 7 0 0 1 14 0",key:"1ega1o"}],["path",{d:"M5 14v6a1 1 0 0 1-1 1H2",key:"1hescx"}]],W4=e("hand-platter",cT);const nT=[["path",{d:"M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1fvzgz"}],["path",{d:"M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"1kc0my"}],["path",{d:"M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8",key:"10h0bg"}],["path",{d:"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"1s1gnw"}]],G4=e("hand",nT);const iT=[["path",{d:"M2.048 18.566A2 2 0 0 0 4 21h16a2 2 0 0 0 1.952-2.434l-2-9A2 2 0 0 0 18 8H6a2 2 0 0 0-1.952 1.566z",key:"1qbui5"}],["path",{d:"M8 11V6a4 4 0 0 1 8 0v5",key:"tcht90"}]],Z4=e("handbag",iT);const dT=[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]],X4=e("handshake",dT);const hT=[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]],K4=e("hard-drive-download",hT);const rT=[["path",{d:"m16 6-4-4-4 4",key:"13yo43"}],["path",{d:"M12 2v8",key:"1q4o3n"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]],J4=e("hard-drive-upload",rT);const sT=[["path",{d:"M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5",key:"1p9q5i"}],["path",{d:"M14 6a6 6 0 0 1 6 6v3",key:"1hnv84"}],["path",{d:"M4 15v-3a6 6 0 0 1 6-6",key:"9ciidu"}],["rect",{x:"2",y:"15",width:"20",height:"4",rx:"1",key:"g3x8cw"}]],Q4=e("hard-hat",sT);const yT=[["line",{x1:"22",x2:"2",y1:"12",y2:"12",key:"1y58io"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}],["line",{x1:"6",x2:"6.01",y1:"16",y2:"16",key:"sgf278"}],["line",{x1:"10",x2:"10.01",y1:"16",y2:"16",key:"1l4acy"}]],Y4=e("hard-drive",yT);const lT=[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]],ep=e("hash",lT);const pT=[["path",{d:"M14 18a2 2 0 0 0-4 0",key:"1v8fkw"}],["path",{d:"m19 11-2.11-6.657a2 2 0 0 0-2.752-1.148l-1.276.61A2 2 0 0 1 12 4H8.5a2 2 0 0 0-1.925 1.456L5 11",key:"1fkr7p"}],["path",{d:"M2 11h20",key:"3eubbj"}],["circle",{cx:"17",cy:"18",r:"3",key:"82mm0e"}],["circle",{cx:"7",cy:"18",r:"3",key:"lvkj7j"}]],ap=e("hat-glasses",pT);const kT=[["path",{d:"m5.2 6.2 1.4 1.4",key:"17imol"}],["path",{d:"M2 13h2",key:"13gyu8"}],["path",{d:"M20 13h2",key:"16rner"}],["path",{d:"m17.4 7.6 1.4-1.4",key:"t4xlah"}],["path",{d:"M22 17H2",key:"1gtaj3"}],["path",{d:"M22 21H2",key:"1gy6en"}],["path",{d:"M16 13a4 4 0 0 0-8 0",key:"1dyczq"}],["path",{d:"M12 5V2.5",key:"1vytko"}]],tp=e("haze",kT);const uT=[["path",{d:"M10 12H6",key:"15f2ro"}],["path",{d:"M10 15V9",key:"1lckn7"}],["path",{d:"M14 14.5a.5.5 0 0 0 .5.5h1a2.5 2.5 0 0 0 2.5-2.5v-1A2.5 2.5 0 0 0 15.5 9h-1a.5.5 0 0 0-.5.5z",key:"b3f847"}],["path",{d:"M6 15V9",key:"12stmj"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2",key:"qneu4z"}]],op=e("hd",uT);const MT=[["path",{d:"M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z",key:"2128wb"}],["path",{d:"M7.5 12h9",key:"1t0ckc"}]],cp=e("hdmi-port",MT);const mT=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"m17 12 3-2v8",key:"1hhhft"}]],np=e("heading-1",mT);const _T=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1",key:"9jr5yi"}]],ip=e("heading-2",_T);const gT=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2",key:"68ncm8"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2",key:"1ejuhz"}]],dp=e("heading-3",gT);const vT=[["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 10v3a1 1 0 0 0 1 1h3",key:"tj5zdr"}],["path",{d:"M21 10v8",key:"1kdml4"}],["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}]],hp=e("heading-4",vT);const xT=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 13v-3h4",key:"1nvgqp"}],["path",{d:"M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17",key:"2nebdn"}]],rp=e("heading-5",xT);const fT=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["circle",{cx:"19",cy:"16",r:"2",key:"15mx69"}],["path",{d:"M20 10c-2 2-3 3.5-3 6",key:"f35dl0"}]],sp=e("heading-6",fT);const LT=[["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M6 20V4",key:"1w1bmo"}],["path",{d:"M18 20V4",key:"o2hl4u"}]],yp=e("heading",LT);const wT=[["path",{d:"M21 14h-1.343",key:"1jdnxi"}],["path",{d:"M9.128 3.47A9 9 0 0 1 21 12v3.343",key:"6kipu2"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20.414 20.414A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3",key:"9x50f4"}],["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364",key:"1bkxnm"}]],lp=e("headphone-off",wT);const CT=[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3",key:"1xhozi"}]],pp=e("headphones",CT);const bT=[["path",{d:"M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z",key:"12oyoe"}],["path",{d:"M21 16v2a4 4 0 0 1-4 4h-5",key:"1x7m43"}]],kp=e("headset",bT);const IT=[["path",{d:"M12.409 5.824c-.702.792-1.15 1.496-1.415 2.166l2.153 2.156a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 0 0 .707L12 15",key:"idzbju"}],["path",{d:"M13.508 20.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.677.6.6 0 0 0 .818.001A5.5 5.5 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5z",key:"1su70f"}]],up=e("heart-crack",IT);const NT=[["path",{d:"M19.414 14.414C21 12.828 22 11.5 22 9.5a5.5 5.5 0 0 0-9.591-3.676.6.6 0 0 1-.818.001A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.535 5.362a2 2 0 0 0 2.879.052 2.12 2.12 0 0 0-.004-3 2.124 2.124 0 1 0 3-3 2.124 2.124 0 0 0 3.004 0 2 2 0 0 0 0-2.828l-1.881-1.882a2.41 2.41 0 0 0-3.409 0l-1.71 1.71a2 2 0 0 1-2.828 0 2 2 0 0 1 0-2.828l2.823-2.762",key:"17lmqv"}]],Mp=e("heart-handshake",NT);const $T=[["path",{d:"m14.876 18.99-1.368 1.323a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.244 1.572",key:"15yztm"}],["path",{d:"M15 15h6",key:"1u4692"}]],mp=e("heart-minus",$T);const ST=[["path",{d:"M10.5 4.893a5.5 5.5 0 0 1 1.091.931.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 1.872-1.002 3.356-2.187 4.655",key:"1inpfl"}],["path",{d:"m16.967 16.967-3.459 3.346a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 2.747-4.761",key:"vbc6x7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],_p=e("heart-off",ST);const qT=[["path",{d:"m14.479 19.374-.971.939a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.219 1.49",key:"wg5jx"}],["path",{d:"M15 15h6",key:"1u4692"}],["path",{d:"M18 12v6",key:"1houu1"}]],gp=e("heart-plus",qT);const zT=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5",key:"mvr1a0"}],["path",{d:"M3.22 13H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27",key:"auskq0"}]],vp=e("heart-pulse",zT);const AT=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5",key:"mvr1a0"}]],xp=e("heart",AT);const jT=[["path",{d:"M11 8c2-3-2-3 0-6",key:"1ldv5m"}],["path",{d:"M15.5 8c2-3-2-3 0-6",key:"1otqoz"}],["path",{d:"M6 10h.01",key:"1lbq93"}],["path",{d:"M6 14h.01",key:"zudwn7"}],["path",{d:"M10 16v-4",key:"1c25yv"}],["path",{d:"M14 16v-4",key:"1dkbt8"}],["path",{d:"M18 16v-4",key:"1yg9me"}],["path",{d:"M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3",key:"1ubg90"}],["path",{d:"M5 20v2",key:"1abpe8"}],["path",{d:"M19 20v2",key:"kqn6ft"}]],fp=e("heater",jT);const HT=[["path",{d:"M11 17v4",key:"14wq8k"}],["path",{d:"M14 3v8a2 2 0 0 0 2 2h5.865",key:"12oo5h"}],["path",{d:"M17 17v4",key:"hdt4hh"}],["path",{d:"M18 17a4 4 0 0 0 4-4 8 6 0 0 0-8-6 6 5 0 0 0-6 5v3a2 2 0 0 0 2 2z",key:"yynif"}],["path",{d:"M2 10v5",key:"sa5akn"}],["path",{d:"M6 3h16",key:"27qw71"}],["path",{d:"M7 21h14",key:"1ugz0u"}],["path",{d:"M8 13H2",key:"1thz1o"}]],Lp=e("helicopter",HT);const PT=[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}]],wp=e("hexagon",PT);const VT=[["path",{d:"m9 11-6 6v3h9l3-3",key:"1a3l36"}],["path",{d:"m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4",key:"14a9rk"}]],Cp=e("highlighter",VT);const BT=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M12 7v5l4 2",key:"1fdv2h"}]],bp=e("history",BT);const FT=[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.28.01.53-.09.7-.27",key:"qyzcap"}],["path",{d:"M11.14 20.57c.52.24 2.44 1.12 4.08 1.37.46.06.86-.25.9-.71.12-1.52-.3-3.43-.5-4.28",key:"y078lb"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26",key:"1utre3"}],["path",{d:"M17.99 5.52a20.83 20.83 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-1.17.1-2.5.02-3.9-.25",key:"17o9hm"}],["path",{d:"M20.57 11.14c.24.52 1.12 2.44 1.37 4.08.04.3-.08.59-.31.75",key:"1d1n4p"}],["path",{d:"M4.93 4.93a10 10 0 0 0-.67 13.4c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.85.85 0 0 0 .48-.24",key:"9uv3tt"}],["path",{d:"M5.52 17.99c1.05.95 2.91 2.42 4.5 3.15a.8.8 0 0 0 1.13-.68c.2-2.34-.33-5.3-1.57-8.28",key:"1292wz"}],["path",{d:"M8.35 2.68a10 10 0 0 1 9.98 1.58c.43.35.4.96-.12 1.17-1.5.6-4.3.98-6.07 1.05",key:"7ozu9p"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],Ip=e("hop-off",FT);const DT=[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.55.03 1-.42.97-.97-.06-1.27-.26-3.5-.85-5.18",key:"18lxf1"}],["path",{d:"M11.5 6.5c1.64 0 5-.38 6.71-1.07.52-.2.55-.82.12-1.17A10 10 0 0 0 4.26 18.33c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.88.88 0 0 0 .73-.74c.3-2.14-.15-3.5-.61-4.88",key:"vtfxrw"}],["path",{d:"M15.62 16.95c.2.85.62 2.76.5 4.28a.77.77 0 0 1-.9.7 16.64 16.64 0 0 1-4.08-1.36",key:"13hl71"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .96-.96 17.68 17.68 0 0 0-.9-4.87",key:"1sl8oj"}],["path",{d:"M16.94 15.62c.86.2 2.77.62 4.29.5a.77.77 0 0 0 .7-.9 16.64 16.64 0 0 0-1.36-4.08",key:"19c6kt"}],["path",{d:"M17.99 5.52a20.82 20.82 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-2.33.2-5.3-.32-8.27-1.57",key:"85ghs3"}],["path",{d:"M4.93 4.93 3 3a.7.7 0 0 1 0-1",key:"x087yj"}],["path",{d:"M9.58 12.18c1.24 2.98 1.77 5.95 1.57 8.28a.8.8 0 0 1-1.13.68 20.82 20.82 0 0 1-4.5-3.15",key:"11xdqo"}]],Np=e("hop",DT);const TT=[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3",key:"1rgiei"}],["path",{d:"M14 9h-4",key:"1w2s2s"}],["path",{d:"M18 11h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2",key:"1tthqt"}],["path",{d:"M18 21V5a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16",key:"dw4p4i"}]],$p=e("hospital",TT);const RT=[["path",{d:"M10 22v-6.57",key:"1wmca3"}],["path",{d:"M12 11h.01",key:"z322tv"}],["path",{d:"M12 7h.01",key:"1ivr5q"}],["path",{d:"M14 15.43V22",key:"1q2vjd"}],["path",{d:"M15 16a5 5 0 0 0-6 0",key:"o9wqvi"}],["path",{d:"M16 11h.01",key:"xkw8gn"}],["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 7h.01",key:"1vti4s"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",key:"1uxh74"}]],Sp=e("hotel",RT);const UT=[["path",{d:"M5 22h14",key:"ehvnwv"}],["path",{d:"M5 2h14",key:"pdyrp9"}],["path",{d:"M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22",key:"1d314k"}],["path",{d:"M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2",key:"1vvvr6"}]],qp=e("hourglass",UT);const OT=[["path",{d:"M8.62 13.8A2.25 2.25 0 1 1 12 10.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z",key:"n9s7kx"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]],zp=e("house-heart",OT);const ET=[["path",{d:"M10 12V8.964",key:"1vll13"}],["path",{d:"M14 12V8.964",key:"1x3qvg"}],["path",{d:"M15 12a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2a1 1 0 0 1 1-1z",key:"ppykja"}],["path",{d:"M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2",key:"365xoy"}]],Ap=e("house-plug",ET);const WT=[["path",{d:"M12.35 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .71-1.53l7-6a2 2 0 0 1 2.58 0l7 6A2 2 0 0 1 21 10v2.35",key:"8ek5ge"}],["path",{d:"M14.8 12.4A1 1 0 0 0 14 12h-4a1 1 0 0 0-1 1v8",key:"1rbg29"}],["path",{d:"M15 18h6",key:"3b3c90"}],["path",{d:"M18 15v6",key:"9wciyi"}]],jp=e("house-plus",WT);const GT=[["path",{d:"M9.5 13.866a4 4 0 0 1 5 .01",key:"1wy54i"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}],["path",{d:"M7 10.754a8 8 0 0 1 10 0",key:"exoy2g"}]],Hp=e("house-wifi",GT);const ZT=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]],k2=e("house",ZT);const XT=[["path",{d:"M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6m-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0",key:"1uxfcu"}],["path",{d:"M12.14 11a3.5 3.5 0 1 1 6.71 0",key:"4k3m1s"}],["path",{d:"M15.5 6.5a3.5 3.5 0 1 0-7 0",key:"zmuahr"}]],u2=e("ice-cream-bowl",XT);const KT=[["path",{d:"m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11",key:"1v6356"}],["path",{d:"M17 7A5 5 0 0 0 7 7",key:"151p3v"}],["path",{d:"M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4",key:"1sdaij"}]],M2=e("ice-cream-cone",KT);const JT=[["path",{d:"M13.5 8h-3",key:"xvov4w"}],["path",{d:"m15 2-1 2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3",key:"16uttc"}],["path",{d:"M16.899 22A5 5 0 0 0 7.1 22",key:"1d0ppr"}],["path",{d:"m9 2 3 6",key:"1o7bd9"}],["circle",{cx:"12",cy:"15",r:"3",key:"g36mzq"}]],Pp=e("id-card-lanyard",JT);const QT=[["path",{d:"M16 10h2",key:"8sgtl7"}],["path",{d:"M16 14h2",key:"epxaof"}],["path",{d:"M6.17 15a3 3 0 0 1 5.66 0",key:"n6f512"}],["circle",{cx:"9",cy:"11",r:"2",key:"yxgjnd"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2",key:"qneu4z"}]],Vp=e("id-card",QT);const YT=[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19 3 3v-5.5",key:"9ldu5r"}],["path",{d:"m17 22 3-3",key:"1nkfve"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]],Bp=e("image-down",YT);const eR=[["path",{d:"M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",key:"m87ecr"}],["line",{x1:"16",x2:"22",y1:"5",y2:"5",key:"ez7e4s"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],Fp=e("image-minus",eR);const aR=[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M10.41 10.41a2 2 0 1 1-2.83-2.83",key:"1bzlo9"}],["line",{x1:"13.5",x2:"6",y1:"13.5",y2:"21",key:"1q0aeu"}],["line",{x1:"18",x2:"21",y1:"12",y2:"15",key:"5mozeu"}],["path",{d:"M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59",key:"mmje98"}],["path",{d:"M21 15V5a2 2 0 0 0-2-2H9",key:"43el77"}]],Dp=e("image-off",aR);const tR=[["path",{d:"M15 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z",key:"nrt1m3"}],["path",{d:"M21 12.17V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"99hgts"}],["path",{d:"m6 21 5-5",key:"1wyjai"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]],Tp=e("image-play",tR);const oR=[["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}],["path",{d:"M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5",key:"1ue2ih"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]],Rp=e("image-plus",oR);const cR=[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19.5 3-3 3 3",key:"9vmjn0"}],["path",{d:"M17 22v-5.5",key:"1aa6fl"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]],Up=e("image-up",cR);const nR=[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M17 21h2a2 2 0 0 0 2-2",key:"130fy9"}],["path",{d:"M21 12v3",key:"1wzk3p"}],["path",{d:"m21 3-5 5",key:"1g5oa7"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2",key:"kk3yz1"}],["path",{d:"m5 21 4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19",key:"fyekpt"}],["path",{d:"M9 3h3",key:"d52fa"}],["rect",{x:"3",y:"11",width:"10",height:"10",rx:"1",key:"1wpmix"}]],Op=e("image-upscale",nR);const iR=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],Ep=e("image",iR);const dR=[["path",{d:"m22 11-1.296-1.296a2.4 2.4 0 0 0-3.408 0L11 16",key:"9kzy35"}],["path",{d:"M4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2",key:"1t0f0t"}],["circle",{cx:"13",cy:"7",r:"1",fill:"currentColor",key:"1obus6"}],["rect",{x:"8",y:"2",width:"14",height:"14",rx:"2",key:"1gvhby"}]],Wp=e("images",dR);const hR=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m8 11 4 4 4-4",key:"1dohi6"}],["path",{d:"M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4",key:"1ywtjm"}]],Gp=e("import",hR);const rR=[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]],Zp=e("inbox",rR);const sR=[["path",{d:"M6 3h12",key:"ggurg9"}],["path",{d:"M6 8h12",key:"6g4wlu"}],["path",{d:"m6 13 8.5 8",key:"u1kupk"}],["path",{d:"M6 13h3",key:"wdp6ag"}],["path",{d:"M9 13c6.667 0 6.667-10 0-10",key:"1nkvk2"}]],Xp=e("indian-rupee",sR);const yR=[["path",{d:"M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8",key:"18ogeb"}]],Kp=e("infinity",yR);const lR=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],Jp=e("info",lR);const pR=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h.01",key:"7u93v4"}],["path",{d:"M17 7h.01",key:"14a9sn"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M17 17h.01",key:"1sd3ek"}]],Qp=e("inspection-panel",pR);const kR=[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"5",ry:"5",key:"2e1cvw"}],["path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z",key:"9exkf1"}],["line",{x1:"17.5",x2:"17.51",y1:"6.5",y2:"6.5",key:"r4j83e"}]],Yp=e("instagram",kR);const uR=[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]],e5=e("italic",uR);const MR=[["path",{d:"m16 14 4 4-4 4",key:"hkso8o"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8",key:"1bik7b"}]],a5=e("iteration-ccw",MR);const mR=[["path",{d:"M4 10a8 8 0 1 1 8 8H4",key:"svv66n"}],["path",{d:"m8 22-4-4 4-4",key:"6g7gki"}]],t5=e("iteration-cw",mR);const _R=[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3",key:"2ej80x"}],["path",{d:"M6 15h12",key:"1hwgt5"}],["path",{d:"M6 11h12",key:"wf4gp6"}]],o5=e("japanese-yen",_R);const gR=[["path",{d:"M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z",key:"jg2n2t"}],["path",{d:"M6 15v-2",key:"gd6mvg"}],["path",{d:"M12 15V9",key:"8c7uyn"}],["circle",{cx:"12",cy:"6",r:"3",key:"1gm2ql"}]],c5=e("joystick",gR);const vR=[["path",{d:"M5 3v14",key:"9nsxs2"}],["path",{d:"M12 3v8",key:"1h2ygw"}],["path",{d:"M19 3v18",key:"1sk56x"}]],n5=e("kanban",vR);const xR=[["path",{d:"M18 17a1 1 0 0 0-1 1v1a2 2 0 1 0 2-2z",key:"skzb1g"}],["path",{d:"M20.97 3.61a.45.45 0 0 0-.58-.58C10.2 6.6 6.6 10.2 3.03 20.39a.45.45 0 0 0 .58.58C13.8 17.4 17.4 13.8 20.97 3.61",key:"cv9jm7"}],["path",{d:"m6.707 6.707 10.586 10.586",key:"d2l993"}],["path",{d:"M7 5a2 2 0 1 0-2 2h1a1 1 0 0 0 1-1z",key:"i0et4n"}]],i5=e("kayak",xR);const fR=[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]],d5=e("key-round",fR);const LR=[["path",{d:"M12.4 2.7a2.5 2.5 0 0 1 3.4 0l5.5 5.5a2.5 2.5 0 0 1 0 3.4l-3.7 3.7a2.5 2.5 0 0 1-3.4 0L8.7 9.8a2.5 2.5 0 0 1 0-3.4z",key:"165ttr"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"m9.4 10.6-6.814 6.814A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814",key:"1ubxi2"}]],h5=e("key-square",LR);const wR=[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]],r5=e("key",wR);const CR=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M6 12v4",key:"dy92yo"}],["path",{d:"M10 12v4",key:"1fxnav"}],["path",{d:"M14 12v4",key:"1hft58"}],["path",{d:"M18 12v4",key:"tjjnbz"}]],s5=e("keyboard-music",CR);const bR=[["path",{d:"M 20 4 A2 2 0 0 1 22 6",key:"1g1fkt"}],["path",{d:"M 22 6 L 22 16.41",key:"1qjg3w"}],["path",{d:"M 7 16 L 16 16",key:"n0yqwb"}],["path",{d:"M 9.69 4 L 20 4",key:"kbpcgx"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2",key:"s23sx2"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M8 12h.01",key:"czm47f"}]],y5=e("keyboard-off",bR);const IR=[["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M7 16h10",key:"wp8him"}],["path",{d:"M8 12h.01",key:"czm47f"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}]],l5=e("keyboard",IR);const NR=[["path",{d:"M12 2v5",key:"nd4vlx"}],["path",{d:"M14.829 15.998a3 3 0 1 1-5.658 0",key:"1pybiy"}],["path",{d:"M20.92 14.606A1 1 0 0 1 20 16H4a1 1 0 0 1-.92-1.394l3-7A1 1 0 0 1 7 7h10a1 1 0 0 1 .92.606z",key:"ma1wor"}]],p5=e("lamp-ceiling",NR);const $R=[["path",{d:"M10.293 2.293a1 1 0 0 1 1.414 0l2.5 2.5 5.994 1.227a1 1 0 0 1 .506 1.687l-7 7a1 1 0 0 1-1.687-.506l-1.227-5.994-2.5-2.5a1 1 0 0 1 0-1.414z",key:"sb8slu"}],["path",{d:"m14.207 4.793-3.414 3.414",key:"m2x3oj"}],["path",{d:"M3 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z",key:"8b3myj"}],["path",{d:"m9.086 6.5-4.793 4.793a1 1 0 0 0-.18 1.17L7 18",key:"43s6cu"}]],k5=e("lamp-desk",$R);const SR=[["path",{d:"M12 10v12",key:"6ubwww"}],["path",{d:"M17.929 7.629A1 1 0 0 1 17 9H7a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 9 2h6a1 1 0 0 1 .928.629z",key:"1o95gh"}],["path",{d:"M9 22h6",key:"1rlq3v"}]],u5=e("lamp-floor",SR);const qR=[["path",{d:"M19.929 18.629A1 1 0 0 1 19 20H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 13h6a1 1 0 0 1 .928.629z",key:"u4w2d7"}],["path",{d:"M6 3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z",key:"15356w"}],["path",{d:"M8 6h4a2 2 0 0 1 2 2v5",key:"1m6m7x"}]],M5=e("lamp-wall-down",qR);const zR=[["path",{d:"M19.929 9.629A1 1 0 0 1 19 11H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 4h6a1 1 0 0 1 .928.629z",key:"1uvrbf"}],["path",{d:"M6 15a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z",key:"154r2a"}],["path",{d:"M8 18h4a2 2 0 0 0 2-2v-5",key:"z9mbu0"}]],m5=e("lamp-wall-up",zR);const AR=[["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M4.077 10.615A1 1 0 0 0 5 12h14a1 1 0 0 0 .923-1.385l-3.077-7.384A2 2 0 0 0 15 2H9a2 2 0 0 0-1.846 1.23Z",key:"1l7kg2"}],["path",{d:"M8 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z",key:"1mmzpi"}]],_5=e("lamp",AR);const jR=[["path",{d:"m12 8 6-3-6-3v10",key:"mvpnpy"}],["path",{d:"m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12",key:"ek95tt"}],["path",{d:"m6.49 12.85 11.02 6.3",key:"1kt42w"}],["path",{d:"M17.51 12.85 6.5 19.15",key:"v55bdg"}]],g5=e("land-plot",jR);const HR=[["path",{d:"M10 18v-7",key:"wt116b"}],["path",{d:"M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z",key:"1m329m"}],["path",{d:"M14 18v-7",key:"vav6t3"}],["path",{d:"M18 18v-7",key:"aexdmj"}],["path",{d:"M3 22h18",key:"8prr45"}],["path",{d:"M6 18v-7",key:"1ivflk"}]],v5=e("landmark",HR);const PR=[["path",{d:"m5 8 6 6",key:"1wu5hv"}],["path",{d:"m4 14 6-6 2-3",key:"1k1g8d"}],["path",{d:"M2 5h12",key:"or177f"}],["path",{d:"M7 2h1",key:"1t2jsx"}],["path",{d:"m22 22-5-10-5 10",key:"don7ne"}],["path",{d:"M14 18h6",key:"1m8k6r"}]],x5=e("languages",PR);const VR=[["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2",key:"8ur36m"}]],f5=e("laptop-minimal-check",VR);const BR=[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2",key:"1qhy41"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20",key:"ni3hll"}]],m2=e("laptop-minimal",BR);const FR=[["path",{d:"M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z",key:"1pdavp"}],["path",{d:"M20.054 15.987H3.946",key:"14rxg9"}]],L5=e("laptop",FR);const DR=[["path",{d:"M7 22a5 5 0 0 1-2-4",key:"umushi"}],["path",{d:"M7 16.93c.96.43 1.96.74 2.99.91",key:"ybbtv3"}],["path",{d:"M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2",key:"gt5e1w"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",key:"bq3ynw"}],["path",{d:"M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14z",key:"72q637"}]],w5=e("lasso-select",DR);const TR=[["path",{d:"M3.704 14.467a10 8 0 1 1 3.115 2.375",key:"wxgc5m"}],["path",{d:"M7 22a5 5 0 0 1-2-3.994",key:"1xp6a4"}],["circle",{cx:"5",cy:"16",r:"2",key:"18csp3"}]],C5=e("lasso",TR);const RR=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z",key:"b2q4dd"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]],b5=e("laugh",RR);const UR=[["path",{d:"M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74z",key:"15q6uc"}],["path",{d:"m20 14.285 1.5.845a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74l1.5-.845",key:"byia6g"}]],I5=e("layers-2",UR);const OR=[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 .83.18 2 2 0 0 0 .83-.18l8.58-3.9a1 1 0 0 0 0-1.831z",key:"zzgyd3"}],["path",{d:"M16 17h6",key:"1ook5g"}],["path",{d:"M19 14v6",key:"1ckrd5"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 .825.178",key:"1ia9y3"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l2.116-.962",key:"jksky3"}]],N5=e("layers-plus",OR);const ER=[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]],_2=e("layers",ER);const WR=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]],$5=e("layout-dashboard",WR);const GR=[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}]],S5=e("layout-grid",GR);const ZR=[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["path",{d:"M14 4h7",key:"3xa0d5"}],["path",{d:"M14 9h7",key:"1icrd9"}],["path",{d:"M14 15h7",key:"1mj8o2"}],["path",{d:"M14 20h7",key:"11slyb"}]],q5=e("layout-list",ZR);const XR=[["rect",{width:"7",height:"18",x:"3",y:"3",rx:"1",key:"2obqm"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]],z5=e("layout-panel-left",XR);const KR=[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]],A5=e("layout-panel-top",KR);const JR=[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"9",height:"7",x:"3",y:"14",rx:"1",key:"jqznyg"}],["rect",{width:"5",height:"7",x:"16",y:"14",rx:"1",key:"q5h2i8"}]],j5=e("layout-template",JR);const QR=[["path",{d:"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z",key:"nnexq3"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12",key:"mt58a7"}]],H5=e("leaf",QR);const YR=[["path",{d:"M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22",key:"1134nt"}],["path",{d:"M2 22 17 7",key:"1q7jp2"}]],P5=e("leafy-green",YR);const eU=[["path",{d:"M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3",key:"13jjxg"}],["path",{d:"M18 6V3a1 1 0 0 0-1-1h-3",key:"1550fe"}],["rect",{width:"8",height:"12",x:"8",y:"10",rx:"1",key:"qmu8b6"}]],V5=e("lectern",eU);const aU=[["rect",{width:"8",height:"18",x:"3",y:"3",rx:"1",key:"oynpb5"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z",key:"1qboyk"}]],B5=e("library-big",aU);const tU=[["path",{d:"m16 6 4 14",key:"ji33uf"}],["path",{d:"M12 6v14",key:"1n7gus"}],["path",{d:"M8 8v12",key:"1gg7y9"}],["path",{d:"M4 4v16",key:"6qkkli"}]],F5=e("library",tU);const oU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.93 4.93 4.24 4.24",key:"1ymg45"}],["path",{d:"m14.83 9.17 4.24-4.24",key:"1cb5xl"}],["path",{d:"m14.83 14.83 4.24 4.24",key:"q42g0n"}],["path",{d:"m9.17 14.83-4.24 4.24",key:"bqpfvv"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]],D5=e("life-buoy",oU);const cU=[["path",{d:"M14 12h2v8",key:"c1fccl"}],["path",{d:"M14 20h4",key:"lzx1xo"}],["path",{d:"M6 12h4",key:"a4o3ry"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M8 20V8a4 4 0 0 1 7.464-2",key:"wk9t6r"}]],T5=e("ligature",cU);const nU=[["path",{d:"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5",key:"1fkcox"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5",key:"10m8kw"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]],R5=e("lightbulb-off",nU);const iU=[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",key:"1gvzjb"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]],U5=e("lightbulb",iU);const dU=[["path",{d:"M7 3.5c5-2 7 2.5 3 4C1.5 10 2 15 5 16c5 2 9-10 14-7s.5 13.5-4 12c-5-2.5.5-11 6-2",key:"1lrphd"}]],O5=e("line-squiggle",dU);const hU=[["path",{d:"M9 17H7A5 5 0 0 1 7 7",key:"10o201"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8",key:"1d3206"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12",key:"rvw6j4"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],E5=e("link-2-off",hU);const rU=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],W5=e("link-2",rU);const sU=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]],G5=e("link",sU);const yU=[["path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z",key:"c2jq9f"}],["rect",{width:"4",height:"12",x:"2",y:"9",key:"mk3on5"}],["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}]],Z5=e("linkedin",yU);const lU=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M11 19H3",key:"zflm78"}],["path",{d:"m15 18 2 2 4-4",key:"1szwhi"}]],X5=e("list-check",lU);const pU=[["path",{d:"M13 5h8",key:"a7qcls"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"m3 7 2 2 4-4",key:"1obspn"}]],K5=e("list-checks",pU);const kU=[["path",{d:"M3 5h8",key:"18g2rq"}],["path",{d:"M3 12h8",key:"1xfjp6"}],["path",{d:"M3 19h8",key:"fpbke4"}],["path",{d:"m15 5 3 3 3-3",key:"1t4thf"}],["path",{d:"m15 19 3-3 3 3",key:"y4ckd2"}]],J5=e("list-chevrons-down-up",kU);const uU=[["path",{d:"M3 5h8",key:"18g2rq"}],["path",{d:"M3 12h8",key:"1xfjp6"}],["path",{d:"M3 19h8",key:"fpbke4"}],["path",{d:"m15 8 3-3 3 3",key:"bc4io6"}],["path",{d:"m15 16 3 3 3-3",key:"9wmg1l"}]],Q5=e("list-chevrons-up-down",uU);const MU=[["path",{d:"M10 5h11",key:"1hkqpe"}],["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 19h11",key:"14g2nv"}],["path",{d:"m3 10 3-3-3-3",key:"i7pm08"}],["path",{d:"m3 20 3-3-3-3",key:"20gx1n"}]],Y5=e("list-collapse",MU);const mU=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M9 19H3",key:"s61nz1"}],["path",{d:"m16 16-3 3 3 3",key:"117b85"}],["path",{d:"M21 5v12a2 2 0 0 1-2 2h-6",key:"hey24a"}]],ek=e("list-end",mU);const _U=[["path",{d:"M12 5H2",key:"1o22fu"}],["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M9 19h6",key:"456am0"}],["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 8V2",key:"1wcffq"}]],ak=e("list-filter-plus",_U);const gU=[["path",{d:"M2 5h20",key:"1fs1ex"}],["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M9 19h6",key:"456am0"}]],tk=e("list-filter",gU);const vU=[["path",{d:"M21 5H11",key:"us1j55"}],["path",{d:"M21 12H11",key:"wd7e0v"}],["path",{d:"M21 19H11",key:"saa85w"}],["path",{d:"m7 8-4 4 4 4",key:"o5hrat"}]],X=e("list-indent-decrease",vU);const xU=[["path",{d:"M21 5H11",key:"us1j55"}],["path",{d:"M21 12H11",key:"wd7e0v"}],["path",{d:"M21 19H11",key:"saa85w"}],["path",{d:"m3 8 4 4-4 4",key:"1a3j6y"}]],K=e("list-indent-increase",xU);const fU=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 19H3",key:"zzsher"}],["path",{d:"M21 12h-6",key:"bt1uis"}]],ok=e("list-minus",fU);const LU=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M11 19H3",key:"zflm78"}],["path",{d:"M21 16V5",key:"yxg4q8"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]],ck=e("list-music",LU);const wU=[["path",{d:"M11 5h10",key:"1cz7ny"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 19h10",key:"11t30w"}],["path",{d:"M4 4h1v5",key:"10yrso"}],["path",{d:"M4 9h2",key:"r1h2o0"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02",key:"xtkcd5"}]],nk=e("list-ordered",wU);const CU=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 19H3",key:"zzsher"}],["path",{d:"M18 9v6",key:"1twb98"}],["path",{d:"M21 12h-6",key:"bt1uis"}]],ik=e("list-plus",CU);const bU=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M7 12H3",key:"13ou7f"}],["path",{d:"M7 19H3",key:"wbqt3n"}],["path",{d:"M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14",key:"qth677"}],["path",{d:"M11 10v4h4",key:"172dkj"}]],dk=e("list-restart",bU);const IU=[["path",{d:"M3 5h6",key:"1ltk0q"}],["path",{d:"M3 12h13",key:"ppymz1"}],["path",{d:"M3 19h13",key:"bpdczq"}],["path",{d:"m16 8-3-3 3-3",key:"1pjpp6"}],["path",{d:"M21 19V7a2 2 0 0 0-2-2h-6",key:"4zzq67"}]],hk=e("list-start",IU);const NU=[["path",{d:"M13 5h8",key:"a7qcls"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["rect",{x:"3",y:"4",width:"6",height:"6",rx:"1",key:"cif1o7"}]],rk=e("list-todo",NU);const $U=[["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"M3 10a2 2 0 0 0 2 2h3",key:"1npucw"}],["path",{d:"M3 5v12a2 2 0 0 0 2 2h3",key:"x1gjn2"}]],sk=e("list-tree",$U);const SU=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M10 12H3",key:"1ulcyk"}],["path",{d:"M10 19H3",key:"108z41"}],["path",{d:"M15 12.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z",key:"ms4nik"}]],yk=e("list-video",SU);const qU=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 19H3",key:"zzsher"}],["path",{d:"m15.5 9.5 5 5",key:"ytk86i"}],["path",{d:"m20.5 9.5-5 5",key:"17o44f"}]],lk=e("list-x",qU);const zU=[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]],pk=e("list",zU);const AU=[["path",{d:"M22 12a1 1 0 0 1-10 0 1 1 0 0 0-10 0",key:"1lzz15"}],["path",{d:"M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6",key:"1gnrpi"}],["path",{d:"M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6",key:"u9yy5q"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],kk=e("loader-pinwheel",AU);const jU=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]],g2=e("loader-circle",jU);const HU=[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]],uk=e("loader",HU);const PU=[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],Mk=e("locate-fixed",PU);const VU=[["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M12 2v3",key:"qbqxhf"}],["path",{d:"M18.89 13.24a7 7 0 0 0-8.13-8.13",key:"1v9jrh"}],["path",{d:"M19 12h3",key:"osuazr"}],["path",{d:"M2 12h3",key:"1wrr53"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7.05 7.05a7 7 0 0 0 9.9 9.9",key:"rc5l2e"}]],mk=e("locate-off",VU);const BU=[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}]],_k=e("locate",BU);const FU=[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}],["path",{d:"M7 10V7a5 5 0 0 1 9.33-2.5",key:"car5b7"}]],v2=e("lock-keyhole-open",FU);const DU=[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2",key:"6s8ecr"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3",key:"1pqi11"}]],gk=e("lock-keyhole",DU);const TU=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 9.9-1",key:"1mm8w8"}]],x2=e("lock-open",TU);const RU=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]],vk=e("lock",RU);const UU=[["path",{d:"m10 17 5-5-5-5",key:"1bsop3"}],["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",key:"u53s6r"}]],xk=e("log-in",UU);const OU=[["path",{d:"m16 17 5-5-5-5",key:"1bji2h"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}]],fk=e("log-out",OU);const EU=[["path",{d:"M3 5h1",key:"1mv5vm"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M3 19h1",key:"w6f3n9"}],["path",{d:"M8 5h1",key:"1nxr5w"}],["path",{d:"M8 12h1",key:"1con00"}],["path",{d:"M8 19h1",key:"k7p10e"}],["path",{d:"M13 5h8",key:"a7qcls"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}]],Lk=e("logs",EU);const WU=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0",key:"107gwy"}]],wk=e("lollipop",WU);const GU=[["path",{d:"M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",key:"1m57jg"}],["path",{d:"M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14",key:"1l99gc"}],["path",{d:"M10 20h4",key:"ni2waw"}],["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["circle",{cx:"8",cy:"20",r:"2",key:"ckkr5m"}]],Ck=e("luggage",GU);const ZU=[["path",{d:"m12 15 4 4",key:"lnac28"}],["path",{d:"M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z",key:"nlhkjb"}],["path",{d:"m5 8 4 4",key:"j6kj7e"}]],bk=e("magnet",ZU);const XU=[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]],Ik=e("mail-check",XU);const KU=[["path",{d:"M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"fuxbkv"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M16 19h6",key:"xwg31i"}]],Nk=e("mail-minus",KU);const JU=[["path",{d:"M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z",key:"1jhwl8"}],["path",{d:"m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10",key:"1qfld7"}]],$k=e("mail-open",JU);const QU=[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2",key:"7z9rxb"}],["path",{d:"M20 22v.01",key:"12bgn6"}]],f2=e("mail-question-mark",QU);const YU=[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M16 19h6",key:"xwg31i"}]],Sk=e("mail-plus",YU);const eO=[["path",{d:"M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5",key:"w80f2v"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",key:"8lzu5m"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.5-1.5",key:"1x83k4"}]],qk=e("mail-search",eO);const aO=[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M20 14v4",key:"1hm744"}],["path",{d:"M20 22v.01",key:"12bgn6"}]],zk=e("mail-warning",aO);const tO=[["path",{d:"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7",key:"132q7q"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}]],Ak=e("mail",tO);const oO=[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9",key:"1j9vog"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m17 17 4 4",key:"1b3523"}],["path",{d:"m21 17-4 4",key:"uinynz"}]],jk=e("mail-x",oO);const cO=[["path",{d:"M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z",key:"1lbycx"}],["polyline",{points:"15,9 18,9 18,11",key:"1pm9c0"}],["path",{d:"M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2",key:"15i455"}],["line",{x1:"6",x2:"7",y1:"10",y2:"10",key:"1e2scm"}]],Hk=e("mailbox",cO);const nO=[["path",{d:"M17 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 1-1.732",key:"1vyzll"}],["path",{d:"m22 5.5-6.419 4.179a2 2 0 0 1-2.162 0L7 5.5",key:"k7ramc"}],["rect",{x:"7",y:"3",width:"15",height:"12",rx:"2",key:"17196g"}]],Pk=e("mails",nO);const iO=[["path",{d:"m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V14",key:"40pylx"}],["path",{d:"M15 5.764V14",key:"1bab71"}],["path",{d:"M21 18h-6",key:"139f0c"}],["path",{d:"M9 3.236v15",key:"1uimfh"}]],Vk=e("map-minus",iO);const dO=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]],Bk=e("map-pin-check-inside",dO);const hO=[["path",{d:"M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32.197 32.197 0 0 0 .813-.728",key:"1dq61d"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m16 18 2 2 4-4",key:"1mkfmb"}]],Fk=e("map-pin-check",hO);const rO=[["path",{d:"M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1z",key:"1p1rcz"}],["path",{d:"M18 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2",key:"mcbcs9"}],["path",{d:"M18 22v-3",key:"1t1ugv"}],["circle",{cx:"10",cy:"10",r:"3",key:"1ns7v1"}]],Dk=e("map-pin-house",rO);const sO=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M9 10h6",key:"9gxzsh"}]],Tk=e("map-pin-minus-inside",sO);const yO=[["path",{d:"M18.977 14C19.6 12.701 20 11.343 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"11uxia"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}]],Rk=e("map-pin-minus",yO);const lO=[["path",{d:"M12.75 7.09a3 3 0 0 1 2.16 2.16",key:"1d4wjd"}],["path",{d:"M17.072 17.072c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 1.432-4.568",key:"12yil7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533",key:"lhrkcz"}],["path",{d:"M9.13 9.13a3 3 0 0 0 3.74 3.74",key:"13wojd"}]],Uk=e("map-pin-off",lO);const pO=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]],Ok=e("map-pin-plus-inside",pO);const kO=[["path",{d:"M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468",key:"1fahp3"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"10",r:"3",key:"1ns7v1"}]],L2=e("map-pin-pen",kO);const uO=[["path",{d:"M19.914 11.105A7.298 7.298 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"fcdtly"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}],["path",{d:"M19 15v6",key:"10aioa"}]],Ek=e("map-pin-plus",uO);const MO=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]],Wk=e("map-pin-x-inside",MO);const mO=[["path",{d:"M19.752 11.901A7.78 7.78 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 19 19 0 0 0 .09-.077",key:"y0ewhp"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m21.5 15.5-5 5",key:"11iqnx"}],["path",{d:"m21.5 20.5-5-5",key:"1bylgx"}]],Gk=e("map-pin-x",mO);const _O=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]],Zk=e("map-pin",_O);const gO=[["path",{d:"M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 0 1-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0 1 12 0",key:"11u0oz"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M8.714 14h-3.71a1 1 0 0 0-.948.683l-2.004 6A1 1 0 0 0 3 22h18a1 1 0 0 0 .948-1.316l-2-6a1 1 0 0 0-.949-.684h-3.712",key:"q8zwxj"}]],Xk=e("map-pinned",gO);const vO=[["path",{d:"m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V12",key:"svfegj"}],["path",{d:"M15 5.764V12",key:"1ocw4k"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}],["path",{d:"M9 3.236v15",key:"1uimfh"}]],Kk=e("map-plus",vO);const xO=[["path",{d:"M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z",key:"169xi5"}],["path",{d:"M15 5.764v15",key:"1pn4in"}],["path",{d:"M9 3.236v15",key:"1uimfh"}]],Jk=e("map",xO);const fO=[["path",{d:"m14 6 4 4",key:"1q72g9"}],["path",{d:"M17 3h4v4",key:"19p9u1"}],["path",{d:"m21 3-7.75 7.75",key:"1cjbfd"}],["circle",{cx:"9",cy:"15",r:"6",key:"bx5svt"}]],Qk=e("mars-stroke",fO);const LO=[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"m21 3-6.75 6.75",key:"pv0uzu"}],["circle",{cx:"10",cy:"14",r:"6",key:"1qwbdc"}]],Yk=e("mars",LO);const wO=[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M12 11v11",key:"ur9y6a"}],["path",{d:"m19 3-7 8-7-8Z",key:"1sgpiw"}]],e3=e("martini",wO);const CO=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"m21 3-7 7",key:"1l2asr"}],["path",{d:"m3 21 7-7",key:"tjx5ai"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]],a3=e("maximize-2",CO);const bO=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3",key:"1dcmit"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3",key:"1e4gt3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3",key:"wsl5sc"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3",key:"18trek"}]],t3=e("maximize",bO);const IO=[["path",{d:"M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15",key:"143lza"}],["path",{d:"M11 12 5.12 2.2",key:"qhuxz6"}],["path",{d:"m13 12 5.88-9.8",key:"hbye0f"}],["path",{d:"M8 7h8",key:"i86dvs"}],["circle",{cx:"12",cy:"17",r:"5",key:"qbz8iq"}],["path",{d:"M12 18v-2h-.5",key:"fawc4q"}]],o3=e("medal",IO);const NO=[["path",{d:"M11.636 6A13 13 0 0 0 19.4 3.2 1 1 0 0 1 21 4v11.344",key:"bycexp"}],["path",{d:"M14.378 14.357A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1",key:"1t17s6"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14",key:"1853fq"}],["path",{d:"M8 8v6",key:"aieo6v"}]],c3=e("megaphone-off",NO);const $O=[["path",{d:"M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z",key:"q8bfy3"}],["path",{d:"M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14",key:"1853fq"}],["path",{d:"M8 6v8",key:"15ugcq"}]],n3=e("megaphone",$O);const SO=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"8",x2:"16",y1:"15",y2:"15",key:"1xb1d9"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]],i3=e("meh",SO);const qO=[["path",{d:"M12 12v-2",key:"fwoke6"}],["path",{d:"M12 18v-2",key:"qj6yno"}],["path",{d:"M16 12v-2",key:"heuere"}],["path",{d:"M16 18v-2",key:"s1ct0w"}],["path",{d:"M2 11h1.5",key:"15p63e"}],["path",{d:"M20 18v-2",key:"12ehxp"}],["path",{d:"M20.5 11H22",key:"khsy7a"}],["path",{d:"M4 18v-2",key:"1c3oqr"}],["path",{d:"M8 12v-2",key:"1mwtfd"}],["path",{d:"M8 18v-2",key:"qcmpov"}],["rect",{x:"2",y:"6",width:"20",height:"10",rx:"2",key:"1qcswk"}]],d3=e("memory-stick",qO);const zO=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],h3=e("menu",zO);const AO=[["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22",key:"1hyw0i"}],["path",{d:"m20 22-5-5",key:"1m27yz"}]],r3=e("merge",AO);const jO=[["path",{d:"m10 9-3 3 3 3",key:"1oro0q"}],["path",{d:"m14 15 3-3-3-3",key:"bz13h7"}],["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],s3=e("message-circle-code",jO);const HO=[["path",{d:"M10.1 2.182a10 10 0 0 1 3.8 0",key:"5ilxe3"}],["path",{d:"M13.9 21.818a10 10 0 0 1-3.8 0",key:"11zvb9"}],["path",{d:"M17.609 3.72a10 10 0 0 1 2.69 2.7",key:"jiglxs"}],["path",{d:"M2.182 13.9a10 10 0 0 1 0-3.8",key:"c0bmvh"}],["path",{d:"M20.28 17.61a10 10 0 0 1-2.7 2.69",key:"elg7ff"}],["path",{d:"M21.818 10.1a10 10 0 0 1 0 3.8",key:"qkgqxc"}],["path",{d:"M3.721 6.391a10 10 0 0 1 2.7-2.69",key:"1mcia2"}],["path",{d:"m6.163 21.117-2.906.85a1 1 0 0 1-1.236-1.169l.965-2.98",key:"1qsu07"}]],y3=e("message-circle-dashed",HO);const PO=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 5.004 2.224 3 3 0 0 1-.832 2.083l-3.447 3.62a1 1 0 0 1-1.45-.001z",key:"hoo97p"}]],l3=e("message-circle-heart",PO);const VO=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]],p3=e("message-circle-more",VO);const BO=[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M4.93 4.929a10 10 0 0 0-1.938 11.412 2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 0 0 11.302-1.989",key:"7il5tn"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65",key:"1pfsoa"}]],k3=e("message-circle-off",BO);const FO=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]],u3=e("message-circle-plus",FO);const DO=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],w2=e("message-circle-question-mark",DO);const TO=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}],["path",{d:"M7 12h8a2 2 0 0 1 2 2v1",key:"89sh1g"}]],M3=e("message-circle-reply",TO);const RO=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]],m3=e("message-circle-warning",RO);const UO=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],_3=e("message-circle-x",UO);const OO=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],g3=e("message-circle",OO);const EO=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"m10 8-3 3 3 3",key:"fp6dz7"}],["path",{d:"m14 14 3-3-3-3",key:"1yrceu"}]],v3=e("message-square-code",EO);const WO=[["path",{d:"M14 3h2",key:"1d12a5"}],["path",{d:"M16 19h-2",key:"1agirb"}],["path",{d:"M2 12v-2",key:"1ey295"}],["path",{d:"M2 16v5.286a.71.71 0 0 0 1.212.502l1.149-1.149",key:"120k8q"}],["path",{d:"M20 19a2 2 0 0 0 2-2v-1",key:"ior8tn"}],["path",{d:"M22 10v2",key:"rmlecy"}],["path",{d:"M22 6V5a2 2 0 0 0-2-2",key:"sp3k6r"}],["path",{d:"M4 3a2 2 0 0 0-2 2v1",key:"11zt7s"}],["path",{d:"M8 19h2",key:"jnunrx"}],["path",{d:"M8 3h2",key:"ysbsee"}]],x3=e("message-square-dashed",WO);const GO=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M10 15h4",key:"192ueg"}],["path",{d:"M10 9h4",key:"u4k05v"}],["path",{d:"M12 7v4",key:"xawao1"}]],f3=e("message-square-diff",GO);const ZO=[["path",{d:"M12.7 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4.7",key:"wjb7ig"}],["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}]],L3=e("message-square-dot",ZO);const XO=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M7.5 9.5c0 .687.265 1.383.697 1.844l3.009 3.264a1.14 1.14 0 0 0 .407.314 1 1 0 0 0 .783-.004 1.14 1.14 0 0 0 .398-.31l3.008-3.264A2.77 2.77 0 0 0 16.5 9.5 2.5 2.5 0 0 0 12 8a2.5 2.5 0 0 0-4.5 1.5",key:"1faxuh"}]],w3=e("message-square-heart",XO);const KO=[["path",{d:"M22 8.5V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H10",key:"fu6chl"}],["path",{d:"M20 15v-2a2 2 0 0 0-4 0v2",key:"vl8a78"}],["rect",{x:"14",y:"15",width:"8",height:"5",rx:"1",key:"37aafw"}]],C3=e("message-square-lock",KO);const JO=[["path",{d:"M19 19H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.7.7 0 0 1 2 21.286V5a2 2 0 0 1 1.184-1.826",key:"1wyg69"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.656 3H20a2 2 0 0 1 2 2v11.344",key:"mhl4k6"}]],b3=e("message-square-off",JO);const QO=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M12 11h.01",key:"z322tv"}],["path",{d:"M16 11h.01",key:"xkw8gn"}],["path",{d:"M8 11h.01",key:"1dfujw"}]],I3=e("message-square-more",QO);const YO=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M12 8v6",key:"1ib9pf"}],["path",{d:"M9 11h6",key:"1fldmi"}]],N3=e("message-square-plus",YO);const eE=[["path",{d:"M14 14a2 2 0 0 0 2-2V8h-2",key:"1r06pg"}],["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M8 14a2 2 0 0 0 2-2V8H8",key:"1jzu5j"}]],$3=e("message-square-quote",eE);const aE=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"m10 8-3 3 3 3",key:"fp6dz7"}],["path",{d:"M17 14v-1a2 2 0 0 0-2-2H7",key:"1tkjnz"}]],S3=e("message-square-reply",aE);const tE=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M7 11h10",key:"1twpyw"}],["path",{d:"M7 15h6",key:"d9of3u"}],["path",{d:"M7 7h8",key:"af5zfr"}]],q3=e("message-square-text",tE);const oE=[["path",{d:"M12 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4",key:"11da1y"}],["path",{d:"M16 3h6v6",key:"1bx56c"}],["path",{d:"m16 9 6-6",key:"m4dnic"}]],z3=e("message-square-share",oE);const cE=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M12 15h.01",key:"q59x07"}],["path",{d:"M12 7v4",key:"xawao1"}]],A3=e("message-square-warning",cE);const nE=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"m14.5 8.5-5 5",key:"19tnj2"}],["path",{d:"m9.5 8.5 5 5",key:"1oa8ql"}]],j3=e("message-square-x",nE);const iE=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}]],H3=e("message-square",iE);const dE=[["path",{d:"M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z",key:"1n2ejm"}],["path",{d:"M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1",key:"1qfcsi"}]],P3=e("messages-square",dE);const hE=[["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33",key:"1gzdoj"}],["path",{d:"M16.95 16.95A7 7 0 0 1 5 12v-2",key:"cqa7eg"}],["path",{d:"M18.89 13.23A7 7 0 0 0 19 12v-2",key:"16hl24"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12",key:"r2i35w"}]],V3=e("mic-off",hE);const rE=[["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2",key:"1vc78b"}],["rect",{x:"9",y:"2",width:"6",height:"13",rx:"3",key:"s6n7sd"}]],B3=e("mic",rE);const sE=[["path",{d:"m11 7.601-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12",key:"80a601"}],["path",{d:"M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2-2.072-.356-2.775-3.369-1.5-4.5",key:"j0ngtp"}],["circle",{cx:"16",cy:"7",r:"5",key:"d08jfb"}]],C2=e("mic-vocal",sE);const yE=[["path",{d:"M10 12h4",key:"a56b0p"}],["path",{d:"M10 17h4",key:"pvmtpo"}],["path",{d:"M10 7h4",key:"1vgcok"}],["path",{d:"M18 12h2",key:"quuxs7"}],["path",{d:"M18 18h2",key:"4scel"}],["path",{d:"M18 6h2",key:"1ptzki"}],["path",{d:"M4 12h2",key:"1ltxp0"}],["path",{d:"M4 18h2",key:"1xrofg"}],["path",{d:"M4 6h2",key:"1cx33n"}],["rect",{x:"6",y:"2",width:"12",height:"20",rx:"2",key:"749fme"}]],F3=e("microchip",yE);const lE=[["path",{d:"M6 18h8",key:"1borvv"}],["path",{d:"M3 22h18",key:"8prr45"}],["path",{d:"M14 22a7 7 0 1 0 0-14h-1",key:"1jwaiy"}],["path",{d:"M9 14h2",key:"197e7h"}],["path",{d:"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z",key:"1bmzmy"}],["path",{d:"M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3",key:"1drr47"}]],D3=e("microscope",lE);const pE=[["rect",{width:"20",height:"15",x:"2",y:"4",rx:"2",key:"2no95f"}],["rect",{width:"8",height:"7",x:"6",y:"8",rx:"1",key:"zh9wx"}],["path",{d:"M18 8v7",key:"o5zi4n"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 19v2",key:"1dawf0"}]],T3=e("microwave",pE);const kE=[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}],["path",{d:"M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z",key:"1btarq"}]],R3=e("milestone",kE);const uE=[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3",key:"y0ejgx"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435",key:"iaxqsy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],U3=e("milk-off",uE);const ME=[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2",key:"qtp12x"}],["path",{d:"M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"ygeh44"}]],O3=e("milk",ME);const mE=[["path",{d:"m14 10 7-7",key:"oa77jy"}],["path",{d:"M20 10h-6V4",key:"mjg0md"}],["path",{d:"m3 21 7-7",key:"tjx5ai"}],["path",{d:"M4 14h6v6",key:"rmj7iw"}]],E3=e("minimize-2",mE);const _E=[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3",key:"hohbtr"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3",key:"5jw1f3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3",key:"198tvr"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3",key:"ph8mxp"}]],W3=e("minimize",_E);const gE=[["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]],G3=e("monitor-check",gE);const vE=[["path",{d:"M5 12h14",key:"1ays0h"}]],Z3=e("minus",vE);const xE=[["path",{d:"M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4z",key:"1da4q6"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}]],X3=e("monitor-cloud",xE);const fE=[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m14.305 7.53.923-.382",key:"1mlnsw"}],["path",{d:"m15.228 4.852-.923-.383",key:"82mpwg"}],["path",{d:"m16.852 3.228-.383-.924",key:"ln4sir"}],["path",{d:"m16.852 8.772-.383.923",key:"1dejw0"}],["path",{d:"m19.148 3.228.383-.924",key:"192kgf"}],["path",{d:"m19.53 9.696-.382-.924",key:"fiavlr"}],["path",{d:"m20.772 4.852.924-.383",key:"1j8mgp"}],["path",{d:"m20.772 7.148.924.383",key:"zix9be"}],["path",{d:"M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",key:"1tnzv8"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}]],K3=e("monitor-cog",fE);const LE=[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M22 12.307V15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8.693",key:"1dx6ho"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}]],J3=e("monitor-dot",LE);const wE=[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"m15 10-3 3-3-3",key:"lzhmyn"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]],Q3=e("monitor-down",wE);const CE=[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M17 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 1.184-1.826",key:"cv7jms"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M8.656 3H20a2 2 0 0 1 2 2v10a2 2 0 0 1-.293 1.042",key:"z8ni2w"}]],Y3=e("monitor-off",CE);const bE=[["path",{d:"M10 13V7",key:"1u13u9"}],["path",{d:"M14 13V7",key:"1vj9om"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]],e8=e("monitor-pause",bE);const IE=[["path",{d:"M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z",key:"vbtd3f"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}]],a8=e("monitor-play",IE);const NE=[["path",{d:"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8",key:"10dyio"}],["path",{d:"M10 19v-3.96 3.15",key:"1irgej"}],["path",{d:"M7 19h5",key:"qswx4l"}],["rect",{width:"6",height:"10",x:"16",y:"12",rx:"2",key:"1egngj"}]],t8=e("monitor-smartphone",NE);const $E=[["path",{d:"M5.5 20H8",key:"1k40s5"}],["path",{d:"M17 9h.01",key:"1j24nn"}],["rect",{width:"10",height:"16",x:"12",y:"4",rx:"2",key:"ixliua"}],["path",{d:"M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4",key:"1mp6e1"}],["circle",{cx:"17",cy:"15",r:"1",key:"tqvash"}]],o8=e("monitor-speaker",$E);const SE=[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}],["rect",{x:"9",y:"7",width:"6",height:"6",rx:"1",key:"5m2oou"}]],c8=e("monitor-stop",SE);const qE=[["path",{d:"m14.5 12.5-5-5",key:"1jahn5"}],["path",{d:"m9.5 12.5 5-5",key:"1k2t7b"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]],n8=e("monitor-x",qE);const zE=[["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"M12 13V7",key:"h0r20n"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]],i8=e("monitor-up",zE);const AE=[["path",{d:"M18 5h4",key:"1lhgn2"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",key:"kfwtm"}]],d8=e("moon-star",AE);const jE=[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]],h8=e("monitor",jE);const HE=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",key:"kfwtm"}]],r8=e("moon",HE);const PE=[["path",{d:"m18 14-1-3",key:"bdajw9"}],["path",{d:"m3 9 6 2a2 2 0 0 1 2-2h2a2 2 0 0 1 1.99 1.81",key:"f5fotj"}],["path",{d:"M8 17h3a1 1 0 0 0 1-1 6 6 0 0 1 6-6 1 1 0 0 0 1-1v-.75A5 5 0 0 0 17 5",key:"3i90e2"}],["circle",{cx:"19",cy:"17",r:"3",key:"1otbdv"}],["circle",{cx:"5",cy:"17",r:"3",key:"1d8p0c"}]],s8=e("motorbike",PE);const VE=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}],["path",{d:"M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19",key:"1pvmmp"}]],y8=e("mountain-snow",VE);const BE=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}]],l8=e("mountain",BE);const FE=[["path",{d:"M12 6v.343",key:"1gyhex"}],["path",{d:"M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218",key:"ukzz01"}],["path",{d:"M19 13.343V9A7 7 0 0 0 8.56 2.902",key:"104jy9"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]],p8=e("mouse-off",FE);const DE=[["path",{d:"m15.55 8.45 5.138 2.087a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063L8.45 15.551",key:"1qoshx"}],["path",{d:"M22 2 2 22",key:"y4kqgn"}],["path",{d:"m6.816 11.528-2.779-6.84a.495.495 0 0 1 .651-.651l6.84 2.779",key:"mymuvk"}]],k8=e("mouse-pointer-2-off",DE);const TE=[["path",{d:"M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z",key:"edeuup"}]],u8=e("mouse-pointer-2",TE);const RE=[["path",{d:"M2.034 2.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.944L8.204 7.545a1 1 0 0 0-.66.66l-1.066 3.443a.5.5 0 0 1-.944.033z",key:"11pp1i"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["path",{d:"m11.8 11.8 8.4 8.4",key:"oogvdj"}]],M8=e("mouse-pointer-ban",RE);const UE=[["path",{d:"M14 4.1 12 6",key:"ita8i4"}],["path",{d:"m5.1 8-2.9-.8",key:"1go3kf"}],["path",{d:"m6 12-1.9 2",key:"mnht97"}],["path",{d:"M7.2 2.2 8 5.1",key:"1cfko1"}],["path",{d:"M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z",key:"s0h3yz"}]],m8=e("mouse-pointer-click",UE);const OE=[["path",{d:"M12.586 12.586 19 19",key:"ea5xo7"}],["path",{d:"M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z",key:"277e5u"}]],_8=e("mouse-pointer",OE);const EE=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7",key:"11ol66"}],["path",{d:"M12 6v4",key:"16clxf"}]],g8=e("mouse",EE);const WE=[["path",{d:"M5 3v16h16",key:"1mqmf9"}],["path",{d:"m5 19 6-6",key:"jh6hbb"}],["path",{d:"m2 6 3-3 3 3",key:"tkyvxa"}],["path",{d:"m18 16 3 3-3 3",key:"1d4glt"}]],b2=e("move-3d",WE);const GE=[["path",{d:"M19 13v6h-6",key:"1hxl6d"}],["path",{d:"M5 11V5h6",key:"12e2xe"}],["path",{d:"m5 5 14 14",key:"11anup"}]],v8=e("move-diagonal-2",GE);const ZE=[["path",{d:"M11 19H5v-6",key:"8awifj"}],["path",{d:"M13 5h6v6",key:"7voy1q"}],["path",{d:"M19 5 5 19",key:"wwaj1z"}]],x8=e("move-diagonal",ZE);const XE=[["path",{d:"M11 19H5V13",key:"1akmht"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]],f8=e("move-down-left",XE);const KE=[["path",{d:"M19 13V19H13",key:"10vkzq"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]],L8=e("move-down-right",KE);const JE=[["path",{d:"M8 18L12 22L16 18",key:"cskvfv"}],["path",{d:"M12 2V22",key:"r89rzk"}]],w8=e("move-down",JE);const QE=[["path",{d:"m18 8 4 4-4 4",key:"1ak13k"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}]],C8=e("move-horizontal",QE);const YE=[["path",{d:"M6 8L2 12L6 16",key:"kyvwex"}],["path",{d:"M2 12H22",key:"1m8cig"}]],b8=e("move-left",YE);const eW=[["path",{d:"M18 8L22 12L18 16",key:"1r0oui"}],["path",{d:"M2 12H22",key:"1m8cig"}]],I8=e("move-right",eW);const aW=[["path",{d:"M5 11V5H11",key:"3q78g9"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]],N8=e("move-up-left",aW);const tW=[["path",{d:"M8 6L12 2L16 6",key:"1yvkyx"}],["path",{d:"M12 2V22",key:"r89rzk"}]],$8=e("move-up",tW);const oW=[["path",{d:"M13 5H19V11",key:"1n1gyv"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]],S8=e("move-up-right",oW);const cW=[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"m15 19-3 3-3-3",key:"11eu04"}],["path",{d:"m19 9 3 3-3 3",key:"1mg7y2"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"m5 9-3 3 3 3",key:"j64kie"}],["path",{d:"m9 5 3-3 3 3",key:"l8vdw6"}]],q8=e("move",cW);const nW=[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"m8 18 4 4 4-4",key:"bh5tu3"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}]],z8=e("move-vertical",nW);const iW=[["circle",{cx:"8",cy:"18",r:"4",key:"1fc0mg"}],["path",{d:"M12 18V2l7 4",key:"g04rme"}]],A8=e("music-2",iW);const dW=[["circle",{cx:"12",cy:"18",r:"4",key:"m3r9ws"}],["path",{d:"M16 18V2",key:"40x2m5"}]],j8=e("music-3",dW);const hW=[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["path",{d:"m9 9 12-2",key:"1e64n2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]],H8=e("music-4",hW);const rW=[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]],P8=e("music",rW);const sW=[["path",{d:"M9.31 9.31 5 21l7-4 7 4-1.17-3.17",key:"qoq2o2"}],["path",{d:"M14.53 8.88 12 2l-1.17 3.17",key:"k3sjzy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],V8=e("navigation-2-off",sW);const yW=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2",key:"x8c0qg"}]],B8=e("navigation-2",yW);const lW=[["path",{d:"M8.43 8.43 3 11l8 2 2 8 2.57-5.43",key:"1vdtb7"}],["path",{d:"M17.39 11.73 22 2l-9.73 4.61",key:"tya3r6"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],F8=e("navigation-off",lW);const pW=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]],D8=e("navigation",pW);const kW=[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]],T8=e("network",kW);const uW=[["path",{d:"M15 18h-5",key:"95g1m2"}],["path",{d:"M18 14h-8",key:"sponae"}],["path",{d:"M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-4 0v-9a2 2 0 0 1 2-2h2",key:"39pd36"}],["rect",{width:"8",height:"4",x:"10",y:"6",rx:"1",key:"aywv1n"}]],R8=e("newspaper",uW);const MW=[["path",{d:"M6 8.32a7.43 7.43 0 0 1 0 7.36",key:"9iaqei"}],["path",{d:"M9.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"1yha7l"}],["path",{d:"M12.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"4iu2gk"}],["path",{d:"M16.37 2a20.16 20.16 0 0 1 0 20",key:"sap9u2"}]],U8=e("nfc",MW);const mW=[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"m8.5 4 7 4",key:"m1xjk3"}],["path",{d:"m8.5 8 7-4",key:"t0m5j6"}],["circle",{cx:"12",cy:"17",r:"5",key:"qbz8iq"}]],O8=e("non-binary",mW);const _W=[["path",{d:"M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4",key:"re6nr2"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"pqwjuv"}]],E8=e("notebook-pen",_W);const gW=[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M15 2v20",key:"dcj49h"}],["path",{d:"M15 7h5",key:"1xj5lc"}],["path",{d:"M15 12h5",key:"w5shd9"}],["path",{d:"M15 17h5",key:"1qaofu"}]],W8=e("notebook-tabs",gW);const vW=[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M9.5 8h5",key:"11mslq"}],["path",{d:"M9.5 12H16",key:"ktog6x"}],["path",{d:"M9.5 16H14",key:"p1seyn"}]],G8=e("notebook-text",vW);const xW=[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M16 2v20",key:"rotuqe"}]],Z8=e("notebook",xW);const fW=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"j91f56"}],["path",{d:"M20 12v2",key:"w8o0tu"}],["path",{d:"M20 18v2a2 2 0 0 1-2 2h-1",key:"1c9ggx"}],["path",{d:"M13 22h-2",key:"191ugt"}],["path",{d:"M7 22H6a2 2 0 0 1-2-2v-2",key:"1rt9px"}],["path",{d:"M4 14v-2",key:"1v0sqh"}],["path",{d:"M4 8V6a2 2 0 0 1 2-2h2",key:"1mwabg"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]],X8=e("notepad-text-dashed",fW);const LW=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"16",height:"18",x:"4",y:"4",rx:"2",key:"1u9h20"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]],K8=e("notepad-text",LW);const wW=[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939",key:"1xcvy9"}],["path",{d:"M19 10v3.343",key:"163tfc"}],["path",{d:"M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192",key:"17914v"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],J8=e("nut-off",wW);const CW=[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7.003 7.003 0 0 0 19 14v-4",key:"1tgyif"}],["path",{d:"M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3 1.31-.082 1.972-.29 3-1 .54.92.982 1.356 2 2 1.452-.647 1.954-1.098 2.5-2 .595.995 1.151 1.427 2.5 2 1.31-.621 1.862-1.058 2.5-2 .629.977 1.162 1.423 2.5 2 1.209-.548 1.68-.967 2-2 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4Z",key:"tnsqj"}]],Q8=e("nut",CW);const bW=[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",key:"1fd625"}]],I2=e("octagon-alert",bW);const IW=[["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}],["path",{d:"M8 12h8",key:"1wcyev"}]],Y8=e("octagon-minus",IW);const NW=[["path",{d:"M10 15V9",key:"1lckn7"}],["path",{d:"M14 15V9",key:"1muqhk"}],["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}]],N2=e("octagon-pause",NW);const $W=[["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],$2=e("octagon-x",$W);const SW=[["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}]],e6=e("octagon",SW);const qW=[["path",{d:"M3 20h4.5a.5.5 0 0 0 .5-.5v-.282a.52.52 0 0 0-.247-.437 8 8 0 1 1 8.494-.001.52.52 0 0 0-.247.438v.282a.5.5 0 0 0 .5.5H21",key:"1x94xo"}]],a6=e("omega",qW);const zW=[["path",{d:"M3 3h6l6 18h6",key:"ph9rgk"}],["path",{d:"M14 3h7",key:"16f0ms"}]],t6=e("option",zW);const AW=[["path",{d:"M20.341 6.484A10 10 0 0 1 10.266 21.85",key:"1enhxb"}],["path",{d:"M3.659 17.516A10 10 0 0 1 13.74 2.152",key:"1crzgf"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}]],o6=e("orbit",AW);const jW=[["path",{d:"M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025",key:"1bx4vc"}],["path",{d:"m12 21-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009",key:"1h3km6"}],["path",{d:"m12.214 3.381 8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027",key:"1hj4wg"}]],c6=e("origami",jW);const HW=[["path",{d:"M12 3v6",key:"1holv5"}],["path",{d:"M16.76 3a2 2 0 0 1 1.8 1.1l2.23 4.479a2 2 0 0 1 .21.891V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9.472a2 2 0 0 1 .211-.894L5.45 4.1A2 2 0 0 1 7.24 3z",key:"187q7i"}],["path",{d:"M3.054 9.013h17.893",key:"grwhos"}]],n6=e("package-2",HW);const PW=[["path",{d:"m16 16 2 2 4-4",key:"gfu2re"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]],i6=e("package-check",PW);const VW=[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]],d6=e("package-minus",VW);const BW=[["path",{d:"M12 22v-9",key:"x3hkom"}],["path",{d:"M15.17 2.21a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.655 1.655 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z",key:"2ntwy6"}],["path",{d:"M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13",key:"1pmm1c"}],["path",{d:"M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.636 1.636 0 0 0 1.63 0z",key:"12ttoo"}]],h6=e("package-open",BW);const FW=[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M19 13v6",key:"85cyf1"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]],r6=e("package-plus",FW);const DW=[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["circle",{cx:"18.5",cy:"15.5",r:"2.5",key:"b5zd12"}],["path",{d:"M20.27 17.27 22 19",key:"1l4muz"}]],s6=e("package-search",DW);const TW=[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["path",{d:"m17 13 5 5m-5 0 5-5",key:"im3w4b"}]],y6=e("package-x",TW);const RW=[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]],l6=e("package",RW);const UW=[["path",{d:"M11 7 6 2",key:"1jwth8"}],["path",{d:"M18.992 12H2.041",key:"xw1gg"}],["path",{d:"M21.145 18.38A3.34 3.34 0 0 1 20 16.5a3.3 3.3 0 0 1-1.145 1.88c-.575.46-.855 1.02-.855 1.595A2 2 0 0 0 20 22a2 2 0 0 0 2-2.025c0-.58-.285-1.13-.855-1.595",key:"1nkol4"}],["path",{d:"m8.5 4.5 2.148-2.148a1.205 1.205 0 0 1 1.704 0l7.296 7.296a1.205 1.205 0 0 1 0 1.704l-7.592 7.592a3.615 3.615 0 0 1-5.112 0l-3.888-3.888a3.615 3.615 0 0 1 0-5.112L5.67 7.33",key:"1nk1rd"}]],p6=e("paint-bucket",UW);const OW=[["rect",{width:"16",height:"6",x:"2",y:"2",rx:"2",key:"jcyz7m"}],["path",{d:"M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1b9h7c"}],["rect",{width:"4",height:"6",x:"8",y:"16",rx:"1",key:"d6e7yl"}]],k6=e("paint-roller",OW);const EW=[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v4",key:"qmzblu"}],["path",{d:"M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z",key:"ycvu00"}],["path",{d:"M6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1",key:"iw4wnp"}]],S2=e("paintbrush-vertical",EW);const WW=[["path",{d:"m14.622 17.897-10.68-2.913",key:"vj2p1u"}],["path",{d:"M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0z",key:"18tc5c"}],["path",{d:"M9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15",key:"ytzfxy"}]],u6=e("paintbrush",WW);const GW=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],M6=e("palette",GW);const ZW=[["path",{d:"M11.25 17.25h1.5L12 18z",key:"1wmwwj"}],["path",{d:"m15 12 2 2",key:"k60wz4"}],["path",{d:"M18 6.5a.5.5 0 0 0-.5-.5",key:"1ch4h4"}],["path",{d:"M20.69 9.67a4.5 4.5 0 1 0-7.04-5.5 8.35 8.35 0 0 0-3.3 0 4.5 4.5 0 1 0-7.04 5.5C2.49 11.2 2 12.88 2 14.5 2 19.47 6.48 22 12 22s10-2.53 10-7.5c0-1.62-.48-3.3-1.3-4.83",key:"1c660l"}],["path",{d:"M6 6.5a.495.495 0 0 1 .5-.5",key:"eviuep"}],["path",{d:"m9 12-2 2",key:"326nkw"}]],m6=e("panda",ZW);const XW=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m15 8-3 3-3-3",key:"1oxy1z"}]],_6=e("panel-bottom-close",XW);const KW=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 15h1",key:"171nev"}],["path",{d:"M19 15h2",key:"1vnucp"}],["path",{d:"M3 15h2",key:"8bym0q"}],["path",{d:"M9 15h1",key:"1tg3ks"}]],q2=e("panel-bottom-dashed",KW);const JW=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]],g6=e("panel-bottom-open",JW);const QW=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}]],v6=e("panel-bottom",QW);const YW=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m16 15-3-3 3-3",key:"14y99z"}]],z2=e("panel-left-close",YW);const eG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 14v1",key:"askpd8"}],["path",{d:"M9 19v2",key:"16tejx"}],["path",{d:"M9 3v2",key:"1noubl"}],["path",{d:"M9 9v1",key:"19ebxg"}]],A2=e("panel-left-dashed",eG);const aG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m14 9 3 3-3 3",key:"8010ee"}]],j2=e("panel-left-open",aG);const tG=[["path",{d:"M15 10V9",key:"4dkmfx"}],["path",{d:"M15 15v-1",key:"6a4afx"}],["path",{d:"M15 21v-2",key:"1qshmc"}],["path",{d:"M15 5V3",key:"1fk0mb"}],["path",{d:"M9 10V9",key:"1lazqi"}],["path",{d:"M9 15v-1",key:"9lx740"}],["path",{d:"M9 21v-2",key:"1fwk0n"}],["path",{d:"M9 5V3",key:"2q8zi6"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],x6=e("panel-left-right-dashed",tG);const oG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]],H2=e("panel-left",oG);const cG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m8 9 3 3-3 3",key:"12hl5m"}]],f6=e("panel-right-close",cG);const nG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 14v1",key:"ilsfch"}],["path",{d:"M15 19v2",key:"1fst2f"}],["path",{d:"M15 3v2",key:"z204g4"}],["path",{d:"M15 9v1",key:"z2a8b1"}]],P2=e("panel-right-dashed",nG);const iG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}]],L6=e("panel-right-open",iG);const dG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}]],w6=e("panel-right",dG);const hG=[["path",{d:"M14 15h1",key:"171nev"}],["path",{d:"M14 9h1",key:"l0svgy"}],["path",{d:"M19 15h2",key:"1vnucp"}],["path",{d:"M19 9h2",key:"te2zfg"}],["path",{d:"M3 15h2",key:"8bym0q"}],["path",{d:"M3 9h2",key:"1h4ldw"}],["path",{d:"M9 15h1",key:"1tg3ks"}],["path",{d:"M9 9h1",key:"15jzuz"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],C6=e("panel-top-bottom-dashed",hG);const rG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m9 16 3-3 3 3",key:"1idcnm"}]],b6=e("panel-top-close",rG);const sG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 9h1",key:"l0svgy"}],["path",{d:"M19 9h2",key:"te2zfg"}],["path",{d:"M3 9h2",key:"1h4ldw"}],["path",{d:"M9 9h1",key:"15jzuz"}]],V2=e("panel-top-dashed",sG);const yG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m15 14-3 3-3-3",key:"g215vf"}]],I6=e("panel-top-open",yG);const lG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}]],N6=e("panel-top",lG);const pG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M9 15h12",key:"5ijen5"}]],$6=e("panels-left-bottom",pG);const kG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h12",key:"1wkqb3"}],["path",{d:"M15 3v18",key:"14nvp0"}]],S6=e("panels-right-bottom",kG);const uG=[["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551",key:"1miecu"}]],q6=e("paperclip",uG);const MG=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M9 21V9",key:"1oto5p"}]],B2=e("panels-top-left",MG);const mG=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}]],z6=e("parentheses",mG);const _G=[["path",{d:"M11 15h2",key:"199qp6"}],["path",{d:"M12 12v3",key:"158kv8"}],["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z",key:"1jofit"}],["path",{d:"M9 9a3 3 0 1 1 6 0",key:"jdoeu8"}]],A6=e("parking-meter",_G);const gG=[["path",{d:"M5.8 11.3 2 22l10.7-3.79",key:"gwxi1d"}],["path",{d:"M4 3h.01",key:"1vcuye"}],["path",{d:"M22 8h.01",key:"1mrtc2"}],["path",{d:"M15 2h.01",key:"1cjtqr"}],["path",{d:"M22 20h.01",key:"1mrys2"}],["path",{d:"m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10",key:"hbicv8"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17",key:"1i94pl"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7",key:"1cofks"}],["path",{d:"M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z",key:"4kbmks"}]],j6=e("party-popper",gG);const vG=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1",key:"kaeet6"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1",key:"1wsw3u"}]],H6=e("pause",vG);const xG=[["circle",{cx:"11",cy:"4",r:"2",key:"vol9p0"}],["circle",{cx:"18",cy:"8",r:"2",key:"17gozi"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}],["path",{d:"M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z",key:"1ydw1z"}]],P6=e("paw-print",xG);const fG=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",key:"1uq1d7"}],["path",{d:"M15 14h.01",key:"1kp3bh"}],["path",{d:"M9 6h6",key:"dgm16u"}],["path",{d:"M9 10h6",key:"9gxzsh"}]],V6=e("pc-case",fG);const LG=[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],F2=e("pen-line",LG);const wG=[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],B6=e("pen-off",wG);const CG=[["path",{d:"M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z",key:"nt11vn"}],["path",{d:"m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18",key:"15qc1e"}],["path",{d:"m2.3 2.3 7.286 7.286",key:"1wuzzi"}],["circle",{cx:"11",cy:"11",r:"2",key:"xmgehs"}]],F6=e("pen-tool",CG);const bG=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],D2=e("pen",bG);const IG=[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],D6=e("pencil-line",IG);const NG=[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],T6=e("pencil-off",NG);const $G=[["path",{d:"M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13",key:"orapub"}],["path",{d:"m8 6 2-2",key:"115y1s"}],["path",{d:"m18 16 2-2",key:"ee94s4"}],["path",{d:"m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17",key:"cfq27r"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],R6=e("pencil-ruler",$G);const SG=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],U6=e("pencil",SG);const qG=[["path",{d:"M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z",key:"2hea0t"}]],O6=e("pentagon",qG);const zG=[["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5",key:"4mh3h7"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5",key:"1mdrzq"}]],E6=e("percent",zG);const AG=[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["path",{d:"m9 20 3-6 3 6",key:"se2kox"}],["path",{d:"m6 8 6 2 6-2",key:"4o3us4"}],["path",{d:"M12 10v4",key:"1kjpxc"}]],W6=e("person-standing",AG);const jG=[["path",{d:"M20 11H4",key:"6ut86h"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"M7 21V4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 12H7",key:"1ana5r"}]],G6=e("philippine-peso",jG);const HG=[["path",{d:"M13 2a9 9 0 0 1 9 9",key:"1itnx2"}],["path",{d:"M13 6a5 5 0 0 1 5 5",key:"11nki7"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],Z6=e("phone-call",HG);const PG=[["path",{d:"M14 6h8",key:"yd68k4"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],X6=e("phone-forwarded",PG);const VG=[["path",{d:"M16 2v6h6",key:"1mfrl5"}],["path",{d:"m22 2-6 6",key:"6f0sa0"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],K6=e("phone-incoming",VG);const BG=[["path",{d:"m16 2 6 6",key:"1gw87d"}],["path",{d:"m22 2-6 6",key:"6f0sa0"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],J6=e("phone-missed",BG);const FG=[["path",{d:"M10.1 13.9a14 14 0 0 0 3.732 2.668 1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2 18 18 0 0 1-12.728-5.272",key:"1wngk7"}],["path",{d:"M22 2 2 22",key:"y4kqgn"}],["path",{d:"M4.76 13.582A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 .244.473",key:"10hv5p"}]],Q6=e("phone-off",FG);const DG=[["path",{d:"m16 8 6-6",key:"oawc05"}],["path",{d:"M22 8V2h-6",key:"oqy2zc"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],Y6=e("phone-outgoing",DG);const TG=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],e7=e("phone",TG);const RG=[["line",{x1:"9",x2:"9",y1:"4",y2:"20",key:"ovs5a5"}],["path",{d:"M4 7c0-1.7 1.3-3 3-3h13",key:"10pag4"}],["path",{d:"M18 20c-1.7 0-3-1.3-3-3V4",key:"1gaosr"}]],a7=e("pi",RG);const UG=[["path",{d:"M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 0 0 2 9v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8.5C22 9.6 20.4 8 18.5 8",key:"lag0yf"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M6 14v4",key:"9ng0ue"}],["path",{d:"M10 14v4",key:"1v8uk5"}],["path",{d:"M14 14v4",key:"1tqops"}],["path",{d:"M18 14v4",key:"18uqwm"}]],t7=e("piano",UG);const OG=[["path",{d:"m14 13-8.381 8.38a1 1 0 0 1-3.001-3L11 9.999",key:"1lw9ds"}],["path",{d:"M15.973 4.027A13 13 0 0 0 5.902 2.373c-1.398.342-1.092 2.158.277 2.601a19.9 19.9 0 0 1 5.822 3.024",key:"ffj4ej"}],["path",{d:"M16.001 11.999a19.9 19.9 0 0 1 3.024 5.824c.444 1.369 2.26 1.676 2.603.278A13 13 0 0 0 20 8.069",key:"8tj4zw"}],["path",{d:"M18.352 3.352a1.205 1.205 0 0 0-1.704 0l-5.296 5.296a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l5.296-5.296a1.205 1.205 0 0 0 0-1.704z",key:"hh6h97"}]],o7=e("pickaxe",OG);const EG=[["path",{d:"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4",key:"daa4of"}],["rect",{width:"10",height:"7",x:"12",y:"13",rx:"2",key:"1nb8gs"}]],c7=e("picture-in-picture-2",EG);const WG=[["path",{d:"M2 10h6V4",key:"zwrco"}],["path",{d:"m2 4 6 6",key:"ug085t"}],["path",{d:"M21 10V7a2 2 0 0 0-2-2h-7",key:"git5jr"}],["path",{d:"M3 14v2a2 2 0 0 0 2 2h3",key:"1f7fh3"}],["rect",{x:"12",y:"14",width:"10",height:"7",rx:"1",key:"1wjs3o"}]],n7=e("picture-in-picture",WG);const GG=[["path",{d:"M11 17h3v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a3.16 3.16 0 0 0 2-2h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1a5 5 0 0 0-2-4V3a4 4 0 0 0-3.2 1.6l-.3.4H11a6 6 0 0 0-6 6v1a5 5 0 0 0 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1z",key:"1piglc"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M2 8v1a2 2 0 0 0 2 2h1",key:"1env43"}]],i7=e("piggy-bank",GG);const ZG=[["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"M14 9h-3a3 3 0 0 1 0-6h9",key:"1ulc19"}],["path",{d:"M18 3v11",key:"1phi0r"}],["path",{d:"M22 18H2l4-4",key:"yt65j9"}],["path",{d:"m6 22-4-4",key:"6jgyf5"}]],d7=e("pilcrow-left",ZG);const XG=[["path",{d:"M10 3v11",key:"o3l5kj"}],["path",{d:"M10 9H7a1 1 0 0 1 0-6h8",key:"1wb1nc"}],["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"m18 14 4 4H2",key:"4r8io1"}],["path",{d:"m22 18-4 4",key:"1hjjrd"}]],h7=e("pilcrow-right",XG);const KG=[["path",{d:"M13 4v16",key:"8vvj80"}],["path",{d:"M17 4v16",key:"7dpous"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13",key:"sh4n9v"}]],r7=e("pilcrow",KG);const JG=[["path",{d:"M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4",key:"17ldeb"}],["path",{d:"M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7",key:"nc37y6"}],["rect",{width:"16",height:"5",x:"4",y:"2",rx:"1",key:"3jeezo"}]],s7=e("pill-bottle",JG);const QG=[["path",{d:"m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z",key:"wa1lgi"}],["path",{d:"m8.5 8.5 7 7",key:"rvfmvr"}]],y7=e("pill",QG);const YG=[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89",key:"znwnzq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11",key:"c9qhm2"}]],l7=e("pin-off",YG);const eZ=[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]],p7=e("pin",eZ);const aZ=[["path",{d:"m12 9-8.414 8.414A2 2 0 0 0 3 18.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 3.828 21h1.344a2 2 0 0 0 1.414-.586L15 12",key:"1y3wsu"}],["path",{d:"m18 9 .4.4a1 1 0 1 1-3 3l-3.8-3.8a1 1 0 1 1 3-3l.4.4 3.4-3.4a1 1 0 1 1 3 3z",key:"110lr1"}],["path",{d:"m2 22 .414-.414",key:"jhxm08"}]],k7=e("pipette",aZ);const tZ=[["path",{d:"m12 14-1 1",key:"11onhr"}],["path",{d:"m13.75 18.25-1.25 1.42",key:"1yisr3"}],["path",{d:"M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12",key:"1qtqk6"}],["path",{d:"M18.8 9.3a1 1 0 0 0 2.1 7.7",key:"fbbbr2"}],["path",{d:"M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z",key:"1hyfdd"}]],u7=e("pizza",tZ);const oZ=[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z",key:"1ma21e"}]],M7=e("plane-landing",oZ);const cZ=[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z",key:"fkigj9"}]],m7=e("plane-takeoff",cZ);const nZ=[["path",{d:"M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z",key:"1v9wt8"}]],_7=e("plane",nZ);const iZ=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]],g7=e("play",iZ);const dZ=[["path",{d:"M9 2v6",key:"17ngun"}],["path",{d:"M15 2v6",key:"s7yy2p"}],["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M6 11V8h12v3a6 6 0 1 1-12 0Z",key:"wtfw2c"}]],v7=e("plug-2",dZ);const hZ=[["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m18 3-4 4h6l-4 4",key:"16psg9"}]],T2=e("plug-zap",hZ);const rZ=[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z",key:"1xoxul"}],["path",{d:"M9 8V2",key:"14iosj"}]],x7=e("plug",rZ);const sZ=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],f7=e("plus",sZ);const yZ=[["path",{d:"M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z",key:"1uodqw"}],["path",{d:"m8 10 4 4 4-4",key:"1mxd5q"}]],L7=e("pocket",yZ);const lZ=[["path",{d:"M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2",key:"19w3oe"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z",key:"6fykxj"}],["path",{d:"M18 11.66V22a4 4 0 0 0 4-4V6",key:"1utzek"}]],w7=e("pocket-knife",lZ);const pZ=[["path",{d:"M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z",fill:"currentColor",key:"x1mxqr"}],["path",{d:"M16.85 18.58a9 9 0 1 0-9.7 0",key:"d71mpg"}],["path",{d:"M8 14a5 5 0 1 1 8 0",key:"fc81rn"}],["circle",{cx:"12",cy:"11",r:"1",fill:"currentColor",key:"vqiwd"}]],C7=e("podcast",pZ);const kZ=[["path",{d:"M10 4.5V4a2 2 0 0 0-2.41-1.957",key:"jsi14n"}],["path",{d:"M13.9 8.4a2 2 0 0 0-1.26-1.295",key:"hirc7f"}],["path",{d:"M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158",key:"1jxb2e"}],["path",{d:"m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343",key:"10r7hm"}],["path",{d:"M6 6v8",key:"tv5xkp"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],b7=e("pointer-off",kZ);const uZ=[["path",{d:"M22 14a8 8 0 0 1-8 8",key:"56vcr3"}],["path",{d:"M18 11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1agjmk"}],["path",{d:"M14 10V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1",key:"wdbh2u"}],["path",{d:"M10 9.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10",key:"1ibuk9"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"g6ys72"}]],I7=e("pointer",uZ);const MZ=[["path",{d:"M18 8a2 2 0 0 0 0-4 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0 0 4",key:"10td1f"}],["path",{d:"M10 22 9 8",key:"yjptiv"}],["path",{d:"m14 22 1-14",key:"8jwc8b"}],["path",{d:"M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z",key:"1qo33t"}]],N7=e("popcorn",MZ);const mZ=[["path",{d:"M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1Z",key:"1o68ps"}],["path",{d:"m22 22-5.5-5.5",key:"17o70y"}]],$7=e("popsicle",mZ);const _Z=[["path",{d:"M18 7c0-5.333-8-5.333-8 0",key:"1prm2n"}],["path",{d:"M10 7v14",key:"18tmcs"}],["path",{d:"M6 21h12",key:"4dkmi1"}],["path",{d:"M6 13h10",key:"ybwr4a"}]],S7=e("pound-sterling",_Z);const gZ=[["path",{d:"M18.36 6.64A9 9 0 0 1 20.77 15",key:"dxknvb"}],["path",{d:"M6.16 6.16a9 9 0 1 0 12.68 12.68",key:"1x7qb5"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],q7=e("power-off",gZ);const vZ=[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04",key:"obofu9"}]],z7=e("power",vZ);const xZ=[["path",{d:"M2 3h20",key:"91anmk"}],["path",{d:"M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3",key:"2k9sn8"}],["path",{d:"m7 21 5-5 5 5",key:"bip4we"}]],A7=e("presentation",xZ);const fZ=[["path",{d:"M13.5 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5",key:"qeb09x"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2",key:"1md90i"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}]],j7=e("printer-check",fZ);const LZ=[["path",{d:"M12.531 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h6.377",key:"1w39xo"}],["path",{d:"m16.5 16.5 5 5",key:"zc9lw7"}],["path",{d:"m16.5 21.5 5-5",key:"1fr29m"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.5",key:"18he39"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}]],H7=e("printer-x",LZ);const wZ=[["path",{d:"M5 7 3 5",key:"1yys58"}],["path",{d:"M9 6V3",key:"1ptz9u"}],["path",{d:"m13 7 2-2",key:"1w3vmq"}],["circle",{cx:"9",cy:"13",r:"3",key:"1mma13"}],["path",{d:"M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17",key:"2frwzc"}],["path",{d:"M16 16h2",key:"dnq2od"}]],P7=e("projector",wZ);const CZ=[["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"143wyd"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}],["rect",{x:"6",y:"14",width:"12",height:"8",rx:"1",key:"1ue0tg"}]],V7=e("printer",CZ);const bZ=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M12 9v11",key:"1fnkrn"}],["path",{d:"M2 9h13a2 2 0 0 1 2 2v9",key:"11z3ex"}]],B7=e("proportions",bZ);const IZ=[["path",{d:"M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z",key:"w46dr5"}]],F7=e("puzzle",IZ);const NZ=[["path",{d:"M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z",key:"aenxs0"}],["path",{d:"M12 2v20",key:"t6zp3m"}]],D7=e("pyramid",NZ);const $Z=[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1",key:"1tu5fj"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1",key:"1v8r4q"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1",key:"1x03jg"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3",key:"177gqh"}],["path",{d:"M21 21v.01",key:"ents32"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7",key:"8crl2c"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M12 16v.01",key:"133mhm"}],["path",{d:"M16 12h1",key:"1slzba"}],["path",{d:"M21 12v.01",key:"1lwtk9"}],["path",{d:"M12 21v-1",key:"1880an"}]],T7=e("qr-code",$Z);const SZ=[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]],R7=e("quote",SZ);const qZ=[["path",{d:"M13 16a3 3 0 0 1 2.24 5",key:"1epib5"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3",key:"ue9ozu"}],["path",{d:"M20 8.54V4a2 2 0 1 0-4 0v3",key:"49iql8"}],["path",{d:"M7.612 12.524a3 3 0 1 0-1.6 4.3",key:"1e33i0"}]],U7=e("rabbit",qZ);const zZ=[["path",{d:"M19.07 4.93A10 10 0 0 0 6.99 3.34",key:"z3du51"}],["path",{d:"M4 6h.01",key:"oypzma"}],["path",{d:"M2.29 9.62A10 10 0 1 0 21.31 8.35",key:"qzzz0"}],["path",{d:"M16.24 7.76A6 6 0 1 0 8.23 16.67",key:"1yjesh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M17.99 11.66A6 6 0 0 1 15.77 16.67",key:"1u2y91"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"m13.41 10.59 5.66-5.66",key:"mhq4k0"}]],O7=e("radar",zZ);const AZ=[["path",{d:"M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21",key:"1mqj8i"}]],E7=e("radical",AZ);const jZ=[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M14 15.4641a4 4 0 0 1-4 0L7.52786 19.74597 A 1 1 0 0 0 7.99303 21.16211 10 10 0 0 0 16.00697 21.16211 1 1 0 0 0 16.47214 19.74597z",key:"1y4lzb"}],["path",{d:"M16 12a4 4 0 0 0-2-3.464l2.472-4.282a1 1 0 0 1 1.46-.305 10 10 0 0 1 4.006 6.94A1 1 0 0 1 21 12z",key:"163ggk"}],["path",{d:"M8 12a4 4 0 0 1 2-3.464L7.528 4.254a1 1 0 0 0-1.46-.305 10 10 0 0 0-4.006 6.94A1 1 0 0 0 3 12z",key:"1l9i0b"}]],W7=e("radiation",jZ);const HZ=[["path",{d:"M5 16v2",key:"g5qcv5"}],["path",{d:"M19 16v2",key:"1gbaio"}],["rect",{width:"20",height:"8",x:"2",y:"8",rx:"2",key:"vjsjur"}],["path",{d:"M18 12h.01",key:"yjnet6"}]],G7=e("radio-receiver",HZ);const PZ=[["path",{d:"M4.9 16.1C1 12.2 1 5.8 4.9 1.9",key:"s0qx1y"}],["path",{d:"M7.8 4.7a6.14 6.14 0 0 0-.8 7.5",key:"1idnkw"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}],["path",{d:"M16.2 4.8c2 2 2.26 5.11.8 7.47",key:"ojru2q"}],["path",{d:"M19.1 1.9a9.96 9.96 0 0 1 0 14.1",key:"rhi7fg"}],["path",{d:"M9.5 18h5",key:"mfy3pd"}],["path",{d:"m8 22 4-11 4 11",key:"25yftu"}]],Z7=e("radio-tower",PZ);const VZ=[["path",{d:"M16.247 7.761a6 6 0 0 1 0 8.478",key:"1fwjs5"}],["path",{d:"M19.075 4.933a10 10 0 0 1 0 14.134",key:"ehdyv1"}],["path",{d:"M4.925 19.067a10 10 0 0 1 0-14.134",key:"1q22gi"}],["path",{d:"M7.753 16.239a6 6 0 0 1 0-8.478",key:"r2q7qm"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],bx=e("radio",VZ);const BZ=[["path",{d:"M20.34 17.52a10 10 0 1 0-2.82 2.82",key:"fydyku"}],["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["path",{d:"m13.41 13.41 4.18 4.18",key:"1gqbwc"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],X7=e("radius",BZ);const FZ=[["path",{d:"M22 17a10 10 0 0 0-20 0",key:"ozegv"}],["path",{d:"M6 17a6 6 0 0 1 12 0",key:"5giftw"}],["path",{d:"M10 17a2 2 0 0 1 4 0",key:"gnsikk"}]],K7=e("rainbow",FZ);const DZ=[["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M5 9h14",key:"7tsvo6"}],["path",{d:"m14 20-5-5 6-6-5-5",key:"1jo42i"}]],J7=e("rail-symbol",DZ);const TZ=[["path",{d:"M13 22H4a2 2 0 0 1 0-4h12",key:"bt3f23"}],["path",{d:"M13.236 18a3 3 0 0 0-2.2-5",key:"1tbvmo"}],["path",{d:"M16 9h.01",key:"1bdo4e"}],["path",{d:"M16.82 3.94a3 3 0 1 1 3.237 4.868l1.815 2.587a1.5 1.5 0 0 1-1.5 2.1l-2.872-.453a3 3 0 0 0-3.5 3",key:"9ch7kn"}],["path",{d:"M17 4.988a3 3 0 1 0-5.2 2.052A7 7 0 0 0 4 14.015 4 4 0 0 0 8 18",key:"3s7e9i"}]],Q7=e("rat",TZ);const RZ=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]],Y7=e("ratio",RZ);const UZ=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M12 6.5v11",key:"ecfhkf"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]],eu=e("receipt-cent",UZ);const OZ=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 12h5",key:"1g6qi8"}],["path",{d:"M16 9.5a4 4 0 1 0 0 5.2",key:"b2px4r"}]],au=e("receipt-euro",OZ);const EZ=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 7h8",key:"i86dvs"}],["path",{d:"M12 17.5 8 15h1a4 4 0 0 0 0-8",key:"grpkl4"}],["path",{d:"M8 11h8",key:"vwpz6n"}]],tu=e("receipt-indian-rupee",EZ);const WZ=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"m12 10 3-3",key:"1mc12w"}],["path",{d:"m9 7 3 3v7.5",key:"39i0xv"}],["path",{d:"M9 11h6",key:"1fldmi"}],["path",{d:"M9 15h6",key:"cctwl0"}]],ou=e("receipt-japanese-yen",WZ);const GZ=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 13h5",key:"1k9z8w"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0",key:"1dzgp0"}],["path",{d:"M8 17h7",key:"8mjdqu"}]],cu=e("receipt-pound-sterling",GZ);const ZZ=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 15h5",key:"vxg57a"}],["path",{d:"M8 11h5a2 2 0 1 0 0-4h-3v10",key:"1usi5u"}]],nu=e("receipt-russian-ruble",ZZ);const XZ=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M10 17V7h5",key:"k7jq18"}],["path",{d:"M10 11h4",key:"1i0mka"}],["path",{d:"M8 15h5",key:"vxg57a"}]],iu=e("receipt-swiss-franc",XZ);const KZ=[["path",{d:"M13 16H8",key:"wsln4y"}],["path",{d:"M14 8H8",key:"1l3xfs"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z",key:"ycz6yz"}]],du=e("receipt-text",KZ);const JZ=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 17.5v-11",key:"1jc1ny"}]],hu=e("receipt",JZ);const QZ=[["path",{d:"M10 6.5v11a5.5 5.5 0 0 0 5.5-5.5",key:"nw10mp"}],["path",{d:"m14 8-6 3",key:"2tb98i"}],["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1z",key:"io9ry0"}]],ru=e("receipt-turkish-lira",QZ);const YZ=[["path",{d:"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z",key:"1m5n7q"}],["circle",{cx:"14",cy:"12",r:"8",key:"1pag6k"}]],su=e("rectangle-circle",YZ);const eX=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M7 12h.01",key:"eqddd0"}]],R2=e("rectangle-ellipsis",eX);const aX=[["path",{d:"M20 6a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-1.6-.8l-1.6-2.13a1 1 0 0 0-1.6 0L9.6 17.2A2 2 0 0 1 8 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z",key:"d5y1f"}]],yu=e("rectangle-goggles",aX);const tX=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]],lu=e("rectangle-horizontal",tX);const oX=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}]],pu=e("rectangle-vertical",oX);const cX=[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13",key:"6uklza"}]],ku=e("redo-2",cX);const nX=[["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}],["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]],uu=e("redo-dot",nX);const iX=[["path",{d:"M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5",key:"x6z5xu"}],["path",{d:"M11 19h8.203a1.83 1.83 0 0 0 1.556-.89 1.784 1.784 0 0 0 0-1.775l-1.226-2.12",key:"1x4zh5"}],["path",{d:"m14 16-3 3 3 3",key:"f6jyew"}],["path",{d:"M8.293 13.596 7.196 9.5 3.1 10.598",key:"wf1obh"}],["path",{d:"m9.344 5.811 1.093-1.892A1.83 1.83 0 0 1 11.985 3a1.784 1.784 0 0 1 1.546.888l3.943 6.843",key:"9tzpgr"}],["path",{d:"m13.378 9.633 4.096 1.098 1.097-4.096",key:"1oe83g"}]],Mu=e("recycle",iX);const dX=[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]],mu=e("redo",dX);const hX=[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],_u=e("refresh-ccw-dot",hX);const rX=[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}]],gu=e("refresh-ccw",rX);const sX=[["path",{d:"M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47",key:"1krf6h"}],["path",{d:"M8 16H3v5",key:"1cv678"}],["path",{d:"M3 12C3 9.51 4 7.26 5.64 5.64",key:"ruvoct"}],["path",{d:"m3 16 2.26 2.26A9.75 9.75 0 0 0 12 21c2.49 0 4.74-1 6.36-2.64",key:"19q130"}],["path",{d:"M21 12c0 1-.16 1.97-.47 2.87",key:"4w8emr"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]],vu=e("refresh-cw-off",sX);const yX=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],xu=e("refresh-cw",yX);const lX=[["path",{d:"M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z",key:"fpq118"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M15 7v6",key:"1nx30x"}]],fu=e("refrigerator",lX);const pX=[["path",{d:"M17 3v10",key:"15fgeh"}],["path",{d:"m12.67 5.5 8.66 5",key:"1gpheq"}],["path",{d:"m12.67 10.5 8.66-5",key:"1dkfa6"}],["path",{d:"M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z",key:"swwfx4"}]],Lu=e("regex",pX);const kX=[["path",{d:"M4 7V4h16v3",key:"9msm58"}],["path",{d:"M5 20h6",key:"1h6pxn"}],["path",{d:"M13 4 8 20",key:"kqq6aj"}],["path",{d:"m15 15 5 5",key:"me55sn"}],["path",{d:"m20 15-5 5",key:"11p7ol"}]],wu=e("remove-formatting",kX);const uX=[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}],["path",{d:"M11 10h1v4",key:"70cz1p"}]],Cu=e("repeat-1",uX);const MX=[["path",{d:"m2 9 3-3 3 3",key:"1ltn5i"}],["path",{d:"M13 18H7a2 2 0 0 1-2-2V6",key:"1r6tfw"}],["path",{d:"m22 15-3 3-3-3",key:"4rnwn2"}],["path",{d:"M11 6h6a2 2 0 0 1 2 2v10",key:"2f72bc"}]],bu=e("repeat-2",MX);const mX=[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}]],Iu=e("repeat",mX);const _X=[["path",{d:"M14 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"zg1ipl"}],["path",{d:"M14 4a1 1 0 0 1 1-1",key:"dhj8ez"}],["path",{d:"M15 10a1 1 0 0 1-1-1",key:"1mnyi5"}],["path",{d:"M19 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"txt6k4"}],["path",{d:"M21 4a1 1 0 0 0-1-1",key:"sfs9ap"}],["path",{d:"M21 9a1 1 0 0 1-1 1",key:"mp6qeo"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a2 2 0 0 1 2-2h2",key:"15xut4"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}]],Nu=e("replace-all",_X);const gX=[["path",{d:"M14 4a1 1 0 0 1 1-1",key:"dhj8ez"}],["path",{d:"M15 10a1 1 0 0 1-1-1",key:"1mnyi5"}],["path",{d:"M21 4a1 1 0 0 0-1-1",key:"sfs9ap"}],["path",{d:"M21 9a1 1 0 0 1-1 1",key:"mp6qeo"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a2 2 0 0 1 2-2h2",key:"15xut4"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}]],$u=e("replace",gX);const vX=[["path",{d:"m12 17-5-5 5-5",key:"1s3y5u"}],["path",{d:"M22 18v-2a4 4 0 0 0-4-4H7",key:"1fcyog"}],["path",{d:"m7 17-5-5 5-5",key:"1ed8i2"}]],Su=e("reply-all",vX);const xX=[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}],["path",{d:"m9 17-5-5 5-5",key:"nvlc11"}]],qu=e("reply",xX);const fX=[["path",{d:"M12 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z",key:"2a1g8i"}],["path",{d:"M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z",key:"rg3s36"}]],zu=e("rewind",fX);const LX=[["path",{d:"M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22",key:"1rnhq3"}],["path",{d:"m12 18 2.57-3.5",key:"116vt7"}],["path",{d:"M6.243 9.016a7 7 0 0 1 11.507-.009",key:"10dq0b"}],["path",{d:"M9.35 14.53 12 11.22",key:"tdsyp2"}],["path",{d:"M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z",key:"nmifey"}]],Au=e("ribbon",LX);const wX=[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]],ju=e("rocket",wX);const CX=[["polyline",{points:"3.5 2 6.5 12.5 18 12.5",key:"y3iy52"}],["line",{x1:"9.5",x2:"5.5",y1:"12.5",y2:"20",key:"19vg5i"}],["line",{x1:"15",x2:"18.5",y1:"12.5",y2:"20",key:"1inpmv"}],["path",{d:"M2.75 18a13 13 0 0 0 18.5 0",key:"1nquas"}]],Hu=e("rocking-chair",CX);const bX=[["path",{d:"M6 19V5",key:"1r845m"}],["path",{d:"M10 19V6.8",key:"9j2tfs"}],["path",{d:"M14 19v-7.8",key:"10s8qv"}],["path",{d:"M18 5v4",key:"1tajlv"}],["path",{d:"M18 19v-6",key:"ielfq3"}],["path",{d:"M22 19V9",key:"158nzp"}],["path",{d:"M2 19V9a4 4 0 0 1 4-4c2 0 4 1.33 6 4s4 4 6 4a4 4 0 1 0-3-6.65",key:"1930oh"}]],Pu=e("roller-coaster",bX);const IX=[["path",{d:"M17 10h-1a4 4 0 1 1 4-4v.534",key:"7qf5zm"}],["path",{d:"M17 6h1a4 4 0 0 1 1.42 7.74l-2.29.87a6 6 0 0 1-5.339-10.68l2.069-1.31",key:"1et29u"}],["path",{d:"M4.5 17c2.8-.5 4.4 0 5.5.8s1.8 2.2 2.3 3.7c-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2",key:"kiv2lz"}],["path",{d:"M9.77 12C4 15 2 22 2 22",key:"h28rw0"}],["circle",{cx:"17",cy:"8",r:"2",key:"1330xn"}]],Vu=e("rose",IX);const NX=[["path",{d:"M16.466 7.5C15.643 4.237 13.952 2 12 2 9.239 2 7 6.477 7 12s2.239 10 5 10c.342 0 .677-.069 1-.2",key:"10n0gc"}],["path",{d:"m15.194 13.707 3.814 1.86-1.86 3.814",key:"16shm9"}],["path",{d:"M19 15.57c-1.804.885-4.274 1.43-7 1.43-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4",key:"1lxi77"}]],U2=e("rotate-3d",NX);const $X=[["path",{d:"m14.5 9.5 1 1",key:"159eiq"}],["path",{d:"m15.5 8.5-4 4",key:"iirg3q"}],["path",{d:"M3 12a9 9 0 1 0 9-9 9.74 9.74 0 0 0-6.74 2.74L3 8",key:"g2jlw"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["circle",{cx:"10",cy:"14",r:"2",key:"1239so"}]],Bu=e("rotate-ccw-key",$X);const SX=[["path",{d:"M20 9V7a2 2 0 0 0-2-2h-6",key:"19z8uc"}],["path",{d:"m15 2-3 3 3 3",key:"177bxs"}],["path",{d:"M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2",key:"d36hnl"}]],Fu=e("rotate-ccw-square",SX);const qX=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]],Du=e("rotate-ccw",qX);const zX=[["path",{d:"M12 5H6a2 2 0 0 0-2 2v3",key:"l96uqu"}],["path",{d:"m9 8 3-3-3-3",key:"1gzgc3"}],["path",{d:"M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1w2k5h"}]],Tu=e("rotate-cw-square",zX);const AX=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]],Ru=e("rotate-cw",AX);const jX=[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5c.4 0 .9-.1 1.3-.2",key:"1effex"}],["path",{d:"M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12",key:"k9y2ds"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 15.3a3.5 3.5 0 0 0-3.3-3.3",key:"11nlu2"}],["path",{d:"M15 5h-4.3",key:"6537je"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]],Uu=e("route-off",jX);const HX=[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15",key:"1d8sl"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]],Ou=e("route",HX);const PX=[["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6.01 18H6",key:"19vcac"}],["path",{d:"M10.01 18H10",key:"uamcmx"}],["path",{d:"M15 10v4",key:"qjz1xs"}],["path",{d:"M17.84 7.17a4 4 0 0 0-5.66 0",key:"1rif40"}],["path",{d:"M20.66 4.34a8 8 0 0 0-11.31 0",key:"6a5xfq"}]],Eu=e("router",PX);const VX=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}]],O2=e("rows-2",VX);const BX=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]],E2=e("rows-3",BX);const FX=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 7.5H3",key:"1hm9pq"}],["path",{d:"M21 12H3",key:"2avoz0"}],["path",{d:"M21 16.5H3",key:"n7jzkj"}]],Wu=e("rows-4",FX);const DX=[["path",{d:"M4 11a9 9 0 0 1 9 9",key:"pv89mb"}],["path",{d:"M4 4a16 16 0 0 1 16 16",key:"k0647b"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]],Gu=e("rss",DX);const TX=[["path",{d:"M10 15v-3",key:"1pjskw"}],["path",{d:"M14 15v-3",key:"1o1mqj"}],["path",{d:"M18 15v-3",key:"cws6he"}],["path",{d:"M2 8V4",key:"3jv1jz"}],["path",{d:"M22 6H2",key:"1iqbfk"}],["path",{d:"M22 8V4",key:"16f4ou"}],["path",{d:"M6 15v-3",key:"1ij1qe"}],["rect",{x:"2",y:"12",width:"20",height:"8",rx:"2",key:"1tqiko"}]],Zu=e("ruler-dimension-line",TX);const RX=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18",key:"18ai8t"}],["path",{d:"M6 15h8",key:"1y8f6l"}]],Xu=e("russian-ruble",RX);const UX=[["path",{d:"M10 2v15",key:"1qf71f"}],["path",{d:"M7 22a4 4 0 0 1-4-4 1 1 0 0 1 1-1h16a1 1 0 0 1 1 1 4 4 0 0 1-4 4z",key:"1pxcvx"}],["path",{d:"M9.159 2.46a1 1 0 0 1 1.521-.193l9.977 8.98A1 1 0 0 1 20 13H4a1 1 0 0 1-.824-1.567z",key:"5oog16"}]],Ku=e("sailboat",UX);const OX=[["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1",key:"10xrj0"}],["path",{d:"m13 12 4-4",key:"1hckqy"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2",key:"1p4srx"}]],Ju=e("salad",OX);const EX=[["path",{d:"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z",key:"icamh8"}],["path",{d:"m14.5 12.5 2-2",key:"inckbg"}],["path",{d:"m11.5 9.5 2-2",key:"fmmyf7"}],["path",{d:"m8.5 6.5 2-2",key:"vc6u1g"}],["path",{d:"m17.5 15.5 2-2",key:"wo5hmg"}]],Qu=e("ruler",EX);const WX=[["path",{d:"m2.37 11.223 8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777",key:"f1wd0e"}],["path",{d:"M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25",key:"1pfu07"}],["path",{d:"M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9",key:"1oq9qw"}],["path",{d:"m6.67 15 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2",key:"1fnwu5"}],["rect",{width:"20",height:"4",x:"2",y:"11",rx:"1",key:"itshg"}]],Yu=e("sandwich",WX);const GX=[["path",{d:"M4 10a7.31 7.31 0 0 0 10 10Z",key:"1fzpp3"}],["path",{d:"m9 15 3-3",key:"88sc13"}],["path",{d:"M17 13a6 6 0 0 0-6-6",key:"15cc6u"}],["path",{d:"M21 13A10 10 0 0 0 11 3",key:"11nf8s"}]],e9=e("satellite-dish",GX);const ZX=[["path",{d:"m13.5 6.5-3.148-3.148a1.205 1.205 0 0 0-1.704 0L6.352 5.648a1.205 1.205 0 0 0 0 1.704L9.5 10.5",key:"dzhfyz"}],["path",{d:"M16.5 7.5 19 5",key:"1ltcjm"}],["path",{d:"m17.5 10.5 3.148 3.148a1.205 1.205 0 0 1 0 1.704l-2.296 2.296a1.205 1.205 0 0 1-1.704 0L13.5 14.5",key:"nfoymv"}],["path",{d:"M9 21a6 6 0 0 0-6-6",key:"1iajcf"}],["path",{d:"M9.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l4.296-4.296a1.205 1.205 0 0 0 0-1.704l-2.296-2.296a1.205 1.205 0 0 0-1.704 0z",key:"nv9zqy"}]],a9=e("satellite",ZX);const XX=[["path",{d:"m20 19.5-5.5 1.2",key:"1aenhr"}],["path",{d:"M14.5 4v11.22a1 1 0 0 0 1.242.97L20 15.2",key:"2rtezt"}],["path",{d:"m2.978 19.351 5.549-1.363A2 2 0 0 0 10 16V2",key:"1kbm92"}],["path",{d:"M20 10 4 13.5",key:"8nums9"}]],t9=e("saudi-riyal",XX);const KX=[["path",{d:"M13 13H8a1 1 0 0 0-1 1v7",key:"h8g396"}],["path",{d:"M14 8h1",key:"1lfen6"}],["path",{d:"M17 21v-4",key:"1yknxs"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20.41 20.41A2 2 0 0 1 19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41",key:"1t4vdl"}],["path",{d:"M29.5 11.5s5 5 4 5",key:"zzn4i6"}],["path",{d:"M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15",key:"24cby9"}]],o9=e("save-off",KX);const JX=[["path",{d:"M10 2v3a1 1 0 0 0 1 1h5",key:"1xspal"}],["path",{d:"M18 18v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6",key:"1ra60u"}],["path",{d:"M18 22H4a2 2 0 0 1-2-2V6",key:"pblm9e"}],["path",{d:"M8 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 22 6.828V16a2 2 0 0 1-2.01 2z",key:"1yve0x"}]],c9=e("save-all",JX);const QX=[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]],n9=e("save",QX);const YX=[["path",{d:"M5 7v11a1 1 0 0 0 1 1h11",key:"13dt1j"}],["path",{d:"M5.293 18.707 11 13",key:"ezgbsx"}],["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}]],W2=e("scale-3d",YX);const eK=[["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"m19 8 3 8a5 5 0 0 1-6 0zV7",key:"zcdpyk"}],["path",{d:"M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1",key:"1yorad"}],["path",{d:"m5 8 3 8a5 5 0 0 1-6 0zV7",key:"eua70x"}],["path",{d:"M7 21h10",key:"1b0cd5"}]],i9=e("scale",eK);const aK=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M14 15H9v-5",key:"pi4jk9"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M21 3 9 15",key:"15kdhq"}]],d9=e("scaling",aK);const tK=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 7v10",key:"23sfjj"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M17 7v10",key:"578dap"}]],h9=e("scan-barcode",tK);const oK=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]],r9=e("scan-eye",oK);const cK=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 9h.01",key:"x1ddxp"}]],s9=e("scan-face",cK);const nK=[["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 4.172 4.306l-3.447 3.62a1 1 0 0 1-1.449 0z",key:"1ak1ef"}]],y9=e("scan-heart",nK);const iK=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 12h10",key:"b7w52i"}]],l9=e("scan-line",iK);const dK=[["path",{d:"M17 12v4a1 1 0 0 1-1 1h-4",key:"uk4fdo"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M17 8V7",key:"q2g9wo"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{x:"7",y:"7",width:"5",height:"5",rx:"1",key:"m9kyts"}]],p9=e("scan-qr-code",dK);const hK=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m16 16-1.9-1.9",key:"1dq9hf"}]],k9=e("scan-search",hK);const rK=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]],u9=e("scan",rK);const sK=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 8h8",key:"1jbsf9"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h6",key:"1vyc9m"}]],M9=e("scan-text",sK);const yK=[["path",{d:"M5.42 9.42 8 12",key:"12pkuq"}],["circle",{cx:"4",cy:"8",r:"2",key:"107mxr"}],["path",{d:"m14 6-8.58 8.58",key:"gvzu5l"}],["circle",{cx:"4",cy:"16",r:"2",key:"1ehqvc"}],["path",{d:"M10.8 14.8 14 18",key:"ax7m9r"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]],m9=e("scissors-line-dashed",yK);const lK=[["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3",key:"1rgiei"}],["path",{d:"M18 5v16",key:"1ethyx"}],["path",{d:"m4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6",key:"zywc2d"}],["path",{d:"m6 11-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11",key:"1d4ql0"}],["path",{d:"M6 5v16",key:"1sn0nx"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}]],_9=e("school",lK);const pK=[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M8.12 8.12 12 12",key:"1alkpv"}],["path",{d:"M20 4 8.12 15.88",key:"xgtan2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M14.8 14.8 20 20",key:"ptml3r"}]],g9=e("scissors",pK);const kK=[["path",{d:"M21 4h-3.5l2 11.05",key:"1gktiw"}],["path",{d:"M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009",key:"1bq3u3"}],["circle",{cx:"19.5",cy:"17.5",r:"2.5",key:"e4zhv9"}],["circle",{cx:"4.5",cy:"17.5",r:"2.5",key:"50vk4p"}]],v9=e("scooter",kK);const uK=[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m22 3-5 5",key:"12jva0"}],["path",{d:"m17 3 5 5",key:"k36vhe"}]],x9=e("screen-share-off",uK);const MK=[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m17 8 5-5",key:"fqif7o"}],["path",{d:"M17 3h5v5",key:"1o3tu8"}]],f9=e("screen-share",MK);const mK=[["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]],L9=e("scroll",mK);const _K=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M11 7v4",key:"m2edmq"}],["path",{d:"M11 15h.01",key:"k85uqc"}]],w9=e("search-alert",_K);const gK=[["path",{d:"M15 12h-5",key:"r7krc0"}],["path",{d:"M15 8h-5",key:"1khuty"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]],C9=e("scroll-text",gK);const vK=[["path",{d:"m8 11 2 2 4-4",key:"1sed1v"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],b9=e("search-check",vK);const xK=[["path",{d:"m13 13.5 2-2.5-2-2.5",key:"1rvxrh"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M9 8.5 7 11l2 2.5",key:"6ffwbx"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],I9=e("search-code",xK);const fK=[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],N9=e("search-slash",fK);const LK=[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["path",{d:"m8.5 8.5 5 5",key:"a8mexj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],$9=e("search-x",LK);const wK=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],S9=e("search",wK);const CK=[["path",{d:"M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0",key:"vqan6v"}],["path",{d:"M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0",key:"wdjd8o"}]],q9=e("section",CK);const bK=[["path",{d:"M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z",key:"117uat"}],["path",{d:"M6 12h16",key:"s4cdu5"}]],G2=e("send-horizontal",bK);const IK=[["rect",{x:"14",y:"14",width:"8",height:"8",rx:"2",key:"1b0bso"}],["rect",{x:"2",y:"2",width:"8",height:"8",rx:"2",key:"1x09vl"}],["path",{d:"M7 14v1a2 2 0 0 0 2 2h1",key:"pao6x6"}],["path",{d:"M14 7h1a2 2 0 0 1 2 2v1",key:"19tdru"}]],z9=e("send-to-back",IK);const NK=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]],A9=e("send",NK);const $K=[["path",{d:"m16 16-4 4-4-4",key:"3dv8je"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"m8 8 4-4 4 4",key:"2bscm2"}]],j9=e("separator-horizontal",$K);const SK=[["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"m16 16 4-4-4-4",key:"1js579"}],["path",{d:"m8 8-4 4 4 4",key:"1whems"}]],H9=e("separator-vertical",SK);const qK=[["path",{d:"m10.852 14.772-.383.923",key:"11vil6"}],["path",{d:"M13.148 14.772a3 3 0 1 0-2.296-5.544l-.383-.923",key:"1v3clb"}],["path",{d:"m13.148 9.228.383-.923",key:"t2zzyc"}],["path",{d:"m13.53 15.696-.382-.924a3 3 0 1 1-2.296-5.544",key:"1bxfiv"}],["path",{d:"m14.772 10.852.923-.383",key:"k9m8cz"}],["path",{d:"m14.772 13.148.923.383",key:"1xvhww"}],["path",{d:"M4.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-.5",key:"tn8das"}],["path",{d:"M4.5 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-.5",key:"1g2pve"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M6 6h.01",key:"1utrut"}],["path",{d:"m9.228 10.852-.923-.383",key:"1wtb30"}],["path",{d:"m9.228 13.148-.923.383",key:"1a830x"}]],P9=e("server-cog",qK);const zK=[["path",{d:"M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2",key:"4b9dqc"}],["path",{d:"M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2",key:"22nnkd"}],["path",{d:"M6 6h.01",key:"1utrut"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m13 6-4 6h6l-4 6",key:"14hqih"}]],V9=e("server-crash",zK);const AK=[["path",{d:"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5",key:"bt2siv"}],["path",{d:"M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z",key:"1hjrv1"}],["path",{d:"M22 17v-1a2 2 0 0 0-2-2h-1",key:"1iynyr"}],["path",{d:"M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z",key:"161ggg"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],B9=e("server-off",AK);const jK=[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]],F9=e("server",jK);const HK=[["path",{d:"M14 17H5",key:"gfn3mx"}],["path",{d:"M19 7h-9",key:"6i9tg"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]],D9=e("settings-2",HK);const PK=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],T9=e("settings",PK);const VK=[["path",{d:"M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z",key:"1bo67w"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}],["circle",{cx:"17.5",cy:"17.5",r:"3.5",key:"w3z12y"}]],R9=e("shapes",VK);const BK=[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]],U9=e("share-2",BK);const FK=[["path",{d:"M12 2v13",key:"1km8f5"}],["path",{d:"m16 6-4-4-4 4",key:"13yo43"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}]],O9=e("share",FK);const DK=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"3",x2:"21",y1:"9",y2:"9",key:"1vqk6q"}],["line",{x1:"3",x2:"21",y1:"15",y2:"15",key:"o2sbyz"}],["line",{x1:"9",x2:"9",y1:"9",y2:"21",key:"1ib60c"}],["line",{x1:"15",x2:"15",y1:"9",y2:"21",key:"1n26ft"}]],E9=e("sheet",DK);const TK=[["path",{d:"M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44",key:"1cn552"}]],W9=e("shell",TK);const RK=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]],G9=e("shield-alert",RK);const UK=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m4.243 5.21 14.39 12.472",key:"1c9a7c"}]],Z9=e("shield-ban",UK);const OK=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],X9=e("shield-check",OK);const EK=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 22V2",key:"zs6s6o"}]],K9=e("shield-half",EK);const WK=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]],J9=e("shield-ellipsis",WK);const GK=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}]],Q9=e("shield-minus",GK);const ZK=[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 5a1 1 0 0 0-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 0 0 .67.01c2.35-.82 4.48-1.97 5.9-3.71",key:"1jlk70"}],["path",{d:"M9.309 3.652A12.252 12.252 0 0 0 11.24 2.28a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v7a9.784 9.784 0 0 1-.08 1.264",key:"18rp1v"}]],Y9=e("shield-off",ZK);const XK=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]],eM=e("shield-plus",XK);const KK=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}],["path",{d:"M12 17h.01",key:"p32p05"}]],Z2=e("shield-question-mark",KK);const JK=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M6.376 18.91a6 6 0 0 1 11.249.003",key:"hnjrf2"}],["circle",{cx:"12",cy:"11",r:"4",key:"1gt34v"}]],aM=e("shield-user",JK);const QK=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]],X2=e("shield-x",QK);const YK=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}]],tM=e("shield",YK);const eJ=[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["path",{d:"M12 2v7.5",key:"1e5rl5"}],["path",{d:"m19 5-5.23 5.23",key:"1ezxxf"}],["path",{d:"M22 12h-7.5",key:"le1719"}],["path",{d:"m19 19-5.23-5.23",key:"p3fmgn"}],["path",{d:"M12 14.5V22",key:"dgcmos"}],["path",{d:"M10.23 13.77 5 19",key:"qwopd4"}],["path",{d:"M9.5 12H2",key:"r7bup8"}],["path",{d:"M10.23 10.23 5 5",key:"k2y7lj"}],["circle",{cx:"12",cy:"12",r:"2.5",key:"ix0uyj"}]],oM=e("ship-wheel",eJ);const aJ=[["path",{d:"M12 10.189V14",key:"1p8cqu"}],["path",{d:"M12 2v3",key:"qbqxhf"}],["path",{d:"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6",key:"qpkstq"}],["path",{d:"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76",key:"7tigtc"}],["path",{d:"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"1924j5"}]],cM=e("ship",aJ);const tJ=[["path",{d:"M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z",key:"1wgbhj"}]],nM=e("shirt",tJ);const oJ=[["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}],["path",{d:"M3.103 6.034h17.794",key:"awc11p"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z",key:"o988cm"}]],iM=e("shopping-bag",oJ);const cJ=[["path",{d:"m15 11-1 9",key:"5wnq3a"}],["path",{d:"m19 11-4-7",key:"cnml18"}],["path",{d:"M2 11h20",key:"3eubbj"}],["path",{d:"m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4",key:"yiazzp"}],["path",{d:"M4.5 15.5h15",key:"13mye1"}],["path",{d:"m5 11 4-7",key:"116ra9"}],["path",{d:"m9 11 1 9",key:"1ojof7"}]],dM=e("shopping-basket",cJ);const nJ=[["circle",{cx:"8",cy:"21",r:"1",key:"jimo8o"}],["circle",{cx:"19",cy:"21",r:"1",key:"13723u"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12",key:"9zh506"}]],hM=e("shopping-cart",nJ);const iJ=[["path",{d:"M21.56 4.56a1.5 1.5 0 0 1 0 2.122l-.47.47a3 3 0 0 1-4.212-.03 3 3 0 0 1 0-4.243l.44-.44a1.5 1.5 0 0 1 2.121 0z",key:"1gcedi"}],["path",{d:"M3 22a1 1 0 0 1-1-1v-3.586a1 1 0 0 1 .293-.707l3.355-3.355a1.205 1.205 0 0 1 1.704 0l3.296 3.296a1.205 1.205 0 0 1 0 1.704l-3.355 3.355a1 1 0 0 1-.707.293z",key:"pg9kv3"}],["path",{d:"m9 15 7.879-7.878",key:"1o1zgh"}]],rM=e("shovel",iJ);const dJ=[["path",{d:"m4 4 2.5 2.5",key:"uv2vmf"}],["path",{d:"M13.5 6.5a4.95 4.95 0 0 0-7 7",key:"frdkwv"}],["path",{d:"M15 5 5 15",key:"1ag8rq"}],["path",{d:"M14 17v.01",key:"eokfpp"}],["path",{d:"M10 16v.01",key:"14uyyl"}],["path",{d:"M13 13v.01",key:"1v1k97"}],["path",{d:"M16 10v.01",key:"5169yg"}],["path",{d:"M11 20v.01",key:"cj92p8"}],["path",{d:"M17 14v.01",key:"11cswd"}],["path",{d:"M20 11v.01",key:"19e0od"}]],sM=e("shower-head",dJ);const hJ=[["path",{d:"M4 13V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5",key:"1eob4r"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 22v-5",key:"sfixh4"}],["path",{d:"M14 19v-2",key:"pdve8j"}],["path",{d:"M18 20v-3",key:"uox2gk"}],["path",{d:"M2 13h20",key:"5evz65"}],["path",{d:"M6 20v-3",key:"c6pdcb"}]],yM=e("shredder",hJ);const rJ=[["path",{d:"M11 12h.01",key:"1lr4k6"}],["path",{d:"M13 22c.5-.5 1.12-1 2.5-1-1.38 0-2-.5-2.5-1",key:"fatpdi"}],["path",{d:"M14 2a3.28 3.28 0 0 1-3.227 1.798l-6.17-.561A2.387 2.387 0 1 0 4.387 8H15.5a1 1 0 0 1 0 13 1 1 0 0 0 0-5H12a7 7 0 0 1-7-7V8",key:"kehrqe"}],["path",{d:"M14 8a8.5 8.5 0 0 1 0 8",key:"1imjx2"}],["path",{d:"M16 16c2 0 4.5-4 4-6",key:"z0nejz"}]],lM=e("shrimp",rJ);const sJ=[["path",{d:"m15 15 6 6m-6-6v4.8m0-4.8h4.8",key:"17vawe"}],["path",{d:"M9 19.8V15m0 0H4.2M9 15l-6 6",key:"chjx8e"}],["path",{d:"M15 4.2V9m0 0h4.8M15 9l6-6",key:"lav6yq"}],["path",{d:"M9 4.2V9m0 0H4.2M9 9 3 3",key:"1pxi2q"}]],pM=e("shrink",sJ);const yJ=[["path",{d:"M12 22v-5.172a2 2 0 0 0-.586-1.414L9.5 13.5",key:"1p17fm"}],["path",{d:"M14.5 14.5 12 17",key:"dy5w4y"}],["path",{d:"M17 8.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0z",key:"6z7b3o"}]],kM=e("shrub",yJ);const lJ=[["path",{d:"m18 14 4 4-4 4",key:"10pe0f"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22",key:"1ailkh"}],["path",{d:"M2 6h1.972a4 4 0 0 1 3.6 2.2",key:"km57vx"}],["path",{d:"M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45",key:"os18l9"}]],uM=e("shuffle",lJ);const pJ=[["path",{d:"M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2",key:"wuwx1p"}]],MM=e("sigma",pJ);const kJ=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}]],mM=e("signal-high",kJ);const uJ=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}]],_M=e("signal-low",uJ);const MJ=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}]],gM=e("signal-medium",MJ);const mJ=[["path",{d:"M2 20h.01",key:"4haj6o"}]],vM=e("signal-zero",mJ);const _J=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}],["path",{d:"M22 4v16",key:"sih9yq"}]],xM=e("signal",_J);const gJ=[["path",{d:"m21 17-2.156-1.868A.5.5 0 0 0 18 15.5v.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 0 0 0 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 1 1 3.31 3.284",key:"y32ogt"}],["path",{d:"M3 21h18",key:"itz85i"}]],fM=e("signature",gJ);const vJ=[["path",{d:"M10 9H4L2 7l2-2h6",key:"1hq7x2"}],["path",{d:"M14 5h6l2 2-2 2h-6",key:"bv62ej"}],["path",{d:"M10 22V4a2 2 0 1 1 4 0v18",key:"eqpcf2"}],["path",{d:"M8 22h8",key:"rmew8v"}]],LM=e("signpost-big",vJ);const xJ=[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}],["path",{d:"M18 6a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z",key:"gqqp9m"}]],wM=e("signpost",xJ);const fJ=[["path",{d:"M7 18v-6a5 5 0 1 1 10 0v6",key:"pcx96s"}],["path",{d:"M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z",key:"1b4s83"}],["path",{d:"M21 12h1",key:"jtio3y"}],["path",{d:"M18.5 4.5 18 5",key:"g5sp9y"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"m4.929 4.929.707.707",key:"1i51kw"}],["path",{d:"M12 12v6",key:"3ahymv"}]],CM=e("siren",fJ);const LJ=[["path",{d:"M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z",key:"15892j"}],["path",{d:"M3 20V4",key:"1ptbpl"}]],bM=e("skip-back",LJ);const wJ=[["path",{d:"M21 4v16",key:"7j8fe9"}],["path",{d:"M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z",key:"zs4d6"}]],IM=e("skip-forward",wJ);const CJ=[["path",{d:"m12.5 17-.5-1-.5 1h1z",key:"3me087"}],["path",{d:"M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z",key:"1o5pge"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]],NM=e("skull",CJ);const bJ=[["rect",{width:"3",height:"8",x:"13",y:"2",rx:"1.5",key:"diqz80"}],["path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5",key:"183iwg"}],["rect",{width:"3",height:"8",x:"8",y:"14",rx:"1.5",key:"hqg7r1"}],["path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5",key:"76g71w"}],["rect",{width:"8",height:"3",x:"14",y:"13",rx:"1.5",key:"1kmz0a"}],["path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5",key:"jc4sz0"}],["rect",{width:"8",height:"3",x:"2",y:"8",rx:"1.5",key:"1omvl4"}],["path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5",key:"16f3cl"}]],$M=e("slack",bJ);const IJ=[["path",{d:"M22 2 2 22",key:"y4kqgn"}]],SM=e("slash",IJ);const NJ=[["path",{d:"M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14",key:"1sllp5"}]],qM=e("slice",NJ);const $J=[["path",{d:"M10 5H3",key:"1qgfaw"}],["path",{d:"M12 19H3",key:"yhmn1j"}],["path",{d:"M14 3v4",key:"1sua03"}],["path",{d:"M16 17v4",key:"1q0r14"}],["path",{d:"M21 12h-9",key:"1o4lsq"}],["path",{d:"M21 19h-5",key:"1rlt1p"}],["path",{d:"M21 5h-7",key:"1oszz2"}],["path",{d:"M8 10v4",key:"tgpxqk"}],["path",{d:"M8 12H3",key:"a7s4jb"}]],zM=e("sliders-horizontal",$J);const SJ=[["path",{d:"M10 8h4",key:"1sr2af"}],["path",{d:"M12 21v-9",key:"17s77i"}],["path",{d:"M12 8V3",key:"13r4qs"}],["path",{d:"M17 16h4",key:"h1uq16"}],["path",{d:"M19 12V3",key:"o1uvq1"}],["path",{d:"M19 21v-5",key:"qua636"}],["path",{d:"M3 14h4",key:"bcjad9"}],["path",{d:"M5 10V3",key:"cb8scm"}],["path",{d:"M5 21v-7",key:"1w1uti"}]],K2=e("sliders-vertical",SJ);const qJ=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12.667 8 10 12h4l-2.667 4",key:"h9lk2d"}]],AM=e("smartphone-charging",qJ);const zJ=[["rect",{width:"7",height:"12",x:"2",y:"6",rx:"1",key:"5nje8w"}],["path",{d:"M13 8.32a7.43 7.43 0 0 1 0 7.36",key:"1g306n"}],["path",{d:"M16.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"uqvjvo"}],["path",{d:"M19.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"ujntz3"}]],jM=e("smartphone-nfc",zJ);const AJ=[["path",{d:"M22 11v1a10 10 0 1 1-9-10",key:"ew0xw9"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}],["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}]],HM=e("smile-plus",AJ);const jJ=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]],PM=e("smartphone",jJ);const HJ=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]],VM=e("smile",HJ);const PJ=[["path",{d:"M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0",key:"hneq2s"}],["circle",{cx:"10",cy:"13",r:"8",key:"194lz3"}],["path",{d:"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6",key:"ixqyt7"}],["path",{d:"M18 3 19.1 5.2",key:"9tjm43"}],["path",{d:"M22 3 20.9 5.2",key:"j3odrs"}]],BM=e("snail",PJ);const VJ=[["path",{d:"m10 20-1.25-2.5L6 18",key:"18frcb"}],["path",{d:"M10 4 8.75 6.5 6 6",key:"7mghy3"}],["path",{d:"m14 20 1.25-2.5L18 18",key:"1chtki"}],["path",{d:"m14 4 1.25 2.5L18 6",key:"1b4wsy"}],["path",{d:"m17 21-3-6h-4",key:"15hhxa"}],["path",{d:"m17 3-3 6 1.5 3",key:"11697g"}],["path",{d:"M2 12h6.5L10 9",key:"kv9z4n"}],["path",{d:"m20 10-1.5 2 1.5 2",key:"1swlpi"}],["path",{d:"M22 12h-6.5L14 15",key:"1mxi28"}],["path",{d:"m4 10 1.5 2L4 14",key:"k9enpj"}],["path",{d:"m7 21 3-6-1.5-3",key:"j8hb9u"}],["path",{d:"m7 3 3 6h4",key:"1otusx"}]],FM=e("snowflake",VJ);const BJ=[["path",{d:"M10.5 2v4",key:"1xt6in"}],["path",{d:"M14 2H7a2 2 0 0 0-2 2",key:"e6xig3"}],["path",{d:"M19.29 14.76A6.67 6.67 0 0 1 17 11a6.6 6.6 0 0 1-2.29 3.76c-1.15.92-1.71 2.04-1.71 3.19 0 2.22 1.8 4.05 4 4.05s4-1.83 4-4.05c0-1.16-.57-2.26-1.71-3.19",key:"adq7uc"}],["path",{d:"M9.607 21H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h7V7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3",key:"t9hm96"}]],DM=e("soap-dispenser-droplet",BJ);const FJ=[["path",{d:"M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3",key:"1dgpiv"}],["path",{d:"M2 16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"xacw8m"}],["path",{d:"M4 18v2",key:"jwo5n2"}],["path",{d:"M20 18v2",key:"1ar1qi"}],["path",{d:"M12 4v9",key:"oqhhn3"}]],TM=e("sofa",FJ);const DJ=[["path",{d:"M11 2h2",key:"isr7bz"}],["path",{d:"m14.28 14-4.56 8",key:"4anwcf"}],["path",{d:"m21 22-1.558-4H4.558",key:"enk13h"}],["path",{d:"M3 10v2",key:"w8mti9"}],["path",{d:"M6.245 15.04A2 2 0 0 1 8 14h12a1 1 0 0 1 .864 1.505l-3.11 5.457A2 2 0 0 1 16 22H4a1 1 0 0 1-.863-1.506z",key:"pouggg"}],["path",{d:"M7 2a4 4 0 0 1-4 4",key:"78s8of"}],["path",{d:"m8.66 7.66 1.41 1.41",key:"1vaqj8"}]],RM=e("solar-panel",DJ);const TJ=[["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M19.5 12 22 6",key:"shfsr5"}],["path",{d:"M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62",key:"rpc6vp"}],["path",{d:"M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62",key:"1lf63m"}],["path",{d:"M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62",key:"97tijn"}]],UM=e("soup",TJ);const RJ=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]],OM=e("space",RJ);const UJ=[["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"M2 14.499a5.5 5.5 0 0 0 9.591 3.675.6.6 0 0 1 .818.001A5.5 5.5 0 0 0 22 14.5c0-2.29-1.5-4-3-5.5l-5.492-5.312a2 2 0 0 0-3-.02L5 8.999c-1.5 1.5-3 3.2-3 5.5",key:"1aw2pz"}]],EM=e("spade",UJ);const OJ=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]],J2=e("sparkles",OJ);const EJ=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}]],WM=e("sparkle",EJ);const WJ=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["circle",{cx:"12",cy:"14",r:"4",key:"1jruaj"}],["path",{d:"M12 14h.01",key:"1etili"}]],GM=e("speaker",WJ);const GJ=[["path",{d:"M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20",key:"11atix"}],["path",{d:"M19.8 17.8a7.5 7.5 0 0 0 .003-10.603",key:"yol142"}],["path",{d:"M17 15a3.5 3.5 0 0 0-.025-4.975",key:"ssbmkc"}]],ZM=e("speech",GJ);const ZJ=[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1",key:"8mdmtu"}]],XM=e("spell-check-2",ZJ);const XJ=[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]],KM=e("spell-check",XJ);const KJ=[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M5 17A12 12 0 0 1 17 5",key:"1okkup"}],["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}]],JM=e("spline-pointer",KJ);const JJ=[["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M5 17A12 12 0 0 1 17 5",key:"1okkup"}]],QM=e("spline",JJ);const QJ=[["path",{d:"M17 13.44 4.442 17.082A2 2 0 0 0 4.982 21H19a2 2 0 0 0 .558-3.921l-1.115-.32A2 2 0 0 1 17 14.837V7.66",key:"13vns8"}],["path",{d:"m7 10.56 12.558-3.642A2 2 0 0 0 19.018 3H5a2 2 0 0 0-.558 3.921l1.115.32A2 2 0 0 1 7 9.163v7.178",key:"s8x3u0"}]],YM=e("spool",QJ);const YJ=[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M8 3H3v5",key:"15dfkv"}],["path",{d:"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3",key:"1qrqzj"}],["path",{d:"m15 9 6-6",key:"ko1vev"}]],em=e("split",YJ);const eQ=[["path",{d:"M15.295 19.562 16 22",key:"31jsb7"}],["path",{d:"m17 16 3.758 2.098",key:"121ar7"}],["path",{d:"m19 12.5 3.026-.598",key:"19ukd3"}],["path",{d:"M7.61 6.3a3 3 0 0 0-3.92 1.3l-1.38 2.79a3 3 0 0 0 1.3 3.91l6.89 3.597a1 1 0 0 0 1.342-.447l3.106-6.211a1 1 0 0 0-.447-1.341z",key:"lwb9l9"}],["path",{d:"M8 9V2",key:"1xa0v7"}]],am=e("spotlight",eQ);const aQ=[["path",{d:"M3 3h.01",key:"159qn6"}],["path",{d:"M7 5h.01",key:"1hq22a"}],["path",{d:"M11 7h.01",key:"1osv80"}],["path",{d:"M3 7h.01",key:"1xzrh3"}],["path",{d:"M7 9h.01",key:"19b3jx"}],["path",{d:"M3 11h.01",key:"1eifu7"}],["rect",{width:"4",height:"4",x:"15",y:"5",key:"mri9e4"}],["path",{d:"m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2",key:"aib6hk"}],["path",{d:"m13 14 8-2",key:"1d7bmk"}],["path",{d:"m13 19 8-2",key:"1y2vml"}]],tm=e("spray-can",aQ);const tQ=[["path",{d:"M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3",key:"139s4v"}],["path",{d:"M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4",key:"1dlkgp"}],["path",{d:"M5 21h14",key:"11awu3"}]],om=e("sprout",tQ);const oQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7",key:"15hlnc"}]],Q2=e("square-activity",oQ);const cQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 8-8 8",key:"166keh"}],["path",{d:"M16 16H8V8",key:"1w2ppm"}]],Y2=e("square-arrow-down-left",cQ);const nQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]],ea=e("square-arrow-down",nQ);const iQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"M16 8v8H8",key:"1lbpgo"}]],aa=e("square-arrow-down-right",iQ);const dQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}],["path",{d:"M16 12H8",key:"1fr5h0"}]],ta=e("square-arrow-left",dQ);const hQ=[["path",{d:"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6",key:"14qz4y"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]],oa=e("square-arrow-out-down-left",hQ);const rQ=[["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}],["path",{d:"m21 21-9-9",key:"1et2py"}],["path",{d:"M21 15v6h-6",key:"1jko0i"}]],ca=e("square-arrow-out-down-right",rQ);const sQ=[["path",{d:"M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6",key:"14mv1t"}],["path",{d:"m3 3 9 9",key:"rks13r"}],["path",{d:"M3 9V3h6",key:"ira0h2"}]],na=e("square-arrow-out-up-left",sQ);const yQ=[["path",{d:"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6",key:"y09zxi"}],["path",{d:"m21 3-9 9",key:"mpx6sq"}],["path",{d:"M15 3h6v6",key:"1q9fwt"}]],ia=e("square-arrow-out-up-right",yQ);const lQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}]],da=e("square-arrow-right",lQ);const pQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8h8",key:"19xb1h"}],["path",{d:"M16 16 8 8",key:"1qdy8n"}]],ha=e("square-arrow-up-left",pQ);const kQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 8h8v8",key:"b65dnt"}],["path",{d:"m8 16 8-8",key:"13b9ih"}]],ra=e("square-arrow-up-right",kQ);const uQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]],sa=e("square-arrow-up",uQ);const MQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8.5 14 7-4",key:"12hpby"}],["path",{d:"m8.5 10 7 4",key:"wwy2dy"}]],ya=e("square-asterisk",MQ);const mQ=[["line",{x1:"5",y1:"3",x2:"19",y2:"3",key:"x74652"}],["line",{x1:"3",y1:"5",x2:"3",y2:"19",key:"31ivqu"}],["line",{x1:"21",y1:"5",x2:"21",y2:"19",key:"1am4cd"}],["line",{x1:"9",y1:"21",x2:"10",y2:"21",key:"sb02er"}],["line",{x1:"14",y1:"21",x2:"15",y2:"21",key:"1bvb1m"}],["path",{d:"M 3 5 A2 2 0 0 1 5 3",key:"dbypyf"}],["path",{d:"M 19 3 A2 2 0 0 1 21 5",key:"y6haui"}],["path",{d:"M 5 21 A2 2 0 0 1 3 19",key:"kb75wq"}],["path",{d:"M 21 19 A2 2 0 0 1 19 21",key:"1p3zbf"}],["circle",{cx:"8.5",cy:"8.5",r:"1.5",key:"cn5opk"}],["line",{x1:"9.56066",y1:"9.56066",x2:"12",y2:"12",key:"mksg6j"}],["line",{x1:"17",y1:"17",x2:"14.82",y2:"14.82",key:"1lwi1d"}],["circle",{cx:"8.5",cy:"15.5",r:"1.5",key:"12hfy1"}],["line",{x1:"9.56066",y1:"14.43934",x2:"17",y2:"7",key:"4jyfgs"}]],la=e("square-bottom-dashed-scissors",mQ);const _Q=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 8h7",key:"kbo1nt"}],["path",{d:"M8 12h6",key:"ikassy"}],["path",{d:"M11 16h5",key:"oq65wt"}]],J=e("square-chart-gantt",_Q);const gQ=[["path",{d:"M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344",key:"2acyp4"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],pa=e("square-check-big",gQ);const vQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],ka=e("square-check",vQ);const xQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]],ua=e("square-chevron-down",xQ);const fQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]],Ma=e("square-chevron-left",fQ);const LQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]],ma=e("square-chevron-right",LQ);const wQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]],_a=e("square-chevron-up",wQ);const CQ=[["path",{d:"m10 9-3 3 3 3",key:"1oro0q"}],["path",{d:"m14 15 3-3-3-3",key:"bz13h7"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],ga=e("square-code",CQ);const bQ=[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}]],cm=e("square-dashed-bottom-code",bQ);const IQ=[["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}]],nm=e("square-dashed-bottom",IQ);const NQ=[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h2",key:"1qve2z"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v2",key:"p14lih"}],["path",{d:"M3 14v1",key:"vnatye"}]],va=e("square-dashed-mouse-pointer",NQ);const $Q=[["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M21 14v1",key:"169vum"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M3 9v1",key:"1r0deq"}]],xa=e("square-dashed-kanban",$Q);const SQ=[["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M21 14v1",key:"169vum"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2",key:"89voep"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 21h1",key:"15o7lz"}]],im=e("square-dashed-top-solid",SQ);const qQ=[["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M21 14v1",key:"169vum"}]],fa=e("square-dashed",qQ);const zQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}]],La=e("square-divide",zQ);const AQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],wa=e("square-dot",AQ);const jQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}]],Ca=e("square-equal",jQ);const HQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3",key:"m1af9g"}],["path",{d:"M9 11.2h5.7",key:"3zgcl2"}]],ba=e("square-function",HQ);const PQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7v10",key:"d5nglc"}],["path",{d:"M11 7v10",key:"pptsnr"}],["path",{d:"m15 7 2 10",key:"1m7qm5"}]],Ia=e("square-library",PQ);const VQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}]],Na=e("square-kanban",VQ);const BQ=[["path",{d:"M8 16V8.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3V16",key:"1ywlsj"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],$a=e("square-m",BQ);const FQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 8h10",key:"1jw688"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h10",key:"wp8him"}]],Sa=e("square-menu",FQ);const DQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}]],qa=e("square-minus",DQ);const TQ=[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}]],za=e("square-mouse-pointer",TQ);const RQ=[["path",{d:"M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41",key:"9l1ft6"}],["path",{d:"M3 8.7V19a2 2 0 0 0 2 2h10.3",key:"17knke"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2",key:"uoagbd"}],["path",{d:"M9 17v-2.3",key:"1jxgo2"}]],Aa=e("square-parking-off",RQ);const UQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]],ja=e("square-parking",UQ);const OQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9",key:"c1nkhi"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9",key:"h65svq"}]],dm=e("square-pause",OQ);const EQ=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]],B=e("square-pen",EQ);const WQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]],Ha=e("square-percent",WQ);const GQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h10",key:"udp07y"}],["path",{d:"M10 7v10",key:"i1d9ee"}],["path",{d:"M16 17a2 2 0 0 1-2-2V7",key:"ftwdc7"}]],Pa=e("square-pi",GQ);const ZQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 12H9.5a2.5 2.5 0 0 1 0-5H17",key:"1l9586"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M16 7v10",key:"lavkr4"}]],Va=e("square-pilcrow",ZQ);const XQ=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["path",{d:"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z",key:"kmsa83"}]],Ba=e("square-play",XQ);const KQ=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]],Fa=e("square-plus",KQ);const JQ=[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],Da=e("square-power",JQ);const QQ=[["path",{d:"M7 12h2l2 5 2-10h4",key:"1fxv6h"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],hm=e("square-radical",QQ);const YQ=[["path",{d:"M21 11a8 8 0 0 0-8-8",key:"1lxwo5"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1dv2y5"}]],rm=e("square-round-corner",YQ);const eY=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"8.5",cy:"8.5",r:"1.5",key:"cn5opk"}],["line",{x1:"9.56066",y1:"9.56066",x2:"12",y2:"12",key:"mksg6j"}],["line",{x1:"17",y1:"17",x2:"14.82",y2:"14.82",key:"1lwi1d"}],["circle",{cx:"8.5",cy:"15.5",r:"1.5",key:"12hfy1"}],["line",{x1:"9.56066",y1:"14.43934",x2:"17",y2:"7",key:"4jyfgs"}]],Ta=e("square-scissors",eY);const aY=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9",key:"9nih0i"}]],Ra=e("square-sigma",aY);const tY=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]],Ua=e("square-slash",tY);const oY=[["path",{d:"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3",key:"lubmu8"}],["path",{d:"M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3",key:"1ag34g"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]],Oa=e("square-split-horizontal",oY);const cY=[["path",{d:"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3",key:"1pi83i"}],["path",{d:"M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3",key:"ido5k7"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]],Ea=e("square-split-vertical",cY);const nY=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]],sm=e("square-square",nY);const iY=[["path",{d:"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"4i38lg"}],["path",{d:"M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"mlte4a"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2",key:"1fa9i4"}]],ym=e("square-stack",iY);const dY=[["path",{d:"M11.035 7.69a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z",key:"13edca"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],lm=e("square-star",dY);const hY=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]],pm=e("square-stop",hY);const rY=[["path",{d:"m7 11 2-2-2-2",key:"1lz0vl"}],["path",{d:"M11 13h4",key:"1p7l4v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}]],Wa=e("square-terminal",rY);const sY=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2",key:"1m6ac2"}]],Ga=e("square-user",sY);const yY=[["path",{d:"M18 21a6 6 0 0 0-12 0",key:"kaz2du"}],["circle",{cx:"12",cy:"11",r:"4",key:"1gt34v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],Za=e("square-user-round",yY);const lY=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],Xa=e("square-x",lY);const pY=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],km=e("square",pY);const kY=[["path",{d:"M16 12v2a2 2 0 0 1-2 2H9a1 1 0 0 0-1 1v3a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2h0",key:"1mcohs"}],["path",{d:"M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1h-5a2 2 0 0 0-2 2v2",key:"1r1efp"}]],um=e("squares-exclude",kY);const uY=[["path",{d:"M10 22a2 2 0 0 1-2-2",key:"i7yj1i"}],["path",{d:"M14 2a2 2 0 0 1 2 2",key:"170a0m"}],["path",{d:"M16 22h-2",key:"18d249"}],["path",{d:"M2 10V8",key:"7yj4fe"}],["path",{d:"M2 4a2 2 0 0 1 2-2",key:"ddgnws"}],["path",{d:"M20 8a2 2 0 0 1 2 2",key:"1770vt"}],["path",{d:"M22 14v2",key:"iot8ja"}],["path",{d:"M22 20a2 2 0 0 1-2 2",key:"qj8q6g"}],["path",{d:"M4 16a2 2 0 0 1-2-2",key:"1dnafg"}],["path",{d:"M8 10a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1z",key:"ci6f0b"}],["path",{d:"M8 2h2",key:"1gmkwm"}]],Mm=e("squares-intersect",uY);const MY=[["path",{d:"M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 0 1 1h3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-3a1 1 0 0 0-1-1z",key:"17jnth"}]],mm=e("squares-unite",MY);const mY=[["path",{d:"M10 22a2 2 0 0 1-2-2",key:"i7yj1i"}],["path",{d:"M16 22h-2",key:"18d249"}],["path",{d:"M16 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-5a2 2 0 0 1 2-2h5a1 1 0 0 0 1-1z",key:"1njgbb"}],["path",{d:"M20 8a2 2 0 0 1 2 2",key:"1770vt"}],["path",{d:"M22 14v2",key:"iot8ja"}],["path",{d:"M22 20a2 2 0 0 1-2 2",key:"qj8q6g"}]],_m=e("squares-subtract",mY);const _Y=[["path",{d:"M13.77 3.043a34 34 0 0 0-3.54 0",key:"1oaobr"}],["path",{d:"M13.771 20.956a33 33 0 0 1-3.541.001",key:"95iq0j"}],["path",{d:"M20.18 17.74c-.51 1.15-1.29 1.93-2.439 2.44",key:"1u6qty"}],["path",{d:"M20.18 6.259c-.51-1.148-1.291-1.929-2.44-2.438",key:"1ew6g6"}],["path",{d:"M20.957 10.23a33 33 0 0 1 0 3.54",key:"1l9npr"}],["path",{d:"M3.043 10.23a34 34 0 0 0 .001 3.541",key:"1it6jm"}],["path",{d:"M6.26 20.179c-1.15-.508-1.93-1.29-2.44-2.438",key:"14uchd"}],["path",{d:"M6.26 3.82c-1.149.51-1.93 1.291-2.44 2.44",key:"8k4agb"}]],gm=e("squircle-dashed",_Y);const gY=[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9",key:"garfkc"}]],vm=e("squircle",gY);const vY=[["path",{d:"M15.236 22a3 3 0 0 0-2.2-5",key:"21bitc"}],["path",{d:"M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4",key:"oh0fg0"}],["path",{d:"M18 13h.01",key:"9veqaj"}],["path",{d:"M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10",key:"980v8a"}]],xm=e("squirrel",vY);const xY=[["path",{d:"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-6 0c0 2 1 2 1 3.5V13",key:"i9gjdv"}],["path",{d:"M20 15.5a2.5 2.5 0 0 0-2.5-2.5h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1z",key:"1vzg3v"}],["path",{d:"M5 22h14",key:"ehvnwv"}]],fm=e("stamp",xY);const fY=[["path",{d:"m10.344 4.688 1.181-2.393a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.237 3.152",key:"19ctli"}],["path",{d:"m17.945 17.945.43 2.505a.53.53 0 0 1-.771.56l-4.618-2.428a2.12 2.12 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a8 8 0 0 0 .4-.099",key:"ptqqvy"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],Lm=e("star-off",fY);const LY=[["path",{d:"M12 18.338a2.1 2.1 0 0 0-.987.244L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679A.53.53 0 0 1 12 2",key:"2ksp49"}]],wm=e("star-half",LY);const wY=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]],Cm=e("star",wY);const CY=[["path",{d:"M13.971 4.285A2 2 0 0 1 17 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z",key:"19qhus"}],["path",{d:"M21 20V4",key:"cb8qj8"}]],bm=e("step-back",CY);const bY=[["path",{d:"M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z",key:"1ystz2"}],["path",{d:"M3 4v16",key:"1ph11n"}]],Im=e("step-forward",bY);const IY=[["path",{d:"M11 2v2",key:"1539x4"}],["path",{d:"M5 2v2",key:"1yf1q8"}],["path",{d:"M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1",key:"rb5t3r"}],["path",{d:"M8 15a6 6 0 0 0 12 0v-3",key:"x18d4x"}],["circle",{cx:"20",cy:"10",r:"2",key:"ts1r5v"}]],Nm=e("stethoscope",IY);const NY=[["path",{d:"M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z",key:"1dfntj"}],["path",{d:"M15 3v5a1 1 0 0 0 1 1h5",key:"6s6qgf"}],["path",{d:"M8 13h.01",key:"1sbv64"}],["path",{d:"M16 13h.01",key:"wip0gl"}],["path",{d:"M10 16s.8 1 2 1c1.3 0 2-1 2-1",key:"1vvgv3"}]],$m=e("sticker",NY);const $Y=[["path",{d:"M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z",key:"1dfntj"}],["path",{d:"M15 3v5a1 1 0 0 0 1 1h5",key:"6s6qgf"}]],Sm=e("sticky-note",$Y);const SY=[["path",{d:"M11.264 2.205A4 4 0 0 0 6.42 4.211l-4 8a4 4 0 0 0 1.359 5.117l6 4a4 4 0 0 0 4.438 0l6-4a4 4 0 0 0 1.576-4.592l-2-6a4 4 0 0 0-2.53-2.53z",key:"1si4ox"}],["path",{d:"M11.99 22 14 12l7.822 3.184",key:"1u8to0"}],["path",{d:"M14 12 8.47 2.302",key:"guo3d5"}]],qm=e("stone",SY);const qY=[["path",{d:"M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5",key:"slp6dd"}],["path",{d:"M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244",key:"o0xfot"}],["path",{d:"M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05",key:"wn3emo"}]],zm=e("store",qY);const zY=[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2",key:"qdearl"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2",key:"1xrn6j"}]],Am=e("stretch-horizontal",zY);const AY=[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2",key:"19qu7m"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2",key:"24v0nk"}]],jm=e("stretch-vertical",AY);const jY=[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]],Hm=e("strikethrough",jY);const HY=[["path",{d:"m4 5 8 8",key:"1eunvl"}],["path",{d:"m12 5-8 8",key:"1ah0jp"}],["path",{d:"M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07",key:"e8ta8j"}]],Pm=e("subscript",HY);const PY=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M20 12h.01",key:"1ykeid"}],["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M4 12h.01",key:"158zrr"}],["path",{d:"M17.657 6.343h.01",key:"31pqzk"}],["path",{d:"M17.657 17.657h.01",key:"jehnf4"}],["path",{d:"M6.343 17.657h.01",key:"gdk6ow"}],["path",{d:"M6.343 6.343h.01",key:"1uurf0"}]],Vm=e("sun-dim",PY);const VY=[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M14.837 16.385a6 6 0 1 1-7.223-7.222c.624-.147.97.66.715 1.248a4 4 0 0 0 5.26 5.259c.589-.255 1.396.09 1.248.715",key:"xlf6rm"}],["path",{d:"M16 12a4 4 0 0 0-4-4",key:"6vsxu"}],["path",{d:"m19 5-1.256 1.256",key:"1yg6a6"}],["path",{d:"M20 12h2",key:"1q8mjw"}]],Bm=e("sun-moon",VY);const BY=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 3v1",key:"1asbbs"}],["path",{d:"M12 20v1",key:"1wcdkc"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M20 12h1",key:"1vloll"}],["path",{d:"m18.364 5.636-.707.707",key:"1hakh0"}],["path",{d:"m6.343 17.657-.707.707",key:"18m9nf"}],["path",{d:"m5.636 5.636.707.707",key:"1xv1c5"}],["path",{d:"m17.657 17.657.707.707",key:"vl76zb"}]],Fm=e("sun-medium",BY);const FY=[["path",{d:"M10 21v-1",key:"1u8rkd"}],["path",{d:"M10 4V3",key:"pkzwkn"}],["path",{d:"M10 9a3 3 0 0 0 0 6",key:"gv75dk"}],["path",{d:"m14 20 1.25-2.5L18 18",key:"1chtki"}],["path",{d:"m14 4 1.25 2.5L18 6",key:"1b4wsy"}],["path",{d:"m17 21-3-6 1.5-3H22",key:"o5qa3v"}],["path",{d:"m17 3-3 6 1.5 3",key:"11697g"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"m20 10-1.5 2 1.5 2",key:"1swlpi"}],["path",{d:"m3.64 18.36.7-.7",key:"105rm9"}],["path",{d:"m4.34 6.34-.7-.7",key:"d3unjp"}]],Dm=e("sun-snow",FY);const DY=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]],Tm=e("sun",DY);const TY=[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]],Rm=e("sunrise",TY);const RY=[["path",{d:"M12 10V2",key:"16sf7g"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]],Um=e("sunset",RY);const UY=[["path",{d:"m4 19 8-8",key:"hr47gm"}],["path",{d:"m12 19-8-8",key:"1dhhmo"}],["path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06",key:"1dfcux"}]],Om=e("superscript",UY);const OY=[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z",key:"1ldrpk"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7",key:"11i5po"}],["path",{d:"M 7 17h.01",key:"1euzgo"}],["path",{d:"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8",key:"o2gii7"}]],Em=e("swatch-book",OY);const EY=[["path",{d:"M10 21V3h8",key:"br2l0g"}],["path",{d:"M6 16h9",key:"2py0wn"}],["path",{d:"M10 9.5h7",key:"13dmhz"}]],Wm=e("swiss-franc",EY);const WY=[["path",{d:"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5",key:"mtk2lu"}],["path",{d:"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5",key:"120jsl"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m18 22-3-3 3-3",key:"kgdoj7"}],["path",{d:"m6 2 3 3-3 3",key:"1fnbkv"}]],Gm=e("switch-camera",WY);const GY=[["path",{d:"m11 19-6-6",key:"s7kpr"}],["path",{d:"m5 21-2-2",key:"1kw20b"}],["path",{d:"m8 16-4 4",key:"1oqv8h"}],["path",{d:"M9.5 17.5 21 6V3h-3L6.5 14.5",key:"pkxemp"}]],Zm=e("sword",GY);const ZY=[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5",key:"1hfsw2"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13",key:"1vrmhu"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20",key:"1bron3"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19",key:"13pww6"}],["polyline",{points:"14.5 6.5 18 3 21 3 21 6 17.5 9.5",key:"hbey2j"}],["line",{x1:"5",x2:"9",y1:"14",y2:"18",key:"1hf58s"}],["line",{x1:"7",x2:"4",y1:"17",y2:"20",key:"pidxm4"}],["line",{x1:"3",x2:"5",y1:"19",y2:"21",key:"1pehsh"}]],Xm=e("swords",ZY);const XY=[["path",{d:"m18 2 4 4",key:"22kx64"}],["path",{d:"m17 7 3-3",key:"1w1zoj"}],["path",{d:"M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5",key:"1exhtz"}],["path",{d:"m9 11 4 4",key:"rovt3i"}],["path",{d:"m5 19-3 3",key:"59f2uf"}],["path",{d:"m14 4 6 6",key:"yqp9t2"}]],Km=e("syringe",XY);const KY=[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",key:"gugj83"}]],Jm=e("table-2",KY);const JY=[["path",{d:"M12 21v-6",key:"lihzve"}],["path",{d:"M12 9V3",key:"da5inc"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],Qm=e("table-cells-merge",JY);const QY=[["path",{d:"M12 15V9",key:"8c7uyn"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],Ym=e("table-cells-split",QY);const YY=[["path",{d:"M14 14v2",key:"w2a1xv"}],["path",{d:"M14 20v2",key:"1lq872"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M14 8v2",key:"i67w9a"}],["path",{d:"M2 15h8",key:"82wtch"}],["path",{d:"M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2",key:"up0l64"}],["path",{d:"M2 9h8",key:"yelfik"}],["path",{d:"M22 15h-4",key:"1es58f"}],["path",{d:"M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2",key:"pdjoqf"}],["path",{d:"M22 9h-4",key:"1luja7"}],["path",{d:"M5 3v18",key:"14hmio"}]],e_=e("table-columns-split",YY);const e11=[["path",{d:"M15 3v18",key:"14nvp0"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]],a_=e("table-properties",e11);const a11=[["path",{d:"M14 10h2",key:"1lstlu"}],["path",{d:"M15 22v-8",key:"1fwwgm"}],["path",{d:"M15 2v4",key:"1044rn"}],["path",{d:"M2 10h2",key:"1r8dkt"}],["path",{d:"M20 10h2",key:"1ug425"}],["path",{d:"M3 19h18",key:"awlh7x"}],["path",{d:"M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6",key:"ibqhof"}],["path",{d:"M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2",key:"1uenja"}],["path",{d:"M8 10h2",key:"66od0"}],["path",{d:"M9 22v-8",key:"fmnu31"}],["path",{d:"M9 2v4",key:"j1yeou"}]],t_=e("table-rows-split",a11);const t11=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 19H3",key:"zzsher"}],["path",{d:"M21 5h.01",key:"wa75ra"}],["path",{d:"M21 12h.01",key:"msek7k"}],["path",{d:"M21 19h.01",key:"qvbq2j"}]],o_=e("table-of-contents",t11);const o11=[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]],Ix=e("table",o11);const c11=[["rect",{width:"10",height:"14",x:"3",y:"8",rx:"2",key:"1vrsiq"}],["path",{d:"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4",key:"1j4zmg"}],["path",{d:"M8 18h.01",key:"lrp35t"}]],c_=e("tablet-smartphone",c11);const n11=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2",key:"76otgf"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18",key:"1dp563"}]],n_=e("tablet",n11);const i11=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]],i_=e("tag",i11);const d11=[["circle",{cx:"7",cy:"7",r:"5",key:"x29byf"}],["circle",{cx:"17",cy:"17",r:"5",key:"1op1d2"}],["path",{d:"M12 17h10",key:"ls21zv"}],["path",{d:"m3.46 10.54 7.08-7.08",key:"1rehiu"}]],d_=e("tablets",d11);const h11=[["path",{d:"M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z",key:"16rjxf"}],["path",{d:"M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193",key:"178nd4"}],["circle",{cx:"10.5",cy:"6.5",r:".5",fill:"currentColor",key:"12ikhr"}]],h_=e("tags",h11);const r11=[["path",{d:"M4 4v16",key:"6qkkli"}]],r_=e("tally-1",r11);const s11=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}]],s_=e("tally-2",s11);const y11=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}]],y_=e("tally-3",y11);const l11=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}]],l_=e("tally-4",l11);const p11=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}],["path",{d:"M22 6 2 18",key:"h9moai"}]],p_=e("tally-5",p11);const k11=[["circle",{cx:"17",cy:"4",r:"2",key:"y5j2s2"}],["path",{d:"M15.59 5.41 5.41 15.59",key:"l0vprr"}],["circle",{cx:"4",cy:"17",r:"2",key:"9p4efm"}],["path",{d:"M12 22s-4-9-1.5-11.5S22 12 22 12",key:"1twk4o"}]],k_=e("tangent",k11);const u11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],u_=e("target",u11);const M11=[["path",{d:"m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44",key:"k4qptu"}],["path",{d:"m13.56 11.747 4.332-.924",key:"19l80z"}],["path",{d:"m16 21-3.105-6.21",key:"7oh9d"}],["path",{d:"M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z",key:"m7xp4m"}],["path",{d:"m6.158 8.633 1.114 4.456",key:"74o979"}],["path",{d:"m8 21 3.105-6.21",key:"1fvxut"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}]],M_=e("telescope",M11);const m11=[["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}],["path",{d:"m14 5 3-3 3 3",key:"1sorif"}],["path",{d:"m14 10 3-3 3 3",key:"1jyi9h"}],["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M17 14H7l-5 8h20Z",key:"13ar7p"}],["path",{d:"M8 14v8",key:"1ghmqk"}],["path",{d:"m9 14 5 8",key:"13pgi6"}]],m_=e("tent-tree",m11);const _11=[["path",{d:"M3.5 21 14 3",key:"1szst5"}],["path",{d:"M20.5 21 10 3",key:"1310c3"}],["path",{d:"M15.5 21 12 15l-3.5 6",key:"1ddtfw"}],["path",{d:"M2 21h20",key:"1nyx9w"}]],__=e("tent",_11);const g11=[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]],g_=e("terminal",g11);const v11=[["path",{d:"M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3",key:"1ub6xw"}],["path",{d:"m16 2 6 6",key:"1gw87d"}],["path",{d:"M12 16H4",key:"1cjfip"}]],Ka=e("test-tube-diagonal",v11);const x11=[["path",{d:"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2",key:"125lnx"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M14.5 16h-5",key:"1ox875"}]],v_=e("test-tube",x11);const f11=[["path",{d:"M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2",key:"1hjrqt"}],["path",{d:"M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2",key:"16lc8n"}],["path",{d:"M3 2h7",key:"7s29d5"}],["path",{d:"M14 2h7",key:"7sicin"}],["path",{d:"M9 16H4",key:"1bfye3"}],["path",{d:"M20 16h-5",key:"ddnjpe"}]],x_=e("test-tubes",f11);const L11=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M17 12H7",key:"16if0g"}],["path",{d:"M19 19H5",key:"vjpgq2"}]],Ja=e("text-align-center",L11);const w11=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M21 19H7",key:"4cu937"}]],Qa=e("text-align-end",w11);const C11=[["path",{d:"M3 5h18",key:"1u36vt"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 19h18",key:"awlh7x"}]],Ya=e("text-align-justify",C11);const b11=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M17 19H3",key:"z6ezky"}]],Q=e("text-align-start",b11);const I11=[["path",{d:"M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6",key:"1528k5"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7",key:"13ksps"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1",key:"1n9rhb"}],["path",{d:"M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1",key:"1mj8rg"}],["path",{d:"M9 6v12",key:"velyjx"}]],f_=e("text-cursor-input",I11);const N11=[["path",{d:"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1",key:"uvaxm9"}],["path",{d:"M7 22h1a4 4 0 0 0 4-4v-1",key:"11xy8d"}],["path",{d:"M7 2h1a4 4 0 0 1 4 4v1",key:"1uw06m"}]],L_=e("text-cursor",N11);const $11=[["path",{d:"M15 5h6",key:"1pr8yx"}],["path",{d:"M15 12h6",key:"upa0zy"}],["path",{d:"M3 19h18",key:"awlh7x"}],["path",{d:"m3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12",key:"6lvno8"}],["path",{d:"M3.92 10h6.16",key:"1tl8ex"}]],e0=e("text-initial",$11);const S11=[["path",{d:"M17 5H3",key:"1cn7zz"}],["path",{d:"M21 12H8",key:"scolzb"}],["path",{d:"M21 19H8",key:"13qgcb"}],["path",{d:"M3 12v7",key:"1ri8j3"}]],w_=e("text-quote",S11);const q11=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M10 12H3",key:"1ulcyk"}],["path",{d:"M10 19H3",key:"108z41"}],["circle",{cx:"17",cy:"15",r:"3",key:"1upz2a"}],["path",{d:"m21 19-1.9-1.9",key:"dwi7p8"}]],C_=e("text-search",q11);const z11=[["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 14v1",key:"169vum"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h6",key:"1vyc9m"}],["path",{d:"M7 8h8",key:"1jbsf9"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M9 3h1",key:"1yesri"}]],a0=e("text-select",z11);const A11=[["path",{d:"m16 16-3 3 3 3",key:"117b85"}],["path",{d:"M3 12h14.5a1 1 0 0 1 0 7H13",key:"18xa6z"}],["path",{d:"M3 19h6",key:"1ygdsz"}],["path",{d:"M3 5h18",key:"1u36vt"}]],t0=e("text-wrap",A11);const j11=[["path",{d:"M2 10s3-3 3-8",key:"3xiif0"}],["path",{d:"M22 10s-3-3-3-8",key:"ioaa5q"}],["path",{d:"M10 2c0 4.4-3.6 8-8 8",key:"16fkpi"}],["path",{d:"M14 2c0 4.4 3.6 8 8 8",key:"b9eulq"}],["path",{d:"M2 10s2 2 2 5",key:"1au1lb"}],["path",{d:"M22 10s-2 2-2 5",key:"qi2y5e"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"1vsc2m"}],["path",{d:"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"hrha4u"}]],b_=e("theater",j11);const H11=[["path",{d:"m10 20-1.25-2.5L6 18",key:"18frcb"}],["path",{d:"M10 4 8.75 6.5 6 6",key:"7mghy3"}],["path",{d:"M10.585 15H10",key:"4nqulp"}],["path",{d:"M2 12h6.5L10 9",key:"kv9z4n"}],["path",{d:"M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z",key:"yu0u2z"}],["path",{d:"m4 10 1.5 2L4 14",key:"k9enpj"}],["path",{d:"m7 21 3-6-1.5-3",key:"j8hb9u"}],["path",{d:"m7 3 3 6h2",key:"1bbqgq"}]],I_=e("thermometer-snowflake",H11);const P11=[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8a4 4 0 0 0-1.645 7.647",key:"wz5p04"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z",key:"yu0u2z"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}]],N_=e("thermometer-sun",P11);const V11=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"17jzev"}]],$_=e("thermometer",V11);const B11=[["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z",key:"m61m77"}],["path",{d:"M17 14V2",key:"8ymqnk"}]],S_=e("thumbs-down",B11);const F11=[["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",key:"emmmcr"}],["path",{d:"M7 10v12",key:"1qc93n"}]],q_=e("thumbs-up",F11);const D11=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],z_=e("ticket-check",D11);const T11=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}]],A_=e("ticket-minus",T11);const R11=[["path",{d:"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"1l48ns"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]],j_=e("ticket-percent",R11);const U11=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]],H_=e("ticket-plus",U11);const O11=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}]],P_=e("ticket-slash",O11);const E11=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]],V_=e("ticket-x",E11);const W11=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M13 5v2",key:"dyzc3o"}],["path",{d:"M13 17v2",key:"1ont0d"}],["path",{d:"M13 11v2",key:"1wjjxi"}]],B_=e("ticket",W11);const G11=[["path",{d:"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12",key:"16muxl"}],["path",{d:"m12 13.5 3.794.506",key:"6v5z87"}],["path",{d:"m3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8",key:"15hfpj"}],["path",{d:"M6 10V8",key:"1y41hn"}],["path",{d:"M6 14v1",key:"cao2tf"}],["path",{d:"M6 19v2",key:"1loha6"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2",key:"p3bz5l"}]],F_=e("tickets-plane",G11);const Z11=[["path",{d:"m3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8",key:"15hfpj"}],["path",{d:"M6 10V8",key:"1y41hn"}],["path",{d:"M6 14v1",key:"cao2tf"}],["path",{d:"M6 19v2",key:"1loha6"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2",key:"p3bz5l"}]],D_=e("tickets",Z11);const X11=[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7",key:"10he05"}],["path",{d:"M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2",key:"15f7sh"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M12 12v-2",key:"fwoke6"}]],T_=e("timer-off",X11);const K11=[["line",{x1:"10",x2:"14",y1:"2",y2:"2",key:"14vaq8"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11",key:"17fdiu"}],["circle",{cx:"12",cy:"14",r:"8",key:"1e1u0o"}]],R_=e("timer",K11);const J11=[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M12 14v-4",key:"1evpnu"}],["path",{d:"M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6",key:"1ts96g"}],["path",{d:"M9 17H4v5",key:"8t5av"}]],U_=e("timer-reset",J11);const Q11=[["circle",{cx:"9",cy:"12",r:"3",key:"u3jwor"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]],O_=e("toggle-left",Q11);const Y11=[["circle",{cx:"15",cy:"12",r:"3",key:"1afu0r"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]],E_=e("toggle-right",Y11);const ee1=[["path",{d:"M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18",key:"kc4kqr"}],["path",{d:"M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8",key:"1tqs57"}]],W_=e("toilet",ee1);const ae1=[["path",{d:"M10 15h4",key:"192ueg"}],["path",{d:"m14.817 10.995-.971-1.45 1.034-1.232a2 2 0 0 0-2.025-3.238l-1.82.364L9.91 3.885a2 2 0 0 0-3.625.748L6.141 6.55l-1.725.426a2 2 0 0 0-.19 3.756l.657.27",key:"xbnumr"}],["path",{d:"m18.822 10.995 2.26-5.38a1 1 0 0 0-.557-1.318L16.954 2.9a1 1 0 0 0-1.281.533l-.924 2.122",key:"eaw7gc"}],["path",{d:"M4 12.006A1 1 0 0 1 4.994 11H19a1 1 0 0 1 1 1v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z",key:"1vaooh"}]],G_=e("tool-case",ae1);const te1=[["path",{d:"M21 4H3",key:"1hwok0"}],["path",{d:"M18 8H6",key:"41n648"}],["path",{d:"M19 12H9",key:"1g4lpz"}],["path",{d:"M16 16h-6",key:"1j5d54"}],["path",{d:"M11 20H9",key:"39obr8"}]],Z_=e("tornado",te1);const oe1=[["path",{d:"M16 12v4",key:"vf1vip"}],["path",{d:"M16 6a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 22 12v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 .586-1.414l4-4A2 2 0 0 1 8 6z",key:"1h1rvn"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M8 12v4",key:"1w4uao"}]],X_=e("toolbox",oe1);const ce1=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2",key:"1b2qxu"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5",key:"h8emeu"}]],K_=e("torus",ce1);const ne1=[["path",{d:"M12 20v-6",key:"1rm09r"}],["path",{d:"M19.656 14H22",key:"170xzr"}],["path",{d:"M2 14h12",key:"d8icqz"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2",key:"s23sx2"}],["path",{d:"M9.656 4H20a2 2 0 0 1 2 2v10.344",key:"ovjcvl"}]],J_=e("touchpad-off",ne1);const ie1=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M12 20v-6",key:"1rm09r"}]],Q_=e("touchpad",ie1);const de1=[["path",{d:"M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z",key:"1pledb"}],["path",{d:"M8 13v9",key:"hmv0ci"}],["path",{d:"M16 22v-9",key:"ylnf1u"}],["path",{d:"m9 6 1 7",key:"dpdgam"}],["path",{d:"m15 6-1 7",key:"ls7zgu"}],["path",{d:"M12 6V2",key:"1pj48d"}],["path",{d:"M13 2h-2",key:"mj6ths"}]],Y_=e("tower-control",de1);const he1=[["rect",{width:"18",height:"12",x:"3",y:"8",rx:"1",key:"158fvp"}],["path",{d:"M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3",key:"s0042v"}],["path",{d:"M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3",key:"9wmeh2"}]],eg=e("toy-brick",he1);const re1=[["path",{d:"m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20",key:"she1j9"}],["path",{d:"M16 18h-5",key:"bq60fd"}],["path",{d:"M18 5a1 1 0 0 0-1 1v5.573",key:"1kv8ia"}],["path",{d:"M3 4h8.129a1 1 0 0 1 .99.863L13 11.246",key:"1q1ert"}],["path",{d:"M4 11V4",key:"9ft8pt"}],["path",{d:"M7 15h.01",key:"k5ht0j"}],["path",{d:"M8 10.1V4",key:"1jgyzo"}],["circle",{cx:"18",cy:"18",r:"2",key:"1emm8v"}],["circle",{cx:"7",cy:"15",r:"5",key:"ddtuc"}]],ag=e("tractor",re1);const se1=[["path",{d:"M16.05 10.966a5 2.5 0 0 1-8.1 0",key:"m5jpwb"}],["path",{d:"m16.923 14.049 4.48 2.04a1 1 0 0 1 .001 1.831l-8.574 3.9a2 2 0 0 1-1.66 0l-8.574-3.91a1 1 0 0 1 0-1.83l4.484-2.04",key:"rbg3g8"}],["path",{d:"M16.949 14.14a5 2.5 0 1 1-9.9 0L10.063 3.5a2 2 0 0 1 3.874 0z",key:"vap8c8"}],["path",{d:"M9.194 6.57a5 2.5 0 0 0 5.61 0",key:"15hn5c"}]],tg=e("traffic-cone",se1);const ye1=[["path",{d:"M2 22V12a10 10 0 1 1 20 0v10",key:"o0fyp0"}],["path",{d:"M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8",key:"m8q3n9"}],["path",{d:"M10 15h.01",key:"44in9x"}],["path",{d:"M14 15h.01",key:"5mohn5"}],["path",{d:"M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z",key:"hckbmu"}],["path",{d:"m9 19-2 3",key:"iij7hm"}],["path",{d:"m15 19 2 3",key:"npx8sa"}]],og=e("train-front-tunnel",ye1);const le1=[["path",{d:"M8 3.1V7a4 4 0 0 0 8 0V3.1",key:"1v71zp"}],["path",{d:"m9 15-1-1",key:"1yrq24"}],["path",{d:"m15 15 1-1",key:"1t0d6s"}],["path",{d:"M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z",key:"1p0hjs"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m16 19 2 3",key:"xo31yx"}]],cg=e("train-front",le1);const pe1=[["path",{d:"M2 17 17 2",key:"18b09t"}],["path",{d:"m2 14 8 8",key:"1gv9hu"}],["path",{d:"m5 11 8 8",key:"189pqp"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"m11 5 8 8",key:"ummqn6"}],["path",{d:"m14 2 8 8",key:"1vk7dn"}],["path",{d:"M7 22 22 7",key:"15mb1i"}]],ng=e("train-track",pe1);const ke1=[["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M12 3v8",key:"1h2ygw"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m18 22-2-3",key:"1p0ohu"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}]],o0=e("tram-front",ke1);const ue1=[["path",{d:"M12 16v6",key:"c8a4gj"}],["path",{d:"M14 20h-4",key:"m8m19d"}],["path",{d:"M18 2h4v4",key:"1341mj"}],["path",{d:"m2 2 7.17 7.17",key:"13q8l2"}],["path",{d:"M2 5.355V2h3.357",key:"18136r"}],["path",{d:"m22 2-7.17 7.17",key:"1epvy4"}],["path",{d:"M8 5 5 8",key:"mgbjhz"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]],ig=e("transgender",ue1);const Me1=[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],dg=e("trash-2",Me1);const me1=[["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],hg=e("trash",me1);const _e1=[["path",{d:"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z",key:"oadzkq"}],["path",{d:"M12 19v3",key:"npa21l"}]],rg=e("tree-deciduous",_e1);const ge1=[["path",{d:"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4",key:"foxbe7"}],["path",{d:"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3",key:"18arnh"}],["path",{d:"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35",key:"ywahnh"}],["path",{d:"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14",key:"ft0feo"}]],c0=e("tree-palm",ge1);const ve1=[["path",{d:"m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z",key:"cpyugq"}],["path",{d:"M12 22v-3",key:"kmzjlo"}]],sg=e("tree-pine",ve1);const xe1=[["path",{d:"M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z",key:"1l6gj6"}],["path",{d:"M7 16v6",key:"1a82de"}],["path",{d:"M13 19v3",key:"13sx9i"}],["path",{d:"M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5",key:"1sj9kv"}]],yg=e("trees",xe1);const fe1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["rect",{width:"3",height:"9",x:"7",y:"7",key:"14n3xi"}],["rect",{width:"3",height:"5",x:"14",y:"7",key:"s4azjd"}]],lg=e("trello",fe1);const Le1=[["path",{d:"M16 17h6v-6",key:"t6n2it"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7",key:"x473p"}]],pg=e("trending-down",Le1);const we1=[["path",{d:"M14.828 14.828 21 21",key:"ar5fw7"}],["path",{d:"M21 16v5h-5",key:"1ck2sf"}],["path",{d:"m21 3-9 9-4-4-6 6",key:"1h02xo"}],["path",{d:"M21 8V3h-5",key:"1qoq8a"}]],kg=e("trending-up-down",we1);const Ce1=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],ug=e("trending-up",Ce1);const be1=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],n0=e("triangle-alert",be1);const Ie1=[["path",{d:"M10.17 4.193a2 2 0 0 1 3.666.013",key:"pltmmw"}],["path",{d:"M14 21h2",key:"v4qezv"}],["path",{d:"m15.874 7.743 1 1.732",key:"10m0iw"}],["path",{d:"m18.849 12.952 1 1.732",key:"zadnam"}],["path",{d:"M21.824 18.18a2 2 0 0 1-1.835 2.824",key:"fvwuk4"}],["path",{d:"M4.024 21a2 2 0 0 1-1.839-2.839",key:"1e1kah"}],["path",{d:"m5.136 12.952-1 1.732",key:"1u4ldi"}],["path",{d:"M8 21h2",key:"i9zjee"}],["path",{d:"m8.102 7.743-1 1.732",key:"1zzo4u"}]],Mg=e("triangle-dashed",Ie1);const Ne1=[["path",{d:"M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z",key:"183wce"}]],mg=e("triangle-right",Ne1);const $e1=[["path",{d:"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z",key:"14u9p9"}]],_g=e("triangle",$e1);const Se1=[["path",{d:"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978",key:"1n3hpd"}],["path",{d:"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978",key:"rfe1zi"}],["path",{d:"M18 9h1.5a1 1 0 0 0 0-5H18",key:"7xy6bh"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z",key:"1mhfuq"}],["path",{d:"M6 9H4.5a1 1 0 0 1 0-5H6",key:"tex48p"}]],gg=e("trophy",Se1);const qe1=[["path",{d:"M14 19V7a2 2 0 0 0-2-2H9",key:"15peso"}],["path",{d:"M15 19H9",key:"18q6dt"}],["path",{d:"M19 19h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.62L18.3 9.38a1 1 0 0 0-.78-.38H14",key:"1dkp3j"}],["path",{d:"M2 13v5a1 1 0 0 0 1 1h2",key:"pkmmzz"}],["path",{d:"M4 3 2.15 5.15a.495.495 0 0 0 .35.86h2.15a.47.47 0 0 1 .35.86L3 9.02",key:"1n26pd"}],["circle",{cx:"17",cy:"19",r:"2",key:"1nxcgd"}],["circle",{cx:"7",cy:"19",r:"2",key:"gzo7y7"}]],vg=e("truck-electric",qe1);const ze1=[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M15 18H9",key:"1lyqi6"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14",key:"lysw3i"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]],xg=e("truck",ze1);const Ae1=[["path",{d:"M15 4 5 9",key:"14bkc9"}],["path",{d:"m15 8.5-10 5",key:"1grtsx"}],["path",{d:"M18 12a9 9 0 0 1-9 9V3",key:"1sst7f"}]],fg=e("turkish-lira",Ae1);const je1=[["path",{d:"M10 12.01h.01",key:"7rp0yl"}],["path",{d:"M18 8v4a8 8 0 0 1-1.07 4",key:"1st48v"}],["circle",{cx:"10",cy:"12",r:"4",key:"19levz"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}]],Lg=e("turntable",je1);const He1=[["path",{d:"m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z",key:"1lbbv7"}],["path",{d:"M4.82 7.9 8 10",key:"m9wose"}],["path",{d:"M15.18 7.9 12 10",key:"p8dp2u"}],["path",{d:"M16.93 10H20a2 2 0 0 1 0 4H2",key:"12nsm7"}]],wg=e("turtle",He1);const Pe1=[["path",{d:"M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z",key:"vbtd3f"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]],Cg=e("tv-minimal-play",Pe1);const Ve1=[["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]],i0=e("tv-minimal",Ve1);const Be1=[["path",{d:"m17 2-5 5-5-5",key:"16satq"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2",key:"1e6viu"}]],bg=e("tv",Be1);const Fe1=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7",key:"c0yzno"}]],Ig=e("twitch",Fe1);const De1=[["path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z",key:"pff0z6"}]],Ng=e("twitter",De1);const Te1=[["path",{d:"M12 4v16",key:"1654pz"}],["path",{d:"M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2",key:"e0r10z"}],["path",{d:"M9 20h6",key:"s66wpe"}]],$g=e("type",Te1);const Re1=[["path",{d:"M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z",key:"1reda3"}]],Sg=e("type-outline",Re1);const Ue1=[["path",{d:"M12 13v7a2 2 0 0 0 4 0",key:"rpgb42"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M18.656 13h2.336a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-12.07-7.51",key:"yawknk"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.961 5.957a10.28 10.28 0 0 0-3.922 5.769A1 1 0 0 0 3 13h10",key:"5sfalc"}]],qg=e("umbrella-off",Ue1);const Oe1=[["path",{d:"M12 13v7a2 2 0 0 0 4 0",key:"rpgb42"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M20.992 13a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-19.923 0A1 1 0 0 0 3 13z",key:"124nyo"}]],zg=e("umbrella",Oe1);const Ee1=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]],Ag=e("underline",Ee1);const We1=[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]],jg=e("undo-2",We1);const Ge1=[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13",key:"8mp6z9"}],["path",{d:"M3 7v6h6",key:"1v2h90"}],["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}]],Hg=e("undo-dot",Ge1);const Ze1=[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]],Pg=e("undo",Ze1);const Xe1=[["path",{d:"M16 12h6",key:"15xry1"}],["path",{d:"M8 12H2",key:"1jqql6"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 15 3-3-3-3",key:"wjy7rq"}],["path",{d:"m5 9-3 3 3 3",key:"j64kie"}]],Vg=e("unfold-horizontal",Xe1);const Ke1=[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3 3-3-3",key:"11eu04"}],["path",{d:"m15 5-3-3-3 3",key:"itvq4r"}]],Bg=e("unfold-vertical",Ke1);const Je1=[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1",key:"nzclkv"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1",key:"4tytwb"}]],Fg=e("ungroup",Je1);const Qe1=[["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3",key:"1rgiei"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M18 16h.01",key:"plv8zi"}],["path",{d:"M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z",key:"1ogmi3"}],["path",{d:"M6 12h.01",key:"c2rlol"}],["path",{d:"M6 16h.01",key:"1pmjb7"}],["circle",{cx:"12",cy:"10",r:"2",key:"1yojzk"}]],d0=e("university",Qe1);const Ye1=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2",key:"1re2ne"}]],Dg=e("unlink-2",Ye1);const e21=[["path",{d:"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71",key:"yqzxt4"}],["path",{d:"m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71",key:"4qinb0"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5",key:"1041cp"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8",key:"14m1p5"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22",key:"rzdirn"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16",key:"ox905f"}]],Tg=e("unlink",e21);const a21=[["path",{d:"m19 5 3-3",key:"yk6iyv"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z",key:"1snsnr"}]],Rg=e("unplug",a21);const t21=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]],Ug=e("upload",t21);const o21=[["circle",{cx:"10",cy:"7",r:"1",key:"dypaad"}],["circle",{cx:"4",cy:"20",r:"1",key:"22iqad"}],["path",{d:"M4.7 19.3 19 5",key:"1enqfc"}],["path",{d:"m21 3-3 1 2 2Z",key:"d3ov82"}],["path",{d:"M9.26 7.68 5 12l2 5",key:"1esawj"}],["path",{d:"m10 14 5 2 3.5-3.5",key:"v8oal5"}],["path",{d:"m18 12 1-1 1 1-1 1Z",key:"1bh22v"}]],Og=e("usb",o21);const c21=[["path",{d:"m16 11 2 2 4-4",key:"9rsbq5"}],["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],Eg=e("user-check",c21);const n21=[["path",{d:"M10 15H6a4 4 0 0 0-4 4v2",key:"1nfge6"}],["path",{d:"m14.305 16.53.923-.382",key:"1itpsq"}],["path",{d:"m15.228 13.852-.923-.383",key:"eplpkm"}],["path",{d:"m16.852 12.228-.383-.923",key:"13v3q0"}],["path",{d:"m16.852 17.772-.383.924",key:"1i8mnm"}],["path",{d:"m19.148 12.228.383-.923",key:"1q8j1v"}],["path",{d:"m19.53 18.696-.382-.924",key:"vk1qj3"}],["path",{d:"m20.772 13.852.924-.383",key:"n880s0"}],["path",{d:"m20.772 16.148.924.383",key:"1g6xey"}],["circle",{cx:"18",cy:"15",r:"3",key:"gjjjvw"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],Wg=e("user-cog",n21);const i21=[["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2",key:"3bnktk"}],["path",{d:"M15 15.5V14a2 2 0 0 1 4 0v1.5",key:"12ym5i"}],["rect",{width:"8",height:"5",x:"13",y:"16",rx:".899",key:"4p176n"}]],Gg=e("user-lock",i21);const d21=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]],Zg=e("user-minus",d21);const h21=[["path",{d:"M11.5 15H7a4 4 0 0 0-4 4v2",key:"15lzij"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}]],Xg=e("user-pen",h21);const r21=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]],Kg=e("user-plus",r21);const s21=[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]],h0=e("user-round-check",s21);const y21=[["path",{d:"m14.305 19.53.923-.382",key:"3m78fa"}],["path",{d:"m15.228 16.852-.923-.383",key:"npixar"}],["path",{d:"m16.852 15.228-.383-.923",key:"5xggr7"}],["path",{d:"m16.852 20.772-.383.924",key:"dpfhf9"}],["path",{d:"m19.148 15.228.383-.923",key:"1reyyz"}],["path",{d:"m19.53 21.696-.382-.924",key:"1goivc"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["path",{d:"m20.772 16.852.924-.383",key:"htqkph"}],["path",{d:"m20.772 19.148.924.383",key:"9w9pjp"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],r0=e("user-round-cog",y21);const l21=[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 19h-6",key:"vcuq98"}]],s0=e("user-round-minus",l21);const p21=[["path",{d:"M2 21a8 8 0 0 1 10.821-7.487",key:"1c8h7z"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}]],Jg=e("user-round-pen",p21);const k21=[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M22 19h-6",key:"vcuq98"}]],y0=e("user-round-plus",k21);const u21=[["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.9-1.9",key:"1e5ubv"}]],Qg=e("user-round-search",u21);const M21=[["path",{d:"M2 21a8 8 0 0 1 11.873-7",key:"74fkxq"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m17 17 5 5",key:"p7ous7"}],["path",{d:"m22 17-5 5",key:"gqnmv0"}]],l0=e("user-round-x",M21);const m21=[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]],p0=e("user-round",m21);const _21=[["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2",key:"3bnktk"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["path",{d:"m21 21-1.9-1.9",key:"1g2n9r"}]],Yg=e("user-search",_21);const g21=[["path",{d:"M16.051 12.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z",key:"1m8t9f"}],["path",{d:"M8 15H7a4 4 0 0 0-4 4v2",key:"l9tmp8"}],["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}]],ev=e("user-star",g21);const v21=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"17",x2:"22",y1:"8",y2:"13",key:"3nzzx3"}],["line",{x1:"22",x2:"17",y1:"8",y2:"13",key:"1swrse"}]],av=e("user-x",v21);const x21=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]],tv=e("user",x21);const f21=[["path",{d:"M18 21a8 8 0 0 0-16 0",key:"3ypg7q"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3",key:"10s06x"}]],k0=e("users-round",f21);const L21=[["path",{d:"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8",key:"n7qcjb"}],["path",{d:"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7",key:"d0u48b"}],["path",{d:"m2.1 21.8 6.4-6.3",key:"yn04lh"}],["path",{d:"m19 5-7 7",key:"194lzd"}]],u0=e("utensils-crossed",L21);const w21=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],ov=e("users",w21);const C21=[["path",{d:"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2",key:"cjf0a3"}],["path",{d:"M7 2v20",key:"1473qp"}],["path",{d:"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7",key:"j28e5"}]],M0=e("utensils",C21);const b21=[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M2 5h20",key:"1fs1ex"}],["path",{d:"M3 3v2",key:"9imdir"}],["path",{d:"M7 3v2",key:"n0os7"}],["path",{d:"M17 3v2",key:"1l2re6"}],["path",{d:"M21 3v2",key:"1duuac"}],["path",{d:"m19 5-7 7-7-7",key:"133zxf"}]],cv=e("utility-pole",b21);const I21=[["path",{d:"M13 6v5a1 1 0 0 0 1 1h6.102a1 1 0 0 1 .712.298l.898.91a1 1 0 0 1 .288.702V17a1 1 0 0 1-1 1h-3",key:"k3s650"}],["path",{d:"M5 18H3a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h12c1.1 0 2.1.8 2.4 1.8l1.176 4.2",key:"fnd93u"}],["path",{d:"M9 18h5",key:"lrx6i"}],["circle",{cx:"16",cy:"18",r:"2",key:"1v4tcr"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]],nv=e("van",I21);const N21=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]],iv=e("variable",N21);const $21=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["path",{d:"m7.9 7.9 2.7 2.7",key:"hpeyl3"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}],["path",{d:"m13.4 10.6 2.7-2.7",key:"264c1n"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["path",{d:"m7.9 16.1 2.7-2.7",key:"p81g5e"}],["circle",{cx:"16.5",cy:"16.5",r:".5",fill:"currentColor",key:"fubopw"}],["path",{d:"m13.4 13.4 2.7 2.7",key:"abhel3"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],dv=e("vault",$21);const S21=[["path",{d:"M19.5 7a24 24 0 0 1 0 10",key:"8n60xe"}],["path",{d:"M4.5 7a24 24 0 0 0 0 10",key:"2lmadr"}],["path",{d:"M7 19.5a24 24 0 0 0 10 0",key:"1q94o2"}],["path",{d:"M7 4.5a24 24 0 0 1 10 0",key:"2z8ypa"}],["rect",{x:"17",y:"17",width:"5",height:"5",rx:"1",key:"1ac74s"}],["rect",{x:"17",y:"2",width:"5",height:"5",rx:"1",key:"1e7h5j"}],["rect",{x:"2",y:"17",width:"5",height:"5",rx:"1",key:"1t4eah"}],["rect",{x:"2",y:"2",width:"5",height:"5",rx:"1",key:"940dhs"}]],hv=e("vector-square",S21);const q21=[["path",{d:"M16 8q6 0 6-6-6 0-6 6",key:"qsyyc4"}],["path",{d:"M17.41 3.59a10 10 0 1 0 3 3",key:"41m9h7"}],["path",{d:"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14",key:"qiv7li"}]],rv=e("vegan",q21);const z21=[["path",{d:"M18 11c-1.5 0-2.5.5-3 2",key:"1fod00"}],["path",{d:"M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z",key:"d70hit"}],["path",{d:"M6 11c1.5 0 2.5.5 3 2",key:"136fht"}]],sv=e("venetian-mask",z21);const A21=[["path",{d:"M10 20h4",key:"ni2waw"}],["path",{d:"M12 16v6",key:"c8a4gj"}],["path",{d:"M17 2h4v4",key:"vhe59"}],["path",{d:"m21 2-5.46 5.46",key:"19kypf"}],["circle",{cx:"12",cy:"11",r:"5",key:"16gxyc"}]],yv=e("venus-and-mars",A21);const j21=[["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M9 19h6",key:"456am0"}],["circle",{cx:"12",cy:"9",r:"6",key:"1nw4tq"}]],lv=e("venus",j21);const H21=[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["path",{d:"M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2",key:"1hbad5"}],["path",{d:"M16 10.34V6c0-.55-.45-1-1-1h-4.34",key:"1x5tf0"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],pv=e("vibrate-off",H21);const P21=[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["rect",{width:"8",height:"14",x:"8",y:"5",rx:"1",key:"1oyrl4"}]],kv=e("vibrate",P21);const V21=[["path",{d:"M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196",key:"w8jjjt"}],["path",{d:"M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2",key:"1xawa7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],uv=e("video-off",V21);const B21=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 8h20",key:"d11cs7"}],["circle",{cx:"8",cy:"14",r:"2",key:"1k2qr5"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"14",r:"2",key:"14k7lr"}]],Mv=e("videotape",B21);const F21=[["path",{d:"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5",key:"ftymec"}],["rect",{x:"2",y:"6",width:"14",height:"12",rx:"2",key:"158x01"}]],mv=e("video",F21);const D21=[["path",{d:"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2",key:"mrq65r"}],["path",{d:"M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2",key:"be3xqs"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]],_v=e("view",D21);const T21=[["circle",{cx:"6",cy:"12",r:"4",key:"1ehtga"}],["circle",{cx:"18",cy:"12",r:"4",key:"4vafl8"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16",key:"pmt8us"}]],gv=e("voicemail",T21);const R21=[["path",{d:"M11.1 7.1a16.55 16.55 0 0 1 10.9 4",key:"2880wi"}],["path",{d:"M12 12a12.6 12.6 0 0 1-8.7 5",key:"113sja"}],["path",{d:"M16.8 13.6a16.55 16.55 0 0 1-9 7.5",key:"1qmsgl"}],["path",{d:"M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10",key:"1bmeqp"}],["path",{d:"M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5",key:"iekzv9"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],vv=e("volleyball",R21);const U21=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}]],xv=e("volume-1",U21);const O21=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728",key:"ijwkga"}]],fv=e("volume-2",O21);const E21=[["path",{d:"M16 9a5 5 0 0 1 .95 2.293",key:"1fgyg8"}],["path",{d:"M19.364 5.636a9 9 0 0 1 1.889 9.96",key:"l3zxae"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"m7 7-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11",key:"1gbwow"}],["path",{d:"M9.828 4.172A.686.686 0 0 1 11 4.657v.686",key:"s2je0y"}]],Lv=e("volume-off",E21);const W21=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15",key:"1ewh16"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15",key:"5ykzw1"}]],wv=e("volume-x",W21);const G21=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}]],Cv=e("volume",G21);const Z21=[["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}],["path",{d:"M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z",key:"1ezoue"}],["path",{d:"M22 19H2",key:"nuriw5"}]],bv=e("vote",Z21);const X21=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2",key:"4125el"}],["path",{d:"M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21",key:"1dpki6"}]],Iv=e("wallet-cards",X21);const K21=[["path",{d:"M17 14h.01",key:"7oqj8z"}],["path",{d:"M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14",key:"u1rqew"}]],m0=e("wallet-minimal",K21);const J21=[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"18etb6"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4",key:"xoc0q4"}]],Nv=e("wallet",J21);const Q21=[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15",key:"1sl52q"}],["circle",{cx:"8",cy:"9",r:"2",key:"gjzl9d"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}]],$v=e("wallpaper",Q21);const Y21=[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]],_0=e("wand-sparkles",Y21);const ea1=[["path",{d:"M15 4V2",key:"z1p9b7"}],["path",{d:"M15 16v-2",key:"px0unx"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M17.8 11.8 19 13",key:"yihg8r"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M17.8 6.2 19 5",key:"fd4us0"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M12.2 6.2 11 5",key:"i3da3b"}]],Sv=e("wand",ea1);const aa1=[["path",{d:"M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11",key:"pb2vm6"}],["path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z",key:"doq5xv"}],["path",{d:"M6 13h12",key:"yf64js"}],["path",{d:"M6 17h12",key:"1jwigz"}]],qv=e("warehouse",aa1);const ta1=[["path",{d:"M3 6h3",key:"155dbl"}],["path",{d:"M17 6h.01",key:"e2y6kg"}],["rect",{width:"18",height:"20",x:"3",y:"2",rx:"2",key:"od3kk9"}],["circle",{cx:"12",cy:"13",r:"5",key:"nlbqau"}],["path",{d:"M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5",key:"17lach"}]],zv=e("washing-machine",ta1);const oa1=[["path",{d:"M12 10L12 2",key:"jvb0aw"}],["path",{d:"M16 6L12 10L8 6",key:"9j6vje"}],["path",{d:"M2 15C2.6 15.5 3.2 16 4.5 16C7 16 7 14 9.5 14C12.1 14 11.9 16 14.5 16C17 16 17 14 19.5 14C20.8 14 21.4 14.5 22 15",key:"s2zepw"}],["path",{d:"M2 21C2.6 21.5 3.2 22 4.5 22C7 22 7 20 9.5 20C12.1 20 11.9 22 14.5 22C17 22 17 20 19.5 20C20.8 20 21.4 20.5 22 21",key:"u68omc"}]],Av=e("waves-arrow-down",oa1);const ca1=[["path",{d:"M12 10v2.2l1.6 1",key:"n3r21l"}],["path",{d:"m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05",key:"18k57s"}],["path",{d:"m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05",key:"16ny36"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}]],jv=e("watch",ca1);const na1=[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"M2 15c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"1p9f19"}],["path",{d:"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"vbxynw"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}]],Hv=e("waves-arrow-up",na1);const ia1=[["path",{d:"M19 5a2 2 0 0 0-2 2v11",key:"s41o68"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"rd2r6e"}],["path",{d:"M7 13h10",key:"1rwob1"}],["path",{d:"M7 9h10",key:"12czzb"}],["path",{d:"M9 5a2 2 0 0 0-2 2v11",key:"x0q4gh"}]],Pv=e("waves-ladder",ia1);const da1=[["path",{d:"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"knzxuh"}],["path",{d:"M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"2jd2cc"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"rd2r6e"}]],Vv=e("waves",da1);const ha1=[["path",{d:"m10.586 5.414-5.172 5.172",key:"4mc350"}],["path",{d:"m18.586 13.414-5.172 5.172",key:"8c96vv"}],["path",{d:"M6 12h12",key:"8npq4p"}],["circle",{cx:"12",cy:"20",r:"2",key:"144qzu"}],["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}],["circle",{cx:"20",cy:"12",r:"2",key:"1xzzfp"}],["circle",{cx:"4",cy:"12",r:"2",key:"1hvhnz"}]],Bv=e("waypoints",ha1);const ra1=[["circle",{cx:"12",cy:"10",r:"8",key:"1gshiw"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 22h10",key:"10w4w3"}],["path",{d:"M12 22v-4",key:"1utk9m"}]],Fv=e("webcam",ra1);const sa1=[["path",{d:"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15",key:"1tvl6x"}],["path",{d:"M9 3.4a4 4 0 0 1 6.52.66",key:"q04jfq"}],["path",{d:"m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05",key:"azowf0"}],["path",{d:"M20.3 20.3a4 4 0 0 1-2.3.7",key:"5joiws"}],["path",{d:"M18.6 13a4 4 0 0 1 3.357 3.414",key:"cangb8"}],["path",{d:"m12 6 .6 1",key:"tpjl1n"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],Dv=e("webhook-off",sa1);const ya1=[["path",{d:"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2",key:"q3hayz"}],["path",{d:"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06",key:"1go1hn"}],["path",{d:"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8",key:"qlwsc0"}]],Tv=e("webhook",ya1);const la1=[["path",{d:"M6.5 8a2 2 0 0 0-1.906 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8z",key:"1wl739"}],["path",{d:"M7.999 15a2.5 2.5 0 0 1 4 0 2.5 2.5 0 0 0 4 0",key:"1egezo"}],["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}]],Rv=e("weight-tilde",la1);const pa1=[["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}],["path",{d:"M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z",key:"56o5sh"}]],Uv=e("weight",pa1);const ka1=[["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"m16 8-1.17 1.17",key:"1qqm82"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"m8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97",key:"4wz8re"}],["path",{d:"M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62",key:"rves66"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"m16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98",key:"ak46r"}],["path",{d:"M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28",key:"1tw520"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],Ov=e("wheat-off",ka1);const ua1=[["path",{d:"M2 22 16 8",key:"60hf96"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1sdzmb"}],["path",{d:"M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"eoatbi"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"2m8kc5"}],["path",{d:"M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"vex3ng"}]],Ev=e("wheat",ua1);const Ma1=[["circle",{cx:"7",cy:"12",r:"3",key:"12clwm"}],["path",{d:"M10 9v6",key:"17i7lo"}],["circle",{cx:"17",cy:"12",r:"3",key:"gl7c2s"}],["path",{d:"M14 7v8",key:"dl84cr"}],["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]],Wv=e("whole-word",Ma1);const ma1=[["path",{d:"m14.305 19.53.923-.382",key:"3m78fa"}],["path",{d:"m15.228 16.852-.923-.383",key:"npixar"}],["path",{d:"m16.852 15.228-.383-.923",key:"5xggr7"}],["path",{d:"m16.852 20.772-.383.924",key:"dpfhf9"}],["path",{d:"m19.148 15.228.383-.923",key:"1reyyz"}],["path",{d:"m19.53 21.696-.382-.924",key:"1goivc"}],["path",{d:"M2 7.82a15 15 0 0 1 20 0",key:"1ovjuk"}],["path",{d:"m20.772 16.852.924-.383",key:"htqkph"}],["path",{d:"m20.772 19.148.924.383",key:"9w9pjp"}],["path",{d:"M5 11.858a10 10 0 0 1 11.5-1.785",key:"3sn16i"}],["path",{d:"M8.5 15.429a5 5 0 0 1 2.413-1.31",key:"1pxovh"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],Gv=e("wifi-cog",ma1);const _a1=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]],Zv=e("wifi-high",_a1);const ga1=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]],Xv=e("wifi-low",ga1);const va1=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}],["path",{d:"M5 12.859a10 10 0 0 1 5.17-2.69",key:"1dl1wf"}],["path",{d:"M19 12.859a10 10 0 0 0-2.007-1.523",key:"4k23kn"}],["path",{d:"M2 8.82a15 15 0 0 1 4.177-2.643",key:"1grhjp"}],["path",{d:"M22 8.82a15 15 0 0 0-11.288-3.764",key:"z3jwby"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],Kv=e("wifi-off",va1);const xa1=[["path",{d:"M2 8.82a15 15 0 0 1 20 0",key:"dnpr2z"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["path",{d:"M5 12.859a10 10 0 0 1 10.5-2.222",key:"rpb7oy"}],["path",{d:"M8.5 16.429a5 5 0 0 1 3-1.406",key:"r8bmzl"}]],Jv=e("wifi-pen",xa1);const fa1=[["path",{d:"M11.965 10.105v4L13.5 12.5a5 5 0 0 1 8 1.5",key:"1immaq"}],["path",{d:"M11.965 14.105h4",key:"uejny8"}],["path",{d:"M17.965 18.105h4L20.43 19.71a5 5 0 0 1-8-1.5",key:"1i3a7e"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0",key:"dnpr2z"}],["path",{d:"M21.965 22.105v-4",key:"1ku6vx"}],["path",{d:"M5 12.86a10 10 0 0 1 3-2.032",key:"pemdtu"}],["path",{d:"M8.5 16.429h.01",key:"2bm739"}]],Qv=e("wifi-sync",fa1);const La1=[["path",{d:"M12 20h.01",key:"zekei9"}]],Yv=e("wifi-zero",La1);const wa1=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0",key:"dnpr2z"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]],ex=e("wifi",wa1);const Ca1=[["path",{d:"M10 2v8",key:"d4bbey"}],["path",{d:"M12.8 21.6A2 2 0 1 0 14 18H2",key:"19kp1d"}],["path",{d:"M17.5 10a2.5 2.5 0 1 1 2 4H2",key:"19kpjc"}],["path",{d:"m6 6 4 4 4-4",key:"k13n16"}]],ax=e("wind-arrow-down",Ca1);const ba1=[["path",{d:"M12.8 19.6A2 2 0 1 0 14 16H2",key:"148xed"}],["path",{d:"M17.5 8a2.5 2.5 0 1 1 2 4H2",key:"1u4tom"}],["path",{d:"M9.8 4.4A2 2 0 1 1 11 8H2",key:"75valh"}]],tx=e("wind",ba1);const Ia1=[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h3m7 0h-1.343",key:"v48bem"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198",key:"1ymjlu"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],ox=e("wine-off",Ia1);const Na1=[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z",key:"10ffi3"}]],cx=e("wine",Na1);const $a1=[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]],nx=e("workflow",$a1);const Sa1=[["path",{d:"m19 12-1.5 3",key:"9bcu4o"}],["path",{d:"M19.63 18.81 22 20",key:"121v98"}],["path",{d:"M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z",key:"1tij6q"}]],ix=e("worm",Sa1);const qa1=[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z",key:"1ngwbx"}]],dx=e("wrench",qa1);const za1=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],hx=e("x",za1);const Aa1=[["path",{d:"M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317",key:"193nxd"}],["path",{d:"M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773",key:"27a7lr"}],["path",{d:"M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643",key:"1e0qe9"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],rx=e("zap-off",Aa1);const ja1=[["path",{d:"M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17",key:"1q2vi4"}],["path",{d:"m10 15 5-3-5-3z",key:"1jp15x"}]],sx=e("youtube",ja1);const Ha1=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],yx=e("zap",Ha1);const Pa1=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14",key:"1vmskp"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]],lx=e("zoom-in",Pa1);const Va1=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]],px=e("zoom-out",Va1);const Ba1=Object.freeze(Object.defineProperty({__proto__:null,AArrowDown:V0,AArrowUp:B0,ALargeSmall:F0,Accessibility:D0,Activity:T0,AirVent:R0,Airplay:U0,AlarmClock:E0,AlarmClockCheck:l1,AlarmClockMinus:p1,AlarmClockOff:O0,AlarmClockPlus:k1,AlarmSmoke:W0,Album:G0,AlignCenterHorizontal:Z0,AlignCenterVertical:X0,AlignEndHorizontal:K0,AlignEndVertical:J0,AlignHorizontalDistributeCenter:Q0,AlignHorizontalDistributeEnd:Y0,AlignHorizontalDistributeStart:et,AlignHorizontalJustifyCenter:at,AlignHorizontalJustifyEnd:tt,AlignHorizontalJustifyStart:ot,AlignHorizontalSpaceAround:ct,AlignHorizontalSpaceBetween:nt,AlignStartHorizontal:it,AlignStartVertical:dt,AlignVerticalDistributeCenter:ht,AlignVerticalDistributeEnd:rt,AlignVerticalDistributeStart:st,AlignVerticalJustifyCenter:lt,AlignVerticalJustifyEnd:yt,AlignVerticalJustifyStart:pt,AlignVerticalSpaceAround:kt,AlignVerticalSpaceBetween:ut,Ambulance:Mt,Ampersand:mt,Ampersands:_t,Amphora:gt,Anchor:xt,Angry:vt,Annoyed:ft,Antenna:Lt,Anvil:wt,Aperture:Ct,AppWindow:It,AppWindowMac:bt,Apple:Nt,Archive:qt,ArchiveRestore:$t,ArchiveX:St,Armchair:zt,ArrowBigDown:jt,ArrowBigDownDash:At,ArrowBigLeft:Pt,ArrowBigLeftDash:Ht,ArrowBigRight:Bt,ArrowBigRightDash:Vt,ArrowBigUp:Dt,ArrowBigUpDash:Ft,ArrowDown:Kt,ArrowDown01:Tt,ArrowDown10:Rt,ArrowDownAZ:u1,ArrowDownFromLine:Ut,ArrowDownLeft:Ot,ArrowDownNarrowWide:Et,ArrowDownRight:Wt,ArrowDownToDot:Gt,ArrowDownToLine:Zt,ArrowDownUp:Xt,ArrowDownWideNarrow:M1,ArrowDownZA:m1,ArrowLeft:eo,ArrowLeftFromLine:Jt,ArrowLeftRight:Qt,ArrowLeftToLine:Yt,ArrowRight:oo,ArrowRightFromLine:ao,ArrowRightLeft:to,ArrowRightToLine:co,ArrowUp:uo,ArrowUp01:no,ArrowUp10:io,ArrowUpAZ:_1,ArrowUpDown:ho,ArrowUpFromDot:ro,ArrowUpFromLine:so,ArrowUpLeft:yo,ArrowUpNarrowWide:g1,ArrowUpRight:lo,ArrowUpToLine:po,ArrowUpWideNarrow:ko,ArrowUpZA:v1,ArrowsUpFromLine:Mo,Asterisk:mo,AtSign:_o,Atom:go,AudioLines:vo,AudioWaveform:xo,Award:fo,Axe:Lo,Axis3d:x1,Baby:Co,Backpack:wo,Badge:Cx,BadgeAlert:bo,BadgeCent:Io,BadgeCheck:f1,BadgeDollarSign:No,BadgeEuro:$o,BadgeIndianRupee:So,BadgeInfo:qo,BadgeJapaneseYen:zo,BadgeMinus:Ao,BadgePercent:jo,BadgePlus:Ho,BadgePoundSterling:Po,BadgeQuestionMark:L1,BadgeRussianRuble:Vo,BadgeSwissFranc:Bo,BadgeTurkishLira:Fo,BadgeX:Do,BaggageClaim:To,Balloon:Ro,Ban:Uo,Banana:Oo,Bandage:Wo,Banknote:Ko,BanknoteArrowDown:Eo,BanknoteArrowUp:Go,BanknoteX:Zo,Barcode:Xo,Barrel:Jo,Baseline:Qo,Bath:Yo,Battery:dc,BatteryCharging:ec,BatteryFull:ac,BatteryLow:tc,BatteryMedium:oc,BatteryPlus:cc,BatteryWarning:nc,Beaker:ic,Bean:rc,BeanOff:hc,Bed:lc,BedDouble:sc,BedSingle:yc,Beef:pc,Beer:Mc,BeerOff:kc,Bell:fc,BellDot:uc,BellElectric:mc,BellMinus:_c,BellOff:gc,BellPlus:vc,BellRing:xc,BetweenHorizontalEnd:w1,BetweenHorizontalStart:C1,BetweenVerticalEnd:Lc,BetweenVerticalStart:wc,BicepsFlexed:Cc,Bike:bc,Binary:Ic,Binoculars:Nc,Biohazard:$c,Bird:Sc,Birdhouse:qc,Bitcoin:zc,Blend:Ac,Blinds:jc,Blocks:Hc,Bluetooth:Dc,BluetoothConnected:Pc,BluetoothOff:Vc,BluetoothSearching:Bc,Bold:Fc,Bolt:Tc,Bomb:Uc,Bone:Rc,Book:un,BookA:Oc,BookAlert:Ec,BookAudio:Wc,BookCheck:Gc,BookCopy:Zc,BookDashed:b1,BookDown:Xc,BookHeadphones:Kc,BookHeart:Jc,BookImage:Qc,BookKey:Yc,BookLock:en,BookMarked:tn,BookMinus:an,BookOpen:cn,BookOpenCheck:on,BookOpenText:nn,BookPlus:dn,BookSearch:hn,BookText:rn,BookType:sn,BookUp:ln,BookUp2:yn,BookUser:pn,BookX:kn,Bookmark:vn,BookmarkCheck:Mn,BookmarkMinus:mn,BookmarkPlus:_n,BookmarkX:gn,BoomBox:xn,Bot:wn,BotMessageSquare:fn,BotOff:Ln,BottleWine:bn,BowArrow:Cn,Box:In,Boxes:Nn,Braces:I1,Brackets:$n,Brain:zn,BrainCircuit:Sn,BrainCog:qn,BrickWall:Hn,BrickWallFire:An,BrickWallShield:jn,Briefcase:Fn,BriefcaseBusiness:Pn,BriefcaseConveyorBelt:Vn,BriefcaseMedical:Bn,BringToFront:Dn,Brush:Tn,BrushCleaning:Rn,Bubbles:Un,Bug:Wn,BugOff:On,BugPlay:En,Building:Zn,Building2:Gn,Bus:Kn,BusFront:Xn,Cable:Qn,CableCar:Jn,Cake:ei,CakeSlice:Yn,Calculator:ai,Calendar:fi,Calendar1:ti,CalendarArrowDown:oi,CalendarArrowUp:ci,CalendarCheck:di,CalendarCheck2:ni,CalendarClock:ii,CalendarCog:hi,CalendarDays:ri,CalendarFold:si,CalendarHeart:yi,CalendarMinus:pi,CalendarMinus2:li,CalendarOff:ki,CalendarPlus:Mi,CalendarPlus2:ui,CalendarRange:mi,CalendarSearch:_i,CalendarSync:vi,CalendarX:xi,CalendarX2:gi,Calendars:Li,Camera:Ci,CameraOff:wi,Candy:Ni,CandyCane:Ii,CandyOff:bi,Cannabis:Si,CannabisOff:$i,Captions:N1,CaptionsOff:qi,Car:Ai,CarFront:zi,CarTaxiFront:ji,Caravan:Pi,CardSim:Hi,Carrot:Vi,CaseLower:Bi,CaseSensitive:Fi,CaseUpper:Di,CassetteTape:Ti,Cast:Ri,Castle:Ui,Cat:Oi,Cctv:Ei,ChartArea:$1,ChartBar:q1,ChartBarBig:S1,ChartBarDecreasing:Wi,ChartBarIncreasing:Gi,ChartBarStacked:Zi,ChartCandlestick:z1,ChartColumn:H1,ChartColumnBig:A1,ChartColumnDecreasing:Xi,ChartColumnIncreasing:j1,ChartColumnStacked:Ki,ChartGantt:Ji,ChartLine:P1,ChartNetwork:Qi,ChartNoAxesColumn:B1,ChartNoAxesColumnDecreasing:Yi,ChartNoAxesColumnIncreasing:V1,ChartNoAxesCombined:ed,ChartNoAxesGantt:F1,ChartPie:D1,ChartScatter:T1,ChartSpline:ad,Check:cd,CheckCheck:td,CheckLine:od,ChefHat:nd,Cherry:id,ChessBishop:dd,ChessKing:hd,ChessKnight:rd,ChessPawn:sd,ChessQueen:yd,ChessRook:ld,ChevronDown:pd,ChevronFirst:kd,ChevronLast:ud,ChevronLeft:Md,ChevronRight:md,ChevronUp:_d,ChevronsDown:vd,ChevronsDownUp:gd,ChevronsLeft:Ld,ChevronsLeftRight:fd,ChevronsLeftRightEllipsis:xd,ChevronsRight:Cd,ChevronsRightLeft:wd,ChevronsUp:Id,ChevronsUpDown:bd,Chromium:R1,Church:Nd,Cigarette:Sd,CigaretteOff:$d,Circle:Ed,CircleAlert:U1,CircleArrowDown:O1,CircleArrowLeft:E1,CircleArrowOutDownLeft:W1,CircleArrowOutDownRight:G1,CircleArrowOutUpLeft:Z1,CircleArrowOutUpRight:X1,CircleArrowRight:K1,CircleArrowUp:J1,CircleCheck:Y1,CircleCheckBig:Q1,CircleChevronDown:ee,CircleChevronLeft:ae,CircleChevronRight:te,CircleChevronUp:oe,CircleDashed:qd,CircleDivide:ce,CircleDollarSign:zd,CircleDot:jd,CircleDotDashed:Ad,CircleEllipsis:Hd,CircleEqual:Pd,CircleFadingArrowUp:Vd,CircleFadingPlus:Bd,CircleGauge:ne,CircleMinus:ie,CircleOff:Fd,CircleParking:he,CircleParkingOff:de,CirclePause:re,CirclePercent:se,CirclePile:Dd,CirclePlay:le,CirclePlus:ye,CirclePoundSterling:Td,CirclePower:pe,CircleQuestionMark:E,CircleSlash:Rd,CircleSlash2:ke,CircleSmall:Od,CircleStar:Ud,CircleStop:ue,CircleUser:me,CircleUserRound:Me,CircleX:_e,CircuitBoard:Wd,Citrus:Gd,Clapperboard:Zd,Clipboard:ch,ClipboardCheck:Xd,ClipboardClock:Kd,ClipboardCopy:Jd,ClipboardList:Qd,ClipboardMinus:Yd,ClipboardPaste:eh,ClipboardPen:ve,ClipboardPenLine:ge,ClipboardPlus:ah,ClipboardType:th,ClipboardX:oh,Clock:Lh,Clock1:nh,Clock10:ih,Clock11:dh,Clock12:hh,Clock2:rh,Clock3:sh,Clock4:yh,Clock5:lh,Clock6:ph,Clock7:kh,Clock8:uh,Clock9:Mh,ClockAlert:mh,ClockArrowDown:_h,ClockArrowUp:gh,ClockCheck:vh,ClockFading:xh,ClockPlus:fh,ClosedCaption:wh,Cloud:Rh,CloudAlert:Ch,CloudBackup:bh,CloudCheck:Ih,CloudCog:Nh,CloudDownload:xe,CloudDrizzle:$h,CloudFog:Sh,CloudHail:qh,CloudLightning:zh,CloudMoon:jh,CloudMoonRain:Ah,CloudOff:Hh,CloudRain:Vh,CloudRainWind:Ph,CloudSnow:Bh,CloudSun:Dh,CloudSunRain:Fh,CloudSync:Th,CloudUpload:fe,Cloudy:Oh,Clover:Uh,Club:Eh,Code:Wh,CodeXml:Le,Codepen:Gh,Codesandbox:Zh,Coffee:Xh,Cog:Kh,Coins:Jh,Columns2:we,Columns3:Ce,Columns3Cog:W,Columns4:Qh,Combine:Yh,Command:er,Compass:ar,Component:tr,Computer:or,ConciergeBell:cr,Cone:nr,Construction:ir,Contact:dr,ContactRound:be,Container:hr,Contrast:rr,Cookie:sr,CookingPot:yr,Copy:_r,CopyCheck:lr,CopyMinus:pr,CopyPlus:kr,CopySlash:ur,CopyX:Mr,Copyleft:mr,Copyright:gr,CornerDownLeft:vr,CornerDownRight:xr,CornerLeftDown:fr,CornerLeftUp:Lr,CornerRightDown:wr,CornerRightUp:Cr,CornerUpLeft:br,CornerUpRight:Ir,Cpu:Nr,CreativeCommons:$r,CreditCard:Sr,Croissant:qr,Crop:zr,Cross:Ar,Crosshair:Hr,Crown:jr,Cuboid:Pr,CupSoda:Vr,Currency:Br,Cylinder:Fr,Dam:Dr,Database:Ur,DatabaseBackup:Tr,DatabaseZap:Rr,DecimalsArrowLeft:Or,DecimalsArrowRight:Er,Delete:Wr,Dessert:Gr,Diameter:Zr,Diamond:Jr,DiamondMinus:Xr,DiamondPercent:Ie,DiamondPlus:Kr,Dice1:Qr,Dice2:Yr,Dice3:es,Dice4:as,Dice5:ts,Dice6:os,Dices:cs,Diff:ns,Disc:rs,Disc2:is,Disc3:ds,DiscAlbum:hs,Divide:ss,Dna:ls,DnaOff:ys,Dock:ps,Dog:ks,DollarSign:us,Donut:Ms,DoorClosed:_s,DoorClosedLocked:ms,DoorOpen:gs,Dot:vs,Download:xs,DraftingCompass:fs,Drama:Ls,Dribbble:Cs,Drill:ws,Drone:bs,Droplet:Ns,DropletOff:Is,Droplets:$s,Drum:Ss,Drumstick:qs,Dumbbell:zs,Ear:As,EarOff:js,Earth:Ne,EarthLock:Hs,Eclipse:Ps,Egg:Fs,EggFried:Vs,EggOff:Bs,Ellipsis:Se,EllipsisVertical:$e,Equal:Rs,EqualApproximately:Ds,EqualNot:Ts,Eraser:Us,EthernetPort:Os,Euro:Es,EvCharger:Ws,Expand:Gs,ExternalLink:Zs,Eye:Js,EyeClosed:Xs,EyeOff:Ks,Facebook:Qs,Factory:Ys,Fan:ey,FastForward:ay,Feather:ty,Fence:oy,FerrisWheel:cy,Figma:ny,File:jy,FileArchive:iy,FileAxis3d:qe,FileBadge:ze,FileBox:dy,FileBraces:je,FileBracesCorner:Ae,FileChartColumn:He,FileChartColumnIncreasing:Pe,FileChartLine:Ve,FileChartPie:Be,FileCheck:hy,FileCheckCorner:Fe,FileClock:ry,FileCode:sy,FileCodeCorner:De,FileCog:Te,FileDiff:py,FileDigit:yy,FileDown:ly,FileExclamationPoint:Re,FileHeadphone:G,FileHeart:ky,FileImage:uy,FileInput:My,FileKey:Ue,FileLock:Oe,FileMinus:my,FileMinusCorner:Ee,FileMusic:_y,FileOutput:gy,FilePen:Ge,FilePenLine:We,FilePlay:Ze,FilePlus:vy,FilePlusCorner:Xe,FileQuestionMark:Ke,FileScan:xy,FileSearch:fy,FileSearchCorner:Je,FileSignal:Qe,FileSliders:Ly,FileSpreadsheet:wy,FileStack:Cy,FileSymlink:by,FileTerminal:Iy,FileText:Ny,FileType:$y,FileTypeCorner:Ye,FileUp:Sy,FileUser:qy,FileVideoCamera:e2,FileVolume:zy,FileX:Ay,FileXCorner:a2,Files:Hy,Film:Py,FingerprintPattern:t2,FireExtinguisher:Vy,Fish:Dy,FishOff:By,FishSymbol:Fy,FishingHook:Ty,Flag:Ey,FlagOff:Ry,FlagTriangleLeft:Uy,FlagTriangleRight:Oy,Flame:Gy,FlameKindling:Wy,Flashlight:Xy,FlashlightOff:Zy,FlaskConical:Jy,FlaskConicalOff:Ky,FlaskRound:Qy,FlipHorizontal:el,FlipHorizontal2:Yy,FlipVertical:tl,FlipVertical2:al,Flower:cl,Flower2:ol,Focus:nl,FoldHorizontal:dl,FoldVertical:il,Folder:jl,FolderArchive:hl,FolderCheck:rl,FolderClock:sl,FolderClosed:yl,FolderCode:ll,FolderCog:o2,FolderDot:pl,FolderDown:kl,FolderGit:Ml,FolderGit2:ul,FolderHeart:ml,FolderInput:_l,FolderKanban:vl,FolderKey:gl,FolderLock:xl,FolderMinus:fl,FolderOpen:wl,FolderOpenDot:Ll,FolderOutput:Cl,FolderPen:c2,FolderPlus:bl,FolderRoot:Il,FolderSearch:$l,FolderSearch2:Nl,FolderSymlink:Sl,FolderSync:ql,FolderTree:zl,FolderUp:Al,FolderX:Pl,Folders:Hl,Footprints:Vl,Forklift:Bl,Form:Fl,Forward:Dl,Frame:Tl,Framer:Rl,Frown:Ul,Fuel:Ol,Fullscreen:El,Funnel:i2,FunnelPlus:Wl,FunnelX:n2,GalleryHorizontal:Zl,GalleryHorizontalEnd:Gl,GalleryThumbnails:Xl,GalleryVertical:Jl,GalleryVerticalEnd:Kl,Gamepad:e4,Gamepad2:Ql,GamepadDirectional:Yl,Gauge:a4,Gavel:o4,Gem:t4,GeorgianLari:n4,Ghost:c4,Gift:i4,GitBranch:r4,GitBranchMinus:d4,GitBranchPlus:h4,GitCommitHorizontal:d2,GitCommitVertical:s4,GitCompare:l4,GitCompareArrows:y4,GitFork:p4,GitGraph:k4,GitMerge:u4,GitPullRequest:x4,GitPullRequestArrow:M4,GitPullRequestClosed:m4,GitPullRequestCreate:g4,GitPullRequestCreateArrow:_4,GitPullRequestDraft:v4,Github:f4,Gitlab:L4,GlassWater:w4,Glasses:C4,Globe:N4,GlobeLock:b4,GlobeX:I4,Goal:S4,Gpu:$4,GraduationCap:q4,Grape:z4,Grid2x2:y2,Grid2x2Check:h2,Grid2x2Plus:r2,Grid2x2X:s2,Grid3x2:A4,Grid3x3:Z,Grip:P4,GripHorizontal:j4,GripVertical:H4,Group:V4,Guitar:B4,Ham:F4,Hamburger:D4,Hammer:T4,Hand:G4,HandCoins:R4,HandFist:U4,HandGrab:l2,HandHeart:O4,HandHelping:p2,HandMetal:E4,HandPlatter:W4,Handbag:Z4,Handshake:X4,HardDrive:Y4,HardDriveDownload:K4,HardDriveUpload:J4,HardHat:Q4,Hash:ep,HatGlasses:ap,Haze:tp,Hd:op,HdmiPort:cp,Heading:yp,Heading1:np,Heading2:ip,Heading3:dp,Heading4:hp,Heading5:rp,Heading6:sp,HeadphoneOff:lp,Headphones:pp,Headset:kp,Heart:xp,HeartCrack:up,HeartHandshake:Mp,HeartMinus:mp,HeartOff:_p,HeartPlus:gp,HeartPulse:vp,Heater:fp,Helicopter:Lp,Hexagon:wp,Highlighter:Cp,History:bp,Hop:Np,HopOff:Ip,Hospital:$p,Hotel:Sp,Hourglass:qp,House:k2,HouseHeart:zp,HousePlug:Ap,HousePlus:jp,HouseWifi:Hp,IceCreamBowl:u2,IceCreamCone:M2,IdCard:Vp,IdCardLanyard:Pp,Image:Ep,ImageDown:Bp,ImageMinus:Fp,ImageOff:Dp,ImagePlay:Tp,ImagePlus:Rp,ImageUp:Up,ImageUpscale:Op,Images:Wp,Import:Gp,Inbox:Zp,IndianRupee:Xp,Infinity:Kp,Info:Jp,InspectionPanel:Qp,Instagram:Yp,Italic:e5,IterationCcw:a5,IterationCw:t5,JapaneseYen:o5,Joystick:c5,Kanban:n5,Kayak:i5,Key:r5,KeyRound:d5,KeySquare:h5,Keyboard:l5,KeyboardMusic:s5,KeyboardOff:y5,Lamp:_5,LampCeiling:p5,LampDesk:k5,LampFloor:u5,LampWallDown:M5,LampWallUp:m5,LandPlot:g5,Landmark:v5,Languages:x5,Laptop:L5,LaptopMinimal:m2,LaptopMinimalCheck:f5,Lasso:C5,LassoSelect:w5,Laugh:b5,Layers:_2,Layers2:I5,LayersPlus:N5,LayoutDashboard:$5,LayoutGrid:S5,LayoutList:q5,LayoutPanelLeft:z5,LayoutPanelTop:A5,LayoutTemplate:j5,Leaf:H5,LeafyGreen:P5,Lectern:V5,Library:F5,LibraryBig:B5,LifeBuoy:D5,Ligature:T5,Lightbulb:U5,LightbulbOff:R5,LineSquiggle:O5,Link:G5,Link2:W5,Link2Off:E5,Linkedin:Z5,List:pk,ListCheck:X5,ListChecks:K5,ListChevronsDownUp:J5,ListChevronsUpDown:Q5,ListCollapse:Y5,ListEnd:ek,ListFilter:tk,ListFilterPlus:ak,ListIndentDecrease:X,ListIndentIncrease:K,ListMinus:ok,ListMusic:ck,ListOrdered:nk,ListPlus:ik,ListRestart:dk,ListStart:hk,ListTodo:rk,ListTree:sk,ListVideo:yk,ListX:lk,Loader:uk,LoaderCircle:g2,LoaderPinwheel:kk,Locate:_k,LocateFixed:Mk,LocateOff:mk,Lock:vk,LockKeyhole:gk,LockKeyholeOpen:v2,LockOpen:x2,LogIn:xk,LogOut:fk,Logs:Lk,Lollipop:wk,Luggage:Ck,Magnet:bk,Mail:Ak,MailCheck:Ik,MailMinus:Nk,MailOpen:$k,MailPlus:Sk,MailQuestionMark:f2,MailSearch:qk,MailWarning:zk,MailX:jk,Mailbox:Hk,Mails:Pk,Map:Jk,MapMinus:Vk,MapPin:Zk,MapPinCheck:Fk,MapPinCheckInside:Bk,MapPinHouse:Dk,MapPinMinus:Rk,MapPinMinusInside:Tk,MapPinOff:Uk,MapPinPen:L2,MapPinPlus:Ek,MapPinPlusInside:Ok,MapPinX:Gk,MapPinXInside:Wk,MapPinned:Xk,MapPlus:Kk,Mars:Yk,MarsStroke:Qk,Martini:e3,Maximize:t3,Maximize2:a3,Medal:o3,Megaphone:n3,MegaphoneOff:c3,Meh:i3,MemoryStick:d3,Menu:h3,Merge:r3,MessageCircle:g3,MessageCircleCode:s3,MessageCircleDashed:y3,MessageCircleHeart:l3,MessageCircleMore:p3,MessageCircleOff:k3,MessageCirclePlus:u3,MessageCircleQuestionMark:w2,MessageCircleReply:M3,MessageCircleWarning:m3,MessageCircleX:_3,MessageSquare:H3,MessageSquareCode:v3,MessageSquareDashed:x3,MessageSquareDiff:f3,MessageSquareDot:L3,MessageSquareHeart:w3,MessageSquareLock:C3,MessageSquareMore:I3,MessageSquareOff:b3,MessageSquarePlus:N3,MessageSquareQuote:$3,MessageSquareReply:S3,MessageSquareShare:z3,MessageSquareText:q3,MessageSquareWarning:A3,MessageSquareX:j3,MessagesSquare:P3,Mic:B3,MicOff:V3,MicVocal:C2,Microchip:F3,Microscope:D3,Microwave:T3,Milestone:R3,Milk:O3,MilkOff:U3,Minimize:W3,Minimize2:E3,Minus:Z3,Monitor:h8,MonitorCheck:G3,MonitorCloud:X3,MonitorCog:K3,MonitorDot:J3,MonitorDown:Q3,MonitorOff:Y3,MonitorPause:e8,MonitorPlay:a8,MonitorSmartphone:t8,MonitorSpeaker:o8,MonitorStop:c8,MonitorUp:i8,MonitorX:n8,Moon:r8,MoonStar:d8,Motorbike:s8,Mountain:l8,MountainSnow:y8,Mouse:g8,MouseOff:p8,MousePointer:_8,MousePointer2:u8,MousePointer2Off:k8,MousePointerBan:M8,MousePointerClick:m8,Move:q8,Move3d:b2,MoveDiagonal:x8,MoveDiagonal2:v8,MoveDown:w8,MoveDownLeft:f8,MoveDownRight:L8,MoveHorizontal:C8,MoveLeft:b8,MoveRight:I8,MoveUp:$8,MoveUpLeft:N8,MoveUpRight:S8,MoveVertical:z8,Music:P8,Music2:A8,Music3:j8,Music4:H8,Navigation:D8,Navigation2:B8,Navigation2Off:V8,NavigationOff:F8,Network:T8,Newspaper:R8,Nfc:U8,NonBinary:O8,Notebook:Z8,NotebookPen:E8,NotebookTabs:W8,NotebookText:G8,NotepadText:K8,NotepadTextDashed:X8,Nut:Q8,NutOff:J8,Octagon:e6,OctagonAlert:I2,OctagonMinus:Y8,OctagonPause:N2,OctagonX:$2,Omega:a6,Option:t6,Orbit:o6,Origami:c6,Package:l6,Package2:n6,PackageCheck:i6,PackageMinus:d6,PackageOpen:h6,PackagePlus:r6,PackageSearch:s6,PackageX:y6,PaintBucket:p6,PaintRoller:k6,Paintbrush:u6,PaintbrushVertical:S2,Palette:M6,Panda:m6,PanelBottom:v6,PanelBottomClose:_6,PanelBottomDashed:q2,PanelBottomOpen:g6,PanelLeft:H2,PanelLeftClose:z2,PanelLeftDashed:A2,PanelLeftOpen:j2,PanelLeftRightDashed:x6,PanelRight:w6,PanelRightClose:f6,PanelRightDashed:P2,PanelRightOpen:L6,PanelTop:N6,PanelTopBottomDashed:C6,PanelTopClose:b6,PanelTopDashed:V2,PanelTopOpen:I6,PanelsLeftBottom:$6,PanelsRightBottom:S6,PanelsTopLeft:B2,Paperclip:q6,Parentheses:z6,ParkingMeter:A6,PartyPopper:j6,Pause:H6,PawPrint:P6,PcCase:V6,Pen:D2,PenLine:F2,PenOff:B6,PenTool:F6,Pencil:U6,PencilLine:D6,PencilOff:T6,PencilRuler:R6,Pentagon:O6,Percent:E6,PersonStanding:W6,PhilippinePeso:G6,Phone:e7,PhoneCall:Z6,PhoneForwarded:X6,PhoneIncoming:K6,PhoneMissed:J6,PhoneOff:Q6,PhoneOutgoing:Y6,Pi:a7,Piano:t7,Pickaxe:o7,PictureInPicture:n7,PictureInPicture2:c7,PiggyBank:i7,Pilcrow:r7,PilcrowLeft:d7,PilcrowRight:h7,Pill:y7,PillBottle:s7,Pin:p7,PinOff:l7,Pipette:k7,Pizza:u7,Plane:_7,PlaneLanding:M7,PlaneTakeoff:m7,Play:g7,Plug:x7,Plug2:v7,PlugZap:T2,Plus:f7,Pocket:L7,PocketKnife:w7,Podcast:C7,Pointer:I7,PointerOff:b7,Popcorn:N7,Popsicle:$7,PoundSterling:S7,Power:z7,PowerOff:q7,Presentation:A7,Printer:V7,PrinterCheck:j7,PrinterX:H7,Projector:P7,Proportions:B7,Puzzle:F7,Pyramid:D7,QrCode:T7,Quote:R7,Rabbit:U7,Radar:O7,Radiation:W7,Radical:E7,Radio:bx,RadioReceiver:G7,RadioTower:Z7,Radius:X7,RailSymbol:J7,Rainbow:K7,Rat:Q7,Ratio:Y7,Receipt:hu,ReceiptCent:eu,ReceiptEuro:au,ReceiptIndianRupee:tu,ReceiptJapaneseYen:ou,ReceiptPoundSterling:cu,ReceiptRussianRuble:nu,ReceiptSwissFranc:iu,ReceiptText:du,ReceiptTurkishLira:ru,RectangleCircle:su,RectangleEllipsis:R2,RectangleGoggles:yu,RectangleHorizontal:lu,RectangleVertical:pu,Recycle:Mu,Redo:mu,Redo2:ku,RedoDot:uu,RefreshCcw:gu,RefreshCcwDot:_u,RefreshCw:xu,RefreshCwOff:vu,Refrigerator:fu,Regex:Lu,RemoveFormatting:wu,Repeat:Iu,Repeat1:Cu,Repeat2:bu,Replace:$u,ReplaceAll:Nu,Reply:qu,ReplyAll:Su,Rewind:zu,Ribbon:Au,Rocket:ju,RockingChair:Hu,RollerCoaster:Pu,Rose:Vu,Rotate3d:U2,RotateCcw:Du,RotateCcwKey:Bu,RotateCcwSquare:Fu,RotateCw:Ru,RotateCwSquare:Tu,Route:Ou,RouteOff:Uu,Router:Eu,Rows2:O2,Rows3:E2,Rows4:Wu,Rss:Gu,Ruler:Qu,RulerDimensionLine:Zu,RussianRuble:Xu,Sailboat:Ku,Salad:Ju,Sandwich:Yu,Satellite:a9,SatelliteDish:e9,SaudiRiyal:t9,Save:n9,SaveAll:c9,SaveOff:o9,Scale:i9,Scale3d:W2,Scaling:d9,Scan:u9,ScanBarcode:h9,ScanEye:r9,ScanFace:s9,ScanHeart:y9,ScanLine:l9,ScanQrCode:p9,ScanSearch:k9,ScanText:M9,School:_9,Scissors:g9,ScissorsLineDashed:m9,Scooter:v9,ScreenShare:f9,ScreenShareOff:x9,Scroll:L9,ScrollText:C9,Search:S9,SearchAlert:w9,SearchCheck:b9,SearchCode:I9,SearchSlash:N9,SearchX:$9,Section:q9,Send:A9,SendHorizontal:G2,SendToBack:z9,SeparatorHorizontal:j9,SeparatorVertical:H9,Server:F9,ServerCog:P9,ServerCrash:V9,ServerOff:B9,Settings:T9,Settings2:D9,Shapes:R9,Share:O9,Share2:U9,Sheet:E9,Shell:W9,Shield:tM,ShieldAlert:G9,ShieldBan:Z9,ShieldCheck:X9,ShieldEllipsis:J9,ShieldHalf:K9,ShieldMinus:Q9,ShieldOff:Y9,ShieldPlus:eM,ShieldQuestionMark:Z2,ShieldUser:aM,ShieldX:X2,Ship:cM,ShipWheel:oM,Shirt:nM,ShoppingBag:iM,ShoppingBasket:dM,ShoppingCart:hM,Shovel:rM,ShowerHead:sM,Shredder:yM,Shrimp:lM,Shrink:pM,Shrub:kM,Shuffle:uM,Sigma:MM,Signal:xM,SignalHigh:mM,SignalLow:_M,SignalMedium:gM,SignalZero:vM,Signature:fM,Signpost:wM,SignpostBig:LM,Siren:CM,SkipBack:bM,SkipForward:IM,Skull:NM,Slack:$M,Slash:SM,Slice:qM,SlidersHorizontal:zM,SlidersVertical:K2,Smartphone:PM,SmartphoneCharging:AM,SmartphoneNfc:jM,Smile:VM,SmilePlus:HM,Snail:BM,Snowflake:FM,SoapDispenserDroplet:DM,Sofa:TM,SolarPanel:RM,Soup:UM,Space:OM,Spade:EM,Sparkle:WM,Sparkles:J2,Speaker:GM,Speech:ZM,SpellCheck:KM,SpellCheck2:XM,Spline:QM,SplinePointer:JM,Split:em,Spool:YM,Spotlight:am,SprayCan:tm,Sprout:om,Square:km,SquareActivity:Q2,SquareArrowDown:ea,SquareArrowDownLeft:Y2,SquareArrowDownRight:aa,SquareArrowLeft:ta,SquareArrowOutDownLeft:oa,SquareArrowOutDownRight:ca,SquareArrowOutUpLeft:na,SquareArrowOutUpRight:ia,SquareArrowRight:da,SquareArrowUp:sa,SquareArrowUpLeft:ha,SquareArrowUpRight:ra,SquareAsterisk:ya,SquareBottomDashedScissors:la,SquareChartGantt:J,SquareCheck:ka,SquareCheckBig:pa,SquareChevronDown:ua,SquareChevronLeft:Ma,SquareChevronRight:ma,SquareChevronUp:_a,SquareCode:ga,SquareDashed:fa,SquareDashedBottom:nm,SquareDashedBottomCode:cm,SquareDashedKanban:xa,SquareDashedMousePointer:va,SquareDashedTopSolid:im,SquareDivide:La,SquareDot:wa,SquareEqual:Ca,SquareFunction:ba,SquareKanban:Na,SquareLibrary:Ia,SquareM:$a,SquareMenu:Sa,SquareMinus:qa,SquareMousePointer:za,SquareParking:ja,SquareParkingOff:Aa,SquarePause:dm,SquarePen:B,SquarePercent:Ha,SquarePi:Pa,SquarePilcrow:Va,SquarePlay:Ba,SquarePlus:Fa,SquarePower:Da,SquareRadical:hm,SquareRoundCorner:rm,SquareScissors:Ta,SquareSigma:Ra,SquareSlash:Ua,SquareSplitHorizontal:Oa,SquareSplitVertical:Ea,SquareSquare:sm,SquareStack:ym,SquareStar:lm,SquareStop:pm,SquareTerminal:Wa,SquareUser:Ga,SquareUserRound:Za,SquareX:Xa,SquaresExclude:um,SquaresIntersect:Mm,SquaresSubtract:_m,SquaresUnite:mm,Squircle:vm,SquircleDashed:gm,Squirrel:xm,Stamp:fm,Star:Cm,StarHalf:wm,StarOff:Lm,StepBack:bm,StepForward:Im,Stethoscope:Nm,Sticker:$m,StickyNote:Sm,Stone:qm,Store:zm,StretchHorizontal:Am,StretchVertical:jm,Strikethrough:Hm,Subscript:Pm,Sun:Tm,SunDim:Vm,SunMedium:Fm,SunMoon:Bm,SunSnow:Dm,Sunrise:Rm,Sunset:Um,Superscript:Om,SwatchBook:Em,SwissFranc:Wm,SwitchCamera:Gm,Sword:Zm,Swords:Xm,Syringe:Km,Table:Ix,Table2:Jm,TableCellsMerge:Qm,TableCellsSplit:Ym,TableColumnsSplit:e_,TableOfContents:o_,TableProperties:a_,TableRowsSplit:t_,Tablet:n_,TabletSmartphone:c_,Tablets:d_,Tag:i_,Tags:h_,Tally1:r_,Tally2:s_,Tally3:y_,Tally4:l_,Tally5:p_,Tangent:k_,Target:u_,Telescope:M_,Tent:__,TentTree:m_,Terminal:g_,TestTube:v_,TestTubeDiagonal:Ka,TestTubes:x_,TextAlignCenter:Ja,TextAlignEnd:Qa,TextAlignJustify:Ya,TextAlignStart:Q,TextCursor:L_,TextCursorInput:f_,TextInitial:e0,TextQuote:w_,TextSearch:C_,TextSelect:a0,TextWrap:t0,Theater:b_,Thermometer:$_,ThermometerSnowflake:I_,ThermometerSun:N_,ThumbsDown:S_,ThumbsUp:q_,Ticket:B_,TicketCheck:z_,TicketMinus:A_,TicketPercent:j_,TicketPlus:H_,TicketSlash:P_,TicketX:V_,Tickets:D_,TicketsPlane:F_,Timer:R_,TimerOff:T_,TimerReset:U_,ToggleLeft:O_,ToggleRight:E_,Toilet:W_,ToolCase:G_,Toolbox:X_,Tornado:Z_,Torus:K_,Touchpad:Q_,TouchpadOff:J_,TowerControl:Y_,ToyBrick:eg,Tractor:ag,TrafficCone:tg,TrainFront:cg,TrainFrontTunnel:og,TrainTrack:ng,TramFront:o0,Transgender:ig,Trash:hg,Trash2:dg,TreeDeciduous:rg,TreePalm:c0,TreePine:sg,Trees:yg,Trello:lg,TrendingDown:pg,TrendingUp:ug,TrendingUpDown:kg,Triangle:_g,TriangleAlert:n0,TriangleDashed:Mg,TriangleRight:mg,Trophy:gg,Truck:xg,TruckElectric:vg,TurkishLira:fg,Turntable:Lg,Turtle:wg,Tv:bg,TvMinimal:i0,TvMinimalPlay:Cg,Twitch:Ig,Twitter:Ng,Type:$g,TypeOutline:Sg,Umbrella:zg,UmbrellaOff:qg,Underline:Ag,Undo:Pg,Undo2:jg,UndoDot:Hg,UnfoldHorizontal:Vg,UnfoldVertical:Bg,Ungroup:Fg,University:d0,Unlink:Tg,Unlink2:Dg,Unplug:Rg,Upload:Ug,Usb:Og,User:tv,UserCheck:Eg,UserCog:Wg,UserLock:Gg,UserMinus:Zg,UserPen:Xg,UserPlus:Kg,UserRound:p0,UserRoundCheck:h0,UserRoundCog:r0,UserRoundMinus:s0,UserRoundPen:Jg,UserRoundPlus:y0,UserRoundSearch:Qg,UserRoundX:l0,UserSearch:Yg,UserStar:ev,UserX:av,Users:ov,UsersRound:k0,Utensils:M0,UtensilsCrossed:u0,UtilityPole:cv,Van:nv,Variable:iv,Vault:dv,VectorSquare:hv,Vegan:rv,VenetianMask:sv,Venus:lv,VenusAndMars:yv,Vibrate:kv,VibrateOff:pv,Video:mv,VideoOff:uv,Videotape:Mv,View:_v,Voicemail:gv,Volleyball:vv,Volume:Cv,Volume1:xv,Volume2:fv,VolumeOff:Lv,VolumeX:wv,Vote:bv,Wallet:Nv,WalletCards:Iv,WalletMinimal:m0,Wallpaper:$v,Wand:Sv,WandSparkles:_0,Warehouse:qv,WashingMachine:zv,Watch:jv,Waves:Vv,WavesArrowDown:Av,WavesArrowUp:Hv,WavesLadder:Pv,Waypoints:Bv,Webcam:Fv,Webhook:Tv,WebhookOff:Dv,Weight:Uv,WeightTilde:Rv,Wheat:Ev,WheatOff:Ov,WholeWord:Wv,Wifi:ex,WifiCog:Gv,WifiHigh:Zv,WifiLow:Xv,WifiOff:Kv,WifiPen:Jv,WifiSync:Qv,WifiZero:Yv,Wind:tx,WindArrowDown:ax,Wine:cx,WineOff:ox,Workflow:nx,Worm:ix,Wrench:dx,X:hx,Youtube:sx,Zap:yx,ZapOff:rx,ZoomIn:lx,ZoomOut:px},Symbol.toStringTag,{value:"Module"})),Fa1={Menu:require("lucide-react").Menu,X:require("lucide-react").X,ChevronDown:require("lucide-react").ChevronDown,ChevronUp:require("lucide-react").ChevronUp,ChevronLeft:require("lucide-react").ChevronLeft,ChevronRight:require("lucide-react").ChevronRight,ArrowDown:require("lucide-react").ArrowDown,ArrowUp:require("lucide-react").ArrowUp,ArrowLeft:require("lucide-react").ArrowLeft,ArrowRight:require("lucide-react").ArrowRight,Search:require("lucide-react").Search,Home:require("lucide-react").Home,Settings:require("lucide-react").Settings,Bell:require("lucide-react").Bell,User:require("lucide-react").User,LogOut:require("lucide-react").LogOut,LogIn:require("lucide-react").LogIn,Plus:require("lucide-react").Plus,Minus:require("lucide-react").Minus,Check:require("lucide-react").Check,Copy:require("lucide-react").Copy,Download:require("lucide-react").Download,Upload:require("lucide-react").Upload,Share2:require("lucide-react").Share2,Trash2:require("lucide-react").Trash2,Edit:require("lucide-react").Edit,Eye:require("lucide-react").Eye,EyeOff:require("lucide-react").EyeOff,AlertCircle:require("lucide-react").AlertCircle,CheckCircle:require("lucide-react").CheckCircle,XCircle:require("lucide-react").XCircle,Info:require("lucide-react").Info,HelpCircle:require("lucide-react").HelpCircle,Image:require("lucide-react").Image,Video:require("lucide-react").Video,Music:require("lucide-react").Music,FileText:require("lucide-react").FileText,File:require("lucide-react").File,Mail:require("lucide-react").Mail,MessageSquare:require("lucide-react").MessageSquare,Heart:require("lucide-react").Heart,Star:require("lucide-react").Star,ShoppingCart:require("lucide-react").ShoppingCart,DollarSign:require("lucide-react").DollarSign,CreditCard:require("lucide-react").CreditCard},Da1=[{id:1,name:"Alice Johnson",email:"alice@example.com",status:"active"},{id:2,name:"Bob Smith",email:"bob@example.com",status:"active"},{id:3,name:"Charlie Davis",email:"charlie@example.com",status:"inactive"}],Ta1=[{key:"name",header:"Name",sortable:!0},{key:"email",header:"Email",sortable:!0},{key:"status",header:"Status",cell:t=>a.jsx(N,{variant:t.status==="active"?"success":"neutral",children:t.status}),align:"center"}],Ra1=()=>{const{theme:t,toggleTheme:o}=P0(),[c,i]=m.useState(!1),[h,r]=m.useState("tab1"),[y,M]=m.useState(!1),[u,k]=m.useState(!1),[l,_]=m.useState("option1"),[v,d]=m.useState("");return a.jsxs("div",{style:{minHeight:"100vh",background:"var(--surface-base)"},children:[a.jsxs(V,{sticky:!0,bordered:!0,children:[a.jsxs(V.Brand,{children:[a.jsx("span",{style:{fontSize:"24px"},children:"⚡"}),"Orion Design System"]}),a.jsxs(V.Nav,{children:[a.jsx(V.Link,{href:"#components",active:!0,children:"Components"}),a.jsx(V.Link,{href:"#docs",children:"Documentation"}),a.jsx(V.Link,{href:"#examples",children:"Examples"})]}),a.jsxs(V.Actions,{children:[a.jsx(f,{variant:"ghost",size:"sm",onClick:o,children:t==="light"?"🌙":"☀️"}),a.jsx(f,{size:"sm",children:"Get Started"})]})]}),a.jsxs("div",{style:{padding:"var(--spacing-8) var(--spacing-4)",maxWidth:"1200px",margin:"0 auto"},children:[a.jsxs("div",{style:{marginBottom:"var(--spacing-8)"},children:[a.jsx("h1",{style:{fontSize:"var(--text-4xl)",fontWeight:"var(--font-weight-bold)",color:"var(--text-primary)",marginBottom:"var(--spacing-2)"},children:"Component Showcase"}),a.jsx("p",{style:{fontSize:"var(--text-lg)",color:"var(--text-secondary)"},children:"All 21 React components from the Orion Design System"}),a.jsx("div",{style:{marginTop:"var(--spacing-4)"},children:a.jsx(Lx,{items:[{label:"Home",href:"/"},{label:"Components",href:"/components"},{label:"Showcase"}],showHomeIcon:!0})})]}),a.jsx(wx,{showBrandSelector:!0,showThemeToggle:!0,showSummary:!0,style:{marginBottom:"var(--spacing-6)"}}),a.jsx(H,{title:"Buttons",description:"Action triggers with multiple variants and sizes",children:a.jsxs("div",{style:{display:"flex",gap:"var(--spacing-3)",flexWrap:"wrap",alignItems:"center"},children:[a.jsx(f,{variant:"primary",children:"Primary"}),a.jsx(f,{variant:"secondary",children:"Secondary"}),a.jsx(f,{variant:"ghost",children:"Ghost"}),a.jsx(f,{variant:"danger",children:"Danger"}),a.jsx(f,{size:"sm",children:"Small"}),a.jsx(f,{size:"lg",children:"Large"}),a.jsx(f,{isLoading:!0,children:"Loading"}),a.jsx(f,{disabled:!0,children:"Disabled"})]})}),a.jsx(H,{title:"Form Controls",description:"Input fields and selection components",children:a.jsxs("div",{style:{display:"grid",gap:"var(--spacing-4)",maxWidth:"600px"},children:[a.jsx(H0,{label:"Email",type:"email",placeholder:"you@example.com",helperText:"We'll never share your email"}),a.jsx(H0,{label:"Password",type:"password",error:"Password must be at least 8 characters"}),a.jsx(gx,{label:"Country",value:v,onChange:s=>d(s.target.value),options:[{label:"United States",value:"us"},{label:"Canada",value:"ca"},{label:"Mexico",value:"mx"}]}),a.jsx(vx,{label:"Bio",placeholder:"Tell us about yourself...",maxLength:200,showCounter:!0,helperText:"Maximum 200 characters"})]})}),a.jsx(H,{title:"Checkbox & Radio",description:"Selection controls",children:a.jsxs("div",{style:{display:"grid",gap:"var(--spacing-4)"},children:[a.jsxs("div",{children:[a.jsx("h4",{style:{fontSize:"var(--text-base)",fontWeight:"var(--font-weight-medium)",color:"var(--text-primary)",marginBottom:"var(--spacing-2)"},children:"Checkbox"}),a.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--spacing-2)"},children:[a.jsx(S0,{label:"Accept terms and conditions",checked:u,onChange:s=>k(s.target.checked)}),a.jsx(S0,{label:"Subscribe to newsletter"}),a.jsx(S0,{label:"Disabled option",disabled:!0})]})]}),a.jsxs("div",{children:[a.jsx("h4",{style:{fontSize:"var(--text-base)",fontWeight:"var(--font-weight-medium)",color:"var(--text-primary)",marginBottom:"var(--spacing-2)"},children:"Radio"}),a.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--spacing-2)"},children:[a.jsx(f0,{name:"plan",value:"option1",label:"Free Plan",checked:l==="option1",onChange:s=>_(s.target.value)}),a.jsx(f0,{name:"plan",value:"option2",label:"Pro Plan ($9/mo)",checked:l==="option2",onChange:s=>_(s.target.value)}),a.jsx(f0,{name:"plan",value:"option3",label:"Enterprise Plan",checked:l==="option3",onChange:s=>_(s.target.value)})]})]})]})}),a.jsx(H,{title:"Switch",description:"Toggle control",children:a.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--spacing-3)"},children:[a.jsx(y1,{label:"Enable notifications",checked:y,onChange:s=>M(s.target.checked)}),a.jsx(y1,{label:"Auto-save",defaultChecked:!0}),a.jsx(y1,{label:"Disabled",disabled:!0})]})}),a.jsx(H,{title:"Cards",description:"Container components with variants",children:a.jsxs("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(300px, 1fr))",gap:"var(--spacing-4)"},children:[a.jsxs(I,{children:[a.jsx(I.Header,{children:"Base Card"}),a.jsx(I.Body,{children:"This is a base card with default styling."}),a.jsxs(I.Footer,{children:[a.jsx(f,{size:"sm",variant:"secondary",children:"Cancel"}),a.jsx(f,{size:"sm",children:"Save"})]})]}),a.jsxs(I,{variant:"glass",children:[a.jsx(I.Header,{children:"Glass Card"}),a.jsx(I.Body,{children:"Semi-transparent card with backdrop blur effect."})]}),a.jsxs(I,{variant:"elevated",children:[a.jsx(I.Header,{children:"Elevated Card"}),a.jsx(I.Body,{children:"Card with shadow elevation for depth."})]})]})}),a.jsx(H,{title:"Badges",description:"Status indicators and labels",children:a.jsxs("div",{style:{display:"flex",gap:"var(--spacing-3)",flexWrap:"wrap",alignItems:"center"},children:[a.jsx(N,{variant:"primary",children:"Primary"}),a.jsx(N,{variant:"secondary",children:"Secondary"}),a.jsx(N,{variant:"success",children:"Success"}),a.jsx(N,{variant:"warning",children:"Warning"}),a.jsx(N,{variant:"error",children:"Error"}),a.jsx(N,{variant:"neutral",children:"Neutral"}),a.jsx(N,{size:"sm",children:"Small"}),a.jsx(N,{size:"lg",children:"Large"}),a.jsx(N,{dot:!0,children:"With Dot"})]})}),a.jsx(H,{title:"Alerts",description:"Feedback messages",children:a.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--spacing-3)"},children:[a.jsx(r1,{variant:"info",title:"Information",children:"This is an informational message for the user."}),a.jsx(r1,{variant:"success",title:"Success",children:"Your changes have been saved successfully!"}),a.jsx(r1,{variant:"warning",title:"Warning",children:"Please review your information before proceeding."}),a.jsx(r1,{variant:"error",title:"Error",dismissible:!0,children:"An error occurred while processing your request."})]})}),a.jsx(H,{title:"Spinners",description:"Loading indicators",children:a.jsxs("div",{style:{display:"flex",gap:"var(--spacing-4)",alignItems:"center"},children:[a.jsx(a1,{size:"xs"}),a.jsx(a1,{size:"sm"}),a.jsx(a1,{size:"md"}),a.jsx(a1,{size:"lg"}),a.jsx(a1,{size:"xl"}),a.jsx(a1,{variant:"secondary"}),a.jsx(a1,{showLabel:!0,label:"Loading..."})]})}),a.jsx(H,{title:"Progress Bars",description:"Progress indicators",children:a.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--spacing-4)"},children:[a.jsx(h1,{value:30}),a.jsx(h1,{value:60,variant:"success",showLabel:!0}),a.jsx(h1,{value:85,variant:"warning",showLabel:!0}),a.jsx(h1,{value:100,variant:"error"}),a.jsx(h1,{indeterminate:!0})]})}),a.jsx(H,{title:"Avatars",description:"User profile images",children:a.jsxs("div",{style:{display:"flex",gap:"var(--spacing-4)",alignItems:"center"},children:[a.jsx(i1,{initials:"AB"}),a.jsx(i1,{initials:"CD",size:"sm"}),a.jsx(i1,{initials:"EF",size:"lg"}),a.jsx(i1,{initials:"GH",size:"xl",status:"online"}),a.jsx(i1,{initials:"IJ",status:"away"}),a.jsx(i1,{initials:"KL",status:"busy"})]})}),a.jsx(H,{title:"Tooltips",description:"Contextual information on hover",children:a.jsxs("div",{style:{display:"flex",gap:"var(--spacing-4)"},children:[a.jsx(x0,{content:"Tooltip on top",placement:"top",children:a.jsx(f,{variant:"secondary",children:"Top"})}),a.jsx(x0,{content:"Tooltip on right",placement:"right",children:a.jsx(f,{variant:"secondary",children:"Right"})}),a.jsx(x0,{content:"Tooltip on bottom",placement:"bottom",children:a.jsx(f,{variant:"secondary",children:"Bottom"})}),a.jsx(x0,{content:"Tooltip on left",placement:"left",children:a.jsx(f,{variant:"secondary",children:"Left"})})]})}),a.jsx(H,{title:"Tabs",description:"Content organization",children:a.jsx(fx,{tabs:[{id:"tab1",label:"Overview",content:a.jsxs("div",{style:{padding:"var(--spacing-4)"},children:[a.jsx("h3",{style:{fontSize:"var(--text-lg)",fontWeight:"var(--font-weight-medium)",color:"var(--text-primary)",marginBottom:"var(--spacing-2)"},children:"Overview"}),a.jsx("p",{style:{color:"var(--text-secondary)"},children:"This is the overview tab content."})]})},{id:"tab2",label:"Details",badge:"5",content:a.jsxs("div",{style:{padding:"var(--spacing-4)"},children:[a.jsx("h3",{style:{fontSize:"var(--text-lg)",fontWeight:"var(--font-weight-medium)",color:"var(--text-primary)",marginBottom:"var(--spacing-2)"},children:"Details"}),a.jsx("p",{style:{color:"var(--text-secondary)"},children:"This is the details tab with a badge indicator."})]})},{id:"tab3",label:"Settings",content:a.jsxs("div",{style:{padding:"var(--spacing-4)"},children:[a.jsx("h3",{style:{fontSize:"var(--text-lg)",fontWeight:"var(--font-weight-medium)",color:"var(--text-primary)",marginBottom:"var(--spacing-2)"},children:"Settings"}),a.jsx("p",{style:{color:"var(--text-secondary)"},children:"This is the settings tab content."})]})}],activeTab:h,onChange:r})}),a.jsx(H,{title:"Table",description:"Data display with sorting",children:a.jsx(xx,{columns:Ta1,data:Da1,striped:!0,hoverable:!0,onRowClick:s=>alert(`Clicked: ${s.name}`)})}),a.jsxs(H,{title:"Modal",description:"Dialog overlay",children:[a.jsx(f,{onClick:()=>i(!0),children:"Open Modal"}),a.jsxs(t1,{open:c,onClose:()=>i(!1),size:"md",children:[a.jsx(t1.Header,{children:"Modal Title"}),a.jsx(t1.Body,{children:a.jsx("p",{style:{color:"var(--text-primary)"},children:"This is a modal dialog with a header, body, and footer. You can close it by clicking the X button, pressing Escape, or clicking the backdrop."})}),a.jsxs(t1.Footer,{children:[a.jsx(f,{variant:"secondary",onClick:()=>i(!1),children:"Cancel"}),a.jsx(f,{onClick:()=>i(!1),children:"Confirm"})]})]})]})]}),a.jsxs("footer",{style:{padding:"var(--spacing-8) var(--spacing-4)",borderTop:"1px solid var(--border-subtle)",textAlign:"center",color:"var(--text-secondary)"},children:[a.jsx("p",{children:"Orion Design System • Built with Chain of Truth Architecture"}),a.jsx("p",{style:{fontSize:"var(--text-sm)",marginTop:"var(--spacing-2)"},children:"21 Components • TypeScript • CSS Modules • Token-Based"})]})]})},H=({title:t,description:o,children:c})=>a.jsxs("section",{style:{marginBottom:"var(--spacing-8)"},children:[a.jsxs("div",{style:{marginBottom:"var(--spacing-4)"},children:[a.jsx("h2",{style:{fontSize:"var(--text-2xl)",fontWeight:"var(--font-weight-bold)",color:"var(--text-primary)",marginBottom:"var(--spacing-1)"},children:t}),a.jsx("p",{style:{fontSize:"var(--text-base)",color:"var(--text-secondary)"},children:o})]}),a.jsx("div",{style:{padding:"var(--spacing-6)",background:"var(--surface-subtle)",borderRadius:"var(--radius-container)",border:"1px solid var(--border-subtle)"},children:c})]});exports.AArrowDown=V0;exports.AArrowDownIcon=V0;exports.AArrowUp=B0;exports.AArrowUpIcon=B0;exports.ALargeSmall=F0;exports.ALargeSmallIcon=F0;exports.Accessibility=D0;exports.AccessibilityIcon=D0;exports.Activity=T0;exports.ActivityIcon=T0;exports.ActivitySquare=Q2;exports.ActivitySquareIcon=Q2;exports.AirVent=R0;exports.AirVentIcon=R0;exports.Airplay=U0;exports.AirplayIcon=U0;exports.AlarmCheck=l1;exports.AlarmCheckIcon=l1;exports.AlarmClock=E0;exports.AlarmClockCheck=l1;exports.AlarmClockCheckIcon=l1;exports.AlarmClockIcon=E0;exports.AlarmClockMinus=p1;exports.AlarmClockMinusIcon=p1;exports.AlarmClockOff=O0;exports.AlarmClockOffIcon=O0;exports.AlarmClockPlus=k1;exports.AlarmClockPlusIcon=k1;exports.AlarmMinus=p1;exports.AlarmMinusIcon=p1;exports.AlarmPlus=k1;exports.AlarmPlusIcon=k1;exports.AlarmSmoke=W0;exports.AlarmSmokeIcon=W0;exports.Album=G0;exports.AlbumIcon=G0;exports.Alert=r1;exports.AlertCircle=U1;exports.AlertCircleIcon=U1;exports.AlertOctagon=I2;exports.AlertOctagonIcon=I2;exports.AlertTriangle=n0;exports.AlertTriangleIcon=n0;exports.AlignCenter=Ja;exports.AlignCenterHorizontal=Z0;exports.AlignCenterHorizontalIcon=Z0;exports.AlignCenterIcon=Ja;exports.AlignCenterVertical=X0;exports.AlignCenterVerticalIcon=X0;exports.AlignEndHorizontal=K0;exports.AlignEndHorizontalIcon=K0;exports.AlignEndVertical=J0;exports.AlignEndVerticalIcon=J0;exports.AlignHorizontalDistributeCenter=Q0;exports.AlignHorizontalDistributeCenterIcon=Q0;exports.AlignHorizontalDistributeEnd=Y0;exports.AlignHorizontalDistributeEndIcon=Y0;exports.AlignHorizontalDistributeStart=et;exports.AlignHorizontalDistributeStartIcon=et;exports.AlignHorizontalJustifyCenter=at;exports.AlignHorizontalJustifyCenterIcon=at;exports.AlignHorizontalJustifyEnd=tt;exports.AlignHorizontalJustifyEndIcon=tt;exports.AlignHorizontalJustifyStart=ot;exports.AlignHorizontalJustifyStartIcon=ot;exports.AlignHorizontalSpaceAround=ct;exports.AlignHorizontalSpaceAroundIcon=ct;exports.AlignHorizontalSpaceBetween=nt;exports.AlignHorizontalSpaceBetweenIcon=nt;exports.AlignJustify=Ya;exports.AlignJustifyIcon=Ya;exports.AlignLeft=Q;exports.AlignLeftIcon=Q;exports.AlignRight=Qa;exports.AlignRightIcon=Qa;exports.AlignStartHorizontal=it;exports.AlignStartHorizontalIcon=it;exports.AlignStartVertical=dt;exports.AlignStartVerticalIcon=dt;exports.AlignVerticalDistributeCenter=ht;exports.AlignVerticalDistributeCenterIcon=ht;exports.AlignVerticalDistributeEnd=rt;exports.AlignVerticalDistributeEndIcon=rt;exports.AlignVerticalDistributeStart=st;exports.AlignVerticalDistributeStartIcon=st;exports.AlignVerticalJustifyCenter=lt;exports.AlignVerticalJustifyCenterIcon=lt;exports.AlignVerticalJustifyEnd=yt;exports.AlignVerticalJustifyEndIcon=yt;exports.AlignVerticalJustifyStart=pt;exports.AlignVerticalJustifyStartIcon=pt;exports.AlignVerticalSpaceAround=kt;exports.AlignVerticalSpaceAroundIcon=kt;exports.AlignVerticalSpaceBetween=ut;exports.AlignVerticalSpaceBetweenIcon=ut;exports.Ambulance=Mt;exports.AmbulanceIcon=Mt;exports.Ampersand=mt;exports.AmpersandIcon=mt;exports.Ampersands=_t;exports.AmpersandsIcon=_t;exports.Amphora=gt;exports.AmphoraIcon=gt;exports.Anchor=xt;exports.AnchorIcon=xt;exports.Angry=vt;exports.AngryIcon=vt;exports.Annoyed=ft;exports.AnnoyedIcon=ft;exports.Antenna=Lt;exports.AntennaIcon=Lt;exports.Anvil=wt;exports.AnvilIcon=wt;exports.Aperture=Ct;exports.ApertureIcon=Ct;exports.AppWindow=It;exports.AppWindowIcon=It;exports.AppWindowMac=bt;exports.AppWindowMacIcon=bt;exports.Apple=Nt;exports.AppleIcon=Nt;exports.Archive=qt;exports.ArchiveIcon=qt;exports.ArchiveRestore=$t;exports.ArchiveRestoreIcon=$t;exports.ArchiveX=St;exports.ArchiveXIcon=St;exports.AreaChart=$1;exports.AreaChartIcon=$1;exports.Armchair=zt;exports.ArmchairIcon=zt;exports.ArrowBigDown=jt;exports.ArrowBigDownDash=At;exports.ArrowBigDownDashIcon=At;exports.ArrowBigDownIcon=jt;exports.ArrowBigLeft=Pt;exports.ArrowBigLeftDash=Ht;exports.ArrowBigLeftDashIcon=Ht;exports.ArrowBigLeftIcon=Pt;exports.ArrowBigRight=Bt;exports.ArrowBigRightDash=Vt;exports.ArrowBigRightDashIcon=Vt;exports.ArrowBigRightIcon=Bt;exports.ArrowBigUp=Dt;exports.ArrowBigUpDash=Ft;exports.ArrowBigUpDashIcon=Ft;exports.ArrowBigUpIcon=Dt;exports.ArrowDown=Kt;exports.ArrowDown01=Tt;exports.ArrowDown01Icon=Tt;exports.ArrowDown10=Rt;exports.ArrowDown10Icon=Rt;exports.ArrowDownAZ=u1;exports.ArrowDownAZIcon=u1;exports.ArrowDownAz=u1;exports.ArrowDownAzIcon=u1;exports.ArrowDownCircle=O1;exports.ArrowDownCircleIcon=O1;exports.ArrowDownFromLine=Ut;exports.ArrowDownFromLineIcon=Ut;exports.ArrowDownIcon=Kt;exports.ArrowDownLeft=Ot;exports.ArrowDownLeftFromCircle=W1;exports.ArrowDownLeftFromCircleIcon=W1;exports.ArrowDownLeftFromSquare=oa;exports.ArrowDownLeftFromSquareIcon=oa;exports.ArrowDownLeftIcon=Ot;exports.ArrowDownLeftSquare=Y2;exports.ArrowDownLeftSquareIcon=Y2;exports.ArrowDownNarrowWide=Et;exports.ArrowDownNarrowWideIcon=Et;exports.ArrowDownRight=Wt;exports.ArrowDownRightFromCircle=G1;exports.ArrowDownRightFromCircleIcon=G1;exports.ArrowDownRightFromSquare=ca;exports.ArrowDownRightFromSquareIcon=ca;exports.ArrowDownRightIcon=Wt;exports.ArrowDownRightSquare=aa;exports.ArrowDownRightSquareIcon=aa;exports.ArrowDownSquare=ea;exports.ArrowDownSquareIcon=ea;exports.ArrowDownToDot=Gt;exports.ArrowDownToDotIcon=Gt;exports.ArrowDownToLine=Zt;exports.ArrowDownToLineIcon=Zt;exports.ArrowDownUp=Xt;exports.ArrowDownUpIcon=Xt;exports.ArrowDownWideNarrow=M1;exports.ArrowDownWideNarrowIcon=M1;exports.ArrowDownZA=m1;exports.ArrowDownZAIcon=m1;exports.ArrowDownZa=m1;exports.ArrowDownZaIcon=m1;exports.ArrowLeft=eo;exports.ArrowLeftCircle=E1;exports.ArrowLeftCircleIcon=E1;exports.ArrowLeftFromLine=Jt;exports.ArrowLeftFromLineIcon=Jt;exports.ArrowLeftIcon=eo;exports.ArrowLeftRight=Qt;exports.ArrowLeftRightIcon=Qt;exports.ArrowLeftSquare=ta;exports.ArrowLeftSquareIcon=ta;exports.ArrowLeftToLine=Yt;exports.ArrowLeftToLineIcon=Yt;exports.ArrowRight=oo;exports.ArrowRightCircle=K1;exports.ArrowRightCircleIcon=K1;exports.ArrowRightFromLine=ao;exports.ArrowRightFromLineIcon=ao;exports.ArrowRightIcon=oo;exports.ArrowRightLeft=to;exports.ArrowRightLeftIcon=to;exports.ArrowRightSquare=da;exports.ArrowRightSquareIcon=da;exports.ArrowRightToLine=co;exports.ArrowRightToLineIcon=co;exports.ArrowUp=uo;exports.ArrowUp01=no;exports.ArrowUp01Icon=no;exports.ArrowUp10=io;exports.ArrowUp10Icon=io;exports.ArrowUpAZ=_1;exports.ArrowUpAZIcon=_1;exports.ArrowUpAz=_1;exports.ArrowUpAzIcon=_1;exports.ArrowUpCircle=J1;exports.ArrowUpCircleIcon=J1;exports.ArrowUpDown=ho;exports.ArrowUpDownIcon=ho;exports.ArrowUpFromDot=ro;exports.ArrowUpFromDotIcon=ro;exports.ArrowUpFromLine=so;exports.ArrowUpFromLineIcon=so;exports.ArrowUpIcon=uo;exports.ArrowUpLeft=yo;exports.ArrowUpLeftFromCircle=Z1;exports.ArrowUpLeftFromCircleIcon=Z1;exports.ArrowUpLeftFromSquare=na;exports.ArrowUpLeftFromSquareIcon=na;exports.ArrowUpLeftIcon=yo;exports.ArrowUpLeftSquare=ha;exports.ArrowUpLeftSquareIcon=ha;exports.ArrowUpNarrowWide=g1;exports.ArrowUpNarrowWideIcon=g1;exports.ArrowUpRight=lo;exports.ArrowUpRightFromCircle=X1;exports.ArrowUpRightFromCircleIcon=X1;exports.ArrowUpRightFromSquare=ia;exports.ArrowUpRightFromSquareIcon=ia;exports.ArrowUpRightIcon=lo;exports.ArrowUpRightSquare=ra;exports.ArrowUpRightSquareIcon=ra;exports.ArrowUpSquare=sa;exports.ArrowUpSquareIcon=sa;exports.ArrowUpToLine=po;exports.ArrowUpToLineIcon=po;exports.ArrowUpWideNarrow=ko;exports.ArrowUpWideNarrowIcon=ko;exports.ArrowUpZA=v1;exports.ArrowUpZAIcon=v1;exports.ArrowUpZa=v1;exports.ArrowUpZaIcon=v1;exports.ArrowsUpFromLine=Mo;exports.ArrowsUpFromLineIcon=Mo;exports.Asterisk=mo;exports.AsteriskIcon=mo;exports.AsteriskSquare=ya;exports.AsteriskSquareIcon=ya;exports.AtSign=_o;exports.AtSignIcon=_o;exports.Atom=go;exports.AtomIcon=go;exports.AudioLines=vo;exports.AudioLinesIcon=vo;exports.AudioWaveform=xo;exports.AudioWaveformIcon=xo;exports.Avatar=i1;exports.Award=fo;exports.AwardIcon=fo;exports.Axe=Lo;exports.AxeIcon=Lo;exports.Axis3D=x1;exports.Axis3DIcon=x1;exports.Axis3d=x1;exports.Axis3dIcon=x1;exports.Baby=Co;exports.BabyIcon=Co;exports.Backpack=wo;exports.BackpackIcon=wo;exports.Badge=N;exports.BadgeAlert=bo;exports.BadgeAlertIcon=bo;exports.BadgeCent=Io;exports.BadgeCentIcon=Io;exports.BadgeCheck=f1;exports.BadgeCheckIcon=f1;exports.BadgeDollarSign=No;exports.BadgeDollarSignIcon=No;exports.BadgeEuro=$o;exports.BadgeEuroIcon=$o;exports.BadgeHelp=L1;exports.BadgeHelpIcon=L1;exports.BadgeIcon=Cx;exports.BadgeIndianRupee=So;exports.BadgeIndianRupeeIcon=So;exports.BadgeInfo=qo;exports.BadgeInfoIcon=qo;exports.BadgeJapaneseYen=zo;exports.BadgeJapaneseYenIcon=zo;exports.BadgeMinus=Ao;exports.BadgeMinusIcon=Ao;exports.BadgePercent=jo;exports.BadgePercentIcon=jo;exports.BadgePlus=Ho;exports.BadgePlusIcon=Ho;exports.BadgePoundSterling=Po;exports.BadgePoundSterlingIcon=Po;exports.BadgeQuestionMark=L1;exports.BadgeQuestionMarkIcon=L1;exports.BadgeRussianRuble=Vo;exports.BadgeRussianRubleIcon=Vo;exports.BadgeSwissFranc=Bo;exports.BadgeSwissFrancIcon=Bo;exports.BadgeTurkishLira=Fo;exports.BadgeTurkishLiraIcon=Fo;exports.BadgeX=Do;exports.BadgeXIcon=Do;exports.BaggageClaim=To;exports.BaggageClaimIcon=To;exports.Balloon=Ro;exports.BalloonIcon=Ro;exports.Ban=Uo;exports.BanIcon=Uo;exports.Banana=Oo;exports.BananaIcon=Oo;exports.Bandage=Wo;exports.BandageIcon=Wo;exports.Banknote=Ko;exports.BanknoteArrowDown=Eo;exports.BanknoteArrowDownIcon=Eo;exports.BanknoteArrowUp=Go;exports.BanknoteArrowUpIcon=Go;exports.BanknoteIcon=Ko;exports.BanknoteX=Zo;exports.BanknoteXIcon=Zo;exports.BarChart=V1;exports.BarChart2=B1;exports.BarChart2Icon=B1;exports.BarChart3=H1;exports.BarChart3Icon=H1;exports.BarChart4=j1;exports.BarChart4Icon=j1;exports.BarChartBig=A1;exports.BarChartBigIcon=A1;exports.BarChartHorizontal=q1;exports.BarChartHorizontalBig=S1;exports.BarChartHorizontalBigIcon=S1;exports.BarChartHorizontalIcon=q1;exports.BarChartIcon=V1;exports.Barcode=Xo;exports.BarcodeIcon=Xo;exports.Barrel=Jo;exports.BarrelIcon=Jo;exports.Baseline=Qo;exports.BaselineIcon=Qo;exports.Bath=Yo;exports.BathIcon=Yo;exports.Battery=dc;exports.BatteryCharging=ec;exports.BatteryChargingIcon=ec;exports.BatteryFull=ac;exports.BatteryFullIcon=ac;exports.BatteryIcon=dc;exports.BatteryLow=tc;exports.BatteryLowIcon=tc;exports.BatteryMedium=oc;exports.BatteryMediumIcon=oc;exports.BatteryPlus=cc;exports.BatteryPlusIcon=cc;exports.BatteryWarning=nc;exports.BatteryWarningIcon=nc;exports.Beaker=ic;exports.BeakerIcon=ic;exports.Bean=rc;exports.BeanIcon=rc;exports.BeanOff=hc;exports.BeanOffIcon=hc;exports.Bed=lc;exports.BedDouble=sc;exports.BedDoubleIcon=sc;exports.BedIcon=lc;exports.BedSingle=yc;exports.BedSingleIcon=yc;exports.Beef=pc;exports.BeefIcon=pc;exports.Beer=Mc;exports.BeerIcon=Mc;exports.BeerOff=kc;exports.BeerOffIcon=kc;exports.Bell=fc;exports.BellDot=uc;exports.BellDotIcon=uc;exports.BellElectric=mc;exports.BellElectricIcon=mc;exports.BellIcon=fc;exports.BellMinus=_c;exports.BellMinusIcon=_c;exports.BellOff=gc;exports.BellOffIcon=gc;exports.BellPlus=vc;exports.BellPlusIcon=vc;exports.BellRing=xc;exports.BellRingIcon=xc;exports.BetweenHorizonalEnd=w1;exports.BetweenHorizonalEndIcon=w1;exports.BetweenHorizonalStart=C1;exports.BetweenHorizonalStartIcon=C1;exports.BetweenHorizontalEnd=w1;exports.BetweenHorizontalEndIcon=w1;exports.BetweenHorizontalStart=C1;exports.BetweenHorizontalStartIcon=C1;exports.BetweenVerticalEnd=Lc;exports.BetweenVerticalEndIcon=Lc;exports.BetweenVerticalStart=wc;exports.BetweenVerticalStartIcon=wc;exports.BicepsFlexed=Cc;exports.BicepsFlexedIcon=Cc;exports.Bike=bc;exports.BikeIcon=bc;exports.Binary=Ic;exports.BinaryIcon=Ic;exports.Binoculars=Nc;exports.BinocularsIcon=Nc;exports.Biohazard=$c;exports.BiohazardIcon=$c;exports.Bird=Sc;exports.BirdIcon=Sc;exports.Birdhouse=qc;exports.BirdhouseIcon=qc;exports.Bitcoin=zc;exports.BitcoinIcon=zc;exports.Blend=Ac;exports.BlendIcon=Ac;exports.Blinds=jc;exports.BlindsIcon=jc;exports.Blocks=Hc;exports.BlocksIcon=Hc;exports.Bluetooth=Dc;exports.BluetoothConnected=Pc;exports.BluetoothConnectedIcon=Pc;exports.BluetoothIcon=Dc;exports.BluetoothOff=Vc;exports.BluetoothOffIcon=Vc;exports.BluetoothSearching=Bc;exports.BluetoothSearchingIcon=Bc;exports.Bold=Fc;exports.BoldIcon=Fc;exports.Bolt=Tc;exports.BoltIcon=Tc;exports.Bomb=Uc;exports.BombIcon=Uc;exports.Bone=Rc;exports.BoneIcon=Rc;exports.Book=un;exports.BookA=Oc;exports.BookAIcon=Oc;exports.BookAlert=Ec;exports.BookAlertIcon=Ec;exports.BookAudio=Wc;exports.BookAudioIcon=Wc;exports.BookCheck=Gc;exports.BookCheckIcon=Gc;exports.BookCopy=Zc;exports.BookCopyIcon=Zc;exports.BookDashed=b1;exports.BookDashedIcon=b1;exports.BookDown=Xc;exports.BookDownIcon=Xc;exports.BookHeadphones=Kc;exports.BookHeadphonesIcon=Kc;exports.BookHeart=Jc;exports.BookHeartIcon=Jc;exports.BookIcon=un;exports.BookImage=Qc;exports.BookImageIcon=Qc;exports.BookKey=Yc;exports.BookKeyIcon=Yc;exports.BookLock=en;exports.BookLockIcon=en;exports.BookMarked=tn;exports.BookMarkedIcon=tn;exports.BookMinus=an;exports.BookMinusIcon=an;exports.BookOpen=cn;exports.BookOpenCheck=on;exports.BookOpenCheckIcon=on;exports.BookOpenIcon=cn;exports.BookOpenText=nn;exports.BookOpenTextIcon=nn;exports.BookPlus=dn;exports.BookPlusIcon=dn;exports.BookSearch=hn;exports.BookSearchIcon=hn;exports.BookTemplate=b1;exports.BookTemplateIcon=b1;exports.BookText=rn;exports.BookTextIcon=rn;exports.BookType=sn;exports.BookTypeIcon=sn;exports.BookUp=ln;exports.BookUp2=yn;exports.BookUp2Icon=yn;exports.BookUpIcon=ln;exports.BookUser=pn;exports.BookUserIcon=pn;exports.BookX=kn;exports.BookXIcon=kn;exports.Bookmark=vn;exports.BookmarkCheck=Mn;exports.BookmarkCheckIcon=Mn;exports.BookmarkIcon=vn;exports.BookmarkMinus=mn;exports.BookmarkMinusIcon=mn;exports.BookmarkPlus=_n;exports.BookmarkPlusIcon=_n;exports.BookmarkX=gn;exports.BookmarkXIcon=gn;exports.BoomBox=xn;exports.BoomBoxIcon=xn;exports.Bot=wn;exports.BotIcon=wn;exports.BotMessageSquare=fn;exports.BotMessageSquareIcon=fn;exports.BotOff=Ln;exports.BotOffIcon=Ln;exports.BottleWine=bn;exports.BottleWineIcon=bn;exports.BowArrow=Cn;exports.BowArrowIcon=Cn;exports.Box=In;exports.BoxIcon=In;exports.BoxSelect=fa;exports.BoxSelectIcon=fa;exports.Boxes=Nn;exports.BoxesIcon=Nn;exports.Braces=I1;exports.BracesIcon=I1;exports.Brackets=$n;exports.BracketsIcon=$n;exports.Brain=zn;exports.BrainCircuit=Sn;exports.BrainCircuitIcon=Sn;exports.BrainCog=qn;exports.BrainCogIcon=qn;exports.BrainIcon=zn;exports.Breadcrumb=Lx;exports.BrickWall=Hn;exports.BrickWallFire=An;exports.BrickWallFireIcon=An;exports.BrickWallIcon=Hn;exports.BrickWallShield=jn;exports.BrickWallShieldIcon=jn;exports.Briefcase=Fn;exports.BriefcaseBusiness=Pn;exports.BriefcaseBusinessIcon=Pn;exports.BriefcaseConveyorBelt=Vn;exports.BriefcaseConveyorBeltIcon=Vn;exports.BriefcaseIcon=Fn;exports.BriefcaseMedical=Bn;exports.BriefcaseMedicalIcon=Bn;exports.BringToFront=Dn;exports.BringToFrontIcon=Dn;exports.Brush=Tn;exports.BrushCleaning=Rn;exports.BrushCleaningIcon=Rn;exports.BrushIcon=Tn;exports.Bubbles=Un;exports.BubblesIcon=Un;exports.Bug=Wn;exports.BugIcon=Wn;exports.BugOff=On;exports.BugOffIcon=On;exports.BugPlay=En;exports.BugPlayIcon=En;exports.Building=Zn;exports.Building2=Gn;exports.Building2Icon=Gn;exports.BuildingIcon=Zn;exports.Bus=Kn;exports.BusFront=Xn;exports.BusFrontIcon=Xn;exports.BusIcon=Kn;exports.Button=f;exports.Cable=Qn;exports.CableCar=Jn;exports.CableCarIcon=Jn;exports.CableIcon=Qn;exports.Cake=ei;exports.CakeIcon=ei;exports.CakeSlice=Yn;exports.CakeSliceIcon=Yn;exports.Calculator=ai;exports.CalculatorIcon=ai;exports.Calendar=fi;exports.Calendar1=ti;exports.Calendar1Icon=ti;exports.CalendarArrowDown=oi;exports.CalendarArrowDownIcon=oi;exports.CalendarArrowUp=ci;exports.CalendarArrowUpIcon=ci;exports.CalendarCheck=di;exports.CalendarCheck2=ni;exports.CalendarCheck2Icon=ni;exports.CalendarCheckIcon=di;exports.CalendarClock=ii;exports.CalendarClockIcon=ii;exports.CalendarCog=hi;exports.CalendarCogIcon=hi;exports.CalendarDays=ri;exports.CalendarDaysIcon=ri;exports.CalendarFold=si;exports.CalendarFoldIcon=si;exports.CalendarHeart=yi;exports.CalendarHeartIcon=yi;exports.CalendarIcon=fi;exports.CalendarMinus=pi;exports.CalendarMinus2=li;exports.CalendarMinus2Icon=li;exports.CalendarMinusIcon=pi;exports.CalendarOff=ki;exports.CalendarOffIcon=ki;exports.CalendarPlus=Mi;exports.CalendarPlus2=ui;exports.CalendarPlus2Icon=ui;exports.CalendarPlusIcon=Mi;exports.CalendarRange=mi;exports.CalendarRangeIcon=mi;exports.CalendarSearch=_i;exports.CalendarSearchIcon=_i;exports.CalendarSync=vi;exports.CalendarSyncIcon=vi;exports.CalendarX=xi;exports.CalendarX2=gi;exports.CalendarX2Icon=gi;exports.CalendarXIcon=xi;exports.Calendars=Li;exports.CalendarsIcon=Li;exports.Camera=Ci;exports.CameraIcon=Ci;exports.CameraOff=wi;exports.CameraOffIcon=wi;exports.CandlestickChart=z1;exports.CandlestickChartIcon=z1;exports.Candy=Ni;exports.CandyCane=Ii;exports.CandyCaneIcon=Ii;exports.CandyIcon=Ni;exports.CandyOff=bi;exports.CandyOffIcon=bi;exports.Cannabis=Si;exports.CannabisIcon=Si;exports.CannabisOff=$i;exports.CannabisOffIcon=$i;exports.Captions=N1;exports.CaptionsIcon=N1;exports.CaptionsOff=qi;exports.CaptionsOffIcon=qi;exports.Car=Ai;exports.CarFront=zi;exports.CarFrontIcon=zi;exports.CarIcon=Ai;exports.CarTaxiFront=ji;exports.CarTaxiFrontIcon=ji;exports.Caravan=Pi;exports.CaravanIcon=Pi;exports.Card=I;exports.CardSim=Hi;exports.CardSimIcon=Hi;exports.Carrot=Vi;exports.CarrotIcon=Vi;exports.CaseLower=Bi;exports.CaseLowerIcon=Bi;exports.CaseSensitive=Fi;exports.CaseSensitiveIcon=Fi;exports.CaseUpper=Di;exports.CaseUpperIcon=Di;exports.CassetteTape=Ti;exports.CassetteTapeIcon=Ti;exports.Cast=Ri;exports.CastIcon=Ri;exports.Castle=Ui;exports.CastleIcon=Ui;exports.Cat=Oi;exports.CatIcon=Oi;exports.Cctv=Ei;exports.CctvIcon=Ei;exports.ChartArea=$1;exports.ChartAreaIcon=$1;exports.ChartBar=q1;exports.ChartBarBig=S1;exports.ChartBarBigIcon=S1;exports.ChartBarDecreasing=Wi;exports.ChartBarDecreasingIcon=Wi;exports.ChartBarIcon=q1;exports.ChartBarIncreasing=Gi;exports.ChartBarIncreasingIcon=Gi;exports.ChartBarStacked=Zi;exports.ChartBarStackedIcon=Zi;exports.ChartCandlestick=z1;exports.ChartCandlestickIcon=z1;exports.ChartColumn=H1;exports.ChartColumnBig=A1;exports.ChartColumnBigIcon=A1;exports.ChartColumnDecreasing=Xi;exports.ChartColumnDecreasingIcon=Xi;exports.ChartColumnIcon=H1;exports.ChartColumnIncreasing=j1;exports.ChartColumnIncreasingIcon=j1;exports.ChartColumnStacked=Ki;exports.ChartColumnStackedIcon=Ki;exports.ChartGantt=Ji;exports.ChartGanttIcon=Ji;exports.ChartLine=P1;exports.ChartLineIcon=P1;exports.ChartNetwork=Qi;exports.ChartNetworkIcon=Qi;exports.ChartNoAxesColumn=B1;exports.ChartNoAxesColumnDecreasing=Yi;exports.ChartNoAxesColumnDecreasingIcon=Yi;exports.ChartNoAxesColumnIcon=B1;exports.ChartNoAxesColumnIncreasing=V1;exports.ChartNoAxesColumnIncreasingIcon=V1;exports.ChartNoAxesCombined=ed;exports.ChartNoAxesCombinedIcon=ed;exports.ChartNoAxesGantt=F1;exports.ChartNoAxesGanttIcon=F1;exports.ChartPie=D1;exports.ChartPieIcon=D1;exports.ChartScatter=T1;exports.ChartScatterIcon=T1;exports.ChartSpline=ad;exports.ChartSplineIcon=ad;exports.Check=cd;exports.CheckCheck=td;exports.CheckCheckIcon=td;exports.CheckCircle=Q1;exports.CheckCircle2=Y1;exports.CheckCircle2Icon=Y1;exports.CheckCircleIcon=Q1;exports.CheckIcon=cd;exports.CheckLine=od;exports.CheckLineIcon=od;exports.CheckSquare=pa;exports.CheckSquare2=ka;exports.CheckSquare2Icon=ka;exports.CheckSquareIcon=pa;exports.Checkbox=S0;exports.ChefHat=nd;exports.ChefHatIcon=nd;exports.Cherry=id;exports.CherryIcon=id;exports.ChessBishop=dd;exports.ChessBishopIcon=dd;exports.ChessKing=hd;exports.ChessKingIcon=hd;exports.ChessKnight=rd;exports.ChessKnightIcon=rd;exports.ChessPawn=sd;exports.ChessPawnIcon=sd;exports.ChessQueen=yd;exports.ChessQueenIcon=yd;exports.ChessRook=ld;exports.ChessRookIcon=ld;exports.ChevronDown=pd;exports.ChevronDownCircle=ee;exports.ChevronDownCircleIcon=ee;exports.ChevronDownIcon=pd;exports.ChevronDownSquare=ua;exports.ChevronDownSquareIcon=ua;exports.ChevronFirst=kd;exports.ChevronFirstIcon=kd;exports.ChevronLast=ud;exports.ChevronLastIcon=ud;exports.ChevronLeft=Md;exports.ChevronLeftCircle=ae;exports.ChevronLeftCircleIcon=ae;exports.ChevronLeftIcon=Md;exports.ChevronLeftSquare=Ma;exports.ChevronLeftSquareIcon=Ma;exports.ChevronRight=md;exports.ChevronRightCircle=te;exports.ChevronRightCircleIcon=te;exports.ChevronRightIcon=md;exports.ChevronRightSquare=ma;exports.ChevronRightSquareIcon=ma;exports.ChevronUp=_d;exports.ChevronUpCircle=oe;exports.ChevronUpCircleIcon=oe;exports.ChevronUpIcon=_d;exports.ChevronUpSquare=_a;exports.ChevronUpSquareIcon=_a;exports.ChevronsDown=vd;exports.ChevronsDownIcon=vd;exports.ChevronsDownUp=gd;exports.ChevronsDownUpIcon=gd;exports.ChevronsLeft=Ld;exports.ChevronsLeftIcon=Ld;exports.ChevronsLeftRight=fd;exports.ChevronsLeftRightEllipsis=xd;exports.ChevronsLeftRightEllipsisIcon=xd;exports.ChevronsLeftRightIcon=fd;exports.ChevronsRight=Cd;exports.ChevronsRightIcon=Cd;exports.ChevronsRightLeft=wd;exports.ChevronsRightLeftIcon=wd;exports.ChevronsUp=Id;exports.ChevronsUpDown=bd;exports.ChevronsUpDownIcon=bd;exports.ChevronsUpIcon=Id;exports.Chrome=R1;exports.ChromeIcon=R1;exports.Chromium=R1;exports.ChromiumIcon=R1;exports.Church=Nd;exports.ChurchIcon=Nd;exports.Cigarette=Sd;exports.CigaretteIcon=Sd;exports.CigaretteOff=$d;exports.CigaretteOffIcon=$d;exports.Circle=Ed;exports.CircleAlert=U1;exports.CircleAlertIcon=U1;exports.CircleArrowDown=O1;exports.CircleArrowDownIcon=O1;exports.CircleArrowLeft=E1;exports.CircleArrowLeftIcon=E1;exports.CircleArrowOutDownLeft=W1;exports.CircleArrowOutDownLeftIcon=W1;exports.CircleArrowOutDownRight=G1;exports.CircleArrowOutDownRightIcon=G1;exports.CircleArrowOutUpLeft=Z1;exports.CircleArrowOutUpLeftIcon=Z1;exports.CircleArrowOutUpRight=X1;exports.CircleArrowOutUpRightIcon=X1;exports.CircleArrowRight=K1;exports.CircleArrowRightIcon=K1;exports.CircleArrowUp=J1;exports.CircleArrowUpIcon=J1;exports.CircleCheck=Y1;exports.CircleCheckBig=Q1;exports.CircleCheckBigIcon=Q1;exports.CircleCheckIcon=Y1;exports.CircleChevronDown=ee;exports.CircleChevronDownIcon=ee;exports.CircleChevronLeft=ae;exports.CircleChevronLeftIcon=ae;exports.CircleChevronRight=te;exports.CircleChevronRightIcon=te;exports.CircleChevronUp=oe;exports.CircleChevronUpIcon=oe;exports.CircleDashed=qd;exports.CircleDashedIcon=qd;exports.CircleDivide=ce;exports.CircleDivideIcon=ce;exports.CircleDollarSign=zd;exports.CircleDollarSignIcon=zd;exports.CircleDot=jd;exports.CircleDotDashed=Ad;exports.CircleDotDashedIcon=Ad;exports.CircleDotIcon=jd;exports.CircleEllipsis=Hd;exports.CircleEllipsisIcon=Hd;exports.CircleEqual=Pd;exports.CircleEqualIcon=Pd;exports.CircleFadingArrowUp=Vd;exports.CircleFadingArrowUpIcon=Vd;exports.CircleFadingPlus=Bd;exports.CircleFadingPlusIcon=Bd;exports.CircleGauge=ne;exports.CircleGaugeIcon=ne;exports.CircleHelp=E;exports.CircleHelpIcon=E;exports.CircleIcon=Ed;exports.CircleMinus=ie;exports.CircleMinusIcon=ie;exports.CircleOff=Fd;exports.CircleOffIcon=Fd;exports.CircleParking=he;exports.CircleParkingIcon=he;exports.CircleParkingOff=de;exports.CircleParkingOffIcon=de;exports.CirclePause=re;exports.CirclePauseIcon=re;exports.CirclePercent=se;exports.CirclePercentIcon=se;exports.CirclePile=Dd;exports.CirclePileIcon=Dd;exports.CirclePlay=le;exports.CirclePlayIcon=le;exports.CirclePlus=ye;exports.CirclePlusIcon=ye;exports.CirclePoundSterling=Td;exports.CirclePoundSterlingIcon=Td;exports.CirclePower=pe;exports.CirclePowerIcon=pe;exports.CircleQuestionMark=E;exports.CircleQuestionMarkIcon=E;exports.CircleSlash=Rd;exports.CircleSlash2=ke;exports.CircleSlash2Icon=ke;exports.CircleSlashIcon=Rd;exports.CircleSlashed=ke;exports.CircleSlashedIcon=ke;exports.CircleSmall=Od;exports.CircleSmallIcon=Od;exports.CircleStar=Ud;exports.CircleStarIcon=Ud;exports.CircleStop=ue;exports.CircleStopIcon=ue;exports.CircleUser=me;exports.CircleUserIcon=me;exports.CircleUserRound=Me;exports.CircleUserRoundIcon=Me;exports.CircleX=_e;exports.CircleXIcon=_e;exports.CircuitBoard=Wd;exports.CircuitBoardIcon=Wd;exports.Citrus=Gd;exports.CitrusIcon=Gd;exports.Clapperboard=Zd;exports.ClapperboardIcon=Zd;exports.Clipboard=ch;exports.ClipboardCheck=Xd;exports.ClipboardCheckIcon=Xd;exports.ClipboardClock=Kd;exports.ClipboardClockIcon=Kd;exports.ClipboardCopy=Jd;exports.ClipboardCopyIcon=Jd;exports.ClipboardEdit=ve;exports.ClipboardEditIcon=ve;exports.ClipboardIcon=ch;exports.ClipboardList=Qd;exports.ClipboardListIcon=Qd;exports.ClipboardMinus=Yd;exports.ClipboardMinusIcon=Yd;exports.ClipboardPaste=eh;exports.ClipboardPasteIcon=eh;exports.ClipboardPen=ve;exports.ClipboardPenIcon=ve;exports.ClipboardPenLine=ge;exports.ClipboardPenLineIcon=ge;exports.ClipboardPlus=ah;exports.ClipboardPlusIcon=ah;exports.ClipboardSignature=ge;exports.ClipboardSignatureIcon=ge;exports.ClipboardType=th;exports.ClipboardTypeIcon=th;exports.ClipboardX=oh;exports.ClipboardXIcon=oh;exports.Clock=Lh;exports.Clock1=nh;exports.Clock10=ih;exports.Clock10Icon=ih;exports.Clock11=dh;exports.Clock11Icon=dh;exports.Clock12=hh;exports.Clock12Icon=hh;exports.Clock1Icon=nh;exports.Clock2=rh;exports.Clock2Icon=rh;exports.Clock3=sh;exports.Clock3Icon=sh;exports.Clock4=yh;exports.Clock4Icon=yh;exports.Clock5=lh;exports.Clock5Icon=lh;exports.Clock6=ph;exports.Clock6Icon=ph;exports.Clock7=kh;exports.Clock7Icon=kh;exports.Clock8=uh;exports.Clock8Icon=uh;exports.Clock9=Mh;exports.Clock9Icon=Mh;exports.ClockAlert=mh;exports.ClockAlertIcon=mh;exports.ClockArrowDown=_h;exports.ClockArrowDownIcon=_h;exports.ClockArrowUp=gh;exports.ClockArrowUpIcon=gh;exports.ClockCheck=vh;exports.ClockCheckIcon=vh;exports.ClockFading=xh;exports.ClockFadingIcon=xh;exports.ClockIcon=Lh;exports.ClockPlus=fh;exports.ClockPlusIcon=fh;exports.ClosedCaption=wh;exports.ClosedCaptionIcon=wh;exports.Cloud=Rh;exports.CloudAlert=Ch;exports.CloudAlertIcon=Ch;exports.CloudBackup=bh;exports.CloudBackupIcon=bh;exports.CloudCheck=Ih;exports.CloudCheckIcon=Ih;exports.CloudCog=Nh;exports.CloudCogIcon=Nh;exports.CloudDownload=xe;exports.CloudDownloadIcon=xe;exports.CloudDrizzle=$h;exports.CloudDrizzleIcon=$h;exports.CloudFog=Sh;exports.CloudFogIcon=Sh;exports.CloudHail=qh;exports.CloudHailIcon=qh;exports.CloudIcon=Rh;exports.CloudLightning=zh;exports.CloudLightningIcon=zh;exports.CloudMoon=jh;exports.CloudMoonIcon=jh;exports.CloudMoonRain=Ah;exports.CloudMoonRainIcon=Ah;exports.CloudOff=Hh;exports.CloudOffIcon=Hh;exports.CloudRain=Vh;exports.CloudRainIcon=Vh;exports.CloudRainWind=Ph;exports.CloudRainWindIcon=Ph;exports.CloudSnow=Bh;exports.CloudSnowIcon=Bh;exports.CloudSun=Dh;exports.CloudSunIcon=Dh;exports.CloudSunRain=Fh;exports.CloudSunRainIcon=Fh;exports.CloudSync=Th;exports.CloudSyncIcon=Th;exports.CloudUpload=fe;exports.CloudUploadIcon=fe;exports.Cloudy=Oh;exports.CloudyIcon=Oh;exports.Clover=Uh;exports.CloverIcon=Uh;exports.Club=Eh;exports.ClubIcon=Eh;exports.Code=Wh;exports.Code2=Le;exports.Code2Icon=Le;exports.CodeIcon=Wh;exports.CodeSquare=ga;exports.CodeSquareIcon=ga;exports.CodeXml=Le;exports.CodeXmlIcon=Le;exports.Codepen=Gh;exports.CodepenIcon=Gh;exports.Codesandbox=Zh;exports.CodesandboxIcon=Zh;exports.Coffee=Xh;exports.CoffeeIcon=Xh;exports.Cog=Kh;exports.CogIcon=Kh;exports.Coins=Jh;exports.CoinsIcon=Jh;exports.Columns=we;exports.Columns2=we;exports.Columns2Icon=we;exports.Columns3=Ce;exports.Columns3Cog=W;exports.Columns3CogIcon=W;exports.Columns3Icon=Ce;exports.Columns4=Qh;exports.Columns4Icon=Qh;exports.ColumnsIcon=we;exports.ColumnsSettings=W;exports.ColumnsSettingsIcon=W;exports.Combine=Yh;exports.CombineIcon=Yh;exports.Command=er;exports.CommandIcon=er;exports.Compass=ar;exports.CompassIcon=ar;exports.Component=tr;exports.ComponentIcon=tr;exports.ComponentShowcase=Ra1;exports.Computer=or;exports.ComputerIcon=or;exports.ConciergeBell=cr;exports.ConciergeBellIcon=cr;exports.Cone=nr;exports.ConeIcon=nr;exports.Construction=ir;exports.ConstructionIcon=ir;exports.Contact=dr;exports.Contact2=be;exports.Contact2Icon=be;exports.ContactIcon=dr;exports.ContactRound=be;exports.ContactRoundIcon=be;exports.Container=hr;exports.ContainerIcon=hr;exports.Contrast=rr;exports.ContrastIcon=rr;exports.Cookie=sr;exports.CookieIcon=sr;exports.CookingPot=yr;exports.CookingPotIcon=yr;exports.Copy=_r;exports.CopyCheck=lr;exports.CopyCheckIcon=lr;exports.CopyIcon=_r;exports.CopyMinus=pr;exports.CopyMinusIcon=pr;exports.CopyPlus=kr;exports.CopyPlusIcon=kr;exports.CopySlash=ur;exports.CopySlashIcon=ur;exports.CopyX=Mr;exports.CopyXIcon=Mr;exports.Copyleft=mr;exports.CopyleftIcon=mr;exports.Copyright=gr;exports.CopyrightIcon=gr;exports.CornerDownLeft=vr;exports.CornerDownLeftIcon=vr;exports.CornerDownRight=xr;exports.CornerDownRightIcon=xr;exports.CornerLeftDown=fr;exports.CornerLeftDownIcon=fr;exports.CornerLeftUp=Lr;exports.CornerLeftUpIcon=Lr;exports.CornerRightDown=wr;exports.CornerRightDownIcon=wr;exports.CornerRightUp=Cr;exports.CornerRightUpIcon=Cr;exports.CornerUpLeft=br;exports.CornerUpLeftIcon=br;exports.CornerUpRight=Ir;exports.CornerUpRightIcon=Ir;exports.Cpu=Nr;exports.CpuIcon=Nr;exports.CreativeCommons=$r;exports.CreativeCommonsIcon=$r;exports.CreditCard=Sr;exports.CreditCardIcon=Sr;exports.Croissant=qr;exports.CroissantIcon=qr;exports.Crop=zr;exports.CropIcon=zr;exports.Cross=Ar;exports.CrossIcon=Ar;exports.Crosshair=Hr;exports.CrosshairIcon=Hr;exports.Crown=jr;exports.CrownIcon=jr;exports.Cuboid=Pr;exports.CuboidIcon=Pr;exports.CupSoda=Vr;exports.CupSodaIcon=Vr;exports.CurlyBraces=I1;exports.CurlyBracesIcon=I1;exports.Currency=Br;exports.CurrencyIcon=Br;exports.Cylinder=Fr;exports.CylinderIcon=Fr;exports.Dam=Dr;exports.DamIcon=Dr;exports.Database=Ur;exports.DatabaseBackup=Tr;exports.DatabaseBackupIcon=Tr;exports.DatabaseIcon=Ur;exports.DatabaseZap=Rr;exports.DatabaseZapIcon=Rr;exports.DecimalsArrowLeft=Or;exports.DecimalsArrowLeftIcon=Or;exports.DecimalsArrowRight=Er;exports.DecimalsArrowRightIcon=Er;exports.Delete=Wr;exports.DeleteIcon=Wr;exports.Dessert=Gr;exports.DessertIcon=Gr;exports.Diameter=Zr;exports.DiameterIcon=Zr;exports.Diamond=Jr;exports.DiamondIcon=Jr;exports.DiamondMinus=Xr;exports.DiamondMinusIcon=Xr;exports.DiamondPercent=Ie;exports.DiamondPercentIcon=Ie;exports.DiamondPlus=Kr;exports.DiamondPlusIcon=Kr;exports.Dice1=Qr;exports.Dice1Icon=Qr;exports.Dice2=Yr;exports.Dice2Icon=Yr;exports.Dice3=es;exports.Dice3Icon=es;exports.Dice4=as;exports.Dice4Icon=as;exports.Dice5=ts;exports.Dice5Icon=ts;exports.Dice6=os;exports.Dice6Icon=os;exports.Dices=cs;exports.DicesIcon=cs;exports.Diff=ns;exports.DiffIcon=ns;exports.Disc=rs;exports.Disc2=is;exports.Disc2Icon=is;exports.Disc3=ds;exports.Disc3Icon=ds;exports.DiscAlbum=hs;exports.DiscAlbumIcon=hs;exports.DiscIcon=rs;exports.Divide=ss;exports.DivideCircle=ce;exports.DivideCircleIcon=ce;exports.DivideIcon=ss;exports.DivideSquare=La;exports.DivideSquareIcon=La;exports.Dna=ls;exports.DnaIcon=ls;exports.DnaOff=ys;exports.DnaOffIcon=ys;exports.Dock=ps;exports.DockIcon=ps;exports.Dog=ks;exports.DogIcon=ks;exports.DollarSign=us;exports.DollarSignIcon=us;exports.Donut=Ms;exports.DonutIcon=Ms;exports.DoorClosed=_s;exports.DoorClosedIcon=_s;exports.DoorClosedLocked=ms;exports.DoorClosedLockedIcon=ms;exports.DoorOpen=gs;exports.DoorOpenIcon=gs;exports.Dot=vs;exports.DotIcon=vs;exports.DotSquare=wa;exports.DotSquareIcon=wa;exports.Download=xs;exports.DownloadCloud=xe;exports.DownloadCloudIcon=xe;exports.DownloadIcon=xs;exports.DraftingCompass=fs;exports.DraftingCompassIcon=fs;exports.Drama=Ls;exports.DramaIcon=Ls;exports.Dribbble=Cs;exports.DribbbleIcon=Cs;exports.Drill=ws;exports.DrillIcon=ws;exports.Drone=bs;exports.DroneIcon=bs;exports.Droplet=Ns;exports.DropletIcon=Ns;exports.DropletOff=Is;exports.DropletOffIcon=Is;exports.Droplets=$s;exports.DropletsIcon=$s;exports.Drum=Ss;exports.DrumIcon=Ss;exports.Drumstick=qs;exports.DrumstickIcon=qs;exports.Dumbbell=zs;exports.DumbbellIcon=zs;exports.Ear=As;exports.EarIcon=As;exports.EarOff=js;exports.EarOffIcon=js;exports.Earth=Ne;exports.EarthIcon=Ne;exports.EarthLock=Hs;exports.EarthLockIcon=Hs;exports.Eclipse=Ps;exports.EclipseIcon=Ps;exports.Edit=B;exports.Edit2=D2;exports.Edit2Icon=D2;exports.Edit3=F2;exports.Edit3Icon=F2;exports.EditIcon=B;exports.Egg=Fs;exports.EggFried=Vs;exports.EggFriedIcon=Vs;exports.EggIcon=Fs;exports.EggOff=Bs;exports.EggOffIcon=Bs;exports.Ellipsis=Se;exports.EllipsisIcon=Se;exports.EllipsisVertical=$e;exports.EllipsisVerticalIcon=$e;exports.Equal=Rs;exports.EqualApproximately=Ds;exports.EqualApproximatelyIcon=Ds;exports.EqualIcon=Rs;exports.EqualNot=Ts;exports.EqualNotIcon=Ts;exports.EqualSquare=Ca;exports.EqualSquareIcon=Ca;exports.Eraser=Us;exports.EraserIcon=Us;exports.EthernetPort=Os;exports.EthernetPortIcon=Os;exports.Euro=Es;exports.EuroIcon=Es;exports.EvCharger=Ws;exports.EvChargerIcon=Ws;exports.Expand=Gs;exports.ExpandIcon=Gs;exports.ExternalLink=Zs;exports.ExternalLinkIcon=Zs;exports.Eye=Js;exports.EyeClosed=Xs;exports.EyeClosedIcon=Xs;exports.EyeIcon=Js;exports.EyeOff=Ks;exports.EyeOffIcon=Ks;exports.Facebook=Qs;exports.FacebookIcon=Qs;exports.Factory=Ys;exports.FactoryIcon=Ys;exports.Fan=ey;exports.FanIcon=ey;exports.FastForward=ay;exports.FastForwardIcon=ay;exports.Feather=ty;exports.FeatherIcon=ty;exports.Fence=oy;exports.FenceIcon=oy;exports.FerrisWheel=cy;exports.FerrisWheelIcon=cy;exports.Field=H0;exports.Figma=ny;exports.FigmaIcon=ny;exports.File=jy;exports.FileArchive=iy;exports.FileArchiveIcon=iy;exports.FileAudio=G;exports.FileAudio2=G;exports.FileAudio2Icon=G;exports.FileAudioIcon=G;exports.FileAxis3D=qe;exports.FileAxis3DIcon=qe;exports.FileAxis3d=qe;exports.FileAxis3dIcon=qe;exports.FileBadge=ze;exports.FileBadge2=ze;exports.FileBadge2Icon=ze;exports.FileBadgeIcon=ze;exports.FileBarChart=Pe;exports.FileBarChart2=He;exports.FileBarChart2Icon=He;exports.FileBarChartIcon=Pe;exports.FileBox=dy;exports.FileBoxIcon=dy;exports.FileBraces=je;exports.FileBracesCorner=Ae;exports.FileBracesCornerIcon=Ae;exports.FileBracesIcon=je;exports.FileChartColumn=He;exports.FileChartColumnIcon=He;exports.FileChartColumnIncreasing=Pe;exports.FileChartColumnIncreasingIcon=Pe;exports.FileChartLine=Ve;exports.FileChartLineIcon=Ve;exports.FileChartPie=Be;exports.FileChartPieIcon=Be;exports.FileCheck=hy;exports.FileCheck2=Fe;exports.FileCheck2Icon=Fe;exports.FileCheckCorner=Fe;exports.FileCheckCornerIcon=Fe;exports.FileCheckIcon=hy;exports.FileClock=ry;exports.FileClockIcon=ry;exports.FileCode=sy;exports.FileCode2=De;exports.FileCode2Icon=De;exports.FileCodeCorner=De;exports.FileCodeCornerIcon=De;exports.FileCodeIcon=sy;exports.FileCog=Te;exports.FileCog2=Te;exports.FileCog2Icon=Te;exports.FileCogIcon=Te;exports.FileDiff=py;exports.FileDiffIcon=py;exports.FileDigit=yy;exports.FileDigitIcon=yy;exports.FileDown=ly;exports.FileDownIcon=ly;exports.FileEdit=Ge;exports.FileEditIcon=Ge;exports.FileExclamationPoint=Re;exports.FileExclamationPointIcon=Re;exports.FileHeadphone=G;exports.FileHeadphoneIcon=G;exports.FileHeart=ky;exports.FileHeartIcon=ky;exports.FileIcon=jy;exports.FileImage=uy;exports.FileImageIcon=uy;exports.FileInput=My;exports.FileInputIcon=My;exports.FileJson=je;exports.FileJson2=Ae;exports.FileJson2Icon=Ae;exports.FileJsonIcon=je;exports.FileKey=Ue;exports.FileKey2=Ue;exports.FileKey2Icon=Ue;exports.FileKeyIcon=Ue;exports.FileLineChart=Ve;exports.FileLineChartIcon=Ve;exports.FileLock=Oe;exports.FileLock2=Oe;exports.FileLock2Icon=Oe;exports.FileLockIcon=Oe;exports.FileMinus=my;exports.FileMinus2=Ee;exports.FileMinus2Icon=Ee;exports.FileMinusCorner=Ee;exports.FileMinusCornerIcon=Ee;exports.FileMinusIcon=my;exports.FileMusic=_y;exports.FileMusicIcon=_y;exports.FileOutput=gy;exports.FileOutputIcon=gy;exports.FilePen=Ge;exports.FilePenIcon=Ge;exports.FilePenLine=We;exports.FilePenLineIcon=We;exports.FilePieChart=Be;exports.FilePieChartIcon=Be;exports.FilePlay=Ze;exports.FilePlayIcon=Ze;exports.FilePlus=vy;exports.FilePlus2=Xe;exports.FilePlus2Icon=Xe;exports.FilePlusCorner=Xe;exports.FilePlusCornerIcon=Xe;exports.FilePlusIcon=vy;exports.FileQuestion=Ke;exports.FileQuestionIcon=Ke;exports.FileQuestionMark=Ke;exports.FileQuestionMarkIcon=Ke;exports.FileScan=xy;exports.FileScanIcon=xy;exports.FileSearch=fy;exports.FileSearch2=Je;exports.FileSearch2Icon=Je;exports.FileSearchCorner=Je;exports.FileSearchCornerIcon=Je;exports.FileSearchIcon=fy;exports.FileSignal=Qe;exports.FileSignalIcon=Qe;exports.FileSignature=We;exports.FileSignatureIcon=We;exports.FileSliders=Ly;exports.FileSlidersIcon=Ly;exports.FileSpreadsheet=wy;exports.FileSpreadsheetIcon=wy;exports.FileStack=Cy;exports.FileStackIcon=Cy;exports.FileSymlink=by;exports.FileSymlinkIcon=by;exports.FileTerminal=Iy;exports.FileTerminalIcon=Iy;exports.FileText=Ny;exports.FileTextIcon=Ny;exports.FileType=$y;exports.FileType2=Ye;exports.FileType2Icon=Ye;exports.FileTypeCorner=Ye;exports.FileTypeCornerIcon=Ye;exports.FileTypeIcon=$y;exports.FileUp=Sy;exports.FileUpIcon=Sy;exports.FileUser=qy;exports.FileUserIcon=qy;exports.FileVideo=Ze;exports.FileVideo2=e2;exports.FileVideo2Icon=e2;exports.FileVideoCamera=e2;exports.FileVideoCameraIcon=e2;exports.FileVideoIcon=Ze;exports.FileVolume=zy;exports.FileVolume2=Qe;exports.FileVolume2Icon=Qe;exports.FileVolumeIcon=zy;exports.FileWarning=Re;exports.FileWarningIcon=Re;exports.FileX=Ay;exports.FileX2=a2;exports.FileX2Icon=a2;exports.FileXCorner=a2;exports.FileXCornerIcon=a2;exports.FileXIcon=Ay;exports.Files=Hy;exports.FilesIcon=Hy;exports.Film=Py;exports.FilmIcon=Py;exports.Filter=i2;exports.FilterIcon=i2;exports.FilterX=n2;exports.FilterXIcon=n2;exports.Fingerprint=t2;exports.FingerprintIcon=t2;exports.FingerprintPattern=t2;exports.FingerprintPatternIcon=t2;exports.FireExtinguisher=Vy;exports.FireExtinguisherIcon=Vy;exports.Fish=Dy;exports.FishIcon=Dy;exports.FishOff=By;exports.FishOffIcon=By;exports.FishSymbol=Fy;exports.FishSymbolIcon=Fy;exports.FishingHook=Ty;exports.FishingHookIcon=Ty;exports.Flag=Ey;exports.FlagIcon=Ey;exports.FlagOff=Ry;exports.FlagOffIcon=Ry;exports.FlagTriangleLeft=Uy;exports.FlagTriangleLeftIcon=Uy;exports.FlagTriangleRight=Oy;exports.FlagTriangleRightIcon=Oy;exports.Flame=Gy;exports.FlameIcon=Gy;exports.FlameKindling=Wy;exports.FlameKindlingIcon=Wy;exports.Flashlight=Xy;exports.FlashlightIcon=Xy;exports.FlashlightOff=Zy;exports.FlashlightOffIcon=Zy;exports.FlaskConical=Jy;exports.FlaskConicalIcon=Jy;exports.FlaskConicalOff=Ky;exports.FlaskConicalOffIcon=Ky;exports.FlaskRound=Qy;exports.FlaskRoundIcon=Qy;exports.FlipHorizontal=el;exports.FlipHorizontal2=Yy;exports.FlipHorizontal2Icon=Yy;exports.FlipHorizontalIcon=el;exports.FlipVertical=tl;exports.FlipVertical2=al;exports.FlipVertical2Icon=al;exports.FlipVerticalIcon=tl;exports.Flower=cl;exports.Flower2=ol;exports.Flower2Icon=ol;exports.FlowerIcon=cl;exports.Focus=nl;exports.FocusIcon=nl;exports.FoldHorizontal=dl;exports.FoldHorizontalIcon=dl;exports.FoldVertical=il;exports.FoldVerticalIcon=il;exports.Folder=jl;exports.FolderArchive=hl;exports.FolderArchiveIcon=hl;exports.FolderCheck=rl;exports.FolderCheckIcon=rl;exports.FolderClock=sl;exports.FolderClockIcon=sl;exports.FolderClosed=yl;exports.FolderClosedIcon=yl;exports.FolderCode=ll;exports.FolderCodeIcon=ll;exports.FolderCog=o2;exports.FolderCog2=o2;exports.FolderCog2Icon=o2;exports.FolderCogIcon=o2;exports.FolderDot=pl;exports.FolderDotIcon=pl;exports.FolderDown=kl;exports.FolderDownIcon=kl;exports.FolderEdit=c2;exports.FolderEditIcon=c2;exports.FolderGit=Ml;exports.FolderGit2=ul;exports.FolderGit2Icon=ul;exports.FolderGitIcon=Ml;exports.FolderHeart=ml;exports.FolderHeartIcon=ml;exports.FolderIcon=jl;exports.FolderInput=_l;exports.FolderInputIcon=_l;exports.FolderKanban=vl;exports.FolderKanbanIcon=vl;exports.FolderKey=gl;exports.FolderKeyIcon=gl;exports.FolderLock=xl;exports.FolderLockIcon=xl;exports.FolderMinus=fl;exports.FolderMinusIcon=fl;exports.FolderOpen=wl;exports.FolderOpenDot=Ll;exports.FolderOpenDotIcon=Ll;exports.FolderOpenIcon=wl;exports.FolderOutput=Cl;exports.FolderOutputIcon=Cl;exports.FolderPen=c2;exports.FolderPenIcon=c2;exports.FolderPlus=bl;exports.FolderPlusIcon=bl;exports.FolderRoot=Il;exports.FolderRootIcon=Il;exports.FolderSearch=$l;exports.FolderSearch2=Nl;exports.FolderSearch2Icon=Nl;exports.FolderSearchIcon=$l;exports.FolderSymlink=Sl;exports.FolderSymlinkIcon=Sl;exports.FolderSync=ql;exports.FolderSyncIcon=ql;exports.FolderTree=zl;exports.FolderTreeIcon=zl;exports.FolderUp=Al;exports.FolderUpIcon=Al;exports.FolderX=Pl;exports.FolderXIcon=Pl;exports.Folders=Hl;exports.FoldersIcon=Hl;exports.Footprints=Vl;exports.FootprintsIcon=Vl;exports.ForkKnife=M0;exports.ForkKnifeCrossed=u0;exports.ForkKnifeCrossedIcon=u0;exports.ForkKnifeIcon=M0;exports.Forklift=Bl;exports.ForkliftIcon=Bl;exports.Form=Fl;exports.FormIcon=Fl;exports.FormInput=R2;exports.FormInputIcon=R2;exports.Forward=Dl;exports.ForwardIcon=Dl;exports.Frame=Tl;exports.FrameIcon=Tl;exports.Framer=Rl;exports.FramerIcon=Rl;exports.Frown=Ul;exports.FrownIcon=Ul;exports.Fuel=Ol;exports.FuelIcon=Ol;exports.Fullscreen=El;exports.FullscreenIcon=El;exports.FunctionSquare=ba;exports.FunctionSquareIcon=ba;exports.Funnel=i2;exports.FunnelIcon=i2;exports.FunnelPlus=Wl;exports.FunnelPlusIcon=Wl;exports.FunnelX=n2;exports.FunnelXIcon=n2;exports.GalleryHorizontal=Zl;exports.GalleryHorizontalEnd=Gl;exports.GalleryHorizontalEndIcon=Gl;exports.GalleryHorizontalIcon=Zl;exports.GalleryThumbnails=Xl;exports.GalleryThumbnailsIcon=Xl;exports.GalleryVertical=Jl;exports.GalleryVerticalEnd=Kl;exports.GalleryVerticalEndIcon=Kl;exports.GalleryVerticalIcon=Jl;exports.Gamepad=e4;exports.Gamepad2=Ql;exports.Gamepad2Icon=Ql;exports.GamepadDirectional=Yl;exports.GamepadDirectionalIcon=Yl;exports.GamepadIcon=e4;exports.GanttChart=F1;exports.GanttChartIcon=F1;exports.GanttChartSquare=J;exports.GanttChartSquareIcon=J;exports.Gauge=a4;exports.GaugeCircle=ne;exports.GaugeCircleIcon=ne;exports.GaugeIcon=a4;exports.Gavel=o4;exports.GavelIcon=o4;exports.Gem=t4;exports.GemIcon=t4;exports.GeorgianLari=n4;exports.GeorgianLariIcon=n4;exports.Ghost=c4;exports.GhostIcon=c4;exports.Gift=i4;exports.GiftIcon=i4;exports.GitBranch=r4;exports.GitBranchIcon=r4;exports.GitBranchMinus=d4;exports.GitBranchMinusIcon=d4;exports.GitBranchPlus=h4;exports.GitBranchPlusIcon=h4;exports.GitCommit=d2;exports.GitCommitHorizontal=d2;exports.GitCommitHorizontalIcon=d2;exports.GitCommitIcon=d2;exports.GitCommitVertical=s4;exports.GitCommitVerticalIcon=s4;exports.GitCompare=l4;exports.GitCompareArrows=y4;exports.GitCompareArrowsIcon=y4;exports.GitCompareIcon=l4;exports.GitFork=p4;exports.GitForkIcon=p4;exports.GitGraph=k4;exports.GitGraphIcon=k4;exports.GitMerge=u4;exports.GitMergeIcon=u4;exports.GitPullRequest=x4;exports.GitPullRequestArrow=M4;exports.GitPullRequestArrowIcon=M4;exports.GitPullRequestClosed=m4;exports.GitPullRequestClosedIcon=m4;exports.GitPullRequestCreate=g4;exports.GitPullRequestCreateArrow=_4;exports.GitPullRequestCreateArrowIcon=_4;exports.GitPullRequestCreateIcon=g4;exports.GitPullRequestDraft=v4;exports.GitPullRequestDraftIcon=v4;exports.GitPullRequestIcon=x4;exports.Github=f4;exports.GithubIcon=f4;exports.Gitlab=L4;exports.GitlabIcon=L4;exports.GlassWater=w4;exports.GlassWaterIcon=w4;exports.Glasses=C4;exports.GlassesIcon=C4;exports.Globe=N4;exports.Globe2=Ne;exports.Globe2Icon=Ne;exports.GlobeIcon=N4;exports.GlobeLock=b4;exports.GlobeLockIcon=b4;exports.GlobeX=I4;exports.GlobeXIcon=I4;exports.Goal=S4;exports.GoalIcon=S4;exports.Gpu=$4;exports.GpuIcon=$4;exports.Grab=l2;exports.GrabIcon=l2;exports.GraduationCap=q4;exports.GraduationCapIcon=q4;exports.Grape=z4;exports.GrapeIcon=z4;exports.Grid=Z;exports.Grid2X2=y2;exports.Grid2X2Check=h2;exports.Grid2X2CheckIcon=h2;exports.Grid2X2Icon=y2;exports.Grid2X2Plus=r2;exports.Grid2X2PlusIcon=r2;exports.Grid2X2X=s2;exports.Grid2X2XIcon=s2;exports.Grid2x2=y2;exports.Grid2x2Check=h2;exports.Grid2x2CheckIcon=h2;exports.Grid2x2Icon=y2;exports.Grid2x2Plus=r2;exports.Grid2x2PlusIcon=r2;exports.Grid2x2X=s2;exports.Grid2x2XIcon=s2;exports.Grid3X3=Z;exports.Grid3X3Icon=Z;exports.Grid3x2=A4;exports.Grid3x2Icon=A4;exports.Grid3x3=Z;exports.Grid3x3Icon=Z;exports.GridIcon=Z;exports.Grip=P4;exports.GripHorizontal=j4;exports.GripHorizontalIcon=j4;exports.GripIcon=P4;exports.GripVertical=H4;exports.GripVerticalIcon=H4;exports.Group=V4;exports.GroupIcon=V4;exports.Guitar=B4;exports.GuitarIcon=B4;exports.Ham=F4;exports.HamIcon=F4;exports.Hamburger=D4;exports.HamburgerIcon=D4;exports.Hammer=T4;exports.HammerIcon=T4;exports.Hand=G4;exports.HandCoins=R4;exports.HandCoinsIcon=R4;exports.HandFist=U4;exports.HandFistIcon=U4;exports.HandGrab=l2;exports.HandGrabIcon=l2;exports.HandHeart=O4;exports.HandHeartIcon=O4;exports.HandHelping=p2;exports.HandHelpingIcon=p2;exports.HandIcon=G4;exports.HandMetal=E4;exports.HandMetalIcon=E4;exports.HandPlatter=W4;exports.HandPlatterIcon=W4;exports.Handbag=Z4;exports.HandbagIcon=Z4;exports.Handshake=X4;exports.HandshakeIcon=X4;exports.HardDrive=Y4;exports.HardDriveDownload=K4;exports.HardDriveDownloadIcon=K4;exports.HardDriveIcon=Y4;exports.HardDriveUpload=J4;exports.HardDriveUploadIcon=J4;exports.HardHat=Q4;exports.HardHatIcon=Q4;exports.Hash=ep;exports.HashIcon=ep;exports.HatGlasses=ap;exports.HatGlassesIcon=ap;exports.Haze=tp;exports.HazeIcon=tp;exports.Hd=op;exports.HdIcon=op;exports.HdmiPort=cp;exports.HdmiPortIcon=cp;exports.Heading=yp;exports.Heading1=np;exports.Heading1Icon=np;exports.Heading2=ip;exports.Heading2Icon=ip;exports.Heading3=dp;exports.Heading3Icon=dp;exports.Heading4=hp;exports.Heading4Icon=hp;exports.Heading5=rp;exports.Heading5Icon=rp;exports.Heading6=sp;exports.Heading6Icon=sp;exports.HeadingIcon=yp;exports.HeadphoneOff=lp;exports.HeadphoneOffIcon=lp;exports.Headphones=pp;exports.HeadphonesIcon=pp;exports.Headset=kp;exports.HeadsetIcon=kp;exports.Heart=xp;exports.HeartCrack=up;exports.HeartCrackIcon=up;exports.HeartHandshake=Mp;exports.HeartHandshakeIcon=Mp;exports.HeartIcon=xp;exports.HeartMinus=mp;exports.HeartMinusIcon=mp;exports.HeartOff=_p;exports.HeartOffIcon=_p;exports.HeartPlus=gp;exports.HeartPlusIcon=gp;exports.HeartPulse=vp;exports.HeartPulseIcon=vp;exports.Heater=fp;exports.HeaterIcon=fp;exports.Helicopter=Lp;exports.HelicopterIcon=Lp;exports.HelpCircle=E;exports.HelpCircleIcon=E;exports.HelpingHand=p2;exports.HelpingHandIcon=p2;exports.Hexagon=wp;exports.HexagonIcon=wp;exports.Highlighter=Cp;exports.HighlighterIcon=Cp;exports.History=bp;exports.HistoryIcon=bp;exports.Home=k2;exports.HomeIcon=k2;exports.Hop=Np;exports.HopIcon=Np;exports.HopOff=Ip;exports.HopOffIcon=Ip;exports.Hospital=$p;exports.HospitalIcon=$p;exports.Hotel=Sp;exports.HotelIcon=Sp;exports.Hourglass=qp;exports.HourglassIcon=qp;exports.House=k2;exports.HouseHeart=zp;exports.HouseHeartIcon=zp;exports.HouseIcon=k2;exports.HousePlug=Ap;exports.HousePlugIcon=Ap;exports.HousePlus=jp;exports.HousePlusIcon=jp;exports.HouseWifi=Hp;exports.HouseWifiIcon=Hp;exports.IceCream=M2;exports.IceCream2=u2;exports.IceCream2Icon=u2;exports.IceCreamBowl=u2;exports.IceCreamBowlIcon=u2;exports.IceCreamCone=M2;exports.IceCreamConeIcon=M2;exports.IceCreamIcon=M2;exports.Icon=Jx;exports.Icons=Fa1;exports.IdCard=Vp;exports.IdCardIcon=Vp;exports.IdCardLanyard=Pp;exports.IdCardLanyardIcon=Pp;exports.Image=Ep;exports.ImageDown=Bp;exports.ImageDownIcon=Bp;exports.ImageIcon=Ep;exports.ImageMinus=Fp;exports.ImageMinusIcon=Fp;exports.ImageOff=Dp;exports.ImageOffIcon=Dp;exports.ImagePlay=Tp;exports.ImagePlayIcon=Tp;exports.ImagePlus=Rp;exports.ImagePlusIcon=Rp;exports.ImageUp=Up;exports.ImageUpIcon=Up;exports.ImageUpscale=Op;exports.ImageUpscaleIcon=Op;exports.Images=Wp;exports.ImagesIcon=Wp;exports.Import=Gp;exports.ImportIcon=Gp;exports.Inbox=Zp;exports.InboxIcon=Zp;exports.Indent=K;exports.IndentDecrease=X;exports.IndentDecreaseIcon=X;exports.IndentIcon=K;exports.IndentIncrease=K;exports.IndentIncreaseIcon=K;exports.IndianRupee=Xp;exports.IndianRupeeIcon=Xp;exports.Infinity=Kp;exports.InfinityIcon=Kp;exports.Info=Jp;exports.InfoIcon=Jp;exports.Inspect=za;exports.InspectIcon=za;exports.InspectionPanel=Qp;exports.InspectionPanelIcon=Qp;exports.Instagram=Yp;exports.InstagramIcon=Yp;exports.Italic=e5;exports.ItalicIcon=e5;exports.IterationCcw=a5;exports.IterationCcwIcon=a5;exports.IterationCw=t5;exports.IterationCwIcon=t5;exports.JapaneseYen=o5;exports.JapaneseYenIcon=o5;exports.Joystick=c5;exports.JoystickIcon=c5;exports.Kanban=n5;exports.KanbanIcon=n5;exports.KanbanSquare=Na;exports.KanbanSquareDashed=xa;exports.KanbanSquareDashedIcon=xa;exports.KanbanSquareIcon=Na;exports.Kayak=i5;exports.KayakIcon=i5;exports.Key=r5;exports.KeyIcon=r5;exports.KeyRound=d5;exports.KeyRoundIcon=d5;exports.KeySquare=h5;exports.KeySquareIcon=h5;exports.Keyboard=l5;exports.KeyboardIcon=l5;exports.KeyboardMusic=s5;exports.KeyboardMusicIcon=s5;exports.KeyboardOff=y5;exports.KeyboardOffIcon=y5;exports.Lamp=_5;exports.LampCeiling=p5;exports.LampCeilingIcon=p5;exports.LampDesk=k5;exports.LampDeskIcon=k5;exports.LampFloor=u5;exports.LampFloorIcon=u5;exports.LampIcon=_5;exports.LampWallDown=M5;exports.LampWallDownIcon=M5;exports.LampWallUp=m5;exports.LampWallUpIcon=m5;exports.LandPlot=g5;exports.LandPlotIcon=g5;exports.Landmark=v5;exports.LandmarkIcon=v5;exports.Languages=x5;exports.LanguagesIcon=x5;exports.Laptop=L5;exports.Laptop2=m2;exports.Laptop2Icon=m2;exports.LaptopIcon=L5;exports.LaptopMinimal=m2;exports.LaptopMinimalCheck=f5;exports.LaptopMinimalCheckIcon=f5;exports.LaptopMinimalIcon=m2;exports.Lasso=C5;exports.LassoIcon=C5;exports.LassoSelect=w5;exports.LassoSelectIcon=w5;exports.Laugh=b5;exports.LaughIcon=b5;exports.Layers=_2;exports.Layers2=I5;exports.Layers2Icon=I5;exports.Layers3=_2;exports.Layers3Icon=_2;exports.LayersIcon=_2;exports.LayersPlus=N5;exports.LayersPlusIcon=N5;exports.Layout=B2;exports.LayoutDashboard=$5;exports.LayoutDashboardIcon=$5;exports.LayoutGrid=S5;exports.LayoutGridIcon=S5;exports.LayoutIcon=B2;exports.LayoutList=q5;exports.LayoutListIcon=q5;exports.LayoutPanelLeft=z5;exports.LayoutPanelLeftIcon=z5;exports.LayoutPanelTop=A5;exports.LayoutPanelTopIcon=A5;exports.LayoutTemplate=j5;exports.LayoutTemplateIcon=j5;exports.Leaf=H5;exports.LeafIcon=H5;exports.LeafyGreen=P5;exports.LeafyGreenIcon=P5;exports.Lectern=V5;exports.LecternIcon=V5;exports.LetterText=e0;exports.LetterTextIcon=e0;exports.Library=F5;exports.LibraryBig=B5;exports.LibraryBigIcon=B5;exports.LibraryIcon=F5;exports.LibrarySquare=Ia;exports.LibrarySquareIcon=Ia;exports.LifeBuoy=D5;exports.LifeBuoyIcon=D5;exports.Ligature=T5;exports.LigatureIcon=T5;exports.Lightbulb=U5;exports.LightbulbIcon=U5;exports.LightbulbOff=R5;exports.LightbulbOffIcon=R5;exports.LineChart=P1;exports.LineChartIcon=P1;exports.LineSquiggle=O5;exports.LineSquiggleIcon=O5;exports.Link=G5;exports.Link2=W5;exports.Link2Icon=W5;exports.Link2Off=E5;exports.Link2OffIcon=E5;exports.LinkIcon=G5;exports.Linkedin=Z5;exports.LinkedinIcon=Z5;exports.List=pk;exports.ListCheck=X5;exports.ListCheckIcon=X5;exports.ListChecks=K5;exports.ListChecksIcon=K5;exports.ListChevronsDownUp=J5;exports.ListChevronsDownUpIcon=J5;exports.ListChevronsUpDown=Q5;exports.ListChevronsUpDownIcon=Q5;exports.ListCollapse=Y5;exports.ListCollapseIcon=Y5;exports.ListEnd=ek;exports.ListEndIcon=ek;exports.ListFilter=tk;exports.ListFilterIcon=tk;exports.ListFilterPlus=ak;exports.ListFilterPlusIcon=ak;exports.ListIcon=pk;exports.ListIndentDecrease=X;exports.ListIndentDecreaseIcon=X;exports.ListIndentIncrease=K;exports.ListIndentIncreaseIcon=K;exports.ListMinus=ok;exports.ListMinusIcon=ok;exports.ListMusic=ck;exports.ListMusicIcon=ck;exports.ListOrdered=nk;exports.ListOrderedIcon=nk;exports.ListPlus=ik;exports.ListPlusIcon=ik;exports.ListRestart=dk;exports.ListRestartIcon=dk;exports.ListStart=hk;exports.ListStartIcon=hk;exports.ListTodo=rk;exports.ListTodoIcon=rk;exports.ListTree=sk;exports.ListTreeIcon=sk;exports.ListVideo=yk;exports.ListVideoIcon=yk;exports.ListX=lk;exports.ListXIcon=lk;exports.Loader=uk;exports.Loader2=g2;exports.Loader2Icon=g2;exports.LoaderCircle=g2;exports.LoaderCircleIcon=g2;exports.LoaderIcon=uk;exports.LoaderPinwheel=kk;exports.LoaderPinwheelIcon=kk;exports.Locate=_k;exports.LocateFixed=Mk;exports.LocateFixedIcon=Mk;exports.LocateIcon=_k;exports.LocateOff=mk;exports.LocateOffIcon=mk;exports.LocationEdit=L2;exports.LocationEditIcon=L2;exports.Lock=vk;exports.LockIcon=vk;exports.LockKeyhole=gk;exports.LockKeyholeIcon=gk;exports.LockKeyholeOpen=v2;exports.LockKeyholeOpenIcon=v2;exports.LockOpen=x2;exports.LockOpenIcon=x2;exports.LogIn=xk;exports.LogInIcon=xk;exports.LogOut=fk;exports.LogOutIcon=fk;exports.Logs=Lk;exports.LogsIcon=Lk;exports.Lollipop=wk;exports.LollipopIcon=wk;exports.LucideAArrowDown=V0;exports.LucideAArrowUp=B0;exports.LucideALargeSmall=F0;exports.LucideAccessibility=D0;exports.LucideActivity=T0;exports.LucideActivitySquare=Q2;exports.LucideAirVent=R0;exports.LucideAirplay=U0;exports.LucideAlarmCheck=l1;exports.LucideAlarmClock=E0;exports.LucideAlarmClockCheck=l1;exports.LucideAlarmClockMinus=p1;exports.LucideAlarmClockOff=O0;exports.LucideAlarmClockPlus=k1;exports.LucideAlarmMinus=p1;exports.LucideAlarmPlus=k1;exports.LucideAlarmSmoke=W0;exports.LucideAlbum=G0;exports.LucideAlertCircle=U1;exports.LucideAlertOctagon=I2;exports.LucideAlertTriangle=n0;exports.LucideAlignCenter=Ja;exports.LucideAlignCenterHorizontal=Z0;exports.LucideAlignCenterVertical=X0;exports.LucideAlignEndHorizontal=K0;exports.LucideAlignEndVertical=J0;exports.LucideAlignHorizontalDistributeCenter=Q0;exports.LucideAlignHorizontalDistributeEnd=Y0;exports.LucideAlignHorizontalDistributeStart=et;exports.LucideAlignHorizontalJustifyCenter=at;exports.LucideAlignHorizontalJustifyEnd=tt;exports.LucideAlignHorizontalJustifyStart=ot;exports.LucideAlignHorizontalSpaceAround=ct;exports.LucideAlignHorizontalSpaceBetween=nt;exports.LucideAlignJustify=Ya;exports.LucideAlignLeft=Q;exports.LucideAlignRight=Qa;exports.LucideAlignStartHorizontal=it;exports.LucideAlignStartVertical=dt;exports.LucideAlignVerticalDistributeCenter=ht;exports.LucideAlignVerticalDistributeEnd=rt;exports.LucideAlignVerticalDistributeStart=st;exports.LucideAlignVerticalJustifyCenter=lt;exports.LucideAlignVerticalJustifyEnd=yt;exports.LucideAlignVerticalJustifyStart=pt;exports.LucideAlignVerticalSpaceAround=kt;exports.LucideAlignVerticalSpaceBetween=ut;exports.LucideAmbulance=Mt;exports.LucideAmpersand=mt;exports.LucideAmpersands=_t;exports.LucideAmphora=gt;exports.LucideAnchor=xt;exports.LucideAngry=vt;exports.LucideAnnoyed=ft;exports.LucideAntenna=Lt;exports.LucideAnvil=wt;exports.LucideAperture=Ct;exports.LucideAppWindow=It;exports.LucideAppWindowMac=bt;exports.LucideApple=Nt;exports.LucideArchive=qt;exports.LucideArchiveRestore=$t;exports.LucideArchiveX=St;exports.LucideAreaChart=$1;exports.LucideArmchair=zt;exports.LucideArrowBigDown=jt;exports.LucideArrowBigDownDash=At;exports.LucideArrowBigLeft=Pt;exports.LucideArrowBigLeftDash=Ht;exports.LucideArrowBigRight=Bt;exports.LucideArrowBigRightDash=Vt;exports.LucideArrowBigUp=Dt;exports.LucideArrowBigUpDash=Ft;exports.LucideArrowDown=Kt;exports.LucideArrowDown01=Tt;exports.LucideArrowDown10=Rt;exports.LucideArrowDownAZ=u1;exports.LucideArrowDownAz=u1;exports.LucideArrowDownCircle=O1;exports.LucideArrowDownFromLine=Ut;exports.LucideArrowDownLeft=Ot;exports.LucideArrowDownLeftFromCircle=W1;exports.LucideArrowDownLeftFromSquare=oa;exports.LucideArrowDownLeftSquare=Y2;exports.LucideArrowDownNarrowWide=Et;exports.LucideArrowDownRight=Wt;exports.LucideArrowDownRightFromCircle=G1;exports.LucideArrowDownRightFromSquare=ca;exports.LucideArrowDownRightSquare=aa;exports.LucideArrowDownSquare=ea;exports.LucideArrowDownToDot=Gt;exports.LucideArrowDownToLine=Zt;exports.LucideArrowDownUp=Xt;exports.LucideArrowDownWideNarrow=M1;exports.LucideArrowDownZA=m1;exports.LucideArrowDownZa=m1;exports.LucideArrowLeft=eo;exports.LucideArrowLeftCircle=E1;exports.LucideArrowLeftFromLine=Jt;exports.LucideArrowLeftRight=Qt;exports.LucideArrowLeftSquare=ta;exports.LucideArrowLeftToLine=Yt;exports.LucideArrowRight=oo;exports.LucideArrowRightCircle=K1;exports.LucideArrowRightFromLine=ao;exports.LucideArrowRightLeft=to;exports.LucideArrowRightSquare=da;exports.LucideArrowRightToLine=co;exports.LucideArrowUp=uo;exports.LucideArrowUp01=no;exports.LucideArrowUp10=io;exports.LucideArrowUpAZ=_1;exports.LucideArrowUpAz=_1;exports.LucideArrowUpCircle=J1;exports.LucideArrowUpDown=ho;exports.LucideArrowUpFromDot=ro;exports.LucideArrowUpFromLine=so;exports.LucideArrowUpLeft=yo;exports.LucideArrowUpLeftFromCircle=Z1;exports.LucideArrowUpLeftFromSquare=na;exports.LucideArrowUpLeftSquare=ha;exports.LucideArrowUpNarrowWide=g1;exports.LucideArrowUpRight=lo;exports.LucideArrowUpRightFromCircle=X1;exports.LucideArrowUpRightFromSquare=ia;exports.LucideArrowUpRightSquare=ra;exports.LucideArrowUpSquare=sa;exports.LucideArrowUpToLine=po;exports.LucideArrowUpWideNarrow=ko;exports.LucideArrowUpZA=v1;exports.LucideArrowUpZa=v1;exports.LucideArrowsUpFromLine=Mo;exports.LucideAsterisk=mo;exports.LucideAsteriskSquare=ya;exports.LucideAtSign=_o;exports.LucideAtom=go;exports.LucideAudioLines=vo;exports.LucideAudioWaveform=xo;exports.LucideAward=fo;exports.LucideAxe=Lo;exports.LucideAxis3D=x1;exports.LucideAxis3d=x1;exports.LucideBaby=Co;exports.LucideBackpack=wo;exports.LucideBadge=Cx;exports.LucideBadgeAlert=bo;exports.LucideBadgeCent=Io;exports.LucideBadgeCheck=f1;exports.LucideBadgeDollarSign=No;exports.LucideBadgeEuro=$o;exports.LucideBadgeHelp=L1;exports.LucideBadgeIndianRupee=So;exports.LucideBadgeInfo=qo;exports.LucideBadgeJapaneseYen=zo;exports.LucideBadgeMinus=Ao;exports.LucideBadgePercent=jo;exports.LucideBadgePlus=Ho;exports.LucideBadgePoundSterling=Po;exports.LucideBadgeQuestionMark=L1;exports.LucideBadgeRussianRuble=Vo;exports.LucideBadgeSwissFranc=Bo;exports.LucideBadgeTurkishLira=Fo;exports.LucideBadgeX=Do;exports.LucideBaggageClaim=To;exports.LucideBalloon=Ro;exports.LucideBan=Uo;exports.LucideBanana=Oo;exports.LucideBandage=Wo;exports.LucideBanknote=Ko;exports.LucideBanknoteArrowDown=Eo;exports.LucideBanknoteArrowUp=Go;exports.LucideBanknoteX=Zo;exports.LucideBarChart=V1;exports.LucideBarChart2=B1;exports.LucideBarChart3=H1;exports.LucideBarChart4=j1;exports.LucideBarChartBig=A1;exports.LucideBarChartHorizontal=q1;exports.LucideBarChartHorizontalBig=S1;exports.LucideBarcode=Xo;exports.LucideBarrel=Jo;exports.LucideBaseline=Qo;exports.LucideBath=Yo;exports.LucideBattery=dc;exports.LucideBatteryCharging=ec;exports.LucideBatteryFull=ac;exports.LucideBatteryLow=tc;exports.LucideBatteryMedium=oc;exports.LucideBatteryPlus=cc;exports.LucideBatteryWarning=nc;exports.LucideBeaker=ic;exports.LucideBean=rc;exports.LucideBeanOff=hc;exports.LucideBed=lc;exports.LucideBedDouble=sc;exports.LucideBedSingle=yc;exports.LucideBeef=pc;exports.LucideBeer=Mc;exports.LucideBeerOff=kc;exports.LucideBell=fc;exports.LucideBellDot=uc;exports.LucideBellElectric=mc;exports.LucideBellMinus=_c;exports.LucideBellOff=gc;exports.LucideBellPlus=vc;exports.LucideBellRing=xc;exports.LucideBetweenHorizonalEnd=w1;exports.LucideBetweenHorizonalStart=C1;exports.LucideBetweenHorizontalEnd=w1;exports.LucideBetweenHorizontalStart=C1;exports.LucideBetweenVerticalEnd=Lc;exports.LucideBetweenVerticalStart=wc;exports.LucideBicepsFlexed=Cc;exports.LucideBike=bc;exports.LucideBinary=Ic;exports.LucideBinoculars=Nc;exports.LucideBiohazard=$c;exports.LucideBird=Sc;exports.LucideBirdhouse=qc;exports.LucideBitcoin=zc;exports.LucideBlend=Ac;exports.LucideBlinds=jc;exports.LucideBlocks=Hc;exports.LucideBluetooth=Dc;exports.LucideBluetoothConnected=Pc;exports.LucideBluetoothOff=Vc;exports.LucideBluetoothSearching=Bc;exports.LucideBold=Fc;exports.LucideBolt=Tc;exports.LucideBomb=Uc;exports.LucideBone=Rc;exports.LucideBook=un;exports.LucideBookA=Oc;exports.LucideBookAlert=Ec;exports.LucideBookAudio=Wc;exports.LucideBookCheck=Gc;exports.LucideBookCopy=Zc;exports.LucideBookDashed=b1;exports.LucideBookDown=Xc;exports.LucideBookHeadphones=Kc;exports.LucideBookHeart=Jc;exports.LucideBookImage=Qc;exports.LucideBookKey=Yc;exports.LucideBookLock=en;exports.LucideBookMarked=tn;exports.LucideBookMinus=an;exports.LucideBookOpen=cn;exports.LucideBookOpenCheck=on;exports.LucideBookOpenText=nn;exports.LucideBookPlus=dn;exports.LucideBookSearch=hn;exports.LucideBookTemplate=b1;exports.LucideBookText=rn;exports.LucideBookType=sn;exports.LucideBookUp=ln;exports.LucideBookUp2=yn;exports.LucideBookUser=pn;exports.LucideBookX=kn;exports.LucideBookmark=vn;exports.LucideBookmarkCheck=Mn;exports.LucideBookmarkMinus=mn;exports.LucideBookmarkPlus=_n;exports.LucideBookmarkX=gn;exports.LucideBoomBox=xn;exports.LucideBot=wn;exports.LucideBotMessageSquare=fn;exports.LucideBotOff=Ln;exports.LucideBottleWine=bn;exports.LucideBowArrow=Cn;exports.LucideBox=In;exports.LucideBoxSelect=fa;exports.LucideBoxes=Nn;exports.LucideBraces=I1;exports.LucideBrackets=$n;exports.LucideBrain=zn;exports.LucideBrainCircuit=Sn;exports.LucideBrainCog=qn;exports.LucideBrickWall=Hn;exports.LucideBrickWallFire=An;exports.LucideBrickWallShield=jn;exports.LucideBriefcase=Fn;exports.LucideBriefcaseBusiness=Pn;exports.LucideBriefcaseConveyorBelt=Vn;exports.LucideBriefcaseMedical=Bn;exports.LucideBringToFront=Dn;exports.LucideBrush=Tn;exports.LucideBrushCleaning=Rn;exports.LucideBubbles=Un;exports.LucideBug=Wn;exports.LucideBugOff=On;exports.LucideBugPlay=En;exports.LucideBuilding=Zn;exports.LucideBuilding2=Gn;exports.LucideBus=Kn;exports.LucideBusFront=Xn;exports.LucideCable=Qn;exports.LucideCableCar=Jn;exports.LucideCake=ei;exports.LucideCakeSlice=Yn;exports.LucideCalculator=ai;exports.LucideCalendar=fi;exports.LucideCalendar1=ti;exports.LucideCalendarArrowDown=oi;exports.LucideCalendarArrowUp=ci;exports.LucideCalendarCheck=di;exports.LucideCalendarCheck2=ni;exports.LucideCalendarClock=ii;exports.LucideCalendarCog=hi;exports.LucideCalendarDays=ri;exports.LucideCalendarFold=si;exports.LucideCalendarHeart=yi;exports.LucideCalendarMinus=pi;exports.LucideCalendarMinus2=li;exports.LucideCalendarOff=ki;exports.LucideCalendarPlus=Mi;exports.LucideCalendarPlus2=ui;exports.LucideCalendarRange=mi;exports.LucideCalendarSearch=_i;exports.LucideCalendarSync=vi;exports.LucideCalendarX=xi;exports.LucideCalendarX2=gi;exports.LucideCalendars=Li;exports.LucideCamera=Ci;exports.LucideCameraOff=wi;exports.LucideCandlestickChart=z1;exports.LucideCandy=Ni;exports.LucideCandyCane=Ii;exports.LucideCandyOff=bi;exports.LucideCannabis=Si;exports.LucideCannabisOff=$i;exports.LucideCaptions=N1;exports.LucideCaptionsOff=qi;exports.LucideCar=Ai;exports.LucideCarFront=zi;exports.LucideCarTaxiFront=ji;exports.LucideCaravan=Pi;exports.LucideCardSim=Hi;exports.LucideCarrot=Vi;exports.LucideCaseLower=Bi;exports.LucideCaseSensitive=Fi;exports.LucideCaseUpper=Di;exports.LucideCassetteTape=Ti;exports.LucideCast=Ri;exports.LucideCastle=Ui;exports.LucideCat=Oi;exports.LucideCctv=Ei;exports.LucideChartArea=$1;exports.LucideChartBar=q1;exports.LucideChartBarBig=S1;exports.LucideChartBarDecreasing=Wi;exports.LucideChartBarIncreasing=Gi;exports.LucideChartBarStacked=Zi;exports.LucideChartCandlestick=z1;exports.LucideChartColumn=H1;exports.LucideChartColumnBig=A1;exports.LucideChartColumnDecreasing=Xi;exports.LucideChartColumnIncreasing=j1;exports.LucideChartColumnStacked=Ki;exports.LucideChartGantt=Ji;exports.LucideChartLine=P1;exports.LucideChartNetwork=Qi;exports.LucideChartNoAxesColumn=B1;exports.LucideChartNoAxesColumnDecreasing=Yi;exports.LucideChartNoAxesColumnIncreasing=V1;exports.LucideChartNoAxesCombined=ed;exports.LucideChartNoAxesGantt=F1;exports.LucideChartPie=D1;exports.LucideChartScatter=T1;exports.LucideChartSpline=ad;exports.LucideCheck=cd;exports.LucideCheckCheck=td;exports.LucideCheckCircle=Q1;exports.LucideCheckCircle2=Y1;exports.LucideCheckLine=od;exports.LucideCheckSquare=pa;exports.LucideCheckSquare2=ka;exports.LucideChefHat=nd;exports.LucideCherry=id;exports.LucideChessBishop=dd;exports.LucideChessKing=hd;exports.LucideChessKnight=rd;exports.LucideChessPawn=sd;exports.LucideChessQueen=yd;exports.LucideChessRook=ld;exports.LucideChevronDown=pd;exports.LucideChevronDownCircle=ee;exports.LucideChevronDownSquare=ua;exports.LucideChevronFirst=kd;exports.LucideChevronLast=ud;exports.LucideChevronLeft=Md;exports.LucideChevronLeftCircle=ae;exports.LucideChevronLeftSquare=Ma;exports.LucideChevronRight=md;exports.LucideChevronRightCircle=te;exports.LucideChevronRightSquare=ma;exports.LucideChevronUp=_d;exports.LucideChevronUpCircle=oe;exports.LucideChevronUpSquare=_a;exports.LucideChevronsDown=vd;exports.LucideChevronsDownUp=gd;exports.LucideChevronsLeft=Ld;exports.LucideChevronsLeftRight=fd;exports.LucideChevronsLeftRightEllipsis=xd;exports.LucideChevronsRight=Cd;exports.LucideChevronsRightLeft=wd;exports.LucideChevronsUp=Id;exports.LucideChevronsUpDown=bd;exports.LucideChrome=R1;exports.LucideChromium=R1;exports.LucideChurch=Nd;exports.LucideCigarette=Sd;exports.LucideCigaretteOff=$d;exports.LucideCircle=Ed;exports.LucideCircleAlert=U1;exports.LucideCircleArrowDown=O1;exports.LucideCircleArrowLeft=E1;exports.LucideCircleArrowOutDownLeft=W1;exports.LucideCircleArrowOutDownRight=G1;exports.LucideCircleArrowOutUpLeft=Z1;exports.LucideCircleArrowOutUpRight=X1;exports.LucideCircleArrowRight=K1;exports.LucideCircleArrowUp=J1;exports.LucideCircleCheck=Y1;exports.LucideCircleCheckBig=Q1;exports.LucideCircleChevronDown=ee;exports.LucideCircleChevronLeft=ae;exports.LucideCircleChevronRight=te;exports.LucideCircleChevronUp=oe;exports.LucideCircleDashed=qd;exports.LucideCircleDivide=ce;exports.LucideCircleDollarSign=zd;exports.LucideCircleDot=jd;exports.LucideCircleDotDashed=Ad;exports.LucideCircleEllipsis=Hd;exports.LucideCircleEqual=Pd;exports.LucideCircleFadingArrowUp=Vd;exports.LucideCircleFadingPlus=Bd;exports.LucideCircleGauge=ne;exports.LucideCircleHelp=E;exports.LucideCircleMinus=ie;exports.LucideCircleOff=Fd;exports.LucideCircleParking=he;exports.LucideCircleParkingOff=de;exports.LucideCirclePause=re;exports.LucideCirclePercent=se;exports.LucideCirclePile=Dd;exports.LucideCirclePlay=le;exports.LucideCirclePlus=ye;exports.LucideCirclePoundSterling=Td;exports.LucideCirclePower=pe;exports.LucideCircleQuestionMark=E;exports.LucideCircleSlash=Rd;exports.LucideCircleSlash2=ke;exports.LucideCircleSlashed=ke;exports.LucideCircleSmall=Od;exports.LucideCircleStar=Ud;exports.LucideCircleStop=ue;exports.LucideCircleUser=me;exports.LucideCircleUserRound=Me;exports.LucideCircleX=_e;exports.LucideCircuitBoard=Wd;exports.LucideCitrus=Gd;exports.LucideClapperboard=Zd;exports.LucideClipboard=ch;exports.LucideClipboardCheck=Xd;exports.LucideClipboardClock=Kd;exports.LucideClipboardCopy=Jd;exports.LucideClipboardEdit=ve;exports.LucideClipboardList=Qd;exports.LucideClipboardMinus=Yd;exports.LucideClipboardPaste=eh;exports.LucideClipboardPen=ve;exports.LucideClipboardPenLine=ge;exports.LucideClipboardPlus=ah;exports.LucideClipboardSignature=ge;exports.LucideClipboardType=th;exports.LucideClipboardX=oh;exports.LucideClock=Lh;exports.LucideClock1=nh;exports.LucideClock10=ih;exports.LucideClock11=dh;exports.LucideClock12=hh;exports.LucideClock2=rh;exports.LucideClock3=sh;exports.LucideClock4=yh;exports.LucideClock5=lh;exports.LucideClock6=ph;exports.LucideClock7=kh;exports.LucideClock8=uh;exports.LucideClock9=Mh;exports.LucideClockAlert=mh;exports.LucideClockArrowDown=_h;exports.LucideClockArrowUp=gh;exports.LucideClockCheck=vh;exports.LucideClockFading=xh;exports.LucideClockPlus=fh;exports.LucideClosedCaption=wh;exports.LucideCloud=Rh;exports.LucideCloudAlert=Ch;exports.LucideCloudBackup=bh;exports.LucideCloudCheck=Ih;exports.LucideCloudCog=Nh;exports.LucideCloudDownload=xe;exports.LucideCloudDrizzle=$h;exports.LucideCloudFog=Sh;exports.LucideCloudHail=qh;exports.LucideCloudLightning=zh;exports.LucideCloudMoon=jh;exports.LucideCloudMoonRain=Ah;exports.LucideCloudOff=Hh;exports.LucideCloudRain=Vh;exports.LucideCloudRainWind=Ph;exports.LucideCloudSnow=Bh;exports.LucideCloudSun=Dh;exports.LucideCloudSunRain=Fh;exports.LucideCloudSync=Th;exports.LucideCloudUpload=fe;exports.LucideCloudy=Oh;exports.LucideClover=Uh;exports.LucideClub=Eh;exports.LucideCode=Wh;exports.LucideCode2=Le;exports.LucideCodeSquare=ga;exports.LucideCodeXml=Le;exports.LucideCodepen=Gh;exports.LucideCodesandbox=Zh;exports.LucideCoffee=Xh;exports.LucideCog=Kh;exports.LucideCoins=Jh;exports.LucideColumns=we;exports.LucideColumns2=we;exports.LucideColumns3=Ce;exports.LucideColumns3Cog=W;exports.LucideColumns4=Qh;exports.LucideColumnsSettings=W;exports.LucideCombine=Yh;exports.LucideCommand=er;exports.LucideCompass=ar;exports.LucideComponent=tr;exports.LucideComputer=or;exports.LucideConciergeBell=cr;exports.LucideCone=nr;exports.LucideConstruction=ir;exports.LucideContact=dr;exports.LucideContact2=be;exports.LucideContactRound=be;exports.LucideContainer=hr;exports.LucideContrast=rr;exports.LucideCookie=sr;exports.LucideCookingPot=yr;exports.LucideCopy=_r;exports.LucideCopyCheck=lr;exports.LucideCopyMinus=pr;exports.LucideCopyPlus=kr;exports.LucideCopySlash=ur;exports.LucideCopyX=Mr;exports.LucideCopyleft=mr;exports.LucideCopyright=gr;exports.LucideCornerDownLeft=vr;exports.LucideCornerDownRight=xr;exports.LucideCornerLeftDown=fr;exports.LucideCornerLeftUp=Lr;exports.LucideCornerRightDown=wr;exports.LucideCornerRightUp=Cr;exports.LucideCornerUpLeft=br;exports.LucideCornerUpRight=Ir;exports.LucideCpu=Nr;exports.LucideCreativeCommons=$r;exports.LucideCreditCard=Sr;exports.LucideCroissant=qr;exports.LucideCrop=zr;exports.LucideCross=Ar;exports.LucideCrosshair=Hr;exports.LucideCrown=jr;exports.LucideCuboid=Pr;exports.LucideCupSoda=Vr;exports.LucideCurlyBraces=I1;exports.LucideCurrency=Br;exports.LucideCylinder=Fr;exports.LucideDam=Dr;exports.LucideDatabase=Ur;exports.LucideDatabaseBackup=Tr;exports.LucideDatabaseZap=Rr;exports.LucideDecimalsArrowLeft=Or;exports.LucideDecimalsArrowRight=Er;exports.LucideDelete=Wr;exports.LucideDessert=Gr;exports.LucideDiameter=Zr;exports.LucideDiamond=Jr;exports.LucideDiamondMinus=Xr;exports.LucideDiamondPercent=Ie;exports.LucideDiamondPlus=Kr;exports.LucideDice1=Qr;exports.LucideDice2=Yr;exports.LucideDice3=es;exports.LucideDice4=as;exports.LucideDice5=ts;exports.LucideDice6=os;exports.LucideDices=cs;exports.LucideDiff=ns;exports.LucideDisc=rs;exports.LucideDisc2=is;exports.LucideDisc3=ds;exports.LucideDiscAlbum=hs;exports.LucideDivide=ss;exports.LucideDivideCircle=ce;exports.LucideDivideSquare=La;exports.LucideDna=ls;exports.LucideDnaOff=ys;exports.LucideDock=ps;exports.LucideDog=ks;exports.LucideDollarSign=us;exports.LucideDonut=Ms;exports.LucideDoorClosed=_s;exports.LucideDoorClosedLocked=ms;exports.LucideDoorOpen=gs;exports.LucideDot=vs;exports.LucideDotSquare=wa;exports.LucideDownload=xs;exports.LucideDownloadCloud=xe;exports.LucideDraftingCompass=fs;exports.LucideDrama=Ls;exports.LucideDribbble=Cs;exports.LucideDrill=ws;exports.LucideDrone=bs;exports.LucideDroplet=Ns;exports.LucideDropletOff=Is;exports.LucideDroplets=$s;exports.LucideDrum=Ss;exports.LucideDrumstick=qs;exports.LucideDumbbell=zs;exports.LucideEar=As;exports.LucideEarOff=js;exports.LucideEarth=Ne;exports.LucideEarthLock=Hs;exports.LucideEclipse=Ps;exports.LucideEdit=B;exports.LucideEdit2=D2;exports.LucideEdit3=F2;exports.LucideEgg=Fs;exports.LucideEggFried=Vs;exports.LucideEggOff=Bs;exports.LucideEllipsis=Se;exports.LucideEllipsisVertical=$e;exports.LucideEqual=Rs;exports.LucideEqualApproximately=Ds;exports.LucideEqualNot=Ts;exports.LucideEqualSquare=Ca;exports.LucideEraser=Us;exports.LucideEthernetPort=Os;exports.LucideEuro=Es;exports.LucideEvCharger=Ws;exports.LucideExpand=Gs;exports.LucideExternalLink=Zs;exports.LucideEye=Js;exports.LucideEyeClosed=Xs;exports.LucideEyeOff=Ks;exports.LucideFacebook=Qs;exports.LucideFactory=Ys;exports.LucideFan=ey;exports.LucideFastForward=ay;exports.LucideFeather=ty;exports.LucideFence=oy;exports.LucideFerrisWheel=cy;exports.LucideFigma=ny;exports.LucideFile=jy;exports.LucideFileArchive=iy;exports.LucideFileAudio=G;exports.LucideFileAudio2=G;exports.LucideFileAxis3D=qe;exports.LucideFileAxis3d=qe;exports.LucideFileBadge=ze;exports.LucideFileBadge2=ze;exports.LucideFileBarChart=Pe;exports.LucideFileBarChart2=He;exports.LucideFileBox=dy;exports.LucideFileBraces=je;exports.LucideFileBracesCorner=Ae;exports.LucideFileChartColumn=He;exports.LucideFileChartColumnIncreasing=Pe;exports.LucideFileChartLine=Ve;exports.LucideFileChartPie=Be;exports.LucideFileCheck=hy;exports.LucideFileCheck2=Fe;exports.LucideFileCheckCorner=Fe;exports.LucideFileClock=ry;exports.LucideFileCode=sy;exports.LucideFileCode2=De;exports.LucideFileCodeCorner=De;exports.LucideFileCog=Te;exports.LucideFileCog2=Te;exports.LucideFileDiff=py;exports.LucideFileDigit=yy;exports.LucideFileDown=ly;exports.LucideFileEdit=Ge;exports.LucideFileExclamationPoint=Re;exports.LucideFileHeadphone=G;exports.LucideFileHeart=ky;exports.LucideFileImage=uy;exports.LucideFileInput=My;exports.LucideFileJson=je;exports.LucideFileJson2=Ae;exports.LucideFileKey=Ue;exports.LucideFileKey2=Ue;exports.LucideFileLineChart=Ve;exports.LucideFileLock=Oe;exports.LucideFileLock2=Oe;exports.LucideFileMinus=my;exports.LucideFileMinus2=Ee;exports.LucideFileMinusCorner=Ee;exports.LucideFileMusic=_y;exports.LucideFileOutput=gy;exports.LucideFilePen=Ge;exports.LucideFilePenLine=We;exports.LucideFilePieChart=Be;exports.LucideFilePlay=Ze;exports.LucideFilePlus=vy;exports.LucideFilePlus2=Xe;exports.LucideFilePlusCorner=Xe;exports.LucideFileQuestion=Ke;exports.LucideFileQuestionMark=Ke;exports.LucideFileScan=xy;exports.LucideFileSearch=fy;exports.LucideFileSearch2=Je;exports.LucideFileSearchCorner=Je;exports.LucideFileSignal=Qe;exports.LucideFileSignature=We;exports.LucideFileSliders=Ly;exports.LucideFileSpreadsheet=wy;exports.LucideFileStack=Cy;exports.LucideFileSymlink=by;exports.LucideFileTerminal=Iy;exports.LucideFileText=Ny;exports.LucideFileType=$y;exports.LucideFileType2=Ye;exports.LucideFileTypeCorner=Ye;exports.LucideFileUp=Sy;exports.LucideFileUser=qy;exports.LucideFileVideo=Ze;exports.LucideFileVideo2=e2;exports.LucideFileVideoCamera=e2;exports.LucideFileVolume=zy;exports.LucideFileVolume2=Qe;exports.LucideFileWarning=Re;exports.LucideFileX=Ay;exports.LucideFileX2=a2;exports.LucideFileXCorner=a2;exports.LucideFiles=Hy;exports.LucideFilm=Py;exports.LucideFilter=i2;exports.LucideFilterX=n2;exports.LucideFingerprint=t2;exports.LucideFingerprintPattern=t2;exports.LucideFireExtinguisher=Vy;exports.LucideFish=Dy;exports.LucideFishOff=By;exports.LucideFishSymbol=Fy;exports.LucideFishingHook=Ty;exports.LucideFlag=Ey;exports.LucideFlagOff=Ry;exports.LucideFlagTriangleLeft=Uy;exports.LucideFlagTriangleRight=Oy;exports.LucideFlame=Gy;exports.LucideFlameKindling=Wy;exports.LucideFlashlight=Xy;exports.LucideFlashlightOff=Zy;exports.LucideFlaskConical=Jy;exports.LucideFlaskConicalOff=Ky;exports.LucideFlaskRound=Qy;exports.LucideFlipHorizontal=el;exports.LucideFlipHorizontal2=Yy;exports.LucideFlipVertical=tl;exports.LucideFlipVertical2=al;exports.LucideFlower=cl;exports.LucideFlower2=ol;exports.LucideFocus=nl;exports.LucideFoldHorizontal=dl;exports.LucideFoldVertical=il;exports.LucideFolder=jl;exports.LucideFolderArchive=hl;exports.LucideFolderCheck=rl;exports.LucideFolderClock=sl;exports.LucideFolderClosed=yl;exports.LucideFolderCode=ll;exports.LucideFolderCog=o2;exports.LucideFolderCog2=o2;exports.LucideFolderDot=pl;exports.LucideFolderDown=kl;exports.LucideFolderEdit=c2;exports.LucideFolderGit=Ml;exports.LucideFolderGit2=ul;exports.LucideFolderHeart=ml;exports.LucideFolderInput=_l;exports.LucideFolderKanban=vl;exports.LucideFolderKey=gl;exports.LucideFolderLock=xl;exports.LucideFolderMinus=fl;exports.LucideFolderOpen=wl;exports.LucideFolderOpenDot=Ll;exports.LucideFolderOutput=Cl;exports.LucideFolderPen=c2;exports.LucideFolderPlus=bl;exports.LucideFolderRoot=Il;exports.LucideFolderSearch=$l;exports.LucideFolderSearch2=Nl;exports.LucideFolderSymlink=Sl;exports.LucideFolderSync=ql;exports.LucideFolderTree=zl;exports.LucideFolderUp=Al;exports.LucideFolderX=Pl;exports.LucideFolders=Hl;exports.LucideFootprints=Vl;exports.LucideForkKnife=M0;exports.LucideForkKnifeCrossed=u0;exports.LucideForklift=Bl;exports.LucideForm=Fl;exports.LucideFormInput=R2;exports.LucideForward=Dl;exports.LucideFrame=Tl;exports.LucideFramer=Rl;exports.LucideFrown=Ul;exports.LucideFuel=Ol;exports.LucideFullscreen=El;exports.LucideFunctionSquare=ba;exports.LucideFunnel=i2;exports.LucideFunnelPlus=Wl;exports.LucideFunnelX=n2;exports.LucideGalleryHorizontal=Zl;exports.LucideGalleryHorizontalEnd=Gl;exports.LucideGalleryThumbnails=Xl;exports.LucideGalleryVertical=Jl;exports.LucideGalleryVerticalEnd=Kl;exports.LucideGamepad=e4;exports.LucideGamepad2=Ql;exports.LucideGamepadDirectional=Yl;exports.LucideGanttChart=F1;exports.LucideGanttChartSquare=J;exports.LucideGauge=a4;exports.LucideGaugeCircle=ne;exports.LucideGavel=o4;exports.LucideGem=t4;exports.LucideGeorgianLari=n4;exports.LucideGhost=c4;exports.LucideGift=i4;exports.LucideGitBranch=r4;exports.LucideGitBranchMinus=d4;exports.LucideGitBranchPlus=h4;exports.LucideGitCommit=d2;exports.LucideGitCommitHorizontal=d2;exports.LucideGitCommitVertical=s4;exports.LucideGitCompare=l4;exports.LucideGitCompareArrows=y4;exports.LucideGitFork=p4;exports.LucideGitGraph=k4;exports.LucideGitMerge=u4;exports.LucideGitPullRequest=x4;exports.LucideGitPullRequestArrow=M4;exports.LucideGitPullRequestClosed=m4;exports.LucideGitPullRequestCreate=g4;exports.LucideGitPullRequestCreateArrow=_4;exports.LucideGitPullRequestDraft=v4;exports.LucideGithub=f4;exports.LucideGitlab=L4;exports.LucideGlassWater=w4;exports.LucideGlasses=C4;exports.LucideGlobe=N4;exports.LucideGlobe2=Ne;exports.LucideGlobeLock=b4;exports.LucideGlobeX=I4;exports.LucideGoal=S4;exports.LucideGpu=$4;exports.LucideGrab=l2;exports.LucideGraduationCap=q4;exports.LucideGrape=z4;exports.LucideGrid=Z;exports.LucideGrid2X2=y2;exports.LucideGrid2X2Check=h2;exports.LucideGrid2X2Plus=r2;exports.LucideGrid2X2X=s2;exports.LucideGrid2x2=y2;exports.LucideGrid2x2Check=h2;exports.LucideGrid2x2Plus=r2;exports.LucideGrid2x2X=s2;exports.LucideGrid3X3=Z;exports.LucideGrid3x2=A4;exports.LucideGrid3x3=Z;exports.LucideGrip=P4;exports.LucideGripHorizontal=j4;exports.LucideGripVertical=H4;exports.LucideGroup=V4;exports.LucideGuitar=B4;exports.LucideHam=F4;exports.LucideHamburger=D4;exports.LucideHammer=T4;exports.LucideHand=G4;exports.LucideHandCoins=R4;exports.LucideHandFist=U4;exports.LucideHandGrab=l2;exports.LucideHandHeart=O4;exports.LucideHandHelping=p2;exports.LucideHandMetal=E4;exports.LucideHandPlatter=W4;exports.LucideHandbag=Z4;exports.LucideHandshake=X4;exports.LucideHardDrive=Y4;exports.LucideHardDriveDownload=K4;exports.LucideHardDriveUpload=J4;exports.LucideHardHat=Q4;exports.LucideHash=ep;exports.LucideHatGlasses=ap;exports.LucideHaze=tp;exports.LucideHd=op;exports.LucideHdmiPort=cp;exports.LucideHeading=yp;exports.LucideHeading1=np;exports.LucideHeading2=ip;exports.LucideHeading3=dp;exports.LucideHeading4=hp;exports.LucideHeading5=rp;exports.LucideHeading6=sp;exports.LucideHeadphoneOff=lp;exports.LucideHeadphones=pp;exports.LucideHeadset=kp;exports.LucideHeart=xp;exports.LucideHeartCrack=up;exports.LucideHeartHandshake=Mp;exports.LucideHeartMinus=mp;exports.LucideHeartOff=_p;exports.LucideHeartPlus=gp;exports.LucideHeartPulse=vp;exports.LucideHeater=fp;exports.LucideHelicopter=Lp;exports.LucideHelpCircle=E;exports.LucideHelpingHand=p2;exports.LucideHexagon=wp;exports.LucideHighlighter=Cp;exports.LucideHistory=bp;exports.LucideHome=k2;exports.LucideHop=Np;exports.LucideHopOff=Ip;exports.LucideHospital=$p;exports.LucideHotel=Sp;exports.LucideHourglass=qp;exports.LucideHouse=k2;exports.LucideHouseHeart=zp;exports.LucideHousePlug=Ap;exports.LucideHousePlus=jp;exports.LucideHouseWifi=Hp;exports.LucideIceCream=M2;exports.LucideIceCream2=u2;exports.LucideIceCreamBowl=u2;exports.LucideIceCreamCone=M2;exports.LucideIdCard=Vp;exports.LucideIdCardLanyard=Pp;exports.LucideImage=Ep;exports.LucideImageDown=Bp;exports.LucideImageMinus=Fp;exports.LucideImageOff=Dp;exports.LucideImagePlay=Tp;exports.LucideImagePlus=Rp;exports.LucideImageUp=Up;exports.LucideImageUpscale=Op;exports.LucideImages=Wp;exports.LucideImport=Gp;exports.LucideInbox=Zp;exports.LucideIndent=K;exports.LucideIndentDecrease=X;exports.LucideIndentIncrease=K;exports.LucideIndianRupee=Xp;exports.LucideInfinity=Kp;exports.LucideInfo=Jp;exports.LucideInspect=za;exports.LucideInspectionPanel=Qp;exports.LucideInstagram=Yp;exports.LucideItalic=e5;exports.LucideIterationCcw=a5;exports.LucideIterationCw=t5;exports.LucideJapaneseYen=o5;exports.LucideJoystick=c5;exports.LucideKanban=n5;exports.LucideKanbanSquare=Na;exports.LucideKanbanSquareDashed=xa;exports.LucideKayak=i5;exports.LucideKey=r5;exports.LucideKeyRound=d5;exports.LucideKeySquare=h5;exports.LucideKeyboard=l5;exports.LucideKeyboardMusic=s5;exports.LucideKeyboardOff=y5;exports.LucideLamp=_5;exports.LucideLampCeiling=p5;exports.LucideLampDesk=k5;exports.LucideLampFloor=u5;exports.LucideLampWallDown=M5;exports.LucideLampWallUp=m5;exports.LucideLandPlot=g5;exports.LucideLandmark=v5;exports.LucideLanguages=x5;exports.LucideLaptop=L5;exports.LucideLaptop2=m2;exports.LucideLaptopMinimal=m2;exports.LucideLaptopMinimalCheck=f5;exports.LucideLasso=C5;exports.LucideLassoSelect=w5;exports.LucideLaugh=b5;exports.LucideLayers=_2;exports.LucideLayers2=I5;exports.LucideLayers3=_2;exports.LucideLayersPlus=N5;exports.LucideLayout=B2;exports.LucideLayoutDashboard=$5;exports.LucideLayoutGrid=S5;exports.LucideLayoutList=q5;exports.LucideLayoutPanelLeft=z5;exports.LucideLayoutPanelTop=A5;exports.LucideLayoutTemplate=j5;exports.LucideLeaf=H5;exports.LucideLeafyGreen=P5;exports.LucideLectern=V5;exports.LucideLetterText=e0;exports.LucideLibrary=F5;exports.LucideLibraryBig=B5;exports.LucideLibrarySquare=Ia;exports.LucideLifeBuoy=D5;exports.LucideLigature=T5;exports.LucideLightbulb=U5;exports.LucideLightbulbOff=R5;exports.LucideLineChart=P1;exports.LucideLineSquiggle=O5;exports.LucideLink=G5;exports.LucideLink2=W5;exports.LucideLink2Off=E5;exports.LucideLinkedin=Z5;exports.LucideList=pk;exports.LucideListCheck=X5;exports.LucideListChecks=K5;exports.LucideListChevronsDownUp=J5;exports.LucideListChevronsUpDown=Q5;exports.LucideListCollapse=Y5;exports.LucideListEnd=ek;exports.LucideListFilter=tk;exports.LucideListFilterPlus=ak;exports.LucideListIndentDecrease=X;exports.LucideListIndentIncrease=K;exports.LucideListMinus=ok;exports.LucideListMusic=ck;exports.LucideListOrdered=nk;exports.LucideListPlus=ik;exports.LucideListRestart=dk;exports.LucideListStart=hk;exports.LucideListTodo=rk;exports.LucideListTree=sk;exports.LucideListVideo=yk;exports.LucideListX=lk;exports.LucideLoader=uk;exports.LucideLoader2=g2;exports.LucideLoaderCircle=g2;exports.LucideLoaderPinwheel=kk;exports.LucideLocate=_k;exports.LucideLocateFixed=Mk;exports.LucideLocateOff=mk;exports.LucideLocationEdit=L2;exports.LucideLock=vk;exports.LucideLockKeyhole=gk;exports.LucideLockKeyholeOpen=v2;exports.LucideLockOpen=x2;exports.LucideLogIn=xk;exports.LucideLogOut=fk;exports.LucideLogs=Lk;exports.LucideLollipop=wk;exports.LucideLuggage=Ck;exports.LucideMSquare=$a;exports.LucideMagnet=bk;exports.LucideMail=Ak;exports.LucideMailCheck=Ik;exports.LucideMailMinus=Nk;exports.LucideMailOpen=$k;exports.LucideMailPlus=Sk;exports.LucideMailQuestion=f2;exports.LucideMailQuestionMark=f2;exports.LucideMailSearch=qk;exports.LucideMailWarning=zk;exports.LucideMailX=jk;exports.LucideMailbox=Hk;exports.LucideMails=Pk;exports.LucideMap=Jk;exports.LucideMapMinus=Vk;exports.LucideMapPin=Zk;exports.LucideMapPinCheck=Fk;exports.LucideMapPinCheckInside=Bk;exports.LucideMapPinHouse=Dk;exports.LucideMapPinMinus=Rk;exports.LucideMapPinMinusInside=Tk;exports.LucideMapPinOff=Uk;exports.LucideMapPinPen=L2;exports.LucideMapPinPlus=Ek;exports.LucideMapPinPlusInside=Ok;exports.LucideMapPinX=Gk;exports.LucideMapPinXInside=Wk;exports.LucideMapPinned=Xk;exports.LucideMapPlus=Kk;exports.LucideMars=Yk;exports.LucideMarsStroke=Qk;exports.LucideMartini=e3;exports.LucideMaximize=t3;exports.LucideMaximize2=a3;exports.LucideMedal=o3;exports.LucideMegaphone=n3;exports.LucideMegaphoneOff=c3;exports.LucideMeh=i3;exports.LucideMemoryStick=d3;exports.LucideMenu=h3;exports.LucideMenuSquare=Sa;exports.LucideMerge=r3;exports.LucideMessageCircle=g3;exports.LucideMessageCircleCode=s3;exports.LucideMessageCircleDashed=y3;exports.LucideMessageCircleHeart=l3;exports.LucideMessageCircleMore=p3;exports.LucideMessageCircleOff=k3;exports.LucideMessageCirclePlus=u3;exports.LucideMessageCircleQuestion=w2;exports.LucideMessageCircleQuestionMark=w2;exports.LucideMessageCircleReply=M3;exports.LucideMessageCircleWarning=m3;exports.LucideMessageCircleX=_3;exports.LucideMessageSquare=H3;exports.LucideMessageSquareCode=v3;exports.LucideMessageSquareDashed=x3;exports.LucideMessageSquareDiff=f3;exports.LucideMessageSquareDot=L3;exports.LucideMessageSquareHeart=w3;exports.LucideMessageSquareLock=C3;exports.LucideMessageSquareMore=I3;exports.LucideMessageSquareOff=b3;exports.LucideMessageSquarePlus=N3;exports.LucideMessageSquareQuote=$3;exports.LucideMessageSquareReply=S3;exports.LucideMessageSquareShare=z3;exports.LucideMessageSquareText=q3;exports.LucideMessageSquareWarning=A3;exports.LucideMessageSquareX=j3;exports.LucideMessagesSquare=P3;exports.LucideMic=B3;exports.LucideMic2=C2;exports.LucideMicOff=V3;exports.LucideMicVocal=C2;exports.LucideMicrochip=F3;exports.LucideMicroscope=D3;exports.LucideMicrowave=T3;exports.LucideMilestone=R3;exports.LucideMilk=O3;exports.LucideMilkOff=U3;exports.LucideMinimize=W3;exports.LucideMinimize2=E3;exports.LucideMinus=Z3;exports.LucideMinusCircle=ie;exports.LucideMinusSquare=qa;exports.LucideMonitor=h8;exports.LucideMonitorCheck=G3;exports.LucideMonitorCloud=X3;exports.LucideMonitorCog=K3;exports.LucideMonitorDot=J3;exports.LucideMonitorDown=Q3;exports.LucideMonitorOff=Y3;exports.LucideMonitorPause=e8;exports.LucideMonitorPlay=a8;exports.LucideMonitorSmartphone=t8;exports.LucideMonitorSpeaker=o8;exports.LucideMonitorStop=c8;exports.LucideMonitorUp=i8;exports.LucideMonitorX=n8;exports.LucideMoon=r8;exports.LucideMoonStar=d8;exports.LucideMoreHorizontal=Se;exports.LucideMoreVertical=$e;exports.LucideMotorbike=s8;exports.LucideMountain=l8;exports.LucideMountainSnow=y8;exports.LucideMouse=g8;exports.LucideMouseOff=p8;exports.LucideMousePointer=_8;exports.LucideMousePointer2=u8;exports.LucideMousePointer2Off=k8;exports.LucideMousePointerBan=M8;exports.LucideMousePointerClick=m8;exports.LucideMousePointerSquareDashed=va;exports.LucideMove=q8;exports.LucideMove3D=b2;exports.LucideMove3d=b2;exports.LucideMoveDiagonal=x8;exports.LucideMoveDiagonal2=v8;exports.LucideMoveDown=w8;exports.LucideMoveDownLeft=f8;exports.LucideMoveDownRight=L8;exports.LucideMoveHorizontal=C8;exports.LucideMoveLeft=b8;exports.LucideMoveRight=I8;exports.LucideMoveUp=$8;exports.LucideMoveUpLeft=N8;exports.LucideMoveUpRight=S8;exports.LucideMoveVertical=z8;exports.LucideMusic=P8;exports.LucideMusic2=A8;exports.LucideMusic3=j8;exports.LucideMusic4=H8;exports.LucideNavigation=D8;exports.LucideNavigation2=B8;exports.LucideNavigation2Off=V8;exports.LucideNavigationOff=F8;exports.LucideNetwork=T8;exports.LucideNewspaper=R8;exports.LucideNfc=U8;exports.LucideNonBinary=O8;exports.LucideNotebook=Z8;exports.LucideNotebookPen=E8;exports.LucideNotebookTabs=W8;exports.LucideNotebookText=G8;exports.LucideNotepadText=K8;exports.LucideNotepadTextDashed=X8;exports.LucideNut=Q8;exports.LucideNutOff=J8;exports.LucideOctagon=e6;exports.LucideOctagonAlert=I2;exports.LucideOctagonMinus=Y8;exports.LucideOctagonPause=N2;exports.LucideOctagonX=$2;exports.LucideOmega=a6;exports.LucideOption=t6;exports.LucideOrbit=o6;exports.LucideOrigami=c6;exports.LucideOutdent=X;exports.LucidePackage=l6;exports.LucidePackage2=n6;exports.LucidePackageCheck=i6;exports.LucidePackageMinus=d6;exports.LucidePackageOpen=h6;exports.LucidePackagePlus=r6;exports.LucidePackageSearch=s6;exports.LucidePackageX=y6;exports.LucidePaintBucket=p6;exports.LucidePaintRoller=k6;exports.LucidePaintbrush=u6;exports.LucidePaintbrush2=S2;exports.LucidePaintbrushVertical=S2;exports.LucidePalette=M6;exports.LucidePalmtree=c0;exports.LucidePanda=m6;exports.LucidePanelBottom=v6;exports.LucidePanelBottomClose=_6;exports.LucidePanelBottomDashed=q2;exports.LucidePanelBottomInactive=q2;exports.LucidePanelBottomOpen=g6;exports.LucidePanelLeft=H2;exports.LucidePanelLeftClose=z2;exports.LucidePanelLeftDashed=A2;exports.LucidePanelLeftInactive=A2;exports.LucidePanelLeftOpen=j2;exports.LucidePanelLeftRightDashed=x6;exports.LucidePanelRight=w6;exports.LucidePanelRightClose=f6;exports.LucidePanelRightDashed=P2;exports.LucidePanelRightInactive=P2;exports.LucidePanelRightOpen=L6;exports.LucidePanelTop=N6;exports.LucidePanelTopBottomDashed=C6;exports.LucidePanelTopClose=b6;exports.LucidePanelTopDashed=V2;exports.LucidePanelTopInactive=V2;exports.LucidePanelTopOpen=I6;exports.LucidePanelsLeftBottom=$6;exports.LucidePanelsLeftRight=Ce;exports.LucidePanelsRightBottom=S6;exports.LucidePanelsTopBottom=E2;exports.LucidePanelsTopLeft=B2;exports.LucidePaperclip=q6;exports.LucideParentheses=z6;exports.LucideParkingCircle=he;exports.LucideParkingCircleOff=de;exports.LucideParkingMeter=A6;exports.LucideParkingSquare=ja;exports.LucideParkingSquareOff=Aa;exports.LucidePartyPopper=j6;exports.LucidePause=H6;exports.LucidePauseCircle=re;exports.LucidePauseOctagon=N2;exports.LucidePawPrint=P6;exports.LucidePcCase=V6;exports.LucidePen=D2;exports.LucidePenBox=B;exports.LucidePenLine=F2;exports.LucidePenOff=B6;exports.LucidePenSquare=B;exports.LucidePenTool=F6;exports.LucidePencil=U6;exports.LucidePencilLine=D6;exports.LucidePencilOff=T6;exports.LucidePencilRuler=R6;exports.LucidePentagon=O6;exports.LucidePercent=E6;exports.LucidePercentCircle=se;exports.LucidePercentDiamond=Ie;exports.LucidePercentSquare=Ha;exports.LucidePersonStanding=W6;exports.LucidePhilippinePeso=G6;exports.LucidePhone=e7;exports.LucidePhoneCall=Z6;exports.LucidePhoneForwarded=X6;exports.LucidePhoneIncoming=K6;exports.LucidePhoneMissed=J6;exports.LucidePhoneOff=Q6;exports.LucidePhoneOutgoing=Y6;exports.LucidePi=a7;exports.LucidePiSquare=Pa;exports.LucidePiano=t7;exports.LucidePickaxe=o7;exports.LucidePictureInPicture=n7;exports.LucidePictureInPicture2=c7;exports.LucidePieChart=D1;exports.LucidePiggyBank=i7;exports.LucidePilcrow=r7;exports.LucidePilcrowLeft=d7;exports.LucidePilcrowRight=h7;exports.LucidePilcrowSquare=Va;exports.LucidePill=y7;exports.LucidePillBottle=s7;exports.LucidePin=p7;exports.LucidePinOff=l7;exports.LucidePipette=k7;exports.LucidePizza=u7;exports.LucidePlane=_7;exports.LucidePlaneLanding=M7;exports.LucidePlaneTakeoff=m7;exports.LucidePlay=g7;exports.LucidePlayCircle=le;exports.LucidePlaySquare=Ba;exports.LucidePlug=x7;exports.LucidePlug2=v7;exports.LucidePlugZap=T2;exports.LucidePlugZap2=T2;exports.LucidePlus=f7;exports.LucidePlusCircle=ye;exports.LucidePlusSquare=Fa;exports.LucidePocket=L7;exports.LucidePocketKnife=w7;exports.LucidePodcast=C7;exports.LucidePointer=I7;exports.LucidePointerOff=b7;exports.LucidePopcorn=N7;exports.LucidePopsicle=$7;exports.LucidePoundSterling=S7;exports.LucidePower=z7;exports.LucidePowerCircle=pe;exports.LucidePowerOff=q7;exports.LucidePowerSquare=Da;exports.LucidePresentation=A7;exports.LucidePrinter=V7;exports.LucidePrinterCheck=j7;exports.LucidePrinterX=H7;exports.LucideProjector=P7;exports.LucideProportions=B7;exports.LucidePuzzle=F7;exports.LucidePyramid=D7;exports.LucideQrCode=T7;exports.LucideQuote=R7;exports.LucideRabbit=U7;exports.LucideRadar=O7;exports.LucideRadiation=W7;exports.LucideRadical=E7;exports.LucideRadio=bx;exports.LucideRadioReceiver=G7;exports.LucideRadioTower=Z7;exports.LucideRadius=X7;exports.LucideRailSymbol=J7;exports.LucideRainbow=K7;exports.LucideRat=Q7;exports.LucideRatio=Y7;exports.LucideReceipt=hu;exports.LucideReceiptCent=eu;exports.LucideReceiptEuro=au;exports.LucideReceiptIndianRupee=tu;exports.LucideReceiptJapaneseYen=ou;exports.LucideReceiptPoundSterling=cu;exports.LucideReceiptRussianRuble=nu;exports.LucideReceiptSwissFranc=iu;exports.LucideReceiptText=du;exports.LucideReceiptTurkishLira=ru;exports.LucideRectangleCircle=su;exports.LucideRectangleEllipsis=R2;exports.LucideRectangleGoggles=yu;exports.LucideRectangleHorizontal=lu;exports.LucideRectangleVertical=pu;exports.LucideRecycle=Mu;exports.LucideRedo=mu;exports.LucideRedo2=ku;exports.LucideRedoDot=uu;exports.LucideRefreshCcw=gu;exports.LucideRefreshCcwDot=_u;exports.LucideRefreshCw=xu;exports.LucideRefreshCwOff=vu;exports.LucideRefrigerator=fu;exports.LucideRegex=Lu;exports.LucideRemoveFormatting=wu;exports.LucideRepeat=Iu;exports.LucideRepeat1=Cu;exports.LucideRepeat2=bu;exports.LucideReplace=$u;exports.LucideReplaceAll=Nu;exports.LucideReply=qu;exports.LucideReplyAll=Su;exports.LucideRewind=zu;exports.LucideRibbon=Au;exports.LucideRocket=ju;exports.LucideRockingChair=Hu;exports.LucideRollerCoaster=Pu;exports.LucideRose=Vu;exports.LucideRotate3D=U2;exports.LucideRotate3d=U2;exports.LucideRotateCcw=Du;exports.LucideRotateCcwKey=Bu;exports.LucideRotateCcwSquare=Fu;exports.LucideRotateCw=Ru;exports.LucideRotateCwSquare=Tu;exports.LucideRoute=Ou;exports.LucideRouteOff=Uu;exports.LucideRouter=Eu;exports.LucideRows=O2;exports.LucideRows2=O2;exports.LucideRows3=E2;exports.LucideRows4=Wu;exports.LucideRss=Gu;exports.LucideRuler=Qu;exports.LucideRulerDimensionLine=Zu;exports.LucideRussianRuble=Xu;exports.LucideSailboat=Ku;exports.LucideSalad=Ju;exports.LucideSandwich=Yu;exports.LucideSatellite=a9;exports.LucideSatelliteDish=e9;exports.LucideSaudiRiyal=t9;exports.LucideSave=n9;exports.LucideSaveAll=c9;exports.LucideSaveOff=o9;exports.LucideScale=i9;exports.LucideScale3D=W2;exports.LucideScale3d=W2;exports.LucideScaling=d9;exports.LucideScan=u9;exports.LucideScanBarcode=h9;exports.LucideScanEye=r9;exports.LucideScanFace=s9;exports.LucideScanHeart=y9;exports.LucideScanLine=l9;exports.LucideScanQrCode=p9;exports.LucideScanSearch=k9;exports.LucideScanText=M9;exports.LucideScatterChart=T1;exports.LucideSchool=_9;exports.LucideSchool2=d0;exports.LucideScissors=g9;exports.LucideScissorsLineDashed=m9;exports.LucideScissorsSquare=Ta;exports.LucideScissorsSquareDashedBottom=la;exports.LucideScooter=v9;exports.LucideScreenShare=f9;exports.LucideScreenShareOff=x9;exports.LucideScroll=L9;exports.LucideScrollText=C9;exports.LucideSearch=S9;exports.LucideSearchAlert=w9;exports.LucideSearchCheck=b9;exports.LucideSearchCode=I9;exports.LucideSearchSlash=N9;exports.LucideSearchX=$9;exports.LucideSection=q9;exports.LucideSend=A9;exports.LucideSendHorizonal=G2;exports.LucideSendHorizontal=G2;exports.LucideSendToBack=z9;exports.LucideSeparatorHorizontal=j9;exports.LucideSeparatorVertical=H9;exports.LucideServer=F9;exports.LucideServerCog=P9;exports.LucideServerCrash=V9;exports.LucideServerOff=B9;exports.LucideSettings=T9;exports.LucideSettings2=D9;exports.LucideShapes=R9;exports.LucideShare=O9;exports.LucideShare2=U9;exports.LucideSheet=E9;exports.LucideShell=W9;exports.LucideShield=tM;exports.LucideShieldAlert=G9;exports.LucideShieldBan=Z9;exports.LucideShieldCheck=X9;exports.LucideShieldClose=X2;exports.LucideShieldEllipsis=J9;exports.LucideShieldHalf=K9;exports.LucideShieldMinus=Q9;exports.LucideShieldOff=Y9;exports.LucideShieldPlus=eM;exports.LucideShieldQuestion=Z2;exports.LucideShieldQuestionMark=Z2;exports.LucideShieldUser=aM;exports.LucideShieldX=X2;exports.LucideShip=cM;exports.LucideShipWheel=oM;exports.LucideShirt=nM;exports.LucideShoppingBag=iM;exports.LucideShoppingBasket=dM;exports.LucideShoppingCart=hM;exports.LucideShovel=rM;exports.LucideShowerHead=sM;exports.LucideShredder=yM;exports.LucideShrimp=lM;exports.LucideShrink=pM;exports.LucideShrub=kM;exports.LucideShuffle=uM;exports.LucideSidebar=H2;exports.LucideSidebarClose=z2;exports.LucideSidebarOpen=j2;exports.LucideSigma=MM;exports.LucideSigmaSquare=Ra;exports.LucideSignal=xM;exports.LucideSignalHigh=mM;exports.LucideSignalLow=_M;exports.LucideSignalMedium=gM;exports.LucideSignalZero=vM;exports.LucideSignature=fM;exports.LucideSignpost=wM;exports.LucideSignpostBig=LM;exports.LucideSiren=CM;exports.LucideSkipBack=bM;exports.LucideSkipForward=IM;exports.LucideSkull=NM;exports.LucideSlack=$M;exports.LucideSlash=SM;exports.LucideSlashSquare=Ua;exports.LucideSlice=qM;exports.LucideSliders=K2;exports.LucideSlidersHorizontal=zM;exports.LucideSlidersVertical=K2;exports.LucideSmartphone=PM;exports.LucideSmartphoneCharging=AM;exports.LucideSmartphoneNfc=jM;exports.LucideSmile=VM;exports.LucideSmilePlus=HM;exports.LucideSnail=BM;exports.LucideSnowflake=FM;exports.LucideSoapDispenserDroplet=DM;exports.LucideSofa=TM;exports.LucideSolarPanel=RM;exports.LucideSortAsc=g1;exports.LucideSortDesc=M1;exports.LucideSoup=UM;exports.LucideSpace=OM;exports.LucideSpade=EM;exports.LucideSparkle=WM;exports.LucideSparkles=J2;exports.LucideSpeaker=GM;exports.LucideSpeech=ZM;exports.LucideSpellCheck=KM;exports.LucideSpellCheck2=XM;exports.LucideSpline=QM;exports.LucideSplinePointer=JM;exports.LucideSplit=em;exports.LucideSplitSquareHorizontal=Oa;exports.LucideSplitSquareVertical=Ea;exports.LucideSpool=YM;exports.LucideSpotlight=am;exports.LucideSprayCan=tm;exports.LucideSprout=om;exports.LucideSquare=km;exports.LucideSquareActivity=Q2;exports.LucideSquareArrowDown=ea;exports.LucideSquareArrowDownLeft=Y2;exports.LucideSquareArrowDownRight=aa;exports.LucideSquareArrowLeft=ta;exports.LucideSquareArrowOutDownLeft=oa;exports.LucideSquareArrowOutDownRight=ca;exports.LucideSquareArrowOutUpLeft=na;exports.LucideSquareArrowOutUpRight=ia;exports.LucideSquareArrowRight=da;exports.LucideSquareArrowUp=sa;exports.LucideSquareArrowUpLeft=ha;exports.LucideSquareArrowUpRight=ra;exports.LucideSquareAsterisk=ya;exports.LucideSquareBottomDashedScissors=la;exports.LucideSquareChartGantt=J;exports.LucideSquareCheck=ka;exports.LucideSquareCheckBig=pa;exports.LucideSquareChevronDown=ua;exports.LucideSquareChevronLeft=Ma;exports.LucideSquareChevronRight=ma;exports.LucideSquareChevronUp=_a;exports.LucideSquareCode=ga;exports.LucideSquareDashed=fa;exports.LucideSquareDashedBottom=nm;exports.LucideSquareDashedBottomCode=cm;exports.LucideSquareDashedKanban=xa;exports.LucideSquareDashedMousePointer=va;exports.LucideSquareDashedTopSolid=im;exports.LucideSquareDivide=La;exports.LucideSquareDot=wa;exports.LucideSquareEqual=Ca;exports.LucideSquareFunction=ba;exports.LucideSquareGanttChart=J;exports.LucideSquareKanban=Na;exports.LucideSquareLibrary=Ia;exports.LucideSquareM=$a;exports.LucideSquareMenu=Sa;exports.LucideSquareMinus=qa;exports.LucideSquareMousePointer=za;exports.LucideSquareParking=ja;exports.LucideSquareParkingOff=Aa;exports.LucideSquarePause=dm;exports.LucideSquarePen=B;exports.LucideSquarePercent=Ha;exports.LucideSquarePi=Pa;exports.LucideSquarePilcrow=Va;exports.LucideSquarePlay=Ba;exports.LucideSquarePlus=Fa;exports.LucideSquarePower=Da;exports.LucideSquareRadical=hm;exports.LucideSquareRoundCorner=rm;exports.LucideSquareScissors=Ta;exports.LucideSquareSigma=Ra;exports.LucideSquareSlash=Ua;exports.LucideSquareSplitHorizontal=Oa;exports.LucideSquareSplitVertical=Ea;exports.LucideSquareSquare=sm;exports.LucideSquareStack=ym;exports.LucideSquareStar=lm;exports.LucideSquareStop=pm;exports.LucideSquareTerminal=Wa;exports.LucideSquareUser=Ga;exports.LucideSquareUserRound=Za;exports.LucideSquareX=Xa;exports.LucideSquaresExclude=um;exports.LucideSquaresIntersect=Mm;exports.LucideSquaresSubtract=_m;exports.LucideSquaresUnite=mm;exports.LucideSquircle=vm;exports.LucideSquircleDashed=gm;exports.LucideSquirrel=xm;exports.LucideStamp=fm;exports.LucideStar=Cm;exports.LucideStarHalf=wm;exports.LucideStarOff=Lm;exports.LucideStars=J2;exports.LucideStepBack=bm;exports.LucideStepForward=Im;exports.LucideStethoscope=Nm;exports.LucideSticker=$m;exports.LucideStickyNote=Sm;exports.LucideStone=qm;exports.LucideStopCircle=ue;exports.LucideStore=zm;exports.LucideStretchHorizontal=Am;exports.LucideStretchVertical=jm;exports.LucideStrikethrough=Hm;exports.LucideSubscript=Pm;exports.LucideSubtitles=N1;exports.LucideSun=Tm;exports.LucideSunDim=Vm;exports.LucideSunMedium=Fm;exports.LucideSunMoon=Bm;exports.LucideSunSnow=Dm;exports.LucideSunrise=Rm;exports.LucideSunset=Um;exports.LucideSuperscript=Om;exports.LucideSwatchBook=Em;exports.LucideSwissFranc=Wm;exports.LucideSwitchCamera=Gm;exports.LucideSword=Zm;exports.LucideSwords=Xm;exports.LucideSyringe=Km;exports.LucideTable=Ix;exports.LucideTable2=Jm;exports.LucideTableCellsMerge=Qm;exports.LucideTableCellsSplit=Ym;exports.LucideTableColumnsSplit=e_;exports.LucideTableConfig=W;exports.LucideTableOfContents=o_;exports.LucideTableProperties=a_;exports.LucideTableRowsSplit=t_;exports.LucideTablet=n_;exports.LucideTabletSmartphone=c_;exports.LucideTablets=d_;exports.LucideTag=i_;exports.LucideTags=h_;exports.LucideTally1=r_;exports.LucideTally2=s_;exports.LucideTally3=y_;exports.LucideTally4=l_;exports.LucideTally5=p_;exports.LucideTangent=k_;exports.LucideTarget=u_;exports.LucideTelescope=M_;exports.LucideTent=__;exports.LucideTentTree=m_;exports.LucideTerminal=g_;exports.LucideTerminalSquare=Wa;exports.LucideTestTube=v_;exports.LucideTestTube2=Ka;exports.LucideTestTubeDiagonal=Ka;exports.LucideTestTubes=x_;exports.LucideText=Q;exports.LucideTextAlignCenter=Ja;exports.LucideTextAlignEnd=Qa;exports.LucideTextAlignJustify=Ya;exports.LucideTextAlignStart=Q;exports.LucideTextCursor=L_;exports.LucideTextCursorInput=f_;exports.LucideTextInitial=e0;exports.LucideTextQuote=w_;exports.LucideTextSearch=C_;exports.LucideTextSelect=a0;exports.LucideTextSelection=a0;exports.LucideTextWrap=t0;exports.LucideTheater=b_;exports.LucideThermometer=$_;exports.LucideThermometerSnowflake=I_;exports.LucideThermometerSun=N_;exports.LucideThumbsDown=S_;exports.LucideThumbsUp=q_;exports.LucideTicket=B_;exports.LucideTicketCheck=z_;exports.LucideTicketMinus=A_;exports.LucideTicketPercent=j_;exports.LucideTicketPlus=H_;exports.LucideTicketSlash=P_;exports.LucideTicketX=V_;exports.LucideTickets=D_;exports.LucideTicketsPlane=F_;exports.LucideTimer=R_;exports.LucideTimerOff=T_;exports.LucideTimerReset=U_;exports.LucideToggleLeft=O_;exports.LucideToggleRight=E_;exports.LucideToilet=W_;exports.LucideToolCase=G_;exports.LucideToolbox=X_;exports.LucideTornado=Z_;exports.LucideTorus=K_;exports.LucideTouchpad=Q_;exports.LucideTouchpadOff=J_;exports.LucideTowerControl=Y_;exports.LucideToyBrick=eg;exports.LucideTractor=ag;exports.LucideTrafficCone=tg;exports.LucideTrain=o0;exports.LucideTrainFront=cg;exports.LucideTrainFrontTunnel=og;exports.LucideTrainTrack=ng;exports.LucideTramFront=o0;exports.LucideTransgender=ig;exports.LucideTrash=hg;exports.LucideTrash2=dg;exports.LucideTreeDeciduous=rg;exports.LucideTreePalm=c0;exports.LucideTreePine=sg;exports.LucideTrees=yg;exports.LucideTrello=lg;exports.LucideTrendingDown=pg;exports.LucideTrendingUp=ug;exports.LucideTrendingUpDown=kg;exports.LucideTriangle=_g;exports.LucideTriangleAlert=n0;exports.LucideTriangleDashed=Mg;exports.LucideTriangleRight=mg;exports.LucideTrophy=gg;exports.LucideTruck=xg;exports.LucideTruckElectric=vg;exports.LucideTurkishLira=fg;exports.LucideTurntable=Lg;exports.LucideTurtle=wg;exports.LucideTv=bg;exports.LucideTv2=i0;exports.LucideTvMinimal=i0;exports.LucideTvMinimalPlay=Cg;exports.LucideTwitch=Ig;exports.LucideTwitter=Ng;exports.LucideType=$g;exports.LucideTypeOutline=Sg;exports.LucideUmbrella=zg;exports.LucideUmbrellaOff=qg;exports.LucideUnderline=Ag;exports.LucideUndo=Pg;exports.LucideUndo2=jg;exports.LucideUndoDot=Hg;exports.LucideUnfoldHorizontal=Vg;exports.LucideUnfoldVertical=Bg;exports.LucideUngroup=Fg;exports.LucideUniversity=d0;exports.LucideUnlink=Tg;exports.LucideUnlink2=Dg;exports.LucideUnlock=x2;exports.LucideUnlockKeyhole=v2;exports.LucideUnplug=Rg;exports.LucideUpload=Ug;exports.LucideUploadCloud=fe;exports.LucideUsb=Og;exports.LucideUser=tv;exports.LucideUser2=p0;exports.LucideUserCheck=Eg;exports.LucideUserCheck2=h0;exports.LucideUserCircle=me;exports.LucideUserCircle2=Me;exports.LucideUserCog=Wg;exports.LucideUserCog2=r0;exports.LucideUserLock=Gg;exports.LucideUserMinus=Zg;exports.LucideUserMinus2=s0;exports.LucideUserPen=Xg;exports.LucideUserPlus=Kg;exports.LucideUserPlus2=y0;exports.LucideUserRound=p0;exports.LucideUserRoundCheck=h0;exports.LucideUserRoundCog=r0;exports.LucideUserRoundMinus=s0;exports.LucideUserRoundPen=Jg;exports.LucideUserRoundPlus=y0;exports.LucideUserRoundSearch=Qg;exports.LucideUserRoundX=l0;exports.LucideUserSearch=Yg;exports.LucideUserSquare=Ga;exports.LucideUserSquare2=Za;exports.LucideUserStar=ev;exports.LucideUserX=av;exports.LucideUserX2=l0;exports.LucideUsers=ov;exports.LucideUsers2=k0;exports.LucideUsersRound=k0;exports.LucideUtensils=M0;exports.LucideUtensilsCrossed=u0;exports.LucideUtilityPole=cv;exports.LucideVan=nv;exports.LucideVariable=iv;exports.LucideVault=dv;exports.LucideVectorSquare=hv;exports.LucideVegan=rv;exports.LucideVenetianMask=sv;exports.LucideVenus=lv;exports.LucideVenusAndMars=yv;exports.LucideVerified=f1;exports.LucideVibrate=kv;exports.LucideVibrateOff=pv;exports.LucideVideo=mv;exports.LucideVideoOff=uv;exports.LucideVideotape=Mv;exports.LucideView=_v;exports.LucideVoicemail=gv;exports.LucideVolleyball=vv;exports.LucideVolume=Cv;exports.LucideVolume1=xv;exports.LucideVolume2=fv;exports.LucideVolumeOff=Lv;exports.LucideVolumeX=wv;exports.LucideVote=bv;exports.LucideWallet=Nv;exports.LucideWallet2=m0;exports.LucideWalletCards=Iv;exports.LucideWalletMinimal=m0;exports.LucideWallpaper=$v;exports.LucideWand=Sv;exports.LucideWand2=_0;exports.LucideWandSparkles=_0;exports.LucideWarehouse=qv;exports.LucideWashingMachine=zv;exports.LucideWatch=jv;exports.LucideWaves=Vv;exports.LucideWavesArrowDown=Av;exports.LucideWavesArrowUp=Hv;exports.LucideWavesLadder=Pv;exports.LucideWaypoints=Bv;exports.LucideWebcam=Fv;exports.LucideWebhook=Tv;exports.LucideWebhookOff=Dv;exports.LucideWeight=Uv;exports.LucideWeightTilde=Rv;exports.LucideWheat=Ev;exports.LucideWheatOff=Ov;exports.LucideWholeWord=Wv;exports.LucideWifi=ex;exports.LucideWifiCog=Gv;exports.LucideWifiHigh=Zv;exports.LucideWifiLow=Xv;exports.LucideWifiOff=Kv;exports.LucideWifiPen=Jv;exports.LucideWifiSync=Qv;exports.LucideWifiZero=Yv;exports.LucideWind=tx;exports.LucideWindArrowDown=ax;exports.LucideWine=cx;exports.LucideWineOff=ox;exports.LucideWorkflow=nx;exports.LucideWorm=ix;exports.LucideWrapText=t0;exports.LucideWrench=dx;exports.LucideX=hx;exports.LucideXCircle=_e;exports.LucideXOctagon=$2;exports.LucideXSquare=Xa;exports.LucideYoutube=sx;exports.LucideZap=yx;exports.LucideZapOff=rx;exports.LucideZoomIn=lx;exports.LucideZoomOut=px;exports.Luggage=Ck;exports.LuggageIcon=Ck;exports.MSquare=$a;exports.MSquareIcon=$a;exports.Magnet=bk;exports.MagnetIcon=bk;exports.Mail=Ak;exports.MailCheck=Ik;exports.MailCheckIcon=Ik;exports.MailIcon=Ak;exports.MailMinus=Nk;exports.MailMinusIcon=Nk;exports.MailOpen=$k;exports.MailOpenIcon=$k;exports.MailPlus=Sk;exports.MailPlusIcon=Sk;exports.MailQuestion=f2;exports.MailQuestionIcon=f2;exports.MailQuestionMark=f2;exports.MailQuestionMarkIcon=f2;exports.MailSearch=qk;exports.MailSearchIcon=qk;exports.MailWarning=zk;exports.MailWarningIcon=zk;exports.MailX=jk;exports.MailXIcon=jk;exports.Mailbox=Hk;exports.MailboxIcon=Hk;exports.Mails=Pk;exports.MailsIcon=Pk;exports.Map=Jk;exports.MapIcon=Jk;exports.MapMinus=Vk;exports.MapMinusIcon=Vk;exports.MapPin=Zk;exports.MapPinCheck=Fk;exports.MapPinCheckIcon=Fk;exports.MapPinCheckInside=Bk;exports.MapPinCheckInsideIcon=Bk;exports.MapPinHouse=Dk;exports.MapPinHouseIcon=Dk;exports.MapPinIcon=Zk;exports.MapPinMinus=Rk;exports.MapPinMinusIcon=Rk;exports.MapPinMinusInside=Tk;exports.MapPinMinusInsideIcon=Tk;exports.MapPinOff=Uk;exports.MapPinOffIcon=Uk;exports.MapPinPen=L2;exports.MapPinPenIcon=L2;exports.MapPinPlus=Ek;exports.MapPinPlusIcon=Ek;exports.MapPinPlusInside=Ok;exports.MapPinPlusInsideIcon=Ok;exports.MapPinX=Gk;exports.MapPinXIcon=Gk;exports.MapPinXInside=Wk;exports.MapPinXInsideIcon=Wk;exports.MapPinned=Xk;exports.MapPinnedIcon=Xk;exports.MapPlus=Kk;exports.MapPlusIcon=Kk;exports.Mars=Yk;exports.MarsIcon=Yk;exports.MarsStroke=Qk;exports.MarsStrokeIcon=Qk;exports.Martini=e3;exports.MartiniIcon=e3;exports.Maximize=t3;exports.Maximize2=a3;exports.Maximize2Icon=a3;exports.MaximizeIcon=t3;exports.Medal=o3;exports.MedalIcon=o3;exports.Megaphone=n3;exports.MegaphoneIcon=n3;exports.MegaphoneOff=c3;exports.MegaphoneOffIcon=c3;exports.Meh=i3;exports.MehIcon=i3;exports.MemoryStick=d3;exports.MemoryStickIcon=d3;exports.Menu=h3;exports.MenuIcon=h3;exports.MenuSquare=Sa;exports.MenuSquareIcon=Sa;exports.Merge=r3;exports.MergeIcon=r3;exports.MessageCircle=g3;exports.MessageCircleCode=s3;exports.MessageCircleCodeIcon=s3;exports.MessageCircleDashed=y3;exports.MessageCircleDashedIcon=y3;exports.MessageCircleHeart=l3;exports.MessageCircleHeartIcon=l3;exports.MessageCircleIcon=g3;exports.MessageCircleMore=p3;exports.MessageCircleMoreIcon=p3;exports.MessageCircleOff=k3;exports.MessageCircleOffIcon=k3;exports.MessageCirclePlus=u3;exports.MessageCirclePlusIcon=u3;exports.MessageCircleQuestion=w2;exports.MessageCircleQuestionIcon=w2;exports.MessageCircleQuestionMark=w2;exports.MessageCircleQuestionMarkIcon=w2;exports.MessageCircleReply=M3;exports.MessageCircleReplyIcon=M3;exports.MessageCircleWarning=m3;exports.MessageCircleWarningIcon=m3;exports.MessageCircleX=_3;exports.MessageCircleXIcon=_3;exports.MessageSquare=H3;exports.MessageSquareCode=v3;exports.MessageSquareCodeIcon=v3;exports.MessageSquareDashed=x3;exports.MessageSquareDashedIcon=x3;exports.MessageSquareDiff=f3;exports.MessageSquareDiffIcon=f3;exports.MessageSquareDot=L3;exports.MessageSquareDotIcon=L3;exports.MessageSquareHeart=w3;exports.MessageSquareHeartIcon=w3;exports.MessageSquareIcon=H3;exports.MessageSquareLock=C3;exports.MessageSquareLockIcon=C3;exports.MessageSquareMore=I3;exports.MessageSquareMoreIcon=I3;exports.MessageSquareOff=b3;exports.MessageSquareOffIcon=b3;exports.MessageSquarePlus=N3;exports.MessageSquarePlusIcon=N3;exports.MessageSquareQuote=$3;exports.MessageSquareQuoteIcon=$3;exports.MessageSquareReply=S3;exports.MessageSquareReplyIcon=S3;exports.MessageSquareShare=z3;exports.MessageSquareShareIcon=z3;exports.MessageSquareText=q3;exports.MessageSquareTextIcon=q3;exports.MessageSquareWarning=A3;exports.MessageSquareWarningIcon=A3;exports.MessageSquareX=j3;exports.MessageSquareXIcon=j3;exports.MessagesSquare=P3;exports.MessagesSquareIcon=P3;exports.Mic=B3;exports.Mic2=C2;exports.Mic2Icon=C2;exports.MicIcon=B3;exports.MicOff=V3;exports.MicOffIcon=V3;exports.MicVocal=C2;exports.MicVocalIcon=C2;exports.Microchip=F3;exports.MicrochipIcon=F3;exports.Microscope=D3;exports.MicroscopeIcon=D3;exports.Microwave=T3;exports.MicrowaveIcon=T3;exports.Milestone=R3;exports.MilestoneIcon=R3;exports.Milk=O3;exports.MilkIcon=O3;exports.MilkOff=U3;exports.MilkOffIcon=U3;exports.Minimize=W3;exports.Minimize2=E3;exports.Minimize2Icon=E3;exports.MinimizeIcon=W3;exports.Minus=Z3;exports.MinusCircle=ie;exports.MinusCircleIcon=ie;exports.MinusIcon=Z3;exports.MinusSquare=qa;exports.MinusSquareIcon=qa;exports.Modal=t1;exports.Monitor=h8;exports.MonitorCheck=G3;exports.MonitorCheckIcon=G3;exports.MonitorCloud=X3;exports.MonitorCloudIcon=X3;exports.MonitorCog=K3;exports.MonitorCogIcon=K3;exports.MonitorDot=J3;exports.MonitorDotIcon=J3;exports.MonitorDown=Q3;exports.MonitorDownIcon=Q3;exports.MonitorIcon=h8;exports.MonitorOff=Y3;exports.MonitorOffIcon=Y3;exports.MonitorPause=e8;exports.MonitorPauseIcon=e8;exports.MonitorPlay=a8;exports.MonitorPlayIcon=a8;exports.MonitorSmartphone=t8;exports.MonitorSmartphoneIcon=t8;exports.MonitorSpeaker=o8;exports.MonitorSpeakerIcon=o8;exports.MonitorStop=c8;exports.MonitorStopIcon=c8;exports.MonitorUp=i8;exports.MonitorUpIcon=i8;exports.MonitorX=n8;exports.MonitorXIcon=n8;exports.Moon=r8;exports.MoonIcon=r8;exports.MoonStar=d8;exports.MoonStarIcon=d8;exports.MoreHorizontal=Se;exports.MoreHorizontalIcon=Se;exports.MoreVertical=$e;exports.MoreVerticalIcon=$e;exports.Motorbike=s8;exports.MotorbikeIcon=s8;exports.Mountain=l8;exports.MountainIcon=l8;exports.MountainSnow=y8;exports.MountainSnowIcon=y8;exports.Mouse=g8;exports.MouseIcon=g8;exports.MouseOff=p8;exports.MouseOffIcon=p8;exports.MousePointer=_8;exports.MousePointer2=u8;exports.MousePointer2Icon=u8;exports.MousePointer2Off=k8;exports.MousePointer2OffIcon=k8;exports.MousePointerBan=M8;exports.MousePointerBanIcon=M8;exports.MousePointerClick=m8;exports.MousePointerClickIcon=m8;exports.MousePointerIcon=_8;exports.MousePointerSquareDashed=va;exports.MousePointerSquareDashedIcon=va;exports.Move=q8;exports.Move3D=b2;exports.Move3DIcon=b2;exports.Move3d=b2;exports.Move3dIcon=b2;exports.MoveDiagonal=x8;exports.MoveDiagonal2=v8;exports.MoveDiagonal2Icon=v8;exports.MoveDiagonalIcon=x8;exports.MoveDown=w8;exports.MoveDownIcon=w8;exports.MoveDownLeft=f8;exports.MoveDownLeftIcon=f8;exports.MoveDownRight=L8;exports.MoveDownRightIcon=L8;exports.MoveHorizontal=C8;exports.MoveHorizontalIcon=C8;exports.MoveIcon=q8;exports.MoveLeft=b8;exports.MoveLeftIcon=b8;exports.MoveRight=I8;exports.MoveRightIcon=I8;exports.MoveUp=$8;exports.MoveUpIcon=$8;exports.MoveUpLeft=N8;exports.MoveUpLeftIcon=N8;exports.MoveUpRight=S8;exports.MoveUpRightIcon=S8;exports.MoveVertical=z8;exports.MoveVerticalIcon=z8;exports.Music=P8;exports.Music2=A8;exports.Music2Icon=A8;exports.Music3=j8;exports.Music3Icon=j8;exports.Music4=H8;exports.Music4Icon=H8;exports.MusicIcon=P8;exports.Navbar=V;exports.Navigation=D8;exports.Navigation2=B8;exports.Navigation2Icon=B8;exports.Navigation2Off=V8;exports.Navigation2OffIcon=V8;exports.NavigationIcon=D8;exports.NavigationOff=F8;exports.NavigationOffIcon=F8;exports.Network=T8;exports.NetworkIcon=T8;exports.Newspaper=R8;exports.NewspaperIcon=R8;exports.Nfc=U8;exports.NfcIcon=U8;exports.NonBinary=O8;exports.NonBinaryIcon=O8;exports.Notebook=Z8;exports.NotebookIcon=Z8;exports.NotebookPen=E8;exports.NotebookPenIcon=E8;exports.NotebookTabs=W8;exports.NotebookTabsIcon=W8;exports.NotebookText=G8;exports.NotebookTextIcon=G8;exports.NotepadText=K8;exports.NotepadTextDashed=X8;exports.NotepadTextDashedIcon=X8;exports.NotepadTextIcon=K8;exports.Nut=Q8;exports.NutIcon=Q8;exports.NutOff=J8;exports.NutOffIcon=J8;exports.Octagon=e6;exports.OctagonAlert=I2;exports.OctagonAlertIcon=I2;exports.OctagonIcon=e6;exports.OctagonMinus=Y8;exports.OctagonMinusIcon=Y8;exports.OctagonPause=N2;exports.OctagonPauseIcon=N2;exports.OctagonX=$2;exports.OctagonXIcon=$2;exports.Omega=a6;exports.OmegaIcon=a6;exports.Option=t6;exports.OptionIcon=t6;exports.Orbit=o6;exports.OrbitIcon=o6;exports.Origami=c6;exports.OrigamiIcon=c6;exports.Outdent=X;exports.OutdentIcon=X;exports.Package=l6;exports.Package2=n6;exports.Package2Icon=n6;exports.PackageCheck=i6;exports.PackageCheckIcon=i6;exports.PackageIcon=l6;exports.PackageMinus=d6;exports.PackageMinusIcon=d6;exports.PackageOpen=h6;exports.PackageOpenIcon=h6;exports.PackagePlus=r6;exports.PackagePlusIcon=r6;exports.PackageSearch=s6;exports.PackageSearchIcon=s6;exports.PackageX=y6;exports.PackageXIcon=y6;exports.PaintBucket=p6;exports.PaintBucketIcon=p6;exports.PaintRoller=k6;exports.PaintRollerIcon=k6;exports.Paintbrush=u6;exports.Paintbrush2=S2;exports.Paintbrush2Icon=S2;exports.PaintbrushIcon=u6;exports.PaintbrushVertical=S2;exports.PaintbrushVerticalIcon=S2;exports.Palette=M6;exports.PaletteIcon=M6;exports.Palmtree=c0;exports.PalmtreeIcon=c0;exports.Panda=m6;exports.PandaIcon=m6;exports.PanelBottom=v6;exports.PanelBottomClose=_6;exports.PanelBottomCloseIcon=_6;exports.PanelBottomDashed=q2;exports.PanelBottomDashedIcon=q2;exports.PanelBottomIcon=v6;exports.PanelBottomInactive=q2;exports.PanelBottomInactiveIcon=q2;exports.PanelBottomOpen=g6;exports.PanelBottomOpenIcon=g6;exports.PanelLeft=H2;exports.PanelLeftClose=z2;exports.PanelLeftCloseIcon=z2;exports.PanelLeftDashed=A2;exports.PanelLeftDashedIcon=A2;exports.PanelLeftIcon=H2;exports.PanelLeftInactive=A2;exports.PanelLeftInactiveIcon=A2;exports.PanelLeftOpen=j2;exports.PanelLeftOpenIcon=j2;exports.PanelLeftRightDashed=x6;exports.PanelLeftRightDashedIcon=x6;exports.PanelRight=w6;exports.PanelRightClose=f6;exports.PanelRightCloseIcon=f6;exports.PanelRightDashed=P2;exports.PanelRightDashedIcon=P2;exports.PanelRightIcon=w6;exports.PanelRightInactive=P2;exports.PanelRightInactiveIcon=P2;exports.PanelRightOpen=L6;exports.PanelRightOpenIcon=L6;exports.PanelTop=N6;exports.PanelTopBottomDashed=C6;exports.PanelTopBottomDashedIcon=C6;exports.PanelTopClose=b6;exports.PanelTopCloseIcon=b6;exports.PanelTopDashed=V2;exports.PanelTopDashedIcon=V2;exports.PanelTopIcon=N6;exports.PanelTopInactive=V2;exports.PanelTopInactiveIcon=V2;exports.PanelTopOpen=I6;exports.PanelTopOpenIcon=I6;exports.PanelsLeftBottom=$6;exports.PanelsLeftBottomIcon=$6;exports.PanelsLeftRight=Ce;exports.PanelsLeftRightIcon=Ce;exports.PanelsRightBottom=S6;exports.PanelsRightBottomIcon=S6;exports.PanelsTopBottom=E2;exports.PanelsTopBottomIcon=E2;exports.PanelsTopLeft=B2;exports.PanelsTopLeftIcon=B2;exports.Paperclip=q6;exports.PaperclipIcon=q6;exports.Parentheses=z6;exports.ParenthesesIcon=z6;exports.ParkingCircle=he;exports.ParkingCircleIcon=he;exports.ParkingCircleOff=de;exports.ParkingCircleOffIcon=de;exports.ParkingMeter=A6;exports.ParkingMeterIcon=A6;exports.ParkingSquare=ja;exports.ParkingSquareIcon=ja;exports.ParkingSquareOff=Aa;exports.ParkingSquareOffIcon=Aa;exports.PartyPopper=j6;exports.PartyPopperIcon=j6;exports.Pause=H6;exports.PauseCircle=re;exports.PauseCircleIcon=re;exports.PauseIcon=H6;exports.PauseOctagon=N2;exports.PauseOctagonIcon=N2;exports.PawPrint=P6;exports.PawPrintIcon=P6;exports.PcCase=V6;exports.PcCaseIcon=V6;exports.Pen=D2;exports.PenBox=B;exports.PenBoxIcon=B;exports.PenIcon=D2;exports.PenLine=F2;exports.PenLineIcon=F2;exports.PenOff=B6;exports.PenOffIcon=B6;exports.PenSquare=B;exports.PenSquareIcon=B;exports.PenTool=F6;exports.PenToolIcon=F6;exports.Pencil=U6;exports.PencilIcon=U6;exports.PencilLine=D6;exports.PencilLineIcon=D6;exports.PencilOff=T6;exports.PencilOffIcon=T6;exports.PencilRuler=R6;exports.PencilRulerIcon=R6;exports.Pentagon=O6;exports.PentagonIcon=O6;exports.Percent=E6;exports.PercentCircle=se;exports.PercentCircleIcon=se;exports.PercentDiamond=Ie;exports.PercentDiamondIcon=Ie;exports.PercentIcon=E6;exports.PercentSquare=Ha;exports.PercentSquareIcon=Ha;exports.PersonStanding=W6;exports.PersonStandingIcon=W6;exports.PhilippinePeso=G6;exports.PhilippinePesoIcon=G6;exports.Phone=e7;exports.PhoneCall=Z6;exports.PhoneCallIcon=Z6;exports.PhoneForwarded=X6;exports.PhoneForwardedIcon=X6;exports.PhoneIcon=e7;exports.PhoneIncoming=K6;exports.PhoneIncomingIcon=K6;exports.PhoneMissed=J6;exports.PhoneMissedIcon=J6;exports.PhoneOff=Q6;exports.PhoneOffIcon=Q6;exports.PhoneOutgoing=Y6;exports.PhoneOutgoingIcon=Y6;exports.Pi=a7;exports.PiIcon=a7;exports.PiSquare=Pa;exports.PiSquareIcon=Pa;exports.Piano=t7;exports.PianoIcon=t7;exports.Pickaxe=o7;exports.PickaxeIcon=o7;exports.PictureInPicture=n7;exports.PictureInPicture2=c7;exports.PictureInPicture2Icon=c7;exports.PictureInPictureIcon=n7;exports.PieChart=D1;exports.PieChartIcon=D1;exports.PiggyBank=i7;exports.PiggyBankIcon=i7;exports.Pilcrow=r7;exports.PilcrowIcon=r7;exports.PilcrowLeft=d7;exports.PilcrowLeftIcon=d7;exports.PilcrowRight=h7;exports.PilcrowRightIcon=h7;exports.PilcrowSquare=Va;exports.PilcrowSquareIcon=Va;exports.Pill=y7;exports.PillBottle=s7;exports.PillBottleIcon=s7;exports.PillIcon=y7;exports.Pin=p7;exports.PinIcon=p7;exports.PinOff=l7;exports.PinOffIcon=l7;exports.Pipette=k7;exports.PipetteIcon=k7;exports.Pizza=u7;exports.PizzaIcon=u7;exports.Plane=_7;exports.PlaneIcon=_7;exports.PlaneLanding=M7;exports.PlaneLandingIcon=M7;exports.PlaneTakeoff=m7;exports.PlaneTakeoffIcon=m7;exports.Play=g7;exports.PlayCircle=le;exports.PlayCircleIcon=le;exports.PlayIcon=g7;exports.PlaySquare=Ba;exports.PlaySquareIcon=Ba;exports.Plug=x7;exports.Plug2=v7;exports.Plug2Icon=v7;exports.PlugIcon=x7;exports.PlugZap=T2;exports.PlugZap2=T2;exports.PlugZap2Icon=T2;exports.PlugZapIcon=T2;exports.Plus=f7;exports.PlusCircle=ye;exports.PlusCircleIcon=ye;exports.PlusIcon=f7;exports.PlusSquare=Fa;exports.PlusSquareIcon=Fa;exports.Pocket=L7;exports.PocketIcon=L7;exports.PocketKnife=w7;exports.PocketKnifeIcon=w7;exports.Podcast=C7;exports.PodcastIcon=C7;exports.Pointer=I7;exports.PointerIcon=I7;exports.PointerOff=b7;exports.PointerOffIcon=b7;exports.Popcorn=N7;exports.PopcornIcon=N7;exports.Popsicle=$7;exports.PopsicleIcon=$7;exports.PoundSterling=S7;exports.PoundSterlingIcon=S7;exports.Power=z7;exports.PowerCircle=pe;exports.PowerCircleIcon=pe;exports.PowerIcon=z7;exports.PowerOff=q7;exports.PowerOffIcon=q7;exports.PowerSquare=Da;exports.PowerSquareIcon=Da;exports.Presentation=A7;exports.PresentationIcon=A7;exports.Printer=V7;exports.PrinterCheck=j7;exports.PrinterCheckIcon=j7;exports.PrinterIcon=V7;exports.PrinterX=H7;exports.PrinterXIcon=H7;exports.ProgressBar=h1;exports.Projector=P7;exports.ProjectorIcon=P7;exports.Proportions=B7;exports.ProportionsIcon=B7;exports.Puzzle=F7;exports.PuzzleIcon=F7;exports.Pyramid=D7;exports.PyramidIcon=D7;exports.QrCode=T7;exports.QrCodeIcon=T7;exports.Quote=R7;exports.QuoteIcon=R7;exports.Rabbit=U7;exports.RabbitIcon=U7;exports.Radar=O7;exports.RadarIcon=O7;exports.Radiation=W7;exports.RadiationIcon=W7;exports.Radical=E7;exports.RadicalIcon=E7;exports.Radio=f0;exports.RadioIcon=bx;exports.RadioReceiver=G7;exports.RadioReceiverIcon=G7;exports.RadioTower=Z7;exports.RadioTowerIcon=Z7;exports.Radius=X7;exports.RadiusIcon=X7;exports.RailSymbol=J7;exports.RailSymbolIcon=J7;exports.Rainbow=K7;exports.RainbowIcon=K7;exports.Rat=Q7;exports.RatIcon=Q7;exports.Ratio=Y7;exports.RatioIcon=Y7;exports.Receipt=hu;exports.ReceiptCent=eu;exports.ReceiptCentIcon=eu;exports.ReceiptEuro=au;exports.ReceiptEuroIcon=au;exports.ReceiptIcon=hu;exports.ReceiptIndianRupee=tu;exports.ReceiptIndianRupeeIcon=tu;exports.ReceiptJapaneseYen=ou;exports.ReceiptJapaneseYenIcon=ou;exports.ReceiptPoundSterling=cu;exports.ReceiptPoundSterlingIcon=cu;exports.ReceiptRussianRuble=nu;exports.ReceiptRussianRubleIcon=nu;exports.ReceiptSwissFranc=iu;exports.ReceiptSwissFrancIcon=iu;exports.ReceiptText=du;exports.ReceiptTextIcon=du;exports.ReceiptTurkishLira=ru;exports.ReceiptTurkishLiraIcon=ru;exports.RectangleCircle=su;exports.RectangleCircleIcon=su;exports.RectangleEllipsis=R2;exports.RectangleEllipsisIcon=R2;exports.RectangleGoggles=yu;exports.RectangleGogglesIcon=yu;exports.RectangleHorizontal=lu;exports.RectangleHorizontalIcon=lu;exports.RectangleVertical=pu;exports.RectangleVerticalIcon=pu;exports.Recycle=Mu;exports.RecycleIcon=Mu;exports.Redo=mu;exports.Redo2=ku;exports.Redo2Icon=ku;exports.RedoDot=uu;exports.RedoDotIcon=uu;exports.RedoIcon=mu;exports.RefreshCcw=gu;exports.RefreshCcwDot=_u;exports.RefreshCcwDotIcon=_u;exports.RefreshCcwIcon=gu;exports.RefreshCw=xu;exports.RefreshCwIcon=xu;exports.RefreshCwOff=vu;exports.RefreshCwOffIcon=vu;exports.Refrigerator=fu;exports.RefrigeratorIcon=fu;exports.Regex=Lu;exports.RegexIcon=Lu;exports.RemoveFormatting=wu;exports.RemoveFormattingIcon=wu;exports.Repeat=Iu;exports.Repeat1=Cu;exports.Repeat1Icon=Cu;exports.Repeat2=bu;exports.Repeat2Icon=bu;exports.RepeatIcon=Iu;exports.Replace=$u;exports.ReplaceAll=Nu;exports.ReplaceAllIcon=Nu;exports.ReplaceIcon=$u;exports.Reply=qu;exports.ReplyAll=Su;exports.ReplyAllIcon=Su;exports.ReplyIcon=qu;exports.Rewind=zu;exports.RewindIcon=zu;exports.Ribbon=Au;exports.RibbonIcon=Au;exports.Rocket=ju;exports.RocketIcon=ju;exports.RockingChair=Hu;exports.RockingChairIcon=Hu;exports.RollerCoaster=Pu;exports.RollerCoasterIcon=Pu;exports.Rose=Vu;exports.RoseIcon=Vu;exports.Rotate3D=U2;exports.Rotate3DIcon=U2;exports.Rotate3d=U2;exports.Rotate3dIcon=U2;exports.RotateCcw=Du;exports.RotateCcwIcon=Du;exports.RotateCcwKey=Bu;exports.RotateCcwKeyIcon=Bu;exports.RotateCcwSquare=Fu;exports.RotateCcwSquareIcon=Fu;exports.RotateCw=Ru;exports.RotateCwIcon=Ru;exports.RotateCwSquare=Tu;exports.RotateCwSquareIcon=Tu;exports.Route=Ou;exports.RouteIcon=Ou;exports.RouteOff=Uu;exports.RouteOffIcon=Uu;exports.Router=Eu;exports.RouterIcon=Eu;exports.Rows=O2;exports.Rows2=O2;exports.Rows2Icon=O2;exports.Rows3=E2;exports.Rows3Icon=E2;exports.Rows4=Wu;exports.Rows4Icon=Wu;exports.RowsIcon=O2;exports.Rss=Gu;exports.RssIcon=Gu;exports.Ruler=Qu;exports.RulerDimensionLine=Zu;exports.RulerDimensionLineIcon=Zu;exports.RulerIcon=Qu;exports.RussianRuble=Xu;exports.RussianRubleIcon=Xu;exports.Sailboat=Ku;exports.SailboatIcon=Ku;exports.Salad=Ju;exports.SaladIcon=Ju;exports.Sandwich=Yu;exports.SandwichIcon=Yu;exports.Satellite=a9;exports.SatelliteDish=e9;exports.SatelliteDishIcon=e9;exports.SatelliteIcon=a9;exports.SaudiRiyal=t9;exports.SaudiRiyalIcon=t9;exports.Save=n9;exports.SaveAll=c9;exports.SaveAllIcon=c9;exports.SaveIcon=n9;exports.SaveOff=o9;exports.SaveOffIcon=o9;exports.Scale=i9;exports.Scale3D=W2;exports.Scale3DIcon=W2;exports.Scale3d=W2;exports.Scale3dIcon=W2;exports.ScaleIcon=i9;exports.Scaling=d9;exports.ScalingIcon=d9;exports.Scan=u9;exports.ScanBarcode=h9;exports.ScanBarcodeIcon=h9;exports.ScanEye=r9;exports.ScanEyeIcon=r9;exports.ScanFace=s9;exports.ScanFaceIcon=s9;exports.ScanHeart=y9;exports.ScanHeartIcon=y9;exports.ScanIcon=u9;exports.ScanLine=l9;exports.ScanLineIcon=l9;exports.ScanQrCode=p9;exports.ScanQrCodeIcon=p9;exports.ScanSearch=k9;exports.ScanSearchIcon=k9;exports.ScanText=M9;exports.ScanTextIcon=M9;exports.ScatterChart=T1;exports.ScatterChartIcon=T1;exports.School=_9;exports.School2=d0;exports.School2Icon=d0;exports.SchoolIcon=_9;exports.Scissors=g9;exports.ScissorsIcon=g9;exports.ScissorsLineDashed=m9;exports.ScissorsLineDashedIcon=m9;exports.ScissorsSquare=Ta;exports.ScissorsSquareDashedBottom=la;exports.ScissorsSquareDashedBottomIcon=la;exports.ScissorsSquareIcon=Ta;exports.Scooter=v9;exports.ScooterIcon=v9;exports.ScreenShare=f9;exports.ScreenShareIcon=f9;exports.ScreenShareOff=x9;exports.ScreenShareOffIcon=x9;exports.Scroll=L9;exports.ScrollIcon=L9;exports.ScrollText=C9;exports.ScrollTextIcon=C9;exports.Search=S9;exports.SearchAlert=w9;exports.SearchAlertIcon=w9;exports.SearchCheck=b9;exports.SearchCheckIcon=b9;exports.SearchCode=I9;exports.SearchCodeIcon=I9;exports.SearchIcon=S9;exports.SearchSlash=N9;exports.SearchSlashIcon=N9;exports.SearchX=$9;exports.SearchXIcon=$9;exports.Section=q9;exports.SectionIcon=q9;exports.Select=gx;exports.Send=A9;exports.SendHorizonal=G2;exports.SendHorizonalIcon=G2;exports.SendHorizontal=G2;exports.SendHorizontalIcon=G2;exports.SendIcon=A9;exports.SendToBack=z9;exports.SendToBackIcon=z9;exports.SeparatorHorizontal=j9;exports.SeparatorHorizontalIcon=j9;exports.SeparatorVertical=H9;exports.SeparatorVerticalIcon=H9;exports.Server=F9;exports.ServerCog=P9;exports.ServerCogIcon=P9;exports.ServerCrash=V9;exports.ServerCrashIcon=V9;exports.ServerIcon=F9;exports.ServerOff=B9;exports.ServerOffIcon=B9;exports.Settings=T9;exports.Settings2=D9;exports.Settings2Icon=D9;exports.SettingsIcon=T9;exports.Shapes=R9;exports.ShapesIcon=R9;exports.Share=O9;exports.Share2=U9;exports.Share2Icon=U9;exports.ShareIcon=O9;exports.Sheet=E9;exports.SheetIcon=E9;exports.Shell=W9;exports.ShellIcon=W9;exports.Shield=tM;exports.ShieldAlert=G9;exports.ShieldAlertIcon=G9;exports.ShieldBan=Z9;exports.ShieldBanIcon=Z9;exports.ShieldCheck=X9;exports.ShieldCheckIcon=X9;exports.ShieldClose=X2;exports.ShieldCloseIcon=X2;exports.ShieldEllipsis=J9;exports.ShieldEllipsisIcon=J9;exports.ShieldHalf=K9;exports.ShieldHalfIcon=K9;exports.ShieldIcon=tM;exports.ShieldMinus=Q9;exports.ShieldMinusIcon=Q9;exports.ShieldOff=Y9;exports.ShieldOffIcon=Y9;exports.ShieldPlus=eM;exports.ShieldPlusIcon=eM;exports.ShieldQuestion=Z2;exports.ShieldQuestionIcon=Z2;exports.ShieldQuestionMark=Z2;exports.ShieldQuestionMarkIcon=Z2;exports.ShieldUser=aM;exports.ShieldUserIcon=aM;exports.ShieldX=X2;exports.ShieldXIcon=X2;exports.Ship=cM;exports.ShipIcon=cM;exports.ShipWheel=oM;exports.ShipWheelIcon=oM;exports.Shirt=nM;exports.ShirtIcon=nM;exports.ShoppingBag=iM;exports.ShoppingBagIcon=iM;exports.ShoppingBasket=dM;exports.ShoppingBasketIcon=dM;exports.ShoppingCart=hM;exports.ShoppingCartIcon=hM;exports.Shovel=rM;exports.ShovelIcon=rM;exports.ShowerHead=sM;exports.ShowerHeadIcon=sM;exports.Shredder=yM;exports.ShredderIcon=yM;exports.Shrimp=lM;exports.ShrimpIcon=lM;exports.Shrink=pM;exports.ShrinkIcon=pM;exports.Shrub=kM;exports.ShrubIcon=kM;exports.Shuffle=uM;exports.ShuffleIcon=uM;exports.Sidebar=H2;exports.SidebarClose=z2;exports.SidebarCloseIcon=z2;exports.SidebarIcon=H2;exports.SidebarOpen=j2;exports.SidebarOpenIcon=j2;exports.Sigma=MM;exports.SigmaIcon=MM;exports.SigmaSquare=Ra;exports.SigmaSquareIcon=Ra;exports.Signal=xM;exports.SignalHigh=mM;exports.SignalHighIcon=mM;exports.SignalIcon=xM;exports.SignalLow=_M;exports.SignalLowIcon=_M;exports.SignalMedium=gM;exports.SignalMediumIcon=gM;exports.SignalZero=vM;exports.SignalZeroIcon=vM;exports.Signature=fM;exports.SignatureIcon=fM;exports.Signpost=wM;exports.SignpostBig=LM;exports.SignpostBigIcon=LM;exports.SignpostIcon=wM;exports.Siren=CM;exports.SirenIcon=CM;exports.SkipBack=bM;exports.SkipBackIcon=bM;exports.SkipForward=IM;exports.SkipForwardIcon=IM;exports.Skull=NM;exports.SkullIcon=NM;exports.Slack=$M;exports.SlackIcon=$M;exports.Slash=SM;exports.SlashIcon=SM;exports.SlashSquare=Ua;exports.SlashSquareIcon=Ua;exports.Slice=qM;exports.SliceIcon=qM;exports.Sliders=K2;exports.SlidersHorizontal=zM;exports.SlidersHorizontalIcon=zM;exports.SlidersIcon=K2;exports.SlidersVertical=K2;exports.SlidersVerticalIcon=K2;exports.Smartphone=PM;exports.SmartphoneCharging=AM;exports.SmartphoneChargingIcon=AM;exports.SmartphoneIcon=PM;exports.SmartphoneNfc=jM;exports.SmartphoneNfcIcon=jM;exports.Smile=VM;exports.SmileIcon=VM;exports.SmilePlus=HM;exports.SmilePlusIcon=HM;exports.Snail=BM;exports.SnailIcon=BM;exports.Snowflake=FM;exports.SnowflakeIcon=FM;exports.SoapDispenserDroplet=DM;exports.SoapDispenserDropletIcon=DM;exports.Sofa=TM;exports.SofaIcon=TM;exports.SolarPanel=RM;exports.SolarPanelIcon=RM;exports.SortAsc=g1;exports.SortAscIcon=g1;exports.SortDesc=M1;exports.SortDescIcon=M1;exports.Soup=UM;exports.SoupIcon=UM;exports.Space=OM;exports.SpaceIcon=OM;exports.Spade=EM;exports.SpadeIcon=EM;exports.Sparkle=WM;exports.SparkleIcon=WM;exports.Sparkles=J2;exports.SparklesIcon=J2;exports.Speaker=GM;exports.SpeakerIcon=GM;exports.Speech=ZM;exports.SpeechIcon=ZM;exports.SpellCheck=KM;exports.SpellCheck2=XM;exports.SpellCheck2Icon=XM;exports.SpellCheckIcon=KM;exports.Spinner=a1;exports.Spline=QM;exports.SplineIcon=QM;exports.SplinePointer=JM;exports.SplinePointerIcon=JM;exports.Split=em;exports.SplitIcon=em;exports.SplitSquareHorizontal=Oa;exports.SplitSquareHorizontalIcon=Oa;exports.SplitSquareVertical=Ea;exports.SplitSquareVerticalIcon=Ea;exports.Spool=YM;exports.SpoolIcon=YM;exports.Spotlight=am;exports.SpotlightIcon=am;exports.SprayCan=tm;exports.SprayCanIcon=tm;exports.Sprout=om;exports.SproutIcon=om;exports.Square=km;exports.SquareActivity=Q2;exports.SquareActivityIcon=Q2;exports.SquareArrowDown=ea;exports.SquareArrowDownIcon=ea;exports.SquareArrowDownLeft=Y2;exports.SquareArrowDownLeftIcon=Y2;exports.SquareArrowDownRight=aa;exports.SquareArrowDownRightIcon=aa;exports.SquareArrowLeft=ta;exports.SquareArrowLeftIcon=ta;exports.SquareArrowOutDownLeft=oa;exports.SquareArrowOutDownLeftIcon=oa;exports.SquareArrowOutDownRight=ca;exports.SquareArrowOutDownRightIcon=ca;exports.SquareArrowOutUpLeft=na;exports.SquareArrowOutUpLeftIcon=na;exports.SquareArrowOutUpRight=ia;exports.SquareArrowOutUpRightIcon=ia;exports.SquareArrowRight=da;exports.SquareArrowRightIcon=da;exports.SquareArrowUp=sa;exports.SquareArrowUpIcon=sa;exports.SquareArrowUpLeft=ha;exports.SquareArrowUpLeftIcon=ha;exports.SquareArrowUpRight=ra;exports.SquareArrowUpRightIcon=ra;exports.SquareAsterisk=ya;exports.SquareAsteriskIcon=ya;exports.SquareBottomDashedScissors=la;exports.SquareBottomDashedScissorsIcon=la;exports.SquareChartGantt=J;exports.SquareChartGanttIcon=J;exports.SquareCheck=ka;exports.SquareCheckBig=pa;exports.SquareCheckBigIcon=pa;exports.SquareCheckIcon=ka;exports.SquareChevronDown=ua;exports.SquareChevronDownIcon=ua;exports.SquareChevronLeft=Ma;exports.SquareChevronLeftIcon=Ma;exports.SquareChevronRight=ma;exports.SquareChevronRightIcon=ma;exports.SquareChevronUp=_a;exports.SquareChevronUpIcon=_a;exports.SquareCode=ga;exports.SquareCodeIcon=ga;exports.SquareDashed=fa;exports.SquareDashedBottom=nm;exports.SquareDashedBottomCode=cm;exports.SquareDashedBottomCodeIcon=cm;exports.SquareDashedBottomIcon=nm;exports.SquareDashedIcon=fa;exports.SquareDashedKanban=xa;exports.SquareDashedKanbanIcon=xa;exports.SquareDashedMousePointer=va;exports.SquareDashedMousePointerIcon=va;exports.SquareDashedTopSolid=im;exports.SquareDashedTopSolidIcon=im;exports.SquareDivide=La;exports.SquareDivideIcon=La;exports.SquareDot=wa;exports.SquareDotIcon=wa;exports.SquareEqual=Ca;exports.SquareEqualIcon=Ca;exports.SquareFunction=ba;exports.SquareFunctionIcon=ba;exports.SquareGanttChart=J;exports.SquareGanttChartIcon=J;exports.SquareIcon=km;exports.SquareKanban=Na;exports.SquareKanbanIcon=Na;exports.SquareLibrary=Ia;exports.SquareLibraryIcon=Ia;exports.SquareM=$a;exports.SquareMIcon=$a;exports.SquareMenu=Sa;exports.SquareMenuIcon=Sa;exports.SquareMinus=qa;exports.SquareMinusIcon=qa;exports.SquareMousePointer=za;exports.SquareMousePointerIcon=za;exports.SquareParking=ja;exports.SquareParkingIcon=ja;exports.SquareParkingOff=Aa;exports.SquareParkingOffIcon=Aa;exports.SquarePause=dm;exports.SquarePauseIcon=dm;exports.SquarePen=B;exports.SquarePenIcon=B;exports.SquarePercent=Ha;exports.SquarePercentIcon=Ha;exports.SquarePi=Pa;exports.SquarePiIcon=Pa;exports.SquarePilcrow=Va;exports.SquarePilcrowIcon=Va;exports.SquarePlay=Ba;exports.SquarePlayIcon=Ba;exports.SquarePlus=Fa;exports.SquarePlusIcon=Fa;exports.SquarePower=Da;exports.SquarePowerIcon=Da;exports.SquareRadical=hm;exports.SquareRadicalIcon=hm;exports.SquareRoundCorner=rm;exports.SquareRoundCornerIcon=rm;exports.SquareScissors=Ta;exports.SquareScissorsIcon=Ta;exports.SquareSigma=Ra;exports.SquareSigmaIcon=Ra;exports.SquareSlash=Ua;exports.SquareSlashIcon=Ua;exports.SquareSplitHorizontal=Oa;exports.SquareSplitHorizontalIcon=Oa;exports.SquareSplitVertical=Ea;exports.SquareSplitVerticalIcon=Ea;exports.SquareSquare=sm;exports.SquareSquareIcon=sm;exports.SquareStack=ym;exports.SquareStackIcon=ym;exports.SquareStar=lm;exports.SquareStarIcon=lm;exports.SquareStop=pm;exports.SquareStopIcon=pm;exports.SquareTerminal=Wa;exports.SquareTerminalIcon=Wa;exports.SquareUser=Ga;exports.SquareUserIcon=Ga;exports.SquareUserRound=Za;exports.SquareUserRoundIcon=Za;exports.SquareX=Xa;exports.SquareXIcon=Xa;exports.SquaresExclude=um;exports.SquaresExcludeIcon=um;exports.SquaresIntersect=Mm;exports.SquaresIntersectIcon=Mm;exports.SquaresSubtract=_m;exports.SquaresSubtractIcon=_m;exports.SquaresUnite=mm;exports.SquaresUniteIcon=mm;exports.Squircle=vm;exports.SquircleDashed=gm;exports.SquircleDashedIcon=gm;exports.SquircleIcon=vm;exports.Squirrel=xm;exports.SquirrelIcon=xm;exports.Stamp=fm;exports.StampIcon=fm;exports.Star=Cm;exports.StarHalf=wm;exports.StarHalfIcon=wm;exports.StarIcon=Cm;exports.StarOff=Lm;exports.StarOffIcon=Lm;exports.Stars=J2;exports.StarsIcon=J2;exports.StepBack=bm;exports.StepBackIcon=bm;exports.StepForward=Im;exports.StepForwardIcon=Im;exports.Stethoscope=Nm;exports.StethoscopeIcon=Nm;exports.Sticker=$m;exports.StickerIcon=$m;exports.StickyNote=Sm;exports.StickyNoteIcon=Sm;exports.Stone=qm;exports.StoneIcon=qm;exports.StopCircle=ue;exports.StopCircleIcon=ue;exports.Store=zm;exports.StoreIcon=zm;exports.StretchHorizontal=Am;exports.StretchHorizontalIcon=Am;exports.StretchVertical=jm;exports.StretchVerticalIcon=jm;exports.Strikethrough=Hm;exports.StrikethroughIcon=Hm;exports.Subscript=Pm;exports.SubscriptIcon=Pm;exports.Subtitles=N1;exports.SubtitlesIcon=N1;exports.Sun=Tm;exports.SunDim=Vm;exports.SunDimIcon=Vm;exports.SunIcon=Tm;exports.SunMedium=Fm;exports.SunMediumIcon=Fm;exports.SunMoon=Bm;exports.SunMoonIcon=Bm;exports.SunSnow=Dm;exports.SunSnowIcon=Dm;exports.Sunrise=Rm;exports.SunriseIcon=Rm;exports.Sunset=Um;exports.SunsetIcon=Um;exports.Superscript=Om;exports.SuperscriptIcon=Om;exports.SwatchBook=Em;exports.SwatchBookIcon=Em;exports.SwissFranc=Wm;exports.SwissFrancIcon=Wm;exports.Switch=y1;exports.SwitchCamera=Gm;exports.SwitchCameraIcon=Gm;exports.Sword=Zm;exports.SwordIcon=Zm;exports.Swords=Xm;exports.SwordsIcon=Xm;exports.Syringe=Km;exports.SyringeIcon=Km;exports.Table=xx;exports.Table2=Jm;exports.Table2Icon=Jm;exports.TableCellsMerge=Qm;exports.TableCellsMergeIcon=Qm;exports.TableCellsSplit=Ym;exports.TableCellsSplitIcon=Ym;exports.TableColumnsSplit=e_;exports.TableColumnsSplitIcon=e_;exports.TableConfig=W;exports.TableConfigIcon=W;exports.TableIcon=Ix;exports.TableOfContents=o_;exports.TableOfContentsIcon=o_;exports.TableProperties=a_;exports.TablePropertiesIcon=a_;exports.TableRowsSplit=t_;exports.TableRowsSplitIcon=t_;exports.Tablet=n_;exports.TabletIcon=n_;exports.TabletSmartphone=c_;exports.TabletSmartphoneIcon=c_;exports.Tablets=d_;exports.TabletsIcon=d_;exports.Tabs=fx;exports.Tag=i_;exports.TagIcon=i_;exports.Tags=h_;exports.TagsIcon=h_;exports.Tally1=r_;exports.Tally1Icon=r_;exports.Tally2=s_;exports.Tally2Icon=s_;exports.Tally3=y_;exports.Tally3Icon=y_;exports.Tally4=l_;exports.Tally4Icon=l_;exports.Tally5=p_;exports.Tally5Icon=p_;exports.Tangent=k_;exports.TangentIcon=k_;exports.Target=u_;exports.TargetIcon=u_;exports.Telescope=M_;exports.TelescopeIcon=M_;exports.Tent=__;exports.TentIcon=__;exports.TentTree=m_;exports.TentTreeIcon=m_;exports.Terminal=g_;exports.TerminalIcon=g_;exports.TerminalSquare=Wa;exports.TerminalSquareIcon=Wa;exports.TestTube=v_;exports.TestTube2=Ka;exports.TestTube2Icon=Ka;exports.TestTubeDiagonal=Ka;exports.TestTubeDiagonalIcon=Ka;exports.TestTubeIcon=v_;exports.TestTubes=x_;exports.TestTubesIcon=x_;exports.Text=Q;exports.TextAlignCenter=Ja;exports.TextAlignCenterIcon=Ja;exports.TextAlignEnd=Qa;exports.TextAlignEndIcon=Qa;exports.TextAlignJustify=Ya;exports.TextAlignJustifyIcon=Ya;exports.TextAlignStart=Q;exports.TextAlignStartIcon=Q;exports.TextCursor=L_;exports.TextCursorIcon=L_;exports.TextCursorInput=f_;exports.TextCursorInputIcon=f_;exports.TextIcon=Q;exports.TextInitial=e0;exports.TextInitialIcon=e0;exports.TextQuote=w_;exports.TextQuoteIcon=w_;exports.TextSearch=C_;exports.TextSearchIcon=C_;exports.TextSelect=a0;exports.TextSelectIcon=a0;exports.TextSelection=a0;exports.TextSelectionIcon=a0;exports.TextWrap=t0;exports.TextWrapIcon=t0;exports.Textarea=vx;exports.Theater=b_;exports.TheaterIcon=b_;exports.ThemeController=wx;exports.ThemeProvider=Fb;exports.Thermometer=$_;exports.ThermometerIcon=$_;exports.ThermometerSnowflake=I_;exports.ThermometerSnowflakeIcon=I_;exports.ThermometerSun=N_;exports.ThermometerSunIcon=N_;exports.ThumbsDown=S_;exports.ThumbsDownIcon=S_;exports.ThumbsUp=q_;exports.ThumbsUpIcon=q_;exports.Ticket=B_;exports.TicketCheck=z_;exports.TicketCheckIcon=z_;exports.TicketIcon=B_;exports.TicketMinus=A_;exports.TicketMinusIcon=A_;exports.TicketPercent=j_;exports.TicketPercentIcon=j_;exports.TicketPlus=H_;exports.TicketPlusIcon=H_;exports.TicketSlash=P_;exports.TicketSlashIcon=P_;exports.TicketX=V_;exports.TicketXIcon=V_;exports.Tickets=D_;exports.TicketsIcon=D_;exports.TicketsPlane=F_;exports.TicketsPlaneIcon=F_;exports.Timer=R_;exports.TimerIcon=R_;exports.TimerOff=T_;exports.TimerOffIcon=T_;exports.TimerReset=U_;exports.TimerResetIcon=U_;exports.ToggleLeft=O_;exports.ToggleLeftIcon=O_;exports.ToggleRight=E_;exports.ToggleRightIcon=E_;exports.Toilet=W_;exports.ToiletIcon=W_;exports.ToolCase=G_;exports.ToolCaseIcon=G_;exports.Toolbox=X_;exports.ToolboxIcon=X_;exports.Tooltip=x0;exports.Tornado=Z_;exports.TornadoIcon=Z_;exports.Torus=K_;exports.TorusIcon=K_;exports.Touchpad=Q_;exports.TouchpadIcon=Q_;exports.TouchpadOff=J_;exports.TouchpadOffIcon=J_;exports.TowerControl=Y_;exports.TowerControlIcon=Y_;exports.ToyBrick=eg;exports.ToyBrickIcon=eg;exports.Tractor=ag;exports.TractorIcon=ag;exports.TrafficCone=tg;exports.TrafficConeIcon=tg;exports.Train=o0;exports.TrainFront=cg;exports.TrainFrontIcon=cg;exports.TrainFrontTunnel=og;exports.TrainFrontTunnelIcon=og;exports.TrainIcon=o0;exports.TrainTrack=ng;exports.TrainTrackIcon=ng;exports.TramFront=o0;exports.TramFrontIcon=o0;exports.Transgender=ig;exports.TransgenderIcon=ig;exports.Trash=hg;exports.Trash2=dg;exports.Trash2Icon=dg;exports.TrashIcon=hg;exports.TreeDeciduous=rg;exports.TreeDeciduousIcon=rg;exports.TreePalm=c0;exports.TreePalmIcon=c0;exports.TreePine=sg;exports.TreePineIcon=sg;exports.Trees=yg;exports.TreesIcon=yg;exports.Trello=lg;exports.TrelloIcon=lg;exports.TrendingDown=pg;exports.TrendingDownIcon=pg;exports.TrendingUp=ug;exports.TrendingUpDown=kg;exports.TrendingUpDownIcon=kg;exports.TrendingUpIcon=ug;exports.Triangle=_g;exports.TriangleAlert=n0;exports.TriangleAlertIcon=n0;exports.TriangleDashed=Mg;exports.TriangleDashedIcon=Mg;exports.TriangleIcon=_g;exports.TriangleRight=mg;exports.TriangleRightIcon=mg;exports.Trophy=gg;exports.TrophyIcon=gg;exports.Truck=xg;exports.TruckElectric=vg;exports.TruckElectricIcon=vg;exports.TruckIcon=xg;exports.TurkishLira=fg;exports.TurkishLiraIcon=fg;exports.Turntable=Lg;exports.TurntableIcon=Lg;exports.Turtle=wg;exports.TurtleIcon=wg;exports.Tv=bg;exports.Tv2=i0;exports.Tv2Icon=i0;exports.TvIcon=bg;exports.TvMinimal=i0;exports.TvMinimalIcon=i0;exports.TvMinimalPlay=Cg;exports.TvMinimalPlayIcon=Cg;exports.Twitch=Ig;exports.TwitchIcon=Ig;exports.Twitter=Ng;exports.TwitterIcon=Ng;exports.Type=$g;exports.TypeIcon=$g;exports.TypeOutline=Sg;exports.TypeOutlineIcon=Sg;exports.Umbrella=zg;exports.UmbrellaIcon=zg;exports.UmbrellaOff=qg;exports.UmbrellaOffIcon=qg;exports.Underline=Ag;exports.UnderlineIcon=Ag;exports.Undo=Pg;exports.Undo2=jg;exports.Undo2Icon=jg;exports.UndoDot=Hg;exports.UndoDotIcon=Hg;exports.UndoIcon=Pg;exports.UnfoldHorizontal=Vg;exports.UnfoldHorizontalIcon=Vg;exports.UnfoldVertical=Bg;exports.UnfoldVerticalIcon=Bg;exports.Ungroup=Fg;exports.UngroupIcon=Fg;exports.University=d0;exports.UniversityIcon=d0;exports.Unlink=Tg;exports.Unlink2=Dg;exports.Unlink2Icon=Dg;exports.UnlinkIcon=Tg;exports.Unlock=x2;exports.UnlockIcon=x2;exports.UnlockKeyhole=v2;exports.UnlockKeyholeIcon=v2;exports.Unplug=Rg;exports.UnplugIcon=Rg;exports.Upload=Ug;exports.UploadCloud=fe;exports.UploadCloudIcon=fe;exports.UploadIcon=Ug;exports.Usb=Og;exports.UsbIcon=Og;exports.User=tv;exports.User2=p0;exports.User2Icon=p0;exports.UserCheck=Eg;exports.UserCheck2=h0;exports.UserCheck2Icon=h0;exports.UserCheckIcon=Eg;exports.UserCircle=me;exports.UserCircle2=Me;exports.UserCircle2Icon=Me;exports.UserCircleIcon=me;exports.UserCog=Wg;exports.UserCog2=r0;exports.UserCog2Icon=r0;exports.UserCogIcon=Wg;exports.UserIcon=tv;exports.UserLock=Gg;exports.UserLockIcon=Gg;exports.UserMinus=Zg;exports.UserMinus2=s0;exports.UserMinus2Icon=s0;exports.UserMinusIcon=Zg;exports.UserPen=Xg;exports.UserPenIcon=Xg;exports.UserPlus=Kg;exports.UserPlus2=y0;exports.UserPlus2Icon=y0;exports.UserPlusIcon=Kg;exports.UserRound=p0;exports.UserRoundCheck=h0;exports.UserRoundCheckIcon=h0;exports.UserRoundCog=r0;exports.UserRoundCogIcon=r0;exports.UserRoundIcon=p0;exports.UserRoundMinus=s0;exports.UserRoundMinusIcon=s0;exports.UserRoundPen=Jg;exports.UserRoundPenIcon=Jg;exports.UserRoundPlus=y0;exports.UserRoundPlusIcon=y0;exports.UserRoundSearch=Qg;exports.UserRoundSearchIcon=Qg;exports.UserRoundX=l0;exports.UserRoundXIcon=l0;exports.UserSearch=Yg;exports.UserSearchIcon=Yg;exports.UserSquare=Ga;exports.UserSquare2=Za;exports.UserSquare2Icon=Za;exports.UserSquareIcon=Ga;exports.UserStar=ev;exports.UserStarIcon=ev;exports.UserX=av;exports.UserX2=l0;exports.UserX2Icon=l0;exports.UserXIcon=av;exports.Users=ov;exports.Users2=k0;exports.Users2Icon=k0;exports.UsersIcon=ov;exports.UsersRound=k0;exports.UsersRoundIcon=k0;exports.Utensils=M0;exports.UtensilsCrossed=u0;exports.UtensilsCrossedIcon=u0;exports.UtensilsIcon=M0;exports.UtilityPole=cv;exports.UtilityPoleIcon=cv;exports.Van=nv;exports.VanIcon=nv;exports.Variable=iv;exports.VariableIcon=iv;exports.Vault=dv;exports.VaultIcon=dv;exports.VectorSquare=hv;exports.VectorSquareIcon=hv;exports.Vegan=rv;exports.VeganIcon=rv;exports.VenetianMask=sv;exports.VenetianMaskIcon=sv;exports.Venus=lv;exports.VenusAndMars=yv;exports.VenusAndMarsIcon=yv;exports.VenusIcon=lv;exports.Verified=f1;exports.VerifiedIcon=f1;exports.Vibrate=kv;exports.VibrateIcon=kv;exports.VibrateOff=pv;exports.VibrateOffIcon=pv;exports.Video=mv;exports.VideoIcon=mv;exports.VideoOff=uv;exports.VideoOffIcon=uv;exports.Videotape=Mv;exports.VideotapeIcon=Mv;exports.View=_v;exports.ViewIcon=_v;exports.Voicemail=gv;exports.VoicemailIcon=gv;exports.Volleyball=vv;exports.VolleyballIcon=vv;exports.Volume=Cv;exports.Volume1=xv;exports.Volume1Icon=xv;exports.Volume2=fv;exports.Volume2Icon=fv;exports.VolumeIcon=Cv;exports.VolumeOff=Lv;exports.VolumeOffIcon=Lv;exports.VolumeX=wv;exports.VolumeXIcon=wv;exports.Vote=bv;exports.VoteIcon=bv;exports.Wallet=Nv;exports.Wallet2=m0;exports.Wallet2Icon=m0;exports.WalletCards=Iv;exports.WalletCardsIcon=Iv;exports.WalletIcon=Nv;exports.WalletMinimal=m0;exports.WalletMinimalIcon=m0;exports.Wallpaper=$v;exports.WallpaperIcon=$v;exports.Wand=Sv;exports.Wand2=_0;exports.Wand2Icon=_0;exports.WandIcon=Sv;exports.WandSparkles=_0;exports.WandSparklesIcon=_0;exports.Warehouse=qv;exports.WarehouseIcon=qv;exports.WashingMachine=zv;exports.WashingMachineIcon=zv;exports.Watch=jv;exports.WatchIcon=jv;exports.Waves=Vv;exports.WavesArrowDown=Av;exports.WavesArrowDownIcon=Av;exports.WavesArrowUp=Hv;exports.WavesArrowUpIcon=Hv;exports.WavesIcon=Vv;exports.WavesLadder=Pv;exports.WavesLadderIcon=Pv;exports.Waypoints=Bv;exports.WaypointsIcon=Bv;exports.Webcam=Fv;exports.WebcamIcon=Fv;exports.Webhook=Tv;exports.WebhookIcon=Tv;exports.WebhookOff=Dv;exports.WebhookOffIcon=Dv;exports.Weight=Uv;exports.WeightIcon=Uv;exports.WeightTilde=Rv;exports.WeightTildeIcon=Rv;exports.Wheat=Ev;exports.WheatIcon=Ev;exports.WheatOff=Ov;exports.WheatOffIcon=Ov;exports.WholeWord=Wv;exports.WholeWordIcon=Wv;exports.Wifi=ex;exports.WifiCog=Gv;exports.WifiCogIcon=Gv;exports.WifiHigh=Zv;exports.WifiHighIcon=Zv;exports.WifiIcon=ex;exports.WifiLow=Xv;exports.WifiLowIcon=Xv;exports.WifiOff=Kv;exports.WifiOffIcon=Kv;exports.WifiPen=Jv;exports.WifiPenIcon=Jv;exports.WifiSync=Qv;exports.WifiSyncIcon=Qv;exports.WifiZero=Yv;exports.WifiZeroIcon=Yv;exports.Wind=tx;exports.WindArrowDown=ax;exports.WindArrowDownIcon=ax;exports.WindIcon=tx;exports.Wine=cx;exports.WineIcon=cx;exports.WineOff=ox;exports.WineOffIcon=ox;exports.Workflow=nx;exports.WorkflowIcon=nx;exports.Worm=ix;exports.WormIcon=ix;exports.WrapText=t0;exports.WrapTextIcon=t0;exports.Wrench=dx;exports.WrenchIcon=dx;exports.X=hx;exports.XCircle=_e;exports.XCircleIcon=_e;exports.XIcon=hx;exports.XOctagon=$2;exports.XOctagonIcon=$2;exports.XSquare=Xa;exports.XSquareIcon=Xa;exports.Youtube=sx;exports.YoutubeIcon=sx;exports.Zap=yx;exports.ZapIcon=yx;exports.ZapOff=rx;exports.ZapOffIcon=rx;exports.ZoomIn=lx;exports.ZoomInIcon=lx;exports.ZoomOut=px;exports.ZoomOutIcon=px;exports.createLucideIcon=e;exports.icons=Ba1;exports.useTheme=P0;exports.useThemeContext=Xx;
|
|
18
|
+
//# sourceMappingURL=index.cjs.map
|